Skip to content
Snippets Groups Projects
Commit 4de4d404 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Adopt version dependencies

parent 1c04cb75
No related branches found
Tags 5.7.0
1 merge request!38Feature upgrade to typo3 11
......@@ -16,7 +16,7 @@
}
],
"require": {
"typo3/cms-core": "^10.4.0"
"typo3/cms-core": "^10.4.0 || ^11.5.0"
},
"suggest": {
"sgalinski/sg-ajax": "Required for the like feature",
......
......@@ -22,8 +22,8 @@ $EM_CONF['sg_news'] = [
'version' => '9.5.3',
'constraints' => [
'depends' => [
'typo3' => '10.4.99',
'php' => '7.4.99',
'typo3' => '10.4.0-11.5.99',
'php' => '7.4.0-8.1.99',
],
'conflicts' => [],
'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