eveseat / eseye

👾 A Standalone, Dynamic ESI (EVE Swagger Interface) Client Library written in PHP
GNU General Public License v2.0
50 stars 30 forks source link

Update Guzzle to Allow for Implementation with Laravel 8 #67

Closed drkthunder02 closed 3 years ago

drkthunder02 commented 3 years ago

Any idea when guzzle will be updated to allow this to be implemented with Laravel 8 since Laravel 8 requires at guzzle version 7.0.1?

warlof commented 3 years ago

Hi,

Probably not before next Laravel LTS version if I have to handle the update. However, if you want to put some time in it and send a pull request, it can be added and depending on applied changes, either tags as 2 or 3.

At worse, you should be able to implement a Guzzle 7 custom fetcher and use it in config instead of the ship one :)

warlof commented 3 years ago

available since 2.4.0 - thanks to @gordonzero who took time to manage the update