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 35f5c2b commit 6652607Copy full SHA for 6652607
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.4.0 (2020-09-18)
4
+
5
+* Feature: Support upcoming PHP 8.
6
+ (#168 by @clue)
7
8
+* Improve test suite and update to PHPUnit 9.3.
9
+ (#164 by @clue, #165 and #166 by @SimonFrings and #167 by @WyriHaximus)
10
11
## 1.3.0 (2020-07-10)
12
13
* Feature: Forward compatibility with react/promise v3.
README.md
@@ -425,7 +425,7 @@ This project follows [SemVer](https://semver.org/).
425
This will install the latest supported version:
426
427
```bash
428
-$ composer require react/dns:^1.3
+$ composer require react/dns:^1.4
429
```
430
431
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments