amp-library icon indicating copy to clipboard operation
amp-library copied to clipboard

refacto: remove Guzzle, use HTTPlug instead

Open Kocal opened this issue 2 years ago • 0 comments

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.

Kocal avatar Jun 11 '22 08:06 Kocal