ker0x/messenger

Remove Guzzle in flavor of PSR-18

ker0x opened this issue · 2 comments

ker0x commented

As soon as the PSR-18 will be accepted, we need to:

  • remove guzzlehttp/guzzle from required package
  • add psr/http-client instead
  • rework API classes to take into account ClientInterface

I can make it if you want