From 29ebbe8dc1b49c6d8080354d640303404bb9d499 Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Thu, 6 Dec 2018 17:23:26 +0100 Subject: [PATCH] [TASK] Prepare TYPO3 9LTS upgrade --- composer.json | 4 ++-- ext_emconf.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f4e7502..e6da121 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" }, "require": { - "php": ">=7.0.0 <7.2", - "typo3/cms-core": "7.6.0 - 8.7.99" + "php": ">=7.0.0 <7.4", + "typo3/cms-core": "^7.6.0 || ^8.7.0 || ^9.5.1" }, "replace": { "tinymce": "self.version", diff --git a/ext_emconf.php b/ext_emconf.php index 0e6f2a5..246452d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,8 +20,8 @@ $EM_CONF[$_EXTKEY] = [ [ 'depends' => [ - 'php' => '7.0.0-7.1.99', - 'typo3' => '7.6.0-8.7.99', + 'php' => '7.0.0-7.3.99', + 'typo3' => '7.6.0-9.5.99', ], 'conflicts' => [], 'suggests' => [], -- GitLab