From aca66a2db3a5adec455056268ae26ead6b68bed3 Mon Sep 17 00:00:00 2001 From: Nico VZ Date: Wed, 5 Jul 2023 08:41:25 +0200 Subject: [PATCH] Set php dependency to 7.4 (#23) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8df1ef9..ccafe49 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": ">=8.0", + "php": "^7.4|^8.0", "illuminate/database": ">= 7.0", "illuminate/support": ">= 7.0" },