Skip to content

Commit

Permalink
Update child repos to PSR-4 for git subs-plit
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Feb 2, 2014
1 parent ba0e3c0 commit 36a5d1b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
"keywords": ["socket"],
"license": "MIT",
"require": {
"php": ">=5.3.3",
"php": ">=5.4.0",
"evenement/evenement": "~2.0",
"react/event-loop": "0.3.*",
"react/stream": "0.3.*"
"react/event-loop": "0.4.*",
"react/stream": "0.4.*"
},
"autoload": {
"psr-0": { "React\\Socket": "" }
"psr-4": { "React\\Socket\\": "" }
},
"target-dir": "React/Socket",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
"dev-master": "0.4-dev"
}
}
}

0 comments on commit 36a5d1b

Please sign in to comment.