-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcomposer.json
87 lines (87 loc) · 2.45 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": "dungphanxuan/yii2-starter-kit-lite",
"description": "Yii2 Starter Kit Application Template",
"keywords": [
"yii2",
"framework",
"start",
"cms",
"application template",
"yii2 advanced",
"yii2 api"
],
"authors": [
{
"name": "Eugene Terentev",
"email": "eugene@terentev.net",
"homepage": "http://terentev.net",
"role": "Developer"
},
{
"name": "Dung Phan Xuan",
"email": "dungpx.s@gmail.com",
"homepage": "http://yiiframework.vn",
"role": "Developer"
}
],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/dungphanxuan/yii2-starter-kit-lite/issues?state=open",
"source": "https://github.com/dungphanxuan/yii2-starter-kit-lite"
},
"require": {
"php": ">=7.1.0",
"ext-intl": "*",
"yiisoft/yii2": "^2.0.16",
"yiisoft/yii2-bootstrap": "^2.0.0",
"yiisoft/yii2-swiftmailer": "^2.0.0",
"yiisoft/yii2-authclient": "^2.0.0",
"yiisoft/yii2-jui": "^2.0.0",
"yiisoft/yii2-queue": "^2.0",
"asofter/yii2-imperavi-redactor": ">=0.0.3@dev",
"froala/yii2-froala-editor": "^2.6.0",
"trntv/yii2-aceeditor": "^2.0",
"trntv/probe": "^0.2",
"yii2-starter-kit/yii2-file-kit": "^2.0.0",
"trntv/yii2-glide": "^1.0.0",
"trntv/yii2-datetime-widget": "dev-master@dev",
"trntv/cheatsheet": "^0.1@dev",
"trntv/yii2-command-bus": "^2.0",
"intervention/image": "^2.1",
"vlucas/phpdotenv": "^2.0",
"paquettg/php-html-parser": "^1.7",
"maknz/slack": "^1.7",
"bazilio/yii2-async": "dev-master",
"2amigos/yii2-chartjs-widget": "~2.0",
"kartik-v/yii2-widget-select2": "@dev",
"kartik-v/yii2-widget-depdrop": "@dev",
"kartik-v/yii2-helpers": "dev-master",
"kartik-v/yii2-field-range": "*",
"kartik-v/yii2-date-range": "*",
"npm-asset/admin-lte": "^2.0",
"npm-asset/font-awesome": "^4.0",
"npm-asset/html5shiv": "^3.0",
"npm-asset/jquery-slimscroll": "^1.3",
"npm-asset/flot": "^0.8",
"guzzlehttp/guzzle": "^6.0",
"alexantr/yii2-elfinder": "^1.3",
"trntv/sitemaped": "^0.1",
"yii2mod/yii2-swagger": "^1.1"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.0.0",
"yiisoft/yii2-gii": "^2.0.0",
"yiisoft/yii2-faker": "~2.0.0"
},
"config": {
"process-timeout": 1800,
"optimize-autoloader": true
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}