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

[TASK] Update typo3 version requirement

parent 166fe568
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.
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
} }
], ],
"require": { "require": {
"typo3/cms-core": "^7.6", "typo3/cms-core": "7.6.0 - 8.7.99",
"sgalinski/tinymce": "^4.4" "sgalinski/tinymce": "^4.4"
}, },
"replace": { "replace": {
......
...@@ -21,7 +21,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -21,7 +21,7 @@ $EM_CONF[$_EXTKEY] = [
'depends' => 'depends' =>
[ [
'php' => '5.5.0-7.0.99', 'php' => '5.5.0-7.0.99',
'typo3' => '7.6.4-7.6.99', 'typo3' => '7.6.4-8.7.99',
'tinymce' => '4.3.4-4.4.99', 'tinymce' => '4.3.4-4.4.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