From 0b195bb5f3e27a4cb2ac68c2b755b3916eef4437 Mon Sep 17 00:00:00 2001 From: peablich <50019998+peablich@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:14:11 +0100 Subject: [PATCH] php 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 17ea91c..a1c15ca 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^7.1", + "php": "^7.1|^8.0", "illuminate/support": "~5.5|^6.0", "illuminate/console": "~5.5|^6.0" },