Skip to content

Commit a05bcaa

Browse files
committed
adjusting composer.json
1 parent 1e4c661 commit a05bcaa

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
@@ -19,5 +19,10 @@
1919
"autoload": {
2020
"psr-0": { "Symfony\\Cmf\\Component\\Routing": "" }
2121
},
22-
"target-dir": "Symfony/Cmf/Component/Routing"
22+
"target-dir": "Symfony/Cmf/Component/Routing",
23+
"extra": {
24+
"branch-alias": {
25+
"dev-master": "1.0-dev"
26+
}
27+
}
2328
}

0 commit comments

Comments
 (0)