File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.7.0 (2025-01-24)
4
+
5
+ * Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
6
+ (#107 by @SimonFrings and #109 by @clue )
7
+
8
+ * Feature: Run tests on PHP 8.3 and update test suite.
9
+ (#106 by @yadaiio )
10
+
11
+ * Feature: Test on PHP 8.2 and update test environment.
12
+ (#103 by @clue )
13
+
14
+ * Fix legacy HHVM build and update test suite to ensure 100% code coverage.
15
+ (#102 by @SimonFrings and #108 by @clue )
16
+
17
+ * Minor documentation improvements.
18
+ (#105 by @yadaiio )
19
+
3
20
## 2.6.0 (2022-03-18)
4
21
5
22
* Feature: Full support for PHP 8.1 release.
Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ This project follows [SemVer](https://semver.org/).
643
643
This will install the latest supported version:
644
644
645
645
``` bash
646
- composer require clue/stdio-react:^2.6
646
+ composer require clue/stdio-react:^2.7
647
647
```
648
648
649
649
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments