mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 14:36:57 +00:00
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:
@@ -14,7 +14,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.2.9",
|
||||
"php": "^7.2.5",
|
||||
"symfony/string": "^5.0",
|
||||
"twig/twig": "^2.4|^3.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user