Skip to content

Commit c6b447b

Browse files
Add TYPO3 11 as possible TYPO3 version
1 parent 1f1087c commit c6b447b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"GPL-2.0+"
1818
],
1919
"require": {
20-
"typo3/cms-core": "^10.4",
20+
"typo3/cms-core": "^10.4 || ^11.5",
2121
"ezyang/htmlpurifier": "^4.13"
2222
},
2323
"autoload": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'version' => '1.1.1',
1414
'constraints' => array(
1515
'depends' => array(
16-
'typo3' => '10.4.0-10.4.99',
16+
'typo3' => '10.4.0-11.5.99',
1717
),
1818
'conflicts' => array(
1919
),

0 commit comments

Comments
 (0)