v2.0.0: Allow guzzle 7 (#30)
Changed
- [BC] Changed the signature of
HandlerInterface::log
to allow Throwables. Now the signature is
HandlerInterface::log(
LoggerInterface $logger,
RequestInterface $request,
?ResponseInterface $response = null,
?Throwable $exception = null,
?TransferStats $stats = null,
array $options = []
)
- Allow guzzle 7