Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Guzzle v6? #10

Open
stefandoorn opened this issue Aug 28, 2023 · 2 comments
Open

Allow Guzzle v6? #10

stefandoorn opened this issue Aug 28, 2023 · 2 comments

Comments

@stefandoorn
Copy link

Hi,

The package requires a minimum of PHP 5.x, but Guzzle 7 is required which has a minimum of PHP 7.2:

Dropped PHP 5 support—the minimum PHP version is now 7.2

I'm on a project where Guzzle 6 is still used, which fits better with the PHP version constraint in this package. I don't think there's any major changes, especially in the way the package is used here - so maybe this package can be opened up for v6 as well?

@ayman-benmada
Copy link

Hello,

I use the sylius framework which has guzzle 6 as a dependency, so it's impossible for me to install brevo, consequently I still have to use sendinblue which is no longer maintained, can we please have a version compatible with guzzle 6.

sylius/sylius[v1.12.0-alpha.1, ..., 1.12.x-dev] require guzzlehttp/guzzle ^6.5

@teiling88
Copy link

Hey @stefandoorn and @ayman-benmada,
we had the same issue so we forked the repo and added the older guzzle Version. Feel free to use it: https://packagist.org/packages/playox/brevo-php#dev-main
@ayman-benmada the newest sylius version 1.13 has an updated guzzle dependency. Maybe that is a solution for you as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants