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 267a9f2 commit ef5b17bCopy full SHA for ef5b17b
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.17.0 (2025-11-19)
4
+
5
+* Feature: Improve PHP 8.5+ support by avoiding deprecated `setAccessible()` calls.
6
+ (#325 by @W0rma and #330 by @WyriHaximus)
7
8
+* Improve test suite and update test environment.
9
+ (#326 and #330 by @WyriHaximus)
10
11
## 1.16.0 (2024-07-26)
12
13
* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
README.md
@@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
1494
This will install the latest supported version:
1495
1496
```bash
1497
-composer require react/socket:^1.16
+composer require react/socket:^1.17
1498
```
1499
1500
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments