Composer.json > update PHP version constraints

This commit is contained in:
Meritoo
2019-04-19 22:07:25 +02:00
parent 0f2c6bb099
commit 8b5cbd6f2e

View File

@@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.2",
"php": "^7.2",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-intl": "*",