-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
41 lines (41 loc) · 1.28 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
{
"name": "swissup/module-easytabs",
"description": "Easy Tabs extension from Swissup",
"keywords": [
"tabs",
"easytabs",
"product tabs",
"homepage tabs"
],
"type": "magento2-module",
"version": "1.12.14",
"license": "OSL-3.0",
"require": {
"swissup/module-core": "^1.12.21"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Swissup\\Easytabs\\": ""
}
},
"extra": {
"swissup": {
"links": {
"store" : "https://swissuplabs.com/product-tabs-magento-2-extension.html",
"download" : "https://swissuplabs.com/subscription/customer/products/",
"docs" : "http://docs.swissuplabs.com/m2/extensions/easytabs/",
"changelog": "http://docs.swissuplabs.com/m2/extensions/easytabs/changelog/"
}
},
"marketplace": {
"gallery": [
"https://docs.swissuplabs.com/images/marketplace/module-easytabs.png"
],
"links": {
"docs": "https://docs.swissuplabs.com/m2/extensions/easytabs/",
"changelog": "https://docs.swissuplabs.com/m2/extensions/easytabs/changelog/"
}
}
}
}