Skip to content

Commit

Permalink
Set composer branch alias.
Browse files Browse the repository at this point in the history
(so you can do: `require 1.*@dev`)
  • Loading branch information
marcovtwout authored May 19, 2017
1 parent e4b3d0f commit ab53293
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
],
"require-dev": {
"yiisoft/yii": "1.1.15"
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}

0 comments on commit ab53293

Please sign in to comment.