-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
64 lines (64 loc) · 1.63 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
{
"name": "chipmob/yii2-web-application",
"description": "Yii 2 Web Application",
"keywords": ["yii2", "framework"],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/chipmob/yii2-web-application/issues?state=open",
"source": "https://github.com/chipmob/yii2-web-application"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"ext-json": "*",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap4": "~2.0",
"yiisoft/yii2-swiftmailer": "~2.0",
"yiisoft/yii2-authclient": "~2.0",
"yiisoft/yii2-redis": "~2.0",
"yiisoft/yii2-jui": "~2.0",
"chipmob/yii2-user": "dev-master",
"chipmob/yii2-attachment": "dev-master",
"mdmsoft/yii2-admin": "~2.0",
"dmstr/yii2-adminlte-asset": "~3.x-dev",
"omnilight/yii2-scheduling": "~1.0",
"vlucas/phpdotenv": "~4.0",
"kartik-v/yii2-grid": "~3.0",
"kartik-v/yii2-bootstrap4-dropdown": "~1.0",
"kartik-v/yii2-widget-fileinput": "~1.0",
"kartik-v/yii2-date-range": "~1.0",
"kartik-v/yii2-helpers": "~1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0",
"yiisoft/yii2-gii": "~2.0",
"yiisoft/yii2-faker": "~2.0"
},
"replace": {
"symfony/polyfill-ctype": "*"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "path",
"url": "../yii2-user"
},
{
"type": "path",
"url": "../yii2-attachment"
}
]
}