-
Notifications
You must be signed in to change notification settings - Fork 182
/
composer.json
57 lines (57 loc) · 1.66 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
49
50
51
52
53
54
55
56
57
{
"name": "feehi/cms",
"description": "Feehi CMS Project Template",
"keywords": ["feehicms", "yii2 cms", "cms", "php framework", "yii2 advanced", "project template", "feehi", "php", "php cms"],
"homepage": "http://cms.feehi.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/liufee/cms/issues?state=open",
"forum": "http://cms.feehi.com/",
"wiki": "http://cms.feehi.com/help",
"source": "https://github.com/feehi/cms"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"ext-json":"*",
"ext-mbstring":"*",
"yiisoft/yii2": ">=2.0.13",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"feehi/yii2-cdn" : "*",
"yiisoft/yii2-imagine": "^2.1"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1",
"guzzlehttp/guzzle": ">=4.1.4 <7.0"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"download-upload-files" : [
"@php yii feehi/download-upload-files"
]
},
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}