Skip to content

Commit

Permalink
v3.0.0 TYPO3 v11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
presedo committed Oct 1, 2021
1 parent 95e9a3f commit 6cef3eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "cobweb/flush_language_cache",
"type": "typo3-cms-extension",
"description": "Adds an item to the flush cache menu to clear just the language (l10n) cache. Also provides a command-line tool for that.",
"version": "3.0.0",
"license": [
"GPL-2.0+"
],
Expand All @@ -17,8 +18,8 @@
}
},
"require": {
"php": ">=7.2.0,<7.5",
"typo3/cms-core": ">=9.5.0,<11.0"
"php": ">=7.2.0",
"typo3/cms-core": ">=9.5.0,<12.0"
},
"replace": {
"typo3-ter/flush_language_cache": "self.version"
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
'author' => 'Francois Suter',
'author_email' => '[email protected]',
'author_company' => '',
'version' => '2.2.3',
'version' => '3.0.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
'php' => '7.2.0-7.4.99'
'typo3' => '9.5.0-11.4.99',

This comment has been minimized.

Copy link
@fsuter

fsuter Oct 1, 2021

Contributor

NOTE: the final TYPO3 ELTS version will be 11.5, which means we will have to update the requirement once the final version ships and release version 3.0.1.

'php' => '7.2.0-8.0.99'
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 6cef3eb

Please sign in to comment.