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 eed2b80 commit 368aef3
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 @@ -12,5 +12,10 @@
"autoload": {
"psr-0": { "React\\Socket": "" }
},
"target-dir": "React/Socket"
"target-dir": "React/Socket",
"extra": {
"branch-alias": {
"dev-master": "0.1.0"
}
}
}

0 comments on commit 368aef3

Please sign in to comment.