Skip to content

Commit b5d272a

Browse files
committed
Fix http-client requirement for socket-client
1 parent 8593b2f commit b5d272a

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
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=5.3.3",
88
"guzzle/parser": "2.8.*",
9-
"react/socket": "0.3.*",
9+
"react/socket-client": "0.3.*",
1010
"react/dns": "0.3.*"
1111
},
1212
"autoload": {

0 commit comments

Comments
 (0)