This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
52 lines (52 loc) · 1.57 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
43
44
45
46
47
48
49
50
51
52
{
"name": "yii2tech/project-template",
"description": "Yii 2 Project Template from yii2tech",
"keywords": ["yii2", "framework", "project template"],
"homepage": "https://github.com/yii2tech/project-template",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yii2tech/project-template/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "https://github.com/yii2tech/project-template/wiki",
"source": "https://github.com/yii2tech/project-template"
},
"authors": [
{
"name": "Paul Klimov",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yii2tech/admin": "*",
"yii2tech/ar-softdelete": "*",
"yii2tech/authlog": "*",
"yii2tech/config": "*",
"yii2tech/install": "*",
"yii2tech/filedb": "*",
"yii2tech/selfupdate": "*",
"yii2tech/sitemap": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"process-timeout": 1800
}
}