Skip to content

Commit

Permalink
Merge pull request #4 from koriym/feature/branch-alias
Browse files Browse the repository at this point in the history
add branch-alias
  • Loading branch information
madapaja committed Feb 16, 2015
2 parents 624fbed + 214eeea commit 653499b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
}
},
"prefer-stable": true,
"minimum-stability": "dev"
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}

0 comments on commit 653499b

Please sign in to comment.