Skip to content

Commit

Permalink
[DX] remove branch alias to avoid miss-versioning, use specific tag i…
Browse files Browse the repository at this point in the history
…nstead (#4715)
  • Loading branch information
TomasVotruba committed Aug 8, 2023
1 parent 211deb4 commit eed1dca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions build/target-repository/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"bootstrap.php"
]
},
"extra": {
"branch-alias": {
"dev-main": "0.15-dev"
}
},
"conflict": {
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*",
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,7 @@
]
},
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"branch-alias": {
"dev-main": "0.15-dev"
}
"enable-patching": true
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit eed1dca

Please sign in to comment.