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