added branch alias to composer.json

This commit is contained in:
Carsten Brandt
2014-09-22 17:26:21 +02:00
parent 3d55ee5af0
commit e40fd9d623
19 changed files with 106 additions and 17 deletions

View File

@@ -68,5 +68,10 @@
},
"bin": [
"yii"
]
],
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}