GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#32)
by Anatolii
24:58 queued 09:56
created

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
    "content-hash": "074a8b19110d8b5a112f19ec57dfbdbe",
8
    "packages": [
9
        {
10
            "name": "fiv/collection",
11
            "version": "0.0.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/funivan/collection.git",
15
                "reference": "6748a731b3fd3ce551f0fda32973c449b32edb03"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/funivan/collection/zipball/6748a731b3fd3ce551f0fda32973c449b32edb03",
20
                "reference": "6748a731b3fd3ce551f0fda32973c449b32edb03",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.0"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "4.*"
28
            },
29
            "type": "library",
30
            "autoload": {
31
                "psr-4": {
32
                    "Fiv\\Collection\\": "src"
33
                }
34
            },
35
            "notification-url": "https://packagist.org/downloads/",
36
            "license": [
37
                "MIT"
38
            ],
39
            "authors": [
40
                {
41
                    "name": "Ivan Scherbak",
42
                    "email": "[email protected]",
43
                    "homepage": "http://funivan.com",
44
                    "role": "Developer"
45
                }
46
            ],
47
            "description": "Abstract class for typed object collection",
48
            "homepage": "https://github.com/funivan/object-collection",
49
            "keywords": [
50
                "collection"
51
            ],
52
            "time": "2014-11-07T10:26:07+00:00"
53
        },
54
        {
55
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

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