Merge pull request #261 from havvg/1.2

add conflict with SensioFrameworkExtraBundle >=2.4
This commit is contained in:
Toni Uebernickel 2013-12-07 02:16:08 -08:00
commit ef95bcd63c

View file

@ -16,6 +16,9 @@
"sensio/framework-extra-bundle": "~2.2",
"fzaninotto/faker": "dev-master"
},
"conflict": {
"sensio/framework-extra-bundle": ">=2.4"
},
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }
},