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