-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Use guzzle 5 instead of guzzle 6? #10
Comments
That will not be possible. There was a significant change in guzzle from 5 to 6, hence the major version bump, and the changes in 6 drive a lot of functionality in this project. Among the changes are support for PSR 7 Http Messages, some valuable standards that may improve your own project. |
How about if we refactor Http layer to use HttpPlug? https://packagist.org/packages/php-http/httplug This way Guzzle6 will be an suggested dependncy, and end user would be able to add any HTTP communication library as transport. |
Of course, we would make a Pull Request, no need for you to develop it. Just checking to see if you will consider merging it if we developed it. |
Hi Steven,
I'm using your great trello wrapper in my project, but I have terrible dependencies hell. There a lot of other stuff which already use guzzle 5 and I have package conflict because your package use guzzle 6.
Is there a possibility that your package uses guzzle 5 instead of guzzle 6?
Thanks.
The text was updated successfully, but these errors were encountered: