From b8af38943e282637067d07ac8e1705b15cde21b6 Mon Sep 17 00:00:00 2001 From: David Toews Date: Fri, 14 Oct 2022 10:48:25 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=20(platform=20requirements)=20a?= =?UTF-8?q?llows=20install=20on=20php=208.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 89c37c3..be5644e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^5.6|^7.0|^7.1" + "php": "^5.6|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^5.7",