From dabb7262b52019517a68986ac14309236180632f Mon Sep 17 00:00:00 2001 From: Dante <35383529+srdante@users.noreply.github.com> Date: Sat, 26 Feb 2022 02:27:56 -0300 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4cbc3f0..3a249e7 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,13 @@ ], "require": { "guzzlehttp/guzzle": "^6.3|^7.0", - "PHP": "^7.1", + "PHP": "^7.1|^8.0", "kornrunner/keccak": "~1.0", "phpseclib/phpseclib": "~2.0.11", "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "~6.0" + "phpunit/phpunit": "~6.0|~8.0" }, "autoload": { "psr-4": {