Skip to content

Commit 24d1cab

Browse files
dhufjrenggli
authored andcommitted
[TASK] Adjust version constraints to support TYPO3 v11
1 parent 8fc4506 commit 24d1cab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
},
2222
"require": {
2323
"php": "^7.2.0",
24-
"typo3/cms-core": "^v10.4.6"
24+
"typo3/cms-core": "^v10.4.6 || ^v11.5.0"
2525
}
2626
}

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'version' => '1.0.5',
1313
'constraints' => array(
1414
'depends' => array(
15-
'typo3' => '10.4.0-10.4.99'
15+
'typo3' => '10.4.0-11.5.99'
1616
),
1717
'conflicts' => array(),
1818
'suggests' => array(),

0 commit comments

Comments
 (0)