Added composer branch alias

This commit is contained in:
Ingo Schommer 2012-11-28 22:01:00 +01:00
parent 7761ff2404
commit 16eff71a7f

View File

@ -19,5 +19,10 @@
"php": ">=5.2.4", "php": ">=5.2.4",
"composer/installers": "*", "composer/installers": "*",
"silverstripe/framework": "self.version" "silverstripe/framework": "self.version"
},
"extra": {
"branch-alias": {
"dev-post-2.4": "2.5.x-dev"
}
} }
} }