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 30831cf commit eb8ae00Copy full SHA for eb8ae00
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.13.0 (2024-06-13)
4
+
5
+* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6
+ (#224 by @WyriHaximus)
7
8
## 1.12.0 (2023-11-29)
9
10
* Feature: Full PHP 8.3 compatibility.
README.md
@@ -410,7 +410,7 @@ This project follows [SemVer](https://semver.org/).
410
This will install the latest supported version:
411
412
```bash
413
-composer require react/dns:^1.12
+composer require react/dns:^1.13
414
```
415
416
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments