Skip to content

Commit 7f059f2

Browse files
[TASK] Raise TYPO3 compatibility for v13
1 parent 135c7f0 commit 7f059f2

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
@@ -7,7 +7,7 @@
77
"require": {
88
"scrivo/highlight.php": "^9.15",
99
"php": "^7.4 || ~8.0",
10-
"typo3/cms-core": "^10.4 || ^11.5 || ^12.0"
10+
"typo3/cms-core": "^10.4 || ^11.5 || ^12.0 || ^13.0"
1111
},
1212
"extra": {
1313
"typo3/cms": {

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'version' => '2.0.2',
1313
'constraints' => [
1414
'depends' => [
15-
'typo3' => '10.4.0-12.99.99',
15+
'typo3' => '10.4.0-13.99.99',
1616
],
1717
],
1818
];

0 commit comments

Comments
 (0)