-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·69 lines (68 loc) · 2.34 KB
/
composer.json
File metadata and controls
executable file
·69 lines (68 loc) · 2.34 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
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
{
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.3.21",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap4": "^2.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"hail812/yii2-adminlte3": "^1.0",
"yiisoft/yii2-jui": "^2.0",
"ext-json": "*",
"practically/yii2-chartjs": "^1.1",
"bower-asset/chart-js": "^3.6",
"nnnick/chartjs": "^3.6",
"miloschuman/yii2-highcharts-widget": "*",
"kartik-v/yii2-tabs-x": "dev-master",
"yiisoft/yii2-bootstrap": "^2.0",
"voime/yii2-google-maps": "*",
"php-mqtt/client": "^1.1",
"kartik-v/yii2-grid": "dev-master",
"kartik-v/yii2-bootstrap4-dropdown": "^1.0",
"dominus77/yii2-sweetalert2-widget": "~1.3",
"kartik-v/yii2-widget-datepicker": "dev-master",
"kartik-v/yii2-icons": "^1.4",
"kartik-v/yii2-widgets": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.2.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/codeception": "^4.1",
"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",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-db": "^2.0",
"codeception/module-webdriver": "^2.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}