mailjet / mailjet-apiv3-php-no-composer

[API v3] Mailjet PHP Wrapper bundled with composer dependencies
MIT License
9 stars 5 forks source link

Guzzle is locked to deprecated version #7

Open SamGoody opened 4 years ago

SamGoody commented 4 years ago

Am using Guzzle 7, as that is stable, and that is required by other packages.

But Mailjet is using Guzzle v6.

Composer does not seem to have a way for two different packages to be using different versions of Guzzle.

Have solved it for now by moving over to Sendgrid instead of Mailjet, but think it should be fixed.