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 e71cf44 commit 9255b69
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
7 changes: 6 additions & 1 deletion src/React/Espresso/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"autoload": {
"psr-0": { "React\\Espresso": "" }
},
"target-dir": "React/Espresso"
"target-dir": "React/Espresso",
"extra": {
"branch-alias": {
"dev-master": "0.1.0"
}
}
}
7 changes: 6 additions & 1 deletion src/React/EventLoop/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"autoload": {
"psr-0": { "React\\EventLoop": "" }
},
"target-dir": "React/EventLoop"
"target-dir": "React/EventLoop",
"extra": {
"branch-alias": {
"dev-master": "0.1.0"
}
}
}
7 changes: 6 additions & 1 deletion src/React/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@
"autoload": {
"psr-0": { "React\\Http": "" }
},
"target-dir": "React/Http"
"target-dir": "React/Http",
"extra": {
"branch-alias": {
"dev-master": "0.1.0"
}
}
}
7 changes: 6 additions & 1 deletion src/React/Socket/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"
}
}
}
7 changes: 6 additions & 1 deletion src/React/Stream/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 9255b69

Please sign in to comment.