From 762953dad190ef0005afb44f1aedd98af55561a1 Mon Sep 17 00:00:00 2001 From: Florian Wartner Date: Tue, 25 May 2021 12:55:36 +0200 Subject: [PATCH] Update PHP requirement In order to install it running php 8.* this change was needed. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75e6d30..57a8743 100755 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.2", + "php": "^7.2|^8.0", "illuminate/support": "^7.0|^8.0", "livewire/livewire": "^2.0" },