This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
forked from eagl3s1ght/magento1-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
74 lines (74 loc) · 2.66 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "sveaekonomi/magento1-checkout",
"type": "magento-module",
"description": "Svea Ekonomi Checkout, A checkout-bundled payment solution from Svea Ekonomi",
"license": "Apache-2.0",
"authors": [
{
"name": "Webbhuset",
"email": "[email protected]"
}
],
"depends": {
"sveaekonomi/webpay": "~3.7.0"
},
"require": {
"sveaekonomi/webpay": "~3.7.0"
},
"extra": {
"map": [
[
"app/code/community/Svea/Checkout",
"app/code/community/Svea/Checkout"
],
[
"app/design/frontend/base/default/layout/sveacheckout.xml",
"app/design/frontend/base/default/layout/sveacheckout.xml"
],
[
"app/design/adminhtml/default/default/layout/sveacheckout.xml",
"app/design/adminhtml/default/default/layout/sveacheckout.xml"
],
[
"app/design/frontend/base/default/template/agreements.phtml",
"app/design/frontend/base/default/template/agreements.phtml"
],
[
"app/design/frontend/base/default/template/sveacheckout.phtml",
"app/design/frontend/base/default/template/sveacheckout.phtml"
],
[
"app/design/frontend/base/default/template/sveacheckout_snippet_renderer.phtml",
"app/design/frontend/base/default/template/sveacheckout_snippet_renderer.phtml"
],
[
"app/design/frontend/base/default/template/sveacheckout",
"app/design/frontend/base/default/template/sveacheckout"
],
[
"app/design/frontend/base/default/template/payment/form/sveacheckout.phtml",
"app/design/frontend/base/default/template/payment/form/sveacheckout.phtml"
],
[
"app/design/adminhtml/default/default/template/sveacheckout/",
"app/design/adminhtml/default/default/template/sveacheckout/"
],
[
"app/etc/modules/Svea_Checkout.xml",
"app/etc/modules/Svea_Checkout.xml"
],
[
"js/Svea/Checkout/",
"js/Svea/Checkout/"
],
[
"skin/frontend/base/default/css/sveacheckout/",
"skin/frontend/base/default/css/sveacheckout/"
],
[
"skin/adminhtml/base/default/css/sveacheckout/",
"skin/adminhtml/base/default/css/sveacheckout/"
]
]
}
}