From 6153ffe677abedf19a4bc7734cf396c5697801b2 Mon Sep 17 00:00:00 2001 From: Vaggelis Yfantis Date: Fri, 30 Oct 2020 13:48:49 +0100 Subject: [PATCH] adding php8.0 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d10b75b..8433a64 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "illuminate/console": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0" },