Provide branch alias for 1.0

This commit is contained in:
Tim Nagel 2013-03-28 11:23:43 +11:00
parent 4aa8fefe2d
commit e8ea4e910f

View file

@ -26,6 +26,11 @@
"doctrine/mongodb-odm": "1.0.*@dev",
"propel/propel1": "1.6.*"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": { "FOS\\ElasticaBundle": "" }
},