php-http / HttplugBundle

Symfony Framework Integration for HTTPlug
http://httplug.io
MIT License
381 stars 50 forks source link

autowire PSR-18 ClientInterface, deprecate httplug Client autowire service #427

Closed dbu closed 1 year ago

dbu commented 1 year ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Related tickets fixes #425, fixes #426
Documentation -
License MIT

What's in this PR?

It deprecates exposing the deprecated Http\Client\HttpClient and adds default service Psr\Http\Client\ClientInterface.

Why?

The httplug interface is deprecated in favor of the PSR client.

Checklist