Skip to content

Commit b6e5099

Browse files
authored
Merge pull request #10 from clue-labs/compat
Forward compatibility with upcoming Socket v1.0 and v0.8
2 parents b50507a + e3b9fb8 commit b6e5099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
},
1919
"require": {
2020
"php": ">=5.3",
21-
"react/socket": "^0.7.1",
22-
"react/event-loop": "^0.4 || ^0.3",
23-
"react/promise": " ^2.1 || ^1.2",
21+
"react/socket": "^1.0 || ^0.8 || ^0.7.1",
22+
"react/promise": " ^2.1 || ^1.2.1",
2423
"ringcentral/psr7": "^1.2"
2524
},
2625
"require-dev": {
2726
"phpunit/phpunit": "^5.0 || ^4.8",
27+
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
2828
"clue/block-react": "^1.1"
2929
}
3030
}

0 commit comments

Comments
 (0)