diff --git a/composer.json b/composer.json index f4e75028a16fd745a570f01d19a65476a9b823bd..8f48e79cf3a36e14ddb0093d72f8c153f3fd8e3f 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,11 @@ "description": "TinyMCE sources including a small PHP API", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0-or-later", - "version": "5.0.3", + "version": "5.0.4", "support": { "issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" }, "require": { - "php": ">=7.0.0 <7.2", "typo3/cms-core": "7.6.0 - 8.7.99" }, "replace": { diff --git a/ext_emconf.php b/ext_emconf.php index 0e6f2a5926a2ce0dc0c8500ca75113e4986d7338..12cf0477c89313c13ca38e17fdf7c67b2865186a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'tinyMCE', 'description' => 'TinyMCE sources including a small PHP API', 'category' => 'misc', - 'version' => '5.0.3', + 'version' => '5.0.4', 'state' => 'stable', 'uploadfolder' => FALSE, 'createDirs' => '', @@ -20,10 +20,10 @@ $EM_CONF[$_EXTKEY] = [ [ 'depends' => [ - 'php' => '7.0.0-7.1.99', + 'php' => '7.0.0-7.2.99', 'typo3' => '7.6.0-8.7.99', ], 'conflicts' => [], 'suggests' => [], ], -]; +]; \ No newline at end of file