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 4083648 commit 3be0fc8Copy full SHA for 3be0fc8
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
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
11
## 1.10.0 (2022-09-08)
12
13
* Feature: Full support for PHP 8.2 release.
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.10
+composer require react/dns:^1.11
414
```
415
416
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments