klaviyo-php-sdk icon indicating copy to clipboard operation
klaviyo-php-sdk copied to clipboard

GuzzleHttp conflicts

Open HHFabian opened this issue 2 years ago • 5 comments

Hey Klaviyo Team, we use Shopware and use this SDK for a plugin. The problem we now have is that Shopware in our version still uses GuzzleHttp in version 5.3.3 and the SDK itself ^7.3. This leads to conflicts on our side and triggers errors. Is it possible to adjust the GuzzleHttp namespace to GuzzleHttp7 or GuzzleHttp73 in the SDK itself to prevent conflicts? A lot bigger non-Shopware codebases also use maybe old versions of guzzle, so this would enhance compability over various clients.

Best regards, Fabian

HHFabian avatar May 04 '22 07:05 HHFabian