Skip to content
Snippets Groups Projects
Commit c505c7f7 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Prepare TYPO3 9LTS upgrade

parent 313e3ec0
No related branches found
No related tags found
2 merge requests!13Feature remove sg news ajax plugin,!8Feature upgrade to9 lts
......@@ -24,10 +24,12 @@
}
],
"require": {
"roave/security-advisories": "dev-master",
"typo3/cms-core": "7.6.0 - 8.7.99",
"typo3/cms-core": "^7.6.0 || ^8.7.0 || ^9.5.1",
"stefanfroemken/repair_translation": "^1.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"suggest": {
"sgalinski/languagevisibility": "Minimum version 1.1 required, if multi language is enabled",
"sgalinski/sg-ajax": "Needed for the like feature",
......
......@@ -22,13 +22,13 @@ $EM_CONF[$_EXTKEY] = [
'version' => '5.7.1',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
'php' => '7.0.0-7.2.99',
'typo3' => '7.6.0-9.5.99',
'php' => '7.0.0-7.3.99',
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '2.1.0-',
'rx_shariff' => '5.0.1-',
'sg_comments' => '3.0.0',
'rx_shariff' => '11.1.0',
'sg_ajax' => '1.0.6-',
'languagevisibility' => '1.1.0-',
],
......
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