From 498241e2735ccde4cab474671f6385f9e2835e74 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 12 Dec 2024 12:57:56 +0100 Subject: [PATCH] [TASK] Align ext_emconf.php PHP version constraint with composer.json --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 059f53f..abbf644 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,7 +20,7 @@ 'version' => '7.0.1-dev', 'constraints' => [ 'depends' => [ - 'php' => '8.2.0-8.3.99', + 'php' => '8.2.0-8.99.99', 'typo3' => '13.3.0-13.4.99', ], 'suggests' => [