Skip to content

Commit cf04457

Browse files
committed
Merge pull request #2 from reactphp/compat-guzzle-deps
Update guzzle parser to match http-client
2 parents 9e131ab + 9a28b19 commit cf04457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.3.3",
8-
"guzzle/parser": "3.0.*",
8+
"guzzle/parser": "~2.8|~3.0",
99
"react/socket": "0.3.*"
1010
},
1111
"autoload": {

0 commit comments

Comments
 (0)