File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
311## 1.16.0 (2024-07-26)
412
513* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
Original file line number Diff line number Diff line change @@ -1494,7 +1494,7 @@ This project follows [SemVer](https://semver.org/).
14941494This will install the latest supported version:
14951495
14961496``` bash
1497- composer require react/socket:^1.16
1497+ composer require react/socket:^1.17
14981498```
14991499
15001500See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments