mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
minor #3183 Allow Symfony 5 (nicolas-grekas)
This PR was merged into the 2.x branch.
Discussion
----------
Allow Symfony 5
Commits
-------
4ab02e3e Allow Symfony 5
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"twig/twig": "^2.4|^3.0",
|
||||
"symfony/intl": "^4.3"
|
||||
"symfony/intl": "^4.3|^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "^4.4@dev"
|
||||
|
||||
Reference in New Issue
Block a user