We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabffaa commit c1d0158Copy full SHA for c1d0158
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
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
14
## 1.4.0 (2022-12-01)
15
16
* Feature: Add support for PHP 8.1 and PHP 8.2.
README.md
@@ -398,7 +398,7 @@ This project follows [SemVer](https://semver.org/).
398
This will install the latest supported version:
399
400
```bash
401
-composer require clue/docker-react:^1.4
+composer require clue/docker-react:^1.5
402
```
403
404
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments