filestack / filestack-php

Official PHP SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
56 stars 32 forks source link

Add support for Guzzle 7 #55

Open ejunker opened 2 years ago

ejunker commented 2 years ago

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