-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Labels
Description
Hi,
Thank you for this package.
I see that this package depends upon guzzlehttp/guzzle, while it is a very good package it adds one more dependency to the projects using this package. Can this depend upon psr18 instead. I think guzzle already implements it (https://packagist.org/providers/psr/http-client-implementation).
Depending upon psr http client would allow projects to use this package using http client of their choice and if a psr 18 client is already installed that will be used.
bkahraman