Skip to content

Commit

Permalink
chore(composer): Update branch-alias for dev-main
Browse files Browse the repository at this point in the history
- Update branch-alias in composer.json
- Change dev-main to 1.x-dev
  • Loading branch information
guanguans committed Jul 18, 2023
1 parent e41facf commit d185c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
"dev-main": "1.x-dev"
},
"hooks": {
"post-merge": [
Expand Down Expand Up @@ -129,7 +129,7 @@
"changelog-patch": "@changelog --patch",
"checks": [
"@composer-normalize",
"@composer-check-platform-reqs",
"@composer-validate",
"@md-lint",
"@lint",
"@style-lint",
Expand Down

0 comments on commit d185c3e

Please sign in to comment.