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

[TASK] Update version requirements

parent 1203119f
No related branches found
No related tags found
1 merge request!35Feature upgrade to typo3 11
......@@ -8,7 +8,7 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_jobs
Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_jobs
TYPO3 version: >9.5
TYPO3 version: >10.4
## About
......
......@@ -4,8 +4,8 @@
- Dropped php 7.3 support
- Dropped city, street, zip and hide_in_frontend fields from the contact table. There is no upgrade wizard. The fields were not used inside the main template/code since some time. The latter one was depcrated since a while. Adjust your local template to use the company fields instead.
- Job location field is deprecated, use different Companies instead; job.location is unused in default templates/settings
- Dropped support for sg_seo < 5.0
- Dropped support for sg_mail < 7.0
- Dropped support for sg_seo < 6.0
- Dropped support for sg_mail < 8.0
## Version 4 Breaking Changes
......
......@@ -12,10 +12,10 @@
},
"require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0",
"sgalinski/sg-mail": ">=7.0.0"
"sgalinski/sg-mail": ">=8.0.0"
},
"suggest": {
"sgalinski/sg-seo": ">=5.0.0"
"sgalinski/sg-seo": ">=6.0.0"
},
"replace": {
"sgalinski/sg_jobs": "self.version"
......
......@@ -18,7 +18,7 @@ $EM_CONF['sg_jobs'] = [
[
'typo3' => '10.4.0-11.5.99',
'php' => '7.4.0-8.1.99',
'sg_mail' => '>=6.0.0'
'sg_mail' => '>=8.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