Skip to content

Commit d8ced39

Browse files
committed
Prepare v2.7.0 release
1 parent 82cfb70 commit d8ced39

2 files changed

Lines changed: 19 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 2.7.0 (2026-06-14)
4+
5+
* Feature: Improve PHP 8.5+, PHP 8.4+, PHP 8.3+ and PHP 8.2+ support and update test environment.
6+
(#112, #109 and #103 by @clue, #107 by @SimonFrings and #106 by @yadaiio)
7+
8+
* Minor documentation improvements.
9+
(#105 by @yadaiio)
10+
11+
* Improve test suite to ensure 100% code coverage, skip flaky tests and fix legacy tests.
12+
(#108, #113 and #111 by @clue and #102 by @SimonFrings)
13+
314
## 2.6.0 (2022-03-18)
415

516
* Feature: Full support for PHP 8.1 release.

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ without requiring any extensions or special installation.
3939

4040
## Support us
4141

42-
We invest a lot of time developing, maintaining and updating our awesome
43-
open-source projects. You can help us sustain this high-quality of our work by
44-
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
45-
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
46-
for details.
47-
48-
Let's take these projects to the next level together! 🚀
42+
I maintain an ecosystem of open-source projects that have been downloaded
43+
hundreds of millions of times and are actively maintained and continuously
44+
improved. If you find any of these projects useful, please consider
45+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Your support
46+
helps ensure long-term maintenance and continued development. Thank you! 🚀
4947

5048
## Quickstart example
5149

@@ -643,7 +641,7 @@ This project follows [SemVer](https://semver.org/).
643641
This will install the latest supported version:
644642

645643
```bash
646-
composer require clue/stdio-react:^2.6
644+
composer require clue/stdio-react:^2.7
647645
```
648646

649647
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -702,8 +700,8 @@ XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
702700

703701
This project is released under the permissive [MIT license](LICENSE).
704702

705-
> Did you know that I offer custom development services and issuing invoices for
706-
sponsorships of releases and for contributions? Contact me (@clue) for details.
703+
> Do you use this project in a commercial setting? Sponsoring with invoicing is
704+
available, contact me ([@clue](https://github.com/clue)) for details.
707705

708706
## More
709707

0 commit comments

Comments
 (0)