Skip to content
Snippets Groups Projects
Commit 53e7f79f authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Release of version 5.0.4 / Increase PHP restriction to PHP 7.2

parent 071dac62
No related branches found
Tags 5.0.0
No related merge requests found
......@@ -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": {
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment