-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
70 lines (70 loc) · 2.17 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "deadmantfa/yii2-advanced-template-starter",
"description": "Yii 2 Advanced Project Template With Few Additions",
"keywords": [
"yii2",
"framework",
"advanced",
"project template",
"Vagrant"
],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/deadmantfa/yii2-advanced-template-starter/issues/new/choose",
"wiki": "https://github.com/deadmantfa/yii2-advanced-template-starter/wiki",
"source": "https://github.com/deadmantfa/yii2-advanced-template-starter"
},
"require": {
"php": ">=7.4.0",
"yiisoft/yii2": "^2.0.40",
"yiisoft/yii2-bootstrap4": "^2.0.9",
"yiisoft/yii2-swiftmailer": "^2.1.2",
"2amigos/yii2-usuario": "^1.0",
"2amigos/2fa-library": "^2.0",
"2amigos/qrcode-library": "^2.0",
"yiisoft/yii2-authclient": "^2.1.0",
"mootensai/yii2-enhanced-gii": "dev-master",
"kartik-v/yii2-mpdf": "dev-master",
"kartik-v/yii2-tree-manager": "dev-master",
"mootensai/yii2-relation-trait": "*",
"ext-json": "*",
"chervand/yii2-oauth2-server": "^0.7.1",
"bedezign/yii2-audit": "^1.1.2",
"kartik-v/yii2-datecontrol": "^1.9",
"dmstr/yii2-adminlte-asset": "dev-master",
"yiisoft/yii2-composer": "^2.0.10",
"phpoffice/phpspreadsheet": "^1.16.0",
"webzop/yii2-notifications": "dev-master",
"consik/yii2-websocket": "^1.0",
"justcoded/yii2-rbac": "^1.2.1",
"yii2mod/yii2-rbac": "*",
"yii2mod/yii2-settings": "^2.5",
"yiier/yii2-user-setting": "^0.2.1"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"yiisoft/yii2-debug": "^2.1.0",
"yiisoft/yii2-gii": "^2.1.0",
"yiisoft/yii2-faker": "^2.0.0",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-yii2": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}