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:
Fabien Potencier
2019-10-23 17:56:47 +02:00
+1 -1
View File
@@ -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"