From 2466697b514b746fdda3a4cb9b325812643e4c08 Mon Sep 17 00:00:00 2001 From: lukasmatusiewicz <77617779+lukasmatusiewicz@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:34:49 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 53b0e96..7d1cb25 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": ">=7.1", + "php": ">=7.3", "curl/curl": "*", "ext-json": "*", "ext-curl": "*" -- GitLab