[TASK] Adapt the composer.json and ext_emconf for TYPO3 8
parent
56605f82
No related branches found
No related tags found
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 @@ |
"description": "RTE integration of TinyMCE for TYPO3.", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": "GPL-2.0+", | ||
"version": "2.2.4", | ||
"version": "3.0.0", | ||
"support": { | ||
"issues": "https://forge.typo3.org/projects/extension-tinymce4_rte" | ||
}, | ||
... | ... | @@ -16,7 +16,7 @@ |
], | ||
"require": { | ||
"typo3/cms-core": "7.6.0 - 8.7.99", | ||
"sgalinski/tinymce": "dev-typo3v8compatibility" | ||
"sgalinski/tinymce": "^5.0" | ||
}, | ||
"replace": { | ||
"tinymce4_rte": "self.version", | ||
... | ... |
Please register or sign in to comment