Skip to content

Commit 00769da

Browse files
committed
Added the branch alias for master
1 parent 1231105 commit 00769da

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
@@ -28,5 +28,10 @@
2828
"autoload": {
2929
"psr-0": { "Symfony\\Bundle\\MonologBundle": "" }
3030
},
31-
"target-dir": "Symfony/Bundle/MonologBundle"
31+
"target-dir": "Symfony/Bundle/MonologBundle",
32+
"extra": {
33+
"branch-alias": {
34+
"dev-master": "2.1.x-dev"
35+
}
36+
}
3237
}

0 commit comments

Comments
 (0)