From e707e112f5f63464ca94f868abe3307d9a2aa9f4 Mon Sep 17 00:00:00 2001 From: Bob Olde Hampsink <378974+boboldehampsink@users.noreply.github.com> Date: Wed, 6 May 2020 08:38:31 +0200 Subject: [PATCH] Allow php-http/guzzle6-adapter ^2.0 It still uses the same API, just updated for PHP 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdc20dc..e865148 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.5", - "php-http/guzzle6-adapter": "^1.0", + "php-http/guzzle6-adapter": "^1.0 || ^2.0", "nyholm/psr7": "^1.0", "nyholm/nsa": "^1.1" },