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