Skip to content

Commit

Permalink
minor #3183 Allow Symfony 5 (nicolas-grekas)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

Allow Symfony 5

Commits
-------

4ab02e3 Allow Symfony 5
  • Loading branch information
fabpot committed Oct 23, 2019
2 parents d86b8ea + 4ab02e3 commit d073fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/intl-extra/composer.json
Expand Up @@ -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"
Expand Down

0 comments on commit d073fed

Please sign in to comment.