filestack-php
filestack-php copied to clipboard
Add support for Guzzle 7
I updated composer.json to allow Guzzle 7 and then also updated the tests to pass. The MockHttpResponse has to implement Psr\Http\Message\ResponseInterface and also had to mock requestAsync() for some tests
fixes #48