Skip to content

Commit 7600280

Browse files
authored
Merge pull request #15 from stephane-fillion/master
TYPO3 13 compatibility
2 parents d63c99d + 507d566 commit 7600280

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
@@ -4,7 +4,7 @@
44
"type": "typo3-cms-extension",
55
"homepage": "https://github.com/ameos/ameos_mailredirect",
66
"require": {
7-
"typo3/cms-core": "^12",
7+
"typo3/cms-core": "^12 | ^13",
88
"php": ">=8.0.0"
99
},
1010
"keywords": [

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'version' => '3.1.2',
2323
'constraints' => [
2424
'depends' => [
25-
'typo3' => '12.4.0-12.4.99',
25+
'typo3' => '12.4.0-13.4.99',
2626
'php' => '8.0.0-8.3.99'
2727
],
2828
'conflicts' => [],

0 commit comments

Comments
 (0)