-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
78 lines (77 loc) · 2.41 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
{
"name": "yiisoft/yii2-app-advanced",
"description": "Yii 2 Advanced Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.6",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"light/yii2-sweet-submit": "~1.0.0",
"dmstr/yii2-adminlte-asset": "~2.0",
"leoshtika/yii2-nav-sidebar": "^1.0",
"ckarjun/yii2-owl-carousel": "*",
"kartik-v/yii2-mpdf": "*",
"moonlandsoft/yii2-phpexcel": "*",
"phpclasses/vsword": "^1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"yiisoft/yii2-jui": "~2.0.0",
"phpunit/phpunit": "*",
"codeception/codeception": "*",
"codeception/verify": "*",
"codeception/specify": "*",
"sjaakp/yii2-gcharts": "*",
"dimd4/yii2-redactor": "*",
"bower-asset/sweetalert": "1.1.*",
"host33/yii2-multilevel-horizontal-menu": "dev-master",
"kartik-v/yii2-widgets": "*",
"kartik-v/yii2-popover-x": "*",
"kartik-v/yii2-widget-fileinput": "@dev",
"kartik-v/yii2-widget-datetimepicker" : "@dev",
"uran1980/yii2-pace-widget": "dev-master"
},
"config": {
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"process-timeout": 1800,
"http-basic": {
"www.phpclasses.org": {
"username": "andrsfelipev",
"password": "b07d39bfa854294a1448a4479b53ad45"
}
}
},
"extra": {
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
},
"repositories":[
{
"type": "composer",
"url": "https:\/\/www.phpclasses.org\/"
},
{
"packagist": false
}]
}