Skip to content

Commit 8c71a55

Browse files
committed
Update reactphp/promise for PHP 8.5 compatibility
At this moment, nearly every single `composer install` on PHP 8.5 is failing on a deprecation notice coming from the `react/promise` package. To mitigate this, the ReactPHP team has just released a new version and I'd like to suggest for Composer to update to that version and release a new version of Composer itself to unblock early adopters from testing with PHP 8.5. Note: other than fixing the deprecation notice, the `3.3.0` release does not contain any user-facing changes. Ref: * reactphp/promise#264 * https://github.com/reactphp/promise/releases/tag/v3.3.0 * reactphp/promise@v3.2.0...v3.3.0
1 parent bd7677e commit 8c71a55

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3",
3838
"symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3",
3939
"symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3",
40-
"react/promise": "^2.11 || ^3.2",
40+
"react/promise": "^2.11 || ^3.3",
4141
"composer/pcre": "^2.2 || ^3.2",
4242
"symfony/polyfill-php73": "^1.24",
4343
"symfony/polyfill-php80": "^1.24",

composer.lock

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

0 commit comments

Comments
 (0)