shotstack / shotstack-sdk-php

PHP SDK for Shotstack, the cloud video editing API.
https://shotstack.io/product/sdk/php/
11 stars 5 forks source link

any plans to allow guzzlehttp/guzzle 7* #7

Closed alexmgillis closed 3 years ago

alexmgillis commented 3 years ago

I use laravel 8 which requires guzzlehttp/guzzle: ^7.0.1. is any way around? is it a matter that v7 breaks code on this library?

jeffski commented 3 years ago

Hi Alex, This is the 2nd request we have had for this and we are looking in to it. The main issues is that the upgrade to Guzzle 7 requires PHP 7.2 which may be a breaking change for our existing customers. We will have to notify them of the change and give them time to upgrade.

In the mean time, we had a customer downgrade their version of Guzzle and that seemed to work. You could also fork this project and try upgrading the version to v7. We will also look at creating a branch that works with Guzzle 7.

jeffski commented 3 years ago

We have now upgraded to use Guzzle 7 and require PHP 7.2.