Skip to content

Commit

Permalink
Update branch-alias (#132)
Browse files Browse the repository at this point in the history
Given that the latest update on `master` has been tagged with `8.0.0-beta.1`, it would seem that the intention is that `master` should now be aliased as `8.x-dev` instead of `7.x-dev`
  • Loading branch information
drbyte authored Jul 14, 2024
1 parent 0424270 commit 05fd05d
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 @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "7.x-dev"
"dev-main": "8.x-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 05fd05d

Please sign in to comment.