💥 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:
Marcel Kapfer 2023-05-06 12:50:56 +02:00
parent 4c81c9b694
commit 356360443b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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' => [