File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
314## 1.4.0 (2022-12-01)
415
516* 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/).
398398This will install the latest supported version:
399399
400400``` bash
401- composer require clue/docker-react:^1.4
401+ composer require clue/docker-react:^1.5
402402```
403403
404404See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments