From 27c535b7d29b4e2495e7a29632f26c89ce4e1438 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 12 Oct 2021 18:59:55 +0200 Subject: [PATCH] [TASK] Temporarily remove support for TYPO3 11LTS (#321) This reverts commit d548eda14e53da0e40d18c8ef61597c8513e77e9. --- composer.json | 10 +++++----- ext_emconf.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 5a6db7b..f23da6f 100644 --- a/composer.json +++ b/composer.json @@ -22,10 +22,10 @@ ], "require": { "php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0", - "typo3/cms-core": "^9.5 || ^10.4 || ^11.5", - "typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5", - "typo3/cms-fluid": "^9.5 || ^10.4 || ^11.5", - "typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5" + "typo3/cms-core": "^9.5 || ^10.4", + "typo3/cms-extbase": "^9.5 || ^10.4", + "typo3/cms-fluid": "^9.5 || ^10.4", + "typo3/cms-frontend": "^9.5 || ^10.4" }, "replace": { "typo3-ter/tea": "self.version" @@ -50,7 +50,7 @@ "seld/jsonlint": "^1.8.3", "squizlabs/php_codesniffer": "^3.6.0", "symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0", - "typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.5" + "typo3/cms-fluid-styled-content": "^9.5 || ^10.4" }, "config": { "preferred-install": { diff --git a/ext_emconf.php b/ext_emconf.php index 546c1e6..e804311 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ $EM_CONF[$_EXTKEY] = [ 'constraints' => [ 'depends' => [ 'php' => '7.2.0-7.4.99', - 'typo3' => '9.5.0-11.4.99', + 'typo3' => '9.5.0-10.4.99', ], ], 'state' => 'stable',