From 03cf6fb8ddaec721e40aa61ad68480e2e708d6cc Mon Sep 17 00:00:00 2001 From: Thomas Alrek Date: Mon, 22 Nov 2021 11:15:13 +0100 Subject: [PATCH] Restore support for php 7.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a2448b..f178c56 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^8.0", + "php": "^7.4|^8.0", "guzzlehttp/guzzle": "^7.0", "illuminate/console": "^8.0", "illuminate/http": "^8.0",