Skip to content

Commit

Permalink
[Contracts] fix branch-aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 11, 2021
1 parent ea27645 commit a1f178f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "1.1-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"extra": {
"branch-alias": {
"dev-main": "1.1-dev"
}
}
}

0 comments on commit a1f178f

Please sign in to comment.