From f4f9f5bdcf65b68bde8b6de5ee3dde34c688a44b Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Thu, 10 Dec 2020 20:10:14 +0300 Subject: [PATCH] Support PHP 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be4f89a..d0dd700 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "email": "sti3bas@gmail.com" }], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "laravel/scout": "8.*", "illuminate/database": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0"