forked from ElisDN/seokeys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 993 Bytes
/
Copy pathcomposer.json
File metadata and controls
39 lines (39 loc) · 993 Bytes
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
{
"name": "elisdn/seokeys",
"description": "SEO-service Yii 2",
"homepage": "http://www.elisdn.ru",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"wiki": "http://www.elisdn.ru/blog/60/seo-service-on-yii2-installing-of-application",
"source": "https://github.com/ElisDN/seokeys"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"bower-asset/html5shiv": "*",
"bower-asset/respond": "*",
"bower-asset/jquery": "1.*",
"kartik-v/yii2-widget-datepicker": "*",
"kartik-v/yii2-field-range": "*",
"elisdn/yii2-hybrid-authmanager": "^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"
}
}
}