From 57e7e801a14493068f435639104b5e56f000f221 Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Thu, 14 Jan 2021 09:41:55 +0000 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2531c5c..571386e 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "require": { "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0", "illuminate/support": "^5.5|^6.0|^7.0|^8.0", - "php": "^7.0" + "php": "^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^6.3|^9.0",