File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ This project support InfluxDB API `>= 0.9` - **For InfluxDB v0.8 checkout branch
1313Supported adapters:
1414
1515 * UDP/IP
16- * HTTP (via GuzzleHTTP versions: ~ 5, ~ 6)
16+ * HTTP (via GuzzleHTTP versions: ~ 5, ~ 6) - ** For Guzzle 4 support checkout branch 0.9 (no longer supported) **
1717
1818## Install it
1919
2020Just use composer
2121
2222``` sh
23- $ composer require corley/influxdb-sdk
23+ $ composer require corley/influxdb-sdk: ~ 1
2424```
2525
2626Or add to your ` composer.json ` file
2727
2828``` json
2929{
3030 "require" : {
31- "corley/influxdb-sdk" : " 0.9.* "
31+ "corley/influxdb-sdk" : " ~1 "
3232 }
3333}
3434```
@@ -382,12 +382,12 @@ If you don't have the `sockets` extension, you can proceed in two ways:
382382
383383### Guzzle 4 support
384384
385- Currently we drop the Guzzle 4 support, but we tested as working HTTP adapter in up
385+ We drop the Guzzle 4 support, but we tested it as working HTTP adapter in up
386386to PHP 7.0 and is stable with this project with version 0.9.3.
387387
388388If you need Guzzle 4 as HTTP adapter require for 0.9.3 version
389389
390390``` sh
391- compose require corley/influxdb-sdk:0.9.3
391+ compose require corley/influxdb-sdk:0.9.*
392392```
393393
You can’t perform that action at this time.
0 commit comments