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

[TASK] Update version requirements

parent 97094a19
No related branches found
No related tags found
1 merge request!38Feature upgrade to typo3 11
......@@ -8,7 +8,7 @@ Repository: https://gitlab.sgalinski.de/typo3/sg_news
Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_news
TYPO3 version: >=9.5
TYPO3 version: >=10.4
## About
......
......@@ -2,7 +2,7 @@
- Dropped TYPO3 9 support
- Dropped php 7.3 support
- Dropped sg_seo < 5.0 support
- Dropped sg_seo < 6.0 support
- enableAutomaticRelatedNews defaults now to 1 instead of 0
## Upgrade from ```9.5.x``` to ```9.6.x```
......
......@@ -17,7 +17,7 @@
],
"require": {
"typo3/cms-core": "^10.4.0 || ^11.5.0",
"sgalinski/sg-seo": ">=5.0.0"
"sgalinski/sg-seo": ">=6.0.0"
},
"suggest": {
"sgalinski/sg-ajax": "Required for the like feature",
......
......@@ -27,8 +27,8 @@ $EM_CONF['sg_news'] = [
],
'conflicts' => [],
'suggests' => [
'sg_comments' => '5.0.0',
'sg_ajax' => '3.0.0'
'sg_comments' => '6.0.0',
'sg_ajax' => '4.0.0'
],
],
'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