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 bef4d8c commit a0becdb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
"keywords": ["http"],
"license": "MIT",
"require": {
"php": ">=5.3.3",
"guzzle/parser": "2.8.*",
"react/socket-client": "0.3.*",
"react/dns": "0.3.*"
"php": ">=5.4.0",
"guzzle/parser": "~3.0",
"react/socket-client": "0.4.*",
"react/dns": "0.4.*"
},
"autoload": {
"psr-0": { "React\\HttpClient": "" }
"psr-4": { "React\\HttpClient\\": "" }
},
"target-dir": "React/HttpClient",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
"dev-master": "0.4-dev"
}
}
}

0 comments on commit a0becdb

Please sign in to comment.