Skip to content

Commit c8dd669

Browse files
committed
[BUGFIX] missing 10.4 LTS Support
closes #11
1 parent 7a44191 commit c8dd669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
'author' => 'Oliver Eglseder',
1111
'author_email' => '[email protected]',
1212
'author_company' => 'in2code GmbH',
13-
'version' => '3.0.0',
13+
'version' => '3.0.1',
1414
'constraints' => [
1515
'depends' => [
16-
'typo3' => '9.5.0-10.0.99',
16+
'typo3' => '9.5.0-10.4.99',
1717
],
1818
'conflicts' => [],
1919
'suggests' => [],

0 commit comments

Comments
 (0)