Skip to content

Commit 8849cd7

Browse files
committed
[FIX] - Update php compatibility in ext_emconf to match the one in composer.json
1 parent da12914 commit 8849cd7

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
@@ -30,5 +30,5 @@
3030
"Ameos\\AmeosMailredirect\\": "Classes"
3131
}
3232
},
33-
"version": "1.2.3"
33+
"version": "1.2.4"
3434
}

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
'clearCacheOnLoad' => 0,
2020
'lockType' => '',
2121
'author_company' => 'Ameos',
22-
'version' => '1.2.3',
22+
'version' => '1.2.4',
2323
'constraints' => [
2424
'depends' => [
2525
'typo3' => '8.7.0-11.5.99',
26-
'php' => '5.5.0-7.3.99'
26+
'php' => '7.0.0-7.4.99'
2727
],
2828
'conflicts' => [],
2929
'suggests' => [],

0 commit comments

Comments
 (0)