Skip to content
Snippets Groups Projects
Commit ecf94730 authored by Paul Ilea's avatar Paul Ilea
Browse files

[TASK] Update typo3 version requirement

parent 8bcff201
No related branches found
No related tags found
1 merge request!11Typo3v8compatibility
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"issues": "https://forge.typo3.org/projects/extension-tinymce" "issues": "https://forge.typo3.org/projects/extension-tinymce"
}, },
"require": { "require": {
"typo3/cms-core": "^7.6" "typo3/cms-core": "7.6.0 - 8.7.99"
}, },
"replace": { "replace": {
"tinymce": "self.version", "tinymce": "self.version",
......
...@@ -21,7 +21,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -21,7 +21,7 @@ $EM_CONF[$_EXTKEY] = [
'depends' => 'depends' =>
[ [
'php' => '5.5.0-0.0.0', 'php' => '5.5.0-0.0.0',
'typo3' => '6.2.0-7.6.99', 'typo3' => '6.2.0-8.7.99',
], ],
'conflicts' => [], 'conflicts' => [],
'suggests' => [], 'suggests' => [],
......
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