From bf0b94f4ecf7cda2acfe54399b5f84acac9084a2 Mon Sep 17 00:00:00 2001 From: Alpha Olomi Date: Wed, 5 May 2021 00:02:55 -0400 Subject: [PATCH] add PHP 8 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5151585..975524d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3|^8.0", "illuminate/support": "^8.0" }, "autoload": {