Skip to content

Commit a4be610

Browse files
[Debug] add missing conflict dep rules
1 parent 76de700 commit a4be610

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Debug/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"require": {
1919
"php": ">=5.3.3"
2020
},
21+
"conflict": {
22+
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
23+
},
2124
"require-dev": {
2225
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
2326
"symfony/http-foundation": "~2.1"

0 commit comments

Comments
 (0)