Skip to content

Commit a1336d0

Browse files
authored
Merge pull request #6 from lucmuller/master
[MAINTAINANCE]Addition of extension key in composer.json
2 parents fa8c642 + 10b328e commit a1336d0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@
2020
"homepage": "http://www.ameos.com/"
2121
}
2222
],
23+
"extra": {
24+
"typo3/cms": {
25+
"extension-key": "ameos_mailredirect"
26+
}
27+
},
2328
"autoload": {
2429
"psr-4": {
2530
"Ameos\\AmeosMailredirect\\": "Classes"
2631
}
2732
},
2833
"version": "1.2.2"
29-
}
34+
}

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'clearCacheOnLoad' => 0,
2020
'lockType' => '',
2121
'author_company' => 'Ameos',
22-
'version' => '1.2.2',
22+
'version' => '1.2.3',
2323
'constraints' => [
2424
'depends' => [
2525
'typo3' => '8.7.0-11.5.99',

0 commit comments

Comments
 (0)