infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
129 stars 126 forks source link

Release 1.5.0 erroring with Guzzle6 not found #270

Closed Ultimater closed 3 years ago

Ultimater commented 3 years ago

See issue https://github.com/infusionsoft/infusionsoft-php/issues/269 Caused by incomplete code merged here: https://github.com/infusionsoft/infusionsoft-php/issues/264

I tried running latest laravel with Release 1.5.0 When I try to use it, I get an error:

Class 'Http\Adapter\Guzzle6\Client' not found

Shouldn't have made a release without testing it... This is a major issue that has broken the code.

Ultimater commented 3 years ago

This was fixed with the 1.5.1 release.

bbooth commented 3 years ago

Thanks for the PR!