Skip to content

Commit fcd57ec

Browse files
committed
Prepare v1.6.0 release
1 parent 68d1271 commit fcd57ec

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

CHANGELOG.md

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

3+
## 1.6.0 (2026-03-08)
4+
5+
* Feature: Improve PHP 8.4+ and PHP 8.5+ support and update test environment.
6+
(#88, #93 and #94 by @clue)
7+
8+
* Improve test suite to support latest Docker version and legacy PHP 7.2 with PHPUnit 8.5.
9+
(#92 and #95 by @clue)
10+
311
## 1.5.0 (2024-05-03)
412

513
* Feature: Full PHP 8.3 compatibility.

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# clue/reactphp-docker
22

33
[![CI status](https://github.com/clue/reactphp-docker/actions/workflows/ci.yml/badge.svg)](https://github.com/clue/reactphp-docker/actions)
4+
[![code coverage](https://img.shields.io/badge/code%20coverage-100%25-success)](#tests)
45
[![installs on Packagist](https://img.shields.io/packagist/dt/clue/docker-react?color=blue&label=installs%20on%20Packagist)](https://packagist.org/packages/clue/docker-react)
56

67
Async, event-driven access to the [Docker Engine API](https://docs.docker.com/develop/sdk/), built on top of [ReactPHP](https://reactphp.org/).
@@ -44,13 +45,11 @@ its event-driven model to react to changes and events happening.
4445

4546
## Support us
4647

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

5554
## Quickstart example
5655

@@ -398,7 +397,7 @@ This project follows [SemVer](https://semver.org/).
398397
This will install the latest supported version:
399398

400399
```bash
401-
composer require clue/docker-react:^1.5
400+
composer require clue/docker-react:^1.6
402401
```
403402

404403
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -422,9 +421,17 @@ To run the test suite, go to the project root and run:
422421
vendor/bin/phpunit
423422
```
424423

424+
The test suite is set up to always ensure 100% code coverage across all
425+
supported environments. If you have the Xdebug extension installed, you can also
426+
generate a code coverage report locally like this:
427+
428+
```bash
429+
XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
430+
```
431+
425432
## License
426433

427434
This project is released under the permissive [MIT license](LICENSE).
428435

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

0 commit comments

Comments
 (0)