From 4721ff7d66592e652371c3bf7ad6ce8b58462310 Mon Sep 17 00:00:00 2001 From: Reindert <16726304+reindert-vetter@users.noreply.github.com> Date: Wed, 18 Aug 2021 22:23:25 +0200 Subject: [PATCH] Fix PHP requirement incompatible with PHP 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bea289c..cfb5bd2 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^7.1", + "php": ">=7.1", "illuminate/routing": ">=5.7.12" }, "require-dev": {