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
706 stars 66 forks source link

allow also psr/http-message 2.* #328

Closed drealecs closed 1 year ago

drealecs commented 1 year ago

allow also psr/http-message 2.*

There is no backward incompatibility for v4 as psr/http-message for 2.0 has also PHP 7.2 as minimum requirement.

The branch 4.x can be merged into 5.x as that's valid for 5.x as well and it's not yet changed there.

kelunik commented 1 year ago

Thanks, @drealecs!

GrahamCampbell commented 1 year ago

This change doesn't do anything because of the league uri dependency. I think it should be removed from the change log, since it's super misleading.

kelunik commented 1 year ago

Good point, I've removed it from the changelog, as this PR is for 4.x anyway and not 5.x.