From d341ca571331c2f1200e6ee46540504ce8ee82c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Tue, 5 Mar 2024 10:15:03 +0100 Subject: [PATCH] [BUGFIX] Synchronize supported TYPO3 version with ext_emconf.php --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 41b9cc4..563913e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -32,7 +32,7 @@ 'author_company' => 'coding. powerful. systems. CPS GmbH', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-13.0.99', + 'typo3' => '11.5.0-12.4.99', 'php' => '8.1.0-8.3.99', ], ],