Skip to content

Commit 760ad33

Browse files
committed
minor symfony#13386 [Debug] add missing conflict dep rules (nicolas-grekas)
This PR was merged into the 2.3 branch. Discussion ---------- [Debug] add missing conflict dep rules | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#13381 | License | MIT | Doc PR | - Commits ------- a4be610 [Debug] add missing conflict dep rules
2 parents cc359a6 + a4be610 commit 760ad33

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)