Skip to content

Commit

Permalink
[Composer] Give explicit hints to packagist about active dev branches
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed May 16, 2019
1 parent fd3b34c commit 1d89d06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
},
"extra": {
"branch-alias": {
"dev-master": "2017.12.x-dev"
"dev-2017.12": "2017.12.x-dev",
"dev-2019.03": "2019.03.x-dev",
"dev-master": "2020.99.x-dev"
}
}
}

0 comments on commit 1d89d06

Please sign in to comment.