forked from DezMonT765/yii2-advanced-template-rbac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (56 loc) · 1.71 KB
/
composer.json
File metadata and controls
57 lines (56 loc) · 1.71 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
{
"name": "dezmont765/yii2-rbac-advanced-template",
"description": "Yii 2 Advanced Application Template With Rbac",
"keywords": ["yii2", "framework", "advanced", "application template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "vcs",
"url": "https://github.com/DezMonT765/yii2-grid-view-library"
},
{
"type": "vcs",
"url": "https://github.com/DezMonT765/yii2-bundle"
},
{
"type": "vcs",
"url": "https://github.com/DezMonT765/zyx-phpmailer"
},
{
"type" : "vcs",
"url" : "https://github.com/DezMonT765/yii2-language-picker"
}
],
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "2.0.10",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"dezmont765/yii2-grid-view-library" : "dev-master",
"dezmont765/yii2-bundle" : "dev-master",
"zyx/zyx-phpmailer": "dev-log-fix",
"bower-asset/ckeditor": "4.*",
"lajax/yii2-language-picker": "dev-master",
"aws/aws-sdk-php": "^3.0.5",
"himiklab/yii2-recaptcha-widget": "dev-master"
},
"require-dev": {
"codeception/codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}