Skip to content

Commit 05fd05d

Browse files
authored
Update branch-alias (#132)
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`
1 parent 0424270 commit 05fd05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-main": "7.x-dev"
51+
"dev-main": "8.x-dev"
5252
},
5353
"laravel": {
5454
"providers": [

0 commit comments

Comments
 (0)