Skip to content
Snippets Groups Projects
Commit 06401289 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[TASK] Adapt the composer.json and ext_emconf for TYPO3 8

parent 56605f82
No related branches found
No related tags found
1 merge request!10Typo3v8compatibility
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "RTE integration of TinyMCE for TYPO3.", "description": "RTE integration of TinyMCE for TYPO3.",
"homepage": "https://www.sgalinski.de", "homepage": "https://www.sgalinski.de",
"license": "GPL-2.0+", "license": "GPL-2.0+",
"version": "2.2.4", "version": "3.0.0",
"support": { "support": {
"issues": "https://forge.typo3.org/projects/extension-tinymce4_rte" "issues": "https://forge.typo3.org/projects/extension-tinymce4_rte"
}, },
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
], ],
"require": { "require": {
"typo3/cms-core": "7.6.0 - 8.7.99", "typo3/cms-core": "7.6.0 - 8.7.99",
"sgalinski/tinymce": "dev-typo3v8compatibility" "sgalinski/tinymce": "^5.0"
}, },
"replace": { "replace": {
"tinymce4_rte": "self.version", "tinymce4_rte": "self.version",
......
...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -4,7 +4,7 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'TinyMCE4 as TYPO3 RTE', 'title' => 'TinyMCE4 as TYPO3 RTE',
'description' => 'RTE integration of TinyMCE for TYPO3.', 'description' => 'RTE integration of TinyMCE for TYPO3.',
'category' => 'be', 'category' => 'be',
'version' => '2.2.4', 'version' => '3.0.0',
'state' => 'stable', 'state' => 'stable',
'uploadfolder' => FALSE, 'uploadfolder' => FALSE,
'createDirs' => '', 'createDirs' => '',
...@@ -20,9 +20,9 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -20,9 +20,9 @@ $EM_CONF[$_EXTKEY] = [
[ [
'depends' => 'depends' =>
[ [
'php' => '5.5.0-7.0.99', 'php' => '7.0.0-7.1.99',
'typo3' => '7.6.4-8.7.99', 'typo3' => '7.6.0-8.7.99',
'tinymce' => '4.3.4-4.4.99', 'tinymce' => '5.0.0-5.0.99',
], ],
'conflicts' => 'conflicts' =>
[ [
......
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