Skip to content

Commit 9bcb929

Browse files
authored
Merge pull request #106 from clue-labs/promise-v3
Forward compatibility with upcoming Promise v3
2 parents 0a49c80 + 79117f4 commit 9bcb929

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=5.3",
15-
"react/promise": "^2.1 || ^1.2",
16-
"react/socket": "^1.11"
15+
"react/promise": "^3 || ^2.1 || ^1.2",
16+
"react/socket": "^1.12"
1717
},
1818
"require-dev": {
19-
"clue/block-react": "^1.1",
20-
"clue/connection-manager-extra": "^1.0 || ^0.7",
19+
"clue/block-react": "^1.5",
20+
"clue/connection-manager-extra": "^1.3",
2121
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
2222
"react/event-loop": "^1.2",
2323
"react/http": "^1.6"

0 commit comments

Comments
 (0)