We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef4d8c commit a0becdbCopy full SHA for a0becdb
1 file changed
composer.json
@@ -4,18 +4,17 @@
4
"keywords": ["http"],
5
"license": "MIT",
6
"require": {
7
- "php": ">=5.3.3",
8
- "guzzle/parser": "2.8.*",
9
- "react/socket-client": "0.3.*",
10
- "react/dns": "0.3.*"
+ "php": ">=5.4.0",
+ "guzzle/parser": "~3.0",
+ "react/socket-client": "0.4.*",
+ "react/dns": "0.4.*"
11
},
12
"autoload": {
13
- "psr-0": { "React\\HttpClient": "" }
+ "psr-4": { "React\\HttpClient\\": "" }
14
15
- "target-dir": "React/HttpClient",
16
"extra": {
17
"branch-alias": {
18
- "dev-master": "0.3-dev"
+ "dev-master": "0.4-dev"
19
}
20
21
0 commit comments