Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 12, 2023

Conversation

dbu
Copy link
Collaborator

@dbu dbu commented May 12, 2023

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

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix

@dbu dbu changed the title 425 client interface autowire PSR-18 ClientInterface, deprecate httplug Client autowire service May 12, 2023
@dbu dbu merged commit d12ecaf into 1.x May 12, 2023
11 checks passed
@dbu dbu deleted the 425-client-interface branch May 12, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from Http\Client\HttpClient to Psr\Http\Client\ClientInterface
1 participant