Skip to content

Commit e71be4e

Browse files
committed
[TASK] Drop support for TYPO3 v9 and v10
1 parent 37d0047 commit e71be4e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ of the secondary site as a sub path of the main domain instead.
2525

2626
## Requirements
2727

28-
* TYPO3 9 LTS, 10 LTS, 11 LTS, 12 LTS, 13 LTS
28+
* TYPO3 v11 LTS, v12 LTS or v13 LTS
2929

3030
## Installation and Setup
3131
Install the extension via your preferred way. No further setup is required.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": ["GPL-2.0-or-later"],
1212
"require": {
13-
"typo3/cms-core": "^9.5.17 || ^10.4.3 || ^11.0.0 || ^12.0.0 || ^13.0.0"
13+
"typo3/cms-core": "^11.4 || ^12.0.0 || ^13.0.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

ext_emconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
'createDirs' => '',
1212
'clearCacheOnLoad' => 1,
1313
'author_company' => '',
14-
'version' => '1.2.0',
14+
'version' => '1.3.0',
1515
'constraints' => [
1616
'depends' => [
17-
'typo3' => '9.5.0-13.4.99'
17+
'typo3' => '11.5.0-13.4.99'
1818
],
1919
'conflicts' => [],
2020
'suggests' => [],

0 commit comments

Comments
 (0)