💥 Drop support for TYPO3 v10
TYPO3 v10 is no longer officially supported and I do not want to invest any time in testing the extension on it. Refs: #2
This commit is contained in:
parent
4c81c9b694
commit
356360443b
2 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "7.2.0 - 8.1.99",
|
||||
"typo3/cms-core": "^10.4 || ^11.5"
|
||||
"php": "7.4.0 - 8.2.99",
|
||||
"typo3/cms-core": "^11.5"
|
||||
},
|
||||
"replace": {
|
||||
"typo3-ter/plausible-analytics": "self.version"
|
||||
|
|
|
@ -11,8 +11,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'version' => '1.2.0',
|
||||
'constraints' => [
|
||||
'depends' => [
|
||||
'typo3' => '10.4.0-11.5.99',
|
||||
'php' => '7.2.0-8.1.99'
|
||||
'typo3' => '11.5.0-11.5.99',
|
||||
'php' => '7.4.0-8.2.99'
|
||||
],
|
||||
],
|
||||
'autoload' => [
|
||||
|
|
Loading…
Reference in a new issue