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
No related tags found
No related merge requests found
...@@ -4,12 +4,11 @@ ...@@ -4,12 +4,11 @@
"description": "TinyMCE sources including a small PHP API", "description": "TinyMCE sources including a small PHP API",
"homepage": "https://www.sgalinski.de", "homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"version": "5.0.3", "version": "5.0.4",
"support": { "support": {
"issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" "issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues"
}, },
"require": { "require": {
"php": ">=7.0.0 <7.2",
"typo3/cms-core": "7.6.0 - 8.7.99" "typo3/cms-core": "7.6.0 - 8.7.99"
}, },
"replace": { "replace": {
......
...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'tinyMCE', 'title' => 'tinyMCE',
'description' => 'TinyMCE sources including a small PHP API', 'description' => 'TinyMCE sources including a small PHP API',
'category' => 'misc', 'category' => 'misc',
'version' => '5.0.3', 'version' => '5.0.4',
'state' => 'stable', 'state' => 'stable',
'uploadfolder' => FALSE, 'uploadfolder' => FALSE,
'createDirs' => '', 'createDirs' => '',
...@@ -20,10 +20,10 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -20,10 +20,10 @@ $EM_CONF[$_EXTKEY] = [
[ [
'depends' => 'depends' =>
[ [
'php' => '7.0.0-7.1.99', 'php' => '7.0.0-7.2.99',
'typo3' => '7.6.0-8.7.99', 'typo3' => '7.6.0-8.7.99',
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [], '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