Composer branch alias from dev-master to 3.1

Satisfies the "3.*" requirements added to most modules
This commit is contained in:
Ingo Schommer 2012-11-08 17:03:35 +01:00
parent b31188f252
commit 0fe93796c4

View File

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