influxdata/influxdb-client-php

Add support for Guzzle client version 7.x.

Closed this issue · 2 comments

Proposal:
"guzzlehttp/guzzle": "^6.2|^7"

Current behavior:
"guzzlehttp/guzzle": "^6.2"

Desired behavior:
Supporting guzzle ^7.0 will allow this library to be used with Laravel 8.

Alternatives considered:
.

Use case:
Supporting guzzle ^7.0 will allow this library to be used with Laravel 8.

I've prepare support for Guzzle 7.x in #49. Could you take a look?

It works for my project. Thank you.