File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.4.0 (2021-11-15)
4
+
5
+ * Feature: Support PHP 8.1, avoid deprecation warning concerning ` \Countable::count(...) ` return type.
6
+ (#32 by @bartvanhoutte )
7
+
8
+ * Improve documentation and simplify examples by updating to new [ default loop] ( https://reactphp.org/event-loop/#loop ) .
9
+ (#27 and #29 by @PaulRotmann and #30 by @SimonFrings )
10
+
11
+ * Improve test suite to use GitHub actions for continuous integration (CI).
12
+ (#28 by @SimonFrings )
13
+
3
14
## 1.3.0 (2020-10-16)
4
15
5
16
* Enhanced documentation for ReactPHP's new HTTP client and
Original file line number Diff line number Diff line change @@ -484,14 +484,14 @@ This project follows [SemVer](https://semver.org/).
484
484
This will install the latest supported version:
485
485
486
486
``` bash
487
- $ composer require clue/mq-react:^1.3
487
+ $ composer require clue/mq-react:^1.4
488
488
```
489
489
490
490
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
491
491
492
492
This project aims to run on any platform and thus does not require any PHP
493
493
extensions and supports running on legacy PHP 5.3 through current PHP 8+.
494
- It's highly recommended to use the latest supported PHP version for this project.
494
+ It's * highly recommended to use the latest supported PHP version* for this project.
495
495
496
496
## Tests
497
497
You can’t perform that action at this time.
0 commit comments