-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·145 lines (145 loc) · 4.25 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "gsss/god",
"description": "Галактический Союз Сил Света",
"keywords": ["gsss"],
"homepage": "http://www.galaxysss.ru/",
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-apidoc": "~2.0.0",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-jui": "*",
"yiisoft/yii2-imagine": "*",
"yiisoft/yii2-authclient": "*",
"yiisoft/yii2-smarty": "*",
"ExactTarget/fuelux": "*",
"dixso/custombox": "*",
"NorthwoodsSoftware/GoJS": "*",
"mistic100/Bootstrap-Confirmation": "*",
"vlucas/valitron": "~1.2",
"flesler/jquery.scrollTo": "*",
"nnnick/Chart.js": "1.0.1",
"mobiledetect/mobiledetectlib": "*",
"jdewit/bootstrap-timepicker": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-jui": "*",
"yiisoft/yii2-faker": "*"
},
"autoload": {
"psr-4": {
"cs\\": "app"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "jdewit/bootstrap-timepicker",
"version": "0.5.1",
"source": {
"url": "https://github.com/jdewit/bootstrap-timepicker",
"type": "git",
"reference": "gh-pages"
}
}
},
{
"type": "package",
"package": {
"name": "ExactTarget/fuelux",
"version": "1.0.1",
"source": {
"url": "https://github.com/ExactTarget/fuelux",
"type": "git",
"reference": "master"
}
}
},
{
"type":"git",
"url":"https://github.com/pqr/superlogger"
},
{
"type": "package",
"package": {
"name": "nnnick/Chart.js",
"version": "1.0.1",
"source": {
"url": "https://github.com/nnnick/Chart.js",
"type": "git",
"reference": "02f858b264de6c6c1af0579b05b7b5913d0d61ef"
}
}
},
{
"type": "package",
"package": {
"name": "mistic100/Bootstrap-Confirmation",
"version" : "1.0.0",
"source": {
"url": "https://github.com/mistic100/Bootstrap-Confirmation",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "dixso/custombox",
"version" : "1.0.0",
"source": {
"url": "https://github.com/dixso/custombox",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "NorthwoodsSoftware/GoJS",
"version" : "1.0.0",
"source": {
"url": "https://github.com/NorthwoodsSoftware/GoJS",
"type": "git",
"reference": "master"
}
}
}
],
"config": {
"process-timeout": 1800
},
"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"
}
}
}