File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.7 (2025-12-23)
4+
5+ Just in time for the holidays, we are happy to announce the release of ` v0.6.7 ` ! 🎄🎉
6+
7+ This is a compatibility release that contains backported features from the ` 0.7.x ` branch.
8+ Once v0.7 is released, it will be the way forward for this project.
9+
10+ * Feature: Improve PHP 8.5+ support by replacing binary cast with string cast.
11+ (#119 by @kubawerlos and @WyriHaximus )
12+
313## 0.6.6 (2025-01-01)
414
515This is a compatibility release that contains backported features from the ` 0.7.x ` branch.
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.6
591+ composer require react/child-process:^0.6.7
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