forked from yii-starter-kit/yii2-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·80 lines (80 loc) · 2.16 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
{
"name": "omcrn/yii2-starter-kit",
"description": "Yii2 Starter Kit Application Template",
"keywords": [
"yii2",
"framework",
"start",
"cms",
"application template",
"yii2 advanced"
],
"authors": [
{
"name": "Eugene Terentev",
"email": "eugene@terentev.net",
"homepage": "http://terentev.net",
"role": "Developer"
},
{
"name": "Zura Sekhniashvili",
"email": "zurasekhniashvili@gmail.com",
"homepage": "http://zuse.me",
"role": "Developer"
}
],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/omcrn/yii2-starter-kit/issues?state=open",
"source": "https://github.com/omcrn/yii2-starter-kit"
},
"require": {
"php": ">=5.5.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",
"omcrn/yii2-i18ncontent": "^1.1"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.0.0",
"yiisoft/yii2-gii": "^2.0.0",
"yiisoft/yii2-codeception": "^2.0.0",
"yiisoft/yii2-faker": "^2.0.0",
"codeception/codeception": "^2.0",
"codeception/specify": "^0.4.3",
"codeception/verify": "^0.3.0"
},
"suggest": {
"trntv/yii2-debug-xhprof": "dev-master@dev"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}