Skip to content

Commit

Permalink
Merge pull request #50 from wp-cli/fix/adapt-branch-alias
Browse files Browse the repository at this point in the history
Adapt branch alias to change from `master` to `main`
  • Loading branch information
schlessera authored Jan 13, 2022
2 parents 94ca7ba + d236df6 commit 9abd939
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@
},
"config": {
"process-timeout": 7200,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-main": "2.x-dev"
},
"bundled": true,
"commands": [
Expand Down

0 comments on commit 9abd939

Please sign in to comment.