From 32af7426b6ed0198e884e420c65519156875cd10 Mon Sep 17 00:00:00 2001 From: TinaH Date: Thu, 10 Dec 2020 10:17:16 +0100 Subject: [PATCH] Allow php 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c50d7b7..439f7f7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^7.4.0", + "php": "^7.4.0|^8.0", "livewire/livewire": "^2.3.5", "laravel/framework": "^7.0|^8.0" },