Skip to content

Commit 165fc33

Browse files
stoffranmomu
authored andcommitted
Update the branch alias for dev-main
Having the main branch aliased to an older minor version causes issues. Aliasing it only for the major version makes the maintenance easier as it does not need to be updated for each minor release.
1 parent f562f34 commit 165fc33

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
@@ -96,7 +96,7 @@
9696
},
9797
"extra": {
9898
"branch-alias": {
99-
"dev-main": "3.13-dev"
99+
"dev-main": "3.x-dev"
100100
}
101101
},
102102
"scripts": {

0 commit comments

Comments
 (0)