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

[TASK] Update typo3 version requirement

parent b81f4ab6
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
], ],
"require": { "require": {
"typo3/cms-core": "^7.6" "typo3/cms-core": "7.6.0 - 8.7.99"
}, },
"suggest": { "suggest": {
"sgalinski/sg-comments": "Flexible comments system", "sgalinski/sg-comments": "Flexible comments system",
......
...@@ -22,7 +22,7 @@ $EM_CONF[$_EXTKEY] = [ ...@@ -22,7 +22,7 @@ $EM_CONF[$_EXTKEY] = [
'version' => '3.7.1', 'version' => '3.7.1',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [
'typo3' => '7.6.0-7.6.99', 'typo3' => '7.6.0-8.7.99',
'php' => '5.5.0-7.0.99', 'php' => '5.5.0-7.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