From b63410f50560729d94b85b4f7ebe9944d06aa82d Mon Sep 17 00:00:00 2001 From: mehrdad shakibafar Date: Thu, 28 Jan 2021 09:56:46 +0330 Subject: [PATCH] add support php 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fde0a54..c58210a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "php" : "^5.6|^7.0", + "php" : "^5.6|^7.0|^8.0", "illuminate/support": "^5.1|^6.0|^7.0|^8.0" }, "autoload" : {