Merge branch '2.5' into 2.6

* 2.5:
  [Debug] add missing conflict dep rules
This commit is contained in:
Fabien Potencier 2015-01-13 11:55:35 +01:00
commit c2f2fe518e
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
"php": ">=5.3.3",
"psr/log": "~1.0"
},
"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/class-loader": "~2.2",
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",