From 46b77558e20b3d9da2b2d7146b60f9979c04918f Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Wed, 16 Oct 2019 14:00:33 +0200 Subject: [PATCH] update readme to suggest the latest major version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ff1282522..c72b08ca66d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4] Via Composer: ```bash -$ composer require knplabs/github-api php-http/guzzle6-adapter "^1.1" +$ composer require knplabs/github-api php-http/guzzle6-adapter "^2.0" ``` Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/). Read about clients in our [docs](doc/customize.md).