8000 bug #22695 [WebServerBundle] fix dependencies (xabbuh) · symfony/symfony@50729d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50729d5

Browse files
committed
bug #22695 [WebServerBundle] fix dependencies (xabbuh)
This PR was merged into the 3.3-dev branch. Discussion ---------- [WebServerBundle] fix dependencies | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 84bb34f [WebServerBundle] fix dependencies
2 parents 8d27128 + 84bb34f commit 50729d5

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