[breaking] require PHP 7.2

This commit is contained in:
Dane Everitt 2018-02-10 14:31:09 -06:00
parent cfb7415e2a
commit 21841849a3
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 477 additions and 456 deletions

View file

@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.2",
"ext-mbstring": "*",
"ext-pdo_mysql": "*",
"ext-zip": "*",
@ -81,9 +81,6 @@
},
"prefer-stable": true,
"config": {
"platform": {
"php": "7.0"
},
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true