File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
17
## 1.8.0 (2022-09-01)
4
18
5
19
* 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/).
451
451
This will install the latest supported version:
452
452
453
453
``` bash
454
- composer require clue/http-proxy-react:^1.8
454
+ composer require clue/http-proxy-react:^1.9
455
455
```
456
456
457
457
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments