From b61a254e3571dc655b4a9ae17c94423fec1e51b9 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Sat, 8 Oct 2022 15:17:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20TER=20version=20overview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index c620ca9..7f0f850 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ 'version' => \Kanti\ServerTiming\Utility\VersionUtility::getVersion(), 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0-10.4.999', + 'typo3' => '9.0.0-11.999.999', ], 'conflicts' => [], 'suggests' => [],