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+ ## 2.6.0 (2022-05-09)
4+
5+ * Feature: Support PHP 8.1 release.
6+ (#119 by @clue )
7+
8+ * Improve documentation and CI configuration.
9+ (#123 and #125 by @SimonFrings )
10+
311## 2.5.0 (2021-08-31)
412
513* Feature: Simplify usage by supporting new [ default loop] ( https://reactphp.org/event-loop/#loop ) and new Socket API.
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ This project follows [SemVer](https://semver.org/).
610610This will install the latest supported version:
611611
612612``` bash
613- $ composer require clue/redis-react:^2.5
613+ $ composer require clue/redis-react:^2.6
614614```
615615
616616See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments