8000 [WebServerBundle] fix dependencies · symfony/symfony@84bb34f · GitHub
[go: up one dir, main page]

Skip to content

Commit 84bb34f

Browse files
committed
[WebServerBundle] fix dependencies
1 parent 8d27128 commit 84bb34f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Bundle/WebServerBundle/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": ">=5.5.9",
2020
"symfony/console": "~2.8.8|~3.0.8|~3.1.2|~3.2",
21+
"symfony/http-kernel": "~2.8|~3.0",
2122
"symfony/process": "~2.8|~3.0"
2223
},
2324
"autoload": {
@@ -26,6 +27,9 @@
2627
"/Tests/"
2728
]
2829
},
30+
"conflict": {
31+
"symfony/dependency-injection": "<3.3"
32+
},
2933
"minimum-stability": "dev",
3034
"extra": {
3135
"branch-alias": {

0 commit comments

Comments
 (0)
0