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 ab5e7d1 commit 216d3aeCopy full SHA for 216d3ae
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.15.0 (2023-12-15)
4
+
5
+* Feature: Full PHP 8.3 compatibility.
6
+ (#310 by @clue)
7
8
+* Fix: Fix cancelling during the 50ms resolution delay when DNS is still pending.
9
+ (#311 by @clue)
10
11
## 1.14.0 (2023-08-25)
12
13
* Feature: Improve Promise v3 support and use template types.
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.14
+composer require react/socket:^1.15
1498
```
1499
1500
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments