Skip to content

Commit baa4424

Browse files
Merge pull request #179 from xabbuh/branch-alias
define 2.0.x-dev as an alias for the master branch
2 parents fcdcb11 + 34c2d27 commit baa4424

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
"phpunit/phpunit": "^7|^8|^9",
5858
"vimeo/psalm": "^4|^5"
5959
},
60+
"extra": {
61+
"branch-alias": {
62+
"dev-master": "2.0.x-dev"
63+
}
64+
},
6065
"scripts": {
6166
"test": "phpunit"
6267
},

0 commit comments

Comments
 (0)