Skip to content

Commit 4a38733

Browse files
author
Rudy Gnodde
committed
[TASK] TYPO3 10.4 compatibility
1 parent 691cc24 commit 4a38733

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "typo3-cms-extension",
55
"license": "GPL-3.0-or-later",
66
"require": {
7-
"typo3/cms-core": "^8.7 || ^9.5 || ^10.2",
7+
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4",
88
"fzaninotto/faker": "^1.8"
99
},
1010
"replace": {

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
'state' => 'stable',
1010
'uploadfolder' => false,
1111
'clearCacheOnLoad' => false,
12-
'version' => '1.0.5',
12+
'version' => '1.0.6',
1313
'constraints' => [
1414
'depends' => [
15-
'typo3' => '8.7.13-10.2.99',
15+
'typo3' => '8.7.13-10.4.99',
1616
],
1717
'conflicts' => [
1818
],

0 commit comments

Comments
 (0)