1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Allow Symfony 4.0

This commit is contained in:
Nicolas Grekas 2017-05-18 12:57:36 +02:00
parent 334b7e68a7
commit 7ce2381bdd

View File

@ -22,10 +22,10 @@
"doctrine/common": "^2.7.1",
"doctrine/cache": "~1.5",
"doctrine/annotations": "~1.2",
"symfony/console": "~2.5|~3.0"
"symfony/console": "~2.5|~3.0|~4.0"
},
"require-dev": {
"symfony/yaml": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0|~4.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {