Skip to content

Commit 6cef3eb

Browse files
committed
v3.0.0 TYPO3 v11 compatibility
1 parent 95e9a3f commit 6cef3eb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "cobweb/flush_language_cache",
33
"type": "typo3-cms-extension",
44
"description": "Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.",
5+
"version": "3.0.0",
56
"license": [
67
"GPL-2.0+"
78
],
@@ -17,8 +18,8 @@
1718
}
1819
},
1920
"require": {
20-
"php": ">=7.2.0,<7.5",
21-
"typo3/cms-core": ">=9.5.0,<11.0"
21+
"php": ">=7.2.0",
22+
"typo3/cms-core": ">=9.5.0,<12.0"
2223
},
2324
"replace": {
2425
"typo3-ter/flush_language_cache": "self.version"

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
'author' => 'Francois Suter',
1616
'author_email' => '[email protected]',
1717
'author_company' => '',
18-
'version' => '2.2.3',
18+
'version' => '3.0.0',
1919
'constraints' => [
2020
'depends' => [
21-
'typo3' => '9.5.0-10.4.99',
22-
'php' => '7.2.0-7.4.99'
21+
'typo3' => '9.5.0-11.4.99',
22+
'php' => '7.2.0-8.0.99'
2323
],
2424
'conflicts' => [],
2525
'suggests' => [],

0 commit comments

Comments
 (0)