Open mwolff-fn opened 1 year ago
Alternatively make this library depend on guzzlehttp/promises ^1.5
explicitly, that will prevent installing the newer library with the removed functions.
I created a PR to fix the issue: https://github.com/gmponos/guzzle-log-middleware/pull/50
We need this PR to be merged https://github.com/gmponos/guzzle-log-middleware/pull/50
@gmponos we still waiting for this to be merged https://github.com/gmponos/guzzle-log-middleware/pull/52
Using Guzzle 7.7.0 and gmponos/guzzle_logger 2.2.0, we recently ran into this error:
I suspect it might have to do with Guzzle 7.7.0 now supporting guzzlehttp/promises v2, which removes all functions in favour of static methods (https://github.com/guzzle/promises/blob/2.0.0/CHANGELOG.md).