Composer > support/require PHP 7.2+ (instead of 5.6+)

This commit is contained in:
Meritoo
2019-04-01 22:59:04 +02:00
parent 5022efb9a3
commit 90bc438cae
4 changed files with 9 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
"ext-fileinfo": "*",
"ext-json": "*",
"ext-simplexml": "*",
"php": ">=5.6",
"php": ">=7.2",
"ext-intl": "*",
"ext-pcre": "*",
"doctrine/orm": "^2.5",