Skip to content

Commit 3909651

Browse files
authored
Merge pull request #76 from clue-labs/promise-v3
Forward compatibility with upcoming Promise v3
2 parents d55d009 + b84c29b commit 3909651

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"php": ">=5.3",
2121
"clue/json-stream": "^0.1",
2222
"react/event-loop": "^1.2",
23-
"react/http": "^1.5",
24-
"react/promise": "^2.0 || ^1.1",
25-
"react/promise-stream": "^1.0",
26-
"react/socket": "^1.9",
23+
"react/http": "^1.8",
24+
"react/promise": "^3 || ^2.0 || ^1.1",
25+
"react/promise-stream": "^1.4",
26+
"react/socket": "^1.12",
2727
"react/stream": "^1.2",
2828
"rize/uri-template": "^0.3"
2929
},
3030
"require-dev": {
31-
"clue/block-react": "^1.0 || ^0.3",
31+
"clue/block-react": "^1.5",
3232
"clue/caret-notation": "^0.2",
3333
"clue/tar-react": "^0.2",
3434
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"

0 commit comments

Comments
 (0)