Skip to content

Commit 622eec8

Browse files
committed
Added composer branch alias
1 parent ce28696 commit 622eec8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@
2323
"autoload": {
2424
"psr-4": { "Yokai\\EnumBundle\\": "" }
2525
},
26-
"minimum-stability": "stable"
26+
"minimum-stability": "stable",
27+
"extra": {
28+
"branch-alias": {
29+
"dev-master": "2.x-dev"
30+
}
31+
}
2732
}

0 commit comments

Comments
 (0)