From 844205b4bcbaf6ef6e506fce1adc7854d9ff8096 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 19 Jul 2023 09:57:42 +0200 Subject: [PATCH] wip #6141 @0:05 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 645602a..15768e1 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": ">=8.0", + "php": "^7.2|>=8.0", "guzzlehttp/guzzle": "^7.7", "ext-json": "*", "illuminate/cache": ">=5", -- 2.39.5