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 11# Changelog
22
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+
314## 1.3.0 (2020-10-16)
415
516* 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/).
484484This will install the latest supported version:
485485
486486``` bash
487- $ composer require clue/mq-react:^1.3
487+ $ composer require clue/mq-react:^1.4
488488```
489489
490490See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
491491
492492This project aims to run on any platform and thus does not require any PHP
493493extensions 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.
495495
496496## Tests
497497
You can’t perform that action at this time.
0 commit comments