forked from yii-starter-kit/yii2-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
93 lines (93 loc) · 2.54 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
88
89
90
91
92
93
{
"name": "sam002/yii2-starter-kit",
"description": "Yii2 Starter Kit Application Template",
"keywords": [
"yii2",
"framework",
"start",
"application template",
"yii2 advanced"
],
"authors": [
{
"name": "Semen Dubina",
"email": "starterkit@sam002.net",
"homepage": "http://sam002.net",
"role": "Developer"
},
{
"name": "Eugene Terentev",
"email": "eugene@terentev.net",
"homepage": "http://terentev.net",
"role": "Developer"
}
],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/sam002/yii2-starter-kit/issues?state=open",
"source": "https://github.com/sam002/yii2-starter-kit"
},
"require": {
"php": ">=7.1.0",
"ext-intl": "*",
"yiisoft/yii2": "^2.0.13",
"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-redis": "^2.0.0",
"2amigos/yii2-ckeditor-widget": "~2.1",
"mihaildev/yii2-elfinder": "^1.0",
"trntv/yii2-aceeditor": "^2.0",
"trntv/probe": "^1.0",
"trntv/yii2-file-kit": "^1.0.0",
"trntv/yii2-glide": "^1.0.0",
"trntv/yii2-datetime-widget": "^1.0.0",
"trntv/cheatsheet": "^0.1",
"trntv/yii2-command-bus": "^2.0",
"creocoder/yii2-taggable": "~2.0",
"kartik-v/yii2-widget-select2": "^2.0.8",
"kartik-v/yii2-helpers": "^1.3.5",
"intervention/image": "^2.1",
"vlucas/phpdotenv": "^2.0",
"himiklab/yii2-recaptcha-widget" : "^1.0.0",
"kartik-v/yii2-password": "^1.5.3",
"almasaeed2010/adminlte": "^2.4.0",
"bower-asset/font-awesome": "^4.0",
"bower-asset/html5shiv": "^3.0",
"bower-asset/jquery-slimscroll": "^1.3",
"bower-asset/flot": "^0.8",
"bower-asset/bootstrap-material-design": "^0.5",
"katech91/yii2-sitemap-module" : "^1.2.0",
"sam002/yii2-otp" : "dev-develop",
"zelenin/yii2-rss": "~0.1",
"symfony/process": "^4.0",
"guzzlehttp/guzzle": "^6.0",
"lav45/yii2-translated-behavior": "^1.4"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.0.0",
"yiisoft/yii2-gii": "^2.0.0",
"yiisoft/yii2-faker": "^2.0.0",
"codeception/codeception": "^2.3.0",
"codeception/verify": "^0.3.1"
},
"autoload-dev": {
"psr-4": {
"tests\\": "tests/"
}
},
"suggest": {
"trntv/yii2-debug-xhprof": "dev-master@dev"
},
"config": {
"process-timeout": 1800
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}