Added support for TYPO3 v10.4
This commit is contained in:
parent
d250cf4ca8
commit
2b0c812ced
3 changed files with 6 additions and 5 deletions
|
@ -11,7 +11,8 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
|
|||
|
||||
## Supported TYPO3-Versions
|
||||
|
||||
* TYPO3 9.3
|
||||
* TYPO3 10.4
|
||||
* TYPO3 9.5
|
||||
* TYPO3 8.7
|
||||
|
||||
## Changelog
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"type": "typo3-cms-extension",
|
||||
"license": "GPL-3.0",
|
||||
"require": {
|
||||
"typo3/cms": ">=8.7.0 <9.9.99"
|
||||
"typo3/cms": "^8.7 || ^9.5 || ^10.4"
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/feipauth": "self.version"
|
||||
|
|
|
@ -24,9 +24,9 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'CGLcompliance_note' => '',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '8.7.0-9.3.99',
|
||||
'extbase' => '8.7.0-9.99.99',
|
||||
'fluid' => '8.7.0-9.99.99',
|
||||
'typo3' => '8.7.0-10.4.99',
|
||||
'extbase' => '8.7.0-10.4.99',
|
||||
'fluid' => '8.7.0-10.4.99',
|
||||
'php' => '7.0.0-0.0.0'
|
||||
],
|
||||
'conflicts' => [],
|
||||
|
|
Reference in a new issue