minor #3233 lower php requirement (Guite)

This PR was merged into the 2.x branch.

Discussion
----------

lower php requirement

This PR adjusts the minimum PHP version to `7.2.5+` which is the version that is also required by Symfony 5.

Commits
-------

c3b4b8ee lower php requirement
This commit is contained in:
Fabien Potencier
2020-01-02 19:40:02 +01:00
+1 -1
View File
@@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.2.9",
"php": "^7.2.5",
"symfony/string": "^5.0",
"twig/twig": "^2.4|^3.0"
},