chg: [composer] Raise minimal PHP version to 7.2 and disable support for 8.0

pull/6662/head
Jakub Onderka 2020-11-27 16:38:32 +01:00
parent 9a315d33d1
commit cb82ef2755
1 changed files with 3 additions and 1 deletions

View File

@ -2,10 +2,12 @@
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"php": ">=7.2.0,<8.0.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-pcre": "*",
"kamisama/cake-resque": "4.1.2",
"pear/crypt_gpg": "1.6.3",