appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Add support for Guzzle 7.x #114

Closed stevegrunwell closed 4 years ago

stevegrunwell commented 4 years ago

The upgrade from Guzzle 6.x to 7.x has some backwards compatibility breaks, however basic usage is still the same (and generally handled by Laravel's Http facade).

This commit ensures that the package will work with Guzzle 6.x or 7.x and uses the same guzzlehttp/guzzle version constraints as Laravel itself.

Fixes #112.

ovanschie commented 4 years ago

Thanks!