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 bf83d54 commit 6b57d63Copy full SHA for 6b57d63
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.5.0 (2022-09-30)
4
+
5
+* Feature: Forward compatibility with upcoming Promise v3.
6
+ (#33 by @clue)
7
8
+* Update to use new reactphp/async package instead of clue/reactphp-block.
9
+ (#34 by @SimonFrings)
10
11
## 1.4.0 (2021-11-15)
12
13
* Feature: Support PHP 8.1, avoid deprecation warning concerning `\Countable::count(...)` return type.
README.md
@@ -485,7 +485,7 @@ This project follows [SemVer](https://semver.org/).
485
This will install the latest supported version:
486
487
```bash
488
-$ composer require clue/mq-react:^1.4
+$ composer require clue/mq-react:^1.5
489
```
490
491
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments