-
Notifications
You must be signed in to change notification settings - Fork 81
/
composer.json
187 lines (187 loc) · 6.65 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name" : "firegento/magesetup",
"license" : "GPL-3.0",
"type" : "magento-module",
"description" : "See the full list of features including several screenshots at https://github.com/firegento/firegento-magesetup/blob/development/docs/features/features.markdown. Central features of MageSetup are: Setting of important configuration settings per Country; Predefined tax settings and tax classes for shipping from several countries to worldwide destinations; Assign new tax classes to all products (configurable); Creation of email templates based on the local language pack (Legal texts can be added to some templates automatically); Creation and Activation of Checkout Agreements (Agreements can be shown at customer registration instead of or additional to the checkout. They can be required or not); Creation of default CMS pages like imprint, terms and conditions, privacy, shipping, payment methods; Create email templates, cms pages and blocks as well as checkout agreements for store views with a different language as well; Possibility to add tax and/or shipping info to all prices; Automatical generation of meta data to products; Saving of every status change of newsletter subscriptions; Presets are configurable via xml files for every country seperately; Many more.",
"homepage" : "https://github.com/firegento/firegento-magesetup",
"authors" : [
{
"name" : "Team FireGento",
"email" : "[email protected]"
}
],
"require" : {
"magento-hackathon/magento-composer-installer" : "*"
},
"require-dev" : {
"phpunit/phpunit" : "4.1.*@dev",
"firegento/mage-ci" : "master-dev"
},
"config" : {
"bin-dir" : "bin"
},
"repositories" : [
{
"type" : "composer",
"url" : "http://packages.firegento.com"
}
],
"extra" : {
"magento-root-dir" : "test/",
"magento_connect" : {
"name" : "FireGento_MageSetup",
"summary" : "MageSetup configures a shop for a national market. It creates configuration and tax settings, email templates, cms blocks and pages.",
"channel" : "community",
"php_min" : "5.3.0",
"php_max" : "8.0.0",
"stability" : "stable",
"license_uri" : "http://www.gnu.org/licenses/gpl-3.0.html",
"content" : [
{
"type" : "magecommunity",
"structure" : "dir",
"path" : "FireGento/MageSetup",
"ignore" : "/DS_Store/"
},
{
"type" : "mageetc",
"structure" : "file",
"path" : "modules/FireGento_MageSetup.xml",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "file",
"path" : "de_AT/FireGento_MageSetup.csv",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "de_CH/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "file",
"path" : "de_DE/FireGento_MageSetup.csv",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "de_DE/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "file",
"path" : "en_US/FireGento_MageSetup.csv",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "en_US/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "file",
"path" : "ru_RU/FireGento_MageSetup.csv",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "ru_RU/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "pl_PL/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "ro_RO/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "fr_CH/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "file",
"path" : "fr_FR/FireGento_MageSetup.csv",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "fr_FR/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "file",
"path" : "it_IT/FireGento_MageSetup.csv",
"ignore" : "/DS_Store/"
},
{
"type" : "magelocale",
"structure" : "dir",
"path" : "it_IT/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magedesign",
"structure" : "file",
"path" : "adminhtml/default/default/layout/magesetup.xml",
"ignore" : "/DS_Store/"
},
{
"type" : "magedesign",
"structure" : "dir",
"path" : "adminhtml/default/default/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magedesign",
"structure" : "file",
"path" : "frontend/base/default/layout/magesetup.xml",
"ignore" : "/DS_Store/"
},
{
"type" : "magedesign",
"structure" : "dir",
"path" : "frontend/base/default/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "magedesign",
"structure" : "dir",
"path" : "frontend/rwd/default/template/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "mageskin",
"structure" : "dir",
"path" : "frontend/base/default/css/magesetup",
"ignore" : "/DS_Store/"
},
{
"type" : "mageskin",
"structure" : "dir",
"path" : "frontend/rwd/default/css/magesetup",
"ignore" : "/DS_Store/"
}
]
}
}
}