File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.9.0 (2024-04-10)
4+
5+ * Feature / Fix: Forward compatibility with Promise v3.
6+ (#56 by @SimonFrings )
7+
8+ * Feature: Full PHP 8.3 compatibility.
9+ (#54 by @yadaiio )
10+
11+ * Minor documentation improvements.
12+ (#53 and #55 by @yadaiio )
13+
14+ * Update test suite to use new reactphp/async package instead of clue/reactphp-block.
15+ (#50 and #57 by @dinooo13 and @SimonFrings )
16+
317## 1.8.0 (2022-09-01)
418
519* Feature: Full support for PHP 8.1 and PHP 8.2.
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ This project follows [SemVer](https://semver.org/).
451451This will install the latest supported version:
452452
453453``` bash
454- composer require clue/http-proxy-react:^1.8
454+ composer require clue/http-proxy-react:^1.9
455455```
456456
457457See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments