Skip to content

Commit a0becdb

Browse files
committed
Update child repos to PSR-4 for git subs-plit
1 parent bef4d8c commit a0becdb

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
"keywords": ["http"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=5.3.3",
8-
"guzzle/parser": "2.8.*",
9-
"react/socket-client": "0.3.*",
10-
"react/dns": "0.3.*"
7+
"php": ">=5.4.0",
8+
"guzzle/parser": "~3.0",
9+
"react/socket-client": "0.4.*",
10+
"react/dns": "0.4.*"
1111
},
1212
"autoload": {
13-
"psr-0": { "React\\HttpClient": "" }
13+
"psr-4": { "React\\HttpClient\\": "" }
1414
},
15-
"target-dir": "React/HttpClient",
1615
"extra": {
1716
"branch-alias": {
18-
"dev-master": "0.3-dev"
17+
"dev-master": "0.4-dev"
1918
}
2019
}
2120
}

0 commit comments

Comments
 (0)