-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
53 lines (47 loc) · 1.42 KB
/
composer.json
File metadata and controls
53 lines (47 loc) · 1.42 KB
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
49
50
51
52
53
{
"name": "skeeks/cms-theme-unify-v2",
"description": "Theme unify for skeeks cms projects",
"keywords": ["yii", "skeeks", "framework", "component", "admin"],
"homepage": "https://cms.skeeks.com/",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://skeeks.com/",
"wiki": "https://cms.skeeks.com/docs/",
"source": "https://github.com/skeeks-cms/cms-admin"
},
"authors": [
{
"name": "Semenov Alexander",
"email": "[email protected]"
}
],
"require": {
"skeeks/cms-eav-query-filter-handler": "^2.0 || dev-master",
"skeeks/yii2-widget-nanogallery": "^1.0 || dev-master",
"skeeks/yii2-assets-unify-v2-min": "^2.6 || dev-master",
"skeeks/yii2-bootstrap4": "^2.0.0 || dev-master",
"skeeks/cms-ya-share": "^3.0 || dev-master",
"fortawesome/font-awesome": "^5.9.0",
"skeeks/yii2-mobile-detect": "^1.0.2",
"skeeks/yii2-ajax-pager": "^2.0",
"skeeks/yii2-mmenu-widget": "^2.0",
"bower-asset/vanilla-lazyload": "^17.5 || dev-master"
},
"autoload": {
"psr-4": {
"skeeks\\cms\\themes\\unify\\": "src/"
}
},
"extra": {
"config-plugin": {
"console": [
"src/config/common.php"
],
"web": [
"src/config/common.php",
"src/config/web.php"
]
}
}
}