Skip to content

Commit

Permalink
Update branch alias for version 1.x
Browse files Browse the repository at this point in the history
Instead of having to update the branch alias for each release, the branch `main` can be an alias for all upcoming `1.x` versions.
  • Loading branch information
GromNaN authored Apr 12, 2024
1 parent b8c8ff9 commit 36064e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "1.29.x-dev"
"dev-main": "1.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 36064e2

Please sign in to comment.