-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.3 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
{
"name": "panix/mod-shop",
"description": "Module shop",
"keywords": [
"pixelion-cms",
"module",
"shop"
],
"homepage": "https://github.com/andrtechno/mod-shop",
"type": "pixelion-module",
"license": "MIT",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
"name": "PIXELION CMS",
"email": "[email protected]",
"homepage": "https://pixelion.com.ua"
}
],
"require": {
"panix/wgt-jstree": "dev-master",
"panix/wgt-fancybox": "dev-master",
"panix/wgt-scroll-pager": "dev-master",
"panix/wgt-telinput": "dev-master",
"panix/wgt-rating": "dev-main"
},
"suggest": {
"panix/mod-csv": "Addon module import/export office tables (CSV, XSL, XLSX) and Google Sheets",
"panix/mod-cart": "Addon module cart",
"panix/mod-discounts": "Addon module discount products",
"panix/mod-sitemap": "Addon module sitemap",
"panix/mod-wishlist": "Addon module wishlist products",
"panix/mod-compare": "Addon module compare products"
},
"autoload": {
"psr-4": {
"panix\\mod\\shop\\": ""
},
"classmap": [
""
]
},
"extra": {
"widgets": ["panix\\mod\\shop\\widgets"],
"blocks": ["panix\\mod\\shop\\blocks\\popular\\PopularBlock"]
}
}