From f00527224298022efc11a10efe74be5012cb1c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 10 Sep 2026 13:51:37 +0200 Subject: [PATCH] chore: align php version with prod --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9574934c..d6e511ad 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.13" + "php": "7.4.33" }, "allow-plugins": { "typo3/cms-composer-installers": true,