Skip to content

Commit

Permalink
fix branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Jun 10, 2019
1 parent 74d14e0 commit 7675ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -17,8 +17,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev",
"dev-develop": "2.0-dev"
"dev-master": "1.0-dev"
}
},
"replace": {
Expand Down
3 changes: 1 addition & 2 deletions src/Bridge/CodeCoverage/composer.json
Expand Up @@ -11,8 +11,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.0-dev",
"dev-develop": "2.0-dev"
"dev-master": "1.0-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 7675ef9

Please sign in to comment.