From 9258b30db4aceffd7de452bc2d934db2b43eb87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=B6lzel?= Date: Mon, 25 Mar 2024 17:32:23 +0100 Subject: [PATCH] add typo3 v11.5 and dropped v9 Support in ext_emconf --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index eacfb13..ee3b98e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,7 +20,7 @@ 'version' => '3.0.1', 'constraints' => array( 'depends' => array( - 'typo3' => '9.5.31-10.4.99', + 'typo3' => '10.4.99-11.5.99', ), ), );