influxdata / influxdb-client-php

InfluxDB (v2+) Client Library for PHP
https://influxdata.github.io/influxdb-client-php/
MIT License
150 stars 47 forks source link

fix: stick on 1.X version of guzzlehttp/psr7 #83

Closed rhajek closed 3 years ago

rhajek commented 3 years ago

Proposed Changes

Generated client sources are not compatible with the new version of guzzlehttp/psr7 2.0

It also breaks circle ci builds, we need to stick on 1.X for now.

Checklist