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 11# Changelog
22
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+
311## 1.4.0 (2021-11-15)
412
513* Feature: Support PHP 8.1, avoid deprecation warning concerning ` \Countable::count(...) ` return type.
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ This project follows [SemVer](https://semver.org/).
485485This will install the latest supported version:
486486
487487``` bash
488- $ composer require clue/mq-react:^1.4
488+ $ composer require clue/mq-react:^1.5
489489```
490490
491491See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments