File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.5.0 (2024-05-03)
4
+
5
+ * Feature: Full PHP 8.3 compatibility.
6
+ (#85 by @yadaiio )
7
+
8
+ * Minor documentation improvements.
9
+ (#83 and #86 by @yadaiio )
10
+
11
+ * Update test suite to support new Promise v3 and new reactphp/http ` v1.10.0 ` .
12
+ (#82 and #84 by @clue and #87 by @SimonFrings )
13
+
3
14
## 1.4.0 (2022-12-01)
4
15
5
16
* Feature: Add support for PHP 8.1 and PHP 8.2.
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ This project follows [SemVer](https://semver.org/).
398
398
This will install the latest supported version:
399
399
400
400
``` bash
401
- composer require clue/docker-react:^1.4
401
+ composer require clue/docker-react:^1.5
402
402
```
403
403
404
404
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments