-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·87 lines (87 loc) · 2.49 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "trntv/yii2-starter-kit",
"description": "Yii2 Starter Kit Application Template",
"keywords": [
"yii2",
"framework",
"start",
"cms",
"application template",
"yii2 advanced"
],
"authors": [
{
"name": "Eugene Terentev",
"email": "[email protected]",
"homepage": "http://terentev.net",
"role": "Developer"
}
],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/trntv/yii2-starter-kit/issues?state=open",
"source": "https://github.com/trntv/yii2-starter-kit"
},
"require": {
"php": ">=5.6.0",
"ext-intl": "*",
"yiisoft/yii2": "^2.0.6",
"yiisoft/yii2-bootstrap": "^2.0.0",
"yiisoft/yii2-swiftmailer": "^2.0.0",
"yiisoft/yii2-authclient": "^2.0.0",
"yiisoft/yii2-jui": "^2.0.0",
"asofter/yii2-imperavi-redactor": "dev-master@dev",
"mihaildev/yii2-elfinder": "^1.0",
"trntv/yii2-aceeditor": "^2.0",
"trntv/probe": "^0.2",
"trntv/yii2-file-kit": "^1.0.0",
"trntv/yii2-glide": "^1.0.0",
"trntv/yii2-datetime-widget": "^1.0.0",
"trntv/cheatsheet": "^0.1@dev",
"trntv/yii2-command-bus": "^2.0",
"intervention/image": "^2.1",
"vlucas/phpdotenv": "^2.0",
"bower-asset/admin-lte": "^2.0",
"bower-asset/font-awesome": "^4.0",
"bower-asset/html5shiv": "^3.0",
"bower-asset/jquery-slimscroll": "^1.3",
"bower-asset/flot": "^0.8",
"symfony/process": "^3.0",
"kartik-v/yii2-widget-select2": "*",
"kartik-v/yii2-widget-datetimepicker": "^1.4",
"kartik-v/yii2-widget-datepicker": "^1.3",
"kartik-v/yii2-grid": "^3.1",
"kartik-v/yii2-mpdf": "^1.0",
"kartik-v/yii2-editable": "^1.7",
"kartik-v/yii2-widget-sidenav": "*",
"arogachev/yii2-excel": "^0.1.1",
"2amigos/yii2-switch-widget": "~1.0",
"kartik-v/yii2-widgets": "^3.4",
"pavlinter/yii2-buttons": "^1.0",
"mobiledetect/mobiledetectlib": "^2.8",
"jaybizzle/crawler-detect": "^1.2",
"geoip/geoip": "^1.17",
"daixianceng/yii2-echarts": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*",
"codeception/codeception": "*",
"codeception/specify": "*",
"codeception/verify": "*"
},
"suggest": {
"trntv/yii2-debug-xhprof": "dev-master@dev"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
}