Test Failed
Pull Request — master (#4)
by Miguel Ángel
04:40
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": "bfbcd9243a6384262cda3a5fd6c22ee5",
8
    "packages": [
9
        {
10
            "name": "beberlei/assert",
11
            "version": "v2.7.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/beberlei/assert.git",
15
                "reference": "3ee3bc468a3ce4bbfc3d74f53c6cdb5242d39d1a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/beberlei/assert/zipball/3ee3bc468a3ce4bbfc3d74f53c6cdb5242d39d1a",
20
                "reference": "3ee3bc468a3ce4bbfc3d74f53c6cdb5242d39d1a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "ext-mbstring": "*",
25
                "php": ">=5.3"
26
            },
27
            "require-dev": {
28
                "friendsofphp/php-cs-fixer": "^2.1.1",
29
                "phpunit/phpunit": "^4|^5"
30
            },
31
            "type": "library",
32
            "autoload": {
33
                "psr-4": {
34
                    "Assert\\": "lib/Assert"
35
                },
36
                "files": [
37
                    "lib/Assert/functions.php"
38
                ]
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "BSD-2-Clause"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Benjamin Eberlei",
47
                    "email": "[email protected]",
48
                    "role": "Lead Developer"
49
                },
50
                {
51
                    "name": "Richard Quadling",
52
                    "email": "[email protected]",
53
                    "role": "Collaborator"
54
                }
55
            ],
56
            "description": "Thin assertion library for input validation in business models.",
57
            "keywords": [
58
                "assert",
59
                "assertion",
60
                "validation"
61
            ],
62
            "time": "2017-03-14T18:06:52+00:00"
63
        },
64
        {
65
            "name": "paragonie/random_compat",
66
            "version": "v2.0.11",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/paragonie/random_compat.git",
70
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
75
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "php": ">=5.2.0"
80
            },
81
            "require-dev": {
82
                "phpunit/phpunit": "4.*|5.*"
83
            },
84
            "suggest": {
85
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
86
            },
87
            "type": "library",
88
            "autoload": {
89
                "files": [
90
                    "lib/random.php"
91
                ]
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "MIT"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Paragon Initiative Enterprises",
100
                    "email": "[email protected]",
101
                    "homepage": "https://paragonie.com"
102
                }
103
            ],
104
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
105
            "keywords": [
106
                "csprng",
107
                "pseudorandom",
108
                "random"
109
            ],
110
            "time": "2017-09-27T21:40:39+00:00"
111
        },
112
        {
113
            "name": "ramsey/uuid",
114
            "version": "3.7.3",
115
            "source": {
116
                "type": "git",
117
                "url": "https://github.com/ramsey/uuid.git",
118
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
119
            },
120
            "dist": {
121
                "type": "zip",
122
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
123
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
124
                "shasum": ""
125
            },
126
            "require": {
127
                "paragonie/random_compat": "^1.0|^2.0",
128
                "php": "^5.4 || ^7.0"
129
            },
130
            "replace": {
131
                "rhumsaa/uuid": "self.version"
132
            },
133
            "require-dev": {
134
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
135
                "doctrine/annotations": "~1.2.0",
136
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
137
                "ircmaxell/random-lib": "^1.1",
138
                "jakub-onderka/php-parallel-lint": "^0.9.0",
139
                "mockery/mockery": "^0.9.9",
140
                "moontoast/math": "^1.1",
141
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
142
                "phpunit/phpunit": "^4.7|^5.0",
143
                "squizlabs/php_codesniffer": "^2.3"
144
            },
145
            "suggest": {
146
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
147
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
148
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
149
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
150
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
151
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
152
            },
153
            "type": "library",
154
            "extra": {
155
                "branch-alias": {
156
                    "dev-master": "3.x-dev"
157
                }
158
            },
159
            "autoload": {
160
                "psr-4": {
161
                    "Ramsey\\Uuid\\": "src/"
162
                }
163
            },
164
            "notification-url": "https://packagist.org/downloads/",
165
            "license": [
166
                "MIT"
167
            ],
168
            "authors": [
169
                {
170
                    "name": "Marijn Huizendveld",
171
                    "email": "[email protected]"
172
                },
173
                {
174
                    "name": "Thibaud Fabre",
175
                    "email": "[email protected]"
176
                },
177
                {
178
                    "name": "Ben Ramsey",
179
                    "email": "[email protected]",
180
                    "homepage": "https://benramsey.com"
181
                }
182
            ],
183
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
184
            "homepage": "https://github.com/ramsey/uuid",
185
            "keywords": [
186
                "guid",
187
                "identifier",
188
                "uuid"
189
            ],
190
            "time": "2018-01-20T00:28:24+00:00"
191
        },
192
        {
193
            "name": "symfony/intl",
0 ignored issues
show
There is a security advisory for your installed version of symfony/intl:

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