From 7c6b943ed4a725eeaef48aea5375f0d26c97344a Mon Sep 17 00:00:00 2001 From: Erik Sommer Date: Sun, 26 Jan 2025 20:43:29 +0100 Subject: [PATCH] We also support patch levels of 7.4 just as TYPO3v9 Signed-off-by: Erik Sommer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db4bfc84..197e8d9c 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "source": "https://github.com/kitodo/kitodo-publication" }, "require": { - "php": ">=7.2 <=7.4", + "php": ">=7.2.0 <=7.4.99", "ext-curl": "*", "ext-dom": "*", "ext-json": "*",