Skip to content

Commit e3b9fb8

Browse files
committed
Forward compatibility with upcoming Socket v1.0 and v0.8
1 parent 966eecc commit e3b9fb8

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
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": ">=5.3",
21-
"react/socket": "^0.7.1",
21+
"react/socket": "^1.0 || ^0.8 || ^0.7.1",
2222
"react/promise": " ^2.1 || ^1.2.1",
2323
"ringcentral/psr7": "^1.2"
2424
},

0 commit comments

Comments
 (0)