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.14.0 (2025-11-18)
4+
5+ * Feature: Improve PHP 8.5+ support by avoiding deprecated ` setAccessible() ` calls.
6+ (#238 by @W0rma and #243 by @WyriHaximus )
7+
8+ * Improve test suite, update test environment and increase query count in excessive TCP query tests.
9+ (#239 and #240 by @WyriHaximus )
10+
311## 1.13.0 (2024-06-13)
412
513* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ This project follows [SemVer](https://semver.org/).
410410This will install the latest supported version:
411411
412412``` bash
413- composer require react/dns:^1.13
413+ composer require react/dns:^1.14
414414```
415415
416416See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments