From ceb52414aaaa134feb09a5b19002cec3dde99789 Mon Sep 17 00:00:00 2001 From: Dmitry Dulepov Date: Mon, 27 Dec 2021 12:11:47 +0300 Subject: [PATCH] [UPDATE] Mark as compatible with TYPO3 11 --- composer.json | 4 ++-- ext_emconf.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 251e118..1835880 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "homepage": "https://typo3.org", "license": "GPL-2.0-or-later", "require": { - "typo3/cms-core": "^9.0 || ^10.0", - "typo3/cms-frontend": "^9.0 || ^10.0" + "typo3/cms-core": "^9.0 || ^10.0 || ^11.0", + "typo3/cms-frontend": "^9.0 || ^10.0 || ^11.0" }, "require-dev": { "nimut/testing-framework": "^5.0", diff --git a/ext_emconf.php b/ext_emconf.php index 1e1b7f5..9d0502b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,10 +10,10 @@ 'createDirs' => '', 'clearCacheOnLoad' => 1, 'author_company' => '', - 'version' => '8.0.2', + 'version' => '8.0.3', 'constraints' => array( 'depends' => array( - 'typo3' => '9.5.0-10.9.99', + 'typo3' => '9.5.0-11.9.99', ), 'conflicts' => array(), 'suggests' => array(),