php-http / curl-client

cURL client
http://httplug.io
MIT License
443 stars 28 forks source link

Support PSR-17 and PSR-18 #41

Closed Nyholm closed 5 years ago

Nyholm commented 6 years ago

This will drop PHP5 and force us to release a new major version.

jmalinens commented 5 years ago

We are waiting for this!

mekras commented 5 years ago

This issue depends on https://github.com/php-http/discovery/issues/116

Nyholm commented 5 years ago

I’ll put it some work on this during the holidays.

dbu commented 5 years ago

psr-18 support has been added in #43, #52 changes to use PSR-17 instead of the httplug message factory.