Skip to content

Commit

Permalink
Added aliases to all composer.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Jul 11, 2012
1 parent a8cf905 commit 37e3c36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"autoload": {
"psr-0": { "React\\Stream": "" }
},
"target-dir": "React/Stream"
"target-dir": "React/Stream",
"extra": {
"branch-alias": {
"dev-master": "0.1.0"
}
}
}

0 comments on commit 37e3c36

Please sign in to comment.