Skip to content

Commit c1d0158

Browse files
committedMay 3, 2024
Prepare v1.5.0 release
1 parent dabffaa commit c1d0158

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ This project follows [SemVer](https://semver.org/).
398398
This 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

404404
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)