diff --git a/composer.json b/composer.json index f4e75028a16fd745a570f01d19a65476a9b823bd..e6da12121ed6cfed3e4be3d831dd39c2cd782288 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 0e6f2a5926a2ce0dc0c8500ca75113e4986d7338..246452d8bfcf39b0383a3844bbeaa8562f4269af 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' => [],