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 1
1
# Changelog
2
2
3
+ ## 1.11.0 (2023-06-02)
4
+
5
+ * Feature: Include timeout logic to avoid dependency on reactphp/promise-timer.
6
+ (#213 by @clue )
7
+
8
+ * Improve test suite and project setup and report failed assertions.
9
+ (#210 by @clue , #212 by @WyriHaximus and #209 and #211 by @SimonFrings )
10
+
3
11
## 1.10.0 (2022-09-08)
4
12
5
13
* Feature: Full support for PHP 8.2 release.
Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ This project follows [SemVer](https://semver.org/).
410
410
This will install the latest supported version:
411
411
412
412
``` bash
413
- composer require react/dns:^1.10
413
+ composer require react/dns:^1.11
414
414
```
415
415
416
416
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments