-
Notifications
You must be signed in to change notification settings - Fork 209
/
composer.json
29 lines (29 loc) · 1.38 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "aschroder/smtp_pro",
"type": "magento-module",
"description": "sending Magento mail through an external smtp-server",
"homepage":"https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension",
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"authors":[
{
"name": "aschroder"
}
],
"extra": {
"map" : [
["app/etc/modules/Aschroder_SMTPPro.xml", "app/etc/modules/Aschroder_SMTPPro.xml"],
["app/code/local/Aschroder/SMTPPro", "app/code/local/Aschroder/SMTPPro"],
["app/design/adminhtml/base/default/template/smtppro", "app/design/adminhtml/default/default/template/smtppro"],
["app/locale/de_DE/Aschroder_SMTPPro.csv", "app/locale/de_DE/Aschroder_SMTPPro.csv"],
["app/locale/en_US/Aschroder_SMTPPro.csv", "app/locale/en_US/Aschroder_SMTPPro.csv"],
["app/locale/fr_FR/Aschroder_SMTPPro.csv", "app/locale/fr_FR/Aschroder_SMTPPro.csv"],
["app/locale/es_ES/Aschroder_SMTPPro.csv", "app/locale/es_ES/Aschroder_SMTPPro.csv"],
["app/locale/nl_NL/Aschroder_SMTPPro.csv", "app/locale/nl_NL/Aschroder_SMTPPro.csv"],
["app/locale/pt_BR/Aschroder_SMTPPro.csv", "app/locale/pt_BR/Aschroder_SMTPPro.csv"],
["app/locale/tr_TR/Aschroder_SMTPPro.csv", "app/locale/tr_TR/Aschroder_SMTPPro.csv"],
["app/locale/ru_RU/Aschroder_SMTPPro.csv", "app/locale/ru_RU/Aschroder_SMTPPro.csv"]
]
}
}