We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5d4e commit ba276bdCopy full SHA for ba276bd
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.0 (2025-11-17)
4
+
5
+* Feature: Improve PHP 8.5+ support by avoiding deprecated method calls.
6
+ (#280 and #282 by @WyriHaximus)
7
8
## 1.5.0 (2023-11-13)
9
10
* Feature: Improve performance by using `spl_object_id()` on PHP 7.2+.
README.md
@@ -889,7 +889,7 @@ This project follows [SemVer](https://semver.org/).
889
This will install the latest supported version:
890
891
```bash
892
-composer require react/event-loop:^1.5
+composer require react/event-loop:^1.6
893
```
894
895
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments