From 53e7f79fa8bc0da170bbfc34149b3ff110dc87b3 Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Thu, 13 Jun 2019 13:04:27 +0200 Subject: [PATCH] [TASK] Release of version 5.0.4 / Increase PHP restriction to PHP 7.2 --- composer.json | 3 +-- ext_emconf.php | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f4e7502..8f48e79 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 0e6f2a5..12cf047 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 -- GitLab