1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #6451 from nicolas-grekas/sf4

Allow Symfony 4.0
This commit is contained in:
Marco Pivetta 2017-05-18 12:59:19 +02:00 committed by GitHub
commit ee066cc5de

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": {