Skip to content

Commit

Permalink
Merge pull request #54 from wp-cli/fix/adapt-branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera authored Jan 13, 2022
2 parents e644fc4 + b58d40b commit 6aedab7
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 @@ -20,11 +20,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 6aedab7

Please sign in to comment.