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 755f917 commit c134600Copy full SHA for c134600
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.12.0 (2023-11-29)
4
+
5
+* Feature: Full PHP 8.3 compatibility.
6
+ (#217 by @sergiy-petrov)
7
8
+* Update test environment and avoid unhandled promise rejections.
9
+ (#215, #216 and #218 by @clue)
10
11
## 1.11.0 (2023-06-02)
12
13
* Feature: Include timeout logic to avoid dependency on reactphp/promise-timer.
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.11
+composer require react/dns:^1.12
414
```
415
416
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments