Skip to content

Commit fbd1bb2

Browse files
committed
Forward compatibility with upcoming Socket v0.6 and v0.7
1 parent a4c32f0 commit fbd1bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
"react/cache": "~0.4.0|~0.3.0",
9-
"react/socket": "^0.5 || ^0.4.4",
9+
"react/socket": "^0.7 || ^0.6 || ^0.5 || ^0.4.4",
1010
"react/stream": "^0.6 || ^0.5 || ^0.4.5",
1111
"react/promise": "~2.1|~1.2",
1212
"react/promise-timer": "~1.1"

0 commit comments

Comments
 (0)