-
Notifications
You must be signed in to change notification settings - Fork 212
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
Support Guzzle 7 #421
Comments
@Nyholm - I like the idea of improving interoperability, for sure. The HTTPPlug library had the main documented methods marked deprecated and it looked like the next version would not be PHP 7.1 compatible. That's understandable but we weren't able to bump the PHP version higher than that for this major. Would it be possible to do that and remain PHP 7.1 compat? |
Of course. Httplug did a “technical” BC break to be able to use return types as required by prs18. About httplug v2: https://medium.com/php-fig/the-http-client-psr-9c2535132980 |
Fixed with #443 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We are soon about to release Guzzle 7. I see that this library reverted changes in version 6 alfa and went back to hard dependency on Guzzle.
Im would recommend to support PSR-18 instead of a concrete implementation. That would avoid dependency issues with Guzzle versions.
Btw, Guzzle 7 will support PSR-18.
The text was updated successfully, but these errors were encountered: