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

[TASK] Update typo3 version requirement

parent e4b96b60
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
} }
], ],
"require": { "require": {
"typo3/cms-core": "^7.6" "typo3/cms-core": "7.6.0 - 8.7.99"
}, },
"replace": { "replace": {
"sg_mail": "self.version" "sg_mail": "self.version"
......
...@@ -20,7 +20,7 @@ $EM_CONF['sg_mail'] = array ( ...@@ -20,7 +20,7 @@ $EM_CONF['sg_mail'] = array (
array ( array (
'depends' => 'depends' =>
array ( array (
'typo3' => '7.6.0-7.9.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