Require PHP 7.2 as minimum version

This allows us to upgrade many libs (including Symfony itself) and should not has a large impact as the most linux distros ships either PHP 7.0 or PHP 7.2.
This commit is contained in:
Jan Böhmer 2020-01-01 15:57:34 +01:00
parent 1016f0d4ee
commit be34a0f734
5 changed files with 259 additions and 100 deletions

View file

@ -2,7 +2,7 @@
"type": "project",
"license": "GPL-2.0-or-later",
"require": {
"php": "^7.1.3",
"php": "^7.2.5",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-gd": "*",
@ -71,7 +71,7 @@
"*": "dist"
},
"platform": {
"php": "7.1.3"
"php": "7.2.5"
},
"sort-packages": true
},