filestack-php icon indicating copy to clipboard operation
filestack-php copied to clipboard

Add support for Guzzle 7

Open ejunker opened this issue 4 years ago • 0 comments

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

ejunker avatar Sep 28 '21 15:09 ejunker