Issues (89)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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
    "hash": "7098c7e4572a94ca157e6abea8c80252",
8
    "content-hash": "281d0e9e9aaa9af2f61db7d90817bce3",
9
    "packages": [
10
        {
11
            "name": "2amigos/yii2-ckeditor-widget",
12
            "version": "2.0.1",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/2amigos/yii2-ckeditor-widget.git",
16
                "reference": "7092d708661b67965a9facce9e9f5e25ff39cac2"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/2amigos/yii2-ckeditor-widget/zipball/7092d708661b67965a9facce9e9f5e25ff39cac2",
21
                "reference": "7092d708661b67965a9facce9e9f5e25ff39cac2",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "ckeditor/ckeditor": "^4.5",
26
                "yiisoft/yii2": "^2.0"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "4.*"
30
            },
31
            "type": "yii2-extension",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "1.0-dev"
35
                },
36
                "asset-installer-paths": {
37
                    "bower-asset-library": "vendor/bower"
38
                }
39
            },
40
            "autoload": {
41
                "psr-4": {
42
                    "dosamigos\\ckeditor\\": "src"
43
                }
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "BSD-3-Clause"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "2amigOS! Consulting Group",
52
                    "email": "[email protected]",
53
                    "homepage": "http://2amigos.us",
54
                    "role": "Developer"
55
                }
56
            ],
57
            "description": "CKEditor widget for Yii2.",
58
            "homepage": "http://yiiwheels.com/extension/ckeditor-widget",
59
            "keywords": [
60
                "2amigos",
61
                "CKEditor",
62
                "extension",
63
                "widget",
64
                "yii",
65
                "yii 2",
66
                "yii2"
67
            ],
68
            "time": "2016-11-10 11:32:46"
69
        },
70
        {
71
            "name": "2amigos/yii2-date-picker-widget",
72
            "version": "1.0.5",
73
            "source": {
74
                "type": "git",
75
                "url": "https://github.com/2amigos/yii2-date-picker-widget.git",
76
                "reference": "89cd0d7f00785b608b4a9670016f2795f2e3984d"
77
            },
78
            "dist": {
79
                "type": "zip",
80
                "url": "https://api.github.com/repos/2amigos/yii2-date-picker-widget/zipball/89cd0d7f00785b608b4a9670016f2795f2e3984d",
81
                "reference": "89cd0d7f00785b608b4a9670016f2795f2e3984d",
82
                "shasum": ""
83
            },
84
            "require": {
85
                "bower-asset/bootstrap-datepicker": "1.4.0",
86
                "yiisoft/yii2": "~2.0.0",
87
                "yiisoft/yii2-bootstrap": "~2.0.3"
88
            },
89
            "require-dev": {
90
                "phpunit/phpunit": "4.*"
91
            },
92
            "type": "yii2-extension",
93
            "extra": {
94
                "branch-alias": {
95
                    "dev-master": "1.0-dev"
96
                },
97
                "asset-installer-paths": {
98
                    "bower-asset-library": "vendor/bower"
99
                }
100
            },
101
            "autoload": {
102
                "psr-4": {
103
                    "dosamigos\\datepicker\\": "src"
104
                }
105
            },
106
            "notification-url": "https://packagist.org/downloads/",
107
            "license": [
108
                "BSD-3-Clause"
109
            ],
110
            "authors": [
111
                {
112
                    "name": "2amigOS! Consulting Group",
113
                    "email": "[email protected]",
114
                    "homepage": "http://2amigos.us",
115
                    "role": "Developer"
116
                }
117
            ],
118
            "description": "Bootstrap DatePicker widget for Yii2.",
119
            "homepage": "http://yiiwheels.com/extension/bootstrap-datepicker",
120
            "keywords": [
121
                "2amigos",
122
                "datepicker",
123
                "extension",
124
                "widget",
125
                "yii",
126
                "yii 2",
127
                "yii2"
128
            ],
129
            "time": "2015-04-02 11:48:05"
130
        },
131
        {
132
            "name": "bower-asset/bootstrap",
133
            "version": "v3.3.7",
134
            "source": {
135
                "type": "git",
136
                "url": "https://github.com/twbs/bootstrap.git",
137
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86"
138
            },
139
            "dist": {
140
                "type": "zip",
141
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/0b9c4a4007c44201dce9a6cc1a38407005c26c86",
142
                "reference": "0b9c4a4007c44201dce9a6cc1a38407005c26c86",
143
                "shasum": ""
144
            },
145
            "require": {
146
                "bower-asset/jquery": ">=1.9.1,<4.0"
147
            },
148
            "type": "bower-asset-library",
149
            "extra": {
150
                "bower-asset-main": [
151
                    "less/bootstrap.less",
152
                    "dist/js/bootstrap.js"
153
                ],
154
                "bower-asset-ignore": [
155
                    "/.*",
156
                    "_config.yml",
157
                    "CNAME",
158
                    "composer.json",
159
                    "CONTRIBUTING.md",
160
                    "docs",
161
                    "js/tests",
162
                    "test-infra"
163
                ]
164
            },
165
            "license": [
166
                "MIT"
167
            ],
168
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
169
            "keywords": [
170
                "css",
171
                "framework",
172
                "front-end",
173
                "js",
174
                "less",
175
                "mobile-first",
176
                "responsive",
177
                "web"
178
            ]
179
        },
180
        {
181
            "name": "bower-asset/bootstrap-datepicker",
182
            "version": "v1.4.0",
183
            "source": {
184
                "type": "git",
185
                "url": "https://github.com/uxsolutions/bootstrap-datepicker.git",
186
                "reference": "e7ca6bb94dc483817f2ff10fc2b723b2b935e016"
187
            },
188
            "dist": {
189
                "type": "zip",
190
                "url": "https://api.github.com/repos/uxsolutions/bootstrap-datepicker/zipball/e7ca6bb94dc483817f2ff10fc2b723b2b935e016",
191
                "reference": "e7ca6bb94dc483817f2ff10fc2b723b2b935e016",
192
                "shasum": ""
193
            },
194
            "require": {
195
                "bower-asset/bootstrap": ">=2.0.4,<4.0",
196
                "bower-asset/jquery": ">=1.7.1"
197
            },
198
            "type": "bower-asset-library",
199
            "extra": {
200
                "bower-asset-main": [
201
                    "dist/css/bootstrap-datepicker.css",
202
                    "dist/css/bootstrap-datepicker3.css",
203
                    "js/bootstrap-datepicker.js"
204
                ],
205
                "bower-asset-ignore": []
206
            },
207
            "license": [
208
                "Apache-2.0"
209
            ]
210
        },
211
        {
212
            "name": "bower-asset/cropper",
213
            "version": "v2.3.4",
214
            "source": {
215
                "type": "git",
216
                "url": "https://github.com/fengyuanchen/cropper.git",
217
                "reference": "30c58b29ee21010e17e58ebab165fbd84285c685"
218
            },
219
            "dist": {
220
                "type": "zip",
221
                "url": "https://api.github.com/repos/fengyuanchen/cropper/zipball/30c58b29ee21010e17e58ebab165fbd84285c685",
222
                "reference": "30c58b29ee21010e17e58ebab165fbd84285c685",
223
                "shasum": ""
224
            },
225
            "type": "bower-asset-library",
226
            "extra": {
227
                "bower-asset-main": [
228
                    "dist/cropper.js",
229
                    "dist/cropper.css"
230
                ],
231
                "bower-asset-ignore": [
232
                    "**/.*",
233
                    "node_modules",
234
                    "bower_components",
235
                    "tests",
236
                    "test",
237
                    "examples",
238
                    "assets",
239
                    "demo",
240
                    "docs",
241
                    "gulpfile.js",
242
                    "CONTRIBUTING.md",
243
                    "ISSUE_TEMPLATE.md"
244
                ]
245
            },
246
            "license": [
247
                "MIT"
248
            ],
249
            "description": "A simple jQuery image cropping plugin.",
250
            "keywords": [
251
                "crop",
252
                "cropper",
253
                "cropping",
254
                "css",
255
                "development",
256
                "front-end",
257
                "html",
258
                "image",
259
                "javascript",
260
                "jquery",
261
                "move",
262
                "plugin",
263
                "rotate",
264
                "scale",
265
                "web",
266
                "zoom"
267
            ]
268
        },
269
        {
270
            "name": "bower-asset/jquery",
271
            "version": "2.2.4",
272
            "source": {
273
                "type": "git",
274
                "url": "https://github.com/jquery/jquery-dist.git",
275
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
276
            },
277
            "dist": {
278
                "type": "zip",
279
                "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
280
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
281
                "shasum": ""
282
            },
283
            "type": "bower-asset-library",
284
            "extra": {
285
                "bower-asset-main": "dist/jquery.js",
286
                "bower-asset-ignore": [
287
                    "package.json"
288
                ]
289
            },
290
            "license": [
291
                "MIT"
292
            ],
293
            "keywords": [
294
                "browser",
295
                "javascript",
296
                "jquery",
297
                "library"
298
            ]
299
        },
300
        {
301
            "name": "bower-asset/jquery.inputmask",
302
            "version": "3.2.7",
303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/RobinHerbots/Inputmask.git",
306
                "reference": "5a72c563b502b8e05958a524cdfffafe9987be38"
307
            },
308
            "dist": {
309
                "type": "zip",
310
                "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5a72c563b502b8e05958a524cdfffafe9987be38",
311
                "reference": "5a72c563b502b8e05958a524cdfffafe9987be38",
312
                "shasum": ""
313
            },
314
            "require": {
315
                "bower-asset/jquery": ">=1.7"
316
            },
317
            "type": "bower-asset-library",
318
            "extra": {
319
                "bower-asset-main": [
320
                    "./dist/inputmask/inputmask.js"
321
                ],
322
                "bower-asset-ignore": [
323
                    "**/*",
324
                    "!dist/*",
325
                    "!dist/inputmask/*",
326
                    "!dist/min/*",
327
                    "!dist/min/inputmask/*",
328
                    "!extra/bindings/*",
329
                    "!extra/dependencyLibs/*",
330
                    "!extra/phone-codes/*"
331
                ]
332
            },
333
            "license": [
334
                "http://opensource.org/licenses/mit-license.php"
335
            ],
336
            "description": "jquery.inputmask is a jquery plugin which create an input mask.",
337
            "keywords": [
338
                "form",
339
                "input",
340
                "inputmask",
341
                "jquery",
342
                "mask",
343
                "plugins"
344
            ]
345
        },
346
        {
347
            "name": "bower-asset/punycode",
348
            "version": "v1.3.2",
349
            "source": {
350
                "type": "git",
351
                "url": "https://github.com/bestiejs/punycode.js.git",
352
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
353
            },
354
            "dist": {
355
                "type": "zip",
356
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
357
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
358
                "shasum": ""
359
            },
360
            "type": "bower-asset-library",
361
            "extra": {
362
                "bower-asset-main": "punycode.js",
363
                "bower-asset-ignore": [
364
                    "coverage",
365
                    "tests",
366
                    ".*",
367
                    "component.json",
368
                    "Gruntfile.js",
369
                    "node_modules",
370
                    "package.json"
371
                ]
372
            }
373
        },
374
        {
375
            "name": "bower-asset/yii2-pjax",
376
            "version": "v2.0.6",
377
            "source": {
378
                "type": "git",
379
                "url": "https://github.com/yiisoft/jquery-pjax.git",
380
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978"
381
            },
382
            "dist": {
383
                "type": "zip",
384
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978",
385
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978",
386
                "shasum": ""
387
            },
388
            "require": {
389
                "bower-asset/jquery": ">=1.8"
390
            },
391
            "type": "bower-asset-library",
392
            "extra": {
393
                "bower-asset-main": "./jquery.pjax.js",
394
                "bower-asset-ignore": [
395
                    ".travis.yml",
396
                    "Gemfile",
397
                    "Gemfile.lock",
398
                    "CONTRIBUTING.md",
399
                    "vendor/",
400
                    "script/",
401
                    "test/"
402
                ]
403
            },
404
            "license": [
405
                "MIT"
406
            ]
407
        },
408
        {
409
            "name": "cebe/markdown",
410
            "version": "1.1.1",
411
            "source": {
412
                "type": "git",
413
                "url": "https://github.com/cebe/markdown.git",
414
                "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166"
415
            },
416
            "dist": {
417
                "type": "zip",
418
                "url": "https://api.github.com/repos/cebe/markdown/zipball/c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
419
                "reference": "c30eb5e01fe021cc5bba2f9ee0eeef96d4931166",
420
                "shasum": ""
421
            },
422
            "require": {
423
                "lib-pcre": "*",
424
                "php": ">=5.4.0"
425
            },
426
            "require-dev": {
427
                "cebe/indent": "*",
428
                "facebook/xhprof": "*@dev",
429
                "phpunit/phpunit": "4.1.*"
430
            },
431
            "bin": [
432
                "bin/markdown"
433
            ],
434
            "type": "library",
435
            "extra": {
436
                "branch-alias": {
437
                    "dev-master": "1.1.x-dev"
438
                }
439
            },
440
            "autoload": {
441
                "psr-4": {
442
                    "cebe\\markdown\\": ""
443
                }
444
            },
445
            "notification-url": "https://packagist.org/downloads/",
446
            "license": [
447
                "MIT"
448
            ],
449
            "authors": [
450
                {
451
                    "name": "Carsten Brandt",
452
                    "email": "[email protected]",
453
                    "homepage": "http://cebe.cc/",
454
                    "role": "Creator"
455
                }
456
            ],
457
            "description": "A super fast, highly extensible markdown parser for PHP",
458
            "homepage": "https://github.com/cebe/markdown#readme",
459
            "keywords": [
460
                "extensible",
461
                "fast",
462
                "gfm",
463
                "markdown",
464
                "markdown-extra"
465
            ],
466
            "time": "2016-09-14 20:40:20"
467
        },
468
        {
469
            "name": "ckeditor/ckeditor",
470
            "version": "4.6.0",
471
            "source": {
472
                "type": "git",
473
                "url": "https://github.com/ckeditor/ckeditor-releases.git",
474
                "reference": "2530c9c5d26f275882da192ba2231ac69e967474"
475
            },
476
            "dist": {
477
                "type": "zip",
478
                "url": "https://api.github.com/repos/ckeditor/ckeditor-releases/zipball/2530c9c5d26f275882da192ba2231ac69e967474",
479
                "reference": "2530c9c5d26f275882da192ba2231ac69e967474",
480
                "shasum": ""
481
            },
482
            "type": "library",
483
            "notification-url": "https://packagist.org/downloads/",
484
            "license": [
485
                "GPL-2.0+",
486
                "LGPL-2.1+",
487
                "MPL-1.1+"
488
            ],
489
            "authors": [
490
                {
491
                    "name": "CKSource",
492
                    "homepage": "http://cksource.com"
493
                }
494
            ],
495
            "description": "JavaScript WYSIWYG web text editor.",
496
            "homepage": "http://ckeditor.com",
497
            "keywords": [
498
                "CKEditor",
499
                "editor",
500
                "fckeditor",
501
                "html",
502
                "javascript",
503
                "richtext",
504
                "text",
505
                "wysiwyg"
506
            ],
507
            "time": "2016-11-16 15:14:40"
508
        },
509
        {
510
            "name": "ezyang/htmlpurifier",
511
            "version": "v4.8.0",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/ezyang/htmlpurifier.git",
515
                "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
520
                "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": ">=5.2"
525
            },
526
            "type": "library",
527
            "autoload": {
528
                "psr-0": {
529
                    "HTMLPurifier": "library/"
530
                },
531
                "files": [
532
                    "library/HTMLPurifier.composer.php"
533
                ]
534
            },
535
            "notification-url": "https://packagist.org/downloads/",
536
            "license": [
537
                "LGPL"
538
            ],
539
            "authors": [
540
                {
541
                    "name": "Edward Z. Yang",
542
                    "email": "[email protected]",
543
                    "homepage": "http://ezyang.com"
544
                }
545
            ],
546
            "description": "Standards compliant HTML filter written in PHP",
547
            "homepage": "http://htmlpurifier.org/",
548
            "keywords": [
549
                "html"
550
            ],
551
            "time": "2016-07-16 12:58:58"
552
        },
553
        {
554
            "name": "flow/jsonpath",
555
            "version": "0.3.4",
556
            "source": {
557
                "type": "git",
558
                "url": "https://github.com/FlowCommunications/JSONPath.git",
559
                "reference": "00aa9c361e4d0a210dd95f3c917a1e0dde3a957f"
560
            },
561
            "dist": {
562
                "type": "zip",
563
                "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/00aa9c361e4d0a210dd95f3c917a1e0dde3a957f",
564
                "reference": "00aa9c361e4d0a210dd95f3c917a1e0dde3a957f",
565
                "shasum": ""
566
            },
567
            "require": {
568
                "php": ">=5.4.0"
569
            },
570
            "require-dev": {
571
                "peekmo/jsonpath": "dev-master",
572
                "phpunit/phpunit": "^4.0"
573
            },
574
            "type": "library",
575
            "autoload": {
576
                "psr-0": {
577
                    "Flow\\JSONPath": "src/",
578
                    "Flow\\JSONPath\\Test": "tests/"
579
                }
580
            },
581
            "notification-url": "https://packagist.org/downloads/",
582
            "license": [
583
                "MIT"
584
            ],
585
            "authors": [
586
                {
587
                    "name": "Stephen Frank",
588
                    "email": "[email protected]"
589
                }
590
            ],
591
            "description": "JSONPath implementation for parsing, searching and flattening arrays",
592
            "time": "2016-09-06 17:43:18"
593
        },
594
        {
595
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
596
            "version": "v5.4.3",
597
            "source": {
598
                "type": "git",
599
                "url": "https://github.com/swiftmailer/swiftmailer.git",
600
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
601
            },
602
            "dist": {
603
                "type": "zip",
604
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
605
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
606
                "shasum": ""
607
            },
608
            "require": {
609
                "php": ">=5.3.3"
610
            },
611
            "require-dev": {
612
                "mockery/mockery": "~0.9.1"
613
            },
614
            "type": "library",
615
            "extra": {
616
                "branch-alias": {
617
                    "dev-master": "5.4-dev"
618
                }
619
            },
620
            "autoload": {
621
                "files": [
622
                    "lib/swift_required.php"
623
                ]
624
            },
625
            "notification-url": "https://packagist.org/downloads/",
626
            "license": [
627
                "MIT"
628
            ],
629
            "authors": [
630
                {
631
                    "name": "Chris Corbyn"
632
                },
633
                {
634
                    "name": "Fabien Potencier",
635
                    "email": "[email protected]"
636
                }
637
            ],
638
            "description": "Swiftmailer, free feature-rich PHP mailer",
639
            "homepage": "http://swiftmailer.org",
640
            "keywords": [
641
                "email",
642
                "mail",
643
                "mailer"
644
            ],
645
            "time": "2016-07-08 11:51:25"
646
        },
647
        {
648
            "name": "yiisoft/yii2",
649
            "version": "2.0.10",
650
            "source": {
651
                "type": "git",
652
                "url": "https://github.com/yiisoft/yii2-framework.git",
653
                "reference": "5bfcb7a6dfa9771e2248eb8c4448613330f343ff"
654
            },
655
            "dist": {
656
                "type": "zip",
657
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/5bfcb7a6dfa9771e2248eb8c4448613330f343ff",
658
                "reference": "5bfcb7a6dfa9771e2248eb8c4448613330f343ff",
659
                "shasum": ""
660
            },
661
            "require": {
662
                "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
663
                "bower-asset/jquery.inputmask": "~3.2.2",
664
                "bower-asset/punycode": "1.3.*",
665
                "bower-asset/yii2-pjax": "~2.0.1",
666
                "cebe/markdown": "~1.0.0 | ~1.1.0",
667
                "ext-ctype": "*",
668
                "ext-mbstring": "*",
669
                "ezyang/htmlpurifier": "~4.6",
670
                "lib-pcre": "*",
671
                "php": ">=5.4.0",
672
                "yiisoft/yii2-composer": "~2.0.4"
673
            },
674
            "bin": [
675
                "yii"
676
            ],
677
            "type": "library",
678
            "extra": {
679
                "branch-alias": {
680
                    "dev-master": "2.0.x-dev"
681
                }
682
            },
683
            "autoload": {
684
                "psr-4": {
685
                    "yii\\": ""
686
                }
687
            },
688
            "notification-url": "https://packagist.org/downloads/",
689
            "license": [
690
                "BSD-3-Clause"
691
            ],
692
            "authors": [
693
                {
694
                    "name": "Qiang Xue",
695
                    "email": "[email protected]",
696
                    "homepage": "http://www.yiiframework.com/",
697
                    "role": "Founder and project lead"
698
                },
699
                {
700
                    "name": "Alexander Makarov",
701
                    "email": "[email protected]",
702
                    "homepage": "http://rmcreative.ru/",
703
                    "role": "Core framework development"
704
                },
705
                {
706
                    "name": "Maurizio Domba",
707
                    "homepage": "http://mdomba.info/",
708
                    "role": "Core framework development"
709
                },
710
                {
711
                    "name": "Carsten Brandt",
712
                    "email": "[email protected]",
713
                    "homepage": "http://cebe.cc/",
714
                    "role": "Core framework development"
715
                },
716
                {
717
                    "name": "Timur Ruziev",
718
                    "email": "[email protected]",
719
                    "homepage": "http://resurtm.com/",
720
                    "role": "Core framework development"
721
                },
722
                {
723
                    "name": "Paul Klimov",
724
                    "email": "[email protected]",
725
                    "role": "Core framework development"
726
                },
727
                {
728
                    "name": "Dmitry Naumenko",
729
                    "email": "[email protected]",
730
                    "role": "Core framework development"
731
                }
732
            ],
733
            "description": "Yii PHP Framework Version 2",
734
            "homepage": "http://www.yiiframework.com/",
735
            "keywords": [
736
                "framework",
737
                "yii2"
738
            ],
739
            "time": "2016-10-20 12:02:50"
740
        },
741
        {
742
            "name": "yiisoft/yii2-authclient",
743
            "version": "2.1.1",
744
            "source": {
745
                "type": "git",
746
                "url": "https://github.com/yiisoft/yii2-authclient.git",
747
                "reference": "5ed7ebfda270d87197f7640b2a9c046297080cac"
748
            },
749
            "dist": {
750
                "type": "zip",
751
                "url": "https://api.github.com/repos/yiisoft/yii2-authclient/zipball/5ed7ebfda270d87197f7640b2a9c046297080cac",
752
                "reference": "5ed7ebfda270d87197f7640b2a9c046297080cac",
753
                "shasum": ""
754
            },
755
            "require": {
756
                "yiisoft/yii2-httpclient": "~2.0.1"
757
            },
758
            "type": "yii2-extension",
759
            "extra": {
760
                "branch-alias": {
761
                    "dev-master": "2.0.x-dev"
762
                }
763
            },
764
            "autoload": {
765
                "psr-4": {
766
                    "yii\\authclient\\": ""
767
                }
768
            },
769
            "notification-url": "https://packagist.org/downloads/",
770
            "license": [
771
                "BSD-3-Clause"
772
            ],
773
            "authors": [
774
                {
775
                    "name": "Paul Klimov",
776
                    "email": "[email protected]"
777
                }
778
            ],
779
            "description": "External authentication via OAuth and OpenID for the Yii framework",
780
            "keywords": [
781
                "OpenId",
782
                "api",
783
                "auth",
784
                "oauth",
785
                "yii2"
786
            ],
787
            "time": "2016-08-29 09:21:09"
788
        },
789
        {
790
            "name": "yiisoft/yii2-bootstrap",
791
            "version": "2.0.6",
792
            "source": {
793
                "type": "git",
794
                "url": "https://github.com/yiisoft/yii2-bootstrap.git",
795
                "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5"
796
            },
797
            "dist": {
798
                "type": "zip",
799
                "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
800
                "reference": "3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5",
801
                "shasum": ""
802
            },
803
            "require": {
804
                "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
805
                "yiisoft/yii2": ">=2.0.6"
806
            },
807
            "type": "yii2-extension",
808
            "extra": {
809
                "branch-alias": {
810
                    "dev-master": "2.0.x-dev"
811
                },
812
                "asset-installer-paths": {
813
                    "npm-asset-library": "vendor/npm",
814
                    "bower-asset-library": "vendor/bower"
815
                }
816
            },
817
            "autoload": {
818
                "psr-4": {
819
                    "yii\\bootstrap\\": ""
820
                }
821
            },
822
            "notification-url": "https://packagist.org/downloads/",
823
            "license": [
824
                "BSD-3-Clause"
825
            ],
826
            "authors": [
827
                {
828
                    "name": "Qiang Xue",
829
                    "email": "[email protected]"
830
                }
831
            ],
832
            "description": "The Twitter Bootstrap extension for the Yii framework",
833
            "keywords": [
834
                "bootstrap",
835
                "yii2"
836
            ],
837
            "time": "2016-03-17 03:29:28"
838
        },
839
        {
840
            "name": "yiisoft/yii2-composer",
841
            "version": "2.0.4",
842
            "source": {
843
                "type": "git",
844
                "url": "https://github.com/yiisoft/yii2-composer.git",
845
                "reference": "7452fd908a5023b8bb5ea1b123a174ca080de464"
846
            },
847
            "dist": {
848
                "type": "zip",
849
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/7452fd908a5023b8bb5ea1b123a174ca080de464",
850
                "reference": "7452fd908a5023b8bb5ea1b123a174ca080de464",
851
                "shasum": ""
852
            },
853
            "require": {
854
                "composer-plugin-api": "^1.0"
855
            },
856
            "type": "composer-plugin",
857
            "extra": {
858
                "class": "yii\\composer\\Plugin",
859
                "branch-alias": {
860
                    "dev-master": "2.0.x-dev"
861
                }
862
            },
863
            "autoload": {
864
                "psr-4": {
865
                    "yii\\composer\\": ""
866
                }
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "BSD-3-Clause"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Qiang Xue",
875
                    "email": "[email protected]"
876
                }
877
            ],
878
            "description": "The composer plugin for Yii extension installer",
879
            "keywords": [
880
                "composer",
881
                "extension installer",
882
                "yii2"
883
            ],
884
            "time": "2016-02-06 00:49:24"
885
        },
886
        {
887
            "name": "yiisoft/yii2-httpclient",
888
            "version": "2.0.2",
889
            "source": {
890
                "type": "git",
891
                "url": "https://github.com/yiisoft/yii2-httpclient.git",
892
                "reference": "2cc58c318da3c7c71bda1cc26bd3ec5a3ac26284"
893
            },
894
            "dist": {
895
                "type": "zip",
896
                "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/2cc58c318da3c7c71bda1cc26bd3ec5a3ac26284",
897
                "reference": "2cc58c318da3c7c71bda1cc26bd3ec5a3ac26284",
898
                "shasum": ""
899
            },
900
            "require": {
901
                "yiisoft/yii2": "~2.0.0"
902
            },
903
            "type": "yii2-extension",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-master": "2.0.x-dev"
907
                }
908
            },
909
            "autoload": {
910
                "psr-4": {
911
                    "yii\\httpclient\\": ""
912
                }
913
            },
914
            "notification-url": "https://packagist.org/downloads/",
915
            "license": [
916
                "BSD-3-Clause"
917
            ],
918
            "authors": [
919
                {
920
                    "name": "Paul Klimov",
921
                    "email": "[email protected]"
922
                }
923
            ],
924
            "description": "HTTP client extension for the Yii framework",
925
            "keywords": [
926
                "curl",
927
                "http",
928
                "httpclient",
929
                "yii2"
930
            ],
931
            "time": "2016-10-31 11:29:06"
932
        },
933
        {
934
            "name": "yiisoft/yii2-swiftmailer",
935
            "version": "2.0.6",
936
            "source": {
937
                "type": "git",
938
                "url": "https://github.com/yiisoft/yii2-swiftmailer.git",
939
                "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5"
940
            },
941
            "dist": {
942
                "type": "zip",
943
                "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/26b900767f1031ff3a4668dfa36c10595875f0a5",
944
                "reference": "26b900767f1031ff3a4668dfa36c10595875f0a5",
945
                "shasum": ""
946
            },
947
            "require": {
948
                "swiftmailer/swiftmailer": "~5.0",
949
                "yiisoft/yii2": "~2.0.4"
950
            },
951
            "type": "yii2-extension",
952
            "extra": {
953
                "branch-alias": {
954
                    "dev-master": "2.0.x-dev"
955
                }
956
            },
957
            "autoload": {
958
                "psr-4": {
959
                    "yii\\swiftmailer\\": ""
960
                }
961
            },
962
            "notification-url": "https://packagist.org/downloads/",
963
            "license": [
964
                "BSD-3-Clause"
965
            ],
966
            "authors": [
967
                {
968
                    "name": "Paul Klimov",
969
                    "email": "[email protected]"
970
                }
971
            ],
972
            "description": "The SwiftMailer integration for the Yii framework",
973
            "keywords": [
974
                "email",
975
                "mail",
976
                "mailer",
977
                "swift",
978
                "swiftmailer",
979
                "yii2"
980
            ],
981
            "time": "2016-09-09 11:48:11"
982
        }
983
    ],
984
    "packages-dev": [
985
        {
986
            "name": "behat/gherkin",
987
            "version": "v4.4.5",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/Behat/Gherkin.git",
991
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
996
                "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "php": ">=5.3.1"
1001
            },
1002
            "require-dev": {
1003
                "phpunit/phpunit": "~4.5|~5",
1004
                "symfony/phpunit-bridge": "~2.7|~3",
1005
                "symfony/yaml": "~2.3|~3"
1006
            },
1007
            "suggest": {
1008
                "symfony/yaml": "If you want to parse features, represented in YAML files"
1009
            },
1010
            "type": "library",
1011
            "extra": {
1012
                "branch-alias": {
1013
                    "dev-master": "4.4-dev"
1014
                }
1015
            },
1016
            "autoload": {
1017
                "psr-0": {
1018
                    "Behat\\Gherkin": "src/"
1019
                }
1020
            },
1021
            "notification-url": "https://packagist.org/downloads/",
1022
            "license": [
1023
                "MIT"
1024
            ],
1025
            "authors": [
1026
                {
1027
                    "name": "Konstantin Kudryashov",
1028
                    "email": "[email protected]",
1029
                    "homepage": "http://everzet.com"
1030
                }
1031
            ],
1032
            "description": "Gherkin DSL parser for PHP 5.3",
1033
            "homepage": "http://behat.org/",
1034
            "keywords": [
1035
                "BDD",
1036
                "Behat",
1037
                "Cucumber",
1038
                "DSL",
1039
                "gherkin",
1040
                "parser"
1041
            ],
1042
            "time": "2016-10-30 11:50:56"
1043
        },
1044
        {
1045
            "name": "bower-asset/typeahead.js",
1046
            "version": "v0.11.1",
1047
            "source": {
1048
                "type": "git",
1049
                "url": "https://github.com/twitter/typeahead.js.git",
1050
                "reference": "588440f66559714280628a4f9799f0c4eb880a4a"
1051
            },
1052
            "dist": {
1053
                "type": "zip",
1054
                "url": "https://api.github.com/repos/twitter/typeahead.js/zipball/588440f66559714280628a4f9799f0c4eb880a4a",
1055
                "reference": "588440f66559714280628a4f9799f0c4eb880a4a",
1056
                "shasum": ""
1057
            },
1058
            "require": {
1059
                "bower-asset/jquery": ">=1.7"
1060
            },
1061
            "require-dev": {
1062
                "bower-asset/jasmine-ajax": "~1.3.1",
1063
                "bower-asset/jasmine-jquery": "~1.5.2",
1064
                "bower-asset/jquery": "~1.7"
1065
            },
1066
            "type": "bower-asset-library",
1067
            "extra": {
1068
                "bower-asset-main": "dist/typeahead.bundle.js"
1069
            }
1070
        },
1071
        {
1072
            "name": "codeception/base",
1073
            "version": "2.2.6",
1074
            "source": {
1075
                "type": "git",
1076
                "url": "https://github.com/Codeception/base.git",
1077
                "reference": "f70c77fe9941c41f567fe62b1e96e1ed33235ac7"
1078
            },
1079
            "dist": {
1080
                "type": "zip",
1081
                "url": "https://api.github.com/repos/Codeception/base/zipball/f70c77fe9941c41f567fe62b1e96e1ed33235ac7",
1082
                "reference": "f70c77fe9941c41f567fe62b1e96e1ed33235ac7",
1083
                "shasum": ""
1084
            },
1085
            "require": {
1086
                "behat/gherkin": "~4.4.0",
1087
                "ext-json": "*",
1088
                "ext-mbstring": "*",
1089
                "guzzlehttp/psr7": "~1.0",
1090
                "php": ">=5.4.0 <8.0",
1091
                "phpunit/php-code-coverage": ">=2.1.3 <5.0",
1092
                "phpunit/phpunit": ">4.8.20 <6.0",
1093
                "sebastian/comparator": "~1.1",
1094
                "sebastian/diff": "^1.4",
1095
                "symfony/browser-kit": ">=2.7 <4.0",
1096
                "symfony/console": ">=2.7 <4.0",
1097
                "symfony/css-selector": ">=2.7 <4.0",
1098
                "symfony/dom-crawler": ">=2.7 <4.0",
1099
                "symfony/event-dispatcher": ">=2.7 <4.0",
1100
                "symfony/finder": ">=2.7 <4.0",
1101
                "symfony/yaml": ">=2.7 <4.0"
1102
            },
1103
            "require-dev": {
1104
                "codeception/specify": "~0.3",
1105
                "facebook/graph-sdk": "~5.3",
1106
                "flow/jsonpath": "~0.2",
1107
                "league/factory-muffin": "^3.0",
1108
                "league/factory-muffin-faker": "^1.0",
1109
                "mongodb/mongodb": "^1.0",
1110
                "monolog/monolog": "~1.8",
1111
                "pda/pheanstalk": "~3.0",
1112
                "php-amqplib/php-amqplib": "~2.4",
1113
                "predis/predis": "^1.0",
1114
                "squizlabs/php_codesniffer": "~2.0"
1115
            },
1116
            "suggest": {
1117
                "codeception/specify": "BDD-style code blocks",
1118
                "codeception/verify": "BDD-style assertions",
1119
                "flow/jsonpath": "For using JSONPath in REST module",
1120
                "league/factory-muffin": "For DataFactory module",
1121
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
1122
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
1123
                "symfony/phpunit-bridge": "For phpunit-bridge support"
1124
            },
1125
            "bin": [
1126
                "codecept"
1127
            ],
1128
            "type": "library",
1129
            "extra": {
1130
                "branch-alias": []
1131
            },
1132
            "autoload": {
1133
                "psr-4": {
1134
                    "Codeception\\": "src\\Codeception",
1135
                    "Codeception\\Extension\\": "ext"
1136
                }
1137
            },
1138
            "notification-url": "https://packagist.org/downloads/",
1139
            "license": [
1140
                "MIT"
1141
            ],
1142
            "authors": [
1143
                {
1144
                    "name": "Michael Bodnarchuk",
1145
                    "email": "[email protected]",
1146
                    "homepage": "http://codegyre.com"
1147
                }
1148
            ],
1149
            "description": "BDD-style testing framework",
1150
            "homepage": "http://codeception.com/",
1151
            "keywords": [
1152
                "BDD",
1153
                "TDD",
1154
                "acceptance testing",
1155
                "functional testing",
1156
                "unit testing"
1157
            ],
1158
            "time": "2016-10-27 00:07:01"
1159
        },
1160
        {
1161
            "name": "codeception/codeception",
1162
            "version": "2.2.6",
1163
            "source": {
1164
                "type": "git",
1165
                "url": "https://github.com/Codeception/Codeception.git",
1166
                "reference": "5fbe312c8138e71458ec1e715b0ce262331ca5a2"
1167
            },
1168
            "dist": {
1169
                "type": "zip",
1170
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/5fbe312c8138e71458ec1e715b0ce262331ca5a2",
1171
                "reference": "5fbe312c8138e71458ec1e715b0ce262331ca5a2",
1172
                "shasum": ""
1173
            },
1174
            "require": {
1175
                "behat/gherkin": "~4.4.0",
1176
                "ext-json": "*",
1177
                "ext-mbstring": "*",
1178
                "facebook/webdriver": ">=1.0.1 <2.0",
1179
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
1180
                "guzzlehttp/psr7": "~1.0",
1181
                "php": ">=5.4.0 <8.0",
1182
                "phpunit/php-code-coverage": ">=2.1.3 <5.0",
1183
                "phpunit/phpunit": ">4.8.20 <6.0",
1184
                "sebastian/comparator": "~1.1",
1185
                "sebastian/diff": "^1.4",
1186
                "symfony/browser-kit": ">=2.7 <4.0",
1187
                "symfony/console": ">=2.7 <4.0",
1188
                "symfony/css-selector": ">=2.7 <4.0",
1189
                "symfony/dom-crawler": ">=2.7 <4.0",
1190
                "symfony/event-dispatcher": ">=2.7 <4.0",
1191
                "symfony/finder": ">=2.7 <4.0",
1192
                "symfony/yaml": ">=2.7 <4.0"
1193
            },
1194
            "require-dev": {
1195
                "codeception/specify": "~0.3",
1196
                "facebook/graph-sdk": "~5.3",
1197
                "flow/jsonpath": "~0.2",
1198
                "league/factory-muffin": "^3.0",
1199
                "league/factory-muffin-faker": "^1.0",
1200
                "mongodb/mongodb": "^1.0",
1201
                "monolog/monolog": "~1.8",
1202
                "pda/pheanstalk": "~3.0",
1203
                "php-amqplib/php-amqplib": "~2.4",
1204
                "predis/predis": "^1.0",
1205
                "squizlabs/php_codesniffer": "~2.0"
1206
            },
1207
            "suggest": {
1208
                "codeception/specify": "BDD-style code blocks",
1209
                "codeception/verify": "BDD-style assertions",
1210
                "flow/jsonpath": "For using JSONPath in REST module",
1211
                "league/factory-muffin": "For DataFactory module",
1212
                "league/factory-muffin-faker": "For Faker support in DataFactory module",
1213
                "phpseclib/phpseclib": "for SFTP option in FTP Module",
1214
                "symfony/phpunit-bridge": "For phpunit-bridge support"
1215
            },
1216
            "bin": [
1217
                "codecept"
1218
            ],
1219
            "type": "library",
1220
            "extra": {
1221
                "branch-alias": []
1222
            },
1223
            "autoload": {
1224
                "psr-4": {
1225
                    "Codeception\\": "src\\Codeception",
1226
                    "Codeception\\Extension\\": "ext"
1227
                }
1228
            },
1229
            "notification-url": "https://packagist.org/downloads/",
1230
            "license": [
1231
                "MIT"
1232
            ],
1233
            "authors": [
1234
                {
1235
                    "name": "Michael Bodnarchuk",
1236
                    "email": "[email protected]",
1237
                    "homepage": "http://codegyre.com"
1238
                }
1239
            ],
1240
            "description": "BDD-style testing framework",
1241
            "homepage": "http://codeception.com/",
1242
            "keywords": [
1243
                "BDD",
1244
                "TDD",
1245
                "acceptance testing",
1246
                "functional testing",
1247
                "unit testing"
1248
            ],
1249
            "time": "2016-10-27 00:00:34"
1250
        },
1251
        {
1252
            "name": "codeception/specify",
1253
            "version": "0.4.5",
1254
            "source": {
1255
                "type": "git",
1256
                "url": "https://github.com/Codeception/Specify.git",
1257
                "reference": "5fb1d68a737f31155a0f7410cf47dea479b33415"
1258
            },
1259
            "dist": {
1260
                "type": "zip",
1261
                "url": "https://api.github.com/repos/Codeception/Specify/zipball/5fb1d68a737f31155a0f7410cf47dea479b33415",
1262
                "reference": "5fb1d68a737f31155a0f7410cf47dea479b33415",
1263
                "shasum": ""
1264
            },
1265
            "require": {
1266
                "myclabs/deep-copy": "~1.1",
1267
                "php": ">=5.4.0"
1268
            },
1269
            "require-dev": {
1270
                "phpunit/phpunit": "~4.0"
1271
            },
1272
            "type": "library",
1273
            "autoload": {
1274
                "psr-0": {
1275
                    "Codeception\\": "src/"
1276
                }
1277
            },
1278
            "notification-url": "https://packagist.org/downloads/",
1279
            "authors": [
1280
                {
1281
                    "name": "Michael Bodnarchuk",
1282
                    "email": "[email protected]"
1283
                }
1284
            ],
1285
            "description": "BDD code blocks for PHPUnit and Codeception",
1286
            "time": "2016-10-17 22:28:20"
1287
        },
1288
        {
1289
            "name": "codeception/verify",
1290
            "version": "0.3.2",
1291
            "source": {
1292
                "type": "git",
1293
                "url": "https://github.com/Codeception/Verify.git",
1294
                "reference": "b06d706261d1fee0cc312bacc5c1b7c506e5213a"
1295
            },
1296
            "dist": {
1297
                "type": "zip",
1298
                "url": "https://api.github.com/repos/Codeception/Verify/zipball/b06d706261d1fee0cc312bacc5c1b7c506e5213a",
1299
                "reference": "b06d706261d1fee0cc312bacc5c1b7c506e5213a",
1300
                "shasum": ""
1301
            },
1302
            "require-dev": {
1303
                "phpunit/phpunit": "~4.0"
1304
            },
1305
            "type": "library",
1306
            "autoload": {
1307
                "files": [
1308
                    "src/Codeception/function.php"
1309
                ]
1310
            },
1311
            "notification-url": "https://packagist.org/downloads/",
1312
            "license": [
1313
                "MIT"
1314
            ],
1315
            "authors": [
1316
                {
1317
                    "name": "Michael Bodnarchuk",
1318
                    "email": "[email protected]"
1319
                }
1320
            ],
1321
            "description": "BDD assertion library for PHPUnit",
1322
            "time": "2016-08-29 22:49:25"
1323
        },
1324
        {
1325
            "name": "doctrine/instantiator",
1326
            "version": "1.0.5",
1327
            "source": {
1328
                "type": "git",
1329
                "url": "https://github.com/doctrine/instantiator.git",
1330
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1331
            },
1332
            "dist": {
1333
                "type": "zip",
1334
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1335
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1336
                "shasum": ""
1337
            },
1338
            "require": {
1339
                "php": ">=5.3,<8.0-DEV"
1340
            },
1341
            "require-dev": {
1342
                "athletic/athletic": "~0.1.8",
1343
                "ext-pdo": "*",
1344
                "ext-phar": "*",
1345
                "phpunit/phpunit": "~4.0",
1346
                "squizlabs/php_codesniffer": "~2.0"
1347
            },
1348
            "type": "library",
1349
            "extra": {
1350
                "branch-alias": {
1351
                    "dev-master": "1.0.x-dev"
1352
                }
1353
            },
1354
            "autoload": {
1355
                "psr-4": {
1356
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1357
                }
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "MIT"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Marco Pivetta",
1366
                    "email": "[email protected]",
1367
                    "homepage": "http://ocramius.github.com/"
1368
                }
1369
            ],
1370
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1371
            "homepage": "https://github.com/doctrine/instantiator",
1372
            "keywords": [
1373
                "constructor",
1374
                "instantiate"
1375
            ],
1376
            "time": "2015-06-14 21:17:01"
1377
        },
1378
        {
1379
            "name": "facebook/webdriver",
1380
            "version": "1.2.0",
1381
            "source": {
1382
                "type": "git",
1383
                "url": "https://github.com/facebook/php-webdriver.git",
1384
                "reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3"
1385
            },
1386
            "dist": {
1387
                "type": "zip",
1388
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/af21de3ae5306a8ca0bcc02a19735dadc43e83f3",
1389
                "reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3",
1390
                "shasum": ""
1391
            },
1392
            "require": {
1393
                "ext-curl": "*",
1394
                "php": "^5.5 || ~7.0"
1395
            },
1396
            "require-dev": {
1397
                "friendsofphp/php-cs-fixer": "^1.11",
1398
                "php-mock/php-mock-phpunit": "^1.1",
1399
                "phpunit/phpunit": "4.6.* || ~5.0",
1400
                "squizlabs/php_codesniffer": "^2.6"
1401
            },
1402
            "suggest": {
1403
                "phpdocumentor/phpdocumentor": "2.*"
1404
            },
1405
            "type": "library",
1406
            "autoload": {
1407
                "psr-4": {
1408
                    "Facebook\\WebDriver\\": "lib/"
1409
                }
1410
            },
1411
            "notification-url": "https://packagist.org/downloads/",
1412
            "license": [
1413
                "Apache-2.0"
1414
            ],
1415
            "description": "A PHP client for WebDriver",
1416
            "homepage": "https://github.com/facebook/php-webdriver",
1417
            "keywords": [
1418
                "facebook",
1419
                "php",
1420
                "selenium",
1421
                "webdriver"
1422
            ],
1423
            "time": "2016-10-14 15:16:51"
1424
        },
1425
        {
1426
            "name": "fzaninotto/faker",
1427
            "version": "v1.6.0",
1428
            "source": {
1429
                "type": "git",
1430
                "url": "https://github.com/fzaninotto/Faker.git",
1431
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
1432
            },
1433
            "dist": {
1434
                "type": "zip",
1435
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1436
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1437
                "shasum": ""
1438
            },
1439
            "require": {
1440
                "php": "^5.3.3|^7.0"
1441
            },
1442
            "require-dev": {
1443
                "ext-intl": "*",
1444
                "phpunit/phpunit": "~4.0",
1445
                "squizlabs/php_codesniffer": "~1.5"
1446
            },
1447
            "type": "library",
1448
            "extra": {
1449
                "branch-alias": []
1450
            },
1451
            "autoload": {
1452
                "psr-4": {
1453
                    "Faker\\": "src/Faker/"
1454
                }
1455
            },
1456
            "notification-url": "https://packagist.org/downloads/",
1457
            "license": [
1458
                "MIT"
1459
            ],
1460
            "authors": [
1461
                {
1462
                    "name": "François Zaninotto"
1463
                }
1464
            ],
1465
            "description": "Faker is a PHP library that generates fake data for you.",
1466
            "keywords": [
1467
                "data",
1468
                "faker",
1469
                "fixtures"
1470
            ],
1471
            "time": "2016-04-29 12:21:54"
1472
        },
1473
        {
1474
            "name": "guzzlehttp/guzzle",
1475
            "version": "6.2.2",
1476
            "source": {
1477
                "type": "git",
1478
                "url": "https://github.com/guzzle/guzzle.git",
1479
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
1480
            },
1481
            "dist": {
1482
                "type": "zip",
1483
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
1484
                "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
1485
                "shasum": ""
1486
            },
1487
            "require": {
1488
                "guzzlehttp/promises": "^1.0",
1489
                "guzzlehttp/psr7": "^1.3.1",
1490
                "php": ">=5.5"
1491
            },
1492
            "require-dev": {
1493
                "ext-curl": "*",
1494
                "phpunit/phpunit": "^4.0",
1495
                "psr/log": "^1.0"
1496
            },
1497
            "type": "library",
1498
            "extra": {
1499
                "branch-alias": {
1500
                    "dev-master": "6.2-dev"
1501
                }
1502
            },
1503
            "autoload": {
1504
                "files": [
1505
                    "src/functions_include.php"
1506
                ],
1507
                "psr-4": {
1508
                    "GuzzleHttp\\": "src/"
1509
                }
1510
            },
1511
            "notification-url": "https://packagist.org/downloads/",
1512
            "license": [
1513
                "MIT"
1514
            ],
1515
            "authors": [
1516
                {
1517
                    "name": "Michael Dowling",
1518
                    "email": "[email protected]",
1519
                    "homepage": "https://github.com/mtdowling"
1520
                }
1521
            ],
1522
            "description": "Guzzle is a PHP HTTP client library",
1523
            "homepage": "http://guzzlephp.org/",
1524
            "keywords": [
1525
                "client",
1526
                "curl",
1527
                "framework",
1528
                "http",
1529
                "http client",
1530
                "rest",
1531
                "web service"
1532
            ],
1533
            "time": "2016-10-08 15:01:37"
1534
        },
1535
        {
1536
            "name": "guzzlehttp/promises",
1537
            "version": "1.3.0",
1538
            "source": {
1539
                "type": "git",
1540
                "url": "https://github.com/guzzle/promises.git",
1541
                "reference": "2693c101803ca78b27972d84081d027fca790a1e"
1542
            },
1543
            "dist": {
1544
                "type": "zip",
1545
                "url": "https://api.github.com/repos/guzzle/promises/zipball/2693c101803ca78b27972d84081d027fca790a1e",
1546
                "reference": "2693c101803ca78b27972d84081d027fca790a1e",
1547
                "shasum": ""
1548
            },
1549
            "require": {
1550
                "php": ">=5.5.0"
1551
            },
1552
            "require-dev": {
1553
                "phpunit/phpunit": "~4.0"
1554
            },
1555
            "type": "library",
1556
            "extra": {
1557
                "branch-alias": {
1558
                    "dev-master": "1.0-dev"
1559
                }
1560
            },
1561
            "autoload": {
1562
                "psr-4": {
1563
                    "GuzzleHttp\\Promise\\": "src/"
1564
                },
1565
                "files": [
1566
                    "src/functions_include.php"
1567
                ]
1568
            },
1569
            "notification-url": "https://packagist.org/downloads/",
1570
            "license": [
1571
                "MIT"
1572
            ],
1573
            "authors": [
1574
                {
1575
                    "name": "Michael Dowling",
1576
                    "email": "[email protected]",
1577
                    "homepage": "https://github.com/mtdowling"
1578
                }
1579
            ],
1580
            "description": "Guzzle promises library",
1581
            "keywords": [
1582
                "promise"
1583
            ],
1584
            "time": "2016-11-18 17:47:58"
1585
        },
1586
        {
1587
            "name": "guzzlehttp/psr7",
1588
            "version": "1.3.1",
1589
            "source": {
1590
                "type": "git",
1591
                "url": "https://github.com/guzzle/psr7.git",
1592
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
1593
            },
1594
            "dist": {
1595
                "type": "zip",
1596
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
1597
                "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
1598
                "shasum": ""
1599
            },
1600
            "require": {
1601
                "php": ">=5.4.0",
1602
                "psr/http-message": "~1.0"
1603
            },
1604
            "provide": {
1605
                "psr/http-message-implementation": "1.0"
1606
            },
1607
            "require-dev": {
1608
                "phpunit/phpunit": "~4.0"
1609
            },
1610
            "type": "library",
1611
            "extra": {
1612
                "branch-alias": {
1613
                    "dev-master": "1.4-dev"
1614
                }
1615
            },
1616
            "autoload": {
1617
                "psr-4": {
1618
                    "GuzzleHttp\\Psr7\\": "src/"
1619
                },
1620
                "files": [
1621
                    "src/functions_include.php"
1622
                ]
1623
            },
1624
            "notification-url": "https://packagist.org/downloads/",
1625
            "license": [
1626
                "MIT"
1627
            ],
1628
            "authors": [
1629
                {
1630
                    "name": "Michael Dowling",
1631
                    "email": "[email protected]",
1632
                    "homepage": "https://github.com/mtdowling"
1633
                }
1634
            ],
1635
            "description": "PSR-7 message implementation",
1636
            "keywords": [
1637
                "http",
1638
                "message",
1639
                "stream",
1640
                "uri"
1641
            ],
1642
            "time": "2016-06-24 23:00:38"
1643
        },
1644
        {
1645
            "name": "imagine/imagine",
1646
            "version": "v0.6.3",
1647
            "source": {
1648
                "type": "git",
1649
                "url": "https://github.com/avalanche123/Imagine.git",
1650
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
1651
            },
1652
            "dist": {
1653
                "type": "zip",
1654
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
1655
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
1656
                "shasum": ""
1657
            },
1658
            "require": {
1659
                "php": ">=5.3.2"
1660
            },
1661
            "require-dev": {
1662
                "sami/sami": "dev-master"
1663
            },
1664
            "suggest": {
1665
                "ext-gd": "to use the GD implementation",
1666
                "ext-gmagick": "to use the Gmagick implementation",
1667
                "ext-imagick": "to use the Imagick implementation"
1668
            },
1669
            "type": "library",
1670
            "extra": {
1671
                "branch-alias": {
1672
                    "dev-develop": "0.7-dev"
1673
                }
1674
            },
1675
            "autoload": {
1676
                "psr-0": {
1677
                    "Imagine": "lib/"
1678
                }
1679
            },
1680
            "notification-url": "https://packagist.org/downloads/",
1681
            "license": [
1682
                "MIT"
1683
            ],
1684
            "authors": [
1685
                {
1686
                    "name": "Bulat Shakirzyanov",
1687
                    "email": "[email protected]",
1688
                    "homepage": "http://avalanche123.com"
1689
                }
1690
            ],
1691
            "description": "Image processing for PHP 5.3",
1692
            "homepage": "http://imagine.readthedocs.org/",
1693
            "keywords": [
1694
                "drawing",
1695
                "graphics",
1696
                "image manipulation",
1697
                "image processing"
1698
            ],
1699
            "time": "2015-09-19 16:54:05"
1700
        },
1701
        {
1702
            "name": "myclabs/deep-copy",
1703
            "version": "1.5.5",
1704
            "source": {
1705
                "type": "git",
1706
                "url": "https://github.com/myclabs/DeepCopy.git",
1707
                "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108"
1708
            },
1709
            "dist": {
1710
                "type": "zip",
1711
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108",
1712
                "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108",
1713
                "shasum": ""
1714
            },
1715
            "require": {
1716
                "php": ">=5.4.0"
1717
            },
1718
            "require-dev": {
1719
                "doctrine/collections": "1.*",
1720
                "phpunit/phpunit": "~4.1"
1721
            },
1722
            "type": "library",
1723
            "autoload": {
1724
                "psr-4": {
1725
                    "DeepCopy\\": "src/DeepCopy/"
1726
                }
1727
            },
1728
            "notification-url": "https://packagist.org/downloads/",
1729
            "license": [
1730
                "MIT"
1731
            ],
1732
            "description": "Create deep copies (clones) of your objects",
1733
            "homepage": "https://github.com/myclabs/DeepCopy",
1734
            "keywords": [
1735
                "clone",
1736
                "copy",
1737
                "duplicate",
1738
                "object",
1739
                "object graph"
1740
            ],
1741
            "time": "2016-10-31 17:19:45"
1742
        },
1743
        {
1744
            "name": "phpdocumentor/reflection-common",
1745
            "version": "1.0",
1746
            "source": {
1747
                "type": "git",
1748
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1749
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1750
            },
1751
            "dist": {
1752
                "type": "zip",
1753
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1754
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1755
                "shasum": ""
1756
            },
1757
            "require": {
1758
                "php": ">=5.5"
1759
            },
1760
            "require-dev": {
1761
                "phpunit/phpunit": "^4.6"
1762
            },
1763
            "type": "library",
1764
            "extra": {
1765
                "branch-alias": {
1766
                    "dev-master": "1.0.x-dev"
1767
                }
1768
            },
1769
            "autoload": {
1770
                "psr-4": {
1771
                    "phpDocumentor\\Reflection\\": [
1772
                        "src"
1773
                    ]
1774
                }
1775
            },
1776
            "notification-url": "https://packagist.org/downloads/",
1777
            "license": [
1778
                "MIT"
1779
            ],
1780
            "authors": [
1781
                {
1782
                    "name": "Jaap van Otterdijk",
1783
                    "email": "[email protected]"
1784
                }
1785
            ],
1786
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1787
            "homepage": "http://www.phpdoc.org",
1788
            "keywords": [
1789
                "FQSEN",
1790
                "phpDocumentor",
1791
                "phpdoc",
1792
                "reflection",
1793
                "static analysis"
1794
            ],
1795
            "time": "2015-12-27 11:43:31"
1796
        },
1797
        {
1798
            "name": "phpdocumentor/reflection-docblock",
1799
            "version": "3.1.1",
1800
            "source": {
1801
                "type": "git",
1802
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1803
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1804
            },
1805
            "dist": {
1806
                "type": "zip",
1807
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1808
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1809
                "shasum": ""
1810
            },
1811
            "require": {
1812
                "php": ">=5.5",
1813
                "phpdocumentor/reflection-common": "^1.0@dev",
1814
                "phpdocumentor/type-resolver": "^0.2.0",
1815
                "webmozart/assert": "^1.0"
1816
            },
1817
            "require-dev": {
1818
                "mockery/mockery": "^0.9.4",
1819
                "phpunit/phpunit": "^4.4"
1820
            },
1821
            "type": "library",
1822
            "autoload": {
1823
                "psr-4": {
1824
                    "phpDocumentor\\Reflection\\": [
1825
                        "src/"
1826
                    ]
1827
                }
1828
            },
1829
            "notification-url": "https://packagist.org/downloads/",
1830
            "license": [
1831
                "MIT"
1832
            ],
1833
            "authors": [
1834
                {
1835
                    "name": "Mike van Riel",
1836
                    "email": "[email protected]"
1837
                }
1838
            ],
1839
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1840
            "time": "2016-09-30 07:12:33"
1841
        },
1842
        {
1843
            "name": "phpdocumentor/type-resolver",
1844
            "version": "0.2",
1845
            "source": {
1846
                "type": "git",
1847
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1848
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
1849
            },
1850
            "dist": {
1851
                "type": "zip",
1852
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
1853
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
1854
                "shasum": ""
1855
            },
1856
            "require": {
1857
                "php": ">=5.5",
1858
                "phpdocumentor/reflection-common": "^1.0"
1859
            },
1860
            "require-dev": {
1861
                "mockery/mockery": "^0.9.4",
1862
                "phpunit/phpunit": "^5.2||^4.8.24"
1863
            },
1864
            "type": "library",
1865
            "extra": {
1866
                "branch-alias": {
1867
                    "dev-master": "1.0.x-dev"
1868
                }
1869
            },
1870
            "autoload": {
1871
                "psr-4": {
1872
                    "phpDocumentor\\Reflection\\": [
1873
                        "src/"
1874
                    ]
1875
                }
1876
            },
1877
            "notification-url": "https://packagist.org/downloads/",
1878
            "license": [
1879
                "MIT"
1880
            ],
1881
            "authors": [
1882
                {
1883
                    "name": "Mike van Riel",
1884
                    "email": "[email protected]"
1885
                }
1886
            ],
1887
            "time": "2016-06-10 07:14:17"
1888
        },
1889
        {
1890
            "name": "phpspec/php-diff",
1891
            "version": "v1.1.0",
1892
            "source": {
1893
                "type": "git",
1894
                "url": "https://github.com/phpspec/php-diff.git",
1895
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
1896
            },
1897
            "dist": {
1898
                "type": "zip",
1899
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
1900
                "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
1901
                "shasum": ""
1902
            },
1903
            "type": "library",
1904
            "extra": {
1905
                "branch-alias": {
1906
                    "dev-master": "1.0.x-dev"
1907
                }
1908
            },
1909
            "autoload": {
1910
                "psr-0": {
1911
                    "Diff": "lib/"
1912
                }
1913
            },
1914
            "notification-url": "https://packagist.org/downloads/",
1915
            "license": [
1916
                "BSD-3-Clause"
1917
            ],
1918
            "authors": [
1919
                {
1920
                    "name": "Chris Boulton",
1921
                    "homepage": "http://github.com/chrisboulton"
1922
                }
1923
            ],
1924
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
1925
            "time": "2016-04-07 12:29:16"
1926
        },
1927
        {
1928
            "name": "phpspec/prophecy",
1929
            "version": "v1.6.1",
1930
            "source": {
1931
                "type": "git",
1932
                "url": "https://github.com/phpspec/prophecy.git",
1933
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
1934
            },
1935
            "dist": {
1936
                "type": "zip",
1937
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
1938
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
1939
                "shasum": ""
1940
            },
1941
            "require": {
1942
                "doctrine/instantiator": "^1.0.2",
1943
                "php": "^5.3|^7.0",
1944
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1945
                "sebastian/comparator": "^1.1",
1946
                "sebastian/recursion-context": "^1.0"
1947
            },
1948
            "require-dev": {
1949
                "phpspec/phpspec": "^2.0"
1950
            },
1951
            "type": "library",
1952
            "extra": {
1953
                "branch-alias": {
1954
                    "dev-master": "1.6.x-dev"
1955
                }
1956
            },
1957
            "autoload": {
1958
                "psr-0": {
1959
                    "Prophecy\\": "src/"
1960
                }
1961
            },
1962
            "notification-url": "https://packagist.org/downloads/",
1963
            "license": [
1964
                "MIT"
1965
            ],
1966
            "authors": [
1967
                {
1968
                    "name": "Konstantin Kudryashov",
1969
                    "email": "[email protected]",
1970
                    "homepage": "http://everzet.com"
1971
                },
1972
                {
1973
                    "name": "Marcello Duarte",
1974
                    "email": "[email protected]"
1975
                }
1976
            ],
1977
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1978
            "homepage": "https://github.com/phpspec/prophecy",
1979
            "keywords": [
1980
                "Double",
1981
                "Dummy",
1982
                "fake",
1983
                "mock",
1984
                "spy",
1985
                "stub"
1986
            ],
1987
            "time": "2016-06-07 08:13:47"
1988
        },
1989
        {
1990
            "name": "phpunit/php-code-coverage",
1991
            "version": "4.0.2",
1992
            "source": {
1993
                "type": "git",
1994
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1995
                "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d"
1996
            },
1997
            "dist": {
1998
                "type": "zip",
1999
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6cba06ff75a1a63a71033e1a01b89056f3af1e8d",
2000
                "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d",
2001
                "shasum": ""
2002
            },
2003
            "require": {
2004
                "php": "^5.6 || ^7.0",
2005
                "phpunit/php-file-iterator": "~1.3",
2006
                "phpunit/php-text-template": "~1.2",
2007
                "phpunit/php-token-stream": "^1.4.2",
2008
                "sebastian/code-unit-reverse-lookup": "~1.0",
2009
                "sebastian/environment": "^1.3.2 || ^2.0",
2010
                "sebastian/version": "~1.0|~2.0"
2011
            },
2012
            "require-dev": {
2013
                "ext-xdebug": ">=2.1.4",
2014
                "phpunit/phpunit": "^5.4"
2015
            },
2016
            "suggest": {
2017
                "ext-dom": "*",
2018
                "ext-xdebug": ">=2.4.0",
2019
                "ext-xmlwriter": "*"
2020
            },
2021
            "type": "library",
2022
            "extra": {
2023
                "branch-alias": {
2024
                    "dev-master": "4.0.x-dev"
2025
                }
2026
            },
2027
            "autoload": {
2028
                "classmap": [
2029
                    "src/"
2030
                ]
2031
            },
2032
            "notification-url": "https://packagist.org/downloads/",
2033
            "license": [
2034
                "BSD-3-Clause"
2035
            ],
2036
            "authors": [
2037
                {
2038
                    "name": "Sebastian Bergmann",
2039
                    "email": "[email protected]",
2040
                    "role": "lead"
2041
                }
2042
            ],
2043
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2044
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2045
            "keywords": [
2046
                "coverage",
2047
                "testing",
2048
                "xunit"
2049
            ],
2050
            "time": "2016-11-01 05:06:24"
2051
        },
2052
        {
2053
            "name": "phpunit/php-file-iterator",
2054
            "version": "1.4.1",
2055
            "source": {
2056
                "type": "git",
2057
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2058
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2059
            },
2060
            "dist": {
2061
                "type": "zip",
2062
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2063
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2064
                "shasum": ""
2065
            },
2066
            "require": {
2067
                "php": ">=5.3.3"
2068
            },
2069
            "type": "library",
2070
            "extra": {
2071
                "branch-alias": {
2072
                    "dev-master": "1.4.x-dev"
2073
                }
2074
            },
2075
            "autoload": {
2076
                "classmap": [
2077
                    "src/"
2078
                ]
2079
            },
2080
            "notification-url": "https://packagist.org/downloads/",
2081
            "license": [
2082
                "BSD-3-Clause"
2083
            ],
2084
            "authors": [
2085
                {
2086
                    "name": "Sebastian Bergmann",
2087
                    "email": "[email protected]",
2088
                    "role": "lead"
2089
                }
2090
            ],
2091
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2092
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2093
            "keywords": [
2094
                "filesystem",
2095
                "iterator"
2096
            ],
2097
            "time": "2015-06-21 13:08:43"
2098
        },
2099
        {
2100
            "name": "phpunit/php-text-template",
2101
            "version": "1.2.1",
2102
            "source": {
2103
                "type": "git",
2104
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2105
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2106
            },
2107
            "dist": {
2108
                "type": "zip",
2109
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2110
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2111
                "shasum": ""
2112
            },
2113
            "require": {
2114
                "php": ">=5.3.3"
2115
            },
2116
            "type": "library",
2117
            "autoload": {
2118
                "classmap": [
2119
                    "src/"
2120
                ]
2121
            },
2122
            "notification-url": "https://packagist.org/downloads/",
2123
            "license": [
2124
                "BSD-3-Clause"
2125
            ],
2126
            "authors": [
2127
                {
2128
                    "name": "Sebastian Bergmann",
2129
                    "email": "[email protected]",
2130
                    "role": "lead"
2131
                }
2132
            ],
2133
            "description": "Simple template engine.",
2134
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2135
            "keywords": [
2136
                "template"
2137
            ],
2138
            "time": "2015-06-21 13:50:34"
2139
        },
2140
        {
2141
            "name": "phpunit/php-timer",
2142
            "version": "1.0.8",
2143
            "source": {
2144
                "type": "git",
2145
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2146
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2147
            },
2148
            "dist": {
2149
                "type": "zip",
2150
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2151
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2152
                "shasum": ""
2153
            },
2154
            "require": {
2155
                "php": ">=5.3.3"
2156
            },
2157
            "require-dev": {
2158
                "phpunit/phpunit": "~4|~5"
2159
            },
2160
            "type": "library",
2161
            "autoload": {
2162
                "classmap": [
2163
                    "src/"
2164
                ]
2165
            },
2166
            "notification-url": "https://packagist.org/downloads/",
2167
            "license": [
2168
                "BSD-3-Clause"
2169
            ],
2170
            "authors": [
2171
                {
2172
                    "name": "Sebastian Bergmann",
2173
                    "email": "[email protected]",
2174
                    "role": "lead"
2175
                }
2176
            ],
2177
            "description": "Utility class for timing",
2178
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2179
            "keywords": [
2180
                "timer"
2181
            ],
2182
            "time": "2016-05-12 18:03:57"
2183
        },
2184
        {
2185
            "name": "phpunit/php-token-stream",
2186
            "version": "1.4.9",
2187
            "source": {
2188
                "type": "git",
2189
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2190
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b"
2191
            },
2192
            "dist": {
2193
                "type": "zip",
2194
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b",
2195
                "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b",
2196
                "shasum": ""
2197
            },
2198
            "require": {
2199
                "ext-tokenizer": "*",
2200
                "php": ">=5.3.3"
2201
            },
2202
            "require-dev": {
2203
                "phpunit/phpunit": "~4.2"
2204
            },
2205
            "type": "library",
2206
            "extra": {
2207
                "branch-alias": {
2208
                    "dev-master": "1.4-dev"
2209
                }
2210
            },
2211
            "autoload": {
2212
                "classmap": [
2213
                    "src/"
2214
                ]
2215
            },
2216
            "notification-url": "https://packagist.org/downloads/",
2217
            "license": [
2218
                "BSD-3-Clause"
2219
            ],
2220
            "authors": [
2221
                {
2222
                    "name": "Sebastian Bergmann",
2223
                    "email": "[email protected]"
2224
                }
2225
            ],
2226
            "description": "Wrapper around PHP's tokenizer extension.",
2227
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2228
            "keywords": [
2229
                "tokenizer"
2230
            ],
2231
            "time": "2016-11-15 14:06:22"
2232
        },
2233
        {
2234
            "name": "phpunit/phpunit",
2235
            "version": "5.6.3",
2236
            "source": {
2237
                "type": "git",
2238
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2239
                "reference": "a9de0dbafeb6b1391b391fbb034734cb0af9f67c"
2240
            },
2241
            "dist": {
2242
                "type": "zip",
2243
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a9de0dbafeb6b1391b391fbb034734cb0af9f67c",
2244
                "reference": "a9de0dbafeb6b1391b391fbb034734cb0af9f67c",
2245
                "shasum": ""
2246
            },
2247
            "require": {
2248
                "ext-dom": "*",
2249
                "ext-json": "*",
2250
                "ext-libxml": "*",
2251
                "ext-mbstring": "*",
2252
                "ext-xml": "*",
2253
                "myclabs/deep-copy": "~1.3",
2254
                "php": "^5.6 || ^7.0",
2255
                "phpspec/prophecy": "^1.3.1",
2256
                "phpunit/php-code-coverage": "^4.0.1",
2257
                "phpunit/php-file-iterator": "~1.4",
2258
                "phpunit/php-text-template": "~1.2",
2259
                "phpunit/php-timer": "^1.0.6",
2260
                "phpunit/phpunit-mock-objects": "^3.2",
2261
                "sebastian/comparator": "~1.1",
2262
                "sebastian/diff": "~1.2",
2263
                "sebastian/environment": "^1.3 || ^2.0",
2264
                "sebastian/exporter": "~1.2",
2265
                "sebastian/global-state": "~1.0",
2266
                "sebastian/object-enumerator": "~1.0",
2267
                "sebastian/resource-operations": "~1.0",
2268
                "sebastian/version": "~1.0|~2.0",
2269
                "symfony/yaml": "~2.1|~3.0"
2270
            },
2271
            "conflict": {
2272
                "phpdocumentor/reflection-docblock": "3.0.2"
2273
            },
2274
            "require-dev": {
2275
                "ext-pdo": "*"
2276
            },
2277
            "suggest": {
2278
                "ext-xdebug": "*",
2279
                "phpunit/php-invoker": "~1.1"
2280
            },
2281
            "bin": [
2282
                "phpunit"
2283
            ],
2284
            "type": "library",
2285
            "extra": {
2286
                "branch-alias": {
2287
                    "dev-master": "5.6.x-dev"
2288
                }
2289
            },
2290
            "autoload": {
2291
                "classmap": [
2292
                    "src/"
2293
                ]
2294
            },
2295
            "notification-url": "https://packagist.org/downloads/",
2296
            "license": [
2297
                "BSD-3-Clause"
2298
            ],
2299
            "authors": [
2300
                {
2301
                    "name": "Sebastian Bergmann",
2302
                    "email": "[email protected]",
2303
                    "role": "lead"
2304
                }
2305
            ],
2306
            "description": "The PHP Unit Testing framework.",
2307
            "homepage": "https://phpunit.de/",
2308
            "keywords": [
2309
                "phpunit",
2310
                "testing",
2311
                "xunit"
2312
            ],
2313
            "time": "2016-11-14 06:39:40"
2314
        },
2315
        {
2316
            "name": "phpunit/phpunit-mock-objects",
2317
            "version": "3.4.0",
2318
            "source": {
2319
                "type": "git",
2320
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2321
                "reference": "238d7a2723bce689c79eeac9c7d5e1d623bb9dc2"
2322
            },
2323
            "dist": {
2324
                "type": "zip",
2325
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/238d7a2723bce689c79eeac9c7d5e1d623bb9dc2",
2326
                "reference": "238d7a2723bce689c79eeac9c7d5e1d623bb9dc2",
2327
                "shasum": ""
2328
            },
2329
            "require": {
2330
                "doctrine/instantiator": "^1.0.2",
2331
                "php": "^5.6 || ^7.0",
2332
                "phpunit/php-text-template": "^1.2",
2333
                "sebastian/exporter": "^1.2"
2334
            },
2335
            "conflict": {
2336
                "phpunit/phpunit": "<5.4.0"
2337
            },
2338
            "require-dev": {
2339
                "phpunit/phpunit": "^5.4"
2340
            },
2341
            "suggest": {
2342
                "ext-soap": "*"
2343
            },
2344
            "type": "library",
2345
            "extra": {
2346
                "branch-alias": {
2347
                    "dev-master": "3.2.x-dev"
2348
                }
2349
            },
2350
            "autoload": {
2351
                "classmap": [
2352
                    "src/"
2353
                ]
2354
            },
2355
            "notification-url": "https://packagist.org/downloads/",
2356
            "license": [
2357
                "BSD-3-Clause"
2358
            ],
2359
            "authors": [
2360
                {
2361
                    "name": "Sebastian Bergmann",
2362
                    "email": "[email protected]",
2363
                    "role": "lead"
2364
                }
2365
            ],
2366
            "description": "Mock Object library for PHPUnit",
2367
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2368
            "keywords": [
2369
                "mock",
2370
                "xunit"
2371
            ],
2372
            "time": "2016-10-09 07:01:45"
2373
        },
2374
        {
2375
            "name": "psr/http-message",
2376
            "version": "1.0.1",
2377
            "source": {
2378
                "type": "git",
2379
                "url": "https://github.com/php-fig/http-message.git",
2380
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2381
            },
2382
            "dist": {
2383
                "type": "zip",
2384
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2385
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2386
                "shasum": ""
2387
            },
2388
            "require": {
2389
                "php": ">=5.3.0"
2390
            },
2391
            "type": "library",
2392
            "extra": {
2393
                "branch-alias": {
2394
                    "dev-master": "1.0.x-dev"
2395
                }
2396
            },
2397
            "autoload": {
2398
                "psr-4": {
2399
                    "Psr\\Http\\Message\\": "src/"
2400
                }
2401
            },
2402
            "notification-url": "https://packagist.org/downloads/",
2403
            "license": [
2404
                "MIT"
2405
            ],
2406
            "authors": [
2407
                {
2408
                    "name": "PHP-FIG",
2409
                    "homepage": "http://www.php-fig.org/"
2410
                }
2411
            ],
2412
            "description": "Common interface for HTTP messages",
2413
            "homepage": "https://github.com/php-fig/http-message",
2414
            "keywords": [
2415
                "http",
2416
                "http-message",
2417
                "psr",
2418
                "psr-7",
2419
                "request",
2420
                "response"
2421
            ],
2422
            "time": "2016-08-06 14:39:51"
2423
        },
2424
        {
2425
            "name": "psr/log",
2426
            "version": "1.0.2",
2427
            "source": {
2428
                "type": "git",
2429
                "url": "https://github.com/php-fig/log.git",
2430
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2431
            },
2432
            "dist": {
2433
                "type": "zip",
2434
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2435
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2436
                "shasum": ""
2437
            },
2438
            "require": {
2439
                "php": ">=5.3.0"
2440
            },
2441
            "type": "library",
2442
            "extra": {
2443
                "branch-alias": {
2444
                    "dev-master": "1.0.x-dev"
2445
                }
2446
            },
2447
            "autoload": {
2448
                "psr-4": {
2449
                    "Psr\\Log\\": "Psr/Log/"
2450
                }
2451
            },
2452
            "notification-url": "https://packagist.org/downloads/",
2453
            "license": [
2454
                "MIT"
2455
            ],
2456
            "authors": [
2457
                {
2458
                    "name": "PHP-FIG",
2459
                    "homepage": "http://www.php-fig.org/"
2460
                }
2461
            ],
2462
            "description": "Common interface for logging libraries",
2463
            "homepage": "https://github.com/php-fig/log",
2464
            "keywords": [
2465
                "log",
2466
                "psr",
2467
                "psr-3"
2468
            ],
2469
            "time": "2016-10-10 12:19:37"
2470
        },
2471
        {
2472
            "name": "sebastian/code-unit-reverse-lookup",
2473
            "version": "1.0.0",
2474
            "source": {
2475
                "type": "git",
2476
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2477
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2478
            },
2479
            "dist": {
2480
                "type": "zip",
2481
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2482
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2483
                "shasum": ""
2484
            },
2485
            "require": {
2486
                "php": ">=5.6"
2487
            },
2488
            "require-dev": {
2489
                "phpunit/phpunit": "~5"
2490
            },
2491
            "type": "library",
2492
            "extra": {
2493
                "branch-alias": {
2494
                    "dev-master": "1.0.x-dev"
2495
                }
2496
            },
2497
            "autoload": {
2498
                "classmap": [
2499
                    "src/"
2500
                ]
2501
            },
2502
            "notification-url": "https://packagist.org/downloads/",
2503
            "license": [
2504
                "BSD-3-Clause"
2505
            ],
2506
            "authors": [
2507
                {
2508
                    "name": "Sebastian Bergmann",
2509
                    "email": "[email protected]"
2510
                }
2511
            ],
2512
            "description": "Looks up which function or method a line of code belongs to",
2513
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2514
            "time": "2016-02-13 06:45:14"
2515
        },
2516
        {
2517
            "name": "sebastian/comparator",
2518
            "version": "1.2.0",
2519
            "source": {
2520
                "type": "git",
2521
                "url": "https://github.com/sebastianbergmann/comparator.git",
2522
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2523
            },
2524
            "dist": {
2525
                "type": "zip",
2526
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2527
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2528
                "shasum": ""
2529
            },
2530
            "require": {
2531
                "php": ">=5.3.3",
2532
                "sebastian/diff": "~1.2",
2533
                "sebastian/exporter": "~1.2"
2534
            },
2535
            "require-dev": {
2536
                "phpunit/phpunit": "~4.4"
2537
            },
2538
            "type": "library",
2539
            "extra": {
2540
                "branch-alias": {
2541
                    "dev-master": "1.2.x-dev"
2542
                }
2543
            },
2544
            "autoload": {
2545
                "classmap": [
2546
                    "src/"
2547
                ]
2548
            },
2549
            "notification-url": "https://packagist.org/downloads/",
2550
            "license": [
2551
                "BSD-3-Clause"
2552
            ],
2553
            "authors": [
2554
                {
2555
                    "name": "Jeff Welch",
2556
                    "email": "[email protected]"
2557
                },
2558
                {
2559
                    "name": "Volker Dusch",
2560
                    "email": "[email protected]"
2561
                },
2562
                {
2563
                    "name": "Bernhard Schussek",
2564
                    "email": "[email protected]"
2565
                },
2566
                {
2567
                    "name": "Sebastian Bergmann",
2568
                    "email": "[email protected]"
2569
                }
2570
            ],
2571
            "description": "Provides the functionality to compare PHP values for equality",
2572
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2573
            "keywords": [
2574
                "comparator",
2575
                "compare",
2576
                "equality"
2577
            ],
2578
            "time": "2015-07-26 15:48:44"
2579
        },
2580
        {
2581
            "name": "sebastian/diff",
2582
            "version": "1.4.1",
2583
            "source": {
2584
                "type": "git",
2585
                "url": "https://github.com/sebastianbergmann/diff.git",
2586
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2587
            },
2588
            "dist": {
2589
                "type": "zip",
2590
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2591
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2592
                "shasum": ""
2593
            },
2594
            "require": {
2595
                "php": ">=5.3.3"
2596
            },
2597
            "require-dev": {
2598
                "phpunit/phpunit": "~4.8"
2599
            },
2600
            "type": "library",
2601
            "extra": {
2602
                "branch-alias": {
2603
                    "dev-master": "1.4-dev"
2604
                }
2605
            },
2606
            "autoload": {
2607
                "classmap": [
2608
                    "src/"
2609
                ]
2610
            },
2611
            "notification-url": "https://packagist.org/downloads/",
2612
            "license": [
2613
                "BSD-3-Clause"
2614
            ],
2615
            "authors": [
2616
                {
2617
                    "name": "Kore Nordmann",
2618
                    "email": "[email protected]"
2619
                },
2620
                {
2621
                    "name": "Sebastian Bergmann",
2622
                    "email": "[email protected]"
2623
                }
2624
            ],
2625
            "description": "Diff implementation",
2626
            "homepage": "https://github.com/sebastianbergmann/diff",
2627
            "keywords": [
2628
                "diff"
2629
            ],
2630
            "time": "2015-12-08 07:14:41"
2631
        },
2632
        {
2633
            "name": "sebastian/environment",
2634
            "version": "1.3.8",
2635
            "source": {
2636
                "type": "git",
2637
                "url": "https://github.com/sebastianbergmann/environment.git",
2638
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2639
            },
2640
            "dist": {
2641
                "type": "zip",
2642
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2643
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2644
                "shasum": ""
2645
            },
2646
            "require": {
2647
                "php": "^5.3.3 || ^7.0"
2648
            },
2649
            "require-dev": {
2650
                "phpunit/phpunit": "^4.8 || ^5.0"
2651
            },
2652
            "type": "library",
2653
            "extra": {
2654
                "branch-alias": {
2655
                    "dev-master": "1.3.x-dev"
2656
                }
2657
            },
2658
            "autoload": {
2659
                "classmap": [
2660
                    "src/"
2661
                ]
2662
            },
2663
            "notification-url": "https://packagist.org/downloads/",
2664
            "license": [
2665
                "BSD-3-Clause"
2666
            ],
2667
            "authors": [
2668
                {
2669
                    "name": "Sebastian Bergmann",
2670
                    "email": "[email protected]"
2671
                }
2672
            ],
2673
            "description": "Provides functionality to handle HHVM/PHP environments",
2674
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2675
            "keywords": [
2676
                "Xdebug",
2677
                "environment",
2678
                "hhvm"
2679
            ],
2680
            "time": "2016-08-18 05:49:44"
2681
        },
2682
        {
2683
            "name": "sebastian/exporter",
2684
            "version": "1.2.2",
2685
            "source": {
2686
                "type": "git",
2687
                "url": "https://github.com/sebastianbergmann/exporter.git",
2688
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2689
            },
2690
            "dist": {
2691
                "type": "zip",
2692
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
2693
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2694
                "shasum": ""
2695
            },
2696
            "require": {
2697
                "php": ">=5.3.3",
2698
                "sebastian/recursion-context": "~1.0"
2699
            },
2700
            "require-dev": {
2701
                "ext-mbstring": "*",
2702
                "phpunit/phpunit": "~4.4"
2703
            },
2704
            "type": "library",
2705
            "extra": {
2706
                "branch-alias": {
2707
                    "dev-master": "1.3.x-dev"
2708
                }
2709
            },
2710
            "autoload": {
2711
                "classmap": [
2712
                    "src/"
2713
                ]
2714
            },
2715
            "notification-url": "https://packagist.org/downloads/",
2716
            "license": [
2717
                "BSD-3-Clause"
2718
            ],
2719
            "authors": [
2720
                {
2721
                    "name": "Jeff Welch",
2722
                    "email": "[email protected]"
2723
                },
2724
                {
2725
                    "name": "Volker Dusch",
2726
                    "email": "[email protected]"
2727
                },
2728
                {
2729
                    "name": "Bernhard Schussek",
2730
                    "email": "[email protected]"
2731
                },
2732
                {
2733
                    "name": "Sebastian Bergmann",
2734
                    "email": "[email protected]"
2735
                },
2736
                {
2737
                    "name": "Adam Harvey",
2738
                    "email": "[email protected]"
2739
                }
2740
            ],
2741
            "description": "Provides the functionality to export PHP variables for visualization",
2742
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2743
            "keywords": [
2744
                "export",
2745
                "exporter"
2746
            ],
2747
            "time": "2016-06-17 09:04:28"
2748
        },
2749
        {
2750
            "name": "sebastian/global-state",
2751
            "version": "1.1.1",
2752
            "source": {
2753
                "type": "git",
2754
                "url": "https://github.com/sebastianbergmann/global-state.git",
2755
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2756
            },
2757
            "dist": {
2758
                "type": "zip",
2759
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2760
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2761
                "shasum": ""
2762
            },
2763
            "require": {
2764
                "php": ">=5.3.3"
2765
            },
2766
            "require-dev": {
2767
                "phpunit/phpunit": "~4.2"
2768
            },
2769
            "suggest": {
2770
                "ext-uopz": "*"
2771
            },
2772
            "type": "library",
2773
            "extra": {
2774
                "branch-alias": {
2775
                    "dev-master": "1.0-dev"
2776
                }
2777
            },
2778
            "autoload": {
2779
                "classmap": [
2780
                    "src/"
2781
                ]
2782
            },
2783
            "notification-url": "https://packagist.org/downloads/",
2784
            "license": [
2785
                "BSD-3-Clause"
2786
            ],
2787
            "authors": [
2788
                {
2789
                    "name": "Sebastian Bergmann",
2790
                    "email": "[email protected]"
2791
                }
2792
            ],
2793
            "description": "Snapshotting of global state",
2794
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2795
            "keywords": [
2796
                "global state"
2797
            ],
2798
            "time": "2015-10-12 03:26:01"
2799
        },
2800
        {
2801
            "name": "sebastian/object-enumerator",
2802
            "version": "1.0.1",
2803
            "source": {
2804
                "type": "git",
2805
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2806
                "reference": "12dc92be4c9b1286fd37c15d54f7c9d8524f29e0"
2807
            },
2808
            "dist": {
2809
                "type": "zip",
2810
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/12dc92be4c9b1286fd37c15d54f7c9d8524f29e0",
2811
                "reference": "12dc92be4c9b1286fd37c15d54f7c9d8524f29e0",
2812
                "shasum": ""
2813
            },
2814
            "require": {
2815
                "php": ">=5.6",
2816
                "sebastian/recursion-context": "~1.0.4"
2817
            },
2818
            "require-dev": {
2819
                "phpunit/phpunit": "~5"
2820
            },
2821
            "type": "library",
2822
            "extra": {
2823
                "branch-alias": {
2824
                    "dev-master": "1.0.x-dev"
2825
                }
2826
            },
2827
            "autoload": {
2828
                "classmap": [
2829
                    "src/"
2830
                ]
2831
            },
2832
            "notification-url": "https://packagist.org/downloads/",
2833
            "license": [
2834
                "BSD-3-Clause"
2835
            ],
2836
            "authors": [
2837
                {
2838
                    "name": "Sebastian Bergmann",
2839
                    "email": "[email protected]"
2840
                }
2841
            ],
2842
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2843
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2844
            "time": "2016-11-16 07:17:31"
2845
        },
2846
        {
2847
            "name": "sebastian/recursion-context",
2848
            "version": "1.0.4",
2849
            "source": {
2850
                "type": "git",
2851
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2852
                "reference": "938df7a6478e72795e5f8266cff24d06e3136f2e"
2853
            },
2854
            "dist": {
2855
                "type": "zip",
2856
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/938df7a6478e72795e5f8266cff24d06e3136f2e",
2857
                "reference": "938df7a6478e72795e5f8266cff24d06e3136f2e",
2858
                "shasum": ""
2859
            },
2860
            "require": {
2861
                "php": ">=5.3.3"
2862
            },
2863
            "require-dev": {
2864
                "phpunit/phpunit": "~4.4"
2865
            },
2866
            "type": "library",
2867
            "extra": {
2868
                "branch-alias": {
2869
                    "dev-master": "1.0.x-dev"
2870
                }
2871
            },
2872
            "autoload": {
2873
                "classmap": [
2874
                    "src/"
2875
                ]
2876
            },
2877
            "notification-url": "https://packagist.org/downloads/",
2878
            "license": [
2879
                "BSD-3-Clause"
2880
            ],
2881
            "authors": [
2882
                {
2883
                    "name": "Jeff Welch",
2884
                    "email": "[email protected]"
2885
                },
2886
                {
2887
                    "name": "Sebastian Bergmann",
2888
                    "email": "[email protected]"
2889
                },
2890
                {
2891
                    "name": "Adam Harvey",
2892
                    "email": "[email protected]"
2893
                }
2894
            ],
2895
            "description": "Provides functionality to recursively process PHP variables",
2896
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2897
            "time": "2016-11-15 06:55:36"
2898
        },
2899
        {
2900
            "name": "sebastian/resource-operations",
2901
            "version": "1.0.0",
2902
            "source": {
2903
                "type": "git",
2904
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2905
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2906
            },
2907
            "dist": {
2908
                "type": "zip",
2909
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2910
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2911
                "shasum": ""
2912
            },
2913
            "require": {
2914
                "php": ">=5.6.0"
2915
            },
2916
            "type": "library",
2917
            "extra": {
2918
                "branch-alias": {
2919
                    "dev-master": "1.0.x-dev"
2920
                }
2921
            },
2922
            "autoload": {
2923
                "classmap": [
2924
                    "src/"
2925
                ]
2926
            },
2927
            "notification-url": "https://packagist.org/downloads/",
2928
            "license": [
2929
                "BSD-3-Clause"
2930
            ],
2931
            "authors": [
2932
                {
2933
                    "name": "Sebastian Bergmann",
2934
                    "email": "[email protected]"
2935
                }
2936
            ],
2937
            "description": "Provides a list of PHP built-in functions that operate on resources",
2938
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2939
            "time": "2015-07-28 20:34:47"
2940
        },
2941
        {
2942
            "name": "sebastian/version",
2943
            "version": "2.0.0",
2944
            "source": {
2945
                "type": "git",
2946
                "url": "https://github.com/sebastianbergmann/version.git",
2947
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2948
            },
2949
            "dist": {
2950
                "type": "zip",
2951
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2952
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2953
                "shasum": ""
2954
            },
2955
            "require": {
2956
                "php": ">=5.6"
2957
            },
2958
            "type": "library",
2959
            "extra": {
2960
                "branch-alias": {
2961
                    "dev-master": "2.0.x-dev"
2962
                }
2963
            },
2964
            "autoload": {
2965
                "classmap": [
2966
                    "src/"
2967
                ]
2968
            },
2969
            "notification-url": "https://packagist.org/downloads/",
2970
            "license": [
2971
                "BSD-3-Clause"
2972
            ],
2973
            "authors": [
2974
                {
2975
                    "name": "Sebastian Bergmann",
2976
                    "email": "[email protected]",
2977
                    "role": "lead"
2978
                }
2979
            ],
2980
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2981
            "homepage": "https://github.com/sebastianbergmann/version",
2982
            "time": "2016-02-04 12:56:52"
2983
        },
2984
        {
2985
            "name": "symfony/browser-kit",
2986
            "version": "v3.1.6",
2987
            "source": {
2988
                "type": "git",
2989
                "url": "https://github.com/symfony/browser-kit.git",
2990
                "reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc"
2991
            },
2992
            "dist": {
2993
                "type": "zip",
2994
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/901319a31c9b3cee7857b4aeeb81b5d64dfa34fc",
2995
                "reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc",
2996
                "shasum": ""
2997
            },
2998
            "require": {
2999
                "php": ">=5.5.9",
3000
                "symfony/dom-crawler": "~2.8|~3.0"
3001
            },
3002
            "require-dev": {
3003
                "symfony/css-selector": "~2.8|~3.0",
3004
                "symfony/process": "~2.8|~3.0"
3005
            },
3006
            "suggest": {
3007
                "symfony/process": ""
3008
            },
3009
            "type": "library",
3010
            "extra": {
3011
                "branch-alias": {
3012
                    "dev-master": "3.1-dev"
3013
                }
3014
            },
3015
            "autoload": {
3016
                "psr-4": {
3017
                    "Symfony\\Component\\BrowserKit\\": ""
3018
                },
3019
                "exclude-from-classmap": [
3020
                    "/Tests/"
3021
                ]
3022
            },
3023
            "notification-url": "https://packagist.org/downloads/",
3024
            "license": [
3025
                "MIT"
3026
            ],
3027
            "authors": [
3028
                {
3029
                    "name": "Fabien Potencier",
3030
                    "email": "[email protected]"
3031
                },
3032
                {
3033
                    "name": "Symfony Community",
3034
                    "homepage": "https://symfony.com/contributors"
3035
                }
3036
            ],
3037
            "description": "Symfony BrowserKit Component",
3038
            "homepage": "https://symfony.com",
3039
            "time": "2016-09-06 11:02:40"
3040
        },
3041
        {
3042
            "name": "symfony/console",
3043
            "version": "v3.1.6",
3044
            "source": {
3045
                "type": "git",
3046
                "url": "https://github.com/symfony/console.git",
3047
                "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065"
3048
            },
3049
            "dist": {
3050
                "type": "zip",
3051
                "url": "https://api.github.com/repos/symfony/console/zipball/c99da1119ae61e15de0e4829196b9fba6f73d065",
3052
                "reference": "c99da1119ae61e15de0e4829196b9fba6f73d065",
3053
                "shasum": ""
3054
            },
3055
            "require": {
3056
                "php": ">=5.5.9",
3057
                "symfony/debug": "~2.8|~3.0",
3058
                "symfony/polyfill-mbstring": "~1.0"
3059
            },
3060
            "require-dev": {
3061
                "psr/log": "~1.0",
3062
                "symfony/event-dispatcher": "~2.8|~3.0",
3063
                "symfony/process": "~2.8|~3.0"
3064
            },
3065
            "suggest": {
3066
                "psr/log": "For using the console logger",
3067
                "symfony/event-dispatcher": "",
3068
                "symfony/process": ""
3069
            },
3070
            "type": "library",
3071
            "extra": {
3072
                "branch-alias": {
3073
                    "dev-master": "3.1-dev"
3074
                }
3075
            },
3076
            "autoload": {
3077
                "psr-4": {
3078
                    "Symfony\\Component\\Console\\": ""
3079
                },
3080
                "exclude-from-classmap": [
3081
                    "/Tests/"
3082
                ]
3083
            },
3084
            "notification-url": "https://packagist.org/downloads/",
3085
            "license": [
3086
                "MIT"
3087
            ],
3088
            "authors": [
3089
                {
3090
                    "name": "Fabien Potencier",
3091
                    "email": "[email protected]"
3092
                },
3093
                {
3094
                    "name": "Symfony Community",
3095
                    "homepage": "https://symfony.com/contributors"
3096
                }
3097
            ],
3098
            "description": "Symfony Console Component",
3099
            "homepage": "https://symfony.com",
3100
            "time": "2016-10-06 01:44:51"
3101
        },
3102
        {
3103
            "name": "symfony/css-selector",
3104
            "version": "v3.1.6",
3105
            "source": {
3106
                "type": "git",
3107
                "url": "https://github.com/symfony/css-selector.git",
3108
                "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac"
3109
            },
3110
            "dist": {
3111
                "type": "zip",
3112
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
3113
                "reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
3114
                "shasum": ""
3115
            },
3116
            "require": {
3117
                "php": ">=5.5.9"
3118
            },
3119
            "type": "library",
3120
            "extra": {
3121
                "branch-alias": {
3122
                    "dev-master": "3.1-dev"
3123
                }
3124
            },
3125
            "autoload": {
3126
                "psr-4": {
3127
                    "Symfony\\Component\\CssSelector\\": ""
3128
                },
3129
                "exclude-from-classmap": [
3130
                    "/Tests/"
3131
                ]
3132
            },
3133
            "notification-url": "https://packagist.org/downloads/",
3134
            "license": [
3135
                "MIT"
3136
            ],
3137
            "authors": [
3138
                {
3139
                    "name": "Jean-François Simon",
3140
                    "email": "[email protected]"
3141
                },
3142
                {
3143
                    "name": "Fabien Potencier",
3144
                    "email": "[email protected]"
3145
                },
3146
                {
3147
                    "name": "Symfony Community",
3148
                    "homepage": "https://symfony.com/contributors"
3149
                }
3150
            ],
3151
            "description": "Symfony CssSelector Component",
3152
            "homepage": "https://symfony.com",
3153
            "time": "2016-09-06 11:02:40"
3154
        },
3155
        {
3156
            "name": "symfony/debug",
3157
            "version": "v3.1.6",
3158
            "source": {
3159
                "type": "git",
3160
                "url": "https://github.com/symfony/debug.git",
3161
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8"
3162
            },
3163
            "dist": {
3164
                "type": "zip",
3165
                "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
3166
                "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
3167
                "shasum": ""
3168
            },
3169
            "require": {
3170
                "php": ">=5.5.9",
3171
                "psr/log": "~1.0"
3172
            },
3173
            "conflict": {
3174
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3175
            },
3176
            "require-dev": {
3177
                "symfony/class-loader": "~2.8|~3.0",
3178
                "symfony/http-kernel": "~2.8|~3.0"
3179
            },
3180
            "type": "library",
3181
            "extra": {
3182
                "branch-alias": {
3183
                    "dev-master": "3.1-dev"
3184
                }
3185
            },
3186
            "autoload": {
3187
                "psr-4": {
3188
                    "Symfony\\Component\\Debug\\": ""
3189
                },
3190
                "exclude-from-classmap": [
3191
                    "/Tests/"
3192
                ]
3193
            },
3194
            "notification-url": "https://packagist.org/downloads/",
3195
            "license": [
3196
                "MIT"
3197
            ],
3198
            "authors": [
3199
                {
3200
                    "name": "Fabien Potencier",
3201
                    "email": "[email protected]"
3202
                },
3203
                {
3204
                    "name": "Symfony Community",
3205
                    "homepage": "https://symfony.com/contributors"
3206
                }
3207
            ],
3208
            "description": "Symfony Debug Component",
3209
            "homepage": "https://symfony.com",
3210
            "time": "2016-09-06 11:02:40"
3211
        },
3212
        {
3213
            "name": "symfony/dom-crawler",
3214
            "version": "v3.1.6",
3215
            "source": {
3216
                "type": "git",
3217
                "url": "https://github.com/symfony/dom-crawler.git",
3218
                "reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4"
3219
            },
3220
            "dist": {
3221
                "type": "zip",
3222
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/59eee3c76eb89f21857798620ebdad7a05ad14f4",
3223
                "reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4",
3224
                "shasum": ""
3225
            },
3226
            "require": {
3227
                "php": ">=5.5.9",
3228
                "symfony/polyfill-mbstring": "~1.0"
3229
            },
3230
            "require-dev": {
3231
                "symfony/css-selector": "~2.8|~3.0"
3232
            },
3233
            "suggest": {
3234
                "symfony/css-selector": ""
3235
            },
3236
            "type": "library",
3237
            "extra": {
3238
                "branch-alias": {
3239
                    "dev-master": "3.1-dev"
3240
                }
3241
            },
3242
            "autoload": {
3243
                "psr-4": {
3244
                    "Symfony\\Component\\DomCrawler\\": ""
3245
                },
3246
                "exclude-from-classmap": [
3247
                    "/Tests/"
3248
                ]
3249
            },
3250
            "notification-url": "https://packagist.org/downloads/",
3251
            "license": [
3252
                "MIT"
3253
            ],
3254
            "authors": [
3255
                {
3256
                    "name": "Fabien Potencier",
3257
                    "email": "[email protected]"
3258
                },
3259
                {
3260
                    "name": "Symfony Community",
3261
                    "homepage": "https://symfony.com/contributors"
3262
                }
3263
            ],
3264
            "description": "Symfony DomCrawler Component",
3265
            "homepage": "https://symfony.com",
3266
            "time": "2016-10-18 15:46:07"
3267
        },
3268
        {
3269
            "name": "symfony/event-dispatcher",
3270
            "version": "v3.1.6",
3271
            "source": {
3272
                "type": "git",
3273
                "url": "https://github.com/symfony/event-dispatcher.git",
3274
                "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc"
3275
            },
3276
            "dist": {
3277
                "type": "zip",
3278
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
3279
                "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
3280
                "shasum": ""
3281
            },
3282
            "require": {
3283
                "php": ">=5.5.9"
3284
            },
3285
            "require-dev": {
3286
                "psr/log": "~1.0",
3287
                "symfony/config": "~2.8|~3.0",
3288
                "symfony/dependency-injection": "~2.8|~3.0",
3289
                "symfony/expression-language": "~2.8|~3.0",
3290
                "symfony/stopwatch": "~2.8|~3.0"
3291
            },
3292
            "suggest": {
3293
                "symfony/dependency-injection": "",
3294
                "symfony/http-kernel": ""
3295
            },
3296
            "type": "library",
3297
            "extra": {
3298
                "branch-alias": {
3299
                    "dev-master": "3.1-dev"
3300
                }
3301
            },
3302
            "autoload": {
3303
                "psr-4": {
3304
                    "Symfony\\Component\\EventDispatcher\\": ""
3305
                },
3306
                "exclude-from-classmap": [
3307
                    "/Tests/"
3308
                ]
3309
            },
3310
            "notification-url": "https://packagist.org/downloads/",
3311
            "license": [
3312
                "MIT"
3313
            ],
3314
            "authors": [
3315
                {
3316
                    "name": "Fabien Potencier",
3317
                    "email": "[email protected]"
3318
                },
3319
                {
3320
                    "name": "Symfony Community",
3321
                    "homepage": "https://symfony.com/contributors"
3322
                }
3323
            ],
3324
            "description": "Symfony EventDispatcher Component",
3325
            "homepage": "https://symfony.com",
3326
            "time": "2016-10-13 06:28:43"
3327
        },
3328
        {
3329
            "name": "symfony/finder",
3330
            "version": "v3.1.6",
3331
            "source": {
3332
                "type": "git",
3333
                "url": "https://github.com/symfony/finder.git",
3334
                "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f"
3335
            },
3336
            "dist": {
3337
                "type": "zip",
3338
                "url": "https://api.github.com/repos/symfony/finder/zipball/205b5ffbb518a98ba2ae60a52656c4a31ab00c6f",
3339
                "reference": "205b5ffbb518a98ba2ae60a52656c4a31ab00c6f",
3340
                "shasum": ""
3341
            },
3342
            "require": {
3343
                "php": ">=5.5.9"
3344
            },
3345
            "type": "library",
3346
            "extra": {
3347
                "branch-alias": {
3348
                    "dev-master": "3.1-dev"
3349
                }
3350
            },
3351
            "autoload": {
3352
                "psr-4": {
3353
                    "Symfony\\Component\\Finder\\": ""
3354
                },
3355
                "exclude-from-classmap": [
3356
                    "/Tests/"
3357
                ]
3358
            },
3359
            "notification-url": "https://packagist.org/downloads/",
3360
            "license": [
3361
                "MIT"
3362
            ],
3363
            "authors": [
3364
                {
3365
                    "name": "Fabien Potencier",
3366
                    "email": "[email protected]"
3367
                },
3368
                {
3369
                    "name": "Symfony Community",
3370
                    "homepage": "https://symfony.com/contributors"
3371
                }
3372
            ],
3373
            "description": "Symfony Finder Component",
3374
            "homepage": "https://symfony.com",
3375
            "time": "2016-09-28 00:11:12"
3376
        },
3377
        {
3378
            "name": "symfony/polyfill-mbstring",
3379
            "version": "v1.3.0",
3380
            "source": {
3381
                "type": "git",
3382
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3383
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
3384
            },
3385
            "dist": {
3386
                "type": "zip",
3387
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
3388
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
3389
                "shasum": ""
3390
            },
3391
            "require": {
3392
                "php": ">=5.3.3"
3393
            },
3394
            "suggest": {
3395
                "ext-mbstring": "For best performance"
3396
            },
3397
            "type": "library",
3398
            "extra": {
3399
                "branch-alias": {
3400
                    "dev-master": "1.3-dev"
3401
                }
3402
            },
3403
            "autoload": {
3404
                "psr-4": {
3405
                    "Symfony\\Polyfill\\Mbstring\\": ""
3406
                },
3407
                "files": [
3408
                    "bootstrap.php"
3409
                ]
3410
            },
3411
            "notification-url": "https://packagist.org/downloads/",
3412
            "license": [
3413
                "MIT"
3414
            ],
3415
            "authors": [
3416
                {
3417
                    "name": "Nicolas Grekas",
3418
                    "email": "[email protected]"
3419
                },
3420
                {
3421
                    "name": "Symfony Community",
3422
                    "homepage": "https://symfony.com/contributors"
3423
                }
3424
            ],
3425
            "description": "Symfony polyfill for the Mbstring extension",
3426
            "homepage": "https://symfony.com",
3427
            "keywords": [
3428
                "compatibility",
3429
                "mbstring",
3430
                "polyfill",
3431
                "portable",
3432
                "shim"
3433
            ],
3434
            "time": "2016-11-14 01:06:16"
3435
        },
3436
        {
3437
            "name": "symfony/yaml",
3438
            "version": "v3.1.6",
3439
            "source": {
3440
                "type": "git",
3441
                "url": "https://github.com/symfony/yaml.git",
3442
                "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27"
3443
            },
3444
            "dist": {
3445
                "type": "zip",
3446
                "url": "https://api.github.com/repos/symfony/yaml/zipball/7ff51b06c6c3d5cc6686df69004a42c69df09e27",
3447
                "reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27",
3448
                "shasum": ""
3449
            },
3450
            "require": {
3451
                "php": ">=5.5.9"
3452
            },
3453
            "type": "library",
3454
            "extra": {
3455
                "branch-alias": {
3456
                    "dev-master": "3.1-dev"
3457
                }
3458
            },
3459
            "autoload": {
3460
                "psr-4": {
3461
                    "Symfony\\Component\\Yaml\\": ""
3462
                },
3463
                "exclude-from-classmap": [
3464
                    "/Tests/"
3465
                ]
3466
            },
3467
            "notification-url": "https://packagist.org/downloads/",
3468
            "license": [
3469
                "MIT"
3470
            ],
3471
            "authors": [
3472
                {
3473
                    "name": "Fabien Potencier",
3474
                    "email": "[email protected]"
3475
                },
3476
                {
3477
                    "name": "Symfony Community",
3478
                    "homepage": "https://symfony.com/contributors"
3479
                }
3480
            ],
3481
            "description": "Symfony Yaml Component",
3482
            "homepage": "https://symfony.com",
3483
            "time": "2016-10-24 18:41:13"
3484
        },
3485
        {
3486
            "name": "webmozart/assert",
3487
            "version": "1.1.0",
3488
            "source": {
3489
                "type": "git",
3490
                "url": "https://github.com/webmozart/assert.git",
3491
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
3492
            },
3493
            "dist": {
3494
                "type": "zip",
3495
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
3496
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
3497
                "shasum": ""
3498
            },
3499
            "require": {
3500
                "php": "^5.3.3|^7.0"
3501
            },
3502
            "require-dev": {
3503
                "phpunit/phpunit": "^4.6",
3504
                "sebastian/version": "^1.0.1"
3505
            },
3506
            "type": "library",
3507
            "extra": {
3508
                "branch-alias": {
3509
                    "dev-master": "1.2-dev"
3510
                }
3511
            },
3512
            "autoload": {
3513
                "psr-4": {
3514
                    "Webmozart\\Assert\\": "src/"
3515
                }
3516
            },
3517
            "notification-url": "https://packagist.org/downloads/",
3518
            "license": [
3519
                "MIT"
3520
            ],
3521
            "authors": [
3522
                {
3523
                    "name": "Bernhard Schussek",
3524
                    "email": "[email protected]"
3525
                }
3526
            ],
3527
            "description": "Assertions to validate method input/output with nice error messages.",
3528
            "keywords": [
3529
                "assert",
3530
                "check",
3531
                "validate"
3532
            ],
3533
            "time": "2016-08-09 15:02:57"
3534
        },
3535
        {
3536
            "name": "yiisoft/yii2-debug",
3537
            "version": "2.0.6",
3538
            "source": {
3539
                "type": "git",
3540
                "url": "https://github.com/yiisoft/yii2-debug.git",
3541
                "reference": "55ed2e853ed8050a34415f63a4da84f88a56f895"
3542
            },
3543
            "dist": {
3544
                "type": "zip",
3545
                "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/55ed2e853ed8050a34415f63a4da84f88a56f895",
3546
                "reference": "55ed2e853ed8050a34415f63a4da84f88a56f895",
3547
                "shasum": ""
3548
            },
3549
            "require": {
3550
                "yiisoft/yii2": ">=2.0.4",
3551
                "yiisoft/yii2-bootstrap": "*"
3552
            },
3553
            "type": "yii2-extension",
3554
            "extra": {
3555
                "branch-alias": {
3556
                    "dev-master": "2.0.x-dev"
3557
                }
3558
            },
3559
            "autoload": {
3560
                "psr-4": {
3561
                    "yii\\debug\\": ""
3562
                }
3563
            },
3564
            "notification-url": "https://packagist.org/downloads/",
3565
            "license": [
3566
                "BSD-3-Clause"
3567
            ],
3568
            "authors": [
3569
                {
3570
                    "name": "Qiang Xue",
3571
                    "email": "[email protected]"
3572
                }
3573
            ],
3574
            "description": "The debugger extension for the Yii framework",
3575
            "keywords": [
3576
                "debug",
3577
                "debugger",
3578
                "yii2"
3579
            ],
3580
            "time": "2016-03-17 03:50:19"
3581
        },
3582
        {
3583
            "name": "yiisoft/yii2-faker",
3584
            "version": "2.0.3",
3585
            "source": {
3586
                "type": "git",
3587
                "url": "https://github.com/yiisoft/yii2-faker.git",
3588
                "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c"
3589
            },
3590
            "dist": {
3591
                "type": "zip",
3592
                "url": "https://api.github.com/repos/yiisoft/yii2-faker/zipball/b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
3593
                "reference": "b88ca69ee226a3610b2c26c026c3203d7ac50f6c",
3594
                "shasum": ""
3595
            },
3596
            "require": {
3597
                "fzaninotto/faker": "*",
3598
                "yiisoft/yii2": "*"
3599
            },
3600
            "type": "yii2-extension",
3601
            "extra": {
3602
                "branch-alias": {
3603
                    "dev-master": "2.0.x-dev"
3604
                }
3605
            },
3606
            "autoload": {
3607
                "psr-4": {
3608
                    "yii\\faker\\": ""
3609
                }
3610
            },
3611
            "notification-url": "https://packagist.org/downloads/",
3612
            "license": [
3613
                "BSD-3-Clause"
3614
            ],
3615
            "authors": [
3616
                {
3617
                    "name": "Mark Jebri",
3618
                    "email": "[email protected]"
3619
                }
3620
            ],
3621
            "description": "Fixture generator. The Faker integration for the Yii framework.",
3622
            "keywords": [
3623
                "Fixture",
3624
                "faker",
3625
                "yii2"
3626
            ],
3627
            "time": "2015-03-01 06:22:44"
3628
        },
3629
        {
3630
            "name": "yiisoft/yii2-gii",
3631
            "version": "2.0.5",
3632
            "source": {
3633
                "type": "git",
3634
                "url": "https://github.com/yiisoft/yii2-gii.git",
3635
                "reference": "1bd6df6804ca077ec022587905a0d43eb286f507"
3636
            },
3637
            "dist": {
3638
                "type": "zip",
3639
                "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/1bd6df6804ca077ec022587905a0d43eb286f507",
3640
                "reference": "1bd6df6804ca077ec022587905a0d43eb286f507",
3641
                "shasum": ""
3642
            },
3643
            "require": {
3644
                "bower-asset/typeahead.js": "0.10.* | ~0.11.0",
3645
                "phpspec/php-diff": ">=1.0.2",
3646
                "yiisoft/yii2": ">=2.0.4",
3647
                "yiisoft/yii2-bootstrap": "~2.0"
3648
            },
3649
            "type": "yii2-extension",
3650
            "extra": {
3651
                "branch-alias": {
3652
                    "dev-master": "2.0.x-dev"
3653
                },
3654
                "asset-installer-paths": {
3655
                    "npm-asset-library": "vendor/npm",
3656
                    "bower-asset-library": "vendor/bower"
3657
                }
3658
            },
3659
            "autoload": {
3660
                "psr-4": {
3661
                    "yii\\gii\\": ""
3662
                }
3663
            },
3664
            "notification-url": "https://packagist.org/downloads/",
3665
            "license": [
3666
                "BSD-3-Clause"
3667
            ],
3668
            "authors": [
3669
                {
3670
                    "name": "Qiang Xue",
3671
                    "email": "[email protected]"
3672
                }
3673
            ],
3674
            "description": "The Gii extension for the Yii framework",
3675
            "keywords": [
3676
                "code generator",
3677
                "gii",
3678
                "yii2"
3679
            ],
3680
            "time": "2016-03-18 14:09:46"
3681
        },
3682
        {
3683
            "name": "yiisoft/yii2-imagine",
3684
            "version": "2.1.0",
3685
            "source": {
3686
                "type": "git",
3687
                "url": "https://github.com/yiisoft/yii2-imagine.git",
3688
                "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411"
3689
            },
3690
            "dist": {
3691
                "type": "zip",
3692
                "url": "https://api.github.com/repos/yiisoft/yii2-imagine/zipball/59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
3693
                "reference": "59dcd0b43c2b0e5495c7e5c0320e2cbc1cd57411",
3694
                "shasum": ""
3695
            },
3696
            "require": {
3697
                "imagine/imagine": "~0.6.0",
3698
                "yiisoft/yii2": "~2.0.0"
3699
            },
3700
            "type": "yii2-extension",
3701
            "extra": {
3702
                "branch-alias": {
3703
                    "dev-master": "2.0.x-dev"
3704
                }
3705
            },
3706
            "autoload": {
3707
                "psr-4": {
3708
                    "yii\\imagine\\": ""
3709
                }
3710
            },
3711
            "notification-url": "https://packagist.org/downloads/",
3712
            "license": [
3713
                "BSD-3-Clause"
3714
            ],
3715
            "authors": [
3716
                {
3717
                    "name": "Antonio Ramirez",
3718
                    "email": "[email protected]"
3719
                }
3720
            ],
3721
            "description": "The Imagine integration for the Yii framework",
3722
            "keywords": [
3723
                "helper",
3724
                "image",
3725
                "imagine",
3726
                "yii2"
3727
            ],
3728
            "time": "2016-11-03 19:28:39"
3729
        }
3730
    ],
3731
    "aliases": [],
3732
    "minimum-stability": "stable",
3733
    "stability-flags": [],
3734
    "prefer-stable": false,
3735
    "prefer-lowest": false,
3736
    "platform": {
3737
        "php": ">=5.4.0"
3738
    },
3739
    "platform-dev": []
3740
}
3741