8000 added a conflict for Http-Kernel < 3.1 · symfony/symfony@56fac95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56fac95

Browse files
committed
added a conflict for Http-Kernel < 3.1
1 parent b85ab60 commit 56fac95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"symfony/dependency-injection": "~2.8|~3.0",
2828
"symfony/stopwatch": "~2.8|~3.0"
2929
},
30+
"conflict": {
31+
"symfony/http-kernel": "<3.1"
32+
},
3033
"autoload": {
3134
"psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" },
3235
"exclude-from-classmap": [

0 commit comments

Comments
 (0)
0