add alias branch in composer.json file

This commit is contained in:
Manuel Raynaud
2014-01-20 09:41:09 +01:00
parent b7fc2fc0e5
commit e68769efa6
2 changed files with 6 additions and 1 deletions

View File

@@ -57,5 +57,10 @@
"": "local/modules/",
"Thelia" : "core/lib/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.0-dev"
}
}
}