Skip to content

Commit 970ae39

Browse files
committed
Updated README for tag our first stable release 1.0.0
1 parent 4dcbf03 commit 970ae39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ This project support InfluxDB API `>= 0.9` - **For InfluxDB v0.8 checkout branch
1313
Supported 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

2020
Just use composer
2121

2222
```sh
23-
$ composer require corley/influxdb-sdk
23+
$ composer require corley/influxdb-sdk:~1
2424
```
2525

2626
Or 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
386386
to PHP 7.0 and is stable with this project with version 0.9.3.
387387

388388
If 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

0 commit comments

Comments
 (0)