-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.31 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": "hauntd/help-center",
"description": "Help Center App",
"keywords": ["yii2", "help center", "support"],
"homepage": "https://github.com/hauntd/help-center",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/hauntd/help-center/issues?state=open",
"source": "https://github.com/hauntd/help-center"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.0",
"yiisoft/yii2": ">=2.0.7",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"paulzi/yii2-sortable": "^1.0",
"creocoder/yii2-taggable": "^2.0",
"rmrevin/yii2-fontawesome": "2.12.*",
"bower-asset/jqtree": "^1.3",
"bower-asset/bootbox.js": "^4.4",
"bower-asset/messenger": "^1.4",
"ijackua/yii2-lepture-markdown-editor-widget": "^1.0",
"vova07/yii2-imperavi-widget": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}