Commit 2c4a78b94f07e4f9d0c2f5ec1b9e620771ecc683
Merge remote-tracking branch 'origin/master'
Showing
4 changed files
with
5819 additions
and
11 deletions
Show diff stats
.gitignore
composer.json
... | ... | @@ -34,7 +34,8 @@ |
34 | 34 | "artweb/artbox-core": "@dev", |
35 | 35 | "artweb/artbox-weblog": "@dev", |
36 | 36 | "artweb/artbox-webcomment": "@dev", |
37 | - "modernkernel/yii2-photoswipe": "*" | |
37 | + "modernkernel/yii2-photoswipe": "*", | |
38 | + "skeeks/yii2-assets-auto-compress": "*" | |
38 | 39 | }, |
39 | 40 | "require-dev": { |
40 | 41 | "yiisoft/yii2-debug": "~2.0.0", | ... | ... |
Changes suppressed. Click to show
1 | +{ | |
2 | + "_readme": [ | |
3 | + "This file locks the dependencies of your project to a known state", | |
4 | + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
5 | + "This file is @generated automatically" | |
6 | + ], | |
7 | + "content-hash": "69273d8cf33e6ea3531f731291a195d4", | |
8 | + "packages": [ | |
9 | + { | |
10 | + "name": "2amigos/yii2-tinymce-widget", | |
11 | + "version": "1.1.2", | |
12 | + "source": { | |
13 | + "type": "git", | |
14 | + "url": "https://github.com/2amigos/yii2-tinymce-widget.git", | |
15 | + "reference": "4f519e37774ef231e4b4d6046854d5638548c8e0" | |
16 | + }, | |
17 | + "dist": { | |
18 | + "type": "zip", | |
19 | + "url": "https://api.github.com/repos/2amigos/yii2-tinymce-widget/zipball/4f519e37774ef231e4b4d6046854d5638548c8e0", | |
20 | + "reference": "4f519e37774ef231e4b4d6046854d5638548c8e0", | |
21 | + "shasum": "" | |
22 | + }, | |
23 | + "require": { | |
24 | + "tinymce/tinymce": ">=4", | |
25 | + "yiisoft/yii2": "~2.0.0" | |
26 | + }, | |
27 | + "require-dev": { | |
28 | + "phpunit/phpunit": "4.*" | |
29 | + }, | |
30 | + "type": "yii2-extension", | |
31 | + "extra": { | |
32 | + "branch-alias": { | |
33 | + "dev-master": "1.0-dev" | |
34 | + }, | |
35 | + "asset-installer-paths": { | |
36 | + "bower-asset-library": "vendor/bower" | |
37 | + } | |
38 | + }, | |
39 | + "autoload": { | |
40 | + "psr-4": { | |
41 | + "dosamigos\\tinymce\\": "src" | |
42 | + } | |
43 | + }, | |
44 | + "notification-url": "https://packagist.org/downloads/", | |
45 | + "license": [ | |
46 | + "BSD-3-Clause" | |
47 | + ], | |
48 | + "authors": [ | |
49 | + { | |
50 | + "name": "2amigOS! Consulting Group", | |
51 | + "email": "hola@2amigos.us", | |
52 | + "homepage": "http://2amigos.us", | |
53 | + "role": "Developer" | |
54 | + } | |
55 | + ], | |
56 | + "description": "TinyMCE widget for Yii2.", | |
57 | + "homepage": "http://yiiwheels.com/extension/tinymce-widget", | |
58 | + "keywords": [ | |
59 | + "2amigos", | |
60 | + "extension", | |
61 | + "tinymce", | |
62 | + "widget", | |
63 | + "yii", | |
64 | + "yii 2", | |
65 | + "yii2" | |
66 | + ], | |
67 | + "time": "2017-06-09T14:12:14+00:00" | |
68 | + }, | |
69 | + { | |
70 | + "name": "artweb/artbox-core", | |
71 | + "version": "dev-master", | |
72 | + "source": { | |
73 | + "type": "git", | |
74 | + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git", | |
75 | + "reference": "fcbbba05c7ad39a8d95e24c75694b78630dd648d" | |
76 | + }, | |
77 | + "require": { | |
78 | + "2amigos/yii2-tinymce-widget": "~1.0", | |
79 | + "bower-asset/amcharts": "*", | |
80 | + "kartik-v/yii2-widget-fileinput": "*", | |
81 | + "php": ">=7.0", | |
82 | + "yiisoft/yii2": "~2.0", | |
83 | + "yiisoft/yii2-bootstrap": "~2.0", | |
84 | + "yiisoft/yii2-imagine": "~2.0", | |
85 | + "yiisoft/yii2-swiftmailer": "~2.0", | |
86 | + "yiister/yii2-gentelella": "~1.0" | |
87 | + }, | |
88 | + "type": "yii2-extension", | |
89 | + "autoload": { | |
90 | + "psr-4": { | |
91 | + "artbox\\core\\": "" | |
92 | + } | |
93 | + }, | |
94 | + "license": [ | |
95 | + "BSD-3-Clause" | |
96 | + ], | |
97 | + "description": "Artbox core extension", | |
98 | + "time": "2017-11-07 09:49:07" | |
99 | + }, | |
100 | + { | |
101 | + "name": "artweb/artbox-webcomment", | |
102 | + "version": "dev-master", | |
103 | + "source": { | |
104 | + "type": "git", | |
105 | + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git", | |
106 | + "reference": "295dcf32e4542399663cdc8d419ab46a5efe651e" | |
107 | + }, | |
108 | + "require": { | |
109 | + "artweb/artbox-core": "@dev", | |
110 | + "php": ">=7.0", | |
111 | + "yiisoft/yii2": "~2.0" | |
112 | + }, | |
113 | + "type": "yii2-extension", | |
114 | + "autoload": { | |
115 | + "psr-4": { | |
116 | + "artbox\\webcomment\\": "" | |
117 | + } | |
118 | + }, | |
119 | + "license": [ | |
120 | + "BSD-3-Clause" | |
121 | + ], | |
122 | + "description": "Artbox comment extension", | |
123 | + "time": "2017-09-28 11:55:19" | |
124 | + }, | |
125 | + { | |
126 | + "name": "artweb/artbox-weblog", | |
127 | + "version": "dev-master", | |
128 | + "source": { | |
129 | + "type": "git", | |
130 | + "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git", | |
131 | + "reference": "420d8fd52ac4482d9e0c22e636298b7ce430bfe1" | |
132 | + }, | |
133 | + "require": { | |
134 | + "php": ">=7.0", | |
135 | + "yiisoft/yii2": "~2.0", | |
136 | + "yiisoft/yii2-bootstrap": "~2.0" | |
137 | + }, | |
138 | + "type": "yii2-extension", | |
139 | + "autoload": { | |
140 | + "psr-4": { | |
141 | + "artbox\\weblog\\": "" | |
142 | + } | |
143 | + }, | |
144 | + "license": [ | |
145 | + "BSD-3-Clause" | |
146 | + ], | |
147 | + "description": "Artbox blog support extension", | |
148 | + "time": "2017-09-18 15:38:17" | |
149 | + }, | |
150 | + { | |
151 | + "name": "bower-asset/amcharts", | |
152 | + "version": "v3.15.2", | |
153 | + "source": { | |
154 | + "type": "git", | |
155 | + "url": "https://github.com/arturgspb/bower-amcharts.git", | |
156 | + "reference": "47b9e0976015243db5254eb64f449743b1bbdca0" | |
157 | + }, | |
158 | + "dist": { | |
159 | + "type": "zip", | |
160 | + "url": "https://api.github.com/repos/arturgspb/bower-amcharts/zipball/47b9e0976015243db5254eb64f449743b1bbdca0", | |
161 | + "reference": "47b9e0976015243db5254eb64f449743b1bbdca0", | |
162 | + "shasum": "" | |
163 | + }, | |
164 | + "type": "bower-asset-library", | |
165 | + "extra": { | |
166 | + "bower-asset-main": "./dist/amcharts/amcharts.js" | |
167 | + } | |
168 | + }, | |
169 | + { | |
170 | + "name": "bower-asset/amcharts-stock", | |
171 | + "version": "dev-master", | |
172 | + "source": { | |
173 | + "type": "git", | |
174 | + "url": "https://github.com/denisvolokh/bower-amcharts-stock.git", | |
175 | + "reference": "22a2d2032328dc4d29282384a14f4994c6f3f8f1" | |
176 | + }, | |
177 | + "dist": { | |
178 | + "type": "zip", | |
179 | + "url": "https://api.github.com/repos/denisvolokh/bower-amcharts-stock/zipball/22a2d2032328dc4d29282384a14f4994c6f3f8f1", | |
180 | + "reference": "22a2d2032328dc4d29282384a14f4994c6f3f8f1", | |
181 | + "shasum": "" | |
182 | + }, | |
183 | + "type": "bower-asset-library", | |
184 | + "extra": { | |
185 | + "bower-asset-main": "./dist/amcharts/amcharts.js", | |
186 | + "branch-alias": { | |
187 | + "dev-master": "3.13.0-dev" | |
188 | + } | |
189 | + }, | |
190 | + "time": "2015-01-28 07:40:20" | |
191 | + }, | |
192 | + { | |
193 | + "name": "bower-asset/bootstrap", | |
194 | + "version": "v3.3.7", | |
195 | + "source": { | |
196 | + "type": "git", | |
197 | + "url": "https://github.com/twbs/bootstrap.git", | |
198 | + "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86" | |
199 | + }, | |
200 | + "dist": { | |
201 | + "type": "zip", | |
202 | + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86", | |
203 | + "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86", | |
204 | + "shasum": "" | |
205 | + }, | |
206 | + "require": { | |
207 | + "bower-asset/jquery": ">=1.9.1,<=3" | |
208 | + }, | |
209 | + "type": "bower-asset-library", | |
210 | + "extra": { | |
211 | + "bower-asset-main": [ | |
212 | + "less/bootstrap.less", | |
213 | + "dist/js/bootstrap.js" | |
214 | + ], | |
215 | + "bower-asset-ignore": [ | |
216 | + "/.*", | |
217 | + "_config.yml", | |
218 | + "CNAME", | |
219 | + "composer.json", | |
220 | + "CONTRIBUTING.md", | |
221 | + "docs", | |
222 | + "js/tests", | |
223 | + "test-infra" | |
224 | + ] | |
225 | + }, | |
226 | + "license": [ | |
227 | + "MIT" | |
228 | + ], | |
229 | + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", | |
230 | + "keywords": [ | |
231 | + "css", | |
232 | + "framework", | |
233 | + "front-end", | |
234 | + "js", | |
235 | + "less", | |
236 | + "mobile-first", | |
237 | + "responsive", | |
238 | + "web" | |
239 | + ] | |
240 | + }, | |
241 | + { | |
242 | + "name": "bower-asset/gentelella", | |
243 | + "version": "1.4.0", | |
244 | + "source": { | |
245 | + "type": "git", | |
246 | + "url": "https://github.com/puikinsh/gentelella.git", | |
247 | + "reference": "3448fdfdf16a41707d6e2a8154d592a88d85c41c" | |
248 | + }, | |
249 | + "dist": { | |
250 | + "type": "zip", | |
251 | + "url": "https://api.github.com/repos/puikinsh/gentelella/zipball/3448fdfdf16a41707d6e2a8154d592a88d85c41c", | |
252 | + "reference": "3448fdfdf16a41707d6e2a8154d592a88d85c41c", | |
253 | + "shasum": "" | |
254 | + }, | |
255 | + "require-dev": { | |
256 | + "bower-asset/animate.css": ">=3.5.1,<4.0.0", | |
257 | + "bower-asset/autosize": ">=3.0.15,<4.0.0", | |
258 | + "bower-asset/bootstrap": ">=3.3.7,<4.0.0", | |
259 | + "bower-asset/bootstrap-colorpicker": ">=2.3.3,<3.0.0", | |
260 | + "bower-asset/bootstrap-daterangepicker": "dev-master", | |
261 | + "bower-asset/bootstrap-progressbar": ">=0.9.0,<0.10.0", | |
262 | + "bower-asset/bootstrap-wysiwyg-steveathon": ">=1.0.5,<2.0.0", | |
263 | + "bower-asset/chart.js": ">=2.0.2,<3.0.0", | |
264 | + "bower-asset/cropper": ">=2.3.0,<3.0.0", | |
265 | + "bower-asset/datatables.net": ">=1.10.11,<2.0.0", | |
266 | + "bower-asset/datatables.net-bs": ">=1.10.11,<2.0.0", | |
267 | + "bower-asset/datatables.net-buttons": ">=1.1.2,<2.0.0", | |
268 | + "bower-asset/datatables.net-buttons-bs": ">=1.1.2,<2.0.0", | |
269 | + "bower-asset/datatables.net-fixedheader": ">=3.1.1,<4.0.0", | |
270 | + "bower-asset/datatables.net-fixedheader-bs": ">=3.1.1,<4.0.0", | |
271 | + "bower-asset/datatables.net-keytable": ">=2.1.1,<3.0.0", | |
272 | + "bower-asset/datatables.net-responsive": ">=2.0.2,<3.0.0", | |
273 | + "bower-asset/datatables.net-responsive-bs": ">=2.0.2,<3.0.0", | |
274 | + "bower-asset/datatables.net-scroller": ">=1.4.1,<2.0.0", | |
275 | + "bower-asset/datatables.net-scroller-bs": ">=1.4.1,<2.0.0", | |
276 | + "bower-asset/datejs": ">=1.0.0-RC3,<2.0.0", | |
277 | + "bower-asset/devbridge-autocomplete": ">=1.2.24,<2.0.0", | |
278 | + "bower-asset/dropzone": ">=4.3.0,<5.0.0", | |
279 | + "bower-asset/echarts": ">=3.1.7,<4.0.0", | |
280 | + "bower-asset/fastclick": ">=1.0.6,<2.0.0", | |
281 | + "bower-asset/flot": ">=0.8.3,<0.9.0", | |
282 | + "bower-asset/flot-spline": ">=0.8.2,<0.9.0", | |
283 | + "bower-asset/flot.curvedlines": ">=1.1.1,<2.0.0", | |
284 | + "bower-asset/flot.orderbars": "*", | |
285 | + "bower-asset/fontawesome": ">=4.6.1,<5.0.0", | |
286 | + "bower-asset/fullcalendar": ">=2.6.1,<3.0.0", | |
287 | + "bower-asset/gauge.js": ">=1.2.1,<2.0.0", | |
288 | + "bower-asset/icheck": ">=1.0.2,<2.0.0", | |
289 | + "bower-asset/ionrangeslider": ">=2.1.3,<3.0.0", | |
290 | + "bower-asset/jquery": ">=2.2.3,<3.0.0", | |
291 | + "bower-asset/jquery-knob": ">=1.2.13,<2.0.0", | |
292 | + "bower-asset/jquery-smart-wizard": ">=3.3.1,<4.0.0", | |
293 | + "bower-asset/jquery-sparkline": ">=2.1.3,<3.0.0", | |
294 | + "bower-asset/jquery.easy-pie-chart": ">=2.1.6,<3.0.0", | |
295 | + "bower-asset/jquery.inputmask": ">=3.3.1,<4.0.0", | |
296 | + "bower-asset/jquery.tagsinput": ">=1.3.6,<2.0.0", | |
297 | + "bower-asset/jqvmap": "dev-master", | |
298 | + "bower-asset/jszip": "2.6.0", | |
299 | + "bower-asset/malihu-custom-scrollbar-plugin": ">=3.1.3,<4.0.0", | |
300 | + "bower-asset/morris.js": ">=0.5.1,<0.6.0", | |
301 | + "bower-asset/normalize-css": ">=4.1.1,<5.0.0", | |
302 | + "bower-asset/nprogress": ">=0.2.0,<0.3.0", | |
303 | + "bower-asset/parsleyjs": ">=2.3.10,<3.0.0", | |
304 | + "bower-asset/pdfmake": ">=0.1.20,<0.2.0", | |
305 | + "bower-asset/pnotify": ">=3.0.0,<4.0.0", | |
306 | + "bower-asset/select2": ">=4.0.2,<5.0.0", | |
307 | + "bower-asset/skycons": "*", | |
308 | + "bower-asset/starrr": ">=2.0.0,<3.0.0", | |
309 | + "bower-asset/switchery": ">=0.8.1,<0.9.0", | |
310 | + "bower-asset/validator": ">=1.0.6,<2.0.0" | |
311 | + }, | |
312 | + "type": "bower-asset-library", | |
313 | + "extra": { | |
314 | + "bower-asset-ignore": [ | |
315 | + "**/.*", | |
316 | + "documentation" | |
317 | + ] | |
318 | + }, | |
319 | + "license": [ | |
320 | + "MIT" | |
321 | + ], | |
322 | + "description": "Gentelella Admin is a free to use Bootstrap admin template", | |
323 | + "keywords": [ | |
324 | + "admin", | |
325 | + "backend", | |
326 | + "bootstrap", | |
327 | + "css", | |
328 | + "html", | |
329 | + "js", | |
330 | + "responsive", | |
331 | + "template", | |
332 | + "theme" | |
333 | + ] | |
334 | + }, | |
335 | + { | |
336 | + "name": "bower-asset/icheck", | |
337 | + "version": "1.0.2", | |
338 | + "source": { | |
339 | + "type": "git", | |
340 | + "url": "https://github.com/fronteed/icheck.git", | |
341 | + "reference": "8a6eb37bd7dab1e843c1b630c91c6398ff409d05" | |
342 | + }, | |
343 | + "dist": { | |
344 | + "type": "zip", | |
345 | + "url": "https://api.github.com/repos/fronteed/icheck/zipball/8a6eb37bd7dab1e843c1b630c91c6398ff409d05", | |
346 | + "reference": "8a6eb37bd7dab1e843c1b630c91c6398ff409d05", | |
347 | + "shasum": "" | |
348 | + }, | |
349 | + "require": { | |
350 | + "bower-asset/jquery": ">=1.7" | |
351 | + }, | |
352 | + "type": "bower-asset-library", | |
353 | + "extra": { | |
354 | + "bower-asset-main": [ | |
355 | + "./icheck.min.js" | |
356 | + ], | |
357 | + "bower-asset-ignore": [ | |
358 | + ".gitignore", | |
359 | + "CHANGELOG.md", | |
360 | + "README.md", | |
361 | + "demo/" | |
362 | + ] | |
363 | + }, | |
364 | + "license": [ | |
365 | + "MIT" | |
366 | + ], | |
367 | + "description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)", | |
368 | + "keywords": [ | |
369 | + "accessibility", | |
370 | + "checkbox", | |
371 | + "checked", | |
372 | + "custom", | |
373 | + "disabled", | |
374 | + "field", | |
375 | + "form", | |
376 | + "icheck", | |
377 | + "indeterminate", | |
378 | + "input", | |
379 | + "radio", | |
380 | + "replacement", | |
381 | + "skins", | |
382 | + "ui" | |
383 | + ] | |
384 | + }, | |
385 | + { | |
386 | + "name": "bower-asset/jquery", | |
387 | + "version": "2.2.4", | |
388 | + "source": { | |
389 | + "type": "git", | |
390 | + "url": "https://github.com/jquery/jquery-dist.git", | |
391 | + "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72" | |
392 | + }, | |
393 | + "dist": { | |
394 | + "type": "zip", | |
395 | + "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72", | |
396 | + "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72", | |
397 | + "shasum": "" | |
398 | + }, | |
399 | + "type": "bower-asset-library", | |
400 | + "extra": { | |
401 | + "bower-asset-main": "dist/jquery.js", | |
402 | + "bower-asset-ignore": [ | |
403 | + "package.json" | |
404 | + ] | |
405 | + }, | |
406 | + "license": [ | |
407 | + "MIT" | |
408 | + ], | |
409 | + "keywords": [ | |
410 | + "browser", | |
411 | + "javascript", | |
412 | + "jquery", | |
413 | + "library" | |
414 | + ] | |
415 | + }, | |
416 | + { | |
417 | + "name": "bower-asset/jquery.inputmask", | |
418 | + "version": "3.3.10", | |
419 | + "source": { | |
420 | + "type": "git", | |
421 | + "url": "https://github.com/RobinHerbots/Inputmask.git", | |
422 | + "reference": "14873e5775964275d13621cbe2b52e4448af3707" | |
423 | + }, | |
424 | + "dist": { | |
425 | + "type": "zip", | |
426 | + "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/14873e5775964275d13621cbe2b52e4448af3707", | |
427 | + "reference": "14873e5775964275d13621cbe2b52e4448af3707", | |
428 | + "shasum": null | |
429 | + }, | |
430 | + "require": { | |
431 | + "bower-asset/jquery": ">=1.7" | |
432 | + }, | |
433 | + "type": "bower-asset", | |
434 | + "license": [ | |
435 | + "http://opensource.org/licenses/mit-license.php" | |
436 | + ] | |
437 | + }, | |
438 | + { | |
439 | + "name": "bower-asset/photoswipe", | |
440 | + "version": "v4.1.2", | |
441 | + "source": { | |
442 | + "type": "git", | |
443 | + "url": "https://github.com/dimsemenov/PhotoSwipe.git", | |
444 | + "reference": "b6fdb82ed0b5b635c0943098f3046581a02ead77" | |
445 | + }, | |
446 | + "dist": { | |
447 | + "type": "zip", | |
448 | + "url": "https://api.github.com/repos/dimsemenov/PhotoSwipe/zipball/b6fdb82ed0b5b635c0943098f3046581a02ead77", | |
449 | + "reference": "b6fdb82ed0b5b635c0943098f3046581a02ead77", | |
450 | + "shasum": "" | |
451 | + }, | |
452 | + "type": "bower-asset-library", | |
453 | + "extra": { | |
454 | + "bower-asset-main": [ | |
455 | + "dist/photoswipe.js", | |
456 | + "dist/photoswipe.css", | |
457 | + "dist/photoswipe-ui-default.js", | |
458 | + "dist/default-skin/default-skin.css", | |
459 | + "dist/default-skin/default-skin.png", | |
460 | + "dist/default-skin/default-skin.svg", | |
461 | + "dist/default-skin/preloader.gif" | |
462 | + ], | |
463 | + "bower-asset-ignore": [ | |
464 | + "**/.*", | |
465 | + "node_modules", | |
466 | + "bower_components", | |
467 | + "test", | |
468 | + "tests", | |
469 | + "website" | |
470 | + ] | |
471 | + }, | |
472 | + "license": [ | |
473 | + "MIT" | |
474 | + ], | |
475 | + "description": "Touch-friendly image gallery for mobile and desktop. Without dependencies.", | |
476 | + "keywords": [ | |
477 | + "gallery", | |
478 | + "image", | |
479 | + "lightbox", | |
480 | + "swipe", | |
481 | + "touch" | |
482 | + ] | |
483 | + }, | |
484 | + { | |
485 | + "name": "bower-asset/pnotify", | |
486 | + "version": "2.1.0", | |
487 | + "source": { | |
488 | + "type": "git", | |
489 | + "url": "https://github.com/sciactive/pnotify.git", | |
490 | + "reference": "4ca6d8089ec45997ae7be37efc51f1ddad336933" | |
491 | + }, | |
492 | + "dist": { | |
493 | + "type": "zip", | |
494 | + "url": "https://api.github.com/repos/sciactive/pnotify/zipball/4ca6d8089ec45997ae7be37efc51f1ddad336933", | |
495 | + "reference": "4ca6d8089ec45997ae7be37efc51f1ddad336933", | |
496 | + "shasum": "" | |
497 | + }, | |
498 | + "type": "bower-asset-library", | |
499 | + "extra": { | |
500 | + "bower-asset-main": [ | |
501 | + "src/pnotify.core.js", | |
502 | + "src/pnotify.core.min.js", | |
503 | + "src/pnotify.buttons.js", | |
504 | + "src/pnotify.buttons.min.js", | |
505 | + "src/pnotify.callbacks.js", | |
506 | + "src/pnotify.callbacks.min.js", | |
507 | + "src/pnotify.confirm.js", | |
508 | + "src/pnotify.confirm.min.js", | |
509 | + "src/pnotify.desktop.js", | |
510 | + "src/pnotify.desktop.min.js", | |
511 | + "src/pnotify.history.js", | |
512 | + "src/pnotify.history.min.js", | |
513 | + "src/pnotify.nonblock.js", | |
514 | + "src/pnotify.nonblock.min.js", | |
515 | + "src/pnotify.core.css", | |
516 | + "src/pnotify.core.min.css", | |
517 | + "src/pnotify.buttons.css", | |
518 | + "src/pnotify.buttons.min.css", | |
519 | + "src/pnotify.history.css", | |
520 | + "src/pnotify.history.min.css" | |
521 | + ], | |
522 | + "bower-asset-ignore": [ | |
523 | + "build-cache/", | |
524 | + "build-tools/", | |
525 | + "includes/", | |
526 | + "oxygen/", | |
527 | + "devnote*.*", | |
528 | + "index.html", | |
529 | + "README.md", | |
530 | + "testing.html", | |
531 | + "buildcustom.php", | |
532 | + "package.json", | |
533 | + "src/pnotify.tooltip.js", | |
534 | + "src/pnotify.tooltip.min.js", | |
535 | + "src/pnotify.mobile.js", | |
536 | + "src/pnotify.mobile.min.js" | |
537 | + ] | |
538 | + }, | |
539 | + "license": [ | |
540 | + "GPL-3.0", | |
541 | + "LGPL-3.0", | |
542 | + "MPL-1.1" | |
543 | + ], | |
544 | + "description": "JavaScript notification plugin." | |
545 | + }, | |
546 | + { | |
547 | + "name": "bower-asset/punycode", | |
548 | + "version": "v1.3.2", | |
549 | + "source": { | |
550 | + "type": "git", | |
551 | + "url": "https://github.com/bestiejs/punycode.js.git", | |
552 | + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" | |
553 | + }, | |
554 | + "dist": { | |
555 | + "type": "zip", | |
556 | + "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", | |
557 | + "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3", | |
558 | + "shasum": "" | |
559 | + }, | |
560 | + "type": "bower-asset-library", | |
561 | + "extra": { | |
562 | + "bower-asset-main": "punycode.js", | |
563 | + "bower-asset-ignore": [ | |
564 | + "coverage", | |
565 | + "tests", | |
566 | + ".*", | |
567 | + "component.json", | |
568 | + "Gruntfile.js", | |
569 | + "node_modules", | |
570 | + "package.json" | |
571 | + ] | |
572 | + } | |
573 | + }, | |
574 | + { | |
575 | + "name": "bower-asset/yii2-pjax", | |
576 | + "version": "2.0.7.1", | |
577 | + "source": { | |
578 | + "type": "git", | |
579 | + "url": "https://github.com/yiisoft/jquery-pjax.git", | |
580 | + "reference": "aef7b953107264f00234902a3880eb50dafc48be" | |
581 | + }, | |
582 | + "dist": { | |
583 | + "type": "zip", | |
584 | + "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/aef7b953107264f00234902a3880eb50dafc48be", | |
585 | + "reference": "aef7b953107264f00234902a3880eb50dafc48be", | |
586 | + "shasum": null | |
587 | + }, | |
588 | + "require": { | |
589 | + "bower-asset/jquery": ">=1.8" | |
590 | + }, | |
591 | + "type": "bower-asset", | |
592 | + "license": [ | |
593 | + "MIT" | |
594 | + ] | |
595 | + }, | |
596 | + { | |
597 | + "name": "cebe/markdown", | |
598 | + "version": "1.1.2", | |
599 | + "source": { | |
600 | + "type": "git", | |
601 | + "url": "https://github.com/cebe/markdown.git", | |
602 | + "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e" | |
603 | + }, | |
604 | + "dist": { | |
605 | + "type": "zip", | |
606 | + "url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e", | |
607 | + "reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e", | |
608 | + "shasum": "" | |
609 | + }, | |
610 | + "require": { | |
611 | + "lib-pcre": "*", | |
612 | + "php": ">=5.4.0" | |
613 | + }, | |
614 | + "require-dev": { | |
615 | + "cebe/indent": "*", | |
616 | + "facebook/xhprof": "*@dev", | |
617 | + "phpunit/phpunit": "4.1.*" | |
618 | + }, | |
619 | + "bin": [ | |
620 | + "bin/markdown" | |
621 | + ], | |
622 | + "type": "library", | |
623 | + "extra": { | |
624 | + "branch-alias": { | |
625 | + "dev-master": "1.1.x-dev" | |
626 | + } | |
627 | + }, | |
628 | + "autoload": { | |
629 | + "psr-4": { | |
630 | + "cebe\\markdown\\": "" | |
631 | + } | |
632 | + }, | |
633 | + "notification-url": "https://packagist.org/downloads/", | |
634 | + "license": [ | |
635 | + "MIT" | |
636 | + ], | |
637 | + "authors": [ | |
638 | + { | |
639 | + "name": "Carsten Brandt", | |
640 | + "email": "mail@cebe.cc", | |
641 | + "homepage": "http://cebe.cc/", | |
642 | + "role": "Creator" | |
643 | + } | |
644 | + ], | |
645 | + "description": "A super fast, highly extensible markdown parser for PHP", | |
646 | + "homepage": "https://github.com/cebe/markdown#readme", | |
647 | + "keywords": [ | |
648 | + "extensible", | |
649 | + "fast", | |
650 | + "gfm", | |
651 | + "markdown", | |
652 | + "markdown-extra" | |
653 | + ], | |
654 | + "time": "2017-07-16T21:13:23+00:00" | |
655 | + }, | |
656 | + { | |
657 | + "name": "container-interop/container-interop", | |
658 | + "version": "1.2.0", | |
659 | + "source": { | |
660 | + "type": "git", | |
661 | + "url": "https://github.com/container-interop/container-interop.git", | |
662 | + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" | |
663 | + }, | |
664 | + "dist": { | |
665 | + "type": "zip", | |
666 | + "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", | |
667 | + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", | |
668 | + "shasum": "" | |
669 | + }, | |
670 | + "require": { | |
671 | + "psr/container": "^1.0" | |
672 | + }, | |
673 | + "type": "library", | |
674 | + "autoload": { | |
675 | + "psr-4": { | |
676 | + "Interop\\Container\\": "src/Interop/Container/" | |
677 | + } | |
678 | + }, | |
679 | + "notification-url": "https://packagist.org/downloads/", | |
680 | + "license": [ | |
681 | + "MIT" | |
682 | + ], | |
683 | + "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", | |
684 | + "homepage": "https://github.com/container-interop/container-interop", | |
685 | + "time": "2017-02-14T19:40:03+00:00" | |
686 | + }, | |
687 | + { | |
688 | + "name": "doctrine/lexer", | |
689 | + "version": "v1.0.1", | |
690 | + "source": { | |
691 | + "type": "git", | |
692 | + "url": "https://github.com/doctrine/lexer.git", | |
693 | + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" | |
694 | + }, | |
695 | + "dist": { | |
696 | + "type": "zip", | |
697 | + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", | |
698 | + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", | |
699 | + "shasum": "" | |
700 | + }, | |
701 | + "require": { | |
702 | + "php": ">=5.3.2" | |
703 | + }, | |
704 | + "type": "library", | |
705 | + "extra": { | |
706 | + "branch-alias": { | |
707 | + "dev-master": "1.0.x-dev" | |
708 | + } | |
709 | + }, | |
710 | + "autoload": { | |
711 | + "psr-0": { | |
712 | + "Doctrine\\Common\\Lexer\\": "lib/" | |
713 | + } | |
714 | + }, | |
715 | + "notification-url": "https://packagist.org/downloads/", | |
716 | + "license": [ | |
717 | + "MIT" | |
718 | + ], | |
719 | + "authors": [ | |
720 | + { | |
721 | + "name": "Roman Borschel", | |
722 | + "email": "roman@code-factory.org" | |
723 | + }, | |
724 | + { | |
725 | + "name": "Guilherme Blanco", | |
726 | + "email": "guilhermeblanco@gmail.com" | |
727 | + }, | |
728 | + { | |
729 | + "name": "Johannes Schmitt", | |
730 | + "email": "schmittjoh@gmail.com" | |
731 | + } | |
732 | + ], | |
733 | + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", | |
734 | + "homepage": "http://www.doctrine-project.org", | |
735 | + "keywords": [ | |
736 | + "lexer", | |
737 | + "parser" | |
738 | + ], | |
739 | + "time": "2014-09-09T13:34:57+00:00" | |
740 | + }, | |
741 | + { | |
742 | + "name": "egulias/email-validator", | |
743 | + "version": "2.1.2", | |
744 | + "source": { | |
745 | + "type": "git", | |
746 | + "url": "https://github.com/egulias/EmailValidator.git", | |
747 | + "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c" | |
748 | + }, | |
749 | + "dist": { | |
750 | + "type": "zip", | |
751 | + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c", | |
752 | + "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c", | |
753 | + "shasum": "" | |
754 | + }, | |
755 | + "require": { | |
756 | + "doctrine/lexer": "^1.0.1", | |
757 | + "php": ">= 5.5" | |
758 | + }, | |
759 | + "require-dev": { | |
760 | + "dominicsayers/isemail": "dev-master", | |
761 | + "phpunit/phpunit": "^4.8.0", | |
762 | + "satooshi/php-coveralls": "dev-master" | |
763 | + }, | |
764 | + "suggest": { | |
765 | + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" | |
766 | + }, | |
767 | + "type": "library", | |
768 | + "extra": { | |
769 | + "branch-alias": { | |
770 | + "dev-master": "2.0.x-dev" | |
771 | + } | |
772 | + }, | |
773 | + "autoload": { | |
774 | + "psr-4": { | |
775 | + "Egulias\\EmailValidator\\": "EmailValidator" | |
776 | + } | |
777 | + }, | |
778 | + "notification-url": "https://packagist.org/downloads/", | |
779 | + "license": [ | |
780 | + "MIT" | |
781 | + ], | |
782 | + "authors": [ | |
783 | + { | |
784 | + "name": "Eduardo Gulias Davis" | |
785 | + } | |
786 | + ], | |
787 | + "description": "A library for validating emails against several RFCs", | |
788 | + "homepage": "https://github.com/egulias/EmailValidator", | |
789 | + "keywords": [ | |
790 | + "email", | |
791 | + "emailvalidation", | |
792 | + "emailvalidator", | |
793 | + "validation", | |
794 | + "validator" | |
795 | + ], | |
796 | + "time": "2017-01-30T22:07:36+00:00" | |
797 | + }, | |
798 | + { | |
799 | + "name": "ezyang/htmlpurifier", | |
800 | + "version": "v4.9.3", | |
801 | + "source": { | |
802 | + "type": "git", | |
803 | + "url": "https://github.com/ezyang/htmlpurifier.git", | |
804 | + "reference": "95e1bae3182efc0f3422896a3236e991049dac69" | |
805 | + }, | |
806 | + "dist": { | |
807 | + "type": "zip", | |
808 | + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/95e1bae3182efc0f3422896a3236e991049dac69", | |
809 | + "reference": "95e1bae3182efc0f3422896a3236e991049dac69", | |
810 | + "shasum": "" | |
811 | + }, | |
812 | + "require": { | |
813 | + "php": ">=5.2" | |
814 | + }, | |
815 | + "require-dev": { | |
816 | + "simpletest/simpletest": "^1.1" | |
817 | + }, | |
818 | + "type": "library", | |
819 | + "autoload": { | |
820 | + "psr-0": { | |
821 | + "HTMLPurifier": "library/" | |
822 | + }, | |
823 | + "files": [ | |
824 | + "library/HTMLPurifier.composer.php" | |
825 | + ] | |
826 | + }, | |
827 | + "notification-url": "https://packagist.org/downloads/", | |
828 | + "license": [ | |
829 | + "LGPL" | |
830 | + ], | |
831 | + "authors": [ | |
832 | + { | |
833 | + "name": "Edward Z. Yang", | |
834 | + "email": "admin@htmlpurifier.org", | |
835 | + "homepage": "http://ezyang.com" | |
836 | + } | |
837 | + ], | |
838 | + "description": "Standards compliant HTML filter written in PHP", | |
839 | + "homepage": "http://htmlpurifier.org/", | |
840 | + "keywords": [ | |
841 | + "html" | |
842 | + ], | |
843 | + "time": "2017-06-03T02:28:16+00:00" | |
844 | + }, | |
845 | + { | |
846 | + "name": "firebase/php-jwt", | |
847 | + "version": "v5.0.0", | |
848 | + "source": { | |
849 | + "type": "git", | |
850 | + "url": "https://github.com/firebase/php-jwt.git", | |
851 | + "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" | |
852 | + }, | |
853 | + "dist": { | |
854 | + "type": "zip", | |
855 | + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", | |
856 | + "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", | |
857 | + "shasum": "" | |
858 | + }, | |
859 | + "require": { | |
860 | + "php": ">=5.3.0" | |
861 | + }, | |
862 | + "require-dev": { | |
863 | + "phpunit/phpunit": " 4.8.35" | |
864 | + }, | |
865 | + "type": "library", | |
866 | + "autoload": { | |
867 | + "psr-4": { | |
868 | + "Firebase\\JWT\\": "src" | |
869 | + } | |
870 | + }, | |
871 | + "notification-url": "https://packagist.org/downloads/", | |
872 | + "license": [ | |
873 | + "BSD-3-Clause" | |
874 | + ], | |
875 | + "authors": [ | |
876 | + { | |
877 | + "name": "Neuman Vong", | |
878 | + "email": "neuman+pear@twilio.com", | |
879 | + "role": "Developer" | |
880 | + }, | |
881 | + { | |
882 | + "name": "Anant Narayanan", | |
883 | + "email": "anant@php.net", | |
884 | + "role": "Developer" | |
885 | + } | |
886 | + ], | |
887 | + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", | |
888 | + "homepage": "https://github.com/firebase/php-jwt", | |
889 | + "time": "2017-06-27T22:17:23+00:00" | |
890 | + }, | |
891 | + { | |
892 | + "name": "fortawesome/font-awesome", | |
893 | + "version": "v4.7.0", | |
894 | + "source": { | |
895 | + "type": "git", | |
896 | + "url": "https://github.com/FortAwesome/Font-Awesome.git", | |
897 | + "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687" | |
898 | + }, | |
899 | + "dist": { | |
900 | + "type": "zip", | |
901 | + "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/a8386aae19e200ddb0f6845b5feeee5eb7013687", | |
902 | + "reference": "a8386aae19e200ddb0f6845b5feeee5eb7013687", | |
903 | + "shasum": "" | |
904 | + }, | |
905 | + "require-dev": { | |
906 | + "jekyll": "1.0.2", | |
907 | + "lessc": "1.4.2" | |
908 | + }, | |
909 | + "type": "library", | |
910 | + "extra": { | |
911 | + "branch-alias": { | |
912 | + "dev-master": "4.6.x-dev" | |
913 | + } | |
914 | + }, | |
915 | + "notification-url": "https://packagist.org/downloads/", | |
916 | + "license": [ | |
917 | + "OFL-1.1", | |
918 | + "MIT" | |
919 | + ], | |
920 | + "authors": [ | |
921 | + { | |
922 | + "name": "Dave Gandy", | |
923 | + "email": "dave@fontawesome.io", | |
924 | + "homepage": "http://twitter.com/davegandy", | |
925 | + "role": "Developer" | |
926 | + } | |
927 | + ], | |
928 | + "description": "The iconic font and CSS framework", | |
929 | + "homepage": "http://fontawesome.io/", | |
930 | + "keywords": [ | |
931 | + "FontAwesome", | |
932 | + "awesome", | |
933 | + "bootstrap", | |
934 | + "font", | |
935 | + "icon" | |
936 | + ], | |
937 | + "time": "2016-10-24T15:52:54+00:00" | |
938 | + }, | |
939 | + { | |
940 | + "name": "google/apiclient", | |
941 | + "version": "v2.2.1", | |
942 | + "source": { | |
943 | + "type": "git", | |
944 | + "url": "https://github.com/google/google-api-php-client.git", | |
945 | + "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2" | |
946 | + }, | |
947 | + "dist": { | |
948 | + "type": "zip", | |
949 | + "url": "https://api.github.com/repos/google/google-api-php-client/zipball/b69b8ac4bf6501793c389d4e013a79d09c85c5f2", | |
950 | + "reference": "b69b8ac4bf6501793c389d4e013a79d09c85c5f2", | |
951 | + "shasum": "" | |
952 | + }, | |
953 | + "require": { | |
954 | + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", | |
955 | + "google/apiclient-services": "~0.13", | |
956 | + "google/auth": "^1.0", | |
957 | + "guzzlehttp/guzzle": "~5.3.1|~6.0", | |
958 | + "guzzlehttp/psr7": "^1.2", | |
959 | + "monolog/monolog": "^1.17", | |
960 | + "php": ">=5.4", | |
961 | + "phpseclib/phpseclib": "~0.3.10|~2.0" | |
962 | + }, | |
963 | + "require-dev": { | |
964 | + "cache/filesystem-adapter": "^0.3.2", | |
965 | + "phpunit/phpunit": "~4", | |
966 | + "squizlabs/php_codesniffer": "~2.3", | |
967 | + "symfony/css-selector": "~2.1", | |
968 | + "symfony/dom-crawler": "~2.1" | |
969 | + }, | |
970 | + "suggest": { | |
971 | + "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" | |
972 | + }, | |
973 | + "type": "library", | |
974 | + "extra": { | |
975 | + "branch-alias": { | |
976 | + "dev-master": "2.x-dev" | |
977 | + } | |
978 | + }, | |
979 | + "autoload": { | |
980 | + "psr-0": { | |
981 | + "Google_": "src/" | |
982 | + }, | |
983 | + "classmap": [ | |
984 | + "src/Google/Service/" | |
985 | + ] | |
986 | + }, | |
987 | + "notification-url": "https://packagist.org/downloads/", | |
988 | + "license": [ | |
989 | + "Apache-2.0" | |
990 | + ], | |
991 | + "description": "Client library for Google APIs", | |
992 | + "homepage": "http://developers.google.com/api-client-library/php", | |
993 | + "keywords": [ | |
994 | + "google" | |
995 | + ], | |
996 | + "time": "2017-11-03T01:19:53+00:00" | |
997 | + }, | |
998 | + { | |
999 | + "name": "google/apiclient-services", | |
1000 | + "version": "v0.33", | |
1001 | + "source": { | |
1002 | + "type": "git", | |
1003 | + "url": "https://github.com/google/google-api-php-client-services.git", | |
1004 | + "reference": "6399eb82c725aef79124cd6b543e1984cd13d207" | |
1005 | + }, | |
1006 | + "dist": { | |
1007 | + "type": "zip", | |
1008 | + "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/6399eb82c725aef79124cd6b543e1984cd13d207", | |
1009 | + "reference": "6399eb82c725aef79124cd6b543e1984cd13d207", | |
1010 | + "shasum": "" | |
1011 | + }, | |
1012 | + "require": { | |
1013 | + "php": ">=5.4" | |
1014 | + }, | |
1015 | + "require-dev": { | |
1016 | + "phpunit/phpunit": "~4.8" | |
1017 | + }, | |
1018 | + "type": "library", | |
1019 | + "autoload": { | |
1020 | + "psr-0": { | |
1021 | + "Google_Service_": "src" | |
1022 | + } | |
1023 | + }, | |
1024 | + "notification-url": "https://packagist.org/downloads/", | |
1025 | + "license": [ | |
1026 | + "Apache-2.0" | |
1027 | + ], | |
1028 | + "description": "Client library for Google APIs", | |
1029 | + "homepage": "http://developers.google.com/api-client-library/php", | |
1030 | + "keywords": [ | |
1031 | + "google" | |
1032 | + ], | |
1033 | + "time": "2017-11-06T00:24:21+00:00" | |
1034 | + }, | |
1035 | + { | |
1036 | + "name": "google/auth", | |
1037 | + "version": "v1.1.0", | |
1038 | + "source": { | |
1039 | + "type": "git", | |
1040 | + "url": "https://github.com/google/google-auth-library-php.git", | |
1041 | + "reference": "548d27d670f0236dc5258fa4cdde6e7b63464cfd" | |
1042 | + }, | |
1043 | + "dist": { | |
1044 | + "type": "zip", | |
1045 | + "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/548d27d670f0236dc5258fa4cdde6e7b63464cfd", | |
1046 | + "reference": "548d27d670f0236dc5258fa4cdde6e7b63464cfd", | |
1047 | + "shasum": "" | |
1048 | + }, | |
1049 | + "require": { | |
1050 | + "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0", | |
1051 | + "guzzlehttp/guzzle": "~5.3.1|~6.0", | |
1052 | + "guzzlehttp/psr7": "~1.2", | |
1053 | + "php": ">=5.4", | |
1054 | + "psr/cache": "^1.0", | |
1055 | + "psr/http-message": "^1.0" | |
1056 | + }, | |
1057 | + "require-dev": { | |
1058 | + "friendsofphp/php-cs-fixer": "^1.11", | |
1059 | + "phpunit/phpunit": "3.7.*" | |
1060 | + }, | |
1061 | + "type": "library", | |
1062 | + "autoload": { | |
1063 | + "psr-4": { | |
1064 | + "Google\\Auth\\": "src" | |
1065 | + } | |
1066 | + }, | |
1067 | + "notification-url": "https://packagist.org/downloads/", | |
1068 | + "license": [ | |
1069 | + "Apache-2.0" | |
1070 | + ], | |
1071 | + "description": "Google Auth Library for PHP", | |
1072 | + "homepage": "http://github.com/google/google-auth-library-php", | |
1073 | + "keywords": [ | |
1074 | + "Authentication", | |
1075 | + "google", | |
1076 | + "oauth2" | |
1077 | + ], | |
1078 | + "time": "2017-10-10T17:01:45+00:00" | |
1079 | + }, | |
1080 | + { | |
1081 | + "name": "guzzlehttp/guzzle", | |
1082 | + "version": "6.3.0", | |
1083 | + "source": { | |
1084 | + "type": "git", | |
1085 | + "url": "https://github.com/guzzle/guzzle.git", | |
1086 | + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" | |
1087 | + }, | |
1088 | + "dist": { | |
1089 | + "type": "zip", | |
1090 | + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", | |
1091 | + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", | |
1092 | + "shasum": "" | |
1093 | + }, | |
1094 | + "require": { | |
1095 | + "guzzlehttp/promises": "^1.0", | |
1096 | + "guzzlehttp/psr7": "^1.4", | |
1097 | + "php": ">=5.5" | |
1098 | + }, | |
1099 | + "require-dev": { | |
1100 | + "ext-curl": "*", | |
1101 | + "phpunit/phpunit": "^4.0 || ^5.0", | |
1102 | + "psr/log": "^1.0" | |
1103 | + }, | |
1104 | + "suggest": { | |
1105 | + "psr/log": "Required for using the Log middleware" | |
1106 | + }, | |
1107 | + "type": "library", | |
1108 | + "extra": { | |
1109 | + "branch-alias": { | |
1110 | + "dev-master": "6.2-dev" | |
1111 | + } | |
1112 | + }, | |
1113 | + "autoload": { | |
1114 | + "files": [ | |
1115 | + "src/functions_include.php" | |
1116 | + ], | |
1117 | + "psr-4": { | |
1118 | + "GuzzleHttp\\": "src/" | |
1119 | + } | |
1120 | + }, | |
1121 | + "notification-url": "https://packagist.org/downloads/", | |
1122 | + "license": [ | |
1123 | + "MIT" | |
1124 | + ], | |
1125 | + "authors": [ | |
1126 | + { | |
1127 | + "name": "Michael Dowling", | |
1128 | + "email": "mtdowling@gmail.com", | |
1129 | + "homepage": "https://github.com/mtdowling" | |
1130 | + } | |
1131 | + ], | |
1132 | + "description": "Guzzle is a PHP HTTP client library", | |
1133 | + "homepage": "http://guzzlephp.org/", | |
1134 | + "keywords": [ | |
1135 | + "client", | |
1136 | + "curl", | |
1137 | + "framework", | |
1138 | + "http", | |
1139 | + "http client", | |
1140 | + "rest", | |
1141 | + "web service" | |
1142 | + ], | |
1143 | + "time": "2017-06-22T18:50:49+00:00" | |
1144 | + }, | |
1145 | + { | |
1146 | + "name": "guzzlehttp/promises", | |
1147 | + "version": "v1.3.1", | |
1148 | + "source": { | |
1149 | + "type": "git", | |
1150 | + "url": "https://github.com/guzzle/promises.git", | |
1151 | + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
1152 | + }, | |
1153 | + "dist": { | |
1154 | + "type": "zip", | |
1155 | + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
1156 | + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
1157 | + "shasum": "" | |
1158 | + }, | |
1159 | + "require": { | |
1160 | + "php": ">=5.5.0" | |
1161 | + }, | |
1162 | + "require-dev": { | |
1163 | + "phpunit/phpunit": "^4.0" | |
1164 | + }, | |
1165 | + "type": "library", | |
1166 | + "extra": { | |
1167 | + "branch-alias": { | |
1168 | + "dev-master": "1.4-dev" | |
1169 | + } | |
1170 | + }, | |
1171 | + "autoload": { | |
1172 | + "psr-4": { | |
1173 | + "GuzzleHttp\\Promise\\": "src/" | |
1174 | + }, | |
1175 | + "files": [ | |
1176 | + "src/functions_include.php" | |
1177 | + ] | |
1178 | + }, | |
1179 | + "notification-url": "https://packagist.org/downloads/", | |
1180 | + "license": [ | |
1181 | + "MIT" | |
1182 | + ], | |
1183 | + "authors": [ | |
1184 | + { | |
1185 | + "name": "Michael Dowling", | |
1186 | + "email": "mtdowling@gmail.com", | |
1187 | + "homepage": "https://github.com/mtdowling" | |
1188 | + } | |
1189 | + ], | |
1190 | + "description": "Guzzle promises library", | |
1191 | + "keywords": [ | |
1192 | + "promise" | |
1193 | + ], | |
1194 | + "time": "2016-12-20T10:07:11+00:00" | |
1195 | + }, | |
1196 | + { | |
1197 | + "name": "guzzlehttp/psr7", | |
1198 | + "version": "1.4.2", | |
1199 | + "source": { | |
1200 | + "type": "git", | |
1201 | + "url": "https://github.com/guzzle/psr7.git", | |
1202 | + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" | |
1203 | + }, | |
1204 | + "dist": { | |
1205 | + "type": "zip", | |
1206 | + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
1207 | + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", | |
1208 | + "shasum": "" | |
1209 | + }, | |
1210 | + "require": { | |
1211 | + "php": ">=5.4.0", | |
1212 | + "psr/http-message": "~1.0" | |
1213 | + }, | |
1214 | + "provide": { | |
1215 | + "psr/http-message-implementation": "1.0" | |
1216 | + }, | |
1217 | + "require-dev": { | |
1218 | + "phpunit/phpunit": "~4.0" | |
1219 | + }, | |
1220 | + "type": "library", | |
1221 | + "extra": { | |
1222 | + "branch-alias": { | |
1223 | + "dev-master": "1.4-dev" | |
1224 | + } | |
1225 | + }, | |
1226 | + "autoload": { | |
1227 | + "psr-4": { | |
1228 | + "GuzzleHttp\\Psr7\\": "src/" | |
1229 | + }, | |
1230 | + "files": [ | |
1231 | + "src/functions_include.php" | |
1232 | + ] | |
1233 | + }, | |
1234 | + "notification-url": "https://packagist.org/downloads/", | |
1235 | + "license": [ | |
1236 | + "MIT" | |
1237 | + ], | |
1238 | + "authors": [ | |
1239 | + { | |
1240 | + "name": "Michael Dowling", | |
1241 | + "email": "mtdowling@gmail.com", | |
1242 | + "homepage": "https://github.com/mtdowling" | |
1243 | + }, | |
1244 | + { | |
1245 | + "name": "Tobias Schultze", | |
1246 | + "homepage": "https://github.com/Tobion" | |
1247 | + } | |
1248 | + ], | |
1249 | + "description": "PSR-7 message implementation that also provides common utility methods", | |
1250 | + "keywords": [ | |
1251 | + "http", | |
1252 | + "message", | |
1253 | + "request", | |
1254 | + "response", | |
1255 | + "stream", | |
1256 | + "uri", | |
1257 | + "url" | |
1258 | + ], | |
1259 | + "time": "2017-03-20T17:10:46+00:00" | |
1260 | + }, | |
1261 | + { | |
1262 | + "name": "hiqdev/yii2-asset-icheck", | |
1263 | + "version": "1.0.2.5", | |
1264 | + "source": { | |
1265 | + "type": "git", | |
1266 | + "url": "https://github.com/hiqdev/yii2-asset-icheck.git", | |
1267 | + "reference": "9dc8ea8e854f27bcff59198f8815da80dd696d18" | |
1268 | + }, | |
1269 | + "dist": { | |
1270 | + "type": "zip", | |
1271 | + "url": "https://api.github.com/repos/hiqdev/yii2-asset-icheck/zipball/9dc8ea8e854f27bcff59198f8815da80dd696d18", | |
1272 | + "reference": "9dc8ea8e854f27bcff59198f8815da80dd696d18", | |
1273 | + "shasum": "" | |
1274 | + }, | |
1275 | + "require": { | |
1276 | + "bower-asset/icheck": "1.0.2", | |
1277 | + "yiisoft/yii2": "~2.0" | |
1278 | + }, | |
1279 | + "require-dev": { | |
1280 | + "hiqdev/composer-asset-plugin": "*@dev" | |
1281 | + }, | |
1282 | + "type": "yii2-extension", | |
1283 | + "extra": { | |
1284 | + "bower-dependencies": { | |
1285 | + "icheck": "1.0.2" | |
1286 | + } | |
1287 | + }, | |
1288 | + "autoload": { | |
1289 | + "psr-4": { | |
1290 | + "hiqdev\\assets\\icheck\\": "src" | |
1291 | + } | |
1292 | + }, | |
1293 | + "notification-url": "https://packagist.org/downloads/", | |
1294 | + "license": [ | |
1295 | + "BSD-3-Clause" | |
1296 | + ], | |
1297 | + "authors": [ | |
1298 | + { | |
1299 | + "name": "Dmitry Naumenko", | |
1300 | + "email": "silverfire@hiqdev.com", | |
1301 | + "homepage": "http://silverfire.me/", | |
1302 | + "role": "Lead backend developer" | |
1303 | + }, | |
1304 | + { | |
1305 | + "name": "Andrii Vasyliev", | |
1306 | + "email": "sol@hiqdev.com", | |
1307 | + "homepage": "http://hipanel.com/", | |
1308 | + "role": "Project lead" | |
1309 | + }, | |
1310 | + { | |
1311 | + "name": "Andrey Klochok", | |
1312 | + "email": "tafid@hiqdev.com", | |
1313 | + "homepage": "http://hiqdev.com/", | |
1314 | + "role": "Lead frontend developer" | |
1315 | + }, | |
1316 | + { | |
1317 | + "name": "Yuriy Myronchuk", | |
1318 | + "email": "bladeroot@hiqdev.com", | |
1319 | + "homepage": "http://hiqdev.com/", | |
1320 | + "role": "QA Lead" | |
1321 | + } | |
1322 | + ], | |
1323 | + "description": "Yii2 asset for bower iCheck", | |
1324 | + "homepage": "https://github.com/hiqdev/yii2-asset-icheck", | |
1325 | + "keywords": [ | |
1326 | + "asset", | |
1327 | + "extension", | |
1328 | + "iCheck", | |
1329 | + "yii2" | |
1330 | + ], | |
1331 | + "time": "2016-03-30T10:59:26+00:00" | |
1332 | + }, | |
1333 | + { | |
1334 | + "name": "hiqdev/yii2-asset-pnotify", | |
1335 | + "version": "2.1.0", | |
1336 | + "source": { | |
1337 | + "type": "git", | |
1338 | + "url": "https://github.com/hiqdev/yii2-asset-pnotify.git", | |
1339 | + "reference": "d5bfa39fba84741523238e53b85ef7c2f37b789f" | |
1340 | + }, | |
1341 | + "dist": { | |
1342 | + "type": "zip", | |
1343 | + "url": "https://api.github.com/repos/hiqdev/yii2-asset-pnotify/zipball/d5bfa39fba84741523238e53b85ef7c2f37b789f", | |
1344 | + "reference": "d5bfa39fba84741523238e53b85ef7c2f37b789f", | |
1345 | + "shasum": "" | |
1346 | + }, | |
1347 | + "require": { | |
1348 | + "bower-asset/pnotify": "2.1.0" | |
1349 | + }, | |
1350 | + "type": "package", | |
1351 | + "autoload": { | |
1352 | + "psr-4": { | |
1353 | + "hiqdev\\assets\\pnotify\\": "src" | |
1354 | + } | |
1355 | + }, | |
1356 | + "notification-url": "https://packagist.org/downloads/", | |
1357 | + "license": [ | |
1358 | + "BSD-3-Clause" | |
1359 | + ], | |
1360 | + "authors": [ | |
1361 | + { | |
1362 | + "name": "Andrii Vasyliev", | |
1363 | + "email": "sol@hiqdev.com", | |
1364 | + "homepage": "https://hipanel.com/", | |
1365 | + "role": "Project lead" | |
1366 | + }, | |
1367 | + { | |
1368 | + "name": "Andrey Klochok", | |
1369 | + "email": "tafid@hiqdev.com", | |
1370 | + "homepage": "https://hiqdev.com/", | |
1371 | + "role": "Lead frontend developer" | |
1372 | + }, | |
1373 | + { | |
1374 | + "name": "Yuriy Myronchuk", | |
1375 | + "email": "bladeroot@hiqdev.com", | |
1376 | + "homepage": "https://hiqdev.com/", | |
1377 | + "role": "QA Lead" | |
1378 | + }, | |
1379 | + { | |
1380 | + "name": "Dmitry Naumenko", | |
1381 | + "email": "silverfire@hiqdev.com", | |
1382 | + "homepage": "http://silverfire.me/", | |
1383 | + "role": "Lead backend developer" | |
1384 | + } | |
1385 | + ], | |
1386 | + "description": "Yii2 Asset Pnotify", | |
1387 | + "homepage": "https://github.com/hiqdev/yii2-asset-pnotify", | |
1388 | + "keywords": [ | |
1389 | + "asset", | |
1390 | + "pnotify", | |
1391 | + "yii2" | |
1392 | + ], | |
1393 | + "time": "2015-09-09T15:16:38+00:00" | |
1394 | + }, | |
1395 | + { | |
1396 | + "name": "imagine/imagine", | |
1397 | + "version": "v0.6.3", | |
1398 | + "source": { | |
1399 | + "type": "git", | |
1400 | + "url": "https://github.com/avalanche123/Imagine.git", | |
1401 | + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d" | |
1402 | + }, | |
1403 | + "dist": { | |
1404 | + "type": "zip", | |
1405 | + "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d", | |
1406 | + "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d", | |
1407 | + "shasum": "" | |
1408 | + }, | |
1409 | + "require": { | |
1410 | + "php": ">=5.3.2" | |
1411 | + }, | |
1412 | + "require-dev": { | |
1413 | + "sami/sami": "dev-master" | |
1414 | + }, | |
1415 | + "suggest": { | |
1416 | + "ext-gd": "to use the GD implementation", | |
1417 | + "ext-gmagick": "to use the Gmagick implementation", | |
1418 | + "ext-imagick": "to use the Imagick implementation" | |
1419 | + }, | |
1420 | + "type": "library", | |
1421 | + "extra": { | |
1422 | + "branch-alias": { | |
1423 | + "dev-develop": "0.7-dev" | |
1424 | + } | |
1425 | + }, | |
1426 | + "autoload": { | |
1427 | + "psr-0": { | |
1428 | + "Imagine": "lib/" | |
1429 | + } | |
1430 | + }, | |
1431 | + "notification-url": "https://packagist.org/downloads/", | |
1432 | + "license": [ | |
1433 | + "MIT" | |
1434 | + ], | |
1435 | + "authors": [ | |
1436 | + { | |
1437 | + "name": "Bulat Shakirzyanov", | |
1438 | + "email": "mallluhuct@gmail.com", | |
1439 | + "homepage": "http://avalanche123.com" | |
1440 | + } | |
1441 | + ], | |
1442 | + "description": "Image processing for PHP 5.3", | |
1443 | + "homepage": "http://imagine.readthedocs.org/", | |
1444 | + "keywords": [ | |
1445 | + "drawing", | |
1446 | + "graphics", | |
1447 | + "image manipulation", | |
1448 | + "image processing" | |
1449 | + ], | |
1450 | + "time": "2015-09-19T16:54:05+00:00" | |
1451 | + }, | |
1452 | + { | |
1453 | + "name": "intervention/httpauth", | |
1454 | + "version": "2.0.3", | |
1455 | + "source": { | |
1456 | + "type": "git", | |
1457 | + "url": "https://github.com/Intervention/httpauth.git", | |
1458 | + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17" | |
1459 | + }, | |
1460 | + "dist": { | |
1461 | + "type": "zip", | |
1462 | + "url": "https://api.github.com/repos/Intervention/httpauth/zipball/69d4627c398c2d74b1c70aae7de7121e0b627c17", | |
1463 | + "reference": "69d4627c398c2d74b1c70aae7de7121e0b627c17", | |
1464 | + "shasum": "" | |
1465 | + }, | |
1466 | + "require": { | |
1467 | + "php": ">=5.3.0" | |
1468 | + }, | |
1469 | + "type": "library", | |
1470 | + "extra": { | |
1471 | + "laravel": { | |
1472 | + "providers": [ | |
1473 | + "Intervention\\Httpauth\\HttpauthServiceProvider" | |
1474 | + ], | |
1475 | + "aliases": { | |
1476 | + "Httpauth": "Intervention\\Httpauth\\Facades\\Httpauth" | |
1477 | + } | |
1478 | + } | |
1479 | + }, | |
1480 | + "autoload": { | |
1481 | + "psr-4": { | |
1482 | + "Intervention\\Httpauth\\": "src/Intervention/Httpauth" | |
1483 | + } | |
1484 | + }, | |
1485 | + "notification-url": "https://packagist.org/downloads/", | |
1486 | + "license": [ | |
1487 | + "MIT" | |
1488 | + ], | |
1489 | + "authors": [ | |
1490 | + { | |
1491 | + "name": "Oliver Vogel", | |
1492 | + "email": "oliver@olivervogel.com", | |
1493 | + "homepage": "http://olivervogel.com/" | |
1494 | + } | |
1495 | + ], | |
1496 | + "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration", | |
1497 | + "homepage": "https://github.com/Intervention/httpauth", | |
1498 | + "keywords": [ | |
1499 | + "Authentication", | |
1500 | + "http", | |
1501 | + "laravel" | |
1502 | + ], | |
1503 | + "time": "2017-06-28T17:37:25+00:00" | |
1504 | + }, | |
1505 | + { | |
1506 | + "name": "kartik-v/bootstrap-fileinput", | |
1507 | + "version": "v4.4.5", | |
1508 | + "source": { | |
1509 | + "type": "git", | |
1510 | + "url": "https://github.com/kartik-v/bootstrap-fileinput.git", | |
1511 | + "reference": "47377ede9533f2060ed8a132a925e4efa60cbd77" | |
1512 | + }, | |
1513 | + "dist": { | |
1514 | + "type": "zip", | |
1515 | + "url": "https://api.github.com/repos/kartik-v/bootstrap-fileinput/zipball/47377ede9533f2060ed8a132a925e4efa60cbd77", | |
1516 | + "reference": "47377ede9533f2060ed8a132a925e4efa60cbd77", | |
1517 | + "shasum": "" | |
1518 | + }, | |
1519 | + "type": "library", | |
1520 | + "extra": { | |
1521 | + "branch-alias": { | |
1522 | + "dev-master": "4.4.x-dev" | |
1523 | + } | |
1524 | + }, | |
1525 | + "autoload": { | |
1526 | + "psr-4": { | |
1527 | + "kartik\\plugins\\fileinput\\": "" | |
1528 | + } | |
1529 | + }, | |
1530 | + "notification-url": "https://packagist.org/downloads/", | |
1531 | + "license": [ | |
1532 | + "BSD-3-Clause" | |
1533 | + ], | |
1534 | + "authors": [ | |
1535 | + { | |
1536 | + "name": "Kartik Visweswaran", | |
1537 | + "email": "kartikv2@gmail.com", | |
1538 | + "homepage": "http://www.krajee.com/" | |
1539 | + } | |
1540 | + ], | |
1541 | + "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.", | |
1542 | + "homepage": "https://github.com/kartik-v/bootstrap-fileinput", | |
1543 | + "keywords": [ | |
1544 | + "ajax", | |
1545 | + "bootstrap", | |
1546 | + "delete", | |
1547 | + "file", | |
1548 | + "image", | |
1549 | + "input", | |
1550 | + "jquery", | |
1551 | + "multiple", | |
1552 | + "preview", | |
1553 | + "progress", | |
1554 | + "upload" | |
1555 | + ], | |
1556 | + "time": "2017-10-01T12:55:30+00:00" | |
1557 | + }, | |
1558 | + { | |
1559 | + "name": "kartik-v/yii2-krajee-base", | |
1560 | + "version": "v1.8.9", | |
1561 | + "source": { | |
1562 | + "type": "git", | |
1563 | + "url": "https://github.com/kartik-v/yii2-krajee-base.git", | |
1564 | + "reference": "0cafe6376780cedcd00f52c9d82b172d5851f6b0" | |
1565 | + }, | |
1566 | + "dist": { | |
1567 | + "type": "zip", | |
1568 | + "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/0cafe6376780cedcd00f52c9d82b172d5851f6b0", | |
1569 | + "reference": "0cafe6376780cedcd00f52c9d82b172d5851f6b0", | |
1570 | + "shasum": "" | |
1571 | + }, | |
1572 | + "require": { | |
1573 | + "yiisoft/yii2-bootstrap": "@dev" | |
1574 | + }, | |
1575 | + "type": "yii2-extension", | |
1576 | + "extra": { | |
1577 | + "branch-alias": { | |
1578 | + "dev-master": "1.8.x-dev" | |
1579 | + } | |
1580 | + }, | |
1581 | + "autoload": { | |
1582 | + "psr-4": { | |
1583 | + "kartik\\base\\": "" | |
1584 | + } | |
1585 | + }, | |
1586 | + "notification-url": "https://packagist.org/downloads/", | |
1587 | + "license": [ | |
1588 | + "BSD-3-Clause" | |
1589 | + ], | |
1590 | + "authors": [ | |
1591 | + { | |
1592 | + "name": "Kartik Visweswaran", | |
1593 | + "email": "kartikv2@gmail.com", | |
1594 | + "homepage": "http://www.krajee.com/" | |
1595 | + } | |
1596 | + ], | |
1597 | + "description": "Base library and foundation components for all Yii2 Krajee extensions.", | |
1598 | + "homepage": "https://github.com/kartik-v/yii2-krajee-base", | |
1599 | + "keywords": [ | |
1600 | + "base", | |
1601 | + "extension", | |
1602 | + "foundation", | |
1603 | + "krajee", | |
1604 | + "widget", | |
1605 | + "yii2" | |
1606 | + ], | |
1607 | + "time": "2017-09-29T06:18:14+00:00" | |
1608 | + }, | |
1609 | + { | |
1610 | + "name": "kartik-v/yii2-widget-fileinput", | |
1611 | + "version": "v1.0.6", | |
1612 | + "source": { | |
1613 | + "type": "git", | |
1614 | + "url": "https://github.com/kartik-v/yii2-widget-fileinput.git", | |
1615 | + "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550" | |
1616 | + }, | |
1617 | + "dist": { | |
1618 | + "type": "zip", | |
1619 | + "url": "https://api.github.com/repos/kartik-v/yii2-widget-fileinput/zipball/d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550", | |
1620 | + "reference": "d2c8dcde1aa69ac0c4a0e3b3cfc0d79b3cc2a550", | |
1621 | + "shasum": "" | |
1622 | + }, | |
1623 | + "require": { | |
1624 | + "kartik-v/bootstrap-fileinput": "~4.4", | |
1625 | + "kartik-v/yii2-krajee-base": "~1.7" | |
1626 | + }, | |
1627 | + "type": "yii2-extension", | |
1628 | + "extra": { | |
1629 | + "branch-alias": { | |
1630 | + "dev-master": "1.0.x-dev" | |
1631 | + } | |
1632 | + }, | |
1633 | + "autoload": { | |
1634 | + "psr-4": { | |
1635 | + "kartik\\file\\": "" | |
1636 | + } | |
1637 | + }, | |
1638 | + "notification-url": "https://packagist.org/downloads/", | |
1639 | + "license": [ | |
1640 | + "BSD-3-Clause" | |
1641 | + ], | |
1642 | + "authors": [ | |
1643 | + { | |
1644 | + "name": "Kartik Visweswaran", | |
1645 | + "email": "kartikv2@gmail.com", | |
1646 | + "homepage": "http://www.krajee.com/" | |
1647 | + } | |
1648 | + ], | |
1649 | + "description": "An enhanced FileInput widget for Bootstrap 3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)", | |
1650 | + "homepage": "https://github.com/kartik-v/yii2-widget-fileinput", | |
1651 | + "keywords": [ | |
1652 | + "extension", | |
1653 | + "file", | |
1654 | + "form", | |
1655 | + "input", | |
1656 | + "jquery", | |
1657 | + "plugin", | |
1658 | + "upload", | |
1659 | + "widget", | |
1660 | + "yii2" | |
1661 | + ], | |
1662 | + "time": "2017-05-25T20:12:30+00:00" | |
1663 | + }, | |
1664 | + { | |
1665 | + "name": "kartik-v/yii2-widget-select2", | |
1666 | + "version": "dev-master", | |
1667 | + "source": { | |
1668 | + "type": "git", | |
1669 | + "url": "https://github.com/kartik-v/yii2-widget-select2.git", | |
1670 | + "reference": "616b324b6d781ac9a02aa725ae3de239c743d565" | |
1671 | + }, | |
1672 | + "dist": { | |
1673 | + "type": "zip", | |
1674 | + "url": "https://api.github.com/repos/kartik-v/yii2-widget-select2/zipball/616b324b6d781ac9a02aa725ae3de239c743d565", | |
1675 | + "reference": "616b324b6d781ac9a02aa725ae3de239c743d565", | |
1676 | + "shasum": "" | |
1677 | + }, | |
1678 | + "require": { | |
1679 | + "kartik-v/yii2-krajee-base": "~1.7" | |
1680 | + }, | |
1681 | + "type": "yii2-extension", | |
1682 | + "extra": { | |
1683 | + "branch-alias": { | |
1684 | + "dev-master": "2.1.x-dev" | |
1685 | + } | |
1686 | + }, | |
1687 | + "autoload": { | |
1688 | + "psr-4": { | |
1689 | + "kartik\\select2\\": "" | |
1690 | + } | |
1691 | + }, | |
1692 | + "notification-url": "https://packagist.org/downloads/", | |
1693 | + "license": [ | |
1694 | + "BSD-3-Clause" | |
1695 | + ], | |
1696 | + "authors": [ | |
1697 | + { | |
1698 | + "name": "Kartik Visweswaran", | |
1699 | + "email": "kartikv2@gmail.com", | |
1700 | + "homepage": "http://www.krajee.com/" | |
1701 | + } | |
1702 | + ], | |
1703 | + "description": "Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).", | |
1704 | + "homepage": "https://github.com/kartik-v/yii2-widget-select2", | |
1705 | + "keywords": [ | |
1706 | + "dropdown", | |
1707 | + "extension", | |
1708 | + "form", | |
1709 | + "jquery", | |
1710 | + "plugin", | |
1711 | + "select2", | |
1712 | + "widget", | |
1713 | + "yii2" | |
1714 | + ], | |
1715 | + "time": "2017-11-09 14:28:09" | |
1716 | + }, | |
1717 | + { | |
1718 | + "name": "modernkernel/yii2-photoswipe", | |
1719 | + "version": "1.1.4", | |
1720 | + "source": { | |
1721 | + "type": "git", | |
1722 | + "url": "https://github.com/modernkernel/yii2-photoswipe.git", | |
1723 | + "reference": "0bcf69dee3666abb8d4789b41df88874c34ad573" | |
1724 | + }, | |
1725 | + "dist": { | |
1726 | + "type": "zip", | |
1727 | + "url": "https://api.github.com/repos/modernkernel/yii2-photoswipe/zipball/0bcf69dee3666abb8d4789b41df88874c34ad573", | |
1728 | + "reference": "0bcf69dee3666abb8d4789b41df88874c34ad573", | |
1729 | + "shasum": "" | |
1730 | + }, | |
1731 | + "require": { | |
1732 | + "bower-asset/photoswipe": "~4.1.0", | |
1733 | + "yiisoft/yii2": "~2.0.0" | |
1734 | + }, | |
1735 | + "type": "yii2-extension", | |
1736 | + "autoload": { | |
1737 | + "psr-4": { | |
1738 | + "modernkernel\\photoswipe\\": "" | |
1739 | + } | |
1740 | + }, | |
1741 | + "notification-url": "https://packagist.org/downloads/", | |
1742 | + "license": [ | |
1743 | + "BSD-3-Clause" | |
1744 | + ], | |
1745 | + "authors": [ | |
1746 | + { | |
1747 | + "name": "Harry Tang", | |
1748 | + "email": "harry@modernkernel.com" | |
1749 | + } | |
1750 | + ], | |
1751 | + "description": "PhotoSwipe extension for Yii2", | |
1752 | + "keywords": [ | |
1753 | + "extension", | |
1754 | + "photoswipe", | |
1755 | + "yii2" | |
1756 | + ], | |
1757 | + "time": "2017-01-14T14:42:49+00:00" | |
1758 | + }, | |
1759 | + { | |
1760 | + "name": "monolog/monolog", | |
1761 | + "version": "1.23.0", | |
1762 | + "source": { | |
1763 | + "type": "git", | |
1764 | + "url": "https://github.com/Seldaek/monolog.git", | |
1765 | + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" | |
1766 | + }, | |
1767 | + "dist": { | |
1768 | + "type": "zip", | |
1769 | + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", | |
1770 | + "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", | |
1771 | + "shasum": "" | |
1772 | + }, | |
1773 | + "require": { | |
1774 | + "php": ">=5.3.0", | |
1775 | + "psr/log": "~1.0" | |
1776 | + }, | |
1777 | + "provide": { | |
1778 | + "psr/log-implementation": "1.0.0" | |
1779 | + }, | |
1780 | + "require-dev": { | |
1781 | + "aws/aws-sdk-php": "^2.4.9 || ^3.0", | |
1782 | + "doctrine/couchdb": "~1.0@dev", | |
1783 | + "graylog2/gelf-php": "~1.0", | |
1784 | + "jakub-onderka/php-parallel-lint": "0.9", | |
1785 | + "php-amqplib/php-amqplib": "~2.4", | |
1786 | + "php-console/php-console": "^3.1.3", | |
1787 | + "phpunit/phpunit": "~4.5", | |
1788 | + "phpunit/phpunit-mock-objects": "2.3.0", | |
1789 | + "ruflin/elastica": ">=0.90 <3.0", | |
1790 | + "sentry/sentry": "^0.13", | |
1791 | + "swiftmailer/swiftmailer": "^5.3|^6.0" | |
1792 | + }, | |
1793 | + "suggest": { | |
1794 | + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
1795 | + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
1796 | + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
1797 | + "ext-mongo": "Allow sending log messages to a MongoDB server", | |
1798 | + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
1799 | + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", | |
1800 | + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
1801 | + "php-console/php-console": "Allow sending log messages to Google Chrome", | |
1802 | + "rollbar/rollbar": "Allow sending log messages to Rollbar", | |
1803 | + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", | |
1804 | + "sentry/sentry": "Allow sending log messages to a Sentry server" | |
1805 | + }, | |
1806 | + "type": "library", | |
1807 | + "extra": { | |
1808 | + "branch-alias": { | |
1809 | + "dev-master": "2.0.x-dev" | |
1810 | + } | |
1811 | + }, | |
1812 | + "autoload": { | |
1813 | + "psr-4": { | |
1814 | + "Monolog\\": "src/Monolog" | |
1815 | + } | |
1816 | + }, | |
1817 | + "notification-url": "https://packagist.org/downloads/", | |
1818 | + "license": [ | |
1819 | + "MIT" | |
1820 | + ], | |
1821 | + "authors": [ | |
1822 | + { | |
1823 | + "name": "Jordi Boggiano", | |
1824 | + "email": "j.boggiano@seld.be", | |
1825 | + "homepage": "http://seld.be" | |
1826 | + } | |
1827 | + ], | |
1828 | + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
1829 | + "homepage": "http://github.com/Seldaek/monolog", | |
1830 | + "keywords": [ | |
1831 | + "log", | |
1832 | + "logging", | |
1833 | + "psr-3" | |
1834 | + ], | |
1835 | + "time": "2017-06-19T01:22:40+00:00" | |
1836 | + }, | |
1837 | + { | |
1838 | + "name": "mrclay/jsmin-php", | |
1839 | + "version": "2.3.2", | |
1840 | + "source": { | |
1841 | + "type": "git", | |
1842 | + "url": "https://github.com/mrclay/jsmin-php.git", | |
1843 | + "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759" | |
1844 | + }, | |
1845 | + "dist": { | |
1846 | + "type": "zip", | |
1847 | + "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/932c9633c35b390beb2cfdea69a41ea7dbc8d759", | |
1848 | + "reference": "932c9633c35b390beb2cfdea69a41ea7dbc8d759", | |
1849 | + "shasum": "" | |
1850 | + }, | |
1851 | + "require": { | |
1852 | + "ext-pcre": "*", | |
1853 | + "php": ">=5.3.0" | |
1854 | + }, | |
1855 | + "require-dev": { | |
1856 | + "phpunit/phpunit": "4.2" | |
1857 | + }, | |
1858 | + "type": "library", | |
1859 | + "autoload": { | |
1860 | + "psr-0": { | |
1861 | + "JSMin\\": "src/" | |
1862 | + } | |
1863 | + }, | |
1864 | + "notification-url": "https://packagist.org/downloads/", | |
1865 | + "license": [ | |
1866 | + "MIT" | |
1867 | + ], | |
1868 | + "authors": [ | |
1869 | + { | |
1870 | + "name": "Stephen Clay", | |
1871 | + "email": "steve@mrclay.org", | |
1872 | + "role": "Developer" | |
1873 | + }, | |
1874 | + { | |
1875 | + "name": "Ryan Grove", | |
1876 | + "email": "ryan@wonko.com", | |
1877 | + "role": "Developer" | |
1878 | + } | |
1879 | + ], | |
1880 | + "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.", | |
1881 | + "homepage": "https://github.com/mrclay/jsmin-php/", | |
1882 | + "keywords": [ | |
1883 | + "compress", | |
1884 | + "jsmin", | |
1885 | + "minify" | |
1886 | + ], | |
1887 | + "time": "2015-03-30T15:04:42+00:00" | |
1888 | + }, | |
1889 | + { | |
1890 | + "name": "mrclay/minify", | |
1891 | + "version": "3.0.3", | |
1892 | + "source": { | |
1893 | + "type": "git", | |
1894 | + "url": "https://github.com/mrclay/minify.git", | |
1895 | + "reference": "404664509c3d2b3a745e091c86c968a13cba3efc" | |
1896 | + }, | |
1897 | + "dist": { | |
1898 | + "type": "zip", | |
1899 | + "url": "https://api.github.com/repos/mrclay/minify/zipball/404664509c3d2b3a745e091c86c968a13cba3efc", | |
1900 | + "reference": "404664509c3d2b3a745e091c86c968a13cba3efc", | |
1901 | + "shasum": "" | |
1902 | + }, | |
1903 | + "require": { | |
1904 | + "ext-pcre": "*", | |
1905 | + "intervention/httpauth": "~2.0", | |
1906 | + "monolog/monolog": "~1.1", | |
1907 | + "mrclay/jsmin-php": "~2", | |
1908 | + "mrclay/props-dic": "^2.2", | |
1909 | + "php": "^5.3.0 || ^7.0", | |
1910 | + "tubalmartin/cssmin": "~4" | |
1911 | + }, | |
1912 | + "require-dev": { | |
1913 | + "firephp/firephp-core": "~0.4.0", | |
1914 | + "leafo/scssphp": "~0.6.6", | |
1915 | + "marcusschwarz/lesserphp": "~0.5.1", | |
1916 | + "meenie/javascript-packer": "~1.1", | |
1917 | + "phpunit/phpunit": "4.8.*", | |
1918 | + "tedivm/jshrink": "~1.1.0" | |
1919 | + }, | |
1920 | + "suggest": { | |
1921 | + "firephp/firephp-core": "Use FirePHP for Log messages", | |
1922 | + "marcusschwarz/lesserphp": "LESS support", | |
1923 | + "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer" | |
1924 | + }, | |
1925 | + "type": "library", | |
1926 | + "extra": { | |
1927 | + "branch-alias": { | |
1928 | + "dev-master": "3.0.x-dev" | |
1929 | + } | |
1930 | + }, | |
1931 | + "autoload": { | |
1932 | + "classmap": [ | |
1933 | + "lib/" | |
1934 | + ] | |
1935 | + }, | |
1936 | + "notification-url": "https://packagist.org/downloads/", | |
1937 | + "license": [ | |
1938 | + "BSD-3-Clause" | |
1939 | + ], | |
1940 | + "authors": [ | |
1941 | + { | |
1942 | + "name": "Stephen Clay", | |
1943 | + "email": "steve@mrclay.org", | |
1944 | + "role": "Developer" | |
1945 | + } | |
1946 | + ], | |
1947 | + "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", | |
1948 | + "homepage": "https://github.com/mrclay/minify", | |
1949 | + "time": "2017-11-03T21:00:15+00:00" | |
1950 | + }, | |
1951 | + { | |
1952 | + "name": "mrclay/props-dic", | |
1953 | + "version": "2.2.0", | |
1954 | + "source": { | |
1955 | + "type": "git", | |
1956 | + "url": "https://github.com/mrclay/Props.git", | |
1957 | + "reference": "9ed6cf3a027f1eab03abdd134ec209467cf9c77e" | |
1958 | + }, | |
1959 | + "dist": { | |
1960 | + "type": "zip", | |
1961 | + "url": "https://api.github.com/repos/mrclay/Props/zipball/9ed6cf3a027f1eab03abdd134ec209467cf9c77e", | |
1962 | + "reference": "9ed6cf3a027f1eab03abdd134ec209467cf9c77e", | |
1963 | + "shasum": "" | |
1964 | + }, | |
1965 | + "require": { | |
1966 | + "container-interop/container-interop": "^1.1", | |
1967 | + "php": ">=5.3.3", | |
1968 | + "pimple/pimple": "~3.0" | |
1969 | + }, | |
1970 | + "require-dev": { | |
1971 | + "phpunit/phpunit": "~4.8" | |
1972 | + }, | |
1973 | + "type": "library", | |
1974 | + "autoload": { | |
1975 | + "psr-0": { | |
1976 | + "Props\\": [ | |
1977 | + "src/", | |
1978 | + "test/" | |
1979 | + ] | |
1980 | + } | |
1981 | + }, | |
1982 | + "notification-url": "https://packagist.org/downloads/", | |
1983 | + "license": [ | |
1984 | + "MIT" | |
1985 | + ], | |
1986 | + "authors": [ | |
1987 | + { | |
1988 | + "name": "Steve Clay", | |
1989 | + "email": "steve@mrclay.org", | |
1990 | + "homepage": "http://www.mrclay.org/" | |
1991 | + } | |
1992 | + ], | |
1993 | + "description": "Props is a simple DI container that allows retrieving values via custom property and method names", | |
1994 | + "keywords": [ | |
1995 | + "container", | |
1996 | + "dependency injection", | |
1997 | + "dependency injection container", | |
1998 | + "di", | |
1999 | + "di container" | |
2000 | + ], | |
2001 | + "time": "2016-02-10T18:59:20+00:00" | |
2002 | + }, | |
2003 | + { | |
2004 | + "name": "natxet/CssMin", | |
2005 | + "version": "v3.0.5", | |
2006 | + "source": { | |
2007 | + "type": "git", | |
2008 | + "url": "https://github.com/natxet/CssMin.git", | |
2009 | + "reference": "9580f5448f05a82c96cfe6c7063a77807d8ec56d" | |
2010 | + }, | |
2011 | + "dist": { | |
2012 | + "type": "zip", | |
2013 | + "url": "https://api.github.com/repos/natxet/CssMin/zipball/9580f5448f05a82c96cfe6c7063a77807d8ec56d", | |
2014 | + "reference": "9580f5448f05a82c96cfe6c7063a77807d8ec56d", | |
2015 | + "shasum": "" | |
2016 | + }, | |
2017 | + "require": { | |
2018 | + "php": ">=5.0" | |
2019 | + }, | |
2020 | + "type": "library", | |
2021 | + "extra": { | |
2022 | + "branch-alias": { | |
2023 | + "dev-master": "3.0-dev" | |
2024 | + } | |
2025 | + }, | |
2026 | + "autoload": { | |
2027 | + "classmap": [ | |
2028 | + "src/" | |
2029 | + ] | |
2030 | + }, | |
2031 | + "notification-url": "https://packagist.org/downloads/", | |
2032 | + "license": [ | |
2033 | + "MIT" | |
2034 | + ], | |
2035 | + "authors": [ | |
2036 | + { | |
2037 | + "name": "Joe Scylla", | |
2038 | + "email": "joe.scylla@gmail.com", | |
2039 | + "homepage": "https://profiles.google.com/joe.scylla" | |
2040 | + } | |
2041 | + ], | |
2042 | + "description": "Minifying CSS", | |
2043 | + "homepage": "http://code.google.com/p/cssmin/", | |
2044 | + "keywords": [ | |
2045 | + "css", | |
2046 | + "minify" | |
2047 | + ], | |
2048 | + "time": "2017-10-04T16:54:00+00:00" | |
2049 | + }, | |
2050 | + { | |
2051 | + "name": "noam148/yii2-image-manager", | |
2052 | + "version": "1.2.6", | |
2053 | + "source": { | |
2054 | + "type": "git", | |
2055 | + "url": "https://github.com/noam148/yii2-image-manager.git", | |
2056 | + "reference": "4f4568e40f461b6f5c6bcebbc1e56b0906319b47" | |
2057 | + }, | |
2058 | + "dist": { | |
2059 | + "type": "zip", | |
2060 | + "url": "https://api.github.com/repos/noam148/yii2-image-manager/zipball/4f4568e40f461b6f5c6bcebbc1e56b0906319b47", | |
2061 | + "reference": "4f4568e40f461b6f5c6bcebbc1e56b0906319b47", | |
2062 | + "shasum": "" | |
2063 | + }, | |
2064 | + "require": { | |
2065 | + "kartik-v/yii2-widget-fileinput": "@dev", | |
2066 | + "noam148/yii2-image-resize": "*", | |
2067 | + "yiisoft/yii2": "*" | |
2068 | + }, | |
2069 | + "type": "yii2-extension", | |
2070 | + "autoload": { | |
2071 | + "psr-4": { | |
2072 | + "noam148\\imagemanager\\": "" | |
2073 | + } | |
2074 | + }, | |
2075 | + "notification-url": "https://packagist.org/downloads/", | |
2076 | + "license": [ | |
2077 | + "BSD-3-Clause" | |
2078 | + ], | |
2079 | + "authors": [ | |
2080 | + { | |
2081 | + "name": "Noam148", | |
2082 | + "homepage": "https://github.com/noam148/" | |
2083 | + } | |
2084 | + ], | |
2085 | + "description": "A Yii2 module/widget for upload and cropping images", | |
2086 | + "homepage": "https://github.com/noam148/yii2-image-manager", | |
2087 | + "keywords": [ | |
2088 | + "crop", | |
2089 | + "extension", | |
2090 | + "image", | |
2091 | + "manager", | |
2092 | + "module", | |
2093 | + "upload", | |
2094 | + "widget", | |
2095 | + "yii2" | |
2096 | + ], | |
2097 | + "time": "2017-06-11T09:21:10+00:00" | |
2098 | + }, | |
2099 | + { | |
2100 | + "name": "noam148/yii2-image-resize", | |
2101 | + "version": "1.0.1", | |
2102 | + "source": { | |
2103 | + "type": "git", | |
2104 | + "url": "https://github.com/noam148/yii2-image-resize.git", | |
2105 | + "reference": "75796bdbe9bd66e23f8aff9d44ab431936a5a15e" | |
2106 | + }, | |
2107 | + "dist": { | |
2108 | + "type": "zip", | |
2109 | + "url": "https://api.github.com/repos/noam148/yii2-image-resize/zipball/75796bdbe9bd66e23f8aff9d44ab431936a5a15e", | |
2110 | + "reference": "75796bdbe9bd66e23f8aff9d44ab431936a5a15e", | |
2111 | + "shasum": "" | |
2112 | + }, | |
2113 | + "require": { | |
2114 | + "yiisoft/yii2": "*", | |
2115 | + "yiisoft/yii2-imagine": "*" | |
2116 | + }, | |
2117 | + "type": "yii2-extension", | |
2118 | + "autoload": { | |
2119 | + "psr-4": { | |
2120 | + "noam148\\imageresize\\": "" | |
2121 | + } | |
2122 | + }, | |
2123 | + "notification-url": "https://packagist.org/downloads/", | |
2124 | + "license": [ | |
2125 | + "BSD-3-Clause" | |
2126 | + ], | |
2127 | + "authors": [ | |
2128 | + { | |
2129 | + "name": "Noam148", | |
2130 | + "homepage": "https://github.com/noam148/" | |
2131 | + } | |
2132 | + ], | |
2133 | + "description": "A Yii2 component for resizing images (on the fly)", | |
2134 | + "homepage": "https://github.com/noam148/yii2-image-resize", | |
2135 | + "keywords": [ | |
2136 | + "component", | |
2137 | + "extension", | |
2138 | + "image", | |
2139 | + "on-the-fly", | |
2140 | + "resize", | |
2141 | + "yii2" | |
2142 | + ], | |
2143 | + "time": "2016-11-29T18:17:37+00:00" | |
2144 | + }, | |
2145 | + { | |
2146 | + "name": "phpseclib/phpseclib", | |
2147 | + "version": "2.0.7", | |
2148 | + "source": { | |
2149 | + "type": "git", | |
2150 | + "url": "https://github.com/phpseclib/phpseclib.git", | |
2151 | + "reference": "f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b" | |
2152 | + }, | |
2153 | + "dist": { | |
2154 | + "type": "zip", | |
2155 | + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b", | |
2156 | + "reference": "f4b6a522dfa1fd1e477c9cfe5909d5b31f098c0b", | |
2157 | + "shasum": "" | |
2158 | + }, | |
2159 | + "require": { | |
2160 | + "php": ">=5.3.3" | |
2161 | + }, | |
2162 | + "require-dev": { | |
2163 | + "phing/phing": "~2.7", | |
2164 | + "phpunit/phpunit": "~4.0", | |
2165 | + "sami/sami": "~2.0", | |
2166 | + "squizlabs/php_codesniffer": "~2.0" | |
2167 | + }, | |
2168 | + "suggest": { | |
2169 | + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", | |
2170 | + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", | |
2171 | + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", | |
2172 | + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." | |
2173 | + }, | |
2174 | + "type": "library", | |
2175 | + "autoload": { | |
2176 | + "files": [ | |
2177 | + "phpseclib/bootstrap.php" | |
2178 | + ], | |
2179 | + "psr-4": { | |
2180 | + "phpseclib\\": "phpseclib/" | |
2181 | + } | |
2182 | + }, | |
2183 | + "notification-url": "https://packagist.org/downloads/", | |
2184 | + "license": [ | |
2185 | + "MIT" | |
2186 | + ], | |
2187 | + "authors": [ | |
2188 | + { | |
2189 | + "name": "Jim Wigginton", | |
2190 | + "email": "terrafrost@php.net", | |
2191 | + "role": "Lead Developer" | |
2192 | + }, | |
2193 | + { | |
2194 | + "name": "Patrick Monnerat", | |
2195 | + "email": "pm@datasphere.ch", | |
2196 | + "role": "Developer" | |
2197 | + }, | |
2198 | + { | |
2199 | + "name": "Andreas Fischer", | |
2200 | + "email": "bantu@phpbb.com", | |
2201 | + "role": "Developer" | |
2202 | + }, | |
2203 | + { | |
2204 | + "name": "Hans-Jürgen Petrich", | |
2205 | + "email": "petrich@tronic-media.com", | |
2206 | + "role": "Developer" | |
2207 | + }, | |
2208 | + { | |
2209 | + "name": "Graham Campbell", | |
2210 | + "email": "graham@alt-three.com", | |
2211 | + "role": "Developer" | |
2212 | + } | |
2213 | + ], | |
2214 | + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", | |
2215 | + "homepage": "http://phpseclib.sourceforge.net", | |
2216 | + "keywords": [ | |
2217 | + "BigInteger", | |
2218 | + "aes", | |
2219 | + "asn.1", | |
2220 | + "asn1", | |
2221 | + "blowfish", | |
2222 | + "crypto", | |
2223 | + "cryptography", | |
2224 | + "encryption", | |
2225 | + "rsa", | |
2226 | + "security", | |
2227 | + "sftp", | |
2228 | + "signature", | |
2229 | + "signing", | |
2230 | + "ssh", | |
2231 | + "twofish", | |
2232 | + "x.509", | |
2233 | + "x509" | |
2234 | + ], | |
2235 | + "time": "2017-10-23T05:04:54+00:00" | |
2236 | + }, | |
2237 | + { | |
2238 | + "name": "pimple/pimple", | |
2239 | + "version": "v3.2.2", | |
2240 | + "source": { | |
2241 | + "type": "git", | |
2242 | + "url": "https://github.com/silexphp/Pimple.git", | |
2243 | + "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a" | |
2244 | + }, | |
2245 | + "dist": { | |
2246 | + "type": "zip", | |
2247 | + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a", | |
2248 | + "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a", | |
2249 | + "shasum": "" | |
2250 | + }, | |
2251 | + "require": { | |
2252 | + "php": ">=5.3.0", | |
2253 | + "psr/container": "^1.0" | |
2254 | + }, | |
2255 | + "require-dev": { | |
2256 | + "symfony/phpunit-bridge": "^3.2" | |
2257 | + }, | |
2258 | + "type": "library", | |
2259 | + "extra": { | |
2260 | + "branch-alias": { | |
2261 | + "dev-master": "3.2.x-dev" | |
2262 | + } | |
2263 | + }, | |
2264 | + "autoload": { | |
2265 | + "psr-0": { | |
2266 | + "Pimple": "src/" | |
2267 | + } | |
2268 | + }, | |
2269 | + "notification-url": "https://packagist.org/downloads/", | |
2270 | + "license": [ | |
2271 | + "MIT" | |
2272 | + ], | |
2273 | + "authors": [ | |
2274 | + { | |
2275 | + "name": "Fabien Potencier", | |
2276 | + "email": "fabien@symfony.com" | |
2277 | + } | |
2278 | + ], | |
2279 | + "description": "Pimple, a simple Dependency Injection Container", | |
2280 | + "homepage": "http://pimple.sensiolabs.org", | |
2281 | + "keywords": [ | |
2282 | + "container", | |
2283 | + "dependency injection" | |
2284 | + ], | |
2285 | + "time": "2017-07-23T07:32:15+00:00" | |
2286 | + }, | |
2287 | + { | |
2288 | + "name": "psr/cache", | |
2289 | + "version": "1.0.1", | |
2290 | + "source": { | |
2291 | + "type": "git", | |
2292 | + "url": "https://github.com/php-fig/cache.git", | |
2293 | + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" | |
2294 | + }, | |
2295 | + "dist": { | |
2296 | + "type": "zip", | |
2297 | + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", | |
2298 | + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", | |
2299 | + "shasum": "" | |
2300 | + }, | |
2301 | + "require": { | |
2302 | + "php": ">=5.3.0" | |
2303 | + }, | |
2304 | + "type": "library", | |
2305 | + "extra": { | |
2306 | + "branch-alias": { | |
2307 | + "dev-master": "1.0.x-dev" | |
2308 | + } | |
2309 | + }, | |
2310 | + "autoload": { | |
2311 | + "psr-4": { | |
2312 | + "Psr\\Cache\\": "src/" | |
2313 | + } | |
2314 | + }, | |
2315 | + "notification-url": "https://packagist.org/downloads/", | |
2316 | + "license": [ | |
2317 | + "MIT" | |
2318 | + ], | |
2319 | + "authors": [ | |
2320 | + { | |
2321 | + "name": "PHP-FIG", | |
2322 | + "homepage": "http://www.php-fig.org/" | |
2323 | + } | |
2324 | + ], | |
2325 | + "description": "Common interface for caching libraries", | |
2326 | + "keywords": [ | |
2327 | + "cache", | |
2328 | + "psr", | |
2329 | + "psr-6" | |
2330 | + ], | |
2331 | + "time": "2016-08-06T20:24:11+00:00" | |
2332 | + }, | |
2333 | + { | |
2334 | + "name": "psr/container", | |
2335 | + "version": "1.0.0", | |
2336 | + "source": { | |
2337 | + "type": "git", | |
2338 | + "url": "https://github.com/php-fig/container.git", | |
2339 | + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" | |
2340 | + }, | |
2341 | + "dist": { | |
2342 | + "type": "zip", | |
2343 | + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
2344 | + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", | |
2345 | + "shasum": "" | |
2346 | + }, | |
2347 | + "require": { | |
2348 | + "php": ">=5.3.0" | |
2349 | + }, | |
2350 | + "type": "library", | |
2351 | + "extra": { | |
2352 | + "branch-alias": { | |
2353 | + "dev-master": "1.0.x-dev" | |
2354 | + } | |
2355 | + }, | |
2356 | + "autoload": { | |
2357 | + "psr-4": { | |
2358 | + "Psr\\Container\\": "src/" | |
2359 | + } | |
2360 | + }, | |
2361 | + "notification-url": "https://packagist.org/downloads/", | |
2362 | + "license": [ | |
2363 | + "MIT" | |
2364 | + ], | |
2365 | + "authors": [ | |
2366 | + { | |
2367 | + "name": "PHP-FIG", | |
2368 | + "homepage": "http://www.php-fig.org/" | |
2369 | + } | |
2370 | + ], | |
2371 | + "description": "Common Container Interface (PHP FIG PSR-11)", | |
2372 | + "homepage": "https://github.com/php-fig/container", | |
2373 | + "keywords": [ | |
2374 | + "PSR-11", | |
2375 | + "container", | |
2376 | + "container-interface", | |
2377 | + "container-interop", | |
2378 | + "psr" | |
2379 | + ], | |
2380 | + "time": "2017-02-14T16:28:37+00:00" | |
2381 | + }, | |
2382 | + { | |
2383 | + "name": "psr/http-message", | |
2384 | + "version": "1.0.1", | |
2385 | + "source": { | |
2386 | + "type": "git", | |
2387 | + "url": "https://github.com/php-fig/http-message.git", | |
2388 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
2389 | + }, | |
2390 | + "dist": { | |
2391 | + "type": "zip", | |
2392 | + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
2393 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
2394 | + "shasum": "" | |
2395 | + }, | |
2396 | + "require": { | |
2397 | + "php": ">=5.3.0" | |
2398 | + }, | |
2399 | + "type": "library", | |
2400 | + "extra": { | |
2401 | + "branch-alias": { | |
2402 | + "dev-master": "1.0.x-dev" | |
2403 | + } | |
2404 | + }, | |
2405 | + "autoload": { | |
2406 | + "psr-4": { | |
2407 | + "Psr\\Http\\Message\\": "src/" | |
2408 | + } | |
2409 | + }, | |
2410 | + "notification-url": "https://packagist.org/downloads/", | |
2411 | + "license": [ | |
2412 | + "MIT" | |
2413 | + ], | |
2414 | + "authors": [ | |
2415 | + { | |
2416 | + "name": "PHP-FIG", | |
2417 | + "homepage": "http://www.php-fig.org/" | |
2418 | + } | |
2419 | + ], | |
2420 | + "description": "Common interface for HTTP messages", | |
2421 | + "homepage": "https://github.com/php-fig/http-message", | |
2422 | + "keywords": [ | |
2423 | + "http", | |
2424 | + "http-message", | |
2425 | + "psr", | |
2426 | + "psr-7", | |
2427 | + "request", | |
2428 | + "response" | |
2429 | + ], | |
2430 | + "time": "2016-08-06T14:39:51+00:00" | |
2431 | + }, | |
2432 | + { | |
2433 | + "name": "psr/log", | |
2434 | + "version": "1.0.2", | |
2435 | + "source": { | |
2436 | + "type": "git", | |
2437 | + "url": "https://github.com/php-fig/log.git", | |
2438 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
2439 | + }, | |
2440 | + "dist": { | |
2441 | + "type": "zip", | |
2442 | + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
2443 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
2444 | + "shasum": "" | |
2445 | + }, | |
2446 | + "require": { | |
2447 | + "php": ">=5.3.0" | |
2448 | + }, | |
2449 | + "type": "library", | |
2450 | + "extra": { | |
2451 | + "branch-alias": { | |
2452 | + "dev-master": "1.0.x-dev" | |
2453 | + } | |
2454 | + }, | |
2455 | + "autoload": { | |
2456 | + "psr-4": { | |
2457 | + "Psr\\Log\\": "Psr/Log/" | |
2458 | + } | |
2459 | + }, | |
2460 | + "notification-url": "https://packagist.org/downloads/", | |
2461 | + "license": [ | |
2462 | + "MIT" | |
2463 | + ], | |
2464 | + "authors": [ | |
2465 | + { | |
2466 | + "name": "PHP-FIG", | |
2467 | + "homepage": "http://www.php-fig.org/" | |
2468 | + } | |
2469 | + ], | |
2470 | + "description": "Common interface for logging libraries", | |
2471 | + "homepage": "https://github.com/php-fig/log", | |
2472 | + "keywords": [ | |
2473 | + "log", | |
2474 | + "psr", | |
2475 | + "psr-3" | |
2476 | + ], | |
2477 | + "time": "2016-10-10T12:19:37+00:00" | |
2478 | + }, | |
2479 | + { | |
2480 | + "name": "rmrevin/yii2-fontawesome", | |
2481 | + "version": "2.17.1", | |
2482 | + "source": { | |
2483 | + "type": "git", | |
2484 | + "url": "https://github.com/rmrevin/yii2-fontawesome.git", | |
2485 | + "reference": "65ce306da864f4d558348aeba040ed7876878090" | |
2486 | + }, | |
2487 | + "dist": { | |
2488 | + "type": "zip", | |
2489 | + "url": "https://api.github.com/repos/rmrevin/yii2-fontawesome/zipball/65ce306da864f4d558348aeba040ed7876878090", | |
2490 | + "reference": "65ce306da864f4d558348aeba040ed7876878090", | |
2491 | + "shasum": "" | |
2492 | + }, | |
2493 | + "require": { | |
2494 | + "fortawesome/font-awesome": "~4.7", | |
2495 | + "php": ">=5.4.0", | |
2496 | + "yiisoft/yii2": "2.0.*" | |
2497 | + }, | |
2498 | + "type": "yii2-extension", | |
2499 | + "extra": { | |
2500 | + "asset-installer-paths": { | |
2501 | + "npm-asset-library": "vendor/npm", | |
2502 | + "bower-asset-library": "vendor/bower" | |
2503 | + } | |
2504 | + }, | |
2505 | + "autoload": { | |
2506 | + "psr-4": { | |
2507 | + "rmrevin\\yii\\fontawesome\\": "" | |
2508 | + } | |
2509 | + }, | |
2510 | + "notification-url": "https://packagist.org/downloads/", | |
2511 | + "license": [ | |
2512 | + "MIT" | |
2513 | + ], | |
2514 | + "authors": [ | |
2515 | + { | |
2516 | + "name": "Revin Roman", | |
2517 | + "email": "roman@rmrevin.com", | |
2518 | + "homepage": "https://rmrevin.com/" | |
2519 | + } | |
2520 | + ], | |
2521 | + "description": "Asset Bundle for Yii2 with Font Awesome", | |
2522 | + "keywords": [ | |
2523 | + "asset", | |
2524 | + "awesome", | |
2525 | + "bundle", | |
2526 | + "font", | |
2527 | + "yii" | |
2528 | + ], | |
2529 | + "time": "2017-01-11T14:05:47+00:00" | |
2530 | + }, | |
2531 | + { | |
2532 | + "name": "skeeks/yii2-assets-auto-compress", | |
2533 | + "version": "1.3.1.2", | |
2534 | + "source": { | |
2535 | + "type": "git", | |
2536 | + "url": "https://github.com/skeeks-semenov/yii2-assets-auto-compress.git", | |
2537 | + "reference": "8d3df2f0a50ddde301773e8b40fc48a45363db3b" | |
2538 | + }, | |
2539 | + "dist": { | |
2540 | + "type": "zip", | |
2541 | + "url": "https://api.github.com/repos/skeeks-semenov/yii2-assets-auto-compress/zipball/8d3df2f0a50ddde301773e8b40fc48a45363db3b", | |
2542 | + "reference": "8d3df2f0a50ddde301773e8b40fc48a45363db3b", | |
2543 | + "shasum": "" | |
2544 | + }, | |
2545 | + "require": { | |
2546 | + "mrclay/minify": "*", | |
2547 | + "natxet/cssmin": "*", | |
2548 | + "tedivm/jshrink": "*", | |
2549 | + "yiisoft/yii2": "^2", | |
2550 | + "yiisoft/yii2-httpclient": "^2" | |
2551 | + }, | |
2552 | + "type": "yii2-extension", | |
2553 | + "autoload": { | |
2554 | + "psr-4": { | |
2555 | + "skeeks\\yii2\\assetsAuto\\": "src/" | |
2556 | + } | |
2557 | + }, | |
2558 | + "notification-url": "https://packagist.org/downloads/", | |
2559 | + "license": [ | |
2560 | + "GPL-3.0+" | |
2561 | + ], | |
2562 | + "authors": [ | |
2563 | + { | |
2564 | + "name": "Semenov Alexander", | |
2565 | + "email": "semenov@skeeks.com" | |
2566 | + }, | |
2567 | + { | |
2568 | + "name": "SkeekS", | |
2569 | + "email": "support@skeeks.com", | |
2570 | + "homepage": "https://skeeks.com" | |
2571 | + } | |
2572 | + ], | |
2573 | + "description": "Automatically compile and merge files js + css + html in yii2 project", | |
2574 | + "homepage": "http://www.skeeks.com/", | |
2575 | + "keywords": [ | |
2576 | + "JS", | |
2577 | + "Sx", | |
2578 | + "app", | |
2579 | + "assets", | |
2580 | + "auto assets", | |
2581 | + "css", | |
2582 | + "framework", | |
2583 | + "skeeks", | |
2584 | + "yii" | |
2585 | + ], | |
2586 | + "time": "2017-10-05T13:42:22+00:00" | |
2587 | + }, | |
2588 | + { | |
2589 | + "name": "speixoto/yii2-amcharts", | |
2590 | + "version": "v0.1.1", | |
2591 | + "source": { | |
2592 | + "type": "git", | |
2593 | + "url": "https://github.com/speixoto/yii2-amcharts.git", | |
2594 | + "reference": "2a0c95360710e9a4317fd735fc3392772b75b8af" | |
2595 | + }, | |
2596 | + "dist": { | |
2597 | + "type": "zip", | |
2598 | + "url": "https://api.github.com/repos/speixoto/yii2-amcharts/zipball/2a0c95360710e9a4317fd735fc3392772b75b8af", | |
2599 | + "reference": "2a0c95360710e9a4317fd735fc3392772b75b8af", | |
2600 | + "shasum": "" | |
2601 | + }, | |
2602 | + "require": { | |
2603 | + "bower-asset/amcharts": "*", | |
2604 | + "bower-asset/amcharts-stock": "dev-master", | |
2605 | + "yiisoft/yii2": "*" | |
2606 | + }, | |
2607 | + "type": "yii2-extension", | |
2608 | + "autoload": { | |
2609 | + "psr-4": { | |
2610 | + "speixoto\\amcharts\\": "" | |
2611 | + } | |
2612 | + }, | |
2613 | + "notification-url": "https://packagist.org/downloads/", | |
2614 | + "license": [ | |
2615 | + "MIT" | |
2616 | + ], | |
2617 | + "authors": [ | |
2618 | + { | |
2619 | + "name": "Sérgio Peixoto", | |
2620 | + "email": "matematico2002@hotmail.com" | |
2621 | + } | |
2622 | + ], | |
2623 | + "description": "AmCharts Widget for Yii 2", | |
2624 | + "keywords": [ | |
2625 | + "amcharts", | |
2626 | + "yii" | |
2627 | + ], | |
2628 | + "time": "2016-08-23T13:52:28+00:00" | |
2629 | + }, | |
2630 | + { | |
2631 | + "name": "swiftmailer/swiftmailer", | |
2632 | + "version": "v6.0.2", | |
2633 | + "source": { | |
2634 | + "type": "git", | |
2635 | + "url": "https://github.com/swiftmailer/swiftmailer.git", | |
2636 | + "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc" | |
2637 | + }, | |
2638 | + "dist": { | |
2639 | + "type": "zip", | |
2640 | + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc", | |
2641 | + "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc", | |
2642 | + "shasum": "" | |
2643 | + }, | |
2644 | + "require": { | |
2645 | + "egulias/email-validator": "~2.0", | |
2646 | + "php": ">=7.0.0" | |
2647 | + }, | |
2648 | + "require-dev": { | |
2649 | + "mockery/mockery": "~0.9.1", | |
2650 | + "symfony/phpunit-bridge": "~3.3@dev" | |
2651 | + }, | |
2652 | + "type": "library", | |
2653 | + "extra": { | |
2654 | + "branch-alias": { | |
2655 | + "dev-master": "6.0-dev" | |
2656 | + } | |
2657 | + }, | |
2658 | + "autoload": { | |
2659 | + "files": [ | |
2660 | + "lib/swift_required.php" | |
2661 | + ] | |
2662 | + }, | |
2663 | + "notification-url": "https://packagist.org/downloads/", | |
2664 | + "license": [ | |
2665 | + "MIT" | |
2666 | + ], | |
2667 | + "authors": [ | |
2668 | + { | |
2669 | + "name": "Chris Corbyn" | |
2670 | + }, | |
2671 | + { | |
2672 | + "name": "Fabien Potencier", | |
2673 | + "email": "fabien@symfony.com" | |
2674 | + } | |
2675 | + ], | |
2676 | + "description": "Swiftmailer, free feature-rich PHP mailer", | |
2677 | + "homepage": "http://swiftmailer.symfony.com", | |
2678 | + "keywords": [ | |
2679 | + "email", | |
2680 | + "mail", | |
2681 | + "mailer" | |
2682 | + ], | |
2683 | + "time": "2017-09-30T22:39:41+00:00" | |
2684 | + }, | |
2685 | + { | |
2686 | + "name": "tedivm/jshrink", | |
2687 | + "version": "v1.2.0", | |
2688 | + "source": { | |
2689 | + "type": "git", | |
2690 | + "url": "https://github.com/tedious/JShrink.git", | |
2691 | + "reference": "667e99774d230525d4d3dc2a50da7ba6b1d56bad" | |
2692 | + }, | |
2693 | + "dist": { | |
2694 | + "type": "zip", | |
2695 | + "url": "https://api.github.com/repos/tedious/JShrink/zipball/667e99774d230525d4d3dc2a50da7ba6b1d56bad", | |
2696 | + "reference": "667e99774d230525d4d3dc2a50da7ba6b1d56bad", | |
2697 | + "shasum": "" | |
2698 | + }, | |
2699 | + "require": { | |
2700 | + "php": "^5.6|^7.0" | |
2701 | + }, | |
2702 | + "require-dev": { | |
2703 | + "fabpot/php-cs-fixer": "0.4.0", | |
2704 | + "phpunit/phpunit": "4.0.*", | |
2705 | + "satooshi/php-coveralls": "^0.7.0" | |
2706 | + }, | |
2707 | + "type": "library", | |
2708 | + "autoload": { | |
2709 | + "psr-0": { | |
2710 | + "JShrink": "src/" | |
2711 | + } | |
2712 | + }, | |
2713 | + "notification-url": "https://packagist.org/downloads/", | |
2714 | + "license": [ | |
2715 | + "BSD-3-Clause" | |
2716 | + ], | |
2717 | + "authors": [ | |
2718 | + { | |
2719 | + "name": "Robert Hafner", | |
2720 | + "email": "tedivm@tedivm.com" | |
2721 | + } | |
2722 | + ], | |
2723 | + "description": "Javascript Minifier built in PHP", | |
2724 | + "homepage": "http://github.com/tedious/JShrink", | |
2725 | + "keywords": [ | |
2726 | + "javascript", | |
2727 | + "minifier" | |
2728 | + ], | |
2729 | + "time": "2017-05-30T02:59:46+00:00" | |
2730 | + }, | |
2731 | + { | |
2732 | + "name": "tinymce/tinymce", | |
2733 | + "version": "4.7.2", | |
2734 | + "source": { | |
2735 | + "type": "git", | |
2736 | + "url": "https://github.com/tinymce/tinymce-dist.git", | |
2737 | + "reference": "2639396a6d5eb8db7457ed4f6de6f5d15303ef52" | |
2738 | + }, | |
2739 | + "dist": { | |
2740 | + "type": "zip", | |
2741 | + "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/2639396a6d5eb8db7457ed4f6de6f5d15303ef52", | |
2742 | + "reference": "2639396a6d5eb8db7457ed4f6de6f5d15303ef52", | |
2743 | + "shasum": "" | |
2744 | + }, | |
2745 | + "type": "component", | |
2746 | + "extra": { | |
2747 | + "component": { | |
2748 | + "scripts": [ | |
2749 | + "tinymce.js", | |
2750 | + "plugins/*/plugin.js", | |
2751 | + "themes/*/theme.js" | |
2752 | + ], | |
2753 | + "files": [ | |
2754 | + "tinymce.min.js", | |
2755 | + "plugins/*/plugin.min.js", | |
2756 | + "themes/*/theme.min.js", | |
2757 | + "skins/**" | |
2758 | + ] | |
2759 | + } | |
2760 | + }, | |
2761 | + "notification-url": "https://packagist.org/downloads/", | |
2762 | + "license": [ | |
2763 | + "LGPL-2.1" | |
2764 | + ], | |
2765 | + "description": "Web based JavaScript HTML WYSIWYG editor control.", | |
2766 | + "homepage": "http://www.tinymce.com", | |
2767 | + "keywords": [ | |
2768 | + "editor", | |
2769 | + "html", | |
2770 | + "javascript", | |
2771 | + "richtext", | |
2772 | + "tinymce", | |
2773 | + "wysiwyg" | |
2774 | + ], | |
2775 | + "time": "2017-11-07T12:44:31+00:00" | |
2776 | + }, | |
2777 | + { | |
2778 | + "name": "tubalmartin/cssmin", | |
2779 | + "version": "v4.1.0", | |
2780 | + "source": { | |
2781 | + "type": "git", | |
2782 | + "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git", | |
2783 | + "reference": "1c7ae93cf6b392d4dae5c4ae18979918413af16e" | |
2784 | + }, | |
2785 | + "dist": { | |
2786 | + "type": "zip", | |
2787 | + "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/1c7ae93cf6b392d4dae5c4ae18979918413af16e", | |
2788 | + "reference": "1c7ae93cf6b392d4dae5c4ae18979918413af16e", | |
2789 | + "shasum": "" | |
2790 | + }, | |
2791 | + "require": { | |
2792 | + "ext-pcre": "*", | |
2793 | + "php": ">=5.3.2" | |
2794 | + }, | |
2795 | + "require-dev": { | |
2796 | + "cogpowered/finediff": "0.3.*", | |
2797 | + "phpunit/phpunit": "4.8.*" | |
2798 | + }, | |
2799 | + "bin": [ | |
2800 | + "cssmin" | |
2801 | + ], | |
2802 | + "type": "library", | |
2803 | + "autoload": { | |
2804 | + "psr-4": { | |
2805 | + "tubalmartin\\CssMin\\": "src" | |
2806 | + } | |
2807 | + }, | |
2808 | + "notification-url": "https://packagist.org/downloads/", | |
2809 | + "license": [ | |
2810 | + "BSD-3-Clause" | |
2811 | + ], | |
2812 | + "authors": [ | |
2813 | + { | |
2814 | + "name": "Túbal Martín", | |
2815 | + "homepage": "http://tubalmartin.me/" | |
2816 | + } | |
2817 | + ], | |
2818 | + "description": "A PHP port of the YUI CSS compressor", | |
2819 | + "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port", | |
2820 | + "keywords": [ | |
2821 | + "compress", | |
2822 | + "compressor", | |
2823 | + "css", | |
2824 | + "cssmin", | |
2825 | + "minify", | |
2826 | + "yui" | |
2827 | + ], | |
2828 | + "time": "2017-05-16T13:45:26+00:00" | |
2829 | + }, | |
2830 | + { | |
2831 | + "name": "yii2tech/filedb", | |
2832 | + "version": "1.0.5", | |
2833 | + "source": { | |
2834 | + "type": "git", | |
2835 | + "url": "https://github.com/yii2tech/filedb.git", | |
2836 | + "reference": "2be434bf5e623bdaa339ee38f21ea4010d7b0e1b" | |
2837 | + }, | |
2838 | + "dist": { | |
2839 | + "type": "zip", | |
2840 | + "url": "https://api.github.com/repos/yii2tech/filedb/zipball/2be434bf5e623bdaa339ee38f21ea4010d7b0e1b", | |
2841 | + "reference": "2be434bf5e623bdaa339ee38f21ea4010d7b0e1b", | |
2842 | + "shasum": "" | |
2843 | + }, | |
2844 | + "require": { | |
2845 | + "yiisoft/yii2": "*" | |
2846 | + }, | |
2847 | + "type": "yii2-extension", | |
2848 | + "extra": { | |
2849 | + "branch-alias": { | |
2850 | + "dev-master": "1.0.x-dev" | |
2851 | + } | |
2852 | + }, | |
2853 | + "autoload": { | |
2854 | + "psr-4": { | |
2855 | + "yii2tech\\filedb\\": "" | |
2856 | + } | |
2857 | + }, | |
2858 | + "notification-url": "https://packagist.org/downloads/", | |
2859 | + "license": [ | |
2860 | + "BSD-3-Clause" | |
2861 | + ], | |
2862 | + "authors": [ | |
2863 | + { | |
2864 | + "name": "Paul Klimov", | |
2865 | + "email": "klimov.paul@gmail.com" | |
2866 | + } | |
2867 | + ], | |
2868 | + "description": "Provides ActiveRecord interface for data declared in static files", | |
2869 | + "keywords": [ | |
2870 | + "active", | |
2871 | + "filedb", | |
2872 | + "record", | |
2873 | + "static", | |
2874 | + "yii2" | |
2875 | + ], | |
2876 | + "time": "2017-11-03T14:55:36+00:00" | |
2877 | + }, | |
2878 | + { | |
2879 | + "name": "yiisoft/yii2", | |
2880 | + "version": "2.0.12", | |
2881 | + "source": { | |
2882 | + "type": "git", | |
2883 | + "url": "https://github.com/yiisoft/yii2-framework.git", | |
2884 | + "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d" | |
2885 | + }, | |
2886 | + "dist": { | |
2887 | + "type": "zip", | |
2888 | + "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/70acbecc75cb26b6cd66d16be0b06e4b73db190d", | |
2889 | + "reference": "70acbecc75cb26b6cd66d16be0b06e4b73db190d", | |
2890 | + "shasum": "" | |
2891 | + }, | |
2892 | + "require": { | |
2893 | + "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", | |
2894 | + "bower-asset/jquery.inputmask": "~3.2.2 | ~3.3.5", | |
2895 | + "bower-asset/punycode": "1.3.*", | |
2896 | + "bower-asset/yii2-pjax": "~2.0.1", | |
2897 | + "cebe/markdown": "~1.0.0 | ~1.1.0", | |
2898 | + "ext-ctype": "*", | |
2899 | + "ext-mbstring": "*", | |
2900 | + "ezyang/htmlpurifier": "~4.6", | |
2901 | + "lib-pcre": "*", | |
2902 | + "php": ">=5.4.0", | |
2903 | + "yiisoft/yii2-composer": "~2.0.4" | |
2904 | + }, | |
2905 | + "bin": [ | |
2906 | + "yii" | |
2907 | + ], | |
2908 | + "type": "library", | |
2909 | + "extra": { | |
2910 | + "branch-alias": { | |
2911 | + "dev-master": "2.0.x-dev" | |
2912 | + } | |
2913 | + }, | |
2914 | + "autoload": { | |
2915 | + "psr-4": { | |
2916 | + "yii\\": "" | |
2917 | + } | |
2918 | + }, | |
2919 | + "notification-url": "https://packagist.org/downloads/", | |
2920 | + "license": [ | |
2921 | + "BSD-3-Clause" | |
2922 | + ], | |
2923 | + "authors": [ | |
2924 | + { | |
2925 | + "name": "Qiang Xue", | |
2926 | + "email": "qiang.xue@gmail.com", | |
2927 | + "homepage": "http://www.yiiframework.com/", | |
2928 | + "role": "Founder and project lead" | |
2929 | + }, | |
2930 | + { | |
2931 | + "name": "Alexander Makarov", | |
2932 | + "email": "sam@rmcreative.ru", | |
2933 | + "homepage": "http://rmcreative.ru/", | |
2934 | + "role": "Core framework development" | |
2935 | + }, | |
2936 | + { | |
2937 | + "name": "Maurizio Domba", | |
2938 | + "homepage": "http://mdomba.info/", | |
2939 | + "role": "Core framework development" | |
2940 | + }, | |
2941 | + { | |
2942 | + "name": "Carsten Brandt", | |
2943 | + "email": "mail@cebe.cc", | |
2944 | + "homepage": "http://cebe.cc/", | |
2945 | + "role": "Core framework development" | |
2946 | + }, | |
2947 | + { | |
2948 | + "name": "Timur Ruziev", | |
2949 | + "email": "resurtm@gmail.com", | |
2950 | + "homepage": "http://resurtm.com/", | |
2951 | + "role": "Core framework development" | |
2952 | + }, | |
2953 | + { | |
2954 | + "name": "Paul Klimov", | |
2955 | + "email": "klimov.paul@gmail.com", | |
2956 | + "role": "Core framework development" | |
2957 | + }, | |
2958 | + { | |
2959 | + "name": "Dmitry Naumenko", | |
2960 | + "email": "d.naumenko.a@gmail.com", | |
2961 | + "role": "Core framework development" | |
2962 | + }, | |
2963 | + { | |
2964 | + "name": "Boudewijn Vahrmeijer", | |
2965 | + "email": "info@dynasource.eu", | |
2966 | + "homepage": "http://dynasource.eu", | |
2967 | + "role": "Core framework development" | |
2968 | + } | |
2969 | + ], | |
2970 | + "description": "Yii PHP Framework Version 2", | |
2971 | + "homepage": "http://www.yiiframework.com/", | |
2972 | + "keywords": [ | |
2973 | + "framework", | |
2974 | + "yii2" | |
2975 | + ], | |
2976 | + "time": "2017-06-05T14:33:41+00:00" | |
2977 | + }, | |
2978 | + { | |
2979 | + "name": "yiisoft/yii2-bootstrap", | |
2980 | + "version": "2.0.7", | |
2981 | + "source": { | |
2982 | + "type": "git", | |
2983 | + "url": "https://github.com/yiisoft/yii2-bootstrap.git", | |
2984 | + "reference": "02a54d868343ed11d02f0f0f8cbbecb590e0cb3f" | |
2985 | + }, | |
2986 | + "dist": { | |
2987 | + "type": "zip", | |
2988 | + "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/02a54d868343ed11d02f0f0f8cbbecb590e0cb3f", | |
2989 | + "reference": "02a54d868343ed11d02f0f0f8cbbecb590e0cb3f", | |
2990 | + "shasum": "" | |
2991 | + }, | |
2992 | + "require": { | |
2993 | + "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*", | |
2994 | + "yiisoft/yii2": "~2.0.6" | |
2995 | + }, | |
2996 | + "type": "yii2-extension", | |
2997 | + "extra": { | |
2998 | + "branch-alias": { | |
2999 | + "dev-master": "2.0.x-dev" | |
3000 | + } | |
3001 | + }, | |
3002 | + "autoload": { | |
3003 | + "psr-4": { | |
3004 | + "yii\\bootstrap\\": "" | |
3005 | + } | |
3006 | + }, | |
3007 | + "notification-url": "https://packagist.org/downloads/", | |
3008 | + "license": [ | |
3009 | + "BSD-3-Clause" | |
3010 | + ], | |
3011 | + "authors": [ | |
3012 | + { | |
3013 | + "name": "Qiang Xue", | |
3014 | + "email": "qiang.xue@gmail.com" | |
3015 | + } | |
3016 | + ], | |
3017 | + "description": "The Twitter Bootstrap extension for the Yii framework", | |
3018 | + "keywords": [ | |
3019 | + "bootstrap", | |
3020 | + "yii2" | |
3021 | + ], | |
3022 | + "time": "2017-10-09T19:48:22+00:00" | |
3023 | + }, | |
3024 | + { | |
3025 | + "name": "yiisoft/yii2-composer", | |
3026 | + "version": "2.0.5", | |
3027 | + "source": { | |
3028 | + "type": "git", | |
3029 | + "url": "https://github.com/yiisoft/yii2-composer.git", | |
3030 | + "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2" | |
3031 | + }, | |
3032 | + "dist": { | |
3033 | + "type": "zip", | |
3034 | + "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2", | |
3035 | + "reference": "3f4923c2bde6caf3f5b88cc22fdd5770f52f8df2", | |
3036 | + "shasum": "" | |
3037 | + }, | |
3038 | + "require": { | |
3039 | + "composer-plugin-api": "^1.0" | |
3040 | + }, | |
3041 | + "require-dev": { | |
3042 | + "composer/composer": "^1.0" | |
3043 | + }, | |
3044 | + "type": "composer-plugin", | |
3045 | + "extra": { | |
3046 | + "class": "yii\\composer\\Plugin", | |
3047 | + "branch-alias": { | |
3048 | + "dev-master": "2.0.x-dev" | |
3049 | + } | |
3050 | + }, | |
3051 | + "autoload": { | |
3052 | + "psr-4": { | |
3053 | + "yii\\composer\\": "" | |
3054 | + } | |
3055 | + }, | |
3056 | + "notification-url": "https://packagist.org/downloads/", | |
3057 | + "license": [ | |
3058 | + "BSD-3-Clause" | |
3059 | + ], | |
3060 | + "authors": [ | |
3061 | + { | |
3062 | + "name": "Qiang Xue", | |
3063 | + "email": "qiang.xue@gmail.com" | |
3064 | + } | |
3065 | + ], | |
3066 | + "description": "The composer plugin for Yii extension installer", | |
3067 | + "keywords": [ | |
3068 | + "composer", | |
3069 | + "extension installer", | |
3070 | + "yii2" | |
3071 | + ], | |
3072 | + "time": "2016-12-20T13:26:02+00:00" | |
3073 | + }, | |
3074 | + { | |
3075 | + "name": "yiisoft/yii2-httpclient", | |
3076 | + "version": "2.0.4", | |
3077 | + "source": { | |
3078 | + "type": "git", | |
3079 | + "url": "https://github.com/yiisoft/yii2-httpclient.git", | |
3080 | + "reference": "720e3c9bdda260abffe61babfe39b91c4308ac4c" | |
3081 | + }, | |
3082 | + "dist": { | |
3083 | + "type": "zip", | |
3084 | + "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/720e3c9bdda260abffe61babfe39b91c4308ac4c", | |
3085 | + "reference": "720e3c9bdda260abffe61babfe39b91c4308ac4c", | |
3086 | + "shasum": "" | |
3087 | + }, | |
3088 | + "require": { | |
3089 | + "yiisoft/yii2": "~2.0.0" | |
3090 | + }, | |
3091 | + "type": "yii2-extension", | |
3092 | + "extra": { | |
3093 | + "branch-alias": { | |
3094 | + "dev-master": "2.0.x-dev" | |
3095 | + } | |
3096 | + }, | |
3097 | + "autoload": { | |
3098 | + "psr-4": { | |
3099 | + "yii\\httpclient\\": "" | |
3100 | + } | |
3101 | + }, | |
3102 | + "notification-url": "https://packagist.org/downloads/", | |
3103 | + "license": [ | |
3104 | + "BSD-3-Clause" | |
3105 | + ], | |
3106 | + "authors": [ | |
3107 | + { | |
3108 | + "name": "Paul Klimov", | |
3109 | + "email": "klimov.paul@gmail.com" | |
3110 | + } | |
3111 | + ], | |
3112 | + "description": "HTTP client extension for the Yii framework", | |
3113 | + "keywords": [ | |
3114 | + "curl", | |
3115 | + "http", | |
3116 | + "httpclient", | |
3117 | + "yii2" | |
3118 | + ], | |
3119 | + "time": "2017-06-23T09:36:13+00:00" | |
3120 | + }, | |
3121 | + { | |
3122 | + "name": "yiisoft/yii2-imagine", | |
3123 | + "version": "2.1.0", | |
3124 | + "source": { | |
3125 | + "type": "git", | |
3126 | + "url": "https://github.com/yiisoft/yii2-imagine.git", | |
3127 | + "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411" | |
3128 | + }, | |
3129 | + "dist": { | |
3130 | + "type": "zip", | |
3131 | + "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411", | |
3132 | + "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411", | |
3133 | + "shasum": "" | |
3134 | + }, | |
3135 | + "require": { | |
3136 | + "imagine/imagine": "~0.6.0", | |
3137 | + "yiisoft/yii2": "~2.0.0" | |
3138 | + }, | |
3139 | + "type": "yii2-extension", | |
3140 | + "extra": { | |
3141 | + "branch-alias": { | |
3142 | + "dev-master": "2.0.x-dev" | |
3143 | + } | |
3144 | + }, | |
3145 | + "autoload": { | |
3146 | + "psr-4": { | |
3147 | + "yii\\imagine\\": "" | |
3148 | + } | |
3149 | + }, | |
3150 | + "notification-url": "https://packagist.org/downloads/", | |
3151 | + "license": [ | |
3152 | + "BSD-3-Clause" | |
3153 | + ], | |
3154 | + "authors": [ | |
3155 | + { | |
3156 | + "name": "Antonio Ramirez", | |
3157 | + "email": "amigo.cobos@gmail.com" | |
3158 | + } | |
3159 | + ], | |
3160 | + "description": "The Imagine integration for the Yii framework", | |
3161 | + "keywords": [ | |
3162 | + "helper", | |
3163 | + "image", | |
3164 | + "imagine", | |
3165 | + "yii2" | |
3166 | + ], | |
3167 | + "time": "2016-11-03T19:28:39+00:00" | |
3168 | + }, | |
3169 | + { | |
3170 | + "name": "yiisoft/yii2-swiftmailer", | |
3171 | + "version": "2.1.0", | |
3172 | + "source": { | |
3173 | + "type": "git", | |
3174 | + "url": "https://github.com/yiisoft/yii2-swiftmailer.git", | |
3175 | + "reference": "563570c9aa19ca47c1b22e3032983229378e9274" | |
3176 | + }, | |
3177 | + "dist": { | |
3178 | + "type": "zip", | |
3179 | + "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/563570c9aa19ca47c1b22e3032983229378e9274", | |
3180 | + "reference": "563570c9aa19ca47c1b22e3032983229378e9274", | |
3181 | + "shasum": "" | |
3182 | + }, | |
3183 | + "require": { | |
3184 | + "swiftmailer/swiftmailer": "~6.0", | |
3185 | + "yiisoft/yii2": "~2.0.4" | |
3186 | + }, | |
3187 | + "type": "yii2-extension", | |
3188 | + "extra": { | |
3189 | + "branch-alias": { | |
3190 | + "dev-master": "2.0.x-dev" | |
3191 | + } | |
3192 | + }, | |
3193 | + "autoload": { | |
3194 | + "psr-4": { | |
3195 | + "yii\\swiftmailer\\": "" | |
3196 | + } | |
3197 | + }, | |
3198 | + "notification-url": "https://packagist.org/downloads/", | |
3199 | + "license": [ | |
3200 | + "BSD-3-Clause" | |
3201 | + ], | |
3202 | + "authors": [ | |
3203 | + { | |
3204 | + "name": "Paul Klimov", | |
3205 | + "email": "klimov.paul@gmail.com" | |
3206 | + } | |
3207 | + ], | |
3208 | + "description": "The SwiftMailer integration for the Yii framework", | |
3209 | + "keywords": [ | |
3210 | + "email", | |
3211 | + "mail", | |
3212 | + "mailer", | |
3213 | + "swift", | |
3214 | + "swiftmailer", | |
3215 | + "yii2" | |
3216 | + ], | |
3217 | + "time": "2017-08-04T10:48:17+00:00" | |
3218 | + }, | |
3219 | + { | |
3220 | + "name": "yiister/yii2-gentelella", | |
3221 | + "version": "1.3.0", | |
3222 | + "source": { | |
3223 | + "type": "git", | |
3224 | + "url": "https://github.com/yiister/yii2-gentelella.git", | |
3225 | + "reference": "7bf07425074231de7acfc6e1e9f4e787590f365b" | |
3226 | + }, | |
3227 | + "dist": { | |
3228 | + "type": "zip", | |
3229 | + "url": "https://api.github.com/repos/yiister/yii2-gentelella/zipball/7bf07425074231de7acfc6e1e9f4e787590f365b", | |
3230 | + "reference": "7bf07425074231de7acfc6e1e9f4e787590f365b", | |
3231 | + "shasum": "" | |
3232 | + }, | |
3233 | + "require": { | |
3234 | + "bower-asset/gentelella": "*", | |
3235 | + "php": ">=5.4.0", | |
3236 | + "rmrevin/yii2-fontawesome": "~2.0", | |
3237 | + "yiisoft/yii2": "~2.0.0", | |
3238 | + "yiisoft/yii2-bootstrap": "~2.0.0" | |
3239 | + }, | |
3240 | + "type": "yii2-extension", | |
3241 | + "extra": { | |
3242 | + "asset-installer-paths": { | |
3243 | + "npm-asset-library": "vendor/npm", | |
3244 | + "bower-asset-library": "vendor/bower" | |
3245 | + } | |
3246 | + }, | |
3247 | + "autoload": { | |
3248 | + "psr-4": { | |
3249 | + "yiister\\gentelella\\": "" | |
3250 | + } | |
3251 | + }, | |
3252 | + "notification-url": "https://packagist.org/downloads/", | |
3253 | + "license": [ | |
3254 | + "MIT" | |
3255 | + ], | |
3256 | + "authors": [ | |
3257 | + { | |
3258 | + "name": "Pavel Fedotov", | |
3259 | + "email": "fps.06@mail.ru", | |
3260 | + "homepage": "https://github.com/fps01", | |
3261 | + "role": "Creator" | |
3262 | + } | |
3263 | + ], | |
3264 | + "description": "Free admin template for backend", | |
3265 | + "keywords": [ | |
3266 | + "admin", | |
3267 | + "asset", | |
3268 | + "backend", | |
3269 | + "bootsprap3", | |
3270 | + "extension", | |
3271 | + "gentelella", | |
3272 | + "theme", | |
3273 | + "yii2" | |
3274 | + ], | |
3275 | + "time": "2017-08-19T09:05:56+00:00" | |
3276 | + } | |
3277 | + ], | |
3278 | + "packages-dev": [ | |
3279 | + { | |
3280 | + "name": "behat/gherkin", | |
3281 | + "version": "v4.4.5", | |
3282 | + "source": { | |
3283 | + "type": "git", | |
3284 | + "url": "https://github.com/Behat/Gherkin.git", | |
3285 | + "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" | |
3286 | + }, | |
3287 | + "dist": { | |
3288 | + "type": "zip", | |
3289 | + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", | |
3290 | + "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", | |
3291 | + "shasum": "" | |
3292 | + }, | |
3293 | + "require": { | |
3294 | + "php": ">=5.3.1" | |
3295 | + }, | |
3296 | + "require-dev": { | |
3297 | + "phpunit/phpunit": "~4.5|~5", | |
3298 | + "symfony/phpunit-bridge": "~2.7|~3", | |
3299 | + "symfony/yaml": "~2.3|~3" | |
3300 | + }, | |
3301 | + "suggest": { | |
3302 | + "symfony/yaml": "If you want to parse features, represented in YAML files" | |
3303 | + }, | |
3304 | + "type": "library", | |
3305 | + "extra": { | |
3306 | + "branch-alias": { | |
3307 | + "dev-master": "4.4-dev" | |
3308 | + } | |
3309 | + }, | |
3310 | + "autoload": { | |
3311 | + "psr-0": { | |
3312 | + "Behat\\Gherkin": "src/" | |
3313 | + } | |
3314 | + }, | |
3315 | + "notification-url": "https://packagist.org/downloads/", | |
3316 | + "license": [ | |
3317 | + "MIT" | |
3318 | + ], | |
3319 | + "authors": [ | |
3320 | + { | |
3321 | + "name": "Konstantin Kudryashov", | |
3322 | + "email": "ever.zet@gmail.com", | |
3323 | + "homepage": "http://everzet.com" | |
3324 | + } | |
3325 | + ], | |
3326 | + "description": "Gherkin DSL parser for PHP 5.3", | |
3327 | + "homepage": "http://behat.org/", | |
3328 | + "keywords": [ | |
3329 | + "BDD", | |
3330 | + "Behat", | |
3331 | + "Cucumber", | |
3332 | + "DSL", | |
3333 | + "gherkin", | |
3334 | + "parser" | |
3335 | + ], | |
3336 | + "time": "2016-10-30T11:50:56+00:00" | |
3337 | + }, | |
3338 | + { | |
3339 | + "name": "bower-asset/typeahead.js", | |
3340 | + "version": "v0.11.1", | |
3341 | + "source": { | |
3342 | + "type": "git", | |
3343 | + "url": "git@github.com:twitter/typeahead.js.git", | |
3344 | + "reference": "588440f66559714280628a4f9799f0c4eb880a4a" | |
3345 | + }, | |
3346 | + "dist": { | |
3347 | + "type": "zip", | |
3348 | + "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a", | |
3349 | + "reference": "588440f66559714280628a4f9799f0c4eb880a4a", | |
3350 | + "shasum": "" | |
3351 | + }, | |
3352 | + "require": { | |
3353 | + "bower-asset/jquery": ">=1.7" | |
3354 | + }, | |
3355 | + "require-dev": { | |
3356 | + "bower-asset/jasmine-ajax": "~1.3.1", | |
3357 | + "bower-asset/jasmine-jquery": "~1.5.2", | |
3358 | + "bower-asset/jquery": "~1.7" | |
3359 | + }, | |
3360 | + "type": "bower-asset-library", | |
3361 | + "extra": { | |
3362 | + "bower-asset-main": "dist/typeahead.bundle.js" | |
3363 | + } | |
3364 | + }, | |
3365 | + { | |
3366 | + "name": "codeception/base", | |
3367 | + "version": "2.3.6", | |
3368 | + "source": { | |
3369 | + "type": "git", | |
3370 | + "url": "https://github.com/Codeception/base.git", | |
3371 | + "reference": "5aeb2bc02819c89fa1538c2a413e245a421dbcf4" | |
3372 | + }, | |
3373 | + "dist": { | |
3374 | + "type": "zip", | |
3375 | + "url": "https://api.github.com/repos/Codeception/base/zipball/5aeb2bc02819c89fa1538c2a413e245a421dbcf4", | |
3376 | + "reference": "5aeb2bc02819c89fa1538c2a413e245a421dbcf4", | |
3377 | + "shasum": "" | |
3378 | + }, | |
3379 | + "require": { | |
3380 | + "behat/gherkin": "~4.4.0", | |
3381 | + "ext-json": "*", | |
3382 | + "ext-mbstring": "*", | |
3383 | + "guzzlehttp/psr7": "~1.0", | |
3384 | + "php": ">=5.4.0 <8.0", | |
3385 | + "phpunit/php-code-coverage": ">=2.2.4 <6.0", | |
3386 | + "phpunit/phpunit": ">4.8.20 <7.0", | |
3387 | + "phpunit/phpunit-mock-objects": ">2.3 <5.0", | |
3388 | + "sebastian/comparator": ">1.1 <3.0", | |
3389 | + "sebastian/diff": ">=1.4 <3.0", | |
3390 | + "stecman/symfony-console-completion": "^0.7.0", | |
3391 | + "symfony/browser-kit": ">=2.7 <4.0", | |
3392 | + "symfony/console": ">=2.7 <4.0", | |
3393 | + "symfony/css-selector": ">=2.7 <4.0", | |
3394 | + "symfony/dom-crawler": ">=2.7.5 <4.0", | |
3395 | + "symfony/event-dispatcher": ">=2.7 <4.0", | |
3396 | + "symfony/finder": ">=2.7 <4.0", | |
3397 | + "symfony/yaml": ">=2.7 <4.0" | |
3398 | + }, | |
3399 | + "require-dev": { | |
3400 | + "codeception/specify": "~0.3", | |
3401 | + "facebook/graph-sdk": "~5.3", | |
3402 | + "flow/jsonpath": "~0.2", | |
3403 | + "league/factory-muffin": "^3.0", | |
3404 | + "league/factory-muffin-faker": "^1.0", | |
3405 | + "monolog/monolog": "~1.8", | |
3406 | + "pda/pheanstalk": "~3.0", | |
3407 | + "php-amqplib/php-amqplib": "~2.4", | |
3408 | + "predis/predis": "^1.0", | |
3409 | + "squizlabs/php_codesniffer": "~2.0", | |
3410 | + "symfony/process": ">=2.7 <4.0", | |
3411 | + "vlucas/phpdotenv": "^2.4.0" | |
3412 | + }, | |
3413 | + "suggest": { | |
3414 | + "codeception/specify": "BDD-style code blocks", | |
3415 | + "codeception/verify": "BDD-style assertions", | |
3416 | + "flow/jsonpath": "For using JSONPath in REST module", | |
3417 | + "league/factory-muffin": "For DataFactory module", | |
3418 | + "league/factory-muffin-faker": "For Faker support in DataFactory module", | |
3419 | + "phpseclib/phpseclib": "for SFTP option in FTP Module", | |
3420 | + "symfony/phpunit-bridge": "For phpunit-bridge support" | |
3421 | + }, | |
3422 | + "bin": [ | |
3423 | + "codecept" | |
3424 | + ], | |
3425 | + "type": "library", | |
3426 | + "extra": { | |
3427 | + "branch-alias": [] | |
3428 | + }, | |
3429 | + "autoload": { | |
3430 | + "psr-4": { | |
3431 | + "Codeception\\": "src\\Codeception", | |
3432 | + "Codeception\\Extension\\": "ext" | |
3433 | + } | |
3434 | + }, | |
3435 | + "notification-url": "https://packagist.org/downloads/", | |
3436 | + "license": [ | |
3437 | + "MIT" | |
3438 | + ], | |
3439 | + "authors": [ | |
3440 | + { | |
3441 | + "name": "Michael Bodnarchuk", | |
3442 | + "email": "davert@mail.ua", | |
3443 | + "homepage": "http://codegyre.com" | |
3444 | + } | |
3445 | + ], | |
3446 | + "description": "BDD-style testing framework", | |
3447 | + "homepage": "http://codeception.com/", | |
3448 | + "keywords": [ | |
3449 | + "BDD", | |
3450 | + "TDD", | |
3451 | + "acceptance testing", | |
3452 | + "functional testing", | |
3453 | + "unit testing" | |
3454 | + ], | |
3455 | + "time": "2017-09-29T00:03:44+00:00" | |
3456 | + }, | |
3457 | + { | |
3458 | + "name": "codeception/verify", | |
3459 | + "version": "0.3.3", | |
3460 | + "source": { | |
3461 | + "type": "git", | |
3462 | + "url": "https://github.com/Codeception/Verify.git", | |
3463 | + "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c" | |
3464 | + }, | |
3465 | + "dist": { | |
3466 | + "type": "zip", | |
3467 | + "url": "https://api.github.com/repos/Codeception/Verify/zipball/5d649dda453cd814dadc4bb053060cd2c6bb4b4c", | |
3468 | + "reference": "5d649dda453cd814dadc4bb053060cd2c6bb4b4c", | |
3469 | + "shasum": "" | |
3470 | + }, | |
3471 | + "require-dev": { | |
3472 | + "phpunit/phpunit": "~4.0" | |
3473 | + }, | |
3474 | + "type": "library", | |
3475 | + "autoload": { | |
3476 | + "files": [ | |
3477 | + "src/Codeception/function.php" | |
3478 | + ] | |
3479 | + }, | |
3480 | + "notification-url": "https://packagist.org/downloads/", | |
3481 | + "license": [ | |
3482 | + "MIT" | |
3483 | + ], | |
3484 | + "authors": [ | |
3485 | + { | |
3486 | + "name": "Michael Bodnarchuk", | |
3487 | + "email": "davert.php@mailican.com" | |
3488 | + } | |
3489 | + ], | |
3490 | + "description": "BDD assertion library for PHPUnit", | |
3491 | + "time": "2017-01-09T10:58:51+00:00" | |
3492 | + }, | |
3493 | + { | |
3494 | + "name": "doctrine/instantiator", | |
3495 | + "version": "1.1.0", | |
3496 | + "source": { | |
3497 | + "type": "git", | |
3498 | + "url": "https://github.com/doctrine/instantiator.git", | |
3499 | + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" | |
3500 | + }, | |
3501 | + "dist": { | |
3502 | + "type": "zip", | |
3503 | + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", | |
3504 | + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", | |
3505 | + "shasum": "" | |
3506 | + }, | |
3507 | + "require": { | |
3508 | + "php": "^7.1" | |
3509 | + }, | |
3510 | + "require-dev": { | |
3511 | + "athletic/athletic": "~0.1.8", | |
3512 | + "ext-pdo": "*", | |
3513 | + "ext-phar": "*", | |
3514 | + "phpunit/phpunit": "^6.2.3", | |
3515 | + "squizlabs/php_codesniffer": "^3.0.2" | |
3516 | + }, | |
3517 | + "type": "library", | |
3518 | + "extra": { | |
3519 | + "branch-alias": { | |
3520 | + "dev-master": "1.2.x-dev" | |
3521 | + } | |
3522 | + }, | |
3523 | + "autoload": { | |
3524 | + "psr-4": { | |
3525 | + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
3526 | + } | |
3527 | + }, | |
3528 | + "notification-url": "https://packagist.org/downloads/", | |
3529 | + "license": [ | |
3530 | + "MIT" | |
3531 | + ], | |
3532 | + "authors": [ | |
3533 | + { | |
3534 | + "name": "Marco Pivetta", | |
3535 | + "email": "ocramius@gmail.com", | |
3536 | + "homepage": "http://ocramius.github.com/" | |
3537 | + } | |
3538 | + ], | |
3539 | + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
3540 | + "homepage": "https://github.com/doctrine/instantiator", | |
3541 | + "keywords": [ | |
3542 | + "constructor", | |
3543 | + "instantiate" | |
3544 | + ], | |
3545 | + "time": "2017-07-22T11:58:36+00:00" | |
3546 | + }, | |
3547 | + { | |
3548 | + "name": "fzaninotto/faker", | |
3549 | + "version": "v1.7.1", | |
3550 | + "source": { | |
3551 | + "type": "git", | |
3552 | + "url": "https://github.com/fzaninotto/Faker.git", | |
3553 | + "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" | |
3554 | + }, | |
3555 | + "dist": { | |
3556 | + "type": "zip", | |
3557 | + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", | |
3558 | + "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", | |
3559 | + "shasum": "" | |
3560 | + }, | |
3561 | + "require": { | |
3562 | + "php": "^5.3.3 || ^7.0" | |
3563 | + }, | |
3564 | + "require-dev": { | |
3565 | + "ext-intl": "*", | |
3566 | + "phpunit/phpunit": "^4.0 || ^5.0", | |
3567 | + "squizlabs/php_codesniffer": "^1.5" | |
3568 | + }, | |
3569 | + "type": "library", | |
3570 | + "extra": { | |
3571 | + "branch-alias": { | |
3572 | + "dev-master": "1.8-dev" | |
3573 | + } | |
3574 | + }, | |
3575 | + "autoload": { | |
3576 | + "psr-4": { | |
3577 | + "Faker\\": "src/Faker/" | |
3578 | + } | |
3579 | + }, | |
3580 | + "notification-url": "https://packagist.org/downloads/", | |
3581 | + "license": [ | |
3582 | + "MIT" | |
3583 | + ], | |
3584 | + "authors": [ | |
3585 | + { | |
3586 | + "name": "François Zaninotto" | |
3587 | + } | |
3588 | + ], | |
3589 | + "description": "Faker is a PHP library that generates fake data for you.", | |
3590 | + "keywords": [ | |
3591 | + "data", | |
3592 | + "faker", | |
3593 | + "fixtures" | |
3594 | + ], | |
3595 | + "time": "2017-08-15T16:48:10+00:00" | |
3596 | + }, | |
3597 | + { | |
3598 | + "name": "myclabs/deep-copy", | |
3599 | + "version": "1.7.0", | |
3600 | + "source": { | |
3601 | + "type": "git", | |
3602 | + "url": "https://github.com/myclabs/DeepCopy.git", | |
3603 | + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" | |
3604 | + }, | |
3605 | + "dist": { | |
3606 | + "type": "zip", | |
3607 | + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", | |
3608 | + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", | |
3609 | + "shasum": "" | |
3610 | + }, | |
3611 | + "require": { | |
3612 | + "php": "^5.6 || ^7.0" | |
3613 | + }, | |
3614 | + "require-dev": { | |
3615 | + "doctrine/collections": "^1.0", | |
3616 | + "doctrine/common": "^2.6", | |
3617 | + "phpunit/phpunit": "^4.1" | |
3618 | + }, | |
3619 | + "type": "library", | |
3620 | + "autoload": { | |
3621 | + "psr-4": { | |
3622 | + "DeepCopy\\": "src/DeepCopy/" | |
3623 | + }, | |
3624 | + "files": [ | |
3625 | + "src/DeepCopy/deep_copy.php" | |
3626 | + ] | |
3627 | + }, | |
3628 | + "notification-url": "https://packagist.org/downloads/", | |
3629 | + "license": [ | |
3630 | + "MIT" | |
3631 | + ], | |
3632 | + "description": "Create deep copies (clones) of your objects", | |
3633 | + "keywords": [ | |
3634 | + "clone", | |
3635 | + "copy", | |
3636 | + "duplicate", | |
3637 | + "object", | |
3638 | + "object graph" | |
3639 | + ], | |
3640 | + "time": "2017-10-19T19:58:43+00:00" | |
3641 | + }, | |
3642 | + { | |
3643 | + "name": "phar-io/manifest", | |
3644 | + "version": "1.0.1", | |
3645 | + "source": { | |
3646 | + "type": "git", | |
3647 | + "url": "https://github.com/phar-io/manifest.git", | |
3648 | + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" | |
3649 | + }, | |
3650 | + "dist": { | |
3651 | + "type": "zip", | |
3652 | + "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", | |
3653 | + "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", | |
3654 | + "shasum": "" | |
3655 | + }, | |
3656 | + "require": { | |
3657 | + "ext-dom": "*", | |
3658 | + "ext-phar": "*", | |
3659 | + "phar-io/version": "^1.0.1", | |
3660 | + "php": "^5.6 || ^7.0" | |
3661 | + }, | |
3662 | + "type": "library", | |
3663 | + "extra": { | |
3664 | + "branch-alias": { | |
3665 | + "dev-master": "1.0.x-dev" | |
3666 | + } | |
3667 | + }, | |
3668 | + "autoload": { | |
3669 | + "classmap": [ | |
3670 | + "src/" | |
3671 | + ] | |
3672 | + }, | |
3673 | + "notification-url": "https://packagist.org/downloads/", | |
3674 | + "license": [ | |
3675 | + "BSD-3-Clause" | |
3676 | + ], | |
3677 | + "authors": [ | |
3678 | + { | |
3679 | + "name": "Arne Blankerts", | |
3680 | + "email": "arne@blankerts.de", | |
3681 | + "role": "Developer" | |
3682 | + }, | |
3683 | + { | |
3684 | + "name": "Sebastian Heuer", | |
3685 | + "email": "sebastian@phpeople.de", | |
3686 | + "role": "Developer" | |
3687 | + }, | |
3688 | + { | |
3689 | + "name": "Sebastian Bergmann", | |
3690 | + "email": "sebastian@phpunit.de", | |
3691 | + "role": "Developer" | |
3692 | + } | |
3693 | + ], | |
3694 | + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | |
3695 | + "time": "2017-03-05T18:14:27+00:00" | |
3696 | + }, | |
3697 | + { | |
3698 | + "name": "phar-io/version", | |
3699 | + "version": "1.0.1", | |
3700 | + "source": { | |
3701 | + "type": "git", | |
3702 | + "url": "https://github.com/phar-io/version.git", | |
3703 | + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" | |
3704 | + }, | |
3705 | + "dist": { | |
3706 | + "type": "zip", | |
3707 | + "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", | |
3708 | + "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", | |
3709 | + "shasum": "" | |
3710 | + }, | |
3711 | + "require": { | |
3712 | + "php": "^5.6 || ^7.0" | |
3713 | + }, | |
3714 | + "type": "library", | |
3715 | + "autoload": { | |
3716 | + "classmap": [ | |
3717 | + "src/" | |
3718 | + ] | |
3719 | + }, | |
3720 | + "notification-url": "https://packagist.org/downloads/", | |
3721 | + "license": [ | |
3722 | + "BSD-3-Clause" | |
3723 | + ], | |
3724 | + "authors": [ | |
3725 | + { | |
3726 | + "name": "Arne Blankerts", | |
3727 | + "email": "arne@blankerts.de", | |
3728 | + "role": "Developer" | |
3729 | + }, | |
3730 | + { | |
3731 | + "name": "Sebastian Heuer", | |
3732 | + "email": "sebastian@phpeople.de", | |
3733 | + "role": "Developer" | |
3734 | + }, | |
3735 | + { | |
3736 | + "name": "Sebastian Bergmann", | |
3737 | + "email": "sebastian@phpunit.de", | |
3738 | + "role": "Developer" | |
3739 | + } | |
3740 | + ], | |
3741 | + "description": "Library for handling version information and constraints", | |
3742 | + "time": "2017-03-05T17:38:23+00:00" | |
3743 | + }, | |
3744 | + { | |
3745 | + "name": "phpdocumentor/reflection-common", | |
3746 | + "version": "1.0.1", | |
3747 | + "source": { | |
3748 | + "type": "git", | |
3749 | + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | |
3750 | + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" | |
3751 | + }, | |
3752 | + "dist": { | |
3753 | + "type": "zip", | |
3754 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | |
3755 | + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | |
3756 | + "shasum": "" | |
3757 | + }, | |
3758 | + "require": { | |
3759 | + "php": ">=5.5" | |
3760 | + }, | |
3761 | + "require-dev": { | |
3762 | + "phpunit/phpunit": "^4.6" | |
3763 | + }, | |
3764 | + "type": "library", | |
3765 | + "extra": { | |
3766 | + "branch-alias": { | |
3767 | + "dev-master": "1.0.x-dev" | |
3768 | + } | |
3769 | + }, | |
3770 | + "autoload": { | |
3771 | + "psr-4": { | |
3772 | + "phpDocumentor\\Reflection\\": [ | |
3773 | + "src" | |
3774 | + ] | |
3775 | + } | |
3776 | + }, | |
3777 | + "notification-url": "https://packagist.org/downloads/", | |
3778 | + "license": [ | |
3779 | + "MIT" | |
3780 | + ], | |
3781 | + "authors": [ | |
3782 | + { | |
3783 | + "name": "Jaap van Otterdijk", | |
3784 | + "email": "opensource@ijaap.nl" | |
3785 | + } | |
3786 | + ], | |
3787 | + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", | |
3788 | + "homepage": "http://www.phpdoc.org", | |
3789 | + "keywords": [ | |
3790 | + "FQSEN", | |
3791 | + "phpDocumentor", | |
3792 | + "phpdoc", | |
3793 | + "reflection", | |
3794 | + "static analysis" | |
3795 | + ], | |
3796 | + "time": "2017-09-11T18:02:19+00:00" | |
3797 | + }, | |
3798 | + { | |
3799 | + "name": "phpdocumentor/reflection-docblock", | |
3800 | + "version": "4.1.1", | |
3801 | + "source": { | |
3802 | + "type": "git", | |
3803 | + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | |
3804 | + "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2" | |
3805 | + }, | |
3806 | + "dist": { | |
3807 | + "type": "zip", | |
3808 | + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2", | |
3809 | + "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2", | |
3810 | + "shasum": "" | |
3811 | + }, | |
3812 | + "require": { | |
3813 | + "php": "^7.0", | |
3814 | + "phpdocumentor/reflection-common": "^1.0@dev", | |
3815 | + "phpdocumentor/type-resolver": "^0.4.0", | |
3816 | + "webmozart/assert": "^1.0" | |
3817 | + }, | |
3818 | + "require-dev": { | |
3819 | + "mockery/mockery": "^0.9.4", | |
3820 | + "phpunit/phpunit": "^4.4" | |
3821 | + }, | |
3822 | + "type": "library", | |
3823 | + "autoload": { | |
3824 | + "psr-4": { | |
3825 | + "phpDocumentor\\Reflection\\": [ | |
3826 | + "src/" | |
3827 | + ] | |
3828 | + } | |
3829 | + }, | |
3830 | + "notification-url": "https://packagist.org/downloads/", | |
3831 | + "license": [ | |
3832 | + "MIT" | |
3833 | + ], | |
3834 | + "authors": [ | |
3835 | + { | |
3836 | + "name": "Mike van Riel", | |
3837 | + "email": "me@mikevanriel.com" | |
3838 | + } | |
3839 | + ], | |
3840 | + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | |
3841 | + "time": "2017-08-30T18:51:59+00:00" | |
3842 | + }, | |
3843 | + { | |
3844 | + "name": "phpdocumentor/type-resolver", | |
3845 | + "version": "0.4.0", | |
3846 | + "source": { | |
3847 | + "type": "git", | |
3848 | + "url": "https://github.com/phpDocumentor/TypeResolver.git", | |
3849 | + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" | |
3850 | + }, | |
3851 | + "dist": { | |
3852 | + "type": "zip", | |
3853 | + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", | |
3854 | + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", | |
3855 | + "shasum": "" | |
3856 | + }, | |
3857 | + "require": { | |
3858 | + "php": "^5.5 || ^7.0", | |
3859 | + "phpdocumentor/reflection-common": "^1.0" | |
3860 | + }, | |
3861 | + "require-dev": { | |
3862 | + "mockery/mockery": "^0.9.4", | |
3863 | + "phpunit/phpunit": "^5.2||^4.8.24" | |
3864 | + }, | |
3865 | + "type": "library", | |
3866 | + "extra": { | |
3867 | + "branch-alias": { | |
3868 | + "dev-master": "1.0.x-dev" | |
3869 | + } | |
3870 | + }, | |
3871 | + "autoload": { | |
3872 | + "psr-4": { | |
3873 | + "phpDocumentor\\Reflection\\": [ | |
3874 | + "src/" | |
3875 | + ] | |
3876 | + } | |
3877 | + }, | |
3878 | + "notification-url": "https://packagist.org/downloads/", | |
3879 | + "license": [ | |
3880 | + "MIT" | |
3881 | + ], | |
3882 | + "authors": [ | |
3883 | + { | |
3884 | + "name": "Mike van Riel", | |
3885 | + "email": "me@mikevanriel.com" | |
3886 | + } | |
3887 | + ], | |
3888 | + "time": "2017-07-14T14:27:02+00:00" | |
3889 | + }, | |
3890 | + { | |
3891 | + "name": "phpspec/php-diff", | |
3892 | + "version": "v1.1.0", | |
3893 | + "source": { | |
3894 | + "type": "git", | |
3895 | + "url": "https://github.com/phpspec/php-diff.git", | |
3896 | + "reference": "0464787bfa7cd13576c5a1e318709768798bec6a" | |
3897 | + }, | |
3898 | + "dist": { | |
3899 | + "type": "zip", | |
3900 | + "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a", | |
3901 | + "reference": "0464787bfa7cd13576c5a1e318709768798bec6a", | |
3902 | + "shasum": "" | |
3903 | + }, | |
3904 | + "type": "library", | |
3905 | + "extra": { | |
3906 | + "branch-alias": { | |
3907 | + "dev-master": "1.0.x-dev" | |
3908 | + } | |
3909 | + }, | |
3910 | + "autoload": { | |
3911 | + "psr-0": { | |
3912 | + "Diff": "lib/" | |
3913 | + } | |
3914 | + }, | |
3915 | + "notification-url": "https://packagist.org/downloads/", | |
3916 | + "license": [ | |
3917 | + "BSD-3-Clause" | |
3918 | + ], | |
3919 | + "authors": [ | |
3920 | + { | |
3921 | + "name": "Chris Boulton", | |
3922 | + "homepage": "http://github.com/chrisboulton" | |
3923 | + } | |
3924 | + ], | |
3925 | + "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", | |
3926 | + "time": "2016-04-07T12:29:16+00:00" | |
3927 | + }, | |
3928 | + { | |
3929 | + "name": "phpspec/prophecy", | |
3930 | + "version": "v1.7.2", | |
3931 | + "source": { | |
3932 | + "type": "git", | |
3933 | + "url": "https://github.com/phpspec/prophecy.git", | |
3934 | + "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" | |
3935 | + }, | |
3936 | + "dist": { | |
3937 | + "type": "zip", | |
3938 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", | |
3939 | + "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", | |
3940 | + "shasum": "" | |
3941 | + }, | |
3942 | + "require": { | |
3943 | + "doctrine/instantiator": "^1.0.2", | |
3944 | + "php": "^5.3|^7.0", | |
3945 | + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", | |
3946 | + "sebastian/comparator": "^1.1|^2.0", | |
3947 | + "sebastian/recursion-context": "^1.0|^2.0|^3.0" | |
3948 | + }, | |
3949 | + "require-dev": { | |
3950 | + "phpspec/phpspec": "^2.5|^3.2", | |
3951 | + "phpunit/phpunit": "^4.8 || ^5.6.5" | |
3952 | + }, | |
3953 | + "type": "library", | |
3954 | + "extra": { | |
3955 | + "branch-alias": { | |
3956 | + "dev-master": "1.7.x-dev" | |
3957 | + } | |
3958 | + }, | |
3959 | + "autoload": { | |
3960 | + "psr-0": { | |
3961 | + "Prophecy\\": "src/" | |
3962 | + } | |
3963 | + }, | |
3964 | + "notification-url": "https://packagist.org/downloads/", | |
3965 | + "license": [ | |
3966 | + "MIT" | |
3967 | + ], | |
3968 | + "authors": [ | |
3969 | + { | |
3970 | + "name": "Konstantin Kudryashov", | |
3971 | + "email": "ever.zet@gmail.com", | |
3972 | + "homepage": "http://everzet.com" | |
3973 | + }, | |
3974 | + { | |
3975 | + "name": "Marcello Duarte", | |
3976 | + "email": "marcello.duarte@gmail.com" | |
3977 | + } | |
3978 | + ], | |
3979 | + "description": "Highly opinionated mocking framework for PHP 5.3+", | |
3980 | + "homepage": "https://github.com/phpspec/prophecy", | |
3981 | + "keywords": [ | |
3982 | + "Double", | |
3983 | + "Dummy", | |
3984 | + "fake", | |
3985 | + "mock", | |
3986 | + "spy", | |
3987 | + "stub" | |
3988 | + ], | |
3989 | + "time": "2017-09-04T11:05:03+00:00" | |
3990 | + }, | |
3991 | + { | |
3992 | + "name": "phpunit/php-code-coverage", | |
3993 | + "version": "5.2.3", | |
3994 | + "source": { | |
3995 | + "type": "git", | |
3996 | + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
3997 | + "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d" | |
3998 | + }, | |
3999 | + "dist": { | |
4000 | + "type": "zip", | |
4001 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d", | |
4002 | + "reference": "8e1d2397d8adf59a3f12b2878a3aaa66d1ab189d", | |
4003 | + "shasum": "" | |
4004 | + }, | |
4005 | + "require": { | |
4006 | + "ext-dom": "*", | |
4007 | + "ext-xmlwriter": "*", | |
4008 | + "php": "^7.0", | |
4009 | + "phpunit/php-file-iterator": "^1.4.2", | |
4010 | + "phpunit/php-text-template": "^1.2.1", | |
4011 | + "phpunit/php-token-stream": "^2.0", | |
4012 | + "sebastian/code-unit-reverse-lookup": "^1.0.1", | |
4013 | + "sebastian/environment": "^3.0", | |
4014 | + "sebastian/version": "^2.0.1", | |
4015 | + "theseer/tokenizer": "^1.1" | |
4016 | + }, | |
4017 | + "require-dev": { | |
4018 | + "ext-xdebug": "^2.5", | |
4019 | + "phpunit/phpunit": "^6.0" | |
4020 | + }, | |
4021 | + "suggest": { | |
4022 | + "ext-xdebug": "^2.5.5" | |
4023 | + }, | |
4024 | + "type": "library", | |
4025 | + "extra": { | |
4026 | + "branch-alias": { | |
4027 | + "dev-master": "5.2.x-dev" | |
4028 | + } | |
4029 | + }, | |
4030 | + "autoload": { | |
4031 | + "classmap": [ | |
4032 | + "src/" | |
4033 | + ] | |
4034 | + }, | |
4035 | + "notification-url": "https://packagist.org/downloads/", | |
4036 | + "license": [ | |
4037 | + "BSD-3-Clause" | |
4038 | + ], | |
4039 | + "authors": [ | |
4040 | + { | |
4041 | + "name": "Sebastian Bergmann", | |
4042 | + "email": "sb@sebastian-bergmann.de", | |
4043 | + "role": "lead" | |
4044 | + } | |
4045 | + ], | |
4046 | + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", | |
4047 | + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", | |
4048 | + "keywords": [ | |
4049 | + "coverage", | |
4050 | + "testing", | |
4051 | + "xunit" | |
4052 | + ], | |
4053 | + "time": "2017-11-03T13:47:33+00:00" | |
4054 | + }, | |
4055 | + { | |
4056 | + "name": "phpunit/php-file-iterator", | |
4057 | + "version": "1.4.2", | |
4058 | + "source": { | |
4059 | + "type": "git", | |
4060 | + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
4061 | + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" | |
4062 | + }, | |
4063 | + "dist": { | |
4064 | + "type": "zip", | |
4065 | + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", | |
4066 | + "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", | |
4067 | + "shasum": "" | |
4068 | + }, | |
4069 | + "require": { | |
4070 | + "php": ">=5.3.3" | |
4071 | + }, | |
4072 | + "type": "library", | |
4073 | + "extra": { | |
4074 | + "branch-alias": { | |
4075 | + "dev-master": "1.4.x-dev" | |
4076 | + } | |
4077 | + }, | |
4078 | + "autoload": { | |
4079 | + "classmap": [ | |
4080 | + "src/" | |
4081 | + ] | |
4082 | + }, | |
4083 | + "notification-url": "https://packagist.org/downloads/", | |
4084 | + "license": [ | |
4085 | + "BSD-3-Clause" | |
4086 | + ], | |
4087 | + "authors": [ | |
4088 | + { | |
4089 | + "name": "Sebastian Bergmann", | |
4090 | + "email": "sb@sebastian-bergmann.de", | |
4091 | + "role": "lead" | |
4092 | + } | |
4093 | + ], | |
4094 | + "description": "FilterIterator implementation that filters files based on a list of suffixes.", | |
4095 | + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", | |
4096 | + "keywords": [ | |
4097 | + "filesystem", | |
4098 | + "iterator" | |
4099 | + ], | |
4100 | + "time": "2016-10-03T07:40:28+00:00" | |
4101 | + }, | |
4102 | + { | |
4103 | + "name": "phpunit/php-text-template", | |
4104 | + "version": "1.2.1", | |
4105 | + "source": { | |
4106 | + "type": "git", | |
4107 | + "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
4108 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
4109 | + }, | |
4110 | + "dist": { | |
4111 | + "type": "zip", | |
4112 | + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
4113 | + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
4114 | + "shasum": "" | |
4115 | + }, | |
4116 | + "require": { | |
4117 | + "php": ">=5.3.3" | |
4118 | + }, | |
4119 | + "type": "library", | |
4120 | + "autoload": { | |
4121 | + "classmap": [ | |
4122 | + "src/" | |
4123 | + ] | |
4124 | + }, | |
4125 | + "notification-url": "https://packagist.org/downloads/", | |
4126 | + "license": [ | |
4127 | + "BSD-3-Clause" | |
4128 | + ], | |
4129 | + "authors": [ | |
4130 | + { | |
4131 | + "name": "Sebastian Bergmann", | |
4132 | + "email": "sebastian@phpunit.de", | |
4133 | + "role": "lead" | |
4134 | + } | |
4135 | + ], | |
4136 | + "description": "Simple template engine.", | |
4137 | + "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
4138 | + "keywords": [ | |
4139 | + "template" | |
4140 | + ], | |
4141 | + "time": "2015-06-21T13:50:34+00:00" | |
4142 | + }, | |
4143 | + { | |
4144 | + "name": "phpunit/php-timer", | |
4145 | + "version": "1.0.9", | |
4146 | + "source": { | |
4147 | + "type": "git", | |
4148 | + "url": "https://github.com/sebastianbergmann/php-timer.git", | |
4149 | + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" | |
4150 | + }, | |
4151 | + "dist": { | |
4152 | + "type": "zip", | |
4153 | + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
4154 | + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
4155 | + "shasum": "" | |
4156 | + }, | |
4157 | + "require": { | |
4158 | + "php": "^5.3.3 || ^7.0" | |
4159 | + }, | |
4160 | + "require-dev": { | |
4161 | + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | |
4162 | + }, | |
4163 | + "type": "library", | |
4164 | + "extra": { | |
4165 | + "branch-alias": { | |
4166 | + "dev-master": "1.0-dev" | |
4167 | + } | |
4168 | + }, | |
4169 | + "autoload": { | |
4170 | + "classmap": [ | |
4171 | + "src/" | |
4172 | + ] | |
4173 | + }, | |
4174 | + "notification-url": "https://packagist.org/downloads/", | |
4175 | + "license": [ | |
4176 | + "BSD-3-Clause" | |
4177 | + ], | |
4178 | + "authors": [ | |
4179 | + { | |
4180 | + "name": "Sebastian Bergmann", | |
4181 | + "email": "sb@sebastian-bergmann.de", | |
4182 | + "role": "lead" | |
4183 | + } | |
4184 | + ], | |
4185 | + "description": "Utility class for timing", | |
4186 | + "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
4187 | + "keywords": [ | |
4188 | + "timer" | |
4189 | + ], | |
4190 | + "time": "2017-02-26T11:10:40+00:00" | |
4191 | + }, | |
4192 | + { | |
4193 | + "name": "phpunit/php-token-stream", | |
4194 | + "version": "2.0.1", | |
4195 | + "source": { | |
4196 | + "type": "git", | |
4197 | + "url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
4198 | + "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0" | |
4199 | + }, | |
4200 | + "dist": { | |
4201 | + "type": "zip", | |
4202 | + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0", | |
4203 | + "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0", | |
4204 | + "shasum": "" | |
4205 | + }, | |
4206 | + "require": { | |
4207 | + "ext-tokenizer": "*", | |
4208 | + "php": "^7.0" | |
4209 | + }, | |
4210 | + "require-dev": { | |
4211 | + "phpunit/phpunit": "^6.2.4" | |
4212 | + }, | |
4213 | + "type": "library", | |
4214 | + "extra": { | |
4215 | + "branch-alias": { | |
4216 | + "dev-master": "2.0-dev" | |
4217 | + } | |
4218 | + }, | |
4219 | + "autoload": { | |
4220 | + "classmap": [ | |
4221 | + "src/" | |
4222 | + ] | |
4223 | + }, | |
4224 | + "notification-url": "https://packagist.org/downloads/", | |
4225 | + "license": [ | |
4226 | + "BSD-3-Clause" | |
4227 | + ], | |
4228 | + "authors": [ | |
4229 | + { | |
4230 | + "name": "Sebastian Bergmann", | |
4231 | + "email": "sebastian@phpunit.de" | |
4232 | + } | |
4233 | + ], | |
4234 | + "description": "Wrapper around PHP's tokenizer extension.", | |
4235 | + "homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
4236 | + "keywords": [ | |
4237 | + "tokenizer" | |
4238 | + ], | |
4239 | + "time": "2017-08-20T05:47:52+00:00" | |
4240 | + }, | |
4241 | + { | |
4242 | + "name": "phpunit/phpunit", | |
4243 | + "version": "6.4.4", | |
4244 | + "source": { | |
4245 | + "type": "git", | |
4246 | + "url": "https://github.com/sebastianbergmann/phpunit.git", | |
4247 | + "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932" | |
4248 | + }, | |
4249 | + "dist": { | |
4250 | + "type": "zip", | |
4251 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/562f7dc75d46510a4ed5d16189ae57fbe45a9932", | |
4252 | + "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932", | |
4253 | + "shasum": "" | |
4254 | + }, | |
4255 | + "require": { | |
4256 | + "ext-dom": "*", | |
4257 | + "ext-json": "*", | |
4258 | + "ext-libxml": "*", | |
4259 | + "ext-mbstring": "*", | |
4260 | + "ext-xml": "*", | |
4261 | + "myclabs/deep-copy": "^1.6.1", | |
4262 | + "phar-io/manifest": "^1.0.1", | |
4263 | + "phar-io/version": "^1.0", | |
4264 | + "php": "^7.0", | |
4265 | + "phpspec/prophecy": "^1.7", | |
4266 | + "phpunit/php-code-coverage": "^5.2.2", | |
4267 | + "phpunit/php-file-iterator": "^1.4.2", | |
4268 | + "phpunit/php-text-template": "^1.2.1", | |
4269 | + "phpunit/php-timer": "^1.0.9", | |
4270 | + "phpunit/phpunit-mock-objects": "^4.0.3", | |
4271 | + "sebastian/comparator": "^2.0.2", | |
4272 | + "sebastian/diff": "^2.0", | |
4273 | + "sebastian/environment": "^3.1", | |
4274 | + "sebastian/exporter": "^3.1", | |
4275 | + "sebastian/global-state": "^2.0", | |
4276 | + "sebastian/object-enumerator": "^3.0.3", | |
4277 | + "sebastian/resource-operations": "^1.0", | |
4278 | + "sebastian/version": "^2.0.1" | |
4279 | + }, | |
4280 | + "conflict": { | |
4281 | + "phpdocumentor/reflection-docblock": "3.0.2", | |
4282 | + "phpunit/dbunit": "<3.0" | |
4283 | + }, | |
4284 | + "require-dev": { | |
4285 | + "ext-pdo": "*" | |
4286 | + }, | |
4287 | + "suggest": { | |
4288 | + "ext-xdebug": "*", | |
4289 | + "phpunit/php-invoker": "^1.1" | |
4290 | + }, | |
4291 | + "bin": [ | |
4292 | + "phpunit" | |
4293 | + ], | |
4294 | + "type": "library", | |
4295 | + "extra": { | |
4296 | + "branch-alias": { | |
4297 | + "dev-master": "6.4.x-dev" | |
4298 | + } | |
4299 | + }, | |
4300 | + "autoload": { | |
4301 | + "classmap": [ | |
4302 | + "src/" | |
4303 | + ] | |
4304 | + }, | |
4305 | + "notification-url": "https://packagist.org/downloads/", | |
4306 | + "license": [ | |
4307 | + "BSD-3-Clause" | |
4308 | + ], | |
4309 | + "authors": [ | |
4310 | + { | |
4311 | + "name": "Sebastian Bergmann", | |
4312 | + "email": "sebastian@phpunit.de", | |
4313 | + "role": "lead" | |
4314 | + } | |
4315 | + ], | |
4316 | + "description": "The PHP Unit Testing framework.", | |
4317 | + "homepage": "https://phpunit.de/", | |
4318 | + "keywords": [ | |
4319 | + "phpunit", | |
4320 | + "testing", | |
4321 | + "xunit" | |
4322 | + ], | |
4323 | + "time": "2017-11-08T11:26:09+00:00" | |
4324 | + }, | |
4325 | + { | |
4326 | + "name": "phpunit/phpunit-mock-objects", | |
4327 | + "version": "4.0.4", | |
4328 | + "source": { | |
4329 | + "type": "git", | |
4330 | + "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | |
4331 | + "reference": "2f789b59ab89669015ad984afa350c4ec577ade0" | |
4332 | + }, | |
4333 | + "dist": { | |
4334 | + "type": "zip", | |
4335 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0", | |
4336 | + "reference": "2f789b59ab89669015ad984afa350c4ec577ade0", | |
4337 | + "shasum": "" | |
4338 | + }, | |
4339 | + "require": { | |
4340 | + "doctrine/instantiator": "^1.0.5", | |
4341 | + "php": "^7.0", | |
4342 | + "phpunit/php-text-template": "^1.2.1", | |
4343 | + "sebastian/exporter": "^3.0" | |
4344 | + }, | |
4345 | + "conflict": { | |
4346 | + "phpunit/phpunit": "<6.0" | |
4347 | + }, | |
4348 | + "require-dev": { | |
4349 | + "phpunit/phpunit": "^6.0" | |
4350 | + }, | |
4351 | + "suggest": { | |
4352 | + "ext-soap": "*" | |
4353 | + }, | |
4354 | + "type": "library", | |
4355 | + "extra": { | |
4356 | + "branch-alias": { | |
4357 | + "dev-master": "4.0.x-dev" | |
4358 | + } | |
4359 | + }, | |
4360 | + "autoload": { | |
4361 | + "classmap": [ | |
4362 | + "src/" | |
4363 | + ] | |
4364 | + }, | |
4365 | + "notification-url": "https://packagist.org/downloads/", | |
4366 | + "license": [ | |
4367 | + "BSD-3-Clause" | |
4368 | + ], | |
4369 | + "authors": [ | |
4370 | + { | |
4371 | + "name": "Sebastian Bergmann", | |
4372 | + "email": "sb@sebastian-bergmann.de", | |
4373 | + "role": "lead" | |
4374 | + } | |
4375 | + ], | |
4376 | + "description": "Mock Object library for PHPUnit", | |
4377 | + "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | |
4378 | + "keywords": [ | |
4379 | + "mock", | |
4380 | + "xunit" | |
4381 | + ], | |
4382 | + "time": "2017-08-03T14:08:16+00:00" | |
4383 | + }, | |
4384 | + { | |
4385 | + "name": "sebastian/code-unit-reverse-lookup", | |
4386 | + "version": "1.0.1", | |
4387 | + "source": { | |
4388 | + "type": "git", | |
4389 | + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
4390 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
4391 | + }, | |
4392 | + "dist": { | |
4393 | + "type": "zip", | |
4394 | + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
4395 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
4396 | + "shasum": "" | |
4397 | + }, | |
4398 | + "require": { | |
4399 | + "php": "^5.6 || ^7.0" | |
4400 | + }, | |
4401 | + "require-dev": { | |
4402 | + "phpunit/phpunit": "^5.7 || ^6.0" | |
4403 | + }, | |
4404 | + "type": "library", | |
4405 | + "extra": { | |
4406 | + "branch-alias": { | |
4407 | + "dev-master": "1.0.x-dev" | |
4408 | + } | |
4409 | + }, | |
4410 | + "autoload": { | |
4411 | + "classmap": [ | |
4412 | + "src/" | |
4413 | + ] | |
4414 | + }, | |
4415 | + "notification-url": "https://packagist.org/downloads/", | |
4416 | + "license": [ | |
4417 | + "BSD-3-Clause" | |
4418 | + ], | |
4419 | + "authors": [ | |
4420 | + { | |
4421 | + "name": "Sebastian Bergmann", | |
4422 | + "email": "sebastian@phpunit.de" | |
4423 | + } | |
4424 | + ], | |
4425 | + "description": "Looks up which function or method a line of code belongs to", | |
4426 | + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | |
4427 | + "time": "2017-03-04T06:30:41+00:00" | |
4428 | + }, | |
4429 | + { | |
4430 | + "name": "sebastian/comparator", | |
4431 | + "version": "2.1.0", | |
4432 | + "source": { | |
4433 | + "type": "git", | |
4434 | + "url": "https://github.com/sebastianbergmann/comparator.git", | |
4435 | + "reference": "1174d9018191e93cb9d719edec01257fc05f8158" | |
4436 | + }, | |
4437 | + "dist": { | |
4438 | + "type": "zip", | |
4439 | + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1174d9018191e93cb9d719edec01257fc05f8158", | |
4440 | + "reference": "1174d9018191e93cb9d719edec01257fc05f8158", | |
4441 | + "shasum": "" | |
4442 | + }, | |
4443 | + "require": { | |
4444 | + "php": "^7.0", | |
4445 | + "sebastian/diff": "^2.0", | |
4446 | + "sebastian/exporter": "^3.1" | |
4447 | + }, | |
4448 | + "require-dev": { | |
4449 | + "phpunit/phpunit": "^6.4" | |
4450 | + }, | |
4451 | + "type": "library", | |
4452 | + "extra": { | |
4453 | + "branch-alias": { | |
4454 | + "dev-master": "2.1.x-dev" | |
4455 | + } | |
4456 | + }, | |
4457 | + "autoload": { | |
4458 | + "classmap": [ | |
4459 | + "src/" | |
4460 | + ] | |
4461 | + }, | |
4462 | + "notification-url": "https://packagist.org/downloads/", | |
4463 | + "license": [ | |
4464 | + "BSD-3-Clause" | |
4465 | + ], | |
4466 | + "authors": [ | |
4467 | + { | |
4468 | + "name": "Jeff Welch", | |
4469 | + "email": "whatthejeff@gmail.com" | |
4470 | + }, | |
4471 | + { | |
4472 | + "name": "Volker Dusch", | |
4473 | + "email": "github@wallbash.com" | |
4474 | + }, | |
4475 | + { | |
4476 | + "name": "Bernhard Schussek", | |
4477 | + "email": "bschussek@2bepublished.at" | |
4478 | + }, | |
4479 | + { | |
4480 | + "name": "Sebastian Bergmann", | |
4481 | + "email": "sebastian@phpunit.de" | |
4482 | + } | |
4483 | + ], | |
4484 | + "description": "Provides the functionality to compare PHP values for equality", | |
4485 | + "homepage": "https://github.com/sebastianbergmann/comparator", | |
4486 | + "keywords": [ | |
4487 | + "comparator", | |
4488 | + "compare", | |
4489 | + "equality" | |
4490 | + ], | |
4491 | + "time": "2017-11-03T07:16:52+00:00" | |
4492 | + }, | |
4493 | + { | |
4494 | + "name": "sebastian/diff", | |
4495 | + "version": "2.0.1", | |
4496 | + "source": { | |
4497 | + "type": "git", | |
4498 | + "url": "https://github.com/sebastianbergmann/diff.git", | |
4499 | + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" | |
4500 | + }, | |
4501 | + "dist": { | |
4502 | + "type": "zip", | |
4503 | + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", | |
4504 | + "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", | |
4505 | + "shasum": "" | |
4506 | + }, | |
4507 | + "require": { | |
4508 | + "php": "^7.0" | |
4509 | + }, | |
4510 | + "require-dev": { | |
4511 | + "phpunit/phpunit": "^6.2" | |
4512 | + }, | |
4513 | + "type": "library", | |
4514 | + "extra": { | |
4515 | + "branch-alias": { | |
4516 | + "dev-master": "2.0-dev" | |
4517 | + } | |
4518 | + }, | |
4519 | + "autoload": { | |
4520 | + "classmap": [ | |
4521 | + "src/" | |
4522 | + ] | |
4523 | + }, | |
4524 | + "notification-url": "https://packagist.org/downloads/", | |
4525 | + "license": [ | |
4526 | + "BSD-3-Clause" | |
4527 | + ], | |
4528 | + "authors": [ | |
4529 | + { | |
4530 | + "name": "Kore Nordmann", | |
4531 | + "email": "mail@kore-nordmann.de" | |
4532 | + }, | |
4533 | + { | |
4534 | + "name": "Sebastian Bergmann", | |
4535 | + "email": "sebastian@phpunit.de" | |
4536 | + } | |
4537 | + ], | |
4538 | + "description": "Diff implementation", | |
4539 | + "homepage": "https://github.com/sebastianbergmann/diff", | |
4540 | + "keywords": [ | |
4541 | + "diff" | |
4542 | + ], | |
4543 | + "time": "2017-08-03T08:09:46+00:00" | |
4544 | + }, | |
4545 | + { | |
4546 | + "name": "sebastian/environment", | |
4547 | + "version": "3.1.0", | |
4548 | + "source": { | |
4549 | + "type": "git", | |
4550 | + "url": "https://github.com/sebastianbergmann/environment.git", | |
4551 | + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" | |
4552 | + }, | |
4553 | + "dist": { | |
4554 | + "type": "zip", | |
4555 | + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", | |
4556 | + "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", | |
4557 | + "shasum": "" | |
4558 | + }, | |
4559 | + "require": { | |
4560 | + "php": "^7.0" | |
4561 | + }, | |
4562 | + "require-dev": { | |
4563 | + "phpunit/phpunit": "^6.1" | |
4564 | + }, | |
4565 | + "type": "library", | |
4566 | + "extra": { | |
4567 | + "branch-alias": { | |
4568 | + "dev-master": "3.1.x-dev" | |
4569 | + } | |
4570 | + }, | |
4571 | + "autoload": { | |
4572 | + "classmap": [ | |
4573 | + "src/" | |
4574 | + ] | |
4575 | + }, | |
4576 | + "notification-url": "https://packagist.org/downloads/", | |
4577 | + "license": [ | |
4578 | + "BSD-3-Clause" | |
4579 | + ], | |
4580 | + "authors": [ | |
4581 | + { | |
4582 | + "name": "Sebastian Bergmann", | |
4583 | + "email": "sebastian@phpunit.de" | |
4584 | + } | |
4585 | + ], | |
4586 | + "description": "Provides functionality to handle HHVM/PHP environments", | |
4587 | + "homepage": "http://www.github.com/sebastianbergmann/environment", | |
4588 | + "keywords": [ | |
4589 | + "Xdebug", | |
4590 | + "environment", | |
4591 | + "hhvm" | |
4592 | + ], | |
4593 | + "time": "2017-07-01T08:51:00+00:00" | |
4594 | + }, | |
4595 | + { | |
4596 | + "name": "sebastian/exporter", | |
4597 | + "version": "3.1.0", | |
4598 | + "source": { | |
4599 | + "type": "git", | |
4600 | + "url": "https://github.com/sebastianbergmann/exporter.git", | |
4601 | + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" | |
4602 | + }, | |
4603 | + "dist": { | |
4604 | + "type": "zip", | |
4605 | + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", | |
4606 | + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", | |
4607 | + "shasum": "" | |
4608 | + }, | |
4609 | + "require": { | |
4610 | + "php": "^7.0", | |
4611 | + "sebastian/recursion-context": "^3.0" | |
4612 | + }, | |
4613 | + "require-dev": { | |
4614 | + "ext-mbstring": "*", | |
4615 | + "phpunit/phpunit": "^6.0" | |
4616 | + }, | |
4617 | + "type": "library", | |
4618 | + "extra": { | |
4619 | + "branch-alias": { | |
4620 | + "dev-master": "3.1.x-dev" | |
4621 | + } | |
4622 | + }, | |
4623 | + "autoload": { | |
4624 | + "classmap": [ | |
4625 | + "src/" | |
4626 | + ] | |
4627 | + }, | |
4628 | + "notification-url": "https://packagist.org/downloads/", | |
4629 | + "license": [ | |
4630 | + "BSD-3-Clause" | |
4631 | + ], | |
4632 | + "authors": [ | |
4633 | + { | |
4634 | + "name": "Jeff Welch", | |
4635 | + "email": "whatthejeff@gmail.com" | |
4636 | + }, | |
4637 | + { | |
4638 | + "name": "Volker Dusch", | |
4639 | + "email": "github@wallbash.com" | |
4640 | + }, | |
4641 | + { | |
4642 | + "name": "Bernhard Schussek", | |
4643 | + "email": "bschussek@2bepublished.at" | |
4644 | + }, | |
4645 | + { | |
4646 | + "name": "Sebastian Bergmann", | |
4647 | + "email": "sebastian@phpunit.de" | |
4648 | + }, | |
4649 | + { | |
4650 | + "name": "Adam Harvey", | |
4651 | + "email": "aharvey@php.net" | |
4652 | + } | |
4653 | + ], | |
4654 | + "description": "Provides the functionality to export PHP variables for visualization", | |
4655 | + "homepage": "http://www.github.com/sebastianbergmann/exporter", | |
4656 | + "keywords": [ | |
4657 | + "export", | |
4658 | + "exporter" | |
4659 | + ], | |
4660 | + "time": "2017-04-03T13:19:02+00:00" | |
4661 | + }, | |
4662 | + { | |
4663 | + "name": "sebastian/global-state", | |
4664 | + "version": "2.0.0", | |
4665 | + "source": { | |
4666 | + "type": "git", | |
4667 | + "url": "https://github.com/sebastianbergmann/global-state.git", | |
4668 | + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" | |
4669 | + }, | |
4670 | + "dist": { | |
4671 | + "type": "zip", | |
4672 | + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", | |
4673 | + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", | |
4674 | + "shasum": "" | |
4675 | + }, | |
4676 | + "require": { | |
4677 | + "php": "^7.0" | |
4678 | + }, | |
4679 | + "require-dev": { | |
4680 | + "phpunit/phpunit": "^6.0" | |
4681 | + }, | |
4682 | + "suggest": { | |
4683 | + "ext-uopz": "*" | |
4684 | + }, | |
4685 | + "type": "library", | |
4686 | + "extra": { | |
4687 | + "branch-alias": { | |
4688 | + "dev-master": "2.0-dev" | |
4689 | + } | |
4690 | + }, | |
4691 | + "autoload": { | |
4692 | + "classmap": [ | |
4693 | + "src/" | |
4694 | + ] | |
4695 | + }, | |
4696 | + "notification-url": "https://packagist.org/downloads/", | |
4697 | + "license": [ | |
4698 | + "BSD-3-Clause" | |
4699 | + ], | |
4700 | + "authors": [ | |
4701 | + { | |
4702 | + "name": "Sebastian Bergmann", | |
4703 | + "email": "sebastian@phpunit.de" | |
4704 | + } | |
4705 | + ], | |
4706 | + "description": "Snapshotting of global state", | |
4707 | + "homepage": "http://www.github.com/sebastianbergmann/global-state", | |
4708 | + "keywords": [ | |
4709 | + "global state" | |
4710 | + ], | |
4711 | + "time": "2017-04-27T15:39:26+00:00" | |
4712 | + }, | |
4713 | + { | |
4714 | + "name": "sebastian/object-enumerator", | |
4715 | + "version": "3.0.3", | |
4716 | + "source": { | |
4717 | + "type": "git", | |
4718 | + "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
4719 | + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" | |
4720 | + }, | |
4721 | + "dist": { | |
4722 | + "type": "zip", | |
4723 | + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
4724 | + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", | |
4725 | + "shasum": "" | |
4726 | + }, | |
4727 | + "require": { | |
4728 | + "php": "^7.0", | |
4729 | + "sebastian/object-reflector": "^1.1.1", | |
4730 | + "sebastian/recursion-context": "^3.0" | |
4731 | + }, | |
4732 | + "require-dev": { | |
4733 | + "phpunit/phpunit": "^6.0" | |
4734 | + }, | |
4735 | + "type": "library", | |
4736 | + "extra": { | |
4737 | + "branch-alias": { | |
4738 | + "dev-master": "3.0.x-dev" | |
4739 | + } | |
4740 | + }, | |
4741 | + "autoload": { | |
4742 | + "classmap": [ | |
4743 | + "src/" | |
4744 | + ] | |
4745 | + }, | |
4746 | + "notification-url": "https://packagist.org/downloads/", | |
4747 | + "license": [ | |
4748 | + "BSD-3-Clause" | |
4749 | + ], | |
4750 | + "authors": [ | |
4751 | + { | |
4752 | + "name": "Sebastian Bergmann", | |
4753 | + "email": "sebastian@phpunit.de" | |
4754 | + } | |
4755 | + ], | |
4756 | + "description": "Traverses array structures and object graphs to enumerate all referenced objects", | |
4757 | + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | |
4758 | + "time": "2017-08-03T12:35:26+00:00" | |
4759 | + }, | |
4760 | + { | |
4761 | + "name": "sebastian/object-reflector", | |
4762 | + "version": "1.1.1", | |
4763 | + "source": { | |
4764 | + "type": "git", | |
4765 | + "url": "https://github.com/sebastianbergmann/object-reflector.git", | |
4766 | + "reference": "773f97c67f28de00d397be301821b06708fca0be" | |
4767 | + }, | |
4768 | + "dist": { | |
4769 | + "type": "zip", | |
4770 | + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", | |
4771 | + "reference": "773f97c67f28de00d397be301821b06708fca0be", | |
4772 | + "shasum": "" | |
4773 | + }, | |
4774 | + "require": { | |
4775 | + "php": "^7.0" | |
4776 | + }, | |
4777 | + "require-dev": { | |
4778 | + "phpunit/phpunit": "^6.0" | |
4779 | + }, | |
4780 | + "type": "library", | |
4781 | + "extra": { | |
4782 | + "branch-alias": { | |
4783 | + "dev-master": "1.1-dev" | |
4784 | + } | |
4785 | + }, | |
4786 | + "autoload": { | |
4787 | + "classmap": [ | |
4788 | + "src/" | |
4789 | + ] | |
4790 | + }, | |
4791 | + "notification-url": "https://packagist.org/downloads/", | |
4792 | + "license": [ | |
4793 | + "BSD-3-Clause" | |
4794 | + ], | |
4795 | + "authors": [ | |
4796 | + { | |
4797 | + "name": "Sebastian Bergmann", | |
4798 | + "email": "sebastian@phpunit.de" | |
4799 | + } | |
4800 | + ], | |
4801 | + "description": "Allows reflection of object attributes, including inherited and non-public ones", | |
4802 | + "homepage": "https://github.com/sebastianbergmann/object-reflector/", | |
4803 | + "time": "2017-03-29T09:07:27+00:00" | |
4804 | + }, | |
4805 | + { | |
4806 | + "name": "sebastian/recursion-context", | |
4807 | + "version": "3.0.0", | |
4808 | + "source": { | |
4809 | + "type": "git", | |
4810 | + "url": "https://github.com/sebastianbergmann/recursion-context.git", | |
4811 | + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" | |
4812 | + }, | |
4813 | + "dist": { | |
4814 | + "type": "zip", | |
4815 | + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
4816 | + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", | |
4817 | + "shasum": "" | |
4818 | + }, | |
4819 | + "require": { | |
4820 | + "php": "^7.0" | |
4821 | + }, | |
4822 | + "require-dev": { | |
4823 | + "phpunit/phpunit": "^6.0" | |
4824 | + }, | |
4825 | + "type": "library", | |
4826 | + "extra": { | |
4827 | + "branch-alias": { | |
4828 | + "dev-master": "3.0.x-dev" | |
4829 | + } | |
4830 | + }, | |
4831 | + "autoload": { | |
4832 | + "classmap": [ | |
4833 | + "src/" | |
4834 | + ] | |
4835 | + }, | |
4836 | + "notification-url": "https://packagist.org/downloads/", | |
4837 | + "license": [ | |
4838 | + "BSD-3-Clause" | |
4839 | + ], | |
4840 | + "authors": [ | |
4841 | + { | |
4842 | + "name": "Jeff Welch", | |
4843 | + "email": "whatthejeff@gmail.com" | |
4844 | + }, | |
4845 | + { | |
4846 | + "name": "Sebastian Bergmann", | |
4847 | + "email": "sebastian@phpunit.de" | |
4848 | + }, | |
4849 | + { | |
4850 | + "name": "Adam Harvey", | |
4851 | + "email": "aharvey@php.net" | |
4852 | + } | |
4853 | + ], | |
4854 | + "description": "Provides functionality to recursively process PHP variables", | |
4855 | + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | |
4856 | + "time": "2017-03-03T06:23:57+00:00" | |
4857 | + }, | |
4858 | + { | |
4859 | + "name": "sebastian/resource-operations", | |
4860 | + "version": "1.0.0", | |
4861 | + "source": { | |
4862 | + "type": "git", | |
4863 | + "url": "https://github.com/sebastianbergmann/resource-operations.git", | |
4864 | + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | |
4865 | + }, | |
4866 | + "dist": { | |
4867 | + "type": "zip", | |
4868 | + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
4869 | + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | |
4870 | + "shasum": "" | |
4871 | + }, | |
4872 | + "require": { | |
4873 | + "php": ">=5.6.0" | |
4874 | + }, | |
4875 | + "type": "library", | |
4876 | + "extra": { | |
4877 | + "branch-alias": { | |
4878 | + "dev-master": "1.0.x-dev" | |
4879 | + } | |
4880 | + }, | |
4881 | + "autoload": { | |
4882 | + "classmap": [ | |
4883 | + "src/" | |
4884 | + ] | |
4885 | + }, | |
4886 | + "notification-url": "https://packagist.org/downloads/", | |
4887 | + "license": [ | |
4888 | + "BSD-3-Clause" | |
4889 | + ], | |
4890 | + "authors": [ | |
4891 | + { | |
4892 | + "name": "Sebastian Bergmann", | |
4893 | + "email": "sebastian@phpunit.de" | |
4894 | + } | |
4895 | + ], | |
4896 | + "description": "Provides a list of PHP built-in functions that operate on resources", | |
4897 | + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | |
4898 | + "time": "2015-07-28T20:34:47+00:00" | |
4899 | + }, | |
4900 | + { | |
4901 | + "name": "sebastian/version", | |
4902 | + "version": "2.0.1", | |
4903 | + "source": { | |
4904 | + "type": "git", | |
4905 | + "url": "https://github.com/sebastianbergmann/version.git", | |
4906 | + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
4907 | + }, | |
4908 | + "dist": { | |
4909 | + "type": "zip", | |
4910 | + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", | |
4911 | + "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
4912 | + "shasum": "" | |
4913 | + }, | |
4914 | + "require": { | |
4915 | + "php": ">=5.6" | |
4916 | + }, | |
4917 | + "type": "library", | |
4918 | + "extra": { | |
4919 | + "branch-alias": { | |
4920 | + "dev-master": "2.0.x-dev" | |
4921 | + } | |
4922 | + }, | |
4923 | + "autoload": { | |
4924 | + "classmap": [ | |
4925 | + "src/" | |
4926 | + ] | |
4927 | + }, | |
4928 | + "notification-url": "https://packagist.org/downloads/", | |
4929 | + "license": [ | |
4930 | + "BSD-3-Clause" | |
4931 | + ], | |
4932 | + "authors": [ | |
4933 | + { | |
4934 | + "name": "Sebastian Bergmann", | |
4935 | + "email": "sebastian@phpunit.de", | |
4936 | + "role": "lead" | |
4937 | + } | |
4938 | + ], | |
4939 | + "description": "Library that helps with managing the version number of Git-hosted PHP projects", | |
4940 | + "homepage": "https://github.com/sebastianbergmann/version", | |
4941 | + "time": "2016-10-03T07:35:21+00:00" | |
4942 | + }, | |
4943 | + { | |
4944 | + "name": "stecman/symfony-console-completion", | |
4945 | + "version": "0.7.0", | |
4946 | + "source": { | |
4947 | + "type": "git", | |
4948 | + "url": "https://github.com/stecman/symfony-console-completion.git", | |
4949 | + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb" | |
4950 | + }, | |
4951 | + "dist": { | |
4952 | + "type": "zip", | |
4953 | + "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/5461d43e53092b3d3b9dbd9d999f2054730f4bbb", | |
4954 | + "reference": "5461d43e53092b3d3b9dbd9d999f2054730f4bbb", | |
4955 | + "shasum": "" | |
4956 | + }, | |
4957 | + "require": { | |
4958 | + "php": ">=5.3.2", | |
4959 | + "symfony/console": "~2.3 || ~3.0" | |
4960 | + }, | |
4961 | + "require-dev": { | |
4962 | + "phpunit/phpunit": "~4.4" | |
4963 | + }, | |
4964 | + "type": "library", | |
4965 | + "extra": { | |
4966 | + "branch-alias": { | |
4967 | + "dev-master": "0.6.x-dev" | |
4968 | + } | |
4969 | + }, | |
4970 | + "autoload": { | |
4971 | + "psr-4": { | |
4972 | + "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" | |
4973 | + } | |
4974 | + }, | |
4975 | + "notification-url": "https://packagist.org/downloads/", | |
4976 | + "license": [ | |
4977 | + "MIT" | |
4978 | + ], | |
4979 | + "authors": [ | |
4980 | + { | |
4981 | + "name": "Stephen Holdaway", | |
4982 | + "email": "stephen@stecman.co.nz" | |
4983 | + } | |
4984 | + ], | |
4985 | + "description": "Automatic BASH completion for Symfony Console Component based applications.", | |
4986 | + "time": "2016-02-24T05:08:54+00:00" | |
4987 | + }, | |
4988 | + { | |
4989 | + "name": "symfony/browser-kit", | |
4990 | + "version": "v3.3.10", | |
4991 | + "source": { | |
4992 | + "type": "git", | |
4993 | + "url": "https://github.com/symfony/browser-kit.git", | |
4994 | + "reference": "317d5bdf0127f06db7ea294186132b4f5b036839" | |
4995 | + }, | |
4996 | + "dist": { | |
4997 | + "type": "zip", | |
4998 | + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/317d5bdf0127f06db7ea294186132b4f5b036839", | |
4999 | + "reference": "317d5bdf0127f06db7ea294186132b4f5b036839", | |
5000 | + "shasum": "" | |
5001 | + }, | |
5002 | + "require": { | |
5003 | + "php": "^5.5.9|>=7.0.8", | |
5004 | + "symfony/dom-crawler": "~2.8|~3.0" | |
5005 | + }, | |
5006 | + "require-dev": { | |
5007 | + "symfony/css-selector": "~2.8|~3.0", | |
5008 | + "symfony/process": "~2.8|~3.0" | |
5009 | + }, | |
5010 | + "suggest": { | |
5011 | + "symfony/process": "" | |
5012 | + }, | |
5013 | + "type": "library", | |
5014 | + "extra": { | |
5015 | + "branch-alias": { | |
5016 | + "dev-master": "3.3-dev" | |
5017 | + } | |
5018 | + }, | |
5019 | + "autoload": { | |
5020 | + "psr-4": { | |
5021 | + "Symfony\\Component\\BrowserKit\\": "" | |
5022 | + }, | |
5023 | + "exclude-from-classmap": [ | |
5024 | + "/Tests/" | |
5025 | + ] | |
5026 | + }, | |
5027 | + "notification-url": "https://packagist.org/downloads/", | |
5028 | + "license": [ | |
5029 | + "MIT" | |
5030 | + ], | |
5031 | + "authors": [ | |
5032 | + { | |
5033 | + "name": "Fabien Potencier", | |
5034 | + "email": "fabien@symfony.com" | |
5035 | + }, | |
5036 | + { | |
5037 | + "name": "Symfony Community", | |
5038 | + "homepage": "https://symfony.com/contributors" | |
5039 | + } | |
5040 | + ], | |
5041 | + "description": "Symfony BrowserKit Component", | |
5042 | + "homepage": "https://symfony.com", | |
5043 | + "time": "2017-10-02T06:42:24+00:00" | |
5044 | + }, | |
5045 | + { | |
5046 | + "name": "symfony/console", | |
5047 | + "version": "v3.3.10", | |
5048 | + "source": { | |
5049 | + "type": "git", | |
5050 | + "url": "https://github.com/symfony/console.git", | |
5051 | + "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c" | |
5052 | + }, | |
5053 | + "dist": { | |
5054 | + "type": "zip", | |
5055 | + "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c", | |
5056 | + "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c", | |
5057 | + "shasum": "" | |
5058 | + }, | |
5059 | + "require": { | |
5060 | + "php": "^5.5.9|>=7.0.8", | |
5061 | + "symfony/debug": "~2.8|~3.0", | |
5062 | + "symfony/polyfill-mbstring": "~1.0" | |
5063 | + }, | |
5064 | + "conflict": { | |
5065 | + "symfony/dependency-injection": "<3.3" | |
5066 | + }, | |
5067 | + "require-dev": { | |
5068 | + "psr/log": "~1.0", | |
5069 | + "symfony/config": "~3.3", | |
5070 | + "symfony/dependency-injection": "~3.3", | |
5071 | + "symfony/event-dispatcher": "~2.8|~3.0", | |
5072 | + "symfony/filesystem": "~2.8|~3.0", | |
5073 | + "symfony/process": "~2.8|~3.0" | |
5074 | + }, | |
5075 | + "suggest": { | |
5076 | + "psr/log": "For using the console logger", | |
5077 | + "symfony/event-dispatcher": "", | |
5078 | + "symfony/filesystem": "", | |
5079 | + "symfony/process": "" | |
5080 | + }, | |
5081 | + "type": "library", | |
5082 | + "extra": { | |
5083 | + "branch-alias": { | |
5084 | + "dev-master": "3.3-dev" | |
5085 | + } | |
5086 | + }, | |
5087 | + "autoload": { | |
5088 | + "psr-4": { | |
5089 | + "Symfony\\Component\\Console\\": "" | |
5090 | + }, | |
5091 | + "exclude-from-classmap": [ | |
5092 | + "/Tests/" | |
5093 | + ] | |
5094 | + }, | |
5095 | + "notification-url": "https://packagist.org/downloads/", | |
5096 | + "license": [ | |
5097 | + "MIT" | |
5098 | + ], | |
5099 | + "authors": [ | |
5100 | + { | |
5101 | + "name": "Fabien Potencier", | |
5102 | + "email": "fabien@symfony.com" | |
5103 | + }, | |
5104 | + { | |
5105 | + "name": "Symfony Community", | |
5106 | + "homepage": "https://symfony.com/contributors" | |
5107 | + } | |
5108 | + ], | |
5109 | + "description": "Symfony Console Component", | |
5110 | + "homepage": "https://symfony.com", | |
5111 | + "time": "2017-10-02T06:42:24+00:00" | |
5112 | + }, | |
5113 | + { | |
5114 | + "name": "symfony/css-selector", | |
5115 | + "version": "v3.3.10", | |
5116 | + "source": { | |
5117 | + "type": "git", | |
5118 | + "url": "https://github.com/symfony/css-selector.git", | |
5119 | + "reference": "07447650225ca9223bd5c97180fe7c8267f7d332" | |
5120 | + }, | |
5121 | + "dist": { | |
5122 | + "type": "zip", | |
5123 | + "url": "https://api.github.com/repos/symfony/css-selector/zipball/07447650225ca9223bd5c97180fe7c8267f7d332", | |
5124 | + "reference": "07447650225ca9223bd5c97180fe7c8267f7d332", | |
5125 | + "shasum": "" | |
5126 | + }, | |
5127 | + "require": { | |
5128 | + "php": "^5.5.9|>=7.0.8" | |
5129 | + }, | |
5130 | + "type": "library", | |
5131 | + "extra": { | |
5132 | + "branch-alias": { | |
5133 | + "dev-master": "3.3-dev" | |
5134 | + } | |
5135 | + }, | |
5136 | + "autoload": { | |
5137 | + "psr-4": { | |
5138 | + "Symfony\\Component\\CssSelector\\": "" | |
5139 | + }, | |
5140 | + "exclude-from-classmap": [ | |
5141 | + "/Tests/" | |
5142 | + ] | |
5143 | + }, | |
5144 | + "notification-url": "https://packagist.org/downloads/", | |
5145 | + "license": [ | |
5146 | + "MIT" | |
5147 | + ], | |
5148 | + "authors": [ | |
5149 | + { | |
5150 | + "name": "Jean-François Simon", | |
5151 | + "email": "jeanfrancois.simon@sensiolabs.com" | |
5152 | + }, | |
5153 | + { | |
5154 | + "name": "Fabien Potencier", | |
5155 | + "email": "fabien@symfony.com" | |
5156 | + }, | |
5157 | + { | |
5158 | + "name": "Symfony Community", | |
5159 | + "homepage": "https://symfony.com/contributors" | |
5160 | + } | |
5161 | + ], | |
5162 | + "description": "Symfony CssSelector Component", | |
5163 | + "homepage": "https://symfony.com", | |
5164 | + "time": "2017-10-02T06:42:24+00:00" | |
5165 | + }, | |
5166 | + { | |
5167 | + "name": "symfony/debug", | |
5168 | + "version": "v3.3.10", | |
5169 | + "source": { | |
5170 | + "type": "git", | |
5171 | + "url": "https://github.com/symfony/debug.git", | |
5172 | + "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd" | |
5173 | + }, | |
5174 | + "dist": { | |
5175 | + "type": "zip", | |
5176 | + "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", | |
5177 | + "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", | |
5178 | + "shasum": "" | |
5179 | + }, | |
5180 | + "require": { | |
5181 | + "php": "^5.5.9|>=7.0.8", | |
5182 | + "psr/log": "~1.0" | |
5183 | + }, | |
5184 | + "conflict": { | |
5185 | + "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" | |
5186 | + }, | |
5187 | + "require-dev": { | |
5188 | + "symfony/http-kernel": "~2.8|~3.0" | |
5189 | + }, | |
5190 | + "type": "library", | |
5191 | + "extra": { | |
5192 | + "branch-alias": { | |
5193 | + "dev-master": "3.3-dev" | |
5194 | + } | |
5195 | + }, | |
5196 | + "autoload": { | |
5197 | + "psr-4": { | |
5198 | + "Symfony\\Component\\Debug\\": "" | |
5199 | + }, | |
5200 | + "exclude-from-classmap": [ | |
5201 | + "/Tests/" | |
5202 | + ] | |
5203 | + }, | |
5204 | + "notification-url": "https://packagist.org/downloads/", | |
5205 | + "license": [ | |
5206 | + "MIT" | |
5207 | + ], | |
5208 | + "authors": [ | |
5209 | + { | |
5210 | + "name": "Fabien Potencier", | |
5211 | + "email": "fabien@symfony.com" | |
5212 | + }, | |
5213 | + { | |
5214 | + "name": "Symfony Community", | |
5215 | + "homepage": "https://symfony.com/contributors" | |
5216 | + } | |
5217 | + ], | |
5218 | + "description": "Symfony Debug Component", | |
5219 | + "homepage": "https://symfony.com", | |
5220 | + "time": "2017-10-02T06:42:24+00:00" | |
5221 | + }, | |
5222 | + { | |
5223 | + "name": "symfony/dom-crawler", | |
5224 | + "version": "v3.3.10", | |
5225 | + "source": { | |
5226 | + "type": "git", | |
5227 | + "url": "https://github.com/symfony/dom-crawler.git", | |
5228 | + "reference": "40dafd42d5dad7fe5ad4e958413d92a207522ac1" | |
5229 | + }, | |
5230 | + "dist": { | |
5231 | + "type": "zip", | |
5232 | + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/40dafd42d5dad7fe5ad4e958413d92a207522ac1", | |
5233 | + "reference": "40dafd42d5dad7fe5ad4e958413d92a207522ac1", | |
5234 | + "shasum": "" | |
5235 | + }, | |
5236 | + "require": { | |
5237 | + "php": "^5.5.9|>=7.0.8", | |
5238 | + "symfony/polyfill-mbstring": "~1.0" | |
5239 | + }, | |
5240 | + "require-dev": { | |
5241 | + "symfony/css-selector": "~2.8|~3.0" | |
5242 | + }, | |
5243 | + "suggest": { | |
5244 | + "symfony/css-selector": "" | |
5245 | + }, | |
5246 | + "type": "library", | |
5247 | + "extra": { | |
5248 | + "branch-alias": { | |
5249 | + "dev-master": "3.3-dev" | |
5250 | + } | |
5251 | + }, | |
5252 | + "autoload": { | |
5253 | + "psr-4": { | |
5254 | + "Symfony\\Component\\DomCrawler\\": "" | |
5255 | + }, | |
5256 | + "exclude-from-classmap": [ | |
5257 | + "/Tests/" | |
5258 | + ] | |
5259 | + }, | |
5260 | + "notification-url": "https://packagist.org/downloads/", | |
5261 | + "license": [ | |
5262 | + "MIT" | |
5263 | + ], | |
5264 | + "authors": [ | |
5265 | + { | |
5266 | + "name": "Fabien Potencier", | |
5267 | + "email": "fabien@symfony.com" | |
5268 | + }, | |
5269 | + { | |
5270 | + "name": "Symfony Community", | |
5271 | + "homepage": "https://symfony.com/contributors" | |
5272 | + } | |
5273 | + ], | |
5274 | + "description": "Symfony DomCrawler Component", | |
5275 | + "homepage": "https://symfony.com", | |
5276 | + "time": "2017-10-02T06:42:24+00:00" | |
5277 | + }, | |
5278 | + { | |
5279 | + "name": "symfony/event-dispatcher", | |
5280 | + "version": "v3.3.10", | |
5281 | + "source": { | |
5282 | + "type": "git", | |
5283 | + "url": "https://github.com/symfony/event-dispatcher.git", | |
5284 | + "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423" | |
5285 | + }, | |
5286 | + "dist": { | |
5287 | + "type": "zip", | |
5288 | + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423", | |
5289 | + "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423", | |
5290 | + "shasum": "" | |
5291 | + }, | |
5292 | + "require": { | |
5293 | + "php": "^5.5.9|>=7.0.8" | |
5294 | + }, | |
5295 | + "conflict": { | |
5296 | + "symfony/dependency-injection": "<3.3" | |
5297 | + }, | |
5298 | + "require-dev": { | |
5299 | + "psr/log": "~1.0", | |
5300 | + "symfony/config": "~2.8|~3.0", | |
5301 | + "symfony/dependency-injection": "~3.3", | |
5302 | + "symfony/expression-language": "~2.8|~3.0", | |
5303 | + "symfony/stopwatch": "~2.8|~3.0" | |
5304 | + }, | |
5305 | + "suggest": { | |
5306 | + "symfony/dependency-injection": "", | |
5307 | + "symfony/http-kernel": "" | |
5308 | + }, | |
5309 | + "type": "library", | |
5310 | + "extra": { | |
5311 | + "branch-alias": { | |
5312 | + "dev-master": "3.3-dev" | |
5313 | + } | |
5314 | + }, | |
5315 | + "autoload": { | |
5316 | + "psr-4": { | |
5317 | + "Symfony\\Component\\EventDispatcher\\": "" | |
5318 | + }, | |
5319 | + "exclude-from-classmap": [ | |
5320 | + "/Tests/" | |
5321 | + ] | |
5322 | + }, | |
5323 | + "notification-url": "https://packagist.org/downloads/", | |
5324 | + "license": [ | |
5325 | + "MIT" | |
5326 | + ], | |
5327 | + "authors": [ | |
5328 | + { | |
5329 | + "name": "Fabien Potencier", | |
5330 | + "email": "fabien@symfony.com" | |
5331 | + }, | |
5332 | + { | |
5333 | + "name": "Symfony Community", | |
5334 | + "homepage": "https://symfony.com/contributors" | |
5335 | + } | |
5336 | + ], | |
5337 | + "description": "Symfony EventDispatcher Component", | |
5338 | + "homepage": "https://symfony.com", | |
5339 | + "time": "2017-10-02T06:42:24+00:00" | |
5340 | + }, | |
5341 | + { | |
5342 | + "name": "symfony/finder", | |
5343 | + "version": "v3.3.10", | |
5344 | + "source": { | |
5345 | + "type": "git", | |
5346 | + "url": "https://github.com/symfony/finder.git", | |
5347 | + "reference": "773e19a491d97926f236942484cb541560ce862d" | |
5348 | + }, | |
5349 | + "dist": { | |
5350 | + "type": "zip", | |
5351 | + "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d", | |
5352 | + "reference": "773e19a491d97926f236942484cb541560ce862d", | |
5353 | + "shasum": "" | |
5354 | + }, | |
5355 | + "require": { | |
5356 | + "php": "^5.5.9|>=7.0.8" | |
5357 | + }, | |
5358 | + "type": "library", | |
5359 | + "extra": { | |
5360 | + "branch-alias": { | |
5361 | + "dev-master": "3.3-dev" | |
5362 | + } | |
5363 | + }, | |
5364 | + "autoload": { | |
5365 | + "psr-4": { | |
5366 | + "Symfony\\Component\\Finder\\": "" | |
5367 | + }, | |
5368 | + "exclude-from-classmap": [ | |
5369 | + "/Tests/" | |
5370 | + ] | |
5371 | + }, | |
5372 | + "notification-url": "https://packagist.org/downloads/", | |
5373 | + "license": [ | |
5374 | + "MIT" | |
5375 | + ], | |
5376 | + "authors": [ | |
5377 | + { | |
5378 | + "name": "Fabien Potencier", | |
5379 | + "email": "fabien@symfony.com" | |
5380 | + }, | |
5381 | + { | |
5382 | + "name": "Symfony Community", | |
5383 | + "homepage": "https://symfony.com/contributors" | |
5384 | + } | |
5385 | + ], | |
5386 | + "description": "Symfony Finder Component", | |
5387 | + "homepage": "https://symfony.com", | |
5388 | + "time": "2017-10-02T06:42:24+00:00" | |
5389 | + }, | |
5390 | + { | |
5391 | + "name": "symfony/polyfill-mbstring", | |
5392 | + "version": "v1.6.0", | |
5393 | + "source": { | |
5394 | + "type": "git", | |
5395 | + "url": "https://github.com/symfony/polyfill-mbstring.git", | |
5396 | + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" | |
5397 | + }, | |
5398 | + "dist": { | |
5399 | + "type": "zip", | |
5400 | + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", | |
5401 | + "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", | |
5402 | + "shasum": "" | |
5403 | + }, | |
5404 | + "require": { | |
5405 | + "php": ">=5.3.3" | |
5406 | + }, | |
5407 | + "suggest": { | |
5408 | + "ext-mbstring": "For best performance" | |
5409 | + }, | |
5410 | + "type": "library", | |
5411 | + "extra": { | |
5412 | + "branch-alias": { | |
5413 | + "dev-master": "1.6-dev" | |
5414 | + } | |
5415 | + }, | |
5416 | + "autoload": { | |
5417 | + "psr-4": { | |
5418 | + "Symfony\\Polyfill\\Mbstring\\": "" | |
5419 | + }, | |
5420 | + "files": [ | |
5421 | + "bootstrap.php" | |
5422 | + ] | |
5423 | + }, | |
5424 | + "notification-url": "https://packagist.org/downloads/", | |
5425 | + "license": [ | |
5426 | + "MIT" | |
5427 | + ], | |
5428 | + "authors": [ | |
5429 | + { | |
5430 | + "name": "Nicolas Grekas", | |
5431 | + "email": "p@tchwork.com" | |
5432 | + }, | |
5433 | + { | |
5434 | + "name": "Symfony Community", | |
5435 | + "homepage": "https://symfony.com/contributors" | |
5436 | + } | |
5437 | + ], | |
5438 | + "description": "Symfony polyfill for the Mbstring extension", | |
5439 | + "homepage": "https://symfony.com", | |
5440 | + "keywords": [ | |
5441 | + "compatibility", | |
5442 | + "mbstring", | |
5443 | + "polyfill", | |
5444 | + "portable", | |
5445 | + "shim" | |
5446 | + ], | |
5447 | + "time": "2017-10-11T12:05:26+00:00" | |
5448 | + }, | |
5449 | + { | |
5450 | + "name": "symfony/yaml", | |
5451 | + "version": "v3.3.10", | |
5452 | + "source": { | |
5453 | + "type": "git", | |
5454 | + "url": "https://github.com/symfony/yaml.git", | |
5455 | + "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46" | |
5456 | + }, | |
5457 | + "dist": { | |
5458 | + "type": "zip", | |
5459 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", | |
5460 | + "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", | |
5461 | + "shasum": "" | |
5462 | + }, | |
5463 | + "require": { | |
5464 | + "php": "^5.5.9|>=7.0.8" | |
5465 | + }, | |
5466 | + "require-dev": { | |
5467 | + "symfony/console": "~2.8|~3.0" | |
5468 | + }, | |
5469 | + "suggest": { | |
5470 | + "symfony/console": "For validating YAML files using the lint command" | |
5471 | + }, | |
5472 | + "type": "library", | |
5473 | + "extra": { | |
5474 | + "branch-alias": { | |
5475 | + "dev-master": "3.3-dev" | |
5476 | + } | |
5477 | + }, | |
5478 | + "autoload": { | |
5479 | + "psr-4": { | |
5480 | + "Symfony\\Component\\Yaml\\": "" | |
5481 | + }, | |
5482 | + "exclude-from-classmap": [ | |
5483 | + "/Tests/" | |
5484 | + ] | |
5485 | + }, | |
5486 | + "notification-url": "https://packagist.org/downloads/", | |
5487 | + "license": [ | |
5488 | + "MIT" | |
5489 | + ], | |
5490 | + "authors": [ | |
5491 | + { | |
5492 | + "name": "Fabien Potencier", | |
5493 | + "email": "fabien@symfony.com" | |
5494 | + }, | |
5495 | + { | |
5496 | + "name": "Symfony Community", | |
5497 | + "homepage": "https://symfony.com/contributors" | |
5498 | + } | |
5499 | + ], | |
5500 | + "description": "Symfony Yaml Component", | |
5501 | + "homepage": "https://symfony.com", | |
5502 | + "time": "2017-10-05T14:43:42+00:00" | |
5503 | + }, | |
5504 | + { | |
5505 | + "name": "theseer/tokenizer", | |
5506 | + "version": "1.1.0", | |
5507 | + "source": { | |
5508 | + "type": "git", | |
5509 | + "url": "https://github.com/theseer/tokenizer.git", | |
5510 | + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" | |
5511 | + }, | |
5512 | + "dist": { | |
5513 | + "type": "zip", | |
5514 | + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", | |
5515 | + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", | |
5516 | + "shasum": "" | |
5517 | + }, | |
5518 | + "require": { | |
5519 | + "ext-dom": "*", | |
5520 | + "ext-tokenizer": "*", | |
5521 | + "ext-xmlwriter": "*", | |
5522 | + "php": "^7.0" | |
5523 | + }, | |
5524 | + "type": "library", | |
5525 | + "autoload": { | |
5526 | + "classmap": [ | |
5527 | + "src/" | |
5528 | + ] | |
5529 | + }, | |
5530 | + "notification-url": "https://packagist.org/downloads/", | |
5531 | + "license": [ | |
5532 | + "BSD-3-Clause" | |
5533 | + ], | |
5534 | + "authors": [ | |
5535 | + { | |
5536 | + "name": "Arne Blankerts", | |
5537 | + "email": "arne@blankerts.de", | |
5538 | + "role": "Developer" | |
5539 | + } | |
5540 | + ], | |
5541 | + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", | |
5542 | + "time": "2017-04-07T12:08:54+00:00" | |
5543 | + }, | |
5544 | + { | |
5545 | + "name": "webmozart/assert", | |
5546 | + "version": "1.2.0", | |
5547 | + "source": { | |
5548 | + "type": "git", | |
5549 | + "url": "https://github.com/webmozart/assert.git", | |
5550 | + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" | |
5551 | + }, | |
5552 | + "dist": { | |
5553 | + "type": "zip", | |
5554 | + "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", | |
5555 | + "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", | |
5556 | + "shasum": "" | |
5557 | + }, | |
5558 | + "require": { | |
5559 | + "php": "^5.3.3 || ^7.0" | |
5560 | + }, | |
5561 | + "require-dev": { | |
5562 | + "phpunit/phpunit": "^4.6", | |
5563 | + "sebastian/version": "^1.0.1" | |
5564 | + }, | |
5565 | + "type": "library", | |
5566 | + "extra": { | |
5567 | + "branch-alias": { | |
5568 | + "dev-master": "1.3-dev" | |
5569 | + } | |
5570 | + }, | |
5571 | + "autoload": { | |
5572 | + "psr-4": { | |
5573 | + "Webmozart\\Assert\\": "src/" | |
5574 | + } | |
5575 | + }, | |
5576 | + "notification-url": "https://packagist.org/downloads/", | |
5577 | + "license": [ | |
5578 | + "MIT" | |
5579 | + ], | |
5580 | + "authors": [ | |
5581 | + { | |
5582 | + "name": "Bernhard Schussek", | |
5583 | + "email": "bschussek@gmail.com" | |
5584 | + } | |
5585 | + ], | |
5586 | + "description": "Assertions to validate method input/output with nice error messages.", | |
5587 | + "keywords": [ | |
5588 | + "assert", | |
5589 | + "check", | |
5590 | + "validate" | |
5591 | + ], | |
5592 | + "time": "2016-11-23T20:04:58+00:00" | |
5593 | + }, | |
5594 | + { | |
5595 | + "name": "yiisoft/yii2-debug", | |
5596 | + "version": "2.0.12", | |
5597 | + "source": { | |
5598 | + "type": "git", | |
5599 | + "url": "https://github.com/yiisoft/yii2-debug.git", | |
5600 | + "reference": "93082f46d3568b4431a26f264e0d16a12c42bd50" | |
5601 | + }, | |
5602 | + "dist": { | |
5603 | + "type": "zip", | |
5604 | + "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/93082f46d3568b4431a26f264e0d16a12c42bd50", | |
5605 | + "reference": "93082f46d3568b4431a26f264e0d16a12c42bd50", | |
5606 | + "shasum": "" | |
5607 | + }, | |
5608 | + "require": { | |
5609 | + "yiisoft/yii2": "~2.0.11", | |
5610 | + "yiisoft/yii2-bootstrap": "~2.0.0" | |
5611 | + }, | |
5612 | + "type": "yii2-extension", | |
5613 | + "extra": { | |
5614 | + "branch-alias": { | |
5615 | + "dev-master": "2.0.x-dev" | |
5616 | + } | |
5617 | + }, | |
5618 | + "autoload": { | |
5619 | + "psr-4": { | |
5620 | + "yii\\debug\\": "" | |
5621 | + } | |
5622 | + }, | |
5623 | + "notification-url": "https://packagist.org/downloads/", | |
5624 | + "license": [ | |
5625 | + "BSD-3-Clause" | |
5626 | + ], | |
5627 | + "authors": [ | |
5628 | + { | |
5629 | + "name": "Qiang Xue", | |
5630 | + "email": "qiang.xue@gmail.com" | |
5631 | + } | |
5632 | + ], | |
5633 | + "description": "The debugger extension for the Yii framework", | |
5634 | + "keywords": [ | |
5635 | + "debug", | |
5636 | + "debugger", | |
5637 | + "yii2" | |
5638 | + ], | |
5639 | + "time": "2017-10-09T20:30:01+00:00" | |
5640 | + }, | |
5641 | + { | |
5642 | + "name": "yiisoft/yii2-faker", | |
5643 | + "version": "2.0.3", | |
5644 | + "source": { | |
5645 | + "type": "git", | |
5646 | + "url": "https://github.com/yiisoft/yii2-faker.git", | |
5647 | + "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c" | |
5648 | + }, | |
5649 | + "dist": { | |
5650 | + "type": "zip", | |
5651 | + "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/b88ca69ee226a3610b2c26c026c3203d7ac50f6c", | |
5652 | + "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c", | |
5653 | + "shasum": "" | |
5654 | + }, | |
5655 | + "require": { | |
5656 | + "fzaninotto/faker": "*", | |
5657 | + "yiisoft/yii2": "*" | |
5658 | + }, | |
5659 | + "type": "yii2-extension", | |
5660 | + "extra": { | |
5661 | + "branch-alias": { | |
5662 | + "dev-master": "2.0.x-dev" | |
5663 | + } | |
5664 | + }, | |
5665 | + "autoload": { | |
5666 | + "psr-4": { | |
5667 | + "yii\\faker\\": "" | |
5668 | + } | |
5669 | + }, | |
5670 | + "notification-url": "https://packagist.org/downloads/", | |
5671 | + "license": [ | |
5672 | + "BSD-3-Clause" | |
5673 | + ], | |
5674 | + "authors": [ | |
5675 | + { | |
5676 | + "name": "Mark Jebri", | |
5677 | + "email": "mark.github@yandex.ru" | |
5678 | + } | |
5679 | + ], | |
5680 | + "description": "Fixture generator. The Faker integration for the Yii framework.", | |
5681 | + "keywords": [ | |
5682 | + "Fixture", | |
5683 | + "faker", | |
5684 | + "yii2" | |
5685 | + ], | |
5686 | + "time": "2015-03-01T06:22:44+00:00" | |
5687 | + }, | |
5688 | + { | |
5689 | + "name": "yiisoft/yii2-gii", | |
5690 | + "version": "2.0.5", | |
5691 | + "source": { | |
5692 | + "type": "git", | |
5693 | + "url": "https://github.com/yiisoft/yii2-gii.git", | |
5694 | + "reference": "1bd6df6804ca077ec022587905a0d43eb286f507" | |
5695 | + }, | |
5696 | + "dist": { | |
5697 | + "type": "zip", | |
5698 | + "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/1bd6df6804ca077ec022587905a0d43eb286f507", | |
5699 | + "reference": "1bd6df6804ca077ec022587905a0d43eb286f507", | |
5700 | + "shasum": "" | |
5701 | + }, | |
5702 | + "require": { | |
5703 | + "bower-asset/typeahead.js": "0.10.* | ~0.11.0", | |
5704 | + "phpspec/php-diff": ">=1.0.2", | |
5705 | + "yiisoft/yii2": ">=2.0.4", | |
5706 | + "yiisoft/yii2-bootstrap": "~2.0" | |
5707 | + }, | |
5708 | + "type": "yii2-extension", | |
5709 | + "extra": { | |
5710 | + "branch-alias": { | |
5711 | + "dev-master": "2.0.x-dev" | |
5712 | + }, | |
5713 | + "asset-installer-paths": { | |
5714 | + "npm-asset-library": "vendor/npm", | |
5715 | + "bower-asset-library": "vendor/bower" | |
5716 | + } | |
5717 | + }, | |
5718 | + "autoload": { | |
5719 | + "psr-4": { | |
5720 | + "yii\\gii\\": "" | |
5721 | + } | |
5722 | + }, | |
5723 | + "notification-url": "https://packagist.org/downloads/", | |
5724 | + "license": [ | |
5725 | + "BSD-3-Clause" | |
5726 | + ], | |
5727 | + "authors": [ | |
5728 | + { | |
5729 | + "name": "Qiang Xue", | |
5730 | + "email": "qiang.xue@gmail.com" | |
5731 | + } | |
5732 | + ], | |
5733 | + "description": "The Gii extension for the Yii framework", | |
5734 | + "keywords": [ | |
5735 | + "code generator", | |
5736 | + "gii", | |
5737 | + "yii2" | |
5738 | + ], | |
5739 | + "time": "2016-03-18T14:09:46+00:00" | |
5740 | + } | |
5741 | + ], | |
5742 | + "aliases": [], | |
5743 | + "minimum-stability": "stable", | |
5744 | + "stability-flags": { | |
5745 | + "bower-asset/amcharts-stock": 20, | |
5746 | + "kartik-v/yii2-widget-select2": 20, | |
5747 | + "artweb/artbox-core": 20, | |
5748 | + "artweb/artbox-weblog": 20, | |
5749 | + "artweb/artbox-webcomment": 20 | |
5750 | + }, | |
5751 | + "prefer-stable": false, | |
5752 | + "prefer-lowest": false, | |
5753 | + "platform": { | |
5754 | + "php": ">=7.0" | |
5755 | + }, | |
5756 | + "platform-dev": [] | |
5757 | +} | ... | ... |
frontend/config/main.php
... | ... | @@ -14,15 +14,65 @@ |
14 | 14 | 'id' => 'app-frontend', |
15 | 15 | 'homeUrl' => '/', |
16 | 16 | 'basePath' => dirname(__DIR__), |
17 | - 'bootstrap' => [ 'log' ], | |
17 | + 'bootstrap' => [ | |
18 | + 'log', | |
19 | + 'assetsAutoCompress', | |
20 | + ], | |
18 | 21 | 'controllerNamespace' => 'frontend\controllers', |
19 | 22 | 'components' => [ |
20 | - 'request' => [ | |
23 | + 'assetsAutoCompress' => [ | |
24 | + 'class' => '\skeeks\yii2\assetsAuto\AssetsAutoCompressComponent', | |
25 | + 'enabled' => true, | |
26 | + | |
27 | + 'readFileTimeout' => 3, | |
28 | + //Time in seconds for reading each asset file | |
29 | + | |
30 | + 'jsCompress' => true, | |
31 | + //Enable minification js in html code | |
32 | + 'jsCompressFlaggedComments' => true, | |
33 | + //Cut comments during processing js | |
34 | + | |
35 | + 'cssCompress' => true, | |
36 | + //Enable minification css in html code | |
37 | + | |
38 | + 'cssFileCompile' => true, | |
39 | + //Turning association css files | |
40 | + 'cssFileRemouteCompile' => false, | |
41 | + //Trying to get css files to which the specified path as the remote file, skchat him to her. | |
42 | + 'cssFileCompress' => true, | |
43 | + //Enable compression and processing before being stored in the css file | |
44 | + 'cssFileBottom' => false, | |
45 | + //Moving down the page css files | |
46 | + 'cssFileBottomLoadOnJs' => false, | |
47 | + //Transfer css file down the page and uploading them using js | |
48 | + | |
49 | + 'jsFileCompile' => true, | |
50 | + //Turning association js files | |
51 | + 'jsFileRemouteCompile' => false, | |
52 | + //Trying to get a js files to which the specified path as the remote file, skchat him to her. | |
53 | + 'jsFileCompress' => true, | |
54 | + //Enable compression and processing js before saving a file | |
55 | + 'jsFileCompressFlaggedComments' => true, | |
56 | + //Cut comments during processing js | |
57 | + | |
58 | + 'htmlCompress' => true, | |
59 | + //Enable compression html | |
60 | + 'noIncludeJsFilesOnPjax' => true, | |
61 | + //Do not connect the js files when all pjax requests | |
62 | + 'htmlCompressOptions' => //options for compressing output result | |
63 | + [ | |
64 | + 'extra' => false, | |
65 | + //use more compact algorithm | |
66 | + 'no-comments' => true | |
67 | + //cut all the html comments | |
68 | + ], | |
69 | + ], | |
70 | + 'request' => [ | |
21 | 71 | 'class' => LanguageRequest::className(), |
22 | 72 | 'csrfParam' => '_csrf-frontend', |
23 | 73 | 'baseUrl' => '', |
24 | 74 | ], |
25 | - 'user' => [ | |
75 | + 'user' => [ | |
26 | 76 | 'identityClass' => 'common\models\User', |
27 | 77 | 'enableAutoLogin' => true, |
28 | 78 | 'identityCookie' => [ |
... | ... | @@ -30,11 +80,11 @@ |
30 | 80 | 'httpOnly' => true, |
31 | 81 | ], |
32 | 82 | ], |
33 | - 'session' => [ | |
83 | + 'session' => [ | |
34 | 84 | // this is the name of the session cookie used for login on the frontend |
35 | 85 | 'name' => 'advanced-frontend', |
36 | 86 | ], |
37 | - 'log' => [ | |
87 | + 'log' => [ | |
38 | 88 | 'traceLevel' => YII_DEBUG ? 3 : 0, |
39 | 89 | 'targets' => [ |
40 | 90 | [ |
... | ... | @@ -46,13 +96,13 @@ |
46 | 96 | ], |
47 | 97 | ], |
48 | 98 | ], |
49 | - 'errorHandler' => [ | |
99 | + 'errorHandler' => [ | |
50 | 100 | 'errorAction' => 'site/error', |
51 | 101 | ], |
52 | - 'urlManager' => [ | |
102 | + 'urlManager' => [ | |
53 | 103 | 'class' => SeoUrlManager::className(), |
54 | 104 | 'enablePrettyUrl' => true, |
55 | - 'redirects' => [ | |
105 | + 'redirects' => [ | |
56 | 106 | DirectRedirects::className(), |
57 | 107 | ], |
58 | 108 | 'showScriptName' => false, | ... | ... |