Skip to content

Commit 497bdee

Browse files
authored
Merge pull request #21 from SimonFrings/promise_v3
Forward compatibility with Promise v3
2 parents 1c222ab + d051fa7 commit 497bdee

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
@@ -25,7 +25,7 @@
2525
"react/child-process": "^0.6.3",
2626
"react/event-loop": "^1.2",
2727
"react/stream": "^1.2",
28-
"react/promise": "^2.0 || ^1.0"
28+
"react/promise": "^3.0 || ^2.0 || ^1.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"

0 commit comments

Comments
 (0)