Skip to content

Commit

Permalink
Add branch-alias in composer.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and kelunik committed Jan 14, 2020
1 parent 0dcd35f commit 99a3d4c
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 @@ -43,6 +43,11 @@
"Amp\\Http\\": "test"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"repositories": [
{
"type": "package",
Expand Down

0 comments on commit 99a3d4c

Please sign in to comment.