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 1
1
# Changelog
2
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
+
3
11
## 1.4.0 (2021-11-15)
4
12
5
13
* 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/).
485
485
This will install the latest supported version:
486
486
487
487
``` bash
488
- $ composer require clue/mq-react:^1.4
488
+ $ composer require clue/mq-react:^1.5
489
489
```
490
490
491
491
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments