-
Notifications
You must be signed in to change notification settings - Fork 46
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
Don't require guzzle explicitly #91
Comments
Having an abstraction for the HTTP client makes sense, to me. If you'd be keen to contribute the changes required I'd be happy to review them. |
This is a duplicate of #49, as you say. |
Awesome, I'll give that a crack sometime in the next few weeks, schedule permitting. |
PR raised: #99 |
Some of your other packages, such as https://github.com/KnpLabs/php-github-api, don't explicitly require guzzle - but instead rely on
php-http/discovery
to find an appropriate PSR7 compliant library.It would be great if this library was similarly flexible. If you're open to it, I'd be happy to implement that change here.
Note
Possible duplicate of #49 but there's so little information in that issue I couldn't tell.
The text was updated successfully, but these errors were encountered: