From defe94e433be4fa0ae82faf2f8312ec4fd89da1c Mon Sep 17 00:00:00 2001 From: Matt Kingshott <51963402+mattkingshott@users.noreply.github.com> Date: Sat, 5 Dec 2020 19:45:14 +0000 Subject: [PATCH] PHP 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3e962d1..b7937e8 100755 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "php": "^7.4" + "php": "^7.4|^8.0" }, "require-dev": { "orchestra/testbench": "^5.0", @@ -39,4 +39,4 @@ "test": "vendor/bin/phpunit" }, "minimum-stability": "stable" -} \ No newline at end of file +}