Skip to content

Commit

Permalink
bug #3226 Allow Symfony 5 (Guite)
Browse files Browse the repository at this point in the history
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
-------

d735a43 support Sf5
  • Loading branch information
fabpot committed Dec 27, 2019
2 parents bf95445 + d735a43 commit 6acf02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/html-extra/composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 6acf02e

Please sign in to comment.