Add compatibility to PHP 8

This commit is contained in:
Alexander Schranz 2020-07-24 03:20:49 +02:00
commit 942015f9a3
2 changed files with 9 additions and 2 deletions

View file

@ -32,7 +32,7 @@
}
],
"require": {
"php": "^5.3.9 || ^7.0",
"php": ">=5.3.9",
"alchemy/binary-driver": "^1.5 || ~2.0.0 || ^5.0",
"doctrine/cache": "^1.0",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
"dev-master": "0.x-dev"
}
}
}