Fixed propel version in composer.json

This commit is contained in:
William DURAND 2012-04-05 09:38:10 +02:00
parent 7407845bb6
commit 412a3cfa9e

View file

@ -10,7 +10,7 @@
}],
"require": {
"symfony/framework-bundle": "2.*",
"propel/propel1": ">=1.6.2"
"propel/propel1": "1.6.*"
},
"autoload": {
"psr-0": { "Propel\\PropelBundle": "" }