From f5d371e665326f1bcc0ef7237049f20421c6479a Mon Sep 17 00:00:00 2001 From: minchao Date: Mon, 9 Nov 2020 18:53:29 +0800 Subject: [PATCH] Update the version range for guzzle and phpunit (#25) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d822a19..e69587c 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ "require": { "php": ">=7.1", "ext-json": "*", - "guzzlehttp/guzzle": "^6.5" + "guzzlehttp/guzzle": "^6.5 || ^7.0" }, "require-dev": { "phpstan/phpstan": "^0.12.14", - "phpunit/phpunit": "^7.5", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "squizlabs/php_codesniffer": "^3.5" }, "autoload": {