vemcogroup / laravel-sparkpost-driver

SparkPost driver to use with Laravel
MIT License
40 stars 16 forks source link

update to latest guzzle #13

Closed simonj closed 3 years ago

simonj commented 3 years ago

Thanks for a really nice package!

is it me or can't we use the latest guzzle version ? https://github.com/guzzle/guzzle/releases

eldor commented 3 years ago

Hi,

Thanks for kind words. Yes you should be able to install latest Guzzle with this package.

It's set for ^7.0.1 which mean any updates in 7.x.x range is acceptable. Are you sure you dont have another package installed that blocks the Guzzle version?

Remember to use version 8 for L8 and Guzzle 7 support.