Completed
Pull Request — master (#605)
by
unknown
03:51
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": "8957b9da742e28d7250c02fca8f9a5a7",
8
    "content-hash": "973b8a4a1d8c520dd99fcd32cb5e022f",
9
    "packages": [],
10
    "packages-dev": [
11
        {
12
            "name": "doctrine/instantiator",
13
            "version": "1.0.5",
14
            "source": {
15
                "type": "git",
16
                "url": "https://github.com/doctrine/instantiator.git",
17
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
18
            },
19
            "dist": {
20
                "type": "zip",
21
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
22
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
23
                "shasum": ""
24
            },
25
            "require": {
26
                "php": ">=5.3,<8.0-DEV"
27
            },
28
            "require-dev": {
29
                "athletic/athletic": "~0.1.8",
30
                "ext-pdo": "*",
31
                "ext-phar": "*",
32
                "phpunit/phpunit": "~4.0",
33
                "squizlabs/php_codesniffer": "~2.0"
34
            },
35
            "type": "library",
36
            "extra": {
37
                "branch-alias": {
38
                    "dev-master": "1.0.x-dev"
39
                }
40
            },
41
            "autoload": {
42
                "psr-4": {
43
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
44
                }
45
            },
46
            "notification-url": "https://packagist.org/downloads/",
47
            "license": [
48
                "MIT"
49
            ],
50
            "authors": [
51
                {
52
                    "name": "Marco Pivetta",
53
                    "email": "[email protected]",
54
                    "homepage": "http://ocramius.github.com/"
55
                }
56
            ],
57
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
58
            "homepage": "https://github.com/doctrine/instantiator",
59
            "keywords": [
60
                "constructor",
61
                "instantiate"
62
            ],
63
            "time": "2015-06-14 21:17:01"
64
        },
65
        {
66
            "name": "phpdocumentor/reflection-docblock",
67
            "version": "2.0.4",
68
            "source": {
69
                "type": "git",
70
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
71
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
72
            },
73
            "dist": {
74
                "type": "zip",
75
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
76
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
77
                "shasum": ""
78
            },
79
            "require": {
80
                "php": ">=5.3.3"
81
            },
82
            "require-dev": {
83
                "phpunit/phpunit": "~4.0"
84
            },
85
            "suggest": {
86
                "dflydev/markdown": "~1.0",
87
                "erusev/parsedown": "~1.0"
88
            },
89
            "type": "library",
90
            "extra": {
91
                "branch-alias": {
92
                    "dev-master": "2.0.x-dev"
93
                }
94
            },
95
            "autoload": {
96
                "psr-0": {
97
                    "phpDocumentor": [
98
                        "src/"
99
                    ]
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "Mike van Riel",
109
                    "email": "[email protected]"
110
                }
111
            ],
112
            "time": "2015-02-03 12:10:50"
113
        },
114
        {
115
            "name": "phpspec/prophecy",
116
            "version": "v1.6.0",
117
            "source": {
118
                "type": "git",
119
                "url": "https://github.com/phpspec/prophecy.git",
120
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
121
            },
122
            "dist": {
123
                "type": "zip",
124
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
125
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
126
                "shasum": ""
127
            },
128
            "require": {
129
                "doctrine/instantiator": "^1.0.2",
130
                "php": "^5.3|^7.0",
131
                "phpdocumentor/reflection-docblock": "~2.0",
132
                "sebastian/comparator": "~1.1",
133
                "sebastian/recursion-context": "~1.0"
134
            },
135
            "require-dev": {
136
                "phpspec/phpspec": "~2.0"
137
            },
138
            "type": "library",
139
            "extra": {
140
                "branch-alias": {
141
                    "dev-master": "1.5.x-dev"
142
                }
143
            },
144
            "autoload": {
145
                "psr-0": {
146
                    "Prophecy\\": "src/"
147
                }
148
            },
149
            "notification-url": "https://packagist.org/downloads/",
150
            "license": [
151
                "MIT"
152
            ],
153
            "authors": [
154
                {
155
                    "name": "Konstantin Kudryashov",
156
                    "email": "[email protected]",
157
                    "homepage": "http://everzet.com"
158
                },
159
                {
160
                    "name": "Marcello Duarte",
161
                    "email": "[email protected]"
162
                }
163
            ],
164
            "description": "Highly opinionated mocking framework for PHP 5.3+",
165
            "homepage": "https://github.com/phpspec/prophecy",
166
            "keywords": [
167
                "Double",
168
                "Dummy",
169
                "fake",
170
                "mock",
171
                "spy",
172
                "stub"
173
            ],
174
            "time": "2016-02-15 07:46:21"
175
        },
176
        {
177
            "name": "phpunit/php-code-coverage",
178
            "version": "2.2.4",
179
            "source": {
180
                "type": "git",
181
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
182
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
183
            },
184
            "dist": {
185
                "type": "zip",
186
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
187
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
188
                "shasum": ""
189
            },
190
            "require": {
191
                "php": ">=5.3.3",
192
                "phpunit/php-file-iterator": "~1.3",
193
                "phpunit/php-text-template": "~1.2",
194
                "phpunit/php-token-stream": "~1.3",
195
                "sebastian/environment": "^1.3.2",
196
                "sebastian/version": "~1.0"
197
            },
198
            "require-dev": {
199
                "ext-xdebug": ">=2.1.4",
200
                "phpunit/phpunit": "~4"
201
            },
202
            "suggest": {
203
                "ext-dom": "*",
204
                "ext-xdebug": ">=2.2.1",
205
                "ext-xmlwriter": "*"
206
            },
207
            "type": "library",
208
            "extra": {
209
                "branch-alias": {
210
                    "dev-master": "2.2.x-dev"
211
                }
212
            },
213
            "autoload": {
214
                "classmap": [
215
                    "src/"
216
                ]
217
            },
218
            "notification-url": "https://packagist.org/downloads/",
219
            "license": [
220
                "BSD-3-Clause"
221
            ],
222
            "authors": [
223
                {
224
                    "name": "Sebastian Bergmann",
225
                    "email": "[email protected]",
226
                    "role": "lead"
227
                }
228
            ],
229
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
230
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
231
            "keywords": [
232
                "coverage",
233
                "testing",
234
                "xunit"
235
            ],
236
            "time": "2015-10-06 15:47:00"
237
        },
238
        {
239
            "name": "phpunit/php-file-iterator",
240
            "version": "1.4.1",
241
            "source": {
242
                "type": "git",
243
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
244
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
245
            },
246
            "dist": {
247
                "type": "zip",
248
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
249
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
250
                "shasum": ""
251
            },
252
            "require": {
253
                "php": ">=5.3.3"
254
            },
255
            "type": "library",
256
            "extra": {
257
                "branch-alias": {
258
                    "dev-master": "1.4.x-dev"
259
                }
260
            },
261
            "autoload": {
262
                "classmap": [
263
                    "src/"
264
                ]
265
            },
266
            "notification-url": "https://packagist.org/downloads/",
267
            "license": [
268
                "BSD-3-Clause"
269
            ],
270
            "authors": [
271
                {
272
                    "name": "Sebastian Bergmann",
273
                    "email": "[email protected]",
274
                    "role": "lead"
275
                }
276
            ],
277
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
278
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
279
            "keywords": [
280
                "filesystem",
281
                "iterator"
282
            ],
283
            "time": "2015-06-21 13:08:43"
284
        },
285
        {
286
            "name": "phpunit/php-text-template",
287
            "version": "1.2.1",
288
            "source": {
289
                "type": "git",
290
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
291
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
292
            },
293
            "dist": {
294
                "type": "zip",
295
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
296
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
297
                "shasum": ""
298
            },
299
            "require": {
300
                "php": ">=5.3.3"
301
            },
302
            "type": "library",
303
            "autoload": {
304
                "classmap": [
305
                    "src/"
306
                ]
307
            },
308
            "notification-url": "https://packagist.org/downloads/",
309
            "license": [
310
                "BSD-3-Clause"
311
            ],
312
            "authors": [
313
                {
314
                    "name": "Sebastian Bergmann",
315
                    "email": "[email protected]",
316
                    "role": "lead"
317
                }
318
            ],
319
            "description": "Simple template engine.",
320
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
321
            "keywords": [
322
                "template"
323
            ],
324
            "time": "2015-06-21 13:50:34"
325
        },
326
        {
327
            "name": "phpunit/php-timer",
328
            "version": "1.0.8",
329
            "source": {
330
                "type": "git",
331
                "url": "https://github.com/sebastianbergmann/php-timer.git",
332
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
333
            },
334
            "dist": {
335
                "type": "zip",
336
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
337
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
338
                "shasum": ""
339
            },
340
            "require": {
341
                "php": ">=5.3.3"
342
            },
343
            "require-dev": {
344
                "phpunit/phpunit": "~4|~5"
345
            },
346
            "type": "library",
347
            "autoload": {
348
                "classmap": [
349
                    "src/"
350
                ]
351
            },
352
            "notification-url": "https://packagist.org/downloads/",
353
            "license": [
354
                "BSD-3-Clause"
355
            ],
356
            "authors": [
357
                {
358
                    "name": "Sebastian Bergmann",
359
                    "email": "[email protected]",
360
                    "role": "lead"
361
                }
362
            ],
363
            "description": "Utility class for timing",
364
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
365
            "keywords": [
366
                "timer"
367
            ],
368
            "time": "2016-05-12 18:03:57"
369
        },
370
        {
371
            "name": "phpunit/php-token-stream",
372
            "version": "1.4.8",
373
            "source": {
374
                "type": "git",
375
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
376
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
377
            },
378
            "dist": {
379
                "type": "zip",
380
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
381
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
382
                "shasum": ""
383
            },
384
            "require": {
385
                "ext-tokenizer": "*",
386
                "php": ">=5.3.3"
387
            },
388
            "require-dev": {
389
                "phpunit/phpunit": "~4.2"
390
            },
391
            "type": "library",
392
            "extra": {
393
                "branch-alias": {
394
                    "dev-master": "1.4-dev"
395
                }
396
            },
397
            "autoload": {
398
                "classmap": [
399
                    "src/"
400
                ]
401
            },
402
            "notification-url": "https://packagist.org/downloads/",
403
            "license": [
404
                "BSD-3-Clause"
405
            ],
406
            "authors": [
407
                {
408
                    "name": "Sebastian Bergmann",
409
                    "email": "[email protected]"
410
                }
411
            ],
412
            "description": "Wrapper around PHP's tokenizer extension.",
413
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
414
            "keywords": [
415
                "tokenizer"
416
            ],
417
            "time": "2015-09-15 10:49:45"
418
        },
419
        {
420
            "name": "phpunit/phpunit",
0 ignored issues
show
There is a security advisory for your installed version of phpunit/phpunit:

RCE vulnerability in phpunit
Loading history...
421
            "version": "4.8.26",
422
            "source": {
423
                "type": "git",
424
                "url": "https://github.com/sebastianbergmann/phpunit.git",
425
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
426
            },
427
            "dist": {
428
                "type": "zip",
429
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
430
                "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
431
                "shasum": ""
432
            },
433
            "require": {
434
                "ext-dom": "*",
435
                "ext-json": "*",
436
                "ext-pcre": "*",
437
                "ext-reflection": "*",
438
                "ext-spl": "*",
439
                "php": ">=5.3.3",
440
                "phpspec/prophecy": "^1.3.1",
441
                "phpunit/php-code-coverage": "~2.1",
442
                "phpunit/php-file-iterator": "~1.4",
443
                "phpunit/php-text-template": "~1.2",
444
                "phpunit/php-timer": "^1.0.6",
445
                "phpunit/phpunit-mock-objects": "~2.3",
446
                "sebastian/comparator": "~1.1",
447
                "sebastian/diff": "~1.2",
448
                "sebastian/environment": "~1.3",
449
                "sebastian/exporter": "~1.2",
450
                "sebastian/global-state": "~1.0",
451
                "sebastian/version": "~1.0",
452
                "symfony/yaml": "~2.1|~3.0"
453
            },
454
            "suggest": {
455
                "phpunit/php-invoker": "~1.1"
456
            },
457
            "bin": [
458
                "phpunit"
459
            ],
460
            "type": "library",
461
            "extra": {
462
                "branch-alias": {
463
                    "dev-master": "4.8.x-dev"
464
                }
465
            },
466
            "autoload": {
467
                "classmap": [
468
                    "src/"
469
                ]
470
            },
471
            "notification-url": "https://packagist.org/downloads/",
472
            "license": [
473
                "BSD-3-Clause"
474
            ],
475
            "authors": [
476
                {
477
                    "name": "Sebastian Bergmann",
478
                    "email": "[email protected]",
479
                    "role": "lead"
480
                }
481
            ],
482
            "description": "The PHP Unit Testing framework.",
483
            "homepage": "https://phpunit.de/",
484
            "keywords": [
485
                "phpunit",
486
                "testing",
487
                "xunit"
488
            ],
489
            "time": "2016-05-17 03:09:28"
490
        },
491
        {
492
            "name": "phpunit/phpunit-mock-objects",
493
            "version": "2.3.8",
494
            "source": {
495
                "type": "git",
496
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
497
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
498
            },
499
            "dist": {
500
                "type": "zip",
501
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
502
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
503
                "shasum": ""
504
            },
505
            "require": {
506
                "doctrine/instantiator": "^1.0.2",
507
                "php": ">=5.3.3",
508
                "phpunit/php-text-template": "~1.2",
509
                "sebastian/exporter": "~1.2"
510
            },
511
            "require-dev": {
512
                "phpunit/phpunit": "~4.4"
513
            },
514
            "suggest": {
515
                "ext-soap": "*"
516
            },
517
            "type": "library",
518
            "extra": {
519
                "branch-alias": {
520
                    "dev-master": "2.3.x-dev"
521
                }
522
            },
523
            "autoload": {
524
                "classmap": [
525
                    "src/"
526
                ]
527
            },
528
            "notification-url": "https://packagist.org/downloads/",
529
            "license": [
530
                "BSD-3-Clause"
531
            ],
532
            "authors": [
533
                {
534
                    "name": "Sebastian Bergmann",
535
                    "email": "[email protected]",
536
                    "role": "lead"
537
                }
538
            ],
539
            "description": "Mock Object library for PHPUnit",
540
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
541
            "keywords": [
542
                "mock",
543
                "xunit"
544
            ],
545
            "time": "2015-10-02 06:51:40"
546
        },
547
        {
548
            "name": "sebastian/comparator",
549
            "version": "1.2.0",
550
            "source": {
551
                "type": "git",
552
                "url": "https://github.com/sebastianbergmann/comparator.git",
553
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
554
            },
555
            "dist": {
556
                "type": "zip",
557
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
558
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
559
                "shasum": ""
560
            },
561
            "require": {
562
                "php": ">=5.3.3",
563
                "sebastian/diff": "~1.2",
564
                "sebastian/exporter": "~1.2"
565
            },
566
            "require-dev": {
567
                "phpunit/phpunit": "~4.4"
568
            },
569
            "type": "library",
570
            "extra": {
571
                "branch-alias": {
572
                    "dev-master": "1.2.x-dev"
573
                }
574
            },
575
            "autoload": {
576
                "classmap": [
577
                    "src/"
578
                ]
579
            },
580
            "notification-url": "https://packagist.org/downloads/",
581
            "license": [
582
                "BSD-3-Clause"
583
            ],
584
            "authors": [
585
                {
586
                    "name": "Jeff Welch",
587
                    "email": "[email protected]"
588
                },
589
                {
590
                    "name": "Volker Dusch",
591
                    "email": "[email protected]"
592
                },
593
                {
594
                    "name": "Bernhard Schussek",
595
                    "email": "[email protected]"
596
                },
597
                {
598
                    "name": "Sebastian Bergmann",
599
                    "email": "[email protected]"
600
                }
601
            ],
602
            "description": "Provides the functionality to compare PHP values for equality",
603
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
604
            "keywords": [
605
                "comparator",
606
                "compare",
607
                "equality"
608
            ],
609
            "time": "2015-07-26 15:48:44"
610
        },
611
        {
612
            "name": "sebastian/diff",
613
            "version": "1.4.1",
614
            "source": {
615
                "type": "git",
616
                "url": "https://github.com/sebastianbergmann/diff.git",
617
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
618
            },
619
            "dist": {
620
                "type": "zip",
621
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
622
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
623
                "shasum": ""
624
            },
625
            "require": {
626
                "php": ">=5.3.3"
627
            },
628
            "require-dev": {
629
                "phpunit/phpunit": "~4.8"
630
            },
631
            "type": "library",
632
            "extra": {
633
                "branch-alias": {
634
                    "dev-master": "1.4-dev"
635
                }
636
            },
637
            "autoload": {
638
                "classmap": [
639
                    "src/"
640
                ]
641
            },
642
            "notification-url": "https://packagist.org/downloads/",
643
            "license": [
644
                "BSD-3-Clause"
645
            ],
646
            "authors": [
647
                {
648
                    "name": "Kore Nordmann",
649
                    "email": "[email protected]"
650
                },
651
                {
652
                    "name": "Sebastian Bergmann",
653
                    "email": "[email protected]"
654
                }
655
            ],
656
            "description": "Diff implementation",
657
            "homepage": "https://github.com/sebastianbergmann/diff",
658
            "keywords": [
659
                "diff"
660
            ],
661
            "time": "2015-12-08 07:14:41"
662
        },
663
        {
664
            "name": "sebastian/environment",
665
            "version": "1.3.7",
666
            "source": {
667
                "type": "git",
668
                "url": "https://github.com/sebastianbergmann/environment.git",
669
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
670
            },
671
            "dist": {
672
                "type": "zip",
673
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
674
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
675
                "shasum": ""
676
            },
677
            "require": {
678
                "php": ">=5.3.3"
679
            },
680
            "require-dev": {
681
                "phpunit/phpunit": "~4.4"
682
            },
683
            "type": "library",
684
            "extra": {
685
                "branch-alias": {
686
                    "dev-master": "1.3.x-dev"
687
                }
688
            },
689
            "autoload": {
690
                "classmap": [
691
                    "src/"
692
                ]
693
            },
694
            "notification-url": "https://packagist.org/downloads/",
695
            "license": [
696
                "BSD-3-Clause"
697
            ],
698
            "authors": [
699
                {
700
                    "name": "Sebastian Bergmann",
701
                    "email": "[email protected]"
702
                }
703
            ],
704
            "description": "Provides functionality to handle HHVM/PHP environments",
705
            "homepage": "http://www.github.com/sebastianbergmann/environment",
706
            "keywords": [
707
                "Xdebug",
708
                "environment",
709
                "hhvm"
710
            ],
711
            "time": "2016-05-17 03:18:57"
712
        },
713
        {
714
            "name": "sebastian/exporter",
715
            "version": "1.2.1",
716
            "source": {
717
                "type": "git",
718
                "url": "https://github.com/sebastianbergmann/exporter.git",
719
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
720
            },
721
            "dist": {
722
                "type": "zip",
723
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
724
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
725
                "shasum": ""
726
            },
727
            "require": {
728
                "php": ">=5.3.3",
729
                "sebastian/recursion-context": "~1.0"
730
            },
731
            "require-dev": {
732
                "phpunit/phpunit": "~4.4"
733
            },
734
            "type": "library",
735
            "extra": {
736
                "branch-alias": {
737
                    "dev-master": "1.2.x-dev"
738
                }
739
            },
740
            "autoload": {
741
                "classmap": [
742
                    "src/"
743
                ]
744
            },
745
            "notification-url": "https://packagist.org/downloads/",
746
            "license": [
747
                "BSD-3-Clause"
748
            ],
749
            "authors": [
750
                {
751
                    "name": "Jeff Welch",
752
                    "email": "[email protected]"
753
                },
754
                {
755
                    "name": "Volker Dusch",
756
                    "email": "[email protected]"
757
                },
758
                {
759
                    "name": "Bernhard Schussek",
760
                    "email": "[email protected]"
761
                },
762
                {
763
                    "name": "Sebastian Bergmann",
764
                    "email": "[email protected]"
765
                },
766
                {
767
                    "name": "Adam Harvey",
768
                    "email": "[email protected]"
769
                }
770
            ],
771
            "description": "Provides the functionality to export PHP variables for visualization",
772
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
773
            "keywords": [
774
                "export",
775
                "exporter"
776
            ],
777
            "time": "2015-06-21 07:55:53"
778
        },
779
        {
780
            "name": "sebastian/global-state",
781
            "version": "1.1.1",
782
            "source": {
783
                "type": "git",
784
                "url": "https://github.com/sebastianbergmann/global-state.git",
785
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
786
            },
787
            "dist": {
788
                "type": "zip",
789
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
790
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
791
                "shasum": ""
792
            },
793
            "require": {
794
                "php": ">=5.3.3"
795
            },
796
            "require-dev": {
797
                "phpunit/phpunit": "~4.2"
798
            },
799
            "suggest": {
800
                "ext-uopz": "*"
801
            },
802
            "type": "library",
803
            "extra": {
804
                "branch-alias": {
805
                    "dev-master": "1.0-dev"
806
                }
807
            },
808
            "autoload": {
809
                "classmap": [
810
                    "src/"
811
                ]
812
            },
813
            "notification-url": "https://packagist.org/downloads/",
814
            "license": [
815
                "BSD-3-Clause"
816
            ],
817
            "authors": [
818
                {
819
                    "name": "Sebastian Bergmann",
820
                    "email": "[email protected]"
821
                }
822
            ],
823
            "description": "Snapshotting of global state",
824
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
825
            "keywords": [
826
                "global state"
827
            ],
828
            "time": "2015-10-12 03:26:01"
829
        },
830
        {
831
            "name": "sebastian/recursion-context",
832
            "version": "1.0.2",
833
            "source": {
834
                "type": "git",
835
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
836
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
837
            },
838
            "dist": {
839
                "type": "zip",
840
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
841
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
842
                "shasum": ""
843
            },
844
            "require": {
845
                "php": ">=5.3.3"
846
            },
847
            "require-dev": {
848
                "phpunit/phpunit": "~4.4"
849
            },
850
            "type": "library",
851
            "extra": {
852
                "branch-alias": {
853
                    "dev-master": "1.0.x-dev"
854
                }
855
            },
856
            "autoload": {
857
                "classmap": [
858
                    "src/"
859
                ]
860
            },
861
            "notification-url": "https://packagist.org/downloads/",
862
            "license": [
863
                "BSD-3-Clause"
864
            ],
865
            "authors": [
866
                {
867
                    "name": "Jeff Welch",
868
                    "email": "[email protected]"
869
                },
870
                {
871
                    "name": "Sebastian Bergmann",
872
                    "email": "[email protected]"
873
                },
874
                {
875
                    "name": "Adam Harvey",
876
                    "email": "[email protected]"
877
                }
878
            ],
879
            "description": "Provides functionality to recursively process PHP variables",
880
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
881
            "time": "2015-11-11 19:50:13"
882
        },
883
        {
884
            "name": "sebastian/version",
885
            "version": "1.0.6",
886
            "source": {
887
                "type": "git",
888
                "url": "https://github.com/sebastianbergmann/version.git",
889
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
890
            },
891
            "dist": {
892
                "type": "zip",
893
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
894
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
895
                "shasum": ""
896
            },
897
            "type": "library",
898
            "autoload": {
899
                "classmap": [
900
                    "src/"
901
                ]
902
            },
903
            "notification-url": "https://packagist.org/downloads/",
904
            "license": [
905
                "BSD-3-Clause"
906
            ],
907
            "authors": [
908
                {
909
                    "name": "Sebastian Bergmann",
910
                    "email": "[email protected]",
911
                    "role": "lead"
912
                }
913
            ],
914
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
915
            "homepage": "https://github.com/sebastianbergmann/version",
916
            "time": "2015-06-21 13:59:46"
917
        },
918
        {
919
            "name": "symfony/yaml",
920
            "version": "v2.8.6",
921
            "source": {
922
                "type": "git",
923
                "url": "https://github.com/symfony/yaml.git",
924
                "reference": "e4fbcc65f90909c999ac3b4dfa699ee6563a9940"
925
            },
926
            "dist": {
927
                "type": "zip",
928
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e4fbcc65f90909c999ac3b4dfa699ee6563a9940",
929
                "reference": "e4fbcc65f90909c999ac3b4dfa699ee6563a9940",
930
                "shasum": ""
931
            },
932
            "require": {
933
                "php": ">=5.3.9"
934
            },
935
            "type": "library",
936
            "extra": {
937
                "branch-alias": {
938
                    "dev-master": "2.8-dev"
939
                }
940
            },
941
            "autoload": {
942
                "psr-4": {
943
                    "Symfony\\Component\\Yaml\\": ""
944
                },
945
                "exclude-from-classmap": [
946
                    "/Tests/"
947
                ]
948
            },
949
            "notification-url": "https://packagist.org/downloads/",
950
            "license": [
951
                "MIT"
952
            ],
953
            "authors": [
954
                {
955
                    "name": "Fabien Potencier",
956
                    "email": "[email protected]"
957
                },
958
                {
959
                    "name": "Symfony Community",
960
                    "homepage": "https://symfony.com/contributors"
961
                }
962
            ],
963
            "description": "Symfony Yaml Component",
964
            "homepage": "https://symfony.com",
965
            "time": "2016-03-29 19:00:15"
966
        }
967
    ],
968
    "aliases": [],
969
    "minimum-stability": "stable",
970
    "stability-flags": [],
971
    "prefer-stable": false,
972
    "prefer-lowest": false,
973
    "platform": {
974
        "php": ">=5.4.0",
975
        "ext-zip": "*",
976
        "ext-xmlreader": "*",
977
        "ext-simplexml": "*"
978
    },
979
    "platform-dev": []
980
}
981