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

Do not extend Guzzle\Client #85

Open
tomboe311 opened this issue Nov 16, 2021 · 1 comment
Open

Do not extend Guzzle\Client #85

tomboe311 opened this issue Nov 16, 2021 · 1 comment

Comments

@tomboe311
Copy link

tomboe311 commented Nov 16, 2021

Extending Guzzle\Client is deprecated since Guzzle 7.1 and the class is annotated as @Final. The class will be actually final in Guzzle 8.0.

See guzzle issue#2521

@tacman
Copy link

tacman commented Sep 24, 2022

On a related note, what about switching to the Symfony HttpClient? Or simply requiring that the application implement a psr-7 interface, and not providing a specific implementation of one?

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

No branches or pull requests

2 participants