Skip to content

Commit df3a68f

Browse files
committed
Add branch alias
1 parent 3314c4d commit df3a68f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
"psr-0": { "IC\\Bundle\\Base\\MailBundle": "" }
2626
},
2727
"target-dir": "IC/Bundle/Base/MailBundle",
28-
"minimum-stability": "dev"
28+
"minimum-stability": "dev",
29+
"extra": {
30+
"branch-alias": {
31+
"dev-master": "1.0.x-dev"
32+
}
33+
}
2934
}

0 commit comments

Comments
 (0)