Skip to content

Commit 473f21a

Browse files
committed
[TASK] Ensure compatibility with TYPO3 14, references #15
1 parent bb46c6e commit 473f21a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ flushing only the language cache (`l10n`). This way you can avoid flushing the
1111
whole system cache when updating just a couple of localized strings (in locallang
1212
files).
1313

14-
This extension requires TYPO3 CMS 12 or more.
14+
This extension requires TYPO3 CMS 13 or more.
1515

16-
Just install it and flush the system cache. Reload the backend and the new
17-
item will appear in the flush cache menu.
16+
Just install it and the new item will appear in the flush cache menu.
1817

1918
There is also a command-line tool that can be called with:
2019

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
},
1919
"require": {
20-
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
21-
"typo3/cms-core": "^12.4 || ^13.4"
20+
"php": "^8.2 || ^8.3 || ^8.4 || ^8.5",
21+
"typo3/cms-core": "^13.4 || ^14.0"
2222
},
2323
"replace": {
2424
"typo3-ter/flush_language_cache": "self.version"

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
'version' => '5.0.1',
1212
'constraints' => [
1313
'depends' => [
14-
'typo3' => '12.4.0-13.4.99',
15-
'php' => '8.1.0-8.4.99'
14+
'typo3' => '13.4.0-14.4.99',
15+
'php' => '8.2.0-8.5.99'
1616
],
1717
'conflicts' => [],
1818
'suggests' => [],

0 commit comments

Comments
 (0)