From 659202e69c7ace9d22b4614849f210c0f39d397b Mon Sep 17 00:00:00 2001 From: Patrick Lenk Date: Wed, 7 Jun 2023 09:32:10 +0200 Subject: [PATCH] [TASK] add tt_address v8.0 and drop tt_address v5.3 from dependencies --- composer.json | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e5f44b099..66fe684fd 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "typo3/cms-core": "^11.5", "typo3/cms-dashboard": "^11.5", "php": "^7.4 || ^8.0 || ^8.1", - "friendsoftypo3/tt-address": "^5.3 || ^6.0 || ^7.0", + "friendsoftypo3/tt-address": "^6.0 || ^7.0 || ^8.0", "tedivm/fetch": "0.7.*" }, "require-dev": { diff --git a/ext_emconf.php b/ext_emconf.php index 7b764e121..e12fa6e37 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'depends' => [ 'typo3' => '11.5.0-11.99.99', 'lowlevel' => '11.5.0-11.99.99', - 'tt_address' => '5.3.0-7.0.99', + 'tt_address' => '6.0.0-8.0.99', 'php' => '7.4.0-8.1.99', 'jumpurl' => '8.0.3-', 'rdct' => '2.1.0',