-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
89 lines (89 loc) · 3.02 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
{
"name": "conectivo/expedientes_batallon_mil_ve",
"description": "Sistema de Expedientes del Cuartel Negro Primero - Batallón de Apoyo Logístico 208 General de Brigada 'Juan Antonio Paredes'.",
"keywords": ["expedientes", "batallon", "ejercito", "venezuela", "mil", "yii2", "framework", "basic"],
"homepage": "https://github.com/Conectivo/expedientes_batallon_mil_ve",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/Conectivo/expedientes_batallon_mil_ve/issues?state=open",
"wiki": "https://github.com/Conectivo/expedientes_batallon_mil_ve/wiki",
"source": "https://github.com/Conectivo/expedientes_batallon_mil_ve",
"email": "[email protected]"
},
"authors": [
{
"name": "Ninoska Corredor",
"email": "[email protected]",
"homepage": "https://www.instagram.com/ninoskdcr/",
"role": "Developer"
},
{
"name": "Liz Garcia",
"email": "[email protected]",
"homepage": "https://www.instagram.com/liz_cgd/",
"role": "Developer"
},
{
"name": "Leonardo J. Caballero G.",
"email": "[email protected]",
"homepage": "http://macagua.github.io/",
"role": "Developer"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"bower-asset/email-autocomplete": "~0.1.1",
"bower-asset/ionicons": "~2.0.1",
"bower-asset/admin-lte": "~2.3.7",
"rmrevin/yii2-fontawesome": "2.8.*",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"kartik-v/yii2-widget-select2": "~2.0.8",
"kartik-v/yii2-detail-view": "~1.7.5",
"beastbytes/yii2-wizard": "*",
"webvimark/module-user-management": "^1",
"miloschuman/yii2-highcharts-widget": "~5.0.0"
},
"require-dev": {
"codeception/codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-faker": "*",
"insolita/yii2-migration-generator": "*"
},
"config": {
"process-timeout": 1800
},
"autoload": {
"files": [
"global.functions.php"
]
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755"
}
],
"generateCookieValidationKey": [
"config/web.php"
]
},
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}