infusionsoft / infusionsoft-php

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

Old guzzle, not compatible with latest laravel #264

Closed Ultimater closed 3 years ago

Ultimater commented 3 years ago

This repo uses: "guzzlehttp/guzzle": "~6.1"

The latest laravel, 8.2, uses:
"guzzlehttp/guzzle": "^7.0.1"

These are incompatible with each other, meaning I can't use this with the latest laravel. Guzzle 6.1.0 was released September 8th 2015. Guzzle 6.1.1 was released November 22nd 2015. Guzzle 7.0.1 was released June 27th 2020.

That's about a five year jump... Can this codebase update its guzzle dependency so it can be used with more modern code?

Ultimater commented 3 years ago

Please see https://github.com/infusionsoft/infusionsoft-php/issues/269 Not sure why 1.5.0 was released before fixing this.

Ultimater commented 3 years ago

This was fixed with the 1.5.1 release.