forked from aschroder/Magento-SMTP-Pro-Email-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
21 lines (21 loc) · 759 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"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/en_US/Aschroder_SMTPPro.csv", "app/locale/en_US/Aschroder_SMTPPro.csv"]
]
}
}