Skip to content

Commit a173e1f

Browse files
committed
Correct dev-master alias.
To allow for versions like 1.2.0 as well, the branch alias for `dev-master` needs to be changed from `1.0.x-dev` to `1.x-dev`.
1 parent 878a6c0 commit a173e1f

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
@@ -31,7 +31,7 @@
3131
},
3232
"extra": {
3333
"branch-alias": {
34-
"dev-master": "1.0.x-dev"
34+
"dev-master": "1.x-dev"
3535
},
3636
"commands": [
3737
"search-replace"

0 commit comments

Comments
 (0)