You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/clue/docker-react)
5
6
6
7
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.
44
45
45
46
## Support us
46
47
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! 🚀
54
53
55
54
## Quickstart example
56
55
@@ -398,7 +397,7 @@ This project follows [SemVer](https://semver.org/).
398
397
This will install the latest supported version:
399
398
400
399
```bash
401
-
composer require clue/docker-react:^1.5
400
+
composer require clue/docker-react:^1.6
402
401
```
403
402
404
403
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:
422
421
vendor/bin/phpunit
423
422
```
424
423
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:
0 commit comments