forked from EmicoEcommerce/Magento1AttributeLanding-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 1.24 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
{
"name": "emico/magento1-attribute-landing",
"type": "magento-module",
"license": "OSL-3.0",
"description": "Module to create landing pages with preselected filters, which can be configured in the Admin",
"authors": [
{
"name":"Emico",
"email":"[email protected]"
}
],
"extra": {
"map": [
["app/etc/modules/Emico_AttributeLanding.xml", "app/etc/modules/Emico_AttributeLanding.xml"],
["app/code/local/Emico/AttributeLanding", "app/code/local/Emico/AttributeLanding"],
["app/design/frontend/base/default/layout/emico_attributelanding.xml", "app/design/frontend/base/default/layout/emico_attributelanding.xml"],
["app/design/adminhtml/default/default/layout/emico_attributelanding.xml", "app/design/adminhtml/default/default/layout/emico_attributelanding.xml"],
["app/design/frontend/base/default/template/emico_attributelanding", "app/design/frontend/base/default/template/emico_attributelanding"]
]
},
"suggest": {
"emico/magento1-tweakwise": "Tweakwise navigator 2.0.0 or higher",
"emico/magento1-tweakwise-export": "Tweakwise navigator feed generator 3.0.0 or higher"
},
"conflict": {
"emico/magento1-tweakwise": "<2.0.0",
"emico/magento1-tweakwise-export": "<3.0.0"
}
}