mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 04:16:28 +00:00
bug #3226 Allow Symfony 5 (Guite)
This PR was submitted for the 3.x branch but it was merged into the 2.x branch instead (closes #3226).
Discussion
----------
Allow Symfony 5
This fixes #3225
Commits
-------
d735a43e support Sf5
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/mime": "^4.3",
|
||||
"symfony/mime": "^4.3|^5.0",
|
||||
"twig/twig": "^2.4|^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
Reference in New Issue
Block a user