amp-library
amp-library copied to clipboard
refacto: remove Guzzle, use HTTPlug instead
When writing those lines, the library is stuck with Guzzle 6, which prevent us to update some of our dependencies due to conflicts.
A library should not depending of a HttpClient implementation, but should instead use the PSR's interfaces (and HTTPlug), so the user is free to use whatever HttpClient he wants.