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 41580db commit 2159111Copy full SHA for 2159111
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.14.0 (2023-08-25)
4
+
5
+* Feature: Improve Promise v3 support and use template types.
6
+ (#307 and #309 by @clue)
7
8
+* Improve test suite and update to collect all garbage cycles.
9
+ (#308 by @clue)
10
11
## 1.13.0 (2023-06-07)
12
13
* Feature: Include timeout logic to avoid dependency on reactphp/promise-timer.
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.13
+composer require react/socket:^1.14
1498
```
1499
1500
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments