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 ^7.0 #73

Closed gordonzero closed 3 years ago

gordonzero commented 3 years ago

67

Updated Guzzle to ^7.0

Looks like the upgrade to guzzle 7 does not break any of your calls or tests.

Ran the build though Travis CI and it passed. feel free to double check it yourself before pulling

warlof commented 3 years ago

hi,

thank you for the pull request. is that simple to bump from 6 to 7 ?

there are nothing to do with class references or methods call ?

if so, maybe we can go for a ^6.2|^7.0 rather than a ^7.0 ?