File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.6 (2025-01-01)
4+
5+ This is a compatibility release that contains backported features from the ` 0.7.x ` branch.
6+ Once v0.7 is released, it will be the way forward for this project.
7+
8+ * Feature: Improve PHP 8.4+ support by avoiding implicitly nullable types.
9+ (#114 by @clue )
10+
11+ * Improve test suite to run tests on latest PHP versions and report failed assertions.
12+ (#113 by @clue )
13+
314## 0.6.5 (2022-09-16)
415
516* Feature: Full support for PHP 8.1 and PHP 8.2 release.
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ The recommended way to install this library is [through Composer](https://getcom
588588This will install the latest supported version:
589589
590590``` bash
591- composer require react/child-process:^0.6.5
591+ composer require react/child-process:^0.6.6
592592```
593593
594594See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments