forked from diglin/Diglin_Ricardo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
125 lines (125 loc) · 3.94 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name":"diglin/ricento",
"type":"magento-module",
"license":"OSL-3.0",
"homepage":"http://www.ricento.ch",
"description":"Ricardo.ch extension for Magento.",
"authors":[
{
"name":"diglin",
"email":"[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "http://support.diglin.com/",
"source": "https://github.com/diglin/ricento"
},
"require":{
"php": ">=5.3.2",
"magento-hackathon/magento-composer-installer":"2.*",
"diglin/ricardo": "1.*"
},
"require-dev": {
"ivanchepurnyi/ecomdev_phpunit": "0.3.*"
},
"repositories":[
{
"type": "vcs",
"url": "[email protected]:diglin/ricento.git"
}
],
"extra":{
"magento_connect":{
"license_uri":"http://opensource.org/licenses/osl-3.0.php",
"summary":"Sell your products from Magento to ricardo.ch and sync your order back into your shop to treat them",
"channel":"community",
"php_min":"5.3.2",
"php_max":"6.0.0",
"stability":"stable",
"content":[
{
"type":"mageetc",
"structure":"file",
"path":"modules/Diglin_Ricento.xml"
},
{
"type":"magedesign",
"structure":"file",
"path":"adminhtml/default/default/layout/ricento.xml"
},
{
"type":"magedesign",
"structure":"dir",
"path":"adminhtml/default/default/template/ricento"
},
{
"type":"magedesign",
"structure":"dir",
"path":"frontend/base/default/template/ricento"
},
{
"type":"mageskin",
"structure":"dir",
"path":"adminhtml/default/default/ricento"
},
{
"type":"magecommunity",
"structure":"dir",
"path":"Diglin/Ricento"
},
{
"type":"mageweb",
"structure":"dir",
"path":"js/ricento"
},
{
"type":"magelib",
"structure":"dir",
"path":"Diglin/Ricardo"
},
{
"type":"magelocale",
"structure":"file",
"path":"en_US/Diglin_Ricento.csv"
},
{
"type":"magelocale",
"structure":"dir",
"path":"en_US/template/email/ricento"
},
{
"type":"magelocale",
"structure":"file",
"path":"fr_FR/Diglin_Ricento.csv"
},
{
"type":"magelocale",
"structure":"dir",
"path":"fr_FR/template/email/ricento"
},
{
"type":"magelocale",
"structure":"file",
"path":"de_DE/Diglin_Ricento.csv"
},
{
"type":"magelocale",
"structure":"dir",
"path":"de_DE/template/email/ricento"
},
{
"type":"magelocale",
"structure":"file",
"path":"de_CH/Diglin_Ricento.csv"
},
{
"type":"magelocale",
"structure":"dir",
"path":"de_CH/template/email/ricento"
}
],
"notes":""
}
}
}