[Debug] add missing conflict dep rules

This commit is contained in:
Nicolas Grekas 2015-01-13 10:04:07 +01:00
parent 76de7006d5
commit a4be6103d4
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
"require": {
"php": ">=5.3.3"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
"require-dev": {
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
"symfony/http-foundation": "~2.1"