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