Skip to content

Commit

Permalink
Add branch-alias for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 25, 2012
1 parent 1830799 commit 7ef5fb9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -22,5 +22,10 @@
"autoload": {
"psr-0": { "Symfony\\Component\\EventDispatcher": "" }
},
"target-dir": "Symfony/Component/EventDispatcher"
"target-dir": "Symfony/Component/EventDispatcher",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}

0 comments on commit 7ef5fb9

Please sign in to comment.