Skip to content

Commit d051fa7

Browse files
committed
Forward compatibility with Promise v3
1 parent 1c222ab commit d051fa7

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)