From 356360443bb09499bf2c80a73f51a7bc0d3e9a09 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 6 May 2023 12:50:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Drop=20support=20for=20TYPO3=20v?= =?UTF-8?q?10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TYPO3 v10 is no longer officially supported and I do not want to invest any time in testing the extension on it. Refs: #2 --- composer.json | 4 ++-- ext_emconf.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 656fbed..5940e38 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ } }, "require": { - "php": "7.2.0 - 8.1.99", - "typo3/cms-core": "^10.4 || ^11.5" + "php": "7.4.0 - 8.2.99", + "typo3/cms-core": "^11.5" }, "replace": { "typo3-ter/plausible-analytics": "self.version" diff --git a/ext_emconf.php b/ext_emconf.php index 811bc10..e8226fa 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,8 +11,8 @@ $EM_CONF[$_EXTKEY] = [ 'version' => '1.2.0', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0-11.5.99', - 'php' => '7.2.0-8.1.99' + 'typo3' => '11.5.0-11.5.99', + 'php' => '7.4.0-8.2.99' ], ], 'autoload' => [