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

[TASK] Adopt version dependencies

parent 6c73662d
No related branches found
Tags 5.3.7
1 merge request!35Feature upgrade to typo3 11
......@@ -11,7 +11,7 @@
"issues": "https://gitlab.sgalinski.de/typo3/sg_jobs"
},
"require": {
"typo3/cms-core": "^10.4.0",
"typo3/cms-core": "^10.4.0 || ^11.5.0",
"sgalinski/sg-mail": ">=6.0.0"
},
"suggest": {
......
......@@ -16,9 +16,9 @@ $EM_CONF['sg_jobs'] = [
[
'depends' =>
[
'typo3' => '10.4.99',
'php' => '7.4.99',
'sg_mail' => '6.0.0'
'typo3' => '10.4.0-11.5.99',
'php' => '7.4.0-8.1.99',
'sg_mail' => '>=6.0.0'
],
'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