[WebServerBundle] fix dependencies

This commit is contained in:
Christian Flothmann 2017-05-12 12:42:32 +02:00
parent 8d27128df8
commit 84bb34fa05

View File

@ -18,6 +18,7 @@
"require": {
"php": ">=5.5.9",
"symfony/console": "~2.8.8|~3.0.8|~3.1.2|~3.2",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
},
"autoload": {
@ -26,6 +27,9 @@
"/Tests/"
]
},
"conflict": {
"symfony/dependency-injection": "<3.3"
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {