Completed
Pull Request — master (#60)
by
unknown
02:32
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "cce8fd9faa452958fb1c633811b18bcf",
8
    "packages": [
9
        {
10
            "name": "aptoma/twig-markdown",
11
            "version": "2.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/aptoma/twig-markdown.git",
15
                "reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/aptoma/twig-markdown/zipball/64a9c5c7418c08faf91c4410b34bdb65fb25c23d",
20
                "reference": "64a9c5c7418c08faf91c4410b34bdb65fb25c23d",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "twig/twig": "~1.12"
25
            },
26
            "require-dev": {
27
                "codeclimate/php-test-reporter": "dev-master",
28
                "erusev/parsedown": "^1.6",
29
                "knplabs/github-api": "~1.2",
30
                "league/commonmark": "~0.5",
31
                "michelf/php-markdown": "~1",
32
                "phpunit/phpunit": "~4.0",
33
                "satooshi/php-coveralls": "~0.6"
34
            },
35
            "suggest": {
36
                "knplabs/github-api": "Needed for using GitHub's Markdown engine provided through their API.",
37
                "michelf/php-markdown": "Original Markdown engine with MarkdownExtra."
38
            },
39
            "type": "library",
40
            "autoload": {
41
                "psr-0": {
42
                    "Aptoma": "src/"
43
                }
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "MIT"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Joris Berthelot",
52
                    "email": "[email protected]"
53
                },
54
                {
55
                    "name": "Gunnar Lium",
56
                    "email": "[email protected]"
57
                }
58
            ],
59
            "description": "Twig extension to work with Markdown content",
60
            "keywords": [
61
                "markdown",
62
                "twig"
63
            ],
64
            "time": "2015-10-23T20:27:08+00:00"
65
        },
66
        {
67
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
68
            "version": "1.6.4",
69
            "source": {
70
                "type": "git",
71
                "url": "https://github.com/erusev/parsedown.git",
72
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
73
            },
74
            "dist": {
75
                "type": "zip",
76
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
77
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
78
                "shasum": ""
79
            },
80
            "require": {
81
                "php": ">=5.3.0"
82
            },
83
            "require-dev": {
84
                "phpunit/phpunit": "^4.8.35"
85
            },
86
            "type": "library",
87
            "autoload": {
88
                "psr-0": {
89
                    "Parsedown": ""
90
                }
91
            },
92
            "notification-url": "https://packagist.org/downloads/",
93
            "license": [
94
                "MIT"
95
            ],
96
            "authors": [
97
                {
98
                    "name": "Emanuil Rusev",
99
                    "email": "[email protected]",
100
                    "homepage": "http://erusev.com"
101
                }
102
            ],
103
            "description": "Parser for Markdown.",
104
            "homepage": "http://parsedown.org",
105
            "keywords": [
106
                "markdown",
107
                "parser"
108
            ],
109
            "time": "2017-11-14T20:44:03+00:00"
110
        },
111
        {
112
            "name": "erusev/parsedown-extra",
113
            "version": "0.7.1",
114
            "source": {
115
                "type": "git",
116
                "url": "https://github.com/erusev/parsedown-extra.git",
117
                "reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c"
118
            },
119
            "dist": {
120
                "type": "zip",
121
                "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c",
122
                "reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c",
123
                "shasum": ""
124
            },
125
            "require": {
126
                "erusev/parsedown": "~1.4"
127
            },
128
            "type": "library",
129
            "autoload": {
130
                "psr-0": {
131
                    "ParsedownExtra": ""
132
                }
133
            },
134
            "notification-url": "https://packagist.org/downloads/",
135
            "license": [
136
                "MIT"
137
            ],
138
            "authors": [
139
                {
140
                    "name": "Emanuil Rusev",
141
                    "email": "[email protected]",
142
                    "homepage": "http://erusev.com"
143
                }
144
            ],
145
            "description": "An extension of Parsedown that adds support for Markdown Extra.",
146
            "homepage": "https://github.com/erusev/parsedown-extra",
147
            "keywords": [
148
                "markdown",
149
                "markdown extra",
150
                "parsedown",
151
                "parser"
152
            ],
153
            "time": "2015-11-01T10:19:22+00:00"
154
        },
155
        {
156
            "name": "gregwar/rst",
157
            "version": "v1.0.4",
158
            "target-dir": "Gregwar/RST",
159
            "source": {
160
                "type": "git",
161
                "url": "https://github.com/Gregwar/RST.git",
162
                "reference": "c469724db46e86dbdef878fe5bb604ae77a59133"
163
            },
164
            "dist": {
165
                "type": "zip",
166
                "url": "https://api.github.com/repos/Gregwar/RST/zipball/c469724db46e86dbdef878fe5bb604ae77a59133",
167
                "reference": "c469724db46e86dbdef878fe5bb604ae77a59133",
168
                "shasum": ""
169
            },
170
            "require": {
171
                "php": ">=5.3.0"
172
            },
173
            "type": "library",
174
            "autoload": {
175
                "psr-0": {
176
                    "Gregwar\\RST": ""
177
                }
178
            },
179
            "notification-url": "https://packagist.org/downloads/",
180
            "license": [
181
                "MIT"
182
            ],
183
            "authors": [
184
                {
185
                    "name": "Grégoire Passault",
186
                    "email": "[email protected]",
187
                    "homepage": "http://www.gregwar.com/"
188
                }
189
            ],
190
            "description": "PHP library to parse reStructuredText documents",
191
            "homepage": "https://github.com/Gregwar/RST",
192
            "keywords": [
193
                "markup",
194
                "parser",
195
                "rst"
196
            ],
197
            "time": "2017-09-07T13:11:08+00:00"
198
        },
199
        {
200
            "name": "maciejczyzewski/bottomline",
201
            "version": "dev-master",
202
            "source": {
203
                "type": "git",
204
                "url": "https://github.com/maciejczyzewski/bottomline.git",
205
                "reference": "1d1fa0d851f39310ccb2df55256aa4b7585adbcd"
206
            },
207
            "dist": {
208
                "type": "zip",
209
                "url": "https://api.github.com/repos/maciejczyzewski/bottomline/zipball/1d1fa0d851f39310ccb2df55256aa4b7585adbcd",
210
                "reference": "1d1fa0d851f39310ccb2df55256aa4b7585adbcd",
211
                "shasum": ""
212
            },
213
            "require": {
214
                "ext-mbstring": "*",
215
                "php": ">=5.4.0"
216
            },
217
            "require-dev": {
218
                "phpunit/phpunit": "^4.8"
219
            },
220
            "type": "library",
221
            "autoload": {
222
                "files": [
223
                    "bottomline.php"
224
                ],
225
                "psr-4": {
226
                    "__\\": "src/"
227
                }
228
            },
229
            "notification-url": "https://packagist.org/downloads/",
230
            "license": [
231
                "MIT"
232
            ],
233
            "authors": [
234
                {
235
                    "name": "Maciej A. Czyzewski",
236
                    "email": "[email protected]"
237
                }
238
            ],
239
            "description": "A full-on PHP manipulation utility-belt that provides support for the usual functional.",
240
            "keywords": [
241
                "__",
242
                "bottomline",
243
                "functions",
244
                "library",
245
                "utility"
246
            ],
247
            "time": "2018-02-10 09:58:57"
248
        },
249
        {
250
            "name": "mikey179/vfsStream",
251
            "version": "v1.6.5",
252
            "source": {
253
                "type": "git",
254
                "url": "https://github.com/mikey179/vfsStream.git",
255
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
256
            },
257
            "dist": {
258
                "type": "zip",
259
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
260
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
261
                "shasum": ""
262
            },
263
            "require": {
264
                "php": ">=5.3.0"
265
            },
266
            "require-dev": {
267
                "phpunit/phpunit": "~4.5"
268
            },
269
            "type": "library",
270
            "extra": {
271
                "branch-alias": {
272
                    "dev-master": "1.6.x-dev"
273
                }
274
            },
275
            "autoload": {
276
                "psr-0": {
277
                    "org\\bovigo\\vfs\\": "src/main/php"
278
                }
279
            },
280
            "notification-url": "https://packagist.org/downloads/",
281
            "license": [
282
                "BSD-3-Clause"
283
            ],
284
            "authors": [
285
                {
286
                    "name": "Frank Kleine",
287
                    "homepage": "http://frankkleine.de/",
288
                    "role": "Developer"
289
                }
290
            ],
291
            "description": "Virtual file system to mock the real file system in unit tests.",
292
            "homepage": "http://vfs.bovigo.org/",
293
            "time": "2017-08-01T08:02:14+00:00"
294
        },
295
        {
296
            "name": "psr/container",
297
            "version": "1.0.0",
298
            "source": {
299
                "type": "git",
300
                "url": "https://github.com/php-fig/container.git",
301
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
302
            },
303
            "dist": {
304
                "type": "zip",
305
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
306
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
307
                "shasum": ""
308
            },
309
            "require": {
310
                "php": ">=5.3.0"
311
            },
312
            "type": "library",
313
            "extra": {
314
                "branch-alias": {
315
                    "dev-master": "1.0.x-dev"
316
                }
317
            },
318
            "autoload": {
319
                "psr-4": {
320
                    "Psr\\Container\\": "src/"
321
                }
322
            },
323
            "notification-url": "https://packagist.org/downloads/",
324
            "license": [
325
                "MIT"
326
            ],
327
            "authors": [
328
                {
329
                    "name": "PHP-FIG",
330
                    "homepage": "http://www.php-fig.org/"
331
                }
332
            ],
333
            "description": "Common Container Interface (PHP FIG PSR-11)",
334
            "homepage": "https://github.com/php-fig/container",
335
            "keywords": [
336
                "PSR-11",
337
                "container",
338
                "container-interface",
339
                "container-interop",
340
                "psr"
341
            ],
342
            "time": "2017-02-14T16:28:37+00:00"
343
        },
344
        {
345
            "name": "psr/log",
346
            "version": "1.0.2",
347
            "source": {
348
                "type": "git",
349
                "url": "https://github.com/php-fig/log.git",
350
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
351
            },
352
            "dist": {
353
                "type": "zip",
354
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
355
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
356
                "shasum": ""
357
            },
358
            "require": {
359
                "php": ">=5.3.0"
360
            },
361
            "type": "library",
362
            "extra": {
363
                "branch-alias": {
364
                    "dev-master": "1.0.x-dev"
365
                }
366
            },
367
            "autoload": {
368
                "psr-4": {
369
                    "Psr\\Log\\": "Psr/Log/"
370
                }
371
            },
372
            "notification-url": "https://packagist.org/downloads/",
373
            "license": [
374
                "MIT"
375
            ],
376
            "authors": [
377
                {
378
                    "name": "PHP-FIG",
379
                    "homepage": "http://www.php-fig.org/"
380
                }
381
            ],
382
            "description": "Common interface for logging libraries",
383
            "homepage": "https://github.com/php-fig/log",
384
            "keywords": [
385
                "log",
386
                "psr",
387
                "psr-3"
388
            ],
389
            "time": "2016-10-10T12:19:37+00:00"
390
        },
391
        {
392
            "name": "scrivo/highlight.php",
393
            "version": "v9.12.0.2",
394
            "source": {
395
                "type": "git",
396
                "url": "https://github.com/scrivo/highlight.php.git",
397
                "reference": "186ad7df8c02f0cbe5e8dd13f98a8b2778b2b608"
398
            },
399
            "dist": {
400
                "type": "zip",
401
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/186ad7df8c02f0cbe5e8dd13f98a8b2778b2b608",
402
                "reference": "186ad7df8c02f0cbe5e8dd13f98a8b2778b2b608",
403
                "shasum": ""
404
            },
405
            "require-dev": {
406
                "phpunit/phpunit": "^4.8",
407
                "symfony/finder": "^2.8"
408
            },
409
            "type": "library",
410
            "autoload": {
411
                "psr-0": {
412
                    "Highlight\\": ""
413
                }
414
            },
415
            "notification-url": "https://packagist.org/downloads/",
416
            "license": [
417
                "BSD-3-Clause"
418
            ],
419
            "authors": [
420
                {
421
                    "name": "Geert Bergman",
422
                    "homepage": "http://www.scrivo.org/",
423
                    "role": "Project Author"
424
                },
425
                {
426
                    "name": "Vladimir Jimenez",
427
                    "homepage": "https://allejo.io",
428
                    "role": "Contributor"
429
                },
430
                {
431
                    "name": "Martin Folkers",
432
                    "homepage": "https://twobrain.io",
433
                    "role": "Contributor"
434
                }
435
            ],
436
            "description": "Server side syntax highlighter that supports 176 languages. It's a PHP port of highlight.js",
437
            "keywords": [
438
                "code",
439
                "highlight",
440
                "highlight.js",
441
                "highlight.php",
442
                "syntax"
443
            ],
444
            "time": "2018-02-19T02:38:14+00:00"
445
        },
446
        {
447
            "name": "stakx/file-watcher",
448
            "version": "dev-master",
449
            "source": {
450
                "type": "git",
451
                "url": "https://github.com/stakx-io/file-watcher.git",
452
                "reference": "5caee664e8340cd430bfd62cb5235c13aacf9eb4"
453
            },
454
            "require": {
455
                "psr/log": "~1.0",
456
                "symfony/event-dispatcher": "^2.6|^3.0",
457
                "symfony/finder": "^2.6|^3.0",
458
                "symfony/process": "^2.6|^3.0"
459
            },
460
            "require-dev": {
461
                "phpunit/php-invoker": "*",
462
                "phpunit/phpunit": "4.5.*",
463
                "symfony/filesystem": "^2.6|^3.0"
464
            },
465
            "type": "library",
466
            "autoload": {
467
                "psr-0": {
468
                    "Kwf\\FileWatcher": "src/"
469
                }
470
            },
471
            "license": [
472
                "BSD-2-Clause"
473
            ],
474
            "description": "Library for watching for file system changes",
475
            "homepage": "http://www.koala-framework.org/",
476
            "time": "2017-06-21 21:47:27"
477
        },
478
        {
479
            "name": "symfony/config",
480
            "version": "v3.4.6",
481
            "source": {
482
                "type": "git",
483
                "url": "https://github.com/symfony/config.git",
484
                "reference": "05e10567b529476a006b00746c5f538f1636810e"
485
            },
486
            "dist": {
487
                "type": "zip",
488
                "url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e",
489
                "reference": "05e10567b529476a006b00746c5f538f1636810e",
490
                "shasum": ""
491
            },
492
            "require": {
493
                "php": "^5.5.9|>=7.0.8",
494
                "symfony/filesystem": "~2.8|~3.0|~4.0"
495
            },
496
            "conflict": {
497
                "symfony/dependency-injection": "<3.3",
498
                "symfony/finder": "<3.3"
499
            },
500
            "require-dev": {
501
                "symfony/dependency-injection": "~3.3|~4.0",
502
                "symfony/event-dispatcher": "~3.3|~4.0",
503
                "symfony/finder": "~3.3|~4.0",
504
                "symfony/yaml": "~3.0|~4.0"
505
            },
506
            "suggest": {
507
                "symfony/yaml": "To use the yaml reference dumper"
508
            },
509
            "type": "library",
510
            "extra": {
511
                "branch-alias": {
512
                    "dev-master": "3.4-dev"
513
                }
514
            },
515
            "autoload": {
516
                "psr-4": {
517
                    "Symfony\\Component\\Config\\": ""
518
                },
519
                "exclude-from-classmap": [
520
                    "/Tests/"
521
                ]
522
            },
523
            "notification-url": "https://packagist.org/downloads/",
524
            "license": [
525
                "MIT"
526
            ],
527
            "authors": [
528
                {
529
                    "name": "Fabien Potencier",
530
                    "email": "[email protected]"
531
                },
532
                {
533
                    "name": "Symfony Community",
534
                    "homepage": "https://symfony.com/contributors"
535
                }
536
            ],
537
            "description": "Symfony Config Component",
538
            "homepage": "https://symfony.com",
539
            "time": "2018-02-14T10:03:57+00:00"
540
        },
541
        {
542
            "name": "symfony/console",
543
            "version": "v3.4.6",
544
            "source": {
545
                "type": "git",
546
                "url": "https://github.com/symfony/console.git",
547
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7"
548
            },
549
            "dist": {
550
                "type": "zip",
551
                "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7",
552
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7",
553
                "shasum": ""
554
            },
555
            "require": {
556
                "php": "^5.5.9|>=7.0.8",
557
                "symfony/debug": "~2.8|~3.0|~4.0",
558
                "symfony/polyfill-mbstring": "~1.0"
559
            },
560
            "conflict": {
561
                "symfony/dependency-injection": "<3.4",
562
                "symfony/process": "<3.3"
563
            },
564
            "require-dev": {
565
                "psr/log": "~1.0",
566
                "symfony/config": "~3.3|~4.0",
567
                "symfony/dependency-injection": "~3.4|~4.0",
568
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
569
                "symfony/lock": "~3.4|~4.0",
570
                "symfony/process": "~3.3|~4.0"
571
            },
572
            "suggest": {
573
                "psr/log": "For using the console logger",
574
                "symfony/event-dispatcher": "",
575
                "symfony/lock": "",
576
                "symfony/process": ""
577
            },
578
            "type": "library",
579
            "extra": {
580
                "branch-alias": {
581
                    "dev-master": "3.4-dev"
582
                }
583
            },
584
            "autoload": {
585
                "psr-4": {
586
                    "Symfony\\Component\\Console\\": ""
587
                },
588
                "exclude-from-classmap": [
589
                    "/Tests/"
590
                ]
591
            },
592
            "notification-url": "https://packagist.org/downloads/",
593
            "license": [
594
                "MIT"
595
            ],
596
            "authors": [
597
                {
598
                    "name": "Fabien Potencier",
599
                    "email": "[email protected]"
600
                },
601
                {
602
                    "name": "Symfony Community",
603
                    "homepage": "https://symfony.com/contributors"
604
                }
605
            ],
606
            "description": "Symfony Console Component",
607
            "homepage": "https://symfony.com",
608
            "time": "2018-02-26T15:46:28+00:00"
609
        },
610
        {
611
            "name": "symfony/debug",
612
            "version": "v3.4.6",
613
            "source": {
614
                "type": "git",
615
                "url": "https://github.com/symfony/debug.git",
616
                "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc"
617
            },
618
            "dist": {
619
                "type": "zip",
620
                "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
621
                "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
622
                "shasum": ""
623
            },
624
            "require": {
625
                "php": "^5.5.9|>=7.0.8",
626
                "psr/log": "~1.0"
627
            },
628
            "conflict": {
629
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
630
            },
631
            "require-dev": {
632
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
633
            },
634
            "type": "library",
635
            "extra": {
636
                "branch-alias": {
637
                    "dev-master": "3.4-dev"
638
                }
639
            },
640
            "autoload": {
641
                "psr-4": {
642
                    "Symfony\\Component\\Debug\\": ""
643
                },
644
                "exclude-from-classmap": [
645
                    "/Tests/"
646
                ]
647
            },
648
            "notification-url": "https://packagist.org/downloads/",
649
            "license": [
650
                "MIT"
651
            ],
652
            "authors": [
653
                {
654
                    "name": "Fabien Potencier",
655
                    "email": "[email protected]"
656
                },
657
                {
658
                    "name": "Symfony Community",
659
                    "homepage": "https://symfony.com/contributors"
660
                }
661
            ],
662
            "description": "Symfony Debug Component",
663
            "homepage": "https://symfony.com",
664
            "time": "2018-02-28T21:49:22+00:00"
665
        },
666
        {
667
            "name": "symfony/dependency-injection",
668
            "version": "v3.4.6",
669
            "source": {
670
                "type": "git",
671
                "url": "https://github.com/symfony/dependency-injection.git",
672
                "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07"
673
            },
674
            "dist": {
675
                "type": "zip",
676
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/12e901abc1cb0d637a0e5abe9923471361d96b07",
677
                "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07",
678
                "shasum": ""
679
            },
680
            "require": {
681
                "php": "^5.5.9|>=7.0.8",
682
                "psr/container": "^1.0"
683
            },
684
            "conflict": {
685
                "symfony/config": "<3.3.7",
686
                "symfony/finder": "<3.3",
687
                "symfony/proxy-manager-bridge": "<3.4",
688
                "symfony/yaml": "<3.4"
689
            },
690
            "provide": {
691
                "psr/container-implementation": "1.0"
692
            },
693
            "require-dev": {
694
                "symfony/config": "~3.3|~4.0",
695
                "symfony/expression-language": "~2.8|~3.0|~4.0",
696
                "symfony/yaml": "~3.4|~4.0"
697
            },
698
            "suggest": {
699
                "symfony/config": "",
700
                "symfony/expression-language": "For using expressions in service container configuration",
701
                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
702
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
703
                "symfony/yaml": ""
704
            },
705
            "type": "library",
706
            "extra": {
707
                "branch-alias": {
708
                    "dev-master": "3.4-dev"
709
                }
710
            },
711
            "autoload": {
712
                "psr-4": {
713
                    "Symfony\\Component\\DependencyInjection\\": ""
714
                },
715
                "exclude-from-classmap": [
716
                    "/Tests/"
717
                ]
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "license": [
721
                "MIT"
722
            ],
723
            "authors": [
724
                {
725
                    "name": "Fabien Potencier",
726
                    "email": "[email protected]"
727
                },
728
                {
729
                    "name": "Symfony Community",
730
                    "homepage": "https://symfony.com/contributors"
731
                }
732
            ],
733
            "description": "Symfony DependencyInjection Component",
734
            "homepage": "https://symfony.com",
735
            "time": "2018-03-04T03:54:53+00:00"
736
        },
737
        {
738
            "name": "symfony/event-dispatcher",
739
            "version": "v3.4.6",
740
            "source": {
741
                "type": "git",
742
                "url": "https://github.com/symfony/event-dispatcher.git",
743
                "reference": "58990682ac3fdc1f563b7e705452921372aad11d"
744
            },
745
            "dist": {
746
                "type": "zip",
747
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/58990682ac3fdc1f563b7e705452921372aad11d",
748
                "reference": "58990682ac3fdc1f563b7e705452921372aad11d",
749
                "shasum": ""
750
            },
751
            "require": {
752
                "php": "^5.5.9|>=7.0.8"
753
            },
754
            "conflict": {
755
                "symfony/dependency-injection": "<3.3"
756
            },
757
            "require-dev": {
758
                "psr/log": "~1.0",
759
                "symfony/config": "~2.8|~3.0|~4.0",
760
                "symfony/dependency-injection": "~3.3|~4.0",
761
                "symfony/expression-language": "~2.8|~3.0|~4.0",
762
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
763
            },
764
            "suggest": {
765
                "symfony/dependency-injection": "",
766
                "symfony/http-kernel": ""
767
            },
768
            "type": "library",
769
            "extra": {
770
                "branch-alias": {
771
                    "dev-master": "3.4-dev"
772
                }
773
            },
774
            "autoload": {
775
                "psr-4": {
776
                    "Symfony\\Component\\EventDispatcher\\": ""
777
                },
778
                "exclude-from-classmap": [
779
                    "/Tests/"
780
                ]
781
            },
782
            "notification-url": "https://packagist.org/downloads/",
783
            "license": [
784
                "MIT"
785
            ],
786
            "authors": [
787
                {
788
                    "name": "Fabien Potencier",
789
                    "email": "[email protected]"
790
                },
791
                {
792
                    "name": "Symfony Community",
793
                    "homepage": "https://symfony.com/contributors"
794
                }
795
            ],
796
            "description": "Symfony EventDispatcher Component",
797
            "homepage": "https://symfony.com",
798
            "time": "2018-02-14T10:03:57+00:00"
799
        },
800
        {
801
            "name": "symfony/filesystem",
802
            "version": "v3.4.6",
803
            "source": {
804
                "type": "git",
805
                "url": "https://github.com/symfony/filesystem.git",
806
                "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541"
807
            },
808
            "dist": {
809
                "type": "zip",
810
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541",
811
                "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541",
812
                "shasum": ""
813
            },
814
            "require": {
815
                "php": "^5.5.9|>=7.0.8"
816
            },
817
            "type": "library",
818
            "extra": {
819
                "branch-alias": {
820
                    "dev-master": "3.4-dev"
821
                }
822
            },
823
            "autoload": {
824
                "psr-4": {
825
                    "Symfony\\Component\\Filesystem\\": ""
826
                },
827
                "exclude-from-classmap": [
828
                    "/Tests/"
829
                ]
830
            },
831
            "notification-url": "https://packagist.org/downloads/",
832
            "license": [
833
                "MIT"
834
            ],
835
            "authors": [
836
                {
837
                    "name": "Fabien Potencier",
838
                    "email": "[email protected]"
839
                },
840
                {
841
                    "name": "Symfony Community",
842
                    "homepage": "https://symfony.com/contributors"
843
                }
844
            ],
845
            "description": "Symfony Filesystem Component",
846
            "homepage": "https://symfony.com",
847
            "time": "2018-02-22T10:48:49+00:00"
848
        },
849
        {
850
            "name": "symfony/finder",
851
            "version": "v3.4.6",
852
            "source": {
853
                "type": "git",
854
                "url": "https://github.com/symfony/finder.git",
855
                "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625"
856
            },
857
            "dist": {
858
                "type": "zip",
859
                "url": "https://api.github.com/repos/symfony/finder/zipball/a479817ce0a9e4adfd7d39c6407c95d97c254625",
860
                "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625",
861
                "shasum": ""
862
            },
863
            "require": {
864
                "php": "^5.5.9|>=7.0.8"
865
            },
866
            "type": "library",
867
            "extra": {
868
                "branch-alias": {
869
                    "dev-master": "3.4-dev"
870
                }
871
            },
872
            "autoload": {
873
                "psr-4": {
874
                    "Symfony\\Component\\Finder\\": ""
875
                },
876
                "exclude-from-classmap": [
877
                    "/Tests/"
878
                ]
879
            },
880
            "notification-url": "https://packagist.org/downloads/",
881
            "license": [
882
                "MIT"
883
            ],
884
            "authors": [
885
                {
886
                    "name": "Fabien Potencier",
887
                    "email": "[email protected]"
888
                },
889
                {
890
                    "name": "Symfony Community",
891
                    "homepage": "https://symfony.com/contributors"
892
                }
893
            ],
894
            "description": "Symfony Finder Component",
895
            "homepage": "https://symfony.com",
896
            "time": "2018-03-05T18:28:11+00:00"
897
        },
898
        {
899
            "name": "symfony/polyfill-mbstring",
900
            "version": "v1.7.0",
901
            "source": {
902
                "type": "git",
903
                "url": "https://github.com/symfony/polyfill-mbstring.git",
904
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
905
            },
906
            "dist": {
907
                "type": "zip",
908
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
909
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
910
                "shasum": ""
911
            },
912
            "require": {
913
                "php": ">=5.3.3"
914
            },
915
            "suggest": {
916
                "ext-mbstring": "For best performance"
917
            },
918
            "type": "library",
919
            "extra": {
920
                "branch-alias": {
921
                    "dev-master": "1.7-dev"
922
                }
923
            },
924
            "autoload": {
925
                "psr-4": {
926
                    "Symfony\\Polyfill\\Mbstring\\": ""
927
                },
928
                "files": [
929
                    "bootstrap.php"
930
                ]
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "MIT"
935
            ],
936
            "authors": [
937
                {
938
                    "name": "Nicolas Grekas",
939
                    "email": "[email protected]"
940
                },
941
                {
942
                    "name": "Symfony Community",
943
                    "homepage": "https://symfony.com/contributors"
944
                }
945
            ],
946
            "description": "Symfony polyfill for the Mbstring extension",
947
            "homepage": "https://symfony.com",
948
            "keywords": [
949
                "compatibility",
950
                "mbstring",
951
                "polyfill",
952
                "portable",
953
                "shim"
954
            ],
955
            "time": "2018-01-30T19:27:44+00:00"
956
        },
957
        {
958
            "name": "symfony/process",
959
            "version": "v3.4.6",
960
            "source": {
961
                "type": "git",
962
                "url": "https://github.com/symfony/process.git",
963
                "reference": "cc4aea21f619116aaf1c58016a944e4821c8e8af"
964
            },
965
            "dist": {
966
                "type": "zip",
967
                "url": "https://api.github.com/repos/symfony/process/zipball/cc4aea21f619116aaf1c58016a944e4821c8e8af",
968
                "reference": "cc4aea21f619116aaf1c58016a944e4821c8e8af",
969
                "shasum": ""
970
            },
971
            "require": {
972
                "php": "^5.5.9|>=7.0.8"
973
            },
974
            "type": "library",
975
            "extra": {
976
                "branch-alias": {
977
                    "dev-master": "3.4-dev"
978
                }
979
            },
980
            "autoload": {
981
                "psr-4": {
982
                    "Symfony\\Component\\Process\\": ""
983
                },
984
                "exclude-from-classmap": [
985
                    "/Tests/"
986
                ]
987
            },
988
            "notification-url": "https://packagist.org/downloads/",
989
            "license": [
990
                "MIT"
991
            ],
992
            "authors": [
993
                {
994
                    "name": "Fabien Potencier",
995
                    "email": "[email protected]"
996
                },
997
                {
998
                    "name": "Symfony Community",
999
                    "homepage": "https://symfony.com/contributors"
1000
                }
1001
            ],
1002
            "description": "Symfony Process Component",
1003
            "homepage": "https://symfony.com",
1004
            "time": "2018-02-12T17:55:00+00:00"
1005
        },
1006
        {
1007
            "name": "symfony/yaml",
1008
            "version": "v3.4.6",
1009
            "source": {
1010
                "type": "git",
1011
                "url": "https://github.com/symfony/yaml.git",
1012
                "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb"
1013
            },
1014
            "dist": {
1015
                "type": "zip",
1016
                "url": "https://api.github.com/repos/symfony/yaml/zipball/6af42631dcf89e9c616242c900d6c52bd53bd1bb",
1017
                "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb",
1018
                "shasum": ""
1019
            },
1020
            "require": {
1021
                "php": "^5.5.9|>=7.0.8"
1022
            },
1023
            "conflict": {
1024
                "symfony/console": "<3.4"
1025
            },
1026
            "require-dev": {
1027
                "symfony/console": "~3.4|~4.0"
1028
            },
1029
            "suggest": {
1030
                "symfony/console": "For validating YAML files using the lint command"
1031
            },
1032
            "type": "library",
1033
            "extra": {
1034
                "branch-alias": {
1035
                    "dev-master": "3.4-dev"
1036
                }
1037
            },
1038
            "autoload": {
1039
                "psr-4": {
1040
                    "Symfony\\Component\\Yaml\\": ""
1041
                },
1042
                "exclude-from-classmap": [
1043
                    "/Tests/"
1044
                ]
1045
            },
1046
            "notification-url": "https://packagist.org/downloads/",
1047
            "license": [
1048
                "MIT"
1049
            ],
1050
            "authors": [
1051
                {
1052
                    "name": "Fabien Potencier",
1053
                    "email": "[email protected]"
1054
                },
1055
                {
1056
                    "name": "Symfony Community",
1057
                    "homepage": "https://symfony.com/contributors"
1058
                }
1059
            ],
1060
            "description": "Symfony Yaml Component",
1061
            "homepage": "https://symfony.com",
1062
            "time": "2018-02-16T09:50:28+00:00"
1063
        },
1064
        {
1065
            "name": "twig/twig",
1066
            "version": "v1.35.3",
1067
            "source": {
1068
                "type": "git",
1069
                "url": "https://github.com/twigphp/Twig.git",
1070
                "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
1071
            },
1072
            "dist": {
1073
                "type": "zip",
1074
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
1075
                "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
1076
                "shasum": ""
1077
            },
1078
            "require": {
1079
                "php": ">=5.3.3"
1080
            },
1081
            "require-dev": {
1082
                "psr/container": "^1.0",
1083
                "symfony/debug": "^2.7",
1084
                "symfony/phpunit-bridge": "^3.3"
1085
            },
1086
            "type": "library",
1087
            "extra": {
1088
                "branch-alias": {
1089
                    "dev-master": "1.35-dev"
1090
                }
1091
            },
1092
            "autoload": {
1093
                "psr-0": {
1094
                    "Twig_": "lib/"
1095
                },
1096
                "psr-4": {
1097
                    "Twig\\": "src/"
1098
                }
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "BSD-3-Clause"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Fabien Potencier",
1107
                    "email": "[email protected]",
1108
                    "homepage": "http://fabien.potencier.org",
1109
                    "role": "Lead Developer"
1110
                },
1111
                {
1112
                    "name": "Armin Ronacher",
1113
                    "email": "[email protected]",
1114
                    "role": "Project Founder"
1115
                },
1116
                {
1117
                    "name": "Twig Team",
1118
                    "homepage": "http://twig.sensiolabs.org/contributors",
1119
                    "role": "Contributors"
1120
                }
1121
            ],
1122
            "description": "Twig, the flexible, fast, and secure template language for PHP",
1123
            "homepage": "http://twig.sensiolabs.org",
1124
            "keywords": [
1125
                "templating"
1126
            ],
1127
            "time": "2018-03-20T04:25:58+00:00"
1128
        }
1129
    ],
1130
    "packages-dev": [
1131
        {
1132
            "name": "doctrine/instantiator",
1133
            "version": "1.0.5",
1134
            "source": {
1135
                "type": "git",
1136
                "url": "https://github.com/doctrine/instantiator.git",
1137
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1138
            },
1139
            "dist": {
1140
                "type": "zip",
1141
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1142
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1143
                "shasum": ""
1144
            },
1145
            "require": {
1146
                "php": ">=5.3,<8.0-DEV"
1147
            },
1148
            "require-dev": {
1149
                "athletic/athletic": "~0.1.8",
1150
                "ext-pdo": "*",
1151
                "ext-phar": "*",
1152
                "phpunit/phpunit": "~4.0",
1153
                "squizlabs/php_codesniffer": "~2.0"
1154
            },
1155
            "type": "library",
1156
            "extra": {
1157
                "branch-alias": {
1158
                    "dev-master": "1.0.x-dev"
1159
                }
1160
            },
1161
            "autoload": {
1162
                "psr-4": {
1163
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1164
                }
1165
            },
1166
            "notification-url": "https://packagist.org/downloads/",
1167
            "license": [
1168
                "MIT"
1169
            ],
1170
            "authors": [
1171
                {
1172
                    "name": "Marco Pivetta",
1173
                    "email": "[email protected]",
1174
                    "homepage": "http://ocramius.github.com/"
1175
                }
1176
            ],
1177
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1178
            "homepage": "https://github.com/doctrine/instantiator",
1179
            "keywords": [
1180
                "constructor",
1181
                "instantiate"
1182
            ],
1183
            "time": "2015-06-14T21:17:01+00:00"
1184
        },
1185
        {
1186
            "name": "phpdocumentor/reflection-common",
1187
            "version": "1.0.1",
1188
            "source": {
1189
                "type": "git",
1190
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1191
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1192
            },
1193
            "dist": {
1194
                "type": "zip",
1195
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1196
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1197
                "shasum": ""
1198
            },
1199
            "require": {
1200
                "php": ">=5.5"
1201
            },
1202
            "require-dev": {
1203
                "phpunit/phpunit": "^4.6"
1204
            },
1205
            "type": "library",
1206
            "extra": {
1207
                "branch-alias": {
1208
                    "dev-master": "1.0.x-dev"
1209
                }
1210
            },
1211
            "autoload": {
1212
                "psr-4": {
1213
                    "phpDocumentor\\Reflection\\": [
1214
                        "src"
1215
                    ]
1216
                }
1217
            },
1218
            "notification-url": "https://packagist.org/downloads/",
1219
            "license": [
1220
                "MIT"
1221
            ],
1222
            "authors": [
1223
                {
1224
                    "name": "Jaap van Otterdijk",
1225
                    "email": "[email protected]"
1226
                }
1227
            ],
1228
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1229
            "homepage": "http://www.phpdoc.org",
1230
            "keywords": [
1231
                "FQSEN",
1232
                "phpDocumentor",
1233
                "phpdoc",
1234
                "reflection",
1235
                "static analysis"
1236
            ],
1237
            "time": "2017-09-11T18:02:19+00:00"
1238
        },
1239
        {
1240
            "name": "phpdocumentor/reflection-docblock",
1241
            "version": "3.2.2",
1242
            "source": {
1243
                "type": "git",
1244
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1245
                "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157"
1246
            },
1247
            "dist": {
1248
                "type": "zip",
1249
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157",
1250
                "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157",
1251
                "shasum": ""
1252
            },
1253
            "require": {
1254
                "php": ">=5.5",
1255
                "phpdocumentor/reflection-common": "^1.0@dev",
1256
                "phpdocumentor/type-resolver": "^0.3.0",
1257
                "webmozart/assert": "^1.0"
1258
            },
1259
            "require-dev": {
1260
                "mockery/mockery": "^0.9.4",
1261
                "phpunit/phpunit": "^4.4"
1262
            },
1263
            "type": "library",
1264
            "autoload": {
1265
                "psr-4": {
1266
                    "phpDocumentor\\Reflection\\": [
1267
                        "src/"
1268
                    ]
1269
                }
1270
            },
1271
            "notification-url": "https://packagist.org/downloads/",
1272
            "license": [
1273
                "MIT"
1274
            ],
1275
            "authors": [
1276
                {
1277
                    "name": "Mike van Riel",
1278
                    "email": "[email protected]"
1279
                }
1280
            ],
1281
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1282
            "time": "2017-08-08T06:39:58+00:00"
1283
        },
1284
        {
1285
            "name": "phpdocumentor/type-resolver",
1286
            "version": "0.3.0",
1287
            "source": {
1288
                "type": "git",
1289
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1290
                "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773"
1291
            },
1292
            "dist": {
1293
                "type": "zip",
1294
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773",
1295
                "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773",
1296
                "shasum": ""
1297
            },
1298
            "require": {
1299
                "php": "^5.5 || ^7.0",
1300
                "phpdocumentor/reflection-common": "^1.0"
1301
            },
1302
            "require-dev": {
1303
                "mockery/mockery": "^0.9.4",
1304
                "phpunit/phpunit": "^5.2||^4.8.24"
1305
            },
1306
            "type": "library",
1307
            "extra": {
1308
                "branch-alias": {
1309
                    "dev-master": "1.0.x-dev"
1310
                }
1311
            },
1312
            "autoload": {
1313
                "psr-4": {
1314
                    "phpDocumentor\\Reflection\\": [
1315
                        "src/"
1316
                    ]
1317
                }
1318
            },
1319
            "notification-url": "https://packagist.org/downloads/",
1320
            "license": [
1321
                "MIT"
1322
            ],
1323
            "authors": [
1324
                {
1325
                    "name": "Mike van Riel",
1326
                    "email": "[email protected]"
1327
                }
1328
            ],
1329
            "time": "2017-06-03T08:32:36+00:00"
1330
        },
1331
        {
1332
            "name": "phpspec/prophecy",
1333
            "version": "1.7.5",
1334
            "source": {
1335
                "type": "git",
1336
                "url": "https://github.com/phpspec/prophecy.git",
1337
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
1338
            },
1339
            "dist": {
1340
                "type": "zip",
1341
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
1342
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
1343
                "shasum": ""
1344
            },
1345
            "require": {
1346
                "doctrine/instantiator": "^1.0.2",
1347
                "php": "^5.3|^7.0",
1348
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1349
                "sebastian/comparator": "^1.1|^2.0",
1350
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1351
            },
1352
            "require-dev": {
1353
                "phpspec/phpspec": "^2.5|^3.2",
1354
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1355
            },
1356
            "type": "library",
1357
            "extra": {
1358
                "branch-alias": {
1359
                    "dev-master": "1.7.x-dev"
1360
                }
1361
            },
1362
            "autoload": {
1363
                "psr-0": {
1364
                    "Prophecy\\": "src/"
1365
                }
1366
            },
1367
            "notification-url": "https://packagist.org/downloads/",
1368
            "license": [
1369
                "MIT"
1370
            ],
1371
            "authors": [
1372
                {
1373
                    "name": "Konstantin Kudryashov",
1374
                    "email": "[email protected]",
1375
                    "homepage": "http://everzet.com"
1376
                },
1377
                {
1378
                    "name": "Marcello Duarte",
1379
                    "email": "[email protected]"
1380
                }
1381
            ],
1382
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1383
            "homepage": "https://github.com/phpspec/prophecy",
1384
            "keywords": [
1385
                "Double",
1386
                "Dummy",
1387
                "fake",
1388
                "mock",
1389
                "spy",
1390
                "stub"
1391
            ],
1392
            "time": "2018-02-19T10:16:54+00:00"
1393
        },
1394
        {
1395
            "name": "phpunit/php-code-coverage",
1396
            "version": "2.2.4",
1397
            "source": {
1398
                "type": "git",
1399
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1400
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1401
            },
1402
            "dist": {
1403
                "type": "zip",
1404
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1405
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1406
                "shasum": ""
1407
            },
1408
            "require": {
1409
                "php": ">=5.3.3",
1410
                "phpunit/php-file-iterator": "~1.3",
1411
                "phpunit/php-text-template": "~1.2",
1412
                "phpunit/php-token-stream": "~1.3",
1413
                "sebastian/environment": "^1.3.2",
1414
                "sebastian/version": "~1.0"
1415
            },
1416
            "require-dev": {
1417
                "ext-xdebug": ">=2.1.4",
1418
                "phpunit/phpunit": "~4"
1419
            },
1420
            "suggest": {
1421
                "ext-dom": "*",
1422
                "ext-xdebug": ">=2.2.1",
1423
                "ext-xmlwriter": "*"
1424
            },
1425
            "type": "library",
1426
            "extra": {
1427
                "branch-alias": {
1428
                    "dev-master": "2.2.x-dev"
1429
                }
1430
            },
1431
            "autoload": {
1432
                "classmap": [
1433
                    "src/"
1434
                ]
1435
            },
1436
            "notification-url": "https://packagist.org/downloads/",
1437
            "license": [
1438
                "BSD-3-Clause"
1439
            ],
1440
            "authors": [
1441
                {
1442
                    "name": "Sebastian Bergmann",
1443
                    "email": "[email protected]",
1444
                    "role": "lead"
1445
                }
1446
            ],
1447
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1448
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1449
            "keywords": [
1450
                "coverage",
1451
                "testing",
1452
                "xunit"
1453
            ],
1454
            "time": "2015-10-06T15:47:00+00:00"
1455
        },
1456
        {
1457
            "name": "phpunit/php-file-iterator",
1458
            "version": "1.4.5",
1459
            "source": {
1460
                "type": "git",
1461
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1462
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1463
            },
1464
            "dist": {
1465
                "type": "zip",
1466
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1467
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1468
                "shasum": ""
1469
            },
1470
            "require": {
1471
                "php": ">=5.3.3"
1472
            },
1473
            "type": "library",
1474
            "extra": {
1475
                "branch-alias": {
1476
                    "dev-master": "1.4.x-dev"
1477
                }
1478
            },
1479
            "autoload": {
1480
                "classmap": [
1481
                    "src/"
1482
                ]
1483
            },
1484
            "notification-url": "https://packagist.org/downloads/",
1485
            "license": [
1486
                "BSD-3-Clause"
1487
            ],
1488
            "authors": [
1489
                {
1490
                    "name": "Sebastian Bergmann",
1491
                    "email": "[email protected]",
1492
                    "role": "lead"
1493
                }
1494
            ],
1495
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1496
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1497
            "keywords": [
1498
                "filesystem",
1499
                "iterator"
1500
            ],
1501
            "time": "2017-11-27T13:52:08+00:00"
1502
        },
1503
        {
1504
            "name": "phpunit/php-text-template",
1505
            "version": "1.2.1",
1506
            "source": {
1507
                "type": "git",
1508
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1509
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1510
            },
1511
            "dist": {
1512
                "type": "zip",
1513
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1514
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1515
                "shasum": ""
1516
            },
1517
            "require": {
1518
                "php": ">=5.3.3"
1519
            },
1520
            "type": "library",
1521
            "autoload": {
1522
                "classmap": [
1523
                    "src/"
1524
                ]
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "BSD-3-Clause"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Sebastian Bergmann",
1533
                    "email": "[email protected]",
1534
                    "role": "lead"
1535
                }
1536
            ],
1537
            "description": "Simple template engine.",
1538
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1539
            "keywords": [
1540
                "template"
1541
            ],
1542
            "time": "2015-06-21T13:50:34+00:00"
1543
        },
1544
        {
1545
            "name": "phpunit/php-timer",
1546
            "version": "1.0.9",
1547
            "source": {
1548
                "type": "git",
1549
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1550
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1551
            },
1552
            "dist": {
1553
                "type": "zip",
1554
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1555
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1556
                "shasum": ""
1557
            },
1558
            "require": {
1559
                "php": "^5.3.3 || ^7.0"
1560
            },
1561
            "require-dev": {
1562
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1563
            },
1564
            "type": "library",
1565
            "extra": {
1566
                "branch-alias": {
1567
                    "dev-master": "1.0-dev"
1568
                }
1569
            },
1570
            "autoload": {
1571
                "classmap": [
1572
                    "src/"
1573
                ]
1574
            },
1575
            "notification-url": "https://packagist.org/downloads/",
1576
            "license": [
1577
                "BSD-3-Clause"
1578
            ],
1579
            "authors": [
1580
                {
1581
                    "name": "Sebastian Bergmann",
1582
                    "email": "[email protected]",
1583
                    "role": "lead"
1584
                }
1585
            ],
1586
            "description": "Utility class for timing",
1587
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1588
            "keywords": [
1589
                "timer"
1590
            ],
1591
            "time": "2017-02-26T11:10:40+00:00"
1592
        },
1593
        {
1594
            "name": "phpunit/php-token-stream",
1595
            "version": "1.4.12",
1596
            "source": {
1597
                "type": "git",
1598
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1599
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
1600
            },
1601
            "dist": {
1602
                "type": "zip",
1603
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
1604
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
1605
                "shasum": ""
1606
            },
1607
            "require": {
1608
                "ext-tokenizer": "*",
1609
                "php": ">=5.3.3"
1610
            },
1611
            "require-dev": {
1612
                "phpunit/phpunit": "~4.2"
1613
            },
1614
            "type": "library",
1615
            "extra": {
1616
                "branch-alias": {
1617
                    "dev-master": "1.4-dev"
1618
                }
1619
            },
1620
            "autoload": {
1621
                "classmap": [
1622
                    "src/"
1623
                ]
1624
            },
1625
            "notification-url": "https://packagist.org/downloads/",
1626
            "license": [
1627
                "BSD-3-Clause"
1628
            ],
1629
            "authors": [
1630
                {
1631
                    "name": "Sebastian Bergmann",
1632
                    "email": "[email protected]"
1633
                }
1634
            ],
1635
            "description": "Wrapper around PHP's tokenizer extension.",
1636
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1637
            "keywords": [
1638
                "tokenizer"
1639
            ],
1640
            "time": "2017-12-04T08:55:13+00:00"
1641
        },
1642
        {
1643
            "name": "phpunit/phpunit",
1644
            "version": "4.8.36",
1645
            "source": {
1646
                "type": "git",
1647
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1648
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
1649
            },
1650
            "dist": {
1651
                "type": "zip",
1652
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
1653
                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
1654
                "shasum": ""
1655
            },
1656
            "require": {
1657
                "ext-dom": "*",
1658
                "ext-json": "*",
1659
                "ext-pcre": "*",
1660
                "ext-reflection": "*",
1661
                "ext-spl": "*",
1662
                "php": ">=5.3.3",
1663
                "phpspec/prophecy": "^1.3.1",
1664
                "phpunit/php-code-coverage": "~2.1",
1665
                "phpunit/php-file-iterator": "~1.4",
1666
                "phpunit/php-text-template": "~1.2",
1667
                "phpunit/php-timer": "^1.0.6",
1668
                "phpunit/phpunit-mock-objects": "~2.3",
1669
                "sebastian/comparator": "~1.2.2",
1670
                "sebastian/diff": "~1.2",
1671
                "sebastian/environment": "~1.3",
1672
                "sebastian/exporter": "~1.2",
1673
                "sebastian/global-state": "~1.0",
1674
                "sebastian/version": "~1.0",
1675
                "symfony/yaml": "~2.1|~3.0"
1676
            },
1677
            "suggest": {
1678
                "phpunit/php-invoker": "~1.1"
1679
            },
1680
            "bin": [
1681
                "phpunit"
1682
            ],
1683
            "type": "library",
1684
            "extra": {
1685
                "branch-alias": {
1686
                    "dev-master": "4.8.x-dev"
1687
                }
1688
            },
1689
            "autoload": {
1690
                "classmap": [
1691
                    "src/"
1692
                ]
1693
            },
1694
            "notification-url": "https://packagist.org/downloads/",
1695
            "license": [
1696
                "BSD-3-Clause"
1697
            ],
1698
            "authors": [
1699
                {
1700
                    "name": "Sebastian Bergmann",
1701
                    "email": "[email protected]",
1702
                    "role": "lead"
1703
                }
1704
            ],
1705
            "description": "The PHP Unit Testing framework.",
1706
            "homepage": "https://phpunit.de/",
1707
            "keywords": [
1708
                "phpunit",
1709
                "testing",
1710
                "xunit"
1711
            ],
1712
            "time": "2017-06-21T08:07:12+00:00"
1713
        },
1714
        {
1715
            "name": "phpunit/phpunit-mock-objects",
1716
            "version": "2.3.8",
1717
            "source": {
1718
                "type": "git",
1719
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1720
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1721
            },
1722
            "dist": {
1723
                "type": "zip",
1724
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1725
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1726
                "shasum": ""
1727
            },
1728
            "require": {
1729
                "doctrine/instantiator": "^1.0.2",
1730
                "php": ">=5.3.3",
1731
                "phpunit/php-text-template": "~1.2",
1732
                "sebastian/exporter": "~1.2"
1733
            },
1734
            "require-dev": {
1735
                "phpunit/phpunit": "~4.4"
1736
            },
1737
            "suggest": {
1738
                "ext-soap": "*"
1739
            },
1740
            "type": "library",
1741
            "extra": {
1742
                "branch-alias": {
1743
                    "dev-master": "2.3.x-dev"
1744
                }
1745
            },
1746
            "autoload": {
1747
                "classmap": [
1748
                    "src/"
1749
                ]
1750
            },
1751
            "notification-url": "https://packagist.org/downloads/",
1752
            "license": [
1753
                "BSD-3-Clause"
1754
            ],
1755
            "authors": [
1756
                {
1757
                    "name": "Sebastian Bergmann",
1758
                    "email": "[email protected]",
1759
                    "role": "lead"
1760
                }
1761
            ],
1762
            "description": "Mock Object library for PHPUnit",
1763
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1764
            "keywords": [
1765
                "mock",
1766
                "xunit"
1767
            ],
1768
            "time": "2015-10-02T06:51:40+00:00"
1769
        },
1770
        {
1771
            "name": "sebastian/comparator",
1772
            "version": "1.2.4",
1773
            "source": {
1774
                "type": "git",
1775
                "url": "https://github.com/sebastianbergmann/comparator.git",
1776
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1777
            },
1778
            "dist": {
1779
                "type": "zip",
1780
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1781
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1782
                "shasum": ""
1783
            },
1784
            "require": {
1785
                "php": ">=5.3.3",
1786
                "sebastian/diff": "~1.2",
1787
                "sebastian/exporter": "~1.2 || ~2.0"
1788
            },
1789
            "require-dev": {
1790
                "phpunit/phpunit": "~4.4"
1791
            },
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "1.2.x-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "classmap": [
1800
                    "src/"
1801
                ]
1802
            },
1803
            "notification-url": "https://packagist.org/downloads/",
1804
            "license": [
1805
                "BSD-3-Clause"
1806
            ],
1807
            "authors": [
1808
                {
1809
                    "name": "Jeff Welch",
1810
                    "email": "[email protected]"
1811
                },
1812
                {
1813
                    "name": "Volker Dusch",
1814
                    "email": "[email protected]"
1815
                },
1816
                {
1817
                    "name": "Bernhard Schussek",
1818
                    "email": "[email protected]"
1819
                },
1820
                {
1821
                    "name": "Sebastian Bergmann",
1822
                    "email": "[email protected]"
1823
                }
1824
            ],
1825
            "description": "Provides the functionality to compare PHP values for equality",
1826
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1827
            "keywords": [
1828
                "comparator",
1829
                "compare",
1830
                "equality"
1831
            ],
1832
            "time": "2017-01-29T09:50:25+00:00"
1833
        },
1834
        {
1835
            "name": "sebastian/diff",
1836
            "version": "1.4.3",
1837
            "source": {
1838
                "type": "git",
1839
                "url": "https://github.com/sebastianbergmann/diff.git",
1840
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1841
            },
1842
            "dist": {
1843
                "type": "zip",
1844
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1845
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1846
                "shasum": ""
1847
            },
1848
            "require": {
1849
                "php": "^5.3.3 || ^7.0"
1850
            },
1851
            "require-dev": {
1852
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1853
            },
1854
            "type": "library",
1855
            "extra": {
1856
                "branch-alias": {
1857
                    "dev-master": "1.4-dev"
1858
                }
1859
            },
1860
            "autoload": {
1861
                "classmap": [
1862
                    "src/"
1863
                ]
1864
            },
1865
            "notification-url": "https://packagist.org/downloads/",
1866
            "license": [
1867
                "BSD-3-Clause"
1868
            ],
1869
            "authors": [
1870
                {
1871
                    "name": "Kore Nordmann",
1872
                    "email": "[email protected]"
1873
                },
1874
                {
1875
                    "name": "Sebastian Bergmann",
1876
                    "email": "[email protected]"
1877
                }
1878
            ],
1879
            "description": "Diff implementation",
1880
            "homepage": "https://github.com/sebastianbergmann/diff",
1881
            "keywords": [
1882
                "diff"
1883
            ],
1884
            "time": "2017-05-22T07:24:03+00:00"
1885
        },
1886
        {
1887
            "name": "sebastian/environment",
1888
            "version": "1.3.8",
1889
            "source": {
1890
                "type": "git",
1891
                "url": "https://github.com/sebastianbergmann/environment.git",
1892
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
1893
            },
1894
            "dist": {
1895
                "type": "zip",
1896
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1897
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
1898
                "shasum": ""
1899
            },
1900
            "require": {
1901
                "php": "^5.3.3 || ^7.0"
1902
            },
1903
            "require-dev": {
1904
                "phpunit/phpunit": "^4.8 || ^5.0"
1905
            },
1906
            "type": "library",
1907
            "extra": {
1908
                "branch-alias": {
1909
                    "dev-master": "1.3.x-dev"
1910
                }
1911
            },
1912
            "autoload": {
1913
                "classmap": [
1914
                    "src/"
1915
                ]
1916
            },
1917
            "notification-url": "https://packagist.org/downloads/",
1918
            "license": [
1919
                "BSD-3-Clause"
1920
            ],
1921
            "authors": [
1922
                {
1923
                    "name": "Sebastian Bergmann",
1924
                    "email": "[email protected]"
1925
                }
1926
            ],
1927
            "description": "Provides functionality to handle HHVM/PHP environments",
1928
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1929
            "keywords": [
1930
                "Xdebug",
1931
                "environment",
1932
                "hhvm"
1933
            ],
1934
            "time": "2016-08-18T05:49:44+00:00"
1935
        },
1936
        {
1937
            "name": "sebastian/exporter",
1938
            "version": "1.2.2",
1939
            "source": {
1940
                "type": "git",
1941
                "url": "https://github.com/sebastianbergmann/exporter.git",
1942
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1943
            },
1944
            "dist": {
1945
                "type": "zip",
1946
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1947
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1948
                "shasum": ""
1949
            },
1950
            "require": {
1951
                "php": ">=5.3.3",
1952
                "sebastian/recursion-context": "~1.0"
1953
            },
1954
            "require-dev": {
1955
                "ext-mbstring": "*",
1956
                "phpunit/phpunit": "~4.4"
1957
            },
1958
            "type": "library",
1959
            "extra": {
1960
                "branch-alias": {
1961
                    "dev-master": "1.3.x-dev"
1962
                }
1963
            },
1964
            "autoload": {
1965
                "classmap": [
1966
                    "src/"
1967
                ]
1968
            },
1969
            "notification-url": "https://packagist.org/downloads/",
1970
            "license": [
1971
                "BSD-3-Clause"
1972
            ],
1973
            "authors": [
1974
                {
1975
                    "name": "Jeff Welch",
1976
                    "email": "[email protected]"
1977
                },
1978
                {
1979
                    "name": "Volker Dusch",
1980
                    "email": "[email protected]"
1981
                },
1982
                {
1983
                    "name": "Bernhard Schussek",
1984
                    "email": "[email protected]"
1985
                },
1986
                {
1987
                    "name": "Sebastian Bergmann",
1988
                    "email": "[email protected]"
1989
                },
1990
                {
1991
                    "name": "Adam Harvey",
1992
                    "email": "[email protected]"
1993
                }
1994
            ],
1995
            "description": "Provides the functionality to export PHP variables for visualization",
1996
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1997
            "keywords": [
1998
                "export",
1999
                "exporter"
2000
            ],
2001
            "time": "2016-06-17T09:04:28+00:00"
2002
        },
2003
        {
2004
            "name": "sebastian/global-state",
2005
            "version": "1.1.1",
2006
            "source": {
2007
                "type": "git",
2008
                "url": "https://github.com/sebastianbergmann/global-state.git",
2009
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2010
            },
2011
            "dist": {
2012
                "type": "zip",
2013
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2014
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2015
                "shasum": ""
2016
            },
2017
            "require": {
2018
                "php": ">=5.3.3"
2019
            },
2020
            "require-dev": {
2021
                "phpunit/phpunit": "~4.2"
2022
            },
2023
            "suggest": {
2024
                "ext-uopz": "*"
2025
            },
2026
            "type": "library",
2027
            "extra": {
2028
                "branch-alias": {
2029
                    "dev-master": "1.0-dev"
2030
                }
2031
            },
2032
            "autoload": {
2033
                "classmap": [
2034
                    "src/"
2035
                ]
2036
            },
2037
            "notification-url": "https://packagist.org/downloads/",
2038
            "license": [
2039
                "BSD-3-Clause"
2040
            ],
2041
            "authors": [
2042
                {
2043
                    "name": "Sebastian Bergmann",
2044
                    "email": "[email protected]"
2045
                }
2046
            ],
2047
            "description": "Snapshotting of global state",
2048
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2049
            "keywords": [
2050
                "global state"
2051
            ],
2052
            "time": "2015-10-12T03:26:01+00:00"
2053
        },
2054
        {
2055
            "name": "sebastian/recursion-context",
2056
            "version": "1.0.5",
2057
            "source": {
2058
                "type": "git",
2059
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2060
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2061
            },
2062
            "dist": {
2063
                "type": "zip",
2064
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2065
                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2066
                "shasum": ""
2067
            },
2068
            "require": {
2069
                "php": ">=5.3.3"
2070
            },
2071
            "require-dev": {
2072
                "phpunit/phpunit": "~4.4"
2073
            },
2074
            "type": "library",
2075
            "extra": {
2076
                "branch-alias": {
2077
                    "dev-master": "1.0.x-dev"
2078
                }
2079
            },
2080
            "autoload": {
2081
                "classmap": [
2082
                    "src/"
2083
                ]
2084
            },
2085
            "notification-url": "https://packagist.org/downloads/",
2086
            "license": [
2087
                "BSD-3-Clause"
2088
            ],
2089
            "authors": [
2090
                {
2091
                    "name": "Jeff Welch",
2092
                    "email": "[email protected]"
2093
                },
2094
                {
2095
                    "name": "Sebastian Bergmann",
2096
                    "email": "[email protected]"
2097
                },
2098
                {
2099
                    "name": "Adam Harvey",
2100
                    "email": "[email protected]"
2101
                }
2102
            ],
2103
            "description": "Provides functionality to recursively process PHP variables",
2104
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2105
            "time": "2016-10-03T07:41:43+00:00"
2106
        },
2107
        {
2108
            "name": "sebastian/version",
2109
            "version": "1.0.6",
2110
            "source": {
2111
                "type": "git",
2112
                "url": "https://github.com/sebastianbergmann/version.git",
2113
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2114
            },
2115
            "dist": {
2116
                "type": "zip",
2117
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2118
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2119
                "shasum": ""
2120
            },
2121
            "type": "library",
2122
            "autoload": {
2123
                "classmap": [
2124
                    "src/"
2125
                ]
2126
            },
2127
            "notification-url": "https://packagist.org/downloads/",
2128
            "license": [
2129
                "BSD-3-Clause"
2130
            ],
2131
            "authors": [
2132
                {
2133
                    "name": "Sebastian Bergmann",
2134
                    "email": "[email protected]",
2135
                    "role": "lead"
2136
                }
2137
            ],
2138
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2139
            "homepage": "https://github.com/sebastianbergmann/version",
2140
            "time": "2015-06-21T13:59:46+00:00"
2141
        },
2142
        {
2143
            "name": "webmozart/assert",
2144
            "version": "1.3.0",
2145
            "source": {
2146
                "type": "git",
2147
                "url": "https://github.com/webmozart/assert.git",
2148
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2149
            },
2150
            "dist": {
2151
                "type": "zip",
2152
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2153
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2154
                "shasum": ""
2155
            },
2156
            "require": {
2157
                "php": "^5.3.3 || ^7.0"
2158
            },
2159
            "require-dev": {
2160
                "phpunit/phpunit": "^4.6",
2161
                "sebastian/version": "^1.0.1"
2162
            },
2163
            "type": "library",
2164
            "extra": {
2165
                "branch-alias": {
2166
                    "dev-master": "1.3-dev"
2167
                }
2168
            },
2169
            "autoload": {
2170
                "psr-4": {
2171
                    "Webmozart\\Assert\\": "src/"
2172
                }
2173
            },
2174
            "notification-url": "https://packagist.org/downloads/",
2175
            "license": [
2176
                "MIT"
2177
            ],
2178
            "authors": [
2179
                {
2180
                    "name": "Bernhard Schussek",
2181
                    "email": "[email protected]"
2182
                }
2183
            ],
2184
            "description": "Assertions to validate method input/output with nice error messages.",
2185
            "keywords": [
2186
                "assert",
2187
                "check",
2188
                "validate"
2189
            ],
2190
            "time": "2018-01-29T19:49:41+00:00"
2191
        }
2192
    ],
2193
    "aliases": [],
2194
    "minimum-stability": "stable",
2195
    "stability-flags": {
2196
        "maciejczyzewski/bottomline": 20,
2197
        "stakx/file-watcher": 20
2198
    },
2199
    "prefer-stable": false,
2200
    "prefer-lowest": false,
2201
    "platform": [],
2202
    "platform-dev": [],
2203
    "platform-overrides": {
2204
        "php": "5.5.9"
2205
    }
2206
}
2207