File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ flushing only the language cache (`l10n`). This way you can avoid flushing the
1111whole system cache when updating just a couple of localized strings (in locallang
1212files).
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
1918There is also a command-line tool that can be called with:
2019
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 ' => [],
You can’t perform that action at this time.
0 commit comments