Issues (83)

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)

Severity

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": "cf2f1500a4429ed3ee346d88dd0361be",
8
    "content-hash": "e46c01d12b85d958824c471632571f5a",
9
    "packages": [
10
        {
11
            "name": "bower-asset/jquery",
12
            "version": "2.2.4",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/jquery/jquery-dist.git",
16
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/c0185ab7c75aab88762c5aae780b9d83b80eda72",
21
                "reference": "c0185ab7c75aab88762c5aae780b9d83b80eda72",
22
                "shasum": ""
23
            },
24
            "type": "bower-asset-library",
25
            "extra": {
26
                "bower-asset-main": "dist/jquery.js",
27
                "bower-asset-ignore": [
28
                    "package.json"
29
                ]
30
            },
31
            "license": [
32
                "MIT"
33
            ],
34
            "keywords": [
35
                "browser",
36
                "javascript",
37
                "jquery",
38
                "library"
39
            ]
40
        },
41
        {
42
            "name": "bower-asset/jquery.inputmask",
43
            "version": "3.2.7",
44
            "source": {
45
                "type": "git",
46
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
47
                "reference": "5a72c563b502b8e05958a524cdfffafe9987be38"
48
            },
49
            "dist": {
50
                "type": "zip",
51
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/5a72c563b502b8e05958a524cdfffafe9987be38",
52
                "reference": "5a72c563b502b8e05958a524cdfffafe9987be38",
53
                "shasum": ""
54
            },
55
            "require": {
56
                "bower-asset/jquery": ">=1.7"
57
            },
58
            "type": "bower-asset-library",
59
            "extra": {
60
                "bower-asset-main": [
61
                    "./dist/inputmask/inputmask.js"
62
                ],
63
                "bower-asset-ignore": [
64
                    "**/*",
65
                    "!dist/*",
66
                    "!dist/inputmask/*",
67
                    "!dist/min/*",
68
                    "!dist/min/inputmask/*",
69
                    "!extra/bindings/*",
70
                    "!extra/dependencyLibs/*",
71
                    "!extra/phone-codes/*"
72
                ]
73
            },
74
            "license": [
75
                "http://opensource.org/licenses/mit-license.php"
76
            ],
77
            "description": "jquery.inputmask is a jquery plugin which create an input mask.",
78
            "keywords": [
79
                "form",
80
                "input",
81
                "inputmask",
82
                "jquery",
83
                "mask",
84
                "plugins"
85
            ]
86
        },
87
        {
88
            "name": "bower-asset/punycode",
89
            "version": "v1.3.2",
90
            "source": {
91
                "type": "git",
92
                "url": "https://github.com/bestiejs/punycode.js.git",
93
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
94
            },
95
            "dist": {
96
                "type": "zip",
97
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
98
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
99
                "shasum": ""
100
            },
101
            "type": "bower-asset-library",
102
            "extra": {
103
                "bower-asset-main": "punycode.js",
104
                "bower-asset-ignore": [
105
                    "coverage",
106
                    "tests",
107
                    ".*",
108
                    "component.json",
109
                    "Gruntfile.js",
110
                    "node_modules",
111
                    "package.json"
112
                ]
113
            }
114
        },
115
        {
116
            "name": "bower-asset/yii2-pjax",
117
            "version": "v2.0.6",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/yiisoft/jquery-pjax.git",
121
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/60728da6ade5879e807a49ce59ef9a72039b8978",
126
                "reference": "60728da6ade5879e807a49ce59ef9a72039b8978",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "bower-asset/jquery": ">=1.8"
131
            },
132
            "type": "bower-asset-library",
133
            "extra": {
134
                "bower-asset-main": "./jquery.pjax.js",
135
                "bower-asset-ignore": [
136
                    ".travis.yml",
137
                    "Gemfile",
138
                    "Gemfile.lock",
139
                    "CONTRIBUTING.md",
140
                    "vendor/",
141
                    "script/",
142
                    "test/"
143
                ]
144
            },
145
            "license": [
146
                "MIT"
147
            ]
148
        },
149
        {
150
            "name": "cebe/markdown",
151
            "version": "1.1.0",
152
            "source": {
153
                "type": "git",
154
                "url": "https://github.com/cebe/markdown.git",
155
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2"
156
            },
157
            "dist": {
158
                "type": "zip",
159
                "url": "https://api.github.com/repos/cebe/markdown/zipball/54a2c49de31cc44e864ebf0500a35ef21d0010b2",
160
                "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2",
161
                "shasum": ""
162
            },
163
            "require": {
164
                "lib-pcre": "*",
165
                "php": ">=5.4.0"
166
            },
167
            "require-dev": {
168
                "cebe/indent": "*",
169
                "facebook/xhprof": "*@dev",
170
                "phpunit/phpunit": "4.1.*"
171
            },
172
            "bin": [
173
                "bin/markdown"
174
            ],
175
            "type": "library",
176
            "extra": {
177
                "branch-alias": {
178
                    "dev-master": "1.1.x-dev"
179
                }
180
            },
181
            "autoload": {
182
                "psr-4": {
183
                    "cebe\\markdown\\": ""
184
                }
185
            },
186
            "notification-url": "https://packagist.org/downloads/",
187
            "license": [
188
                "MIT"
189
            ],
190
            "authors": [
191
                {
192
                    "name": "Carsten Brandt",
193
                    "email": "[email protected]",
194
                    "homepage": "http://cebe.cc/",
195
                    "role": "Creator"
196
                }
197
            ],
198
            "description": "A super fast, highly extensible markdown parser for PHP",
199
            "homepage": "https://github.com/cebe/markdown#readme",
200
            "keywords": [
201
                "extensible",
202
                "fast",
203
                "gfm",
204
                "markdown",
205
                "markdown-extra"
206
            ],
207
            "time": "2015-03-06 05:28:07"
208
        },
209
        {
210
            "name": "ezyang/htmlpurifier",
211
            "version": "v4.8.0",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/ezyang/htmlpurifier.git",
215
                "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
220
                "reference": "d0c392f77d2f2a3dcf7fcb79e2a1e2b8804e75b2",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "php": ">=5.2"
225
            },
226
            "type": "library",
227
            "autoload": {
228
                "psr-0": {
229
                    "HTMLPurifier": "library/"
230
                },
231
                "files": [
232
                    "library/HTMLPurifier.composer.php"
233
                ]
234
            },
235
            "notification-url": "https://packagist.org/downloads/",
236
            "license": [
237
                "LGPL"
238
            ],
239
            "authors": [
240
                {
241
                    "name": "Edward Z. Yang",
242
                    "email": "[email protected]",
243
                    "homepage": "http://ezyang.com"
244
                }
245
            ],
246
            "description": "Standards compliant HTML filter written in PHP",
247
            "homepage": "http://htmlpurifier.org/",
248
            "keywords": [
249
                "html"
250
            ],
251
            "time": "2016-07-16 12:58:58"
252
        },
253
        {
254
            "name": "yiisoft/yii2",
0 ignored issues
show
255
            "version": "2.0.9",
256
            "source": {
257
                "type": "git",
258
                "url": "https://github.com/yiisoft/yii2-framework.git",
259
                "reference": "2b75151ea60e1fd820046416eee2e89c3dda1133"
260
            },
261
            "dist": {
262
                "type": "zip",
263
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/2b75151ea60e1fd820046416eee2e89c3dda1133",
264
                "reference": "2b75151ea60e1fd820046416eee2e89c3dda1133",
265
                "shasum": ""
266
            },
267
            "require": {
268
                "bower-asset/jquery": "2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
269
                "bower-asset/jquery.inputmask": "~3.2.2",
270
                "bower-asset/punycode": "1.3.*",
271
                "bower-asset/yii2-pjax": "~2.0.1",
272
                "cebe/markdown": "~1.0.0 | ~1.1.0",
273
                "ext-ctype": "*",
274
                "ext-mbstring": "*",
275
                "ezyang/htmlpurifier": "~4.6",
276
                "lib-pcre": "*",
277
                "php": ">=5.4.0",
278
                "yiisoft/yii2-composer": "~2.0.4"
279
            },
280
            "bin": [
281
                "yii"
282
            ],
283
            "type": "library",
284
            "extra": {
285
                "branch-alias": {
286
                    "dev-master": "2.0.x-dev"
287
                }
288
            },
289
            "autoload": {
290
                "psr-4": {
291
                    "yii\\": ""
292
                }
293
            },
294
            "notification-url": "https://packagist.org/downloads/",
295
            "license": [
296
                "BSD-3-Clause"
297
            ],
298
            "authors": [
299
                {
300
                    "name": "Qiang Xue",
301
                    "email": "[email protected]",
302
                    "homepage": "http://www.yiiframework.com/",
303
                    "role": "Founder and project lead"
304
                },
305
                {
306
                    "name": "Alexander Makarov",
307
                    "email": "[email protected]",
308
                    "homepage": "http://rmcreative.ru/",
309
                    "role": "Core framework development"
310
                },
311
                {
312
                    "name": "Maurizio Domba",
313
                    "homepage": "http://mdomba.info/",
314
                    "role": "Core framework development"
315
                },
316
                {
317
                    "name": "Carsten Brandt",
318
                    "email": "[email protected]",
319
                    "homepage": "http://cebe.cc/",
320
                    "role": "Core framework development"
321
                },
322
                {
323
                    "name": "Timur Ruziev",
324
                    "email": "[email protected]",
325
                    "homepage": "http://resurtm.com/",
326
                    "role": "Core framework development"
327
                },
328
                {
329
                    "name": "Paul Klimov",
330
                    "email": "[email protected]",
331
                    "role": "Core framework development"
332
                },
333
                {
334
                    "name": "Dmitry Naumenko",
335
                    "email": "[email protected]",
336
                    "role": "Core framework development"
337
                }
338
            ],
339
            "description": "Yii PHP Framework Version 2",
340
            "homepage": "http://www.yiiframework.com/",
341
            "keywords": [
342
                "framework",
343
                "yii2"
344
            ],
345
            "time": "2016-07-11 13:36:42"
346
        },
347
        {
348
            "name": "yiisoft/yii2-composer",
349
            "version": "2.0.4",
350
            "source": {
351
                "type": "git",
352
                "url": "https://github.com/yiisoft/yii2-composer.git",
353
                "reference": "7452fd908a5023b8bb5ea1b123a174ca080de464"
354
            },
355
            "dist": {
356
                "type": "zip",
357
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/7452fd908a5023b8bb5ea1b123a174ca080de464",
358
                "reference": "7452fd908a5023b8bb5ea1b123a174ca080de464",
359
                "shasum": ""
360
            },
361
            "require": {
362
                "composer-plugin-api": "^1.0"
363
            },
364
            "type": "composer-plugin",
365
            "extra": {
366
                "class": "yii\\composer\\Plugin",
367
                "branch-alias": {
368
                    "dev-master": "2.0.x-dev"
369
                }
370
            },
371
            "autoload": {
372
                "psr-4": {
373
                    "yii\\composer\\": ""
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "BSD-3-Clause"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Qiang Xue",
383
                    "email": "[email protected]"
384
                }
385
            ],
386
            "description": "The composer plugin for Yii extension installer",
387
            "keywords": [
388
                "composer",
389
                "extension installer",
390
                "yii2"
391
            ],
392
            "time": "2016-02-06 00:49:24"
393
        }
394
    ],
395
    "packages-dev": [
396
        {
397
            "name": "doctrine/instantiator",
398
            "version": "1.0.5",
399
            "source": {
400
                "type": "git",
401
                "url": "https://github.com/doctrine/instantiator.git",
402
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
403
            },
404
            "dist": {
405
                "type": "zip",
406
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
407
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
408
                "shasum": ""
409
            },
410
            "require": {
411
                "php": ">=5.3,<8.0-DEV"
412
            },
413
            "require-dev": {
414
                "athletic/athletic": "~0.1.8",
415
                "ext-pdo": "*",
416
                "ext-phar": "*",
417
                "phpunit/phpunit": "~4.0",
418
                "squizlabs/php_codesniffer": "~2.0"
419
            },
420
            "type": "library",
421
            "extra": {
422
                "branch-alias": {
423
                    "dev-master": "1.0.x-dev"
424
                }
425
            },
426
            "autoload": {
427
                "psr-4": {
428
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
429
                }
430
            },
431
            "notification-url": "https://packagist.org/downloads/",
432
            "license": [
433
                "MIT"
434
            ],
435
            "authors": [
436
                {
437
                    "name": "Marco Pivetta",
438
                    "email": "[email protected]",
439
                    "homepage": "http://ocramius.github.com/"
440
                }
441
            ],
442
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
443
            "homepage": "https://github.com/doctrine/instantiator",
444
            "keywords": [
445
                "constructor",
446
                "instantiate"
447
            ],
448
            "time": "2015-06-14 21:17:01"
449
        },
450
        {
451
            "name": "paulzi/yii2-adjacency-list",
452
            "version": "v2.0.3",
453
            "source": {
454
                "type": "git",
455
                "url": "https://github.com/paulzi/yii2-adjacency-list.git",
456
                "reference": "65da6ae0bc32211d7dbbf6df4f62526104116e4d"
457
            },
458
            "dist": {
459
                "type": "zip",
460
                "url": "https://api.github.com/repos/paulzi/yii2-adjacency-list/zipball/65da6ae0bc32211d7dbbf6df4f62526104116e4d",
461
                "reference": "65da6ae0bc32211d7dbbf6df4f62526104116e4d",
462
                "shasum": ""
463
            },
464
            "require": {
465
                "paulzi/yii2-sortable": "~1.0",
466
                "php": ">=5.4.0",
467
                "yiisoft/yii2": "~2.0.0"
468
            },
469
            "require-dev": {
470
                "phpunit/dbunit": "~1.0",
471
                "phpunit/phpunit": "~4.0"
472
            },
473
            "type": "yii2-extension",
474
            "autoload": {
475
                "psr-4": {
476
                    "paulzi\\adjacencyList\\": ""
477
                }
478
            },
479
            "notification-url": "https://packagist.org/downloads/",
480
            "license": [
481
                "MIT"
482
            ],
483
            "authors": [
484
                {
485
                    "name": "PaulZi",
486
                    "email": "[email protected]"
487
                }
488
            ],
489
            "description": "Adjacency List Behavior for Yii2",
490
            "keywords": [
491
                "adjacency list",
492
                "yii2"
493
            ],
494
            "time": "2016-07-21 13:50:43"
495
        },
496
        {
497
            "name": "paulzi/yii2-materialized-path",
498
            "version": "v2.0.6",
499
            "source": {
500
                "type": "git",
501
                "url": "https://github.com/paulzi/yii2-materialized-path.git",
502
                "reference": "37135467e45209f3775fff0312f042a617da413c"
503
            },
504
            "dist": {
505
                "type": "zip",
506
                "url": "https://api.github.com/repos/paulzi/yii2-materialized-path/zipball/37135467e45209f3775fff0312f042a617da413c",
507
                "reference": "37135467e45209f3775fff0312f042a617da413c",
508
                "shasum": ""
509
            },
510
            "require": {
511
                "paulzi/yii2-sortable": "~1.0",
512
                "php": ">=5.4.0",
513
                "yiisoft/yii2": "~2.0.0"
514
            },
515
            "require-dev": {
516
                "phpunit/dbunit": "~1.0",
517
                "phpunit/phpunit": "~4.0"
518
            },
519
            "type": "yii2-extension",
520
            "autoload": {
521
                "psr-4": {
522
                    "paulzi\\materializedPath\\": ""
523
                }
524
            },
525
            "notification-url": "https://packagist.org/downloads/",
526
            "license": [
527
                "MIT"
528
            ],
529
            "authors": [
530
                {
531
                    "name": "PaulZi",
532
                    "email": "[email protected]"
533
                }
534
            ],
535
            "description": "Materialized Path Behavior for Yii2",
536
            "keywords": [
537
                "materialized path",
538
                "yii2"
539
            ],
540
            "time": "2016-07-21 13:56:39"
541
        },
542
        {
543
            "name": "paulzi/yii2-nested-intervals",
544
            "version": "v1.0.5",
545
            "source": {
546
                "type": "git",
547
                "url": "https://github.com/paulzi/yii2-nested-intervals.git",
548
                "reference": "5a2aa28bc14b33f01c9fcbce85be20b5e49d0336"
549
            },
550
            "dist": {
551
                "type": "zip",
552
                "url": "https://api.github.com/repos/paulzi/yii2-nested-intervals/zipball/5a2aa28bc14b33f01c9fcbce85be20b5e49d0336",
553
                "reference": "5a2aa28bc14b33f01c9fcbce85be20b5e49d0336",
554
                "shasum": ""
555
            },
556
            "require": {
557
                "php": ">=5.4.0",
558
                "yiisoft/yii2": "~2.0.0"
559
            },
560
            "require-dev": {
561
                "phpunit/dbunit": "~1.0",
562
                "phpunit/phpunit": "~4.0"
563
            },
564
            "type": "yii2-extension",
565
            "autoload": {
566
                "psr-4": {
567
                    "paulzi\\nestedintervals\\": ""
568
                }
569
            },
570
            "notification-url": "https://packagist.org/downloads/",
571
            "license": [
572
                "MIT"
573
            ],
574
            "authors": [
575
                {
576
                    "name": "PaulZi",
577
                    "email": "[email protected]"
578
                }
579
            ],
580
            "description": "Nested Intervals Behavior for Yii2",
581
            "keywords": [
582
                "nested intervals",
583
                "nested sets",
584
                "yii2"
585
            ],
586
            "time": "2016-07-21 14:01:31"
587
        },
588
        {
589
            "name": "paulzi/yii2-nested-sets",
590
            "version": "v1.0.4",
591
            "source": {
592
                "type": "git",
593
                "url": "https://github.com/paulzi/yii2-nested-sets.git",
594
                "reference": "d8350ad4b1a9fb38f990f5c30cf8f46fa9721e3c"
595
            },
596
            "dist": {
597
                "type": "zip",
598
                "url": "https://api.github.com/repos/paulzi/yii2-nested-sets/zipball/d8350ad4b1a9fb38f990f5c30cf8f46fa9721e3c",
599
                "reference": "d8350ad4b1a9fb38f990f5c30cf8f46fa9721e3c",
600
                "shasum": ""
601
            },
602
            "require": {
603
                "php": ">=5.4.0",
604
                "yiisoft/yii2": "~2.0.0"
605
            },
606
            "require-dev": {
607
                "phpunit/dbunit": "~1.0",
608
                "phpunit/phpunit": "~4.0"
609
            },
610
            "type": "yii2-extension",
611
            "autoload": {
612
                "psr-4": {
613
                    "paulzi\\nestedsets\\": ""
614
                }
615
            },
616
            "notification-url": "https://packagist.org/downloads/",
617
            "license": [
618
                "MIT"
619
            ],
620
            "authors": [
621
                {
622
                    "name": "Alexander Kochetov",
623
                    "email": "[email protected]"
624
                },
625
                {
626
                    "name": "PaulZi",
627
                    "email": "[email protected]"
628
                }
629
            ],
630
            "description": "Nested Sets Behavior for Yii2",
631
            "keywords": [
632
                "nested sets",
633
                "yii2"
634
            ],
635
            "time": "2016-07-21 13:59:00"
636
        },
637
        {
638
            "name": "paulzi/yii2-sortable",
639
            "version": "v1.0.0",
640
            "source": {
641
                "type": "git",
642
                "url": "https://github.com/paulzi/yii2-sortable.git",
643
                "reference": "7d42496f009ef935e25e6146e34d7d588f62610f"
644
            },
645
            "dist": {
646
                "type": "zip",
647
                "url": "https://api.github.com/repos/paulzi/yii2-sortable/zipball/7d42496f009ef935e25e6146e34d7d588f62610f",
648
                "reference": "7d42496f009ef935e25e6146e34d7d588f62610f",
649
                "shasum": ""
650
            },
651
            "require": {
652
                "php": ">=5.4.0",
653
                "yiisoft/yii2": "~2.0.0"
654
            },
655
            "require-dev": {
656
                "phpunit/dbunit": "~1.0",
657
                "phpunit/phpunit": "~4.0"
658
            },
659
            "type": "yii2-extension",
660
            "autoload": {
661
                "psr-4": {
662
                    "paulzi\\sortable\\": ""
663
                }
664
            },
665
            "notification-url": "https://packagist.org/downloads/",
666
            "license": [
667
                "MIT"
668
            ],
669
            "authors": [
670
                {
671
                    "name": "PaulZi",
672
                    "email": "[email protected]"
673
                }
674
            ],
675
            "description": "Sortable Behavior for Yii2",
676
            "keywords": [
677
                "sortable",
678
                "yii2"
679
            ],
680
            "time": "2015-12-11 16:04:55"
681
        },
682
        {
683
            "name": "phpdocumentor/reflection-common",
684
            "version": "1.0",
685
            "source": {
686
                "type": "git",
687
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
688
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
689
            },
690
            "dist": {
691
                "type": "zip",
692
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
693
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
694
                "shasum": ""
695
            },
696
            "require": {
697
                "php": ">=5.5"
698
            },
699
            "require-dev": {
700
                "phpunit/phpunit": "^4.6"
701
            },
702
            "type": "library",
703
            "extra": {
704
                "branch-alias": {
705
                    "dev-master": "1.0.x-dev"
706
                }
707
            },
708
            "autoload": {
709
                "psr-4": {
710
                    "phpDocumentor\\Reflection\\": [
711
                        "src"
712
                    ]
713
                }
714
            },
715
            "notification-url": "https://packagist.org/downloads/",
716
            "license": [
717
                "MIT"
718
            ],
719
            "authors": [
720
                {
721
                    "name": "Jaap van Otterdijk",
722
                    "email": "[email protected]"
723
                }
724
            ],
725
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
726
            "homepage": "http://www.phpdoc.org",
727
            "keywords": [
728
                "FQSEN",
729
                "phpDocumentor",
730
                "phpdoc",
731
                "reflection",
732
                "static analysis"
733
            ],
734
            "time": "2015-12-27 11:43:31"
735
        },
736
        {
737
            "name": "phpdocumentor/reflection-docblock",
738
            "version": "3.1.0",
739
            "source": {
740
                "type": "git",
741
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
742
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
743
            },
744
            "dist": {
745
                "type": "zip",
746
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
747
                "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
748
                "shasum": ""
749
            },
750
            "require": {
751
                "php": ">=5.5",
752
                "phpdocumentor/reflection-common": "^1.0@dev",
753
                "phpdocumentor/type-resolver": "^0.2.0",
754
                "webmozart/assert": "^1.0"
755
            },
756
            "require-dev": {
757
                "mockery/mockery": "^0.9.4",
758
                "phpunit/phpunit": "^4.4"
759
            },
760
            "type": "library",
761
            "autoload": {
762
                "psr-4": {
763
                    "phpDocumentor\\Reflection\\": [
764
                        "src/"
765
                    ]
766
                }
767
            },
768
            "notification-url": "https://packagist.org/downloads/",
769
            "license": [
770
                "MIT"
771
            ],
772
            "authors": [
773
                {
774
                    "name": "Mike van Riel",
775
                    "email": "[email protected]"
776
                }
777
            ],
778
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
779
            "time": "2016-06-10 09:48:41"
780
        },
781
        {
782
            "name": "phpdocumentor/type-resolver",
783
            "version": "0.2",
784
            "source": {
785
                "type": "git",
786
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
787
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
788
            },
789
            "dist": {
790
                "type": "zip",
791
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
792
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
793
                "shasum": ""
794
            },
795
            "require": {
796
                "php": ">=5.5",
797
                "phpdocumentor/reflection-common": "^1.0"
798
            },
799
            "require-dev": {
800
                "mockery/mockery": "^0.9.4",
801
                "phpunit/phpunit": "^5.2||^4.8.24"
802
            },
803
            "type": "library",
804
            "extra": {
805
                "branch-alias": {
806
                    "dev-master": "1.0.x-dev"
807
                }
808
            },
809
            "autoload": {
810
                "psr-4": {
811
                    "phpDocumentor\\Reflection\\": [
812
                        "src/"
813
                    ]
814
                }
815
            },
816
            "notification-url": "https://packagist.org/downloads/",
817
            "license": [
818
                "MIT"
819
            ],
820
            "authors": [
821
                {
822
                    "name": "Mike van Riel",
823
                    "email": "[email protected]"
824
                }
825
            ],
826
            "time": "2016-06-10 07:14:17"
827
        },
828
        {
829
            "name": "phpspec/prophecy",
830
            "version": "v1.6.1",
831
            "source": {
832
                "type": "git",
833
                "url": "https://github.com/phpspec/prophecy.git",
834
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
835
            },
836
            "dist": {
837
                "type": "zip",
838
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
839
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
840
                "shasum": ""
841
            },
842
            "require": {
843
                "doctrine/instantiator": "^1.0.2",
844
                "php": "^5.3|^7.0",
845
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
846
                "sebastian/comparator": "^1.1",
847
                "sebastian/recursion-context": "^1.0"
848
            },
849
            "require-dev": {
850
                "phpspec/phpspec": "^2.0"
851
            },
852
            "type": "library",
853
            "extra": {
854
                "branch-alias": {
855
                    "dev-master": "1.6.x-dev"
856
                }
857
            },
858
            "autoload": {
859
                "psr-0": {
860
                    "Prophecy\\": "src/"
861
                }
862
            },
863
            "notification-url": "https://packagist.org/downloads/",
864
            "license": [
865
                "MIT"
866
            ],
867
            "authors": [
868
                {
869
                    "name": "Konstantin Kudryashov",
870
                    "email": "[email protected]",
871
                    "homepage": "http://everzet.com"
872
                },
873
                {
874
                    "name": "Marcello Duarte",
875
                    "email": "[email protected]"
876
                }
877
            ],
878
            "description": "Highly opinionated mocking framework for PHP 5.3+",
879
            "homepage": "https://github.com/phpspec/prophecy",
880
            "keywords": [
881
                "Double",
882
                "Dummy",
883
                "fake",
884
                "mock",
885
                "spy",
886
                "stub"
887
            ],
888
            "time": "2016-06-07 08:13:47"
889
        },
890
        {
891
            "name": "phpunit/dbunit",
892
            "version": "1.4.1",
893
            "source": {
894
                "type": "git",
895
                "url": "https://github.com/sebastianbergmann/dbunit.git",
896
                "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
897
            },
898
            "dist": {
899
                "type": "zip",
900
                "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
901
                "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
902
                "shasum": ""
903
            },
904
            "require": {
905
                "ext-pdo": "*",
906
                "ext-simplexml": "*",
907
                "php": ">=5.3.3",
908
                "phpunit/phpunit": "~4|~5",
909
                "symfony/yaml": "~2.1|~3.0"
910
            },
911
            "bin": [
912
                "composer/bin/dbunit"
913
            ],
914
            "type": "library",
915
            "extra": {
916
                "branch-alias": {
917
                    "dev-master": "1.3.x-dev"
918
                }
919
            },
920
            "autoload": {
921
                "classmap": [
922
                    "PHPUnit/"
923
                ]
924
            },
925
            "notification-url": "https://packagist.org/downloads/",
926
            "include-path": [
927
                "",
928
                "../../symfony/yaml/"
929
            ],
930
            "license": [
931
                "BSD-3-Clause"
932
            ],
933
            "authors": [
934
                {
935
                    "name": "Sebastian Bergmann",
936
                    "email": "[email protected]",
937
                    "role": "lead"
938
                }
939
            ],
940
            "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
941
            "homepage": "https://github.com/sebastianbergmann/dbunit/",
942
            "keywords": [
943
                "database",
944
                "testing",
945
                "xunit"
946
            ],
947
            "time": "2015-08-07 04:57:38"
948
        },
949
        {
950
            "name": "phpunit/php-code-coverage",
951
            "version": "2.2.4",
952
            "source": {
953
                "type": "git",
954
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
955
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
956
            },
957
            "dist": {
958
                "type": "zip",
959
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
960
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
961
                "shasum": ""
962
            },
963
            "require": {
964
                "php": ">=5.3.3",
965
                "phpunit/php-file-iterator": "~1.3",
966
                "phpunit/php-text-template": "~1.2",
967
                "phpunit/php-token-stream": "~1.3",
968
                "sebastian/environment": "^1.3.2",
969
                "sebastian/version": "~1.0"
970
            },
971
            "require-dev": {
972
                "ext-xdebug": ">=2.1.4",
973
                "phpunit/phpunit": "~4"
974
            },
975
            "suggest": {
976
                "ext-dom": "*",
977
                "ext-xdebug": ">=2.2.1",
978
                "ext-xmlwriter": "*"
979
            },
980
            "type": "library",
981
            "extra": {
982
                "branch-alias": {
983
                    "dev-master": "2.2.x-dev"
984
                }
985
            },
986
            "autoload": {
987
                "classmap": [
988
                    "src/"
989
                ]
990
            },
991
            "notification-url": "https://packagist.org/downloads/",
992
            "license": [
993
                "BSD-3-Clause"
994
            ],
995
            "authors": [
996
                {
997
                    "name": "Sebastian Bergmann",
998
                    "email": "[email protected]",
999
                    "role": "lead"
1000
                }
1001
            ],
1002
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1003
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1004
            "keywords": [
1005
                "coverage",
1006
                "testing",
1007
                "xunit"
1008
            ],
1009
            "time": "2015-10-06 15:47:00"
1010
        },
1011
        {
1012
            "name": "phpunit/php-file-iterator",
1013
            "version": "1.4.1",
1014
            "source": {
1015
                "type": "git",
1016
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1017
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1018
            },
1019
            "dist": {
1020
                "type": "zip",
1021
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1022
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1023
                "shasum": ""
1024
            },
1025
            "require": {
1026
                "php": ">=5.3.3"
1027
            },
1028
            "type": "library",
1029
            "extra": {
1030
                "branch-alias": {
1031
                    "dev-master": "1.4.x-dev"
1032
                }
1033
            },
1034
            "autoload": {
1035
                "classmap": [
1036
                    "src/"
1037
                ]
1038
            },
1039
            "notification-url": "https://packagist.org/downloads/",
1040
            "license": [
1041
                "BSD-3-Clause"
1042
            ],
1043
            "authors": [
1044
                {
1045
                    "name": "Sebastian Bergmann",
1046
                    "email": "[email protected]",
1047
                    "role": "lead"
1048
                }
1049
            ],
1050
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1051
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1052
            "keywords": [
1053
                "filesystem",
1054
                "iterator"
1055
            ],
1056
            "time": "2015-06-21 13:08:43"
1057
        },
1058
        {
1059
            "name": "phpunit/php-text-template",
1060
            "version": "1.2.1",
1061
            "source": {
1062
                "type": "git",
1063
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1064
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1065
            },
1066
            "dist": {
1067
                "type": "zip",
1068
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1069
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1070
                "shasum": ""
1071
            },
1072
            "require": {
1073
                "php": ">=5.3.3"
1074
            },
1075
            "type": "library",
1076
            "autoload": {
1077
                "classmap": [
1078
                    "src/"
1079
                ]
1080
            },
1081
            "notification-url": "https://packagist.org/downloads/",
1082
            "license": [
1083
                "BSD-3-Clause"
1084
            ],
1085
            "authors": [
1086
                {
1087
                    "name": "Sebastian Bergmann",
1088
                    "email": "[email protected]",
1089
                    "role": "lead"
1090
                }
1091
            ],
1092
            "description": "Simple template engine.",
1093
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1094
            "keywords": [
1095
                "template"
1096
            ],
1097
            "time": "2015-06-21 13:50:34"
1098
        },
1099
        {
1100
            "name": "phpunit/php-timer",
1101
            "version": "1.0.8",
1102
            "source": {
1103
                "type": "git",
1104
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1105
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1106
            },
1107
            "dist": {
1108
                "type": "zip",
1109
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1110
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1111
                "shasum": ""
1112
            },
1113
            "require": {
1114
                "php": ">=5.3.3"
1115
            },
1116
            "require-dev": {
1117
                "phpunit/phpunit": "~4|~5"
1118
            },
1119
            "type": "library",
1120
            "autoload": {
1121
                "classmap": [
1122
                    "src/"
1123
                ]
1124
            },
1125
            "notification-url": "https://packagist.org/downloads/",
1126
            "license": [
1127
                "BSD-3-Clause"
1128
            ],
1129
            "authors": [
1130
                {
1131
                    "name": "Sebastian Bergmann",
1132
                    "email": "[email protected]",
1133
                    "role": "lead"
1134
                }
1135
            ],
1136
            "description": "Utility class for timing",
1137
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1138
            "keywords": [
1139
                "timer"
1140
            ],
1141
            "time": "2016-05-12 18:03:57"
1142
        },
1143
        {
1144
            "name": "phpunit/php-token-stream",
1145
            "version": "1.4.8",
1146
            "source": {
1147
                "type": "git",
1148
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1149
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1150
            },
1151
            "dist": {
1152
                "type": "zip",
1153
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1154
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1155
                "shasum": ""
1156
            },
1157
            "require": {
1158
                "ext-tokenizer": "*",
1159
                "php": ">=5.3.3"
1160
            },
1161
            "require-dev": {
1162
                "phpunit/phpunit": "~4.2"
1163
            },
1164
            "type": "library",
1165
            "extra": {
1166
                "branch-alias": {
1167
                    "dev-master": "1.4-dev"
1168
                }
1169
            },
1170
            "autoload": {
1171
                "classmap": [
1172
                    "src/"
1173
                ]
1174
            },
1175
            "notification-url": "https://packagist.org/downloads/",
1176
            "license": [
1177
                "BSD-3-Clause"
1178
            ],
1179
            "authors": [
1180
                {
1181
                    "name": "Sebastian Bergmann",
1182
                    "email": "[email protected]"
1183
                }
1184
            ],
1185
            "description": "Wrapper around PHP's tokenizer extension.",
1186
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1187
            "keywords": [
1188
                "tokenizer"
1189
            ],
1190
            "time": "2015-09-15 10:49:45"
1191
        },
1192
        {
1193
            "name": "phpunit/phpunit",
1194
            "version": "4.8.27",
1195
            "source": {
1196
                "type": "git",
1197
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1198
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
1199
            },
1200
            "dist": {
1201
                "type": "zip",
1202
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
1203
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
1204
                "shasum": ""
1205
            },
1206
            "require": {
1207
                "ext-dom": "*",
1208
                "ext-json": "*",
1209
                "ext-pcre": "*",
1210
                "ext-reflection": "*",
1211
                "ext-spl": "*",
1212
                "php": ">=5.3.3",
1213
                "phpspec/prophecy": "^1.3.1",
1214
                "phpunit/php-code-coverage": "~2.1",
1215
                "phpunit/php-file-iterator": "~1.4",
1216
                "phpunit/php-text-template": "~1.2",
1217
                "phpunit/php-timer": "^1.0.6",
1218
                "phpunit/phpunit-mock-objects": "~2.3",
1219
                "sebastian/comparator": "~1.1",
1220
                "sebastian/diff": "~1.2",
1221
                "sebastian/environment": "~1.3",
1222
                "sebastian/exporter": "~1.2",
1223
                "sebastian/global-state": "~1.0",
1224
                "sebastian/version": "~1.0",
1225
                "symfony/yaml": "~2.1|~3.0"
1226
            },
1227
            "suggest": {
1228
                "phpunit/php-invoker": "~1.1"
1229
            },
1230
            "bin": [
1231
                "phpunit"
1232
            ],
1233
            "type": "library",
1234
            "extra": {
1235
                "branch-alias": {
1236
                    "dev-master": "4.8.x-dev"
1237
                }
1238
            },
1239
            "autoload": {
1240
                "classmap": [
1241
                    "src/"
1242
                ]
1243
            },
1244
            "notification-url": "https://packagist.org/downloads/",
1245
            "license": [
1246
                "BSD-3-Clause"
1247
            ],
1248
            "authors": [
1249
                {
1250
                    "name": "Sebastian Bergmann",
1251
                    "email": "[email protected]",
1252
                    "role": "lead"
1253
                }
1254
            ],
1255
            "description": "The PHP Unit Testing framework.",
1256
            "homepage": "https://phpunit.de/",
1257
            "keywords": [
1258
                "phpunit",
1259
                "testing",
1260
                "xunit"
1261
            ],
1262
            "time": "2016-07-21 06:48:14"
1263
        },
1264
        {
1265
            "name": "phpunit/phpunit-mock-objects",
1266
            "version": "2.3.8",
1267
            "source": {
1268
                "type": "git",
1269
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1270
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1271
            },
1272
            "dist": {
1273
                "type": "zip",
1274
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1275
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1276
                "shasum": ""
1277
            },
1278
            "require": {
1279
                "doctrine/instantiator": "^1.0.2",
1280
                "php": ">=5.3.3",
1281
                "phpunit/php-text-template": "~1.2",
1282
                "sebastian/exporter": "~1.2"
1283
            },
1284
            "require-dev": {
1285
                "phpunit/phpunit": "~4.4"
1286
            },
1287
            "suggest": {
1288
                "ext-soap": "*"
1289
            },
1290
            "type": "library",
1291
            "extra": {
1292
                "branch-alias": {
1293
                    "dev-master": "2.3.x-dev"
1294
                }
1295
            },
1296
            "autoload": {
1297
                "classmap": [
1298
                    "src/"
1299
                ]
1300
            },
1301
            "notification-url": "https://packagist.org/downloads/",
1302
            "license": [
1303
                "BSD-3-Clause"
1304
            ],
1305
            "authors": [
1306
                {
1307
                    "name": "Sebastian Bergmann",
1308
                    "email": "[email protected]",
1309
                    "role": "lead"
1310
                }
1311
            ],
1312
            "description": "Mock Object library for PHPUnit",
1313
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1314
            "keywords": [
1315
                "mock",
1316
                "xunit"
1317
            ],
1318
            "time": "2015-10-02 06:51:40"
1319
        },
1320
        {
1321
            "name": "sebastian/comparator",
1322
            "version": "1.2.0",
1323
            "source": {
1324
                "type": "git",
1325
                "url": "https://github.com/sebastianbergmann/comparator.git",
1326
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1327
            },
1328
            "dist": {
1329
                "type": "zip",
1330
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1331
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1332
                "shasum": ""
1333
            },
1334
            "require": {
1335
                "php": ">=5.3.3",
1336
                "sebastian/diff": "~1.2",
1337
                "sebastian/exporter": "~1.2"
1338
            },
1339
            "require-dev": {
1340
                "phpunit/phpunit": "~4.4"
1341
            },
1342
            "type": "library",
1343
            "extra": {
1344
                "branch-alias": {
1345
                    "dev-master": "1.2.x-dev"
1346
                }
1347
            },
1348
            "autoload": {
1349
                "classmap": [
1350
                    "src/"
1351
                ]
1352
            },
1353
            "notification-url": "https://packagist.org/downloads/",
1354
            "license": [
1355
                "BSD-3-Clause"
1356
            ],
1357
            "authors": [
1358
                {
1359
                    "name": "Jeff Welch",
1360
                    "email": "[email protected]"
1361
                },
1362
                {
1363
                    "name": "Volker Dusch",
1364
                    "email": "[email protected]"
1365
                },
1366
                {
1367
                    "name": "Bernhard Schussek",
1368
                    "email": "[email protected]"
1369
                },
1370
                {
1371
                    "name": "Sebastian Bergmann",
1372
                    "email": "[email protected]"
1373
                }
1374
            ],
1375
            "description": "Provides the functionality to compare PHP values for equality",
1376
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1377
            "keywords": [
1378
                "comparator",
1379
                "compare",
1380
                "equality"
1381
            ],
1382
            "time": "2015-07-26 15:48:44"
1383
        },
1384
        {
1385
            "name": "sebastian/diff",
1386
            "version": "1.4.1",
1387
            "source": {
1388
                "type": "git",
1389
                "url": "https://github.com/sebastianbergmann/diff.git",
1390
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1391
            },
1392
            "dist": {
1393
                "type": "zip",
1394
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1395
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1396
                "shasum": ""
1397
            },
1398
            "require": {
1399
                "php": ">=5.3.3"
1400
            },
1401
            "require-dev": {
1402
                "phpunit/phpunit": "~4.8"
1403
            },
1404
            "type": "library",
1405
            "extra": {
1406
                "branch-alias": {
1407
                    "dev-master": "1.4-dev"
1408
                }
1409
            },
1410
            "autoload": {
1411
                "classmap": [
1412
                    "src/"
1413
                ]
1414
            },
1415
            "notification-url": "https://packagist.org/downloads/",
1416
            "license": [
1417
                "BSD-3-Clause"
1418
            ],
1419
            "authors": [
1420
                {
1421
                    "name": "Kore Nordmann",
1422
                    "email": "[email protected]"
1423
                },
1424
                {
1425
                    "name": "Sebastian Bergmann",
1426
                    "email": "[email protected]"
1427
                }
1428
            ],
1429
            "description": "Diff implementation",
1430
            "homepage": "https://github.com/sebastianbergmann/diff",
1431
            "keywords": [
1432
                "diff"
1433
            ],
1434
            "time": "2015-12-08 07:14:41"
1435
        },
1436
        {
1437
            "name": "sebastian/environment",
1438
            "version": "1.3.7",
1439
            "source": {
1440
                "type": "git",
1441
                "url": "https://github.com/sebastianbergmann/environment.git",
1442
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1443
            },
1444
            "dist": {
1445
                "type": "zip",
1446
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1447
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1448
                "shasum": ""
1449
            },
1450
            "require": {
1451
                "php": ">=5.3.3"
1452
            },
1453
            "require-dev": {
1454
                "phpunit/phpunit": "~4.4"
1455
            },
1456
            "type": "library",
1457
            "extra": {
1458
                "branch-alias": {
1459
                    "dev-master": "1.3.x-dev"
1460
                }
1461
            },
1462
            "autoload": {
1463
                "classmap": [
1464
                    "src/"
1465
                ]
1466
            },
1467
            "notification-url": "https://packagist.org/downloads/",
1468
            "license": [
1469
                "BSD-3-Clause"
1470
            ],
1471
            "authors": [
1472
                {
1473
                    "name": "Sebastian Bergmann",
1474
                    "email": "[email protected]"
1475
                }
1476
            ],
1477
            "description": "Provides functionality to handle HHVM/PHP environments",
1478
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1479
            "keywords": [
1480
                "Xdebug",
1481
                "environment",
1482
                "hhvm"
1483
            ],
1484
            "time": "2016-05-17 03:18:57"
1485
        },
1486
        {
1487
            "name": "sebastian/exporter",
1488
            "version": "1.2.2",
1489
            "source": {
1490
                "type": "git",
1491
                "url": "https://github.com/sebastianbergmann/exporter.git",
1492
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1493
            },
1494
            "dist": {
1495
                "type": "zip",
1496
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1497
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1498
                "shasum": ""
1499
            },
1500
            "require": {
1501
                "php": ">=5.3.3",
1502
                "sebastian/recursion-context": "~1.0"
1503
            },
1504
            "require-dev": {
1505
                "ext-mbstring": "*",
1506
                "phpunit/phpunit": "~4.4"
1507
            },
1508
            "type": "library",
1509
            "extra": {
1510
                "branch-alias": {
1511
                    "dev-master": "1.3.x-dev"
1512
                }
1513
            },
1514
            "autoload": {
1515
                "classmap": [
1516
                    "src/"
1517
                ]
1518
            },
1519
            "notification-url": "https://packagist.org/downloads/",
1520
            "license": [
1521
                "BSD-3-Clause"
1522
            ],
1523
            "authors": [
1524
                {
1525
                    "name": "Jeff Welch",
1526
                    "email": "[email protected]"
1527
                },
1528
                {
1529
                    "name": "Volker Dusch",
1530
                    "email": "[email protected]"
1531
                },
1532
                {
1533
                    "name": "Bernhard Schussek",
1534
                    "email": "[email protected]"
1535
                },
1536
                {
1537
                    "name": "Sebastian Bergmann",
1538
                    "email": "[email protected]"
1539
                },
1540
                {
1541
                    "name": "Adam Harvey",
1542
                    "email": "[email protected]"
1543
                }
1544
            ],
1545
            "description": "Provides the functionality to export PHP variables for visualization",
1546
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1547
            "keywords": [
1548
                "export",
1549
                "exporter"
1550
            ],
1551
            "time": "2016-06-17 09:04:28"
1552
        },
1553
        {
1554
            "name": "sebastian/global-state",
1555
            "version": "1.1.1",
1556
            "source": {
1557
                "type": "git",
1558
                "url": "https://github.com/sebastianbergmann/global-state.git",
1559
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1560
            },
1561
            "dist": {
1562
                "type": "zip",
1563
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1564
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1565
                "shasum": ""
1566
            },
1567
            "require": {
1568
                "php": ">=5.3.3"
1569
            },
1570
            "require-dev": {
1571
                "phpunit/phpunit": "~4.2"
1572
            },
1573
            "suggest": {
1574
                "ext-uopz": "*"
1575
            },
1576
            "type": "library",
1577
            "extra": {
1578
                "branch-alias": {
1579
                    "dev-master": "1.0-dev"
1580
                }
1581
            },
1582
            "autoload": {
1583
                "classmap": [
1584
                    "src/"
1585
                ]
1586
            },
1587
            "notification-url": "https://packagist.org/downloads/",
1588
            "license": [
1589
                "BSD-3-Clause"
1590
            ],
1591
            "authors": [
1592
                {
1593
                    "name": "Sebastian Bergmann",
1594
                    "email": "[email protected]"
1595
                }
1596
            ],
1597
            "description": "Snapshotting of global state",
1598
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1599
            "keywords": [
1600
                "global state"
1601
            ],
1602
            "time": "2015-10-12 03:26:01"
1603
        },
1604
        {
1605
            "name": "sebastian/recursion-context",
1606
            "version": "1.0.2",
1607
            "source": {
1608
                "type": "git",
1609
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1610
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1611
            },
1612
            "dist": {
1613
                "type": "zip",
1614
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1615
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1616
                "shasum": ""
1617
            },
1618
            "require": {
1619
                "php": ">=5.3.3"
1620
            },
1621
            "require-dev": {
1622
                "phpunit/phpunit": "~4.4"
1623
            },
1624
            "type": "library",
1625
            "extra": {
1626
                "branch-alias": {
1627
                    "dev-master": "1.0.x-dev"
1628
                }
1629
            },
1630
            "autoload": {
1631
                "classmap": [
1632
                    "src/"
1633
                ]
1634
            },
1635
            "notification-url": "https://packagist.org/downloads/",
1636
            "license": [
1637
                "BSD-3-Clause"
1638
            ],
1639
            "authors": [
1640
                {
1641
                    "name": "Jeff Welch",
1642
                    "email": "[email protected]"
1643
                },
1644
                {
1645
                    "name": "Sebastian Bergmann",
1646
                    "email": "[email protected]"
1647
                },
1648
                {
1649
                    "name": "Adam Harvey",
1650
                    "email": "[email protected]"
1651
                }
1652
            ],
1653
            "description": "Provides functionality to recursively process PHP variables",
1654
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1655
            "time": "2015-11-11 19:50:13"
1656
        },
1657
        {
1658
            "name": "sebastian/version",
1659
            "version": "1.0.6",
1660
            "source": {
1661
                "type": "git",
1662
                "url": "https://github.com/sebastianbergmann/version.git",
1663
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1664
            },
1665
            "dist": {
1666
                "type": "zip",
1667
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1668
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1669
                "shasum": ""
1670
            },
1671
            "type": "library",
1672
            "autoload": {
1673
                "classmap": [
1674
                    "src/"
1675
                ]
1676
            },
1677
            "notification-url": "https://packagist.org/downloads/",
1678
            "license": [
1679
                "BSD-3-Clause"
1680
            ],
1681
            "authors": [
1682
                {
1683
                    "name": "Sebastian Bergmann",
1684
                    "email": "[email protected]",
1685
                    "role": "lead"
1686
                }
1687
            ],
1688
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1689
            "homepage": "https://github.com/sebastianbergmann/version",
1690
            "time": "2015-06-21 13:59:46"
1691
        },
1692
        {
1693
            "name": "symfony/yaml",
1694
            "version": "v3.1.2",
1695
            "source": {
1696
                "type": "git",
1697
                "url": "https://github.com/symfony/yaml.git",
1698
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
1699
            },
1700
            "dist": {
1701
                "type": "zip",
1702
                "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
1703
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
1704
                "shasum": ""
1705
            },
1706
            "require": {
1707
                "php": ">=5.5.9"
1708
            },
1709
            "type": "library",
1710
            "extra": {
1711
                "branch-alias": {
1712
                    "dev-master": "3.1-dev"
1713
                }
1714
            },
1715
            "autoload": {
1716
                "psr-4": {
1717
                    "Symfony\\Component\\Yaml\\": ""
1718
                },
1719
                "exclude-from-classmap": [
1720
                    "/Tests/"
1721
                ]
1722
            },
1723
            "notification-url": "https://packagist.org/downloads/",
1724
            "license": [
1725
                "MIT"
1726
            ],
1727
            "authors": [
1728
                {
1729
                    "name": "Fabien Potencier",
1730
                    "email": "[email protected]"
1731
                },
1732
                {
1733
                    "name": "Symfony Community",
1734
                    "homepage": "https://symfony.com/contributors"
1735
                }
1736
            ],
1737
            "description": "Symfony Yaml Component",
1738
            "homepage": "https://symfony.com",
1739
            "time": "2016-06-29 05:41:56"
1740
        },
1741
        {
1742
            "name": "webmozart/assert",
1743
            "version": "1.0.2",
1744
            "source": {
1745
                "type": "git",
1746
                "url": "https://github.com/webmozart/assert.git",
1747
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
1748
            },
1749
            "dist": {
1750
                "type": "zip",
1751
                "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
1752
                "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
1753
                "shasum": ""
1754
            },
1755
            "require": {
1756
                "php": ">=5.3.3"
1757
            },
1758
            "require-dev": {
1759
                "phpunit/phpunit": "^4.6"
1760
            },
1761
            "type": "library",
1762
            "extra": {
1763
                "branch-alias": {
1764
                    "dev-master": "1.0-dev"
1765
                }
1766
            },
1767
            "autoload": {
1768
                "psr-4": {
1769
                    "Webmozart\\Assert\\": "src/"
1770
                }
1771
            },
1772
            "notification-url": "https://packagist.org/downloads/",
1773
            "license": [
1774
                "MIT"
1775
            ],
1776
            "authors": [
1777
                {
1778
                    "name": "Bernhard Schussek",
1779
                    "email": "[email protected]"
1780
                }
1781
            ],
1782
            "description": "Assertions to validate method input/output with nice error messages.",
1783
            "keywords": [
1784
                "assert",
1785
                "check",
1786
                "validate"
1787
            ],
1788
            "time": "2015-08-24 13:29:44"
1789
        }
1790
    ],
1791
    "aliases": [],
1792
    "minimum-stability": "stable",
1793
    "stability-flags": [],
1794
    "prefer-stable": false,
1795
    "prefer-lowest": false,
1796
    "platform": {
1797
        "php": ">=5.4.0"
1798
    },
1799
    "platform-dev": []
1800
}
1801