forked from fontis/fontis_feedsgenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.31 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
{
"name": "fontis/feedsGenerator",
"type": "magento-module",
"license": "OSL-3.0",
"description": "Generate product feeds for price comparison sites",
"authors": [
{
"name": "Fontis",
"email": "[email protected]"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra":{
"magento_connect":{
"channel":"community",
"php_min":"5.3.0",
"php_max":"6.0.0",
"stability":"stable",
"license_uri":"http://opensource.org/licenses/osl-3.0.php",
"summary":"Exports your product catalogue into formatted feeds for various shopping comparison sites.",
"content":[
{
"type":"magecommunity",
"structure":"dir",
"path":"Fontis/FeedsGenerator"
},
{
"type":"magedesign",
"structure":"dir",
"path":"adminhtml/default/default/template/fontis/feedsgenerator"
},
{
"type":"mageetc",
"structure":"file",
"path":"modules/Fontis_FeedsGenerator.xml"
}
]
}
}
}