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

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

parent 18b2608e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"description": "RTE integration of TinyMCE for TYPO3.",
"homepage": "https://www.sgalinski.de",
"license": "GPL-2.0-or-later",
"version": "3.0.2",
"version": "3.0.3",
"support": {
"issues": "https://gitlab.sgalinski.de/typo3/tinymce4_rte/issues"
},
......@@ -15,7 +15,6 @@
}
],
"require": {
"php": ">=7.0.0 <7.2",
"typo3/cms-core": "7.6.0 - 8.7.99",
"sgalinski/tinymce": "^5.0"
},
......
......@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'TinyMCE4 as TYPO3 RTE',
'description' => 'RTE integration of TinyMCE for TYPO3.',
'category' => 'be',
'version' => '3.0.2',
'version' => '3.0.3',
'state' => 'stable',
'uploadfolder' => FALSE,
'createDirs' => '',
......@@ -20,7 +20,7 @@ $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',
'tinymce' => '5.0.0-5.0.99',
],
......@@ -37,4 +37,4 @@ $EM_CONF[$_EXTKEY] = [
'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