-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
40 lines (40 loc) · 1.34 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
{
"name": "swissup/module-easycatalogimg",
"description": "Easy Catalog Images extension from Swissup",
"keywords": [
"easycatalogimages",
"category thumbnail",
"subcategory listing"
],
"type": "magento2-module",
"version": "1.5.9",
"license": "OSL-3.0",
"require": {
"swissup/module-core": "^1.12.20"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Swissup\\Easycatalogimg\\": ""
}
},
"extra": {
"swissup": {
"links": {
"store" : "https://swissuplabs.com/magento-2-easy-catalog-images.html",
"download" : "https://swissuplabs.com/subscription/customer/products/",
"docs" : "http://docs.swissuplabs.com/m2/extensions/easycatalogimages/",
"changelog": "http://docs.swissuplabs.com/m2/extensions/easycatalogimages/changelog/"
}
},
"marketplace": {
"gallery": [
"https://docs.swissuplabs.com/images/marketplace/module-easycatalogimages.png"
],
"links": {
"docs": "https://docs.swissuplabs.com/m2/extensions/easycatalogimages/",
"changelog": "https://docs.swissuplabs.com/m2/extensions/easycatalogimages/changelog/"
}
}
}
}