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:
Fabien Potencier
2019-12-27 08:36:12 +01:00
+1 -1
View File
@@ -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": {