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
13
13
Supported adapters:
14
14
15
15
* 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) **
17
17
18
18
## Install it
19
19
20
20
Just use composer
21
21
22
22
``` sh
23
- $ composer require corley/influxdb-sdk
23
+ $ composer require corley/influxdb-sdk: ~ 1
24
24
```
25
25
26
26
Or add to your ` composer.json ` file
27
27
28
28
``` json
29
29
{
30
30
"require" : {
31
- "corley/influxdb-sdk" : " 0.9.* "
31
+ "corley/influxdb-sdk" : " ~1 "
32
32
}
33
33
}
34
34
```
@@ -382,12 +382,12 @@ If you don't have the `sockets` extension, you can proceed in two ways:
382
382
383
383
### Guzzle 4 support
384
384
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
386
386
to PHP 7.0 and is stable with this project with version 0.9.3.
387
387
388
388
If you need Guzzle 4 as HTTP adapter require for 0.9.3 version
389
389
390
390
``` sh
391
- compose require corley/influxdb-sdk:0.9.3
391
+ compose require corley/influxdb-sdk:0.9.*
392
392
```
393
393
You can’t perform that action at this time.
0 commit comments