-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
35 lines (35 loc) · 1.05 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
{
"name": "feehi/feehicms",
"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": "dev",
"require": {
"feehi/cms-core": "*"
},
"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
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}