From 970ae3903ab819ee57bb9e8387396342d78d0ab9 Mon Sep 17 00:00:00 2001 From: Walter Dal Mut Date: Sat, 1 Jul 2017 14:50:13 +0200 Subject: [PATCH] Updated README for tag our first stable release 1.0.0 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a0ff77..ae647ce 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ This project support InfluxDB API `>= 0.9` - **For InfluxDB v0.8 checkout branch Supported adapters: * UDP/IP - * HTTP (via GuzzleHTTP versions: ~5, ~6) + * HTTP (via GuzzleHTTP versions: ~5, ~6) - **For Guzzle 4 support checkout branch 0.9 (no longer supported)** ## Install it Just use composer ```sh -$ composer require corley/influxdb-sdk +$ composer require corley/influxdb-sdk:~1 ``` Or add to your `composer.json` file @@ -28,7 +28,7 @@ Or add to your `composer.json` file ```json { "require": { - "corley/influxdb-sdk": "0.9.*" + "corley/influxdb-sdk": "~1" } } ``` @@ -382,12 +382,12 @@ If you don't have the `sockets` extension, you can proceed in two ways: ### Guzzle 4 support -Currently we drop the Guzzle 4 support, but we tested as working HTTP adapter in up +We drop the Guzzle 4 support, but we tested it as working HTTP adapter in up to PHP 7.0 and is stable with this project with version 0.9.3. If you need Guzzle 4 as HTTP adapter require for 0.9.3 version ```sh -compose require corley/influxdb-sdk:0.9.3 +compose require corley/influxdb-sdk:0.9.* ```