Skip to content

Commit

Permalink
Forward compatibility with Promise v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Apr 11, 2024
1 parent 1c222ab commit d051fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react/child-process": "^0.6.3",
"react/event-loop": "^1.2",
"react/stream": "^1.2",
"react/promise": "^2.0 || ^1.0"
"react/promise": "^3.0 || ^2.0 || ^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
Expand Down

0 comments on commit d051fa7

Please sign in to comment.