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
40 lines (39 loc) · 1.16 KB
/
composer.json
File metadata and controls
40 lines (39 loc) · 1.16 KB
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
{
"name": "elisdn/seokeys",
"description": "SEO-service Yii 2",
"keywords": ["yii2", "framework"],
"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": ">=7.1.0",
"yiisoft/yii2": "~2.0.5",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"kartik-v/yii2-widget-datepicker": "*",
"kartik-v/yii2-field-range": "*",
"elisdn/yii2-hybrid-authmanager": "^1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/codeception": "^2.2.3",
"codeception/verify": "~0.3.1",
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}