Skip to content

Commit 847f96b

Browse files
authored
Merge pull request #154 from clue-labs/compat
Forward compatibility with upcoming Socket v0.6 and v0.7
2 parents e734181 + 9d407e5 commit 847f96b

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.0",
88
"ringcentral/psr7": "^1.2",
9-
"react/socket": "^0.5",
9+
"react/socket": "^0.7 || ^0.6 || ^0.5",
1010
"react/stream": "^0.6 || ^0.5 || ^0.4.4",
1111
"react/promise": "^2.0 || ^1.1",
1212
"evenement/evenement": "^2.0 || ^1.0"

0 commit comments

Comments
 (0)