Skip to content

Commit

Permalink
Merge pull request #200 from wp-cli/switch-branch-alias-main
Browse files Browse the repository at this point in the history
Switch `branch-alias` to `dev-main`
  • Loading branch information
danielbachhuber authored Aug 8, 2022
2 parents 563d44e + 1d16ac3 commit 40a0cb9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": { "WP_CLI\\": "src" },
"files": [ "scaffold-package-command.php" ]
"psr-4": {
"WP_CLI\\": "src"
},
"files": [
"scaffold-package-command.php"
]
},
"require": {
"php": "^5.6 || ^7 || ^8",
Expand All @@ -35,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-main": "2.x-dev"
},
"commands": [
"scaffold package",
Expand Down

0 comments on commit 40a0cb9

Please sign in to comment.