From fe79f1ac0795d12ce517a81289008e293bb61f08 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 29 Oct 2024 18:20:41 +0100 Subject: [PATCH] works under TYPO3 13 --- composer.json | 6 +++--- ext_emconf.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 1f2cc0e..fa76a6f 100644 --- a/composer.json +++ b/composer.json @@ -22,9 +22,9 @@ "typo3-ter/static-info-tables-it": "self.version" }, "require": { - "typo3/cms-core": "^11.5 || ^12.4", - "sjbr/static-info-tables": "^11.5 || ^12.4", - "jambagecom/addons-em": "^0.8.2" + "typo3/cms-core": "^11.5 || ^12.4 || ^13", + "sjbr/static-info-tables": "^11.5 || ^12.4 || ^13", + "jambagecom/addons-em": "^0.9.0" }, "extra": { "typo3/cms": { diff --git a/ext_emconf.php b/ext_emconf.php index eaa523b..07b6a1c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Static Info Tables (it)', 'description' => 'Italian (it) language pack for the Static Info Tables providing localized names for countries, currencies and so on.', 'category' => 'misc', - 'version' => '11.5.2', + 'version' => '11.5.3', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '', @@ -13,9 +13,9 @@ 'author_company' => 'jambage.com', 'constraints' => [ 'depends' => [ - 'typo3' => '11.5.0-12.4.99', - 'static_info_tables' => '11.5.0-12.4.99', - 'addons_em' => '0.8.2-0.12.99', + 'typo3' => '11.5.0-13.4.99', + 'static_info_tables' => '11.5.0-13.4.99', + 'addons_em' => '0.9.0-0.12.99', ], 'conflicts' => [ ],