You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal:
When working on projects that use many different external APIs, depending on a concrete version of one http library can become a problem. It would help a lot if influx-client-php could depend on PSR-18 instead so that the concrete version of the library could vary more.
Current behavior:
Today the library depends on a given Guzzle version.
Desired behavior:
The guzzle dependencies switched to depending on http/common instead. See Mailguns PHP lib for an example.
Use case:
When working on projects that use many different external APIs, depending on a concrete version of one http library can become a problem. We are still running Guzzle 6.x and may have to do busywork just to use influxdb-client-php.
The text was updated successfully, but these errors were encountered:
Proposal:
When working on projects that use many different external APIs, depending on a concrete version of one http library can become a problem. It would help a lot if
influx-client-php
could depend on PSR-18 instead so that the concrete version of the library could vary more.Current behavior:
Today the library depends on a given Guzzle version.
Desired behavior:
The guzzle dependencies switched to depending on http/common instead. See Mailguns PHP lib for an example.
Use case:
When working on projects that use many different external APIs, depending on a concrete version of one http library can become a problem. We are still running Guzzle 6.x and may have to do busywork just to use influxdb-client-php.
The text was updated successfully, but these errors were encountered: