Skip to content

Commit cbfb1ce

Browse files
committed
[0.2] Update Promise to PHP 8.4 supporting versions
The currently locked versions don't support PHP 8.4, this changeset forces them onto a version supporting PHP 8.4.
1 parent 7eedf72 commit cbfb1ce

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=7.4.0",
1717
"react/event-loop": "^1.2",
18-
"react/promise": "^3 || ^2.8",
18+
"react/promise": "^3.2 || ^2.11",
1919
"react/promise-stream": "^1.2",
2020
"react/stream": "^1.2"
2121
},

composer.lock

Lines changed: 10 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)