Skip to content

Commit

Permalink
[0.2] Update Promise to PHP 8.4 supporting version
Browse files Browse the repository at this point in the history
The currently locked versions don't support PHP 8.4, this changeset forces them onto a version supporting PHP 8.4.
  • Loading branch information
WyriHaximus committed Dec 16, 2024
1 parent 7eedf72 commit fe9c9bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=7.4.0",
"react/event-loop": "^1.2",
"react/promise": "^3 || ^2.8",
"react/promise": "^3.2",
"react/promise-stream": "^1.2",
"react/stream": "^1.2"
},
Expand Down
27 changes: 12 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe9c9bf

Please sign in to comment.