Skip to content

Commit 6cfdac7

Browse files
author
Christian Futterlieb
committed
[TASK] Declare support for TYPO3 v10.4 LTS
1 parent ddbb73c commit 6cfdac7

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
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=7.2",
18-
"typo3/cms-core": "^9.5 || ~10.3.0",
18+
"typo3/cms-core": "^9.5 || ^10.4",
1919
"piwik/device-detector": "^3.12"
2020
},
2121
"require-dev": {

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'constraints' => [
2121
'depends' => [
2222
'php' => '7.2',
23-
'typo3' => '9.5.0-10.3.99',
23+
'typo3' => '9.5.0-10.4.99',
2424
],
2525
'conflicts' => [],
2626
'suggests' => [],

0 commit comments

Comments
 (0)