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
+ ## 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
+
3
11
## 2.5.0 (2021-08-31)
4
12
5
13
* 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/).
610
610
This will install the latest supported version:
611
611
612
612
``` bash
613
- $ composer require clue/redis-react:^2.5
613
+ $ composer require clue/redis-react:^2.6
614
614
```
615
615
616
616
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments