From eeb9d146831319132f42f0d72cda9ade3578bfa3 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 8 Mar 2018 11:28:27 +0100 Subject: [PATCH] Updated requirements --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc021e16c2c..86bcb041e31 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4] ## Requirements * PHP >= 5.6 -* [Guzzle](https://github.com/guzzle/guzzle) library, +* A [HTTP client](https://packagist.org/providers/php-http/client-implementation) +* A [PSR-7 implementation](https://packagist.org/providers/psr/http-message-implementation) * (optional) PHPUnit to run tests. ## Install