forked from fooman/magebase_paymentexpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
41 lines (41 loc) · 1.44 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "fooman/magebase_paymentexpress",
"type": "magento-module",
"license": "OSL-3.0",
"homepage": "https://github.com/fooman/magebase_paymentexpress",
"description": "Magento payment extension for Paymentexpress by DPS",
"authors": [
{
"name": "Kristof Ringleff",
"email": "[email protected]"
}
],
"extra": {
"map": [
[
"app/code/community/MageBase/DpsPaymentExpress/",
"app/code/community/MageBase/DpsPaymentExpress/"
],
[
"app/design/adminhtml/default/default/template/magebase/dps/",
"app/design/adminhtml/default/default/template/magebase/dps/"
],
[
"app/design/frontend/base/default/layout/magebase_dpspaymentexpress.xml",
"app/design/frontend/base/default/layout/magebase_dpspaymentexpress.xml"
],
[
"app/design/frontend/base/default/template/magebase/dps/",
"app/design/frontend/base/default/template/magebase/dps/"
],
[
"app/etc/modules/MageBase_DpsPaymentExpress.xml",
"app/etc/modules/MageBase_DpsPaymentExpress.xml"
],
[
"skin/frontend/base/default/images/magebase/dps/",
"skin/frontend/base/default/images/magebase/dps/"
]
]
}
}