-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathcomposer.json
42 lines (42 loc) · 1.32 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": "shiyang/iisns",
"description": "A forum and a sns system based on yii2",
"keywords": ["yii2", "sns", "blog", "forum"],
"homepage": "http://www.iisns.com/",
"license": "MIT License",
"support": {
"issues": "https://github.com/shi-yang/iisns/issues?state=open",
"forum": "http://www.iisns.com/forum/iisns",
"wiki": "https://github.com/shi-yang/iisns/wiki",
"source": "https://github.com/shi-yang/iisns"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-imagine": "*",
"shiyang/yii2-infinite-scroll": "*",
"shiyang/yii2-masonry": "*",
"justinvoelker/yii2-tagging": "*",
"shiyang/yii2-umeditor": "^1.0",
"iisns/yii2-assets-compress": "^1.0",
"iisns/yii2-webuploader": "^1.0"
},
"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"
}
}
}