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?
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?