clue / reactphp-docker

Async, event-driven access to the Docker Engine API, built on top of ReactPHP.
https://clue.engineering/2019/introducing-reactphp-docker
MIT License
107 stars 16 forks source link

Update test suite to support new reactphp/http `v1.10.0` #87

Closed SimonFrings closed 4 months ago

SimonFrings commented 4 months ago

This changeset updates the test suite to support reactphp/http v1.10.0. This new version of the ReactPHP HTTP component introduces its own PSR-7 implementation and removes the dependency for RingCentral (see https://github.com/reactphp/http/pull/522 for reference). This means we don't have to rely on the RingCentral dependency here as well, and instead can use ReactPHP's new PSR-7 implementation.

Builds on top of #76 and others