-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 1.02 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
{
"name": "daxslab/yii2-website-module",
"description": "Yii2 module to manage website content. Kind of a CMS...",
"type": "yii2-extension",
"keywords": [
"yii2",
"module",
"cms",
"website"
],
"license": "MIT",
"authors": [
{
"name": "Gabriel A. López López",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap4": "~2.0.6",
"2amigos/yii2-ckeditor-widget": "^2.0",
"2amigos/yii2-gallery-widget": "~1.0",
"daxslab/yii2-thumbnailer": "~1.0",
"daxslab/yii2-taggedview": "~1.0",
"daxslab/yii2-uploader-behavior": "~1.0",
"daxslab/yii2-sharelinks-widget": "^1.0",
"yiisoft/yii2-jui": "*",
"vinpel/yii2-dropzone": "~1.0.4",
"zelenin/yii2-rss": "~0.1.0",
"yii2tech/ar-position": "^1.0",
"kartik-v/yii2-widget-switchinput": "^1.3"
},
"autoload": {
"psr-4": {
"daxslab\\website\\": ""
}
},
"extra": {
"bootstrap": "daxslab\\website\\Bootstrap"
}
}