amphp / http-client

An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.
https://amphp.org/http-client
MIT License
704 stars 66 forks source link

Allow league/uri ^7 #335

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 1 year ago

So that psr/http-message 2.* can be installed (see #328)

kelunik commented 1 year ago

Let's wait for the stable release. 🙂

kelunik commented 1 year ago

@nicolas-grekas Could you please re-trigger the pipeline?

nicolas-grekas commented 1 year ago

force-pushed but still failing

kelunik commented 1 year ago

@nicolas-grekas Thanks! We've fixed the breaking change in hpack in https://github.com/amphp/hpack/releases/tag/v3.1.3. There's one remaining test failure, but that seems unrelated.