Skip to content

Commit 5b1bffb

Browse files
authored
Merge pull request #6 from b13/feature/typo3-v14-support
Drop v11/v12, add TYPO3 v14 support
2 parents 076c291 + 273992a commit 5b1bffb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"keywords": ["typo3", "cdn", "cloudflare", "cache", "purge"],
66
"license": "GPL-2.0-or-later",
77
"require": {
8-
"typo3/cms-core": "^11.5 || ^12.4 || ^13.4",
9-
"php": "^8.0"
8+
"typo3/cms-core": "^13.4 || ^14.0",
9+
"php": "^8.2"
1010
},
1111
"extra": {
1212
"typo3/cms": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'version' => '2.0.1',
1919
'constraints' => [
2020
'depends' => [
21-
'typo3' => '11.5.0-13.4.99',
21+
'typo3' => '13.4.0-14.99.99',
2222
],
2323
'conflicts' => [
2424
],

0 commit comments

Comments
 (0)