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 0c3cae8 commit 7b9d293Copy full SHA for 7b9d293
1 file changed
composer.json
@@ -4,17 +4,16 @@
4
"keywords": ["http"],
5
"license": "MIT",
6
"require": {
7
- "php": ">=5.3.3",
8
- "guzzle/parser": "3.0.*",
9
- "react/socket": "0.3.*"
+ "php": ">=5.4.0",
+ "guzzle/parser": "~3.0",
+ "react/socket": "0.4.*"
10
},
11
"autoload": {
12
- "psr-0": { "React\\Http": "" }
+ "psr-4": { "React\\Http\\": "" }
13
14
- "target-dir": "React/Http",
15
"extra": {
16
"branch-alias": {
17
- "dev-master": "0.3-dev"
+ "dev-master": "0.4-dev"
18
}
19
20
0 commit comments