appstract / laravel-opcache

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

what is the reason adding Guzzle as dependency? #135

Closed erlangparasu closed 2 years ago

erlangparasu commented 2 years ago

https://github.com/appstract/laravel-opcache/blob/d2ce88cddda6af54c14d1f9ceaaf94b54f38f9d3/composer.json#L23

zlodes commented 2 years ago

Hi!

It uses Laravel HTTP Client. It requires Guzzle.

https://github.com/appstract/laravel-opcache/blob/d2ce88cddda6af54c14d1f9ceaaf94b54f38f9d3/src/CreatesRequest.php#L17