-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·41 lines (39 loc) · 1.2 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
{
"name": "aimosoft/aimocms",
"description": "A cms developed by yii2,used for group company web site or portal",
"keywords": ["yii2", "cms", "aimocms"],
"homepage": "http://www.aimosoft.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/jackieit/aimocms/issues",
"wiki": "https://github.com/jackieit/aimocms/wiki",
"source": "https://github.com/jackieit/aimocms"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.6",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"bower-asset/metisMenu": "~1.1.3",
"bower-asset/font-awesome": "~4.2.0",
"creocoder/yii2-nested-sets": "^0.9.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-faker": "*",
"yiisoft/yii2-gii": "*",
"hguenot/yii2-gftp": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}