10000
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 038f639 commit 23e4ff3Copy full SHA for 23e4ff3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.16.0 (2024-07-26)
4
+
5
+* Feature: Improve PHP 8.4+ support by avoiding implicitly nullable type declarations.
6
+ (#318 by @clue)
7
8
## 1.15.0 (2023-12-15)
9
10
* Feature: Full PHP 8.3 compatibility.
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.15
+composer require react/socket:^1.16
1498
```
1499
1500
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments