Passed
Push — master ( 805eaf...6e2293 )
by Zaahid
07:32
created

composer.lock (1 issue)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "f4e66e3025f4c1b5f69ad3e6d1709fa6",
8
    "packages": [
9
        {
10
            "name": "guzzlehttp/psr7",
11
            "version": "1.4.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/guzzle/psr7.git",
15
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
20
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.4.0",
25
                "psr/http-message": "~1.0"
26
            },
27
            "provide": {
28
                "psr/http-message-implementation": "1.0"
29
            },
30
            "require-dev": {
31
                "phpunit/phpunit": "~4.0"
32
            },
33
            "type": "library",
34
            "extra": {
35
                "branch-alias": {
36
                    "dev-master": "1.4-dev"
37
                }
38
            },
39
            "autoload": {
40
                "psr-4": {
41
                    "GuzzleHttp\\Psr7\\": "src/"
42
                },
43
                "files": [
44
                    "src/functions_include.php"
45
                ]
46
            },
47
            "notification-url": "https://packagist.org/downloads/",
48
            "license": [
49
                "MIT"
50
            ],
51
            "authors": [
52
                {
53
                    "name": "Michael Dowling",
54
                    "email": "[email protected]",
55
                    "homepage": "https://github.com/mtdowling"
56
                },
57
                {
58
                    "name": "Tobias Schultze",
59
                    "homepage": "https://github.com/Tobion"
60
                }
61
            ],
62
            "description": "PSR-7 message implementation that also provides common utility methods",
63
            "keywords": [
64
                "http",
65
                "message",
66
                "request",
67
                "response",
68
                "stream",
69
                "uri",
70
                "url"
71
            ],
72
            "time": "2017-03-20T17:10:46+00:00"
73
        },
74
        {
75
            "name": "psr/http-message",
76
            "version": "1.0.1",
77
            "source": {
78
                "type": "git",
79
                "url": "https://github.com/php-fig/http-message.git",
80
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
81
            },
82
            "dist": {
83
                "type": "zip",
84
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
85
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
86
                "shasum": ""
87
            },
88
            "require": {
89
                "php": ">=5.3.0"
90
            },
91
            "type": "library",
92
            "extra": {
93
                "branch-alias": {
94
                    "dev-master": "1.0.x-dev"
95
                }
96
            },
97
            "autoload": {
98
                "psr-4": {
99
                    "Psr\\Http\\Message\\": "src/"
100
                }
101
            },
102
            "notification-url": "https://packagist.org/downloads/",
103
            "license": [
104
                "MIT"
105
            ],
106
            "authors": [
107
                {
108
                    "name": "PHP-FIG",
109
                    "homepage": "http://www.php-fig.org/"
110
                }
111
            ],
112
            "description": "Common interface for HTTP messages",
113
            "homepage": "https://github.com/php-fig/http-message",
114
            "keywords": [
115
                "http",
116
                "http-message",
117
                "psr",
118
                "psr-7",
119
                "request",
120
                "response"
121
            ],
122
            "time": "2016-08-06T14:39:51+00:00"
123
        },
124
        {
125
            "name": "symfony/polyfill-iconv",
126
            "version": "v1.9.0",
127
            "source": {
128
                "type": "git",
129
                "url": "https://github.com/symfony/polyfill-iconv.git",
130
                "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2"
131
            },
132
            "dist": {
133
                "type": "zip",
134
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2",
135
                "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2",
136
                "shasum": ""
137
            },
138
            "require": {
139
                "php": ">=5.3.3"
140
            },
141
            "suggest": {
142
                "ext-iconv": "For best performance"
143
            },
144
            "type": "library",
145
            "extra": {
146
                "branch-alias": {
147
                    "dev-master": "1.9-dev"
148
                }
149
            },
150
            "autoload": {
151
                "psr-4": {
152
                    "Symfony\\Polyfill\\Iconv\\": ""
153
                },
154
                "files": [
155
                    "bootstrap.php"
156
                ]
157
            },
158
            "notification-url": "https://packagist.org/downloads/",
159
            "license": [
160
                "MIT"
161
            ],
162
            "authors": [
163
                {
164
                    "name": "Nicolas Grekas",
165
                    "email": "[email protected]"
166
                },
167
                {
168
                    "name": "Symfony Community",
169
                    "homepage": "https://symfony.com/contributors"
170
                }
171
            ],
172
            "description": "Symfony polyfill for the Iconv extension",
173
            "homepage": "https://symfony.com",
174
            "keywords": [
175
                "compatibility",
176
                "iconv",
177
                "polyfill",
178
                "portable",
179
                "shim"
180
            ],
181
            "time": "2018-08-06T14:22:27+00:00"
182
        },
183
        {
184
            "name": "symfony/polyfill-mbstring",
185
            "version": "v1.9.0",
186
            "source": {
187
                "type": "git",
188
                "url": "https://github.com/symfony/polyfill-mbstring.git",
189
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
190
            },
191
            "dist": {
192
                "type": "zip",
193
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
194
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
195
                "shasum": ""
196
            },
197
            "require": {
198
                "php": ">=5.3.3"
199
            },
200
            "suggest": {
201
                "ext-mbstring": "For best performance"
202
            },
203
            "type": "library",
204
            "extra": {
205
                "branch-alias": {
206
                    "dev-master": "1.9-dev"
207
                }
208
            },
209
            "autoload": {
210
                "psr-4": {
211
                    "Symfony\\Polyfill\\Mbstring\\": ""
212
                },
213
                "files": [
214
                    "bootstrap.php"
215
                ]
216
            },
217
            "notification-url": "https://packagist.org/downloads/",
218
            "license": [
219
                "MIT"
220
            ],
221
            "authors": [
222
                {
223
                    "name": "Nicolas Grekas",
224
                    "email": "[email protected]"
225
                },
226
                {
227
                    "name": "Symfony Community",
228
                    "homepage": "https://symfony.com/contributors"
229
                }
230
            ],
231
            "description": "Symfony polyfill for the Mbstring extension",
232
            "homepage": "https://symfony.com",
233
            "keywords": [
234
                "compatibility",
235
                "mbstring",
236
                "polyfill",
237
                "portable",
238
                "shim"
239
            ],
240
            "time": "2018-08-06T14:22:27+00:00"
241
        },
242
        {
243
            "name": "zbateson/mb-wrapper",
244
            "version": "1.0.0",
245
            "source": {
246
                "type": "git",
247
                "url": "https://github.com/zbateson/mb-wrapper.git",
248
                "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a"
249
            },
250
            "dist": {
251
                "type": "zip",
252
                "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/723f25a1ab0e4e662efa8d89f38da751c799134a",
253
                "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a",
254
                "shasum": ""
255
            },
256
            "require": {
257
                "php": ">=5.4",
258
                "symfony/polyfill-iconv": "^1.9",
259
                "symfony/polyfill-mbstring": "^1.9"
260
            },
261
            "require-dev": {
262
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
263
            },
264
            "suggest": {
265
                "ext-iconv": "For best support/performance",
266
                "ext-mbstring": "For best support/performance"
267
            },
268
            "type": "library",
269
            "autoload": {
270
                "psr-4": {
271
                    "ZBateson\\MbWrapper\\": "src/"
272
                }
273
            },
274
            "notification-url": "https://packagist.org/downloads/",
275
            "license": [
276
                "BSD-2-Clause"
277
            ],
278
            "authors": [
279
                {
280
                    "name": "Zaahid Bateson"
281
                }
282
            ],
283
            "description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation",
284
            "homepage": "https://github.com/zbateson/StreamDecorators",
285
            "keywords": [
286
                "charset",
287
                "encoding",
288
                "http",
289
                "iconv",
290
                "mail",
291
                "mb",
292
                "mb_convert_encoding",
293
                "mbstring",
294
                "mime",
295
                "multibyte",
296
                "string"
297
            ],
298
            "time": "2018-09-28T17:43:01+00:00"
299
        },
300
        {
301
            "name": "zbateson/stream-decorators",
302
            "version": "1.0.0",
303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/zbateson/stream-decorators.git",
306
                "reference": "300d7944b16cc1c3c6053bbc4735a178cb35073e"
307
            },
308
            "dist": {
309
                "type": "zip",
310
                "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/300d7944b16cc1c3c6053bbc4735a178cb35073e",
311
                "reference": "300d7944b16cc1c3c6053bbc4735a178cb35073e",
312
                "shasum": ""
313
            },
314
            "require": {
315
                "guzzlehttp/psr7": "^1.0.0",
316
                "php": ">=5.4",
317
                "zbateson/mb-wrapper": "^1.0.0"
318
            },
319
            "require-dev": {
320
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
321
            },
322
            "type": "library",
323
            "autoload": {
324
                "psr-4": {
325
                    "ZBateson\\StreamDecorators\\": "src/"
326
                }
327
            },
328
            "notification-url": "https://packagist.org/downloads/",
329
            "license": [
330
                "BSD-2-Clause"
331
            ],
332
            "authors": [
333
                {
334
                    "name": "Zaahid Bateson"
335
                }
336
            ],
337
            "description": "PHP psr7 stream decorators for mime message part streams",
338
            "keywords": [
339
                "base64",
340
                "charset",
341
                "decorators",
342
                "mail",
343
                "mime",
344
                "psr7",
345
                "quoted-printable",
346
                "stream",
347
                "uuencode"
348
            ],
349
            "time": "2018-09-28T18:17:52+00:00"
350
        }
351
    ],
352
    "packages-dev": [
353
        {
354
            "name": "cilex/cilex",
355
            "version": "1.1.0",
356
            "source": {
357
                "type": "git",
358
                "url": "https://github.com/Cilex/Cilex.git",
359
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
360
            },
361
            "dist": {
362
                "type": "zip",
363
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
364
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
365
                "shasum": ""
366
            },
367
            "require": {
368
                "cilex/console-service-provider": "1.*",
369
                "php": ">=5.3.3",
370
                "pimple/pimple": "~1.0",
371
                "symfony/finder": "~2.1",
372
                "symfony/process": "~2.1"
373
            },
374
            "require-dev": {
375
                "phpunit/phpunit": "3.7.*",
376
                "symfony/validator": "~2.1"
377
            },
378
            "suggest": {
379
                "monolog/monolog": ">=1.0.0",
380
                "symfony/validator": ">=1.0.0",
381
                "symfony/yaml": ">=1.0.0"
382
            },
383
            "type": "library",
384
            "extra": {
385
                "branch-alias": {
386
                    "dev-master": "1.0-dev"
387
                }
388
            },
389
            "autoload": {
390
                "psr-0": {
391
                    "Cilex": "src/"
392
                }
393
            },
394
            "notification-url": "https://packagist.org/downloads/",
395
            "license": [
396
                "MIT"
397
            ],
398
            "authors": [
399
                {
400
                    "name": "Mike van Riel",
401
                    "email": "[email protected]"
402
                }
403
            ],
404
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
405
            "homepage": "http://cilex.github.com",
406
            "keywords": [
407
                "cli",
408
                "microframework"
409
            ],
410
            "time": "2014-03-29T14:03:13+00:00"
411
        },
412
        {
413
            "name": "cilex/console-service-provider",
414
            "version": "1.0.0",
415
            "source": {
416
                "type": "git",
417
                "url": "https://github.com/Cilex/console-service-provider.git",
418
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
419
            },
420
            "dist": {
421
                "type": "zip",
422
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
423
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
424
                "shasum": ""
425
            },
426
            "require": {
427
                "php": ">=5.3.3",
428
                "pimple/pimple": "1.*@dev",
429
                "symfony/console": "~2.1"
430
            },
431
            "require-dev": {
432
                "cilex/cilex": "1.*@dev",
433
                "silex/silex": "1.*@dev"
434
            },
435
            "type": "library",
436
            "extra": {
437
                "branch-alias": {
438
                    "dev-master": "1.0-dev"
439
                }
440
            },
441
            "autoload": {
442
                "psr-0": {
443
                    "Cilex\\Provider\\Console": "src"
444
                }
445
            },
446
            "notification-url": "https://packagist.org/downloads/",
447
            "license": [
448
                "MIT"
449
            ],
450
            "authors": [
451
                {
452
                    "name": "Beau Simensen",
453
                    "email": "[email protected]",
454
                    "homepage": "http://beausimensen.com"
455
                },
456
                {
457
                    "name": "Mike van Riel",
458
                    "email": "[email protected]"
459
                }
460
            ],
461
            "description": "Console Service Provider",
462
            "keywords": [
463
                "cilex",
464
                "console",
465
                "pimple",
466
                "service-provider",
467
                "silex"
468
            ],
469
            "time": "2012-12-19T10:50:58+00:00"
470
        },
471
        {
472
            "name": "container-interop/container-interop",
473
            "version": "1.2.0",
474
            "source": {
475
                "type": "git",
476
                "url": "https://github.com/container-interop/container-interop.git",
477
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
478
            },
479
            "dist": {
480
                "type": "zip",
481
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
482
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
483
                "shasum": ""
484
            },
485
            "require": {
486
                "psr/container": "^1.0"
487
            },
488
            "type": "library",
489
            "autoload": {
490
                "psr-4": {
491
                    "Interop\\Container\\": "src/Interop/Container/"
492
                }
493
            },
494
            "notification-url": "https://packagist.org/downloads/",
495
            "license": [
496
                "MIT"
497
            ],
498
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
499
            "homepage": "https://github.com/container-interop/container-interop",
500
            "time": "2017-02-14T19:40:03+00:00"
501
        },
502
        {
503
            "name": "doctrine/annotations",
504
            "version": "v1.6.0",
505
            "source": {
506
                "type": "git",
507
                "url": "https://github.com/doctrine/annotations.git",
508
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
509
            },
510
            "dist": {
511
                "type": "zip",
512
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
513
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
514
                "shasum": ""
515
            },
516
            "require": {
517
                "doctrine/lexer": "1.*",
518
                "php": "^7.1"
519
            },
520
            "require-dev": {
521
                "doctrine/cache": "1.*",
522
                "phpunit/phpunit": "^6.4"
523
            },
524
            "type": "library",
525
            "extra": {
526
                "branch-alias": {
527
                    "dev-master": "1.6.x-dev"
528
                }
529
            },
530
            "autoload": {
531
                "psr-4": {
532
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
533
                }
534
            },
535
            "notification-url": "https://packagist.org/downloads/",
536
            "license": [
537
                "MIT"
538
            ],
539
            "authors": [
540
                {
541
                    "name": "Roman Borschel",
542
                    "email": "[email protected]"
543
                },
544
                {
545
                    "name": "Benjamin Eberlei",
546
                    "email": "[email protected]"
547
                },
548
                {
549
                    "name": "Guilherme Blanco",
550
                    "email": "[email protected]"
551
                },
552
                {
553
                    "name": "Jonathan Wage",
554
                    "email": "[email protected]"
555
                },
556
                {
557
                    "name": "Johannes Schmitt",
558
                    "email": "[email protected]"
559
                }
560
            ],
561
            "description": "Docblock Annotations Parser",
562
            "homepage": "http://www.doctrine-project.org",
563
            "keywords": [
564
                "annotations",
565
                "docblock",
566
                "parser"
567
            ],
568
            "time": "2017-12-06T07:11:42+00:00"
569
        },
570
        {
571
            "name": "doctrine/instantiator",
572
            "version": "1.1.0",
573
            "source": {
574
                "type": "git",
575
                "url": "https://github.com/doctrine/instantiator.git",
576
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
577
            },
578
            "dist": {
579
                "type": "zip",
580
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
581
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
582
                "shasum": ""
583
            },
584
            "require": {
585
                "php": "^7.1"
586
            },
587
            "require-dev": {
588
                "athletic/athletic": "~0.1.8",
589
                "ext-pdo": "*",
590
                "ext-phar": "*",
591
                "phpunit/phpunit": "^6.2.3",
592
                "squizlabs/php_codesniffer": "^3.0.2"
593
            },
594
            "type": "library",
595
            "extra": {
596
                "branch-alias": {
597
                    "dev-master": "1.2.x-dev"
598
                }
599
            },
600
            "autoload": {
601
                "psr-4": {
602
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
603
                }
604
            },
605
            "notification-url": "https://packagist.org/downloads/",
606
            "license": [
607
                "MIT"
608
            ],
609
            "authors": [
610
                {
611
                    "name": "Marco Pivetta",
612
                    "email": "[email protected]",
613
                    "homepage": "http://ocramius.github.com/"
614
                }
615
            ],
616
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
617
            "homepage": "https://github.com/doctrine/instantiator",
618
            "keywords": [
619
                "constructor",
620
                "instantiate"
621
            ],
622
            "time": "2017-07-22T11:58:36+00:00"
623
        },
624
        {
625
            "name": "doctrine/lexer",
626
            "version": "v1.0.1",
627
            "source": {
628
                "type": "git",
629
                "url": "https://github.com/doctrine/lexer.git",
630
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
631
            },
632
            "dist": {
633
                "type": "zip",
634
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
635
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
636
                "shasum": ""
637
            },
638
            "require": {
639
                "php": ">=5.3.2"
640
            },
641
            "type": "library",
642
            "extra": {
643
                "branch-alias": {
644
                    "dev-master": "1.0.x-dev"
645
                }
646
            },
647
            "autoload": {
648
                "psr-0": {
649
                    "Doctrine\\Common\\Lexer\\": "lib/"
650
                }
651
            },
652
            "notification-url": "https://packagist.org/downloads/",
653
            "license": [
654
                "MIT"
655
            ],
656
            "authors": [
657
                {
658
                    "name": "Roman Borschel",
659
                    "email": "[email protected]"
660
                },
661
                {
662
                    "name": "Guilherme Blanco",
663
                    "email": "[email protected]"
664
                },
665
                {
666
                    "name": "Johannes Schmitt",
667
                    "email": "[email protected]"
668
                }
669
            ],
670
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
671
            "homepage": "http://www.doctrine-project.org",
672
            "keywords": [
673
                "lexer",
674
                "parser"
675
            ],
676
            "time": "2014-09-09T13:34:57+00:00"
677
        },
678
        {
679
            "name": "erusev/parsedown",
680
            "version": "1.7.1",
681
            "source": {
682
                "type": "git",
683
                "url": "https://github.com/erusev/parsedown.git",
684
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
685
            },
686
            "dist": {
687
                "type": "zip",
688
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
689
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
690
                "shasum": ""
691
            },
692
            "require": {
693
                "ext-mbstring": "*",
694
                "php": ">=5.3.0"
695
            },
696
            "require-dev": {
697
                "phpunit/phpunit": "^4.8.35"
698
            },
699
            "type": "library",
700
            "autoload": {
701
                "psr-0": {
702
                    "Parsedown": ""
703
                }
704
            },
705
            "notification-url": "https://packagist.org/downloads/",
706
            "license": [
707
                "MIT"
708
            ],
709
            "authors": [
710
                {
711
                    "name": "Emanuil Rusev",
712
                    "email": "[email protected]",
713
                    "homepage": "http://erusev.com"
714
                }
715
            ],
716
            "description": "Parser for Markdown.",
717
            "homepage": "http://parsedown.org",
718
            "keywords": [
719
                "markdown",
720
                "parser"
721
            ],
722
            "time": "2018-03-08T01:11:30+00:00"
723
        },
724
        {
725
            "name": "evert/phpdoc-md",
726
            "version": "0.1.1",
727
            "source": {
728
                "type": "git",
729
                "url": "https://github.com/evert/phpdoc-md.git",
730
                "reference": "aefe4644cb672def0043e7625d9c2bda04b310d8"
731
            },
732
            "dist": {
733
                "type": "zip",
734
                "url": "https://api.github.com/repos/evert/phpdoc-md/zipball/aefe4644cb672def0043e7625d9c2bda04b310d8",
735
                "reference": "aefe4644cb672def0043e7625d9c2bda04b310d8",
736
                "shasum": ""
737
            },
738
            "require": {
739
                "php": ">=5.3.1",
740
                "twig/twig": "~1.18.0"
741
            },
742
            "require-dev": {
743
                "phpdocumentor/phpdocumentor": "~2.8.0"
744
            },
745
            "bin": [
746
                "bin/phpdocmd"
747
            ],
748
            "type": "library",
749
            "autoload": {
750
                "psr-4": {
751
                    "PHPDocMD\\": "src/"
752
                }
753
            },
754
            "notification-url": "https://packagist.org/downloads/",
755
            "license": [
756
                "MIT"
757
            ],
758
            "authors": [
759
                {
760
                    "name": "Evert Pot",
761
                    "email": "[email protected]",
762
                    "homepage": "http://www.rooftopsolutions.nl/",
763
                    "role": "Developer"
764
                }
765
            ],
766
            "description": "PHP documentation generator, with markdown output",
767
            "homepage": "https://github.com/evert/phpdoc-md",
768
            "keywords": [
769
                "markdown",
770
                "php",
771
                "phpdoc"
772
            ],
773
            "time": "2015-03-26T23:24:48+00:00"
774
        },
775
        {
776
            "name": "herrera-io/json",
777
            "version": "1.0.3",
778
            "source": {
779
                "type": "git",
780
                "url": "https://github.com/kherge-php/json.git",
781
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
782
            },
783
            "dist": {
784
                "type": "zip",
785
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
786
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
787
                "shasum": ""
788
            },
789
            "require": {
790
                "ext-json": "*",
791
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
792
                "php": ">=5.3.3",
793
                "seld/jsonlint": ">=1.0,<2.0-dev"
794
            },
795
            "require-dev": {
796
                "herrera-io/phpunit-test-case": "1.*",
797
                "mikey179/vfsstream": "1.1.0",
798
                "phpunit/phpunit": "3.7.*"
799
            },
800
            "type": "library",
801
            "extra": {
802
                "branch-alias": {
803
                    "dev-master": "1.0-dev"
804
                }
805
            },
806
            "autoload": {
807
                "files": [
808
                    "src/lib/json_version.php"
809
                ],
810
                "psr-0": {
811
                    "Herrera\\Json": "src/lib"
812
                }
813
            },
814
            "notification-url": "https://packagist.org/downloads/",
815
            "license": [
816
                "MIT"
817
            ],
818
            "authors": [
819
                {
820
                    "name": "Kevin Herrera",
821
                    "email": "[email protected]",
822
                    "homepage": "http://kevin.herrera.io"
823
                }
824
            ],
825
            "description": "A library for simplifying JSON linting and validation.",
826
            "homepage": "http://herrera-io.github.com/php-json",
827
            "keywords": [
828
                "json",
829
                "lint",
830
                "schema",
831
                "validate"
832
            ],
833
            "abandoned": "kherge/json",
834
            "time": "2013-10-30T16:51:34+00:00"
835
        },
836
        {
837
            "name": "herrera-io/phar-update",
838
            "version": "1.0.3",
839
            "source": {
840
                "type": "git",
841
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
842
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
843
            },
844
            "dist": {
845
                "type": "zip",
846
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
847
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
848
                "shasum": ""
849
            },
850
            "require": {
851
                "herrera-io/json": "1.*",
852
                "kherge/version": "1.*",
853
                "php": ">=5.3.3"
854
            },
855
            "require-dev": {
856
                "herrera-io/phpunit-test-case": "1.*",
857
                "mikey179/vfsstream": "1.1.0",
858
                "phpunit/phpunit": "3.7.*"
859
            },
860
            "type": "library",
861
            "extra": {
862
                "branch-alias": {
863
                    "dev-master": "1.0-dev"
864
                }
865
            },
866
            "autoload": {
867
                "files": [
868
                    "src/lib/constants.php"
869
                ],
870
                "psr-0": {
871
                    "Herrera\\Phar\\Update": "src/lib"
872
                }
873
            },
874
            "notification-url": "https://packagist.org/downloads/",
875
            "license": [
876
                "MIT"
877
            ],
878
            "authors": [
879
                {
880
                    "name": "Kevin Herrera",
881
                    "email": "[email protected]",
882
                    "homepage": "http://kevin.herrera.io"
883
                }
884
            ],
885
            "description": "A library for self-updating Phars.",
886
            "homepage": "http://herrera-io.github.com/php-phar-update",
887
            "keywords": [
888
                "phar",
889
                "update"
890
            ],
891
            "abandoned": true,
892
            "time": "2013-10-30T17:23:01+00:00"
893
        },
894
        {
895
            "name": "jms/metadata",
896
            "version": "1.6.0",
897
            "source": {
898
                "type": "git",
899
                "url": "https://github.com/schmittjoh/metadata.git",
900
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
901
            },
902
            "dist": {
903
                "type": "zip",
904
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
905
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
906
                "shasum": ""
907
            },
908
            "require": {
909
                "php": ">=5.3.0"
910
            },
911
            "require-dev": {
912
                "doctrine/cache": "~1.0",
913
                "symfony/cache": "~3.1"
914
            },
915
            "type": "library",
916
            "extra": {
917
                "branch-alias": {
918
                    "dev-master": "1.5.x-dev"
919
                }
920
            },
921
            "autoload": {
922
                "psr-0": {
923
                    "Metadata\\": "src/"
924
                }
925
            },
926
            "notification-url": "https://packagist.org/downloads/",
927
            "license": [
928
                "Apache-2.0"
929
            ],
930
            "authors": [
931
                {
932
                    "name": "Johannes M. Schmitt",
933
                    "email": "[email protected]"
934
                }
935
            ],
936
            "description": "Class/method/property metadata management in PHP",
937
            "keywords": [
938
                "annotations",
939
                "metadata",
940
                "xml",
941
                "yaml"
942
            ],
943
            "time": "2016-12-05T10:18:33+00:00"
944
        },
945
        {
946
            "name": "jms/parser-lib",
947
            "version": "1.0.0",
948
            "source": {
949
                "type": "git",
950
                "url": "https://github.com/schmittjoh/parser-lib.git",
951
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
952
            },
953
            "dist": {
954
                "type": "zip",
955
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
956
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
957
                "shasum": ""
958
            },
959
            "require": {
960
                "phpoption/phpoption": ">=0.9,<2.0-dev"
961
            },
962
            "type": "library",
963
            "extra": {
964
                "branch-alias": {
965
                    "dev-master": "1.0-dev"
966
                }
967
            },
968
            "autoload": {
969
                "psr-0": {
970
                    "JMS\\": "src/"
971
                }
972
            },
973
            "notification-url": "https://packagist.org/downloads/",
974
            "license": [
975
                "Apache2"
976
            ],
977
            "description": "A library for easily creating recursive-descent parsers.",
978
            "time": "2012-11-18T18:08:43+00:00"
979
        },
980
        {
981
            "name": "jms/serializer",
982
            "version": "1.13.0",
983
            "source": {
984
                "type": "git",
985
                "url": "https://github.com/schmittjoh/serializer.git",
986
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c"
987
            },
988
            "dist": {
989
                "type": "zip",
990
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
991
                "reference": "00863e1d55b411cc33ad3e1de09a4c8d3aae793c",
992
                "shasum": ""
993
            },
994
            "require": {
995
                "doctrine/annotations": "^1.0",
996
                "doctrine/instantiator": "^1.0.3",
997
                "jms/metadata": "^1.3",
998
                "jms/parser-lib": "1.*",
999
                "php": "^5.5|^7.0",
1000
                "phpcollection/phpcollection": "~0.1",
1001
                "phpoption/phpoption": "^1.1"
1002
            },
1003
            "conflict": {
1004
                "twig/twig": "<1.12"
1005
            },
1006
            "require-dev": {
1007
                "doctrine/orm": "~2.1",
1008
                "doctrine/phpcr-odm": "^1.3|^2.0",
1009
                "ext-pdo_sqlite": "*",
1010
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1011
                "phpunit/phpunit": "^4.8|^5.0",
1012
                "propel/propel1": "~1.7",
1013
                "psr/container": "^1.0",
1014
                "symfony/dependency-injection": "^2.7|^3.3|^4.0",
1015
                "symfony/expression-language": "^2.6|^3.0",
1016
                "symfony/filesystem": "^2.1",
1017
                "symfony/form": "~2.1|^3.0",
1018
                "symfony/translation": "^2.1|^3.0",
1019
                "symfony/validator": "^2.2|^3.0",
1020
                "symfony/yaml": "^2.1|^3.0",
1021
                "twig/twig": "~1.12|~2.0"
1022
            },
1023
            "suggest": {
1024
                "doctrine/cache": "Required if you like to use cache functionality.",
1025
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1026
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1027
            },
1028
            "type": "library",
1029
            "extra": {
1030
                "branch-alias": {
1031
                    "dev-1.x": "1.13-dev"
1032
                }
1033
            },
1034
            "autoload": {
1035
                "psr-0": {
1036
                    "JMS\\Serializer": "src/"
1037
                }
1038
            },
1039
            "notification-url": "https://packagist.org/downloads/",
1040
            "license": [
1041
                "MIT"
1042
            ],
1043
            "authors": [
1044
                {
1045
                    "name": "Asmir Mustafic",
1046
                    "email": "[email protected]"
1047
                },
1048
                {
1049
                    "name": "Johannes M. Schmitt",
1050
                    "email": "[email protected]"
1051
                }
1052
            ],
1053
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1054
            "homepage": "http://jmsyst.com/libs/serializer",
1055
            "keywords": [
1056
                "deserialization",
1057
                "jaxb",
1058
                "json",
1059
                "serialization",
1060
                "xml"
1061
            ],
1062
            "time": "2018-07-25T13:58:54+00:00"
1063
        },
1064
        {
1065
            "name": "justinrainbow/json-schema",
1066
            "version": "1.6.1",
1067
            "source": {
1068
                "type": "git",
1069
                "url": "https://github.com/justinrainbow/json-schema.git",
1070
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
1071
            },
1072
            "dist": {
1073
                "type": "zip",
1074
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
1075
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
1076
                "shasum": ""
1077
            },
1078
            "require": {
1079
                "php": ">=5.3.29"
1080
            },
1081
            "require-dev": {
1082
                "json-schema/json-schema-test-suite": "1.1.0",
1083
                "phpdocumentor/phpdocumentor": "~2",
1084
                "phpunit/phpunit": "~3.7"
1085
            },
1086
            "bin": [
1087
                "bin/validate-json"
1088
            ],
1089
            "type": "library",
1090
            "extra": {
1091
                "branch-alias": {
1092
                    "dev-master": "1.6.x-dev"
1093
                }
1094
            },
1095
            "autoload": {
1096
                "psr-4": {
1097
                    "JsonSchema\\": "src/JsonSchema/"
1098
                }
1099
            },
1100
            "notification-url": "https://packagist.org/downloads/",
1101
            "license": [
1102
                "BSD-3-Clause"
1103
            ],
1104
            "authors": [
1105
                {
1106
                    "name": "Bruno Prieto Reis",
1107
                    "email": "[email protected]"
1108
                },
1109
                {
1110
                    "name": "Justin Rainbow",
1111
                    "email": "[email protected]"
1112
                },
1113
                {
1114
                    "name": "Igor Wiedler",
1115
                    "email": "[email protected]"
1116
                },
1117
                {
1118
                    "name": "Robert Schönthal",
1119
                    "email": "[email protected]"
1120
                }
1121
            ],
1122
            "description": "A library to validate a json schema.",
1123
            "homepage": "https://github.com/justinrainbow/json-schema",
1124
            "keywords": [
1125
                "json",
1126
                "schema"
1127
            ],
1128
            "time": "2016-01-25T15:43:01+00:00"
1129
        },
1130
        {
1131
            "name": "kherge/version",
1132
            "version": "1.0.1",
1133
            "source": {
1134
                "type": "git",
1135
                "url": "https://github.com/kherge-abandoned/Version.git",
1136
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
1137
            },
1138
            "dist": {
1139
                "type": "zip",
1140
                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1141
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1142
                "shasum": ""
1143
            },
1144
            "require": {
1145
                "php": ">=5.3.3"
1146
            },
1147
            "type": "library",
1148
            "extra": {
1149
                "branch-alias": {
1150
                    "dev-master": "1.0-dev"
1151
                }
1152
            },
1153
            "autoload": {
1154
                "psr-0": {
1155
                    "KevinGH\\Version": "src/lib/"
1156
                }
1157
            },
1158
            "notification-url": "https://packagist.org/downloads/",
1159
            "license": [
1160
                "MIT"
1161
            ],
1162
            "authors": [
1163
                {
1164
                    "name": "Kevin Herrera",
1165
                    "email": "[email protected]"
1166
                }
1167
            ],
1168
            "description": "A parsing and comparison library for semantic versioning.",
1169
            "homepage": "http://github.com/kherge/Version",
1170
            "abandoned": true,
1171
            "time": "2012-08-16T17:13:03+00:00"
1172
        },
1173
        {
1174
            "name": "mikey179/vfsStream",
1175
            "version": "v1.6.5",
1176
            "source": {
1177
                "type": "git",
1178
                "url": "https://github.com/mikey179/vfsStream.git",
1179
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
1180
            },
1181
            "dist": {
1182
                "type": "zip",
1183
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
1184
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
1185
                "shasum": ""
1186
            },
1187
            "require": {
1188
                "php": ">=5.3.0"
1189
            },
1190
            "require-dev": {
1191
                "phpunit/phpunit": "~4.5"
1192
            },
1193
            "type": "library",
1194
            "extra": {
1195
                "branch-alias": {
1196
                    "dev-master": "1.6.x-dev"
1197
                }
1198
            },
1199
            "autoload": {
1200
                "psr-0": {
1201
                    "org\\bovigo\\vfs\\": "src/main/php"
1202
                }
1203
            },
1204
            "notification-url": "https://packagist.org/downloads/",
1205
            "license": [
1206
                "BSD-3-Clause"
1207
            ],
1208
            "authors": [
1209
                {
1210
                    "name": "Frank Kleine",
1211
                    "homepage": "http://frankkleine.de/",
1212
                    "role": "Developer"
1213
                }
1214
            ],
1215
            "description": "Virtual file system to mock the real file system in unit tests.",
1216
            "homepage": "http://vfs.bovigo.org/",
1217
            "time": "2017-08-01T08:02:14+00:00"
1218
        },
1219
        {
1220
            "name": "monolog/monolog",
1221
            "version": "1.23.0",
1222
            "source": {
1223
                "type": "git",
1224
                "url": "https://github.com/Seldaek/monolog.git",
1225
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1226
            },
1227
            "dist": {
1228
                "type": "zip",
1229
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1230
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1231
                "shasum": ""
1232
            },
1233
            "require": {
1234
                "php": ">=5.3.0",
1235
                "psr/log": "~1.0"
1236
            },
1237
            "provide": {
1238
                "psr/log-implementation": "1.0.0"
1239
            },
1240
            "require-dev": {
1241
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1242
                "doctrine/couchdb": "~1.0@dev",
1243
                "graylog2/gelf-php": "~1.0",
1244
                "jakub-onderka/php-parallel-lint": "0.9",
1245
                "php-amqplib/php-amqplib": "~2.4",
1246
                "php-console/php-console": "^3.1.3",
1247
                "phpunit/phpunit": "~4.5",
1248
                "phpunit/phpunit-mock-objects": "2.3.0",
1249
                "ruflin/elastica": ">=0.90 <3.0",
1250
                "sentry/sentry": "^0.13",
1251
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1252
            },
1253
            "suggest": {
1254
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1255
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1256
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1257
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1258
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1259
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1260
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1261
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1262
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1263
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1264
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1265
            },
1266
            "type": "library",
1267
            "extra": {
1268
                "branch-alias": {
1269
                    "dev-master": "2.0.x-dev"
1270
                }
1271
            },
1272
            "autoload": {
1273
                "psr-4": {
1274
                    "Monolog\\": "src/Monolog"
1275
                }
1276
            },
1277
            "notification-url": "https://packagist.org/downloads/",
1278
            "license": [
1279
                "MIT"
1280
            ],
1281
            "authors": [
1282
                {
1283
                    "name": "Jordi Boggiano",
1284
                    "email": "[email protected]",
1285
                    "homepage": "http://seld.be"
1286
                }
1287
            ],
1288
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1289
            "homepage": "http://github.com/Seldaek/monolog",
1290
            "keywords": [
1291
                "log",
1292
                "logging",
1293
                "psr-3"
1294
            ],
1295
            "time": "2017-06-19T01:22:40+00:00"
1296
        },
1297
        {
1298
            "name": "myclabs/deep-copy",
1299
            "version": "1.8.1",
1300
            "source": {
1301
                "type": "git",
1302
                "url": "https://github.com/myclabs/DeepCopy.git",
1303
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
1304
            },
1305
            "dist": {
1306
                "type": "zip",
1307
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
1308
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
1309
                "shasum": ""
1310
            },
1311
            "require": {
1312
                "php": "^7.1"
1313
            },
1314
            "replace": {
1315
                "myclabs/deep-copy": "self.version"
1316
            },
1317
            "require-dev": {
1318
                "doctrine/collections": "^1.0",
1319
                "doctrine/common": "^2.6",
1320
                "phpunit/phpunit": "^7.1"
1321
            },
1322
            "type": "library",
1323
            "autoload": {
1324
                "psr-4": {
1325
                    "DeepCopy\\": "src/DeepCopy/"
1326
                },
1327
                "files": [
1328
                    "src/DeepCopy/deep_copy.php"
1329
                ]
1330
            },
1331
            "notification-url": "https://packagist.org/downloads/",
1332
            "license": [
1333
                "MIT"
1334
            ],
1335
            "description": "Create deep copies (clones) of your objects",
1336
            "keywords": [
1337
                "clone",
1338
                "copy",
1339
                "duplicate",
1340
                "object",
1341
                "object graph"
1342
            ],
1343
            "time": "2018-06-11T23:09:50+00:00"
1344
        },
1345
        {
1346
            "name": "nikic/php-parser",
1347
            "version": "v1.4.1",
1348
            "source": {
1349
                "type": "git",
1350
                "url": "https://github.com/nikic/PHP-Parser.git",
1351
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
1352
            },
1353
            "dist": {
1354
                "type": "zip",
1355
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1356
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1357
                "shasum": ""
1358
            },
1359
            "require": {
1360
                "ext-tokenizer": "*",
1361
                "php": ">=5.3"
1362
            },
1363
            "type": "library",
1364
            "extra": {
1365
                "branch-alias": {
1366
                    "dev-master": "1.4-dev"
1367
                }
1368
            },
1369
            "autoload": {
1370
                "files": [
1371
                    "lib/bootstrap.php"
1372
                ]
1373
            },
1374
            "notification-url": "https://packagist.org/downloads/",
1375
            "license": [
1376
                "BSD-3-Clause"
1377
            ],
1378
            "authors": [
1379
                {
1380
                    "name": "Nikita Popov"
1381
                }
1382
            ],
1383
            "description": "A PHP parser written in PHP",
1384
            "keywords": [
1385
                "parser",
1386
                "php"
1387
            ],
1388
            "time": "2015-09-19T14:15:08+00:00"
1389
        },
1390
        {
1391
            "name": "phar-io/manifest",
1392
            "version": "1.0.1",
1393
            "source": {
1394
                "type": "git",
1395
                "url": "https://github.com/phar-io/manifest.git",
1396
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
1397
            },
1398
            "dist": {
1399
                "type": "zip",
1400
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
1401
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
1402
                "shasum": ""
1403
            },
1404
            "require": {
1405
                "ext-dom": "*",
1406
                "ext-phar": "*",
1407
                "phar-io/version": "^1.0.1",
1408
                "php": "^5.6 || ^7.0"
1409
            },
1410
            "type": "library",
1411
            "extra": {
1412
                "branch-alias": {
1413
                    "dev-master": "1.0.x-dev"
1414
                }
1415
            },
1416
            "autoload": {
1417
                "classmap": [
1418
                    "src/"
1419
                ]
1420
            },
1421
            "notification-url": "https://packagist.org/downloads/",
1422
            "license": [
1423
                "BSD-3-Clause"
1424
            ],
1425
            "authors": [
1426
                {
1427
                    "name": "Arne Blankerts",
1428
                    "email": "[email protected]",
1429
                    "role": "Developer"
1430
                },
1431
                {
1432
                    "name": "Sebastian Heuer",
1433
                    "email": "[email protected]",
1434
                    "role": "Developer"
1435
                },
1436
                {
1437
                    "name": "Sebastian Bergmann",
1438
                    "email": "[email protected]",
1439
                    "role": "Developer"
1440
                }
1441
            ],
1442
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1443
            "time": "2017-03-05T18:14:27+00:00"
1444
        },
1445
        {
1446
            "name": "phar-io/version",
1447
            "version": "1.0.1",
1448
            "source": {
1449
                "type": "git",
1450
                "url": "https://github.com/phar-io/version.git",
1451
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1452
            },
1453
            "dist": {
1454
                "type": "zip",
1455
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1456
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1457
                "shasum": ""
1458
            },
1459
            "require": {
1460
                "php": "^5.6 || ^7.0"
1461
            },
1462
            "type": "library",
1463
            "autoload": {
1464
                "classmap": [
1465
                    "src/"
1466
                ]
1467
            },
1468
            "notification-url": "https://packagist.org/downloads/",
1469
            "license": [
1470
                "BSD-3-Clause"
1471
            ],
1472
            "authors": [
1473
                {
1474
                    "name": "Arne Blankerts",
1475
                    "email": "[email protected]",
1476
                    "role": "Developer"
1477
                },
1478
                {
1479
                    "name": "Sebastian Heuer",
1480
                    "email": "[email protected]",
1481
                    "role": "Developer"
1482
                },
1483
                {
1484
                    "name": "Sebastian Bergmann",
1485
                    "email": "[email protected]",
1486
                    "role": "Developer"
1487
                }
1488
            ],
1489
            "description": "Library for handling version information and constraints",
1490
            "time": "2017-03-05T17:38:23+00:00"
1491
        },
1492
        {
1493
            "name": "phing/phing",
1494
            "version": "2.16.1",
1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/phingofficial/phing.git",
1498
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7"
1499
            },
1500
            "dist": {
1501
                "type": "zip",
1502
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/cbe0f969e434e269af91b4160b86fe899c6e07c7",
1503
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7",
1504
                "shasum": ""
1505
            },
1506
            "require": {
1507
                "php": ">=5.2.0",
1508
                "symfony/yaml": "^3.1 || ^4.0"
1509
            },
1510
            "require-dev": {
1511
                "ext-pdo_sqlite": "*",
1512
                "mikey179/vfsstream": "^1.6",
1513
                "pdepend/pdepend": "2.x",
1514
                "pear/archive_tar": "1.4.x",
1515
                "pear/http_request2": "dev-trunk",
1516
                "pear/net_growl": "dev-trunk",
1517
                "pear/pear-core-minimal": "1.10.1",
1518
                "pear/versioncontrol_git": "@dev",
1519
                "pear/versioncontrol_svn": "~0.5",
1520
                "phpdocumentor/phpdocumentor": "2.x",
1521
                "phploc/phploc": "~2.0.6",
1522
                "phpmd/phpmd": "~2.2",
1523
                "phpunit/phpunit": ">=3.7",
1524
                "sebastian/git": "~1.0",
1525
                "sebastian/phpcpd": "2.x",
1526
                "siad007/versioncontrol_hg": "^1.0",
1527
                "simpletest/simpletest": "^1.1",
1528
                "squizlabs/php_codesniffer": "~2.2"
1529
            },
1530
            "suggest": {
1531
                "pdepend/pdepend": "PHP version of JDepend",
1532
                "pear/archive_tar": "Tar file management class",
1533
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
1534
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
1535
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
1536
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
1537
                "phpmd/phpmd": "PHP version of PMD tool",
1538
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
1539
                "phpunit/phpunit": "The PHP Unit Testing Framework",
1540
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
1541
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
1542
                "tedivm/jshrink": "Javascript Minifier built in PHP"
1543
            },
1544
            "bin": [
1545
                "bin/phing"
1546
            ],
1547
            "type": "library",
1548
            "extra": {
1549
                "branch-alias": {
1550
                    "dev-master": "2.16.x-dev"
1551
                }
1552
            },
1553
            "autoload": {
1554
                "classmap": [
1555
                    "classes/phing/"
1556
                ]
1557
            },
1558
            "notification-url": "https://packagist.org/downloads/",
1559
            "include-path": [
1560
                "classes"
1561
            ],
1562
            "license": [
1563
                "LGPL-3.0"
1564
            ],
1565
            "authors": [
1566
                {
1567
                    "name": "Michiel Rook",
1568
                    "email": "[email protected]"
1569
                },
1570
                {
1571
                    "name": "Phing Community",
1572
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
1573
                }
1574
            ],
1575
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
1576
            "homepage": "https://www.phing.info/",
1577
            "keywords": [
1578
                "build",
1579
                "phing",
1580
                "task",
1581
                "tool"
1582
            ],
1583
            "time": "2018-01-25T13:18:09+00:00"
1584
        },
1585
        {
1586
            "name": "phpcollection/phpcollection",
1587
            "version": "0.5.0",
1588
            "source": {
1589
                "type": "git",
1590
                "url": "https://github.com/schmittjoh/php-collection.git",
1591
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
1592
            },
1593
            "dist": {
1594
                "type": "zip",
1595
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1596
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
1597
                "shasum": ""
1598
            },
1599
            "require": {
1600
                "phpoption/phpoption": "1.*"
1601
            },
1602
            "type": "library",
1603
            "extra": {
1604
                "branch-alias": {
1605
                    "dev-master": "0.4-dev"
1606
                }
1607
            },
1608
            "autoload": {
1609
                "psr-0": {
1610
                    "PhpCollection": "src/"
1611
                }
1612
            },
1613
            "notification-url": "https://packagist.org/downloads/",
1614
            "license": [
1615
                "Apache2"
1616
            ],
1617
            "authors": [
1618
                {
1619
                    "name": "Johannes M. Schmitt",
1620
                    "email": "[email protected]"
1621
                }
1622
            ],
1623
            "description": "General-Purpose Collection Library for PHP",
1624
            "keywords": [
1625
                "collection",
1626
                "list",
1627
                "map",
1628
                "sequence",
1629
                "set"
1630
            ],
1631
            "time": "2015-05-17T12:39:23+00:00"
1632
        },
1633
        {
1634
            "name": "phpdocumentor/fileset",
1635
            "version": "1.0.0",
1636
            "source": {
1637
                "type": "git",
1638
                "url": "https://github.com/phpDocumentor/Fileset.git",
1639
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
1640
            },
1641
            "dist": {
1642
                "type": "zip",
1643
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1644
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
1645
                "shasum": ""
1646
            },
1647
            "require": {
1648
                "php": ">=5.3.3",
1649
                "symfony/finder": "~2.1"
1650
            },
1651
            "require-dev": {
1652
                "phpunit/phpunit": "~3.7"
1653
            },
1654
            "type": "library",
1655
            "autoload": {
1656
                "psr-0": {
1657
                    "phpDocumentor": [
1658
                        "src/",
1659
                        "tests/unit/"
1660
                    ]
1661
                }
1662
            },
1663
            "notification-url": "https://packagist.org/downloads/",
1664
            "license": [
1665
                "MIT"
1666
            ],
1667
            "description": "Fileset component for collecting a set of files given directories and file paths",
1668
            "homepage": "http://www.phpdoc.org",
1669
            "keywords": [
1670
                "files",
1671
                "fileset",
1672
                "phpdoc"
1673
            ],
1674
            "time": "2013-08-06T21:07:42+00:00"
1675
        },
1676
        {
1677
            "name": "phpdocumentor/graphviz",
1678
            "version": "1.0.4",
1679
            "source": {
1680
                "type": "git",
1681
                "url": "https://github.com/phpDocumentor/GraphViz.git",
1682
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
1683
            },
1684
            "dist": {
1685
                "type": "zip",
1686
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
1687
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
1688
                "shasum": ""
1689
            },
1690
            "require": {
1691
                "php": ">=5.3.3"
1692
            },
1693
            "require-dev": {
1694
                "phpunit/phpunit": "~4.0"
1695
            },
1696
            "type": "library",
1697
            "autoload": {
1698
                "psr-0": {
1699
                    "phpDocumentor": [
1700
                        "src/",
1701
                        "tests/unit"
1702
                    ]
1703
                }
1704
            },
1705
            "notification-url": "https://packagist.org/downloads/",
1706
            "license": [
1707
                "MIT"
1708
            ],
1709
            "authors": [
1710
                {
1711
                    "name": "Mike van Riel",
1712
                    "email": "[email protected]"
1713
                }
1714
            ],
1715
            "time": "2016-02-02T13:00:08+00:00"
1716
        },
1717
        {
1718
            "name": "phpdocumentor/phpdocumentor",
1719
            "version": "v2.9.0",
1720
            "source": {
1721
                "type": "git",
1722
                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
1723
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
1724
            },
1725
            "dist": {
1726
                "type": "zip",
1727
                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
1728
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
1729
                "shasum": ""
1730
            },
1731
            "require": {
1732
                "cilex/cilex": "~1.0",
1733
                "erusev/parsedown": "~1.0",
1734
                "herrera-io/phar-update": "1.0.3",
1735
                "jms/serializer": ">=0.12",
1736
                "monolog/monolog": "~1.6",
1737
                "php": ">=5.3.3",
1738
                "phpdocumentor/fileset": "~1.0",
1739
                "phpdocumentor/graphviz": "~1.0",
1740
                "phpdocumentor/reflection": "^3.0",
1741
                "phpdocumentor/reflection-docblock": "~2.0",
1742
                "symfony/config": "~2.3",
1743
                "symfony/console": "~2.3",
1744
                "symfony/event-dispatcher": "~2.1",
1745
                "symfony/process": "~2.0",
1746
                "symfony/stopwatch": "~2.3",
1747
                "symfony/validator": "~2.2",
1748
                "twig/twig": "~1.3",
1749
                "zendframework/zend-cache": "~2.1",
1750
                "zendframework/zend-config": "~2.1",
1751
                "zendframework/zend-filter": "~2.1",
1752
                "zendframework/zend-i18n": "~2.1",
1753
                "zendframework/zend-serializer": "~2.1",
1754
                "zendframework/zend-servicemanager": "~2.1",
1755
                "zendframework/zend-stdlib": "~2.1",
1756
                "zetacomponents/document": ">=1.3.1"
1757
            },
1758
            "require-dev": {
1759
                "behat/behat": "~3.0",
1760
                "mikey179/vfsstream": "~1.2",
1761
                "mockery/mockery": "~0.9@dev",
1762
                "phpunit/phpunit": "~4.0",
1763
                "squizlabs/php_codesniffer": "~1.4",
1764
                "symfony/expression-language": "~2.4"
1765
            },
1766
            "suggest": {
1767
                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
1768
                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
1769
            },
1770
            "bin": [
1771
                "bin/phpdoc.php",
1772
                "bin/phpdoc"
1773
            ],
1774
            "type": "library",
1775
            "extra": {
1776
                "branch-alias": {
1777
                    "dev-develop": "2.9-dev"
1778
                }
1779
            },
1780
            "autoload": {
1781
                "psr-0": {
1782
                    "phpDocumentor": [
1783
                        "src/",
1784
                        "tests/unit/"
1785
                    ],
1786
                    "Cilex\\Provider": [
1787
                        "src/"
1788
                    ]
1789
                }
1790
            },
1791
            "notification-url": "https://packagist.org/downloads/",
1792
            "license": [
1793
                "MIT"
1794
            ],
1795
            "description": "Documentation Generator for PHP",
1796
            "homepage": "http://www.phpdoc.org",
1797
            "keywords": [
1798
                "api",
1799
                "application",
1800
                "dga",
1801
                "documentation",
1802
                "phpdoc"
1803
            ],
1804
            "time": "2016-05-22T09:50:56+00:00"
1805
        },
1806
        {
1807
            "name": "phpdocumentor/reflection",
1808
            "version": "3.0.1",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/phpDocumentor/Reflection.git",
1812
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
1817
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
1818
                "shasum": ""
1819
            },
1820
            "require": {
1821
                "nikic/php-parser": "^1.0",
1822
                "php": ">=5.3.3",
1823
                "phpdocumentor/reflection-docblock": "~2.0",
1824
                "psr/log": "~1.0"
1825
            },
1826
            "require-dev": {
1827
                "behat/behat": "~2.4",
1828
                "mockery/mockery": "~0.8",
1829
                "phpunit/phpunit": "~4.0"
1830
            },
1831
            "type": "library",
1832
            "extra": {
1833
                "branch-alias": {
1834
                    "dev-master": "1.0.x-dev"
1835
                }
1836
            },
1837
            "autoload": {
1838
                "psr-0": {
1839
                    "phpDocumentor": [
1840
                        "src/",
1841
                        "tests/unit/",
1842
                        "tests/mocks/"
1843
                    ]
1844
                }
1845
            },
1846
            "notification-url": "https://packagist.org/downloads/",
1847
            "license": [
1848
                "MIT"
1849
            ],
1850
            "description": "Reflection library to do Static Analysis for PHP Projects",
1851
            "homepage": "http://www.phpdoc.org",
1852
            "keywords": [
1853
                "phpDocumentor",
1854
                "phpdoc",
1855
                "reflection",
1856
                "static analysis"
1857
            ],
1858
            "time": "2016-05-21T08:42:32+00:00"
1859
        },
1860
        {
1861
            "name": "phpdocumentor/reflection-docblock",
1862
            "version": "2.0.5",
1863
            "source": {
1864
                "type": "git",
1865
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1866
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
1867
            },
1868
            "dist": {
1869
                "type": "zip",
1870
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
1871
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
1872
                "shasum": ""
1873
            },
1874
            "require": {
1875
                "php": ">=5.3.3"
1876
            },
1877
            "require-dev": {
1878
                "phpunit/phpunit": "~4.0"
1879
            },
1880
            "suggest": {
1881
                "dflydev/markdown": "~1.0",
1882
                "erusev/parsedown": "~1.0"
1883
            },
1884
            "type": "library",
1885
            "extra": {
1886
                "branch-alias": {
1887
                    "dev-master": "2.0.x-dev"
1888
                }
1889
            },
1890
            "autoload": {
1891
                "psr-0": {
1892
                    "phpDocumentor": [
1893
                        "src/"
1894
                    ]
1895
                }
1896
            },
1897
            "notification-url": "https://packagist.org/downloads/",
1898
            "license": [
1899
                "MIT"
1900
            ],
1901
            "authors": [
1902
                {
1903
                    "name": "Mike van Riel",
1904
                    "email": "[email protected]"
1905
                }
1906
            ],
1907
            "time": "2016-01-25T08:17:30+00:00"
1908
        },
1909
        {
1910
            "name": "phpoption/phpoption",
1911
            "version": "1.5.0",
1912
            "source": {
1913
                "type": "git",
1914
                "url": "https://github.com/schmittjoh/php-option.git",
1915
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1916
            },
1917
            "dist": {
1918
                "type": "zip",
1919
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1920
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1921
                "shasum": ""
1922
            },
1923
            "require": {
1924
                "php": ">=5.3.0"
1925
            },
1926
            "require-dev": {
1927
                "phpunit/phpunit": "4.7.*"
1928
            },
1929
            "type": "library",
1930
            "extra": {
1931
                "branch-alias": {
1932
                    "dev-master": "1.3-dev"
1933
                }
1934
            },
1935
            "autoload": {
1936
                "psr-0": {
1937
                    "PhpOption\\": "src/"
1938
                }
1939
            },
1940
            "notification-url": "https://packagist.org/downloads/",
1941
            "license": [
1942
                "Apache2"
1943
            ],
1944
            "authors": [
1945
                {
1946
                    "name": "Johannes M. Schmitt",
1947
                    "email": "[email protected]"
1948
                }
1949
            ],
1950
            "description": "Option Type for PHP",
1951
            "keywords": [
1952
                "language",
1953
                "option",
1954
                "php",
1955
                "type"
1956
            ],
1957
            "time": "2015-07-25T16:39:46+00:00"
1958
        },
1959
        {
1960
            "name": "phpspec/prophecy",
1961
            "version": "1.8.0",
1962
            "source": {
1963
                "type": "git",
1964
                "url": "https://github.com/phpspec/prophecy.git",
1965
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
1966
            },
1967
            "dist": {
1968
                "type": "zip",
1969
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1970
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1971
                "shasum": ""
1972
            },
1973
            "require": {
1974
                "doctrine/instantiator": "^1.0.2",
1975
                "php": "^5.3|^7.0",
1976
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1977
                "sebastian/comparator": "^1.1|^2.0|^3.0",
1978
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1979
            },
1980
            "require-dev": {
1981
                "phpspec/phpspec": "^2.5|^3.2",
1982
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1983
            },
1984
            "type": "library",
1985
            "extra": {
1986
                "branch-alias": {
1987
                    "dev-master": "1.8.x-dev"
1988
                }
1989
            },
1990
            "autoload": {
1991
                "psr-0": {
1992
                    "Prophecy\\": "src/"
1993
                }
1994
            },
1995
            "notification-url": "https://packagist.org/downloads/",
1996
            "license": [
1997
                "MIT"
1998
            ],
1999
            "authors": [
2000
                {
2001
                    "name": "Konstantin Kudryashov",
2002
                    "email": "[email protected]",
2003
                    "homepage": "http://everzet.com"
2004
                },
2005
                {
2006
                    "name": "Marcello Duarte",
2007
                    "email": "[email protected]"
2008
                }
2009
            ],
2010
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2011
            "homepage": "https://github.com/phpspec/prophecy",
2012
            "keywords": [
2013
                "Double",
2014
                "Dummy",
2015
                "fake",
2016
                "mock",
2017
                "spy",
2018
                "stub"
2019
            ],
2020
            "time": "2018-08-05T17:53:17+00:00"
2021
        },
2022
        {
2023
            "name": "phpunit/php-code-coverage",
2024
            "version": "5.3.2",
2025
            "source": {
2026
                "type": "git",
2027
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2028
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2029
            },
2030
            "dist": {
2031
                "type": "zip",
2032
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2033
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2034
                "shasum": ""
2035
            },
2036
            "require": {
2037
                "ext-dom": "*",
2038
                "ext-xmlwriter": "*",
2039
                "php": "^7.0",
2040
                "phpunit/php-file-iterator": "^1.4.2",
2041
                "phpunit/php-text-template": "^1.2.1",
2042
                "phpunit/php-token-stream": "^2.0.1",
2043
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2044
                "sebastian/environment": "^3.0",
2045
                "sebastian/version": "^2.0.1",
2046
                "theseer/tokenizer": "^1.1"
2047
            },
2048
            "require-dev": {
2049
                "phpunit/phpunit": "^6.0"
2050
            },
2051
            "suggest": {
2052
                "ext-xdebug": "^2.5.5"
2053
            },
2054
            "type": "library",
2055
            "extra": {
2056
                "branch-alias": {
2057
                    "dev-master": "5.3.x-dev"
2058
                }
2059
            },
2060
            "autoload": {
2061
                "classmap": [
2062
                    "src/"
2063
                ]
2064
            },
2065
            "notification-url": "https://packagist.org/downloads/",
2066
            "license": [
2067
                "BSD-3-Clause"
2068
            ],
2069
            "authors": [
2070
                {
2071
                    "name": "Sebastian Bergmann",
2072
                    "email": "[email protected]",
2073
                    "role": "lead"
2074
                }
2075
            ],
2076
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2077
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2078
            "keywords": [
2079
                "coverage",
2080
                "testing",
2081
                "xunit"
2082
            ],
2083
            "time": "2018-04-06T15:36:58+00:00"
2084
        },
2085
        {
2086
            "name": "phpunit/php-file-iterator",
2087
            "version": "1.4.5",
2088
            "source": {
2089
                "type": "git",
2090
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2091
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2092
            },
2093
            "dist": {
2094
                "type": "zip",
2095
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2096
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2097
                "shasum": ""
2098
            },
2099
            "require": {
2100
                "php": ">=5.3.3"
2101
            },
2102
            "type": "library",
2103
            "extra": {
2104
                "branch-alias": {
2105
                    "dev-master": "1.4.x-dev"
2106
                }
2107
            },
2108
            "autoload": {
2109
                "classmap": [
2110
                    "src/"
2111
                ]
2112
            },
2113
            "notification-url": "https://packagist.org/downloads/",
2114
            "license": [
2115
                "BSD-3-Clause"
2116
            ],
2117
            "authors": [
2118
                {
2119
                    "name": "Sebastian Bergmann",
2120
                    "email": "[email protected]",
2121
                    "role": "lead"
2122
                }
2123
            ],
2124
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2125
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2126
            "keywords": [
2127
                "filesystem",
2128
                "iterator"
2129
            ],
2130
            "time": "2017-11-27T13:52:08+00:00"
2131
        },
2132
        {
2133
            "name": "phpunit/php-text-template",
2134
            "version": "1.2.1",
2135
            "source": {
2136
                "type": "git",
2137
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2138
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2139
            },
2140
            "dist": {
2141
                "type": "zip",
2142
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2143
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2144
                "shasum": ""
2145
            },
2146
            "require": {
2147
                "php": ">=5.3.3"
2148
            },
2149
            "type": "library",
2150
            "autoload": {
2151
                "classmap": [
2152
                    "src/"
2153
                ]
2154
            },
2155
            "notification-url": "https://packagist.org/downloads/",
2156
            "license": [
2157
                "BSD-3-Clause"
2158
            ],
2159
            "authors": [
2160
                {
2161
                    "name": "Sebastian Bergmann",
2162
                    "email": "[email protected]",
2163
                    "role": "lead"
2164
                }
2165
            ],
2166
            "description": "Simple template engine.",
2167
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2168
            "keywords": [
2169
                "template"
2170
            ],
2171
            "time": "2015-06-21T13:50:34+00:00"
2172
        },
2173
        {
2174
            "name": "phpunit/php-timer",
2175
            "version": "1.0.9",
2176
            "source": {
2177
                "type": "git",
2178
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2179
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2180
            },
2181
            "dist": {
2182
                "type": "zip",
2183
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2184
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2185
                "shasum": ""
2186
            },
2187
            "require": {
2188
                "php": "^5.3.3 || ^7.0"
2189
            },
2190
            "require-dev": {
2191
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2192
            },
2193
            "type": "library",
2194
            "extra": {
2195
                "branch-alias": {
2196
                    "dev-master": "1.0-dev"
2197
                }
2198
            },
2199
            "autoload": {
2200
                "classmap": [
2201
                    "src/"
2202
                ]
2203
            },
2204
            "notification-url": "https://packagist.org/downloads/",
2205
            "license": [
2206
                "BSD-3-Clause"
2207
            ],
2208
            "authors": [
2209
                {
2210
                    "name": "Sebastian Bergmann",
2211
                    "email": "[email protected]",
2212
                    "role": "lead"
2213
                }
2214
            ],
2215
            "description": "Utility class for timing",
2216
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2217
            "keywords": [
2218
                "timer"
2219
            ],
2220
            "time": "2017-02-26T11:10:40+00:00"
2221
        },
2222
        {
2223
            "name": "phpunit/php-token-stream",
2224
            "version": "2.0.2",
2225
            "source": {
2226
                "type": "git",
2227
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2228
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2229
            },
2230
            "dist": {
2231
                "type": "zip",
2232
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2233
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2234
                "shasum": ""
2235
            },
2236
            "require": {
2237
                "ext-tokenizer": "*",
2238
                "php": "^7.0"
2239
            },
2240
            "require-dev": {
2241
                "phpunit/phpunit": "^6.2.4"
2242
            },
2243
            "type": "library",
2244
            "extra": {
2245
                "branch-alias": {
2246
                    "dev-master": "2.0-dev"
2247
                }
2248
            },
2249
            "autoload": {
2250
                "classmap": [
2251
                    "src/"
2252
                ]
2253
            },
2254
            "notification-url": "https://packagist.org/downloads/",
2255
            "license": [
2256
                "BSD-3-Clause"
2257
            ],
2258
            "authors": [
2259
                {
2260
                    "name": "Sebastian Bergmann",
2261
                    "email": "[email protected]"
2262
                }
2263
            ],
2264
            "description": "Wrapper around PHP's tokenizer extension.",
2265
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2266
            "keywords": [
2267
                "tokenizer"
2268
            ],
2269
            "time": "2017-11-27T05:48:46+00:00"
2270
        },
2271
        {
2272
            "name": "phpunit/phpunit",
2273
            "version": "6.5.13",
2274
            "source": {
2275
                "type": "git",
2276
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2277
                "reference": "0973426fb012359b2f18d3bd1e90ef1172839693"
2278
            },
2279
            "dist": {
2280
                "type": "zip",
2281
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693",
2282
                "reference": "0973426fb012359b2f18d3bd1e90ef1172839693",
2283
                "shasum": ""
2284
            },
2285
            "require": {
2286
                "ext-dom": "*",
2287
                "ext-json": "*",
2288
                "ext-libxml": "*",
2289
                "ext-mbstring": "*",
2290
                "ext-xml": "*",
2291
                "myclabs/deep-copy": "^1.6.1",
2292
                "phar-io/manifest": "^1.0.1",
2293
                "phar-io/version": "^1.0",
2294
                "php": "^7.0",
2295
                "phpspec/prophecy": "^1.7",
2296
                "phpunit/php-code-coverage": "^5.3",
2297
                "phpunit/php-file-iterator": "^1.4.3",
2298
                "phpunit/php-text-template": "^1.2.1",
2299
                "phpunit/php-timer": "^1.0.9",
2300
                "phpunit/phpunit-mock-objects": "^5.0.9",
2301
                "sebastian/comparator": "^2.1",
2302
                "sebastian/diff": "^2.0",
2303
                "sebastian/environment": "^3.1",
2304
                "sebastian/exporter": "^3.1",
2305
                "sebastian/global-state": "^2.0",
2306
                "sebastian/object-enumerator": "^3.0.3",
2307
                "sebastian/resource-operations": "^1.0",
2308
                "sebastian/version": "^2.0.1"
2309
            },
2310
            "conflict": {
2311
                "phpdocumentor/reflection-docblock": "3.0.2",
2312
                "phpunit/dbunit": "<3.0"
2313
            },
2314
            "require-dev": {
2315
                "ext-pdo": "*"
2316
            },
2317
            "suggest": {
2318
                "ext-xdebug": "*",
2319
                "phpunit/php-invoker": "^1.1"
2320
            },
2321
            "bin": [
2322
                "phpunit"
2323
            ],
2324
            "type": "library",
2325
            "extra": {
2326
                "branch-alias": {
2327
                    "dev-master": "6.5.x-dev"
2328
                }
2329
            },
2330
            "autoload": {
2331
                "classmap": [
2332
                    "src/"
2333
                ]
2334
            },
2335
            "notification-url": "https://packagist.org/downloads/",
2336
            "license": [
2337
                "BSD-3-Clause"
2338
            ],
2339
            "authors": [
2340
                {
2341
                    "name": "Sebastian Bergmann",
2342
                    "email": "[email protected]",
2343
                    "role": "lead"
2344
                }
2345
            ],
2346
            "description": "The PHP Unit Testing framework.",
2347
            "homepage": "https://phpunit.de/",
2348
            "keywords": [
2349
                "phpunit",
2350
                "testing",
2351
                "xunit"
2352
            ],
2353
            "time": "2018-09-08T15:10:43+00:00"
2354
        },
2355
        {
2356
            "name": "phpunit/phpunit-mock-objects",
2357
            "version": "5.0.10",
2358
            "source": {
2359
                "type": "git",
2360
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2361
                "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
2362
            },
2363
            "dist": {
2364
                "type": "zip",
2365
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
2366
                "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
2367
                "shasum": ""
2368
            },
2369
            "require": {
2370
                "doctrine/instantiator": "^1.0.5",
2371
                "php": "^7.0",
2372
                "phpunit/php-text-template": "^1.2.1",
2373
                "sebastian/exporter": "^3.1"
2374
            },
2375
            "conflict": {
2376
                "phpunit/phpunit": "<6.0"
2377
            },
2378
            "require-dev": {
2379
                "phpunit/phpunit": "^6.5.11"
2380
            },
2381
            "suggest": {
2382
                "ext-soap": "*"
2383
            },
2384
            "type": "library",
2385
            "extra": {
2386
                "branch-alias": {
2387
                    "dev-master": "5.0.x-dev"
2388
                }
2389
            },
2390
            "autoload": {
2391
                "classmap": [
2392
                    "src/"
2393
                ]
2394
            },
2395
            "notification-url": "https://packagist.org/downloads/",
2396
            "license": [
2397
                "BSD-3-Clause"
2398
            ],
2399
            "authors": [
2400
                {
2401
                    "name": "Sebastian Bergmann",
2402
                    "email": "[email protected]",
2403
                    "role": "lead"
2404
                }
2405
            ],
2406
            "description": "Mock Object library for PHPUnit",
2407
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2408
            "keywords": [
2409
                "mock",
2410
                "xunit"
2411
            ],
2412
            "time": "2018-08-09T05:50:03+00:00"
2413
        },
2414
        {
2415
            "name": "pimple/pimple",
2416
            "version": "v1.1.1",
2417
            "source": {
2418
                "type": "git",
2419
                "url": "https://github.com/silexphp/Pimple.git",
2420
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
2421
            },
2422
            "dist": {
2423
                "type": "zip",
2424
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2425
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
2426
                "shasum": ""
2427
            },
2428
            "require": {
2429
                "php": ">=5.3.0"
2430
            },
2431
            "type": "library",
2432
            "extra": {
2433
                "branch-alias": {
2434
                    "dev-master": "1.1.x-dev"
2435
                }
2436
            },
2437
            "autoload": {
2438
                "psr-0": {
2439
                    "Pimple": "lib/"
2440
                }
2441
            },
2442
            "notification-url": "https://packagist.org/downloads/",
2443
            "license": [
2444
                "MIT"
2445
            ],
2446
            "authors": [
2447
                {
2448
                    "name": "Fabien Potencier",
2449
                    "email": "[email protected]"
2450
                }
2451
            ],
2452
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
2453
            "homepage": "http://pimple.sensiolabs.org",
2454
            "keywords": [
2455
                "container",
2456
                "dependency injection"
2457
            ],
2458
            "time": "2013-11-22T08:30:29+00:00"
2459
        },
2460
        {
2461
            "name": "psr/cache",
2462
            "version": "1.0.1",
2463
            "source": {
2464
                "type": "git",
2465
                "url": "https://github.com/php-fig/cache.git",
2466
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2467
            },
2468
            "dist": {
2469
                "type": "zip",
2470
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2471
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2472
                "shasum": ""
2473
            },
2474
            "require": {
2475
                "php": ">=5.3.0"
2476
            },
2477
            "type": "library",
2478
            "extra": {
2479
                "branch-alias": {
2480
                    "dev-master": "1.0.x-dev"
2481
                }
2482
            },
2483
            "autoload": {
2484
                "psr-4": {
2485
                    "Psr\\Cache\\": "src/"
2486
                }
2487
            },
2488
            "notification-url": "https://packagist.org/downloads/",
2489
            "license": [
2490
                "MIT"
2491
            ],
2492
            "authors": [
2493
                {
2494
                    "name": "PHP-FIG",
2495
                    "homepage": "http://www.php-fig.org/"
2496
                }
2497
            ],
2498
            "description": "Common interface for caching libraries",
2499
            "keywords": [
2500
                "cache",
2501
                "psr",
2502
                "psr-6"
2503
            ],
2504
            "time": "2016-08-06T20:24:11+00:00"
2505
        },
2506
        {
2507
            "name": "psr/container",
2508
            "version": "1.0.0",
2509
            "source": {
2510
                "type": "git",
2511
                "url": "https://github.com/php-fig/container.git",
2512
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2513
            },
2514
            "dist": {
2515
                "type": "zip",
2516
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2517
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2518
                "shasum": ""
2519
            },
2520
            "require": {
2521
                "php": ">=5.3.0"
2522
            },
2523
            "type": "library",
2524
            "extra": {
2525
                "branch-alias": {
2526
                    "dev-master": "1.0.x-dev"
2527
                }
2528
            },
2529
            "autoload": {
2530
                "psr-4": {
2531
                    "Psr\\Container\\": "src/"
2532
                }
2533
            },
2534
            "notification-url": "https://packagist.org/downloads/",
2535
            "license": [
2536
                "MIT"
2537
            ],
2538
            "authors": [
2539
                {
2540
                    "name": "PHP-FIG",
2541
                    "homepage": "http://www.php-fig.org/"
2542
                }
2543
            ],
2544
            "description": "Common Container Interface (PHP FIG PSR-11)",
2545
            "homepage": "https://github.com/php-fig/container",
2546
            "keywords": [
2547
                "PSR-11",
2548
                "container",
2549
                "container-interface",
2550
                "container-interop",
2551
                "psr"
2552
            ],
2553
            "time": "2017-02-14T16:28:37+00:00"
2554
        },
2555
        {
2556
            "name": "psr/log",
2557
            "version": "1.0.2",
2558
            "source": {
2559
                "type": "git",
2560
                "url": "https://github.com/php-fig/log.git",
2561
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2562
            },
2563
            "dist": {
2564
                "type": "zip",
2565
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2566
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2567
                "shasum": ""
2568
            },
2569
            "require": {
2570
                "php": ">=5.3.0"
2571
            },
2572
            "type": "library",
2573
            "extra": {
2574
                "branch-alias": {
2575
                    "dev-master": "1.0.x-dev"
2576
                }
2577
            },
2578
            "autoload": {
2579
                "psr-4": {
2580
                    "Psr\\Log\\": "Psr/Log/"
2581
                }
2582
            },
2583
            "notification-url": "https://packagist.org/downloads/",
2584
            "license": [
2585
                "MIT"
2586
            ],
2587
            "authors": [
2588
                {
2589
                    "name": "PHP-FIG",
2590
                    "homepage": "http://www.php-fig.org/"
2591
                }
2592
            ],
2593
            "description": "Common interface for logging libraries",
2594
            "homepage": "https://github.com/php-fig/log",
2595
            "keywords": [
2596
                "log",
2597
                "psr",
2598
                "psr-3"
2599
            ],
2600
            "time": "2016-10-10T12:19:37+00:00"
2601
        },
2602
        {
2603
            "name": "psr/simple-cache",
2604
            "version": "1.0.1",
2605
            "source": {
2606
                "type": "git",
2607
                "url": "https://github.com/php-fig/simple-cache.git",
2608
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2609
            },
2610
            "dist": {
2611
                "type": "zip",
2612
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2613
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2614
                "shasum": ""
2615
            },
2616
            "require": {
2617
                "php": ">=5.3.0"
2618
            },
2619
            "type": "library",
2620
            "extra": {
2621
                "branch-alias": {
2622
                    "dev-master": "1.0.x-dev"
2623
                }
2624
            },
2625
            "autoload": {
2626
                "psr-4": {
2627
                    "Psr\\SimpleCache\\": "src/"
2628
                }
2629
            },
2630
            "notification-url": "https://packagist.org/downloads/",
2631
            "license": [
2632
                "MIT"
2633
            ],
2634
            "authors": [
2635
                {
2636
                    "name": "PHP-FIG",
2637
                    "homepage": "http://www.php-fig.org/"
2638
                }
2639
            ],
2640
            "description": "Common interfaces for simple caching",
2641
            "keywords": [
2642
                "cache",
2643
                "caching",
2644
                "psr",
2645
                "psr-16",
2646
                "simple-cache"
2647
            ],
2648
            "time": "2017-10-23T01:57:42+00:00"
2649
        },
2650
        {
2651
            "name": "sebastian/code-unit-reverse-lookup",
2652
            "version": "1.0.1",
2653
            "source": {
2654
                "type": "git",
2655
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2656
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2657
            },
2658
            "dist": {
2659
                "type": "zip",
2660
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2661
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2662
                "shasum": ""
2663
            },
2664
            "require": {
2665
                "php": "^5.6 || ^7.0"
2666
            },
2667
            "require-dev": {
2668
                "phpunit/phpunit": "^5.7 || ^6.0"
2669
            },
2670
            "type": "library",
2671
            "extra": {
2672
                "branch-alias": {
2673
                    "dev-master": "1.0.x-dev"
2674
                }
2675
            },
2676
            "autoload": {
2677
                "classmap": [
2678
                    "src/"
2679
                ]
2680
            },
2681
            "notification-url": "https://packagist.org/downloads/",
2682
            "license": [
2683
                "BSD-3-Clause"
2684
            ],
2685
            "authors": [
2686
                {
2687
                    "name": "Sebastian Bergmann",
2688
                    "email": "[email protected]"
2689
                }
2690
            ],
2691
            "description": "Looks up which function or method a line of code belongs to",
2692
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2693
            "time": "2017-03-04T06:30:41+00:00"
2694
        },
2695
        {
2696
            "name": "sebastian/comparator",
2697
            "version": "2.1.3",
2698
            "source": {
2699
                "type": "git",
2700
                "url": "https://github.com/sebastianbergmann/comparator.git",
2701
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2702
            },
2703
            "dist": {
2704
                "type": "zip",
2705
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
2706
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2707
                "shasum": ""
2708
            },
2709
            "require": {
2710
                "php": "^7.0",
2711
                "sebastian/diff": "^2.0 || ^3.0",
2712
                "sebastian/exporter": "^3.1"
2713
            },
2714
            "require-dev": {
2715
                "phpunit/phpunit": "^6.4"
2716
            },
2717
            "type": "library",
2718
            "extra": {
2719
                "branch-alias": {
2720
                    "dev-master": "2.1.x-dev"
2721
                }
2722
            },
2723
            "autoload": {
2724
                "classmap": [
2725
                    "src/"
2726
                ]
2727
            },
2728
            "notification-url": "https://packagist.org/downloads/",
2729
            "license": [
2730
                "BSD-3-Clause"
2731
            ],
2732
            "authors": [
2733
                {
2734
                    "name": "Jeff Welch",
2735
                    "email": "[email protected]"
2736
                },
2737
                {
2738
                    "name": "Volker Dusch",
2739
                    "email": "[email protected]"
2740
                },
2741
                {
2742
                    "name": "Bernhard Schussek",
2743
                    "email": "[email protected]"
2744
                },
2745
                {
2746
                    "name": "Sebastian Bergmann",
2747
                    "email": "[email protected]"
2748
                }
2749
            ],
2750
            "description": "Provides the functionality to compare PHP values for equality",
2751
            "homepage": "https://github.com/sebastianbergmann/comparator",
2752
            "keywords": [
2753
                "comparator",
2754
                "compare",
2755
                "equality"
2756
            ],
2757
            "time": "2018-02-01T13:46:46+00:00"
2758
        },
2759
        {
2760
            "name": "sebastian/diff",
2761
            "version": "2.0.1",
2762
            "source": {
2763
                "type": "git",
2764
                "url": "https://github.com/sebastianbergmann/diff.git",
2765
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2766
            },
2767
            "dist": {
2768
                "type": "zip",
2769
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2770
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2771
                "shasum": ""
2772
            },
2773
            "require": {
2774
                "php": "^7.0"
2775
            },
2776
            "require-dev": {
2777
                "phpunit/phpunit": "^6.2"
2778
            },
2779
            "type": "library",
2780
            "extra": {
2781
                "branch-alias": {
2782
                    "dev-master": "2.0-dev"
2783
                }
2784
            },
2785
            "autoload": {
2786
                "classmap": [
2787
                    "src/"
2788
                ]
2789
            },
2790
            "notification-url": "https://packagist.org/downloads/",
2791
            "license": [
2792
                "BSD-3-Clause"
2793
            ],
2794
            "authors": [
2795
                {
2796
                    "name": "Kore Nordmann",
2797
                    "email": "[email protected]"
2798
                },
2799
                {
2800
                    "name": "Sebastian Bergmann",
2801
                    "email": "[email protected]"
2802
                }
2803
            ],
2804
            "description": "Diff implementation",
2805
            "homepage": "https://github.com/sebastianbergmann/diff",
2806
            "keywords": [
2807
                "diff"
2808
            ],
2809
            "time": "2017-08-03T08:09:46+00:00"
2810
        },
2811
        {
2812
            "name": "sebastian/environment",
2813
            "version": "3.1.0",
2814
            "source": {
2815
                "type": "git",
2816
                "url": "https://github.com/sebastianbergmann/environment.git",
2817
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2818
            },
2819
            "dist": {
2820
                "type": "zip",
2821
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2822
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2823
                "shasum": ""
2824
            },
2825
            "require": {
2826
                "php": "^7.0"
2827
            },
2828
            "require-dev": {
2829
                "phpunit/phpunit": "^6.1"
2830
            },
2831
            "type": "library",
2832
            "extra": {
2833
                "branch-alias": {
2834
                    "dev-master": "3.1.x-dev"
2835
                }
2836
            },
2837
            "autoload": {
2838
                "classmap": [
2839
                    "src/"
2840
                ]
2841
            },
2842
            "notification-url": "https://packagist.org/downloads/",
2843
            "license": [
2844
                "BSD-3-Clause"
2845
            ],
2846
            "authors": [
2847
                {
2848
                    "name": "Sebastian Bergmann",
2849
                    "email": "[email protected]"
2850
                }
2851
            ],
2852
            "description": "Provides functionality to handle HHVM/PHP environments",
2853
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2854
            "keywords": [
2855
                "Xdebug",
2856
                "environment",
2857
                "hhvm"
2858
            ],
2859
            "time": "2017-07-01T08:51:00+00:00"
2860
        },
2861
        {
2862
            "name": "sebastian/exporter",
2863
            "version": "3.1.0",
2864
            "source": {
2865
                "type": "git",
2866
                "url": "https://github.com/sebastianbergmann/exporter.git",
2867
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2868
            },
2869
            "dist": {
2870
                "type": "zip",
2871
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2872
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2873
                "shasum": ""
2874
            },
2875
            "require": {
2876
                "php": "^7.0",
2877
                "sebastian/recursion-context": "^3.0"
2878
            },
2879
            "require-dev": {
2880
                "ext-mbstring": "*",
2881
                "phpunit/phpunit": "^6.0"
2882
            },
2883
            "type": "library",
2884
            "extra": {
2885
                "branch-alias": {
2886
                    "dev-master": "3.1.x-dev"
2887
                }
2888
            },
2889
            "autoload": {
2890
                "classmap": [
2891
                    "src/"
2892
                ]
2893
            },
2894
            "notification-url": "https://packagist.org/downloads/",
2895
            "license": [
2896
                "BSD-3-Clause"
2897
            ],
2898
            "authors": [
2899
                {
2900
                    "name": "Jeff Welch",
2901
                    "email": "[email protected]"
2902
                },
2903
                {
2904
                    "name": "Volker Dusch",
2905
                    "email": "[email protected]"
2906
                },
2907
                {
2908
                    "name": "Bernhard Schussek",
2909
                    "email": "[email protected]"
2910
                },
2911
                {
2912
                    "name": "Sebastian Bergmann",
2913
                    "email": "[email protected]"
2914
                },
2915
                {
2916
                    "name": "Adam Harvey",
2917
                    "email": "[email protected]"
2918
                }
2919
            ],
2920
            "description": "Provides the functionality to export PHP variables for visualization",
2921
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2922
            "keywords": [
2923
                "export",
2924
                "exporter"
2925
            ],
2926
            "time": "2017-04-03T13:19:02+00:00"
2927
        },
2928
        {
2929
            "name": "sebastian/global-state",
2930
            "version": "2.0.0",
2931
            "source": {
2932
                "type": "git",
2933
                "url": "https://github.com/sebastianbergmann/global-state.git",
2934
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2935
            },
2936
            "dist": {
2937
                "type": "zip",
2938
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2939
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2940
                "shasum": ""
2941
            },
2942
            "require": {
2943
                "php": "^7.0"
2944
            },
2945
            "require-dev": {
2946
                "phpunit/phpunit": "^6.0"
2947
            },
2948
            "suggest": {
2949
                "ext-uopz": "*"
2950
            },
2951
            "type": "library",
2952
            "extra": {
2953
                "branch-alias": {
2954
                    "dev-master": "2.0-dev"
2955
                }
2956
            },
2957
            "autoload": {
2958
                "classmap": [
2959
                    "src/"
2960
                ]
2961
            },
2962
            "notification-url": "https://packagist.org/downloads/",
2963
            "license": [
2964
                "BSD-3-Clause"
2965
            ],
2966
            "authors": [
2967
                {
2968
                    "name": "Sebastian Bergmann",
2969
                    "email": "[email protected]"
2970
                }
2971
            ],
2972
            "description": "Snapshotting of global state",
2973
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2974
            "keywords": [
2975
                "global state"
2976
            ],
2977
            "time": "2017-04-27T15:39:26+00:00"
2978
        },
2979
        {
2980
            "name": "sebastian/object-enumerator",
2981
            "version": "3.0.3",
2982
            "source": {
2983
                "type": "git",
2984
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2985
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2986
            },
2987
            "dist": {
2988
                "type": "zip",
2989
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2990
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2991
                "shasum": ""
2992
            },
2993
            "require": {
2994
                "php": "^7.0",
2995
                "sebastian/object-reflector": "^1.1.1",
2996
                "sebastian/recursion-context": "^3.0"
2997
            },
2998
            "require-dev": {
2999
                "phpunit/phpunit": "^6.0"
3000
            },
3001
            "type": "library",
3002
            "extra": {
3003
                "branch-alias": {
3004
                    "dev-master": "3.0.x-dev"
3005
                }
3006
            },
3007
            "autoload": {
3008
                "classmap": [
3009
                    "src/"
3010
                ]
3011
            },
3012
            "notification-url": "https://packagist.org/downloads/",
3013
            "license": [
3014
                "BSD-3-Clause"
3015
            ],
3016
            "authors": [
3017
                {
3018
                    "name": "Sebastian Bergmann",
3019
                    "email": "[email protected]"
3020
                }
3021
            ],
3022
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3023
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3024
            "time": "2017-08-03T12:35:26+00:00"
3025
        },
3026
        {
3027
            "name": "sebastian/object-reflector",
3028
            "version": "1.1.1",
3029
            "source": {
3030
                "type": "git",
3031
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3032
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3033
            },
3034
            "dist": {
3035
                "type": "zip",
3036
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3037
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3038
                "shasum": ""
3039
            },
3040
            "require": {
3041
                "php": "^7.0"
3042
            },
3043
            "require-dev": {
3044
                "phpunit/phpunit": "^6.0"
3045
            },
3046
            "type": "library",
3047
            "extra": {
3048
                "branch-alias": {
3049
                    "dev-master": "1.1-dev"
3050
                }
3051
            },
3052
            "autoload": {
3053
                "classmap": [
3054
                    "src/"
3055
                ]
3056
            },
3057
            "notification-url": "https://packagist.org/downloads/",
3058
            "license": [
3059
                "BSD-3-Clause"
3060
            ],
3061
            "authors": [
3062
                {
3063
                    "name": "Sebastian Bergmann",
3064
                    "email": "[email protected]"
3065
                }
3066
            ],
3067
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3068
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3069
            "time": "2017-03-29T09:07:27+00:00"
3070
        },
3071
        {
3072
            "name": "sebastian/recursion-context",
3073
            "version": "3.0.0",
3074
            "source": {
3075
                "type": "git",
3076
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3077
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3078
            },
3079
            "dist": {
3080
                "type": "zip",
3081
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3082
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3083
                "shasum": ""
3084
            },
3085
            "require": {
3086
                "php": "^7.0"
3087
            },
3088
            "require-dev": {
3089
                "phpunit/phpunit": "^6.0"
3090
            },
3091
            "type": "library",
3092
            "extra": {
3093
                "branch-alias": {
3094
                    "dev-master": "3.0.x-dev"
3095
                }
3096
            },
3097
            "autoload": {
3098
                "classmap": [
3099
                    "src/"
3100
                ]
3101
            },
3102
            "notification-url": "https://packagist.org/downloads/",
3103
            "license": [
3104
                "BSD-3-Clause"
3105
            ],
3106
            "authors": [
3107
                {
3108
                    "name": "Jeff Welch",
3109
                    "email": "[email protected]"
3110
                },
3111
                {
3112
                    "name": "Sebastian Bergmann",
3113
                    "email": "[email protected]"
3114
                },
3115
                {
3116
                    "name": "Adam Harvey",
3117
                    "email": "[email protected]"
3118
                }
3119
            ],
3120
            "description": "Provides functionality to recursively process PHP variables",
3121
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3122
            "time": "2017-03-03T06:23:57+00:00"
3123
        },
3124
        {
3125
            "name": "sebastian/resource-operations",
3126
            "version": "1.0.0",
3127
            "source": {
3128
                "type": "git",
3129
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3130
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3131
            },
3132
            "dist": {
3133
                "type": "zip",
3134
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3135
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3136
                "shasum": ""
3137
            },
3138
            "require": {
3139
                "php": ">=5.6.0"
3140
            },
3141
            "type": "library",
3142
            "extra": {
3143
                "branch-alias": {
3144
                    "dev-master": "1.0.x-dev"
3145
                }
3146
            },
3147
            "autoload": {
3148
                "classmap": [
3149
                    "src/"
3150
                ]
3151
            },
3152
            "notification-url": "https://packagist.org/downloads/",
3153
            "license": [
3154
                "BSD-3-Clause"
3155
            ],
3156
            "authors": [
3157
                {
3158
                    "name": "Sebastian Bergmann",
3159
                    "email": "[email protected]"
3160
                }
3161
            ],
3162
            "description": "Provides a list of PHP built-in functions that operate on resources",
3163
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3164
            "time": "2015-07-28T20:34:47+00:00"
3165
        },
3166
        {
3167
            "name": "sebastian/version",
3168
            "version": "2.0.1",
3169
            "source": {
3170
                "type": "git",
3171
                "url": "https://github.com/sebastianbergmann/version.git",
3172
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3173
            },
3174
            "dist": {
3175
                "type": "zip",
3176
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3177
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3178
                "shasum": ""
3179
            },
3180
            "require": {
3181
                "php": ">=5.6"
3182
            },
3183
            "type": "library",
3184
            "extra": {
3185
                "branch-alias": {
3186
                    "dev-master": "2.0.x-dev"
3187
                }
3188
            },
3189
            "autoload": {
3190
                "classmap": [
3191
                    "src/"
3192
                ]
3193
            },
3194
            "notification-url": "https://packagist.org/downloads/",
3195
            "license": [
3196
                "BSD-3-Clause"
3197
            ],
3198
            "authors": [
3199
                {
3200
                    "name": "Sebastian Bergmann",
3201
                    "email": "[email protected]",
3202
                    "role": "lead"
3203
                }
3204
            ],
3205
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3206
            "homepage": "https://github.com/sebastianbergmann/version",
3207
            "time": "2016-10-03T07:35:21+00:00"
3208
        },
3209
        {
3210
            "name": "seld/jsonlint",
3211
            "version": "1.7.1",
3212
            "source": {
3213
                "type": "git",
3214
                "url": "https://github.com/Seldaek/jsonlint.git",
3215
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
3216
            },
3217
            "dist": {
3218
                "type": "zip",
3219
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
3220
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
3221
                "shasum": ""
3222
            },
3223
            "require": {
3224
                "php": "^5.3 || ^7.0"
3225
            },
3226
            "require-dev": {
3227
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3228
            },
3229
            "bin": [
3230
                "bin/jsonlint"
3231
            ],
3232
            "type": "library",
3233
            "autoload": {
3234
                "psr-4": {
3235
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3236
                }
3237
            },
3238
            "notification-url": "https://packagist.org/downloads/",
3239
            "license": [
3240
                "MIT"
3241
            ],
3242
            "authors": [
3243
                {
3244
                    "name": "Jordi Boggiano",
3245
                    "email": "[email protected]",
3246
                    "homepage": "http://seld.be"
3247
                }
3248
            ],
3249
            "description": "JSON Linter",
3250
            "keywords": [
3251
                "json",
3252
                "linter",
3253
                "parser",
3254
                "validator"
3255
            ],
3256
            "time": "2018-01-24T12:46:19+00:00"
3257
        },
3258
        {
3259
            "name": "symfony/config",
3260
            "version": "v2.8.46",
3261
            "source": {
3262
                "type": "git",
3263
                "url": "https://github.com/symfony/config.git",
3264
                "reference": "fb3469266daaa67a1e6d42fc78fa6cdc254689f6"
3265
            },
3266
            "dist": {
3267
                "type": "zip",
3268
                "url": "https://api.github.com/repos/symfony/config/zipball/fb3469266daaa67a1e6d42fc78fa6cdc254689f6",
3269
                "reference": "fb3469266daaa67a1e6d42fc78fa6cdc254689f6",
3270
                "shasum": ""
3271
            },
3272
            "require": {
3273
                "php": ">=5.3.9",
3274
                "symfony/filesystem": "~2.3|~3.0.0",
3275
                "symfony/polyfill-ctype": "~1.8"
3276
            },
3277
            "require-dev": {
3278
                "symfony/yaml": "~2.7|~3.0.0"
3279
            },
3280
            "suggest": {
3281
                "symfony/yaml": "To use the yaml reference dumper"
3282
            },
3283
            "type": "library",
3284
            "extra": {
3285
                "branch-alias": {
3286
                    "dev-master": "2.8-dev"
3287
                }
3288
            },
3289
            "autoload": {
3290
                "psr-4": {
3291
                    "Symfony\\Component\\Config\\": ""
3292
                },
3293
                "exclude-from-classmap": [
3294
                    "/Tests/"
3295
                ]
3296
            },
3297
            "notification-url": "https://packagist.org/downloads/",
3298
            "license": [
3299
                "MIT"
3300
            ],
3301
            "authors": [
3302
                {
3303
                    "name": "Fabien Potencier",
3304
                    "email": "[email protected]"
3305
                },
3306
                {
3307
                    "name": "Symfony Community",
3308
                    "homepage": "https://symfony.com/contributors"
3309
                }
3310
            ],
3311
            "description": "Symfony Config Component",
3312
            "homepage": "https://symfony.com",
3313
            "time": "2018-09-08T12:44:02+00:00"
3314
        },
3315
        {
3316
            "name": "symfony/console",
3317
            "version": "v2.8.46",
3318
            "source": {
3319
                "type": "git",
3320
                "url": "https://github.com/symfony/console.git",
3321
                "reference": "aca0dcc0c75496e17e2aa0303bb9c8e6d79ed789"
3322
            },
3323
            "dist": {
3324
                "type": "zip",
3325
                "url": "https://api.github.com/repos/symfony/console/zipball/aca0dcc0c75496e17e2aa0303bb9c8e6d79ed789",
3326
                "reference": "aca0dcc0c75496e17e2aa0303bb9c8e6d79ed789",
3327
                "shasum": ""
3328
            },
3329
            "require": {
3330
                "php": ">=5.3.9",
3331
                "symfony/debug": "^2.7.2|~3.0.0",
3332
                "symfony/polyfill-mbstring": "~1.0"
3333
            },
3334
            "require-dev": {
3335
                "psr/log": "~1.0",
3336
                "symfony/event-dispatcher": "~2.1|~3.0.0",
3337
                "symfony/process": "~2.1|~3.0.0"
3338
            },
3339
            "suggest": {
3340
                "psr/log-implementation": "For using the console logger",
3341
                "symfony/event-dispatcher": "",
3342
                "symfony/process": ""
3343
            },
3344
            "type": "library",
3345
            "extra": {
3346
                "branch-alias": {
3347
                    "dev-master": "2.8-dev"
3348
                }
3349
            },
3350
            "autoload": {
3351
                "psr-4": {
3352
                    "Symfony\\Component\\Console\\": ""
3353
                },
3354
                "exclude-from-classmap": [
3355
                    "/Tests/"
3356
                ]
3357
            },
3358
            "notification-url": "https://packagist.org/downloads/",
3359
            "license": [
3360
                "MIT"
3361
            ],
3362
            "authors": [
3363
                {
3364
                    "name": "Fabien Potencier",
3365
                    "email": "[email protected]"
3366
                },
3367
                {
3368
                    "name": "Symfony Community",
3369
                    "homepage": "https://symfony.com/contributors"
3370
                }
3371
            ],
3372
            "description": "Symfony Console Component",
3373
            "homepage": "https://symfony.com",
3374
            "time": "2018-09-30T03:33:07+00:00"
3375
        },
3376
        {
3377
            "name": "symfony/debug",
3378
            "version": "v3.0.9",
3379
            "source": {
3380
                "type": "git",
3381
                "url": "https://github.com/symfony/debug.git",
3382
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
3383
            },
3384
            "dist": {
3385
                "type": "zip",
3386
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
3387
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
3388
                "shasum": ""
3389
            },
3390
            "require": {
3391
                "php": ">=5.5.9",
3392
                "psr/log": "~1.0"
3393
            },
3394
            "conflict": {
3395
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
3396
            },
3397
            "require-dev": {
3398
                "symfony/class-loader": "~2.8|~3.0",
3399
                "symfony/http-kernel": "~2.8|~3.0"
3400
            },
3401
            "type": "library",
3402
            "extra": {
3403
                "branch-alias": {
3404
                    "dev-master": "3.0-dev"
3405
                }
3406
            },
3407
            "autoload": {
3408
                "psr-4": {
3409
                    "Symfony\\Component\\Debug\\": ""
3410
                },
3411
                "exclude-from-classmap": [
3412
                    "/Tests/"
3413
                ]
3414
            },
3415
            "notification-url": "https://packagist.org/downloads/",
3416
            "license": [
3417
                "MIT"
3418
            ],
3419
            "authors": [
3420
                {
3421
                    "name": "Fabien Potencier",
3422
                    "email": "[email protected]"
3423
                },
3424
                {
3425
                    "name": "Symfony Community",
3426
                    "homepage": "https://symfony.com/contributors"
3427
                }
3428
            ],
3429
            "description": "Symfony Debug Component",
3430
            "homepage": "https://symfony.com",
3431
            "time": "2016-07-30T07:22:48+00:00"
3432
        },
3433
        {
3434
            "name": "symfony/event-dispatcher",
3435
            "version": "v2.8.46",
3436
            "source": {
3437
                "type": "git",
3438
                "url": "https://github.com/symfony/event-dispatcher.git",
3439
                "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12"
3440
            },
3441
            "dist": {
3442
                "type": "zip",
3443
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/84ae343f39947aa084426ed1138bb96bf94d1f12",
3444
                "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12",
3445
                "shasum": ""
3446
            },
3447
            "require": {
3448
                "php": ">=5.3.9"
3449
            },
3450
            "require-dev": {
3451
                "psr/log": "~1.0",
3452
                "symfony/config": "^2.0.5|~3.0.0",
3453
                "symfony/dependency-injection": "~2.6|~3.0.0",
3454
                "symfony/expression-language": "~2.6|~3.0.0",
3455
                "symfony/stopwatch": "~2.3|~3.0.0"
3456
            },
3457
            "suggest": {
3458
                "symfony/dependency-injection": "",
3459
                "symfony/http-kernel": ""
3460
            },
3461
            "type": "library",
3462
            "extra": {
3463
                "branch-alias": {
3464
                    "dev-master": "2.8-dev"
3465
                }
3466
            },
3467
            "autoload": {
3468
                "psr-4": {
3469
                    "Symfony\\Component\\EventDispatcher\\": ""
3470
                },
3471
                "exclude-from-classmap": [
3472
                    "/Tests/"
3473
                ]
3474
            },
3475
            "notification-url": "https://packagist.org/downloads/",
3476
            "license": [
3477
                "MIT"
3478
            ],
3479
            "authors": [
3480
                {
3481
                    "name": "Fabien Potencier",
3482
                    "email": "[email protected]"
3483
                },
3484
                {
3485
                    "name": "Symfony Community",
3486
                    "homepage": "https://symfony.com/contributors"
3487
                }
3488
            ],
3489
            "description": "Symfony EventDispatcher Component",
3490
            "homepage": "https://symfony.com",
3491
            "time": "2018-07-26T09:03:18+00:00"
3492
        },
3493
        {
3494
            "name": "symfony/filesystem",
3495
            "version": "v3.0.9",
3496
            "source": {
3497
                "type": "git",
3498
                "url": "https://github.com/symfony/filesystem.git",
3499
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
3500
            },
3501
            "dist": {
3502
                "type": "zip",
3503
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3504
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
3505
                "shasum": ""
3506
            },
3507
            "require": {
3508
                "php": ">=5.5.9"
3509
            },
3510
            "type": "library",
3511
            "extra": {
3512
                "branch-alias": {
3513
                    "dev-master": "3.0-dev"
3514
                }
3515
            },
3516
            "autoload": {
3517
                "psr-4": {
3518
                    "Symfony\\Component\\Filesystem\\": ""
3519
                },
3520
                "exclude-from-classmap": [
3521
                    "/Tests/"
3522
                ]
3523
            },
3524
            "notification-url": "https://packagist.org/downloads/",
3525
            "license": [
3526
                "MIT"
3527
            ],
3528
            "authors": [
3529
                {
3530
                    "name": "Fabien Potencier",
3531
                    "email": "[email protected]"
3532
                },
3533
                {
3534
                    "name": "Symfony Community",
3535
                    "homepage": "https://symfony.com/contributors"
3536
                }
3537
            ],
3538
            "description": "Symfony Filesystem Component",
3539
            "homepage": "https://symfony.com",
3540
            "time": "2016-07-20T05:43:46+00:00"
3541
        },
3542
        {
3543
            "name": "symfony/finder",
3544
            "version": "v2.8.46",
3545
            "source": {
3546
                "type": "git",
3547
                "url": "https://github.com/symfony/finder.git",
3548
                "reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e"
3549
            },
3550
            "dist": {
3551
                "type": "zip",
3552
                "url": "https://api.github.com/repos/symfony/finder/zipball/5ebb438d1aabe9dba93099dd06e0500f97817a6e",
3553
                "reference": "5ebb438d1aabe9dba93099dd06e0500f97817a6e",
3554
                "shasum": ""
3555
            },
3556
            "require": {
3557
                "php": ">=5.3.9"
3558
            },
3559
            "type": "library",
3560
            "extra": {
3561
                "branch-alias": {
3562
                    "dev-master": "2.8-dev"
3563
                }
3564
            },
3565
            "autoload": {
3566
                "psr-4": {
3567
                    "Symfony\\Component\\Finder\\": ""
3568
                },
3569
                "exclude-from-classmap": [
3570
                    "/Tests/"
3571
                ]
3572
            },
3573
            "notification-url": "https://packagist.org/downloads/",
3574
            "license": [
3575
                "MIT"
3576
            ],
3577
            "authors": [
3578
                {
3579
                    "name": "Fabien Potencier",
3580
                    "email": "[email protected]"
3581
                },
3582
                {
3583
                    "name": "Symfony Community",
3584
                    "homepage": "https://symfony.com/contributors"
3585
                }
3586
            ],
3587
            "description": "Symfony Finder Component",
3588
            "homepage": "https://symfony.com",
3589
            "time": "2018-09-21T12:46:38+00:00"
3590
        },
3591
        {
3592
            "name": "symfony/polyfill-ctype",
3593
            "version": "v1.9.0",
3594
            "source": {
3595
                "type": "git",
3596
                "url": "https://github.com/symfony/polyfill-ctype.git",
3597
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
3598
            },
3599
            "dist": {
3600
                "type": "zip",
3601
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
3602
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
3603
                "shasum": ""
3604
            },
3605
            "require": {
3606
                "php": ">=5.3.3"
3607
            },
3608
            "suggest": {
3609
                "ext-ctype": "For best performance"
3610
            },
3611
            "type": "library",
3612
            "extra": {
3613
                "branch-alias": {
3614
                    "dev-master": "1.9-dev"
3615
                }
3616
            },
3617
            "autoload": {
3618
                "psr-4": {
3619
                    "Symfony\\Polyfill\\Ctype\\": ""
3620
                },
3621
                "files": [
3622
                    "bootstrap.php"
3623
                ]
3624
            },
3625
            "notification-url": "https://packagist.org/downloads/",
3626
            "license": [
3627
                "MIT"
3628
            ],
3629
            "authors": [
3630
                {
3631
                    "name": "Symfony Community",
3632
                    "homepage": "https://symfony.com/contributors"
3633
                },
3634
                {
3635
                    "name": "Gert de Pagter",
3636
                    "email": "[email protected]"
3637
                }
3638
            ],
3639
            "description": "Symfony polyfill for ctype functions",
3640
            "homepage": "https://symfony.com",
3641
            "keywords": [
3642
                "compatibility",
3643
                "ctype",
3644
                "polyfill",
3645
                "portable"
3646
            ],
3647
            "time": "2018-08-06T14:22:27+00:00"
3648
        },
3649
        {
3650
            "name": "symfony/process",
3651
            "version": "v2.8.46",
3652
            "source": {
3653
                "type": "git",
3654
                "url": "https://github.com/symfony/process.git",
3655
                "reference": "f09e21b7c5aba06c47bbfad9cbcf13ac7f0db0a6"
3656
            },
3657
            "dist": {
3658
                "type": "zip",
3659
                "url": "https://api.github.com/repos/symfony/process/zipball/f09e21b7c5aba06c47bbfad9cbcf13ac7f0db0a6",
3660
                "reference": "f09e21b7c5aba06c47bbfad9cbcf13ac7f0db0a6",
3661
                "shasum": ""
3662
            },
3663
            "require": {
3664
                "php": ">=5.3.9"
3665
            },
3666
            "type": "library",
3667
            "extra": {
3668
                "branch-alias": {
3669
                    "dev-master": "2.8-dev"
3670
                }
3671
            },
3672
            "autoload": {
3673
                "psr-4": {
3674
                    "Symfony\\Component\\Process\\": ""
3675
                },
3676
                "exclude-from-classmap": [
3677
                    "/Tests/"
3678
                ]
3679
            },
3680
            "notification-url": "https://packagist.org/downloads/",
3681
            "license": [
3682
                "MIT"
3683
            ],
3684
            "authors": [
3685
                {
3686
                    "name": "Fabien Potencier",
3687
                    "email": "[email protected]"
3688
                },
3689
                {
3690
                    "name": "Symfony Community",
3691
                    "homepage": "https://symfony.com/contributors"
3692
                }
3693
            ],
3694
            "description": "Symfony Process Component",
3695
            "homepage": "https://symfony.com",
3696
            "time": "2018-09-06T17:11:15+00:00"
3697
        },
3698
        {
3699
            "name": "symfony/stopwatch",
3700
            "version": "v2.8.46",
3701
            "source": {
3702
                "type": "git",
3703
                "url": "https://github.com/symfony/stopwatch.git",
3704
                "reference": "12a4b0c2a1788adf16a5548ab18ab9e8801d71d8"
3705
            },
3706
            "dist": {
3707
                "type": "zip",
3708
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/12a4b0c2a1788adf16a5548ab18ab9e8801d71d8",
3709
                "reference": "12a4b0c2a1788adf16a5548ab18ab9e8801d71d8",
3710
                "shasum": ""
3711
            },
3712
            "require": {
3713
                "php": ">=5.3.9"
3714
            },
3715
            "type": "library",
3716
            "extra": {
3717
                "branch-alias": {
3718
                    "dev-master": "2.8-dev"
3719
                }
3720
            },
3721
            "autoload": {
3722
                "psr-4": {
3723
                    "Symfony\\Component\\Stopwatch\\": ""
3724
                },
3725
                "exclude-from-classmap": [
3726
                    "/Tests/"
3727
                ]
3728
            },
3729
            "notification-url": "https://packagist.org/downloads/",
3730
            "license": [
3731
                "MIT"
3732
            ],
3733
            "authors": [
3734
                {
3735
                    "name": "Fabien Potencier",
3736
                    "email": "[email protected]"
3737
                },
3738
                {
3739
                    "name": "Symfony Community",
3740
                    "homepage": "https://symfony.com/contributors"
3741
                }
3742
            ],
3743
            "description": "Symfony Stopwatch Component",
3744
            "homepage": "https://symfony.com",
3745
            "time": "2018-07-24T10:05:38+00:00"
3746
        },
3747
        {
3748
            "name": "symfony/translation",
3749
            "version": "v3.0.9",
3750
            "source": {
3751
                "type": "git",
3752
                "url": "https://github.com/symfony/translation.git",
3753
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
3754
            },
3755
            "dist": {
3756
                "type": "zip",
3757
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
3758
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
3759
                "shasum": ""
3760
            },
3761
            "require": {
3762
                "php": ">=5.5.9",
3763
                "symfony/polyfill-mbstring": "~1.0"
3764
            },
3765
            "conflict": {
3766
                "symfony/config": "<2.8"
3767
            },
3768
            "require-dev": {
3769
                "psr/log": "~1.0",
3770
                "symfony/config": "~2.8|~3.0",
3771
                "symfony/intl": "~2.8|~3.0",
3772
                "symfony/yaml": "~2.8|~3.0"
3773
            },
3774
            "suggest": {
3775
                "psr/log": "To use logging capability in translator",
3776
                "symfony/config": "",
3777
                "symfony/yaml": ""
3778
            },
3779
            "type": "library",
3780
            "extra": {
3781
                "branch-alias": {
3782
                    "dev-master": "3.0-dev"
3783
                }
3784
            },
3785
            "autoload": {
3786
                "psr-4": {
3787
                    "Symfony\\Component\\Translation\\": ""
3788
                },
3789
                "exclude-from-classmap": [
3790
                    "/Tests/"
3791
                ]
3792
            },
3793
            "notification-url": "https://packagist.org/downloads/",
3794
            "license": [
3795
                "MIT"
3796
            ],
3797
            "authors": [
3798
                {
3799
                    "name": "Fabien Potencier",
3800
                    "email": "[email protected]"
3801
                },
3802
                {
3803
                    "name": "Symfony Community",
3804
                    "homepage": "https://symfony.com/contributors"
3805
                }
3806
            ],
3807
            "description": "Symfony Translation Component",
3808
            "homepage": "https://symfony.com",
3809
            "time": "2016-07-30T07:22:48+00:00"
3810
        },
3811
        {
3812
            "name": "symfony/validator",
3813
            "version": "v2.8.46",
3814
            "source": {
3815
                "type": "git",
3816
                "url": "https://github.com/symfony/validator.git",
3817
                "reference": "d928358e4e67353784be1816d3830e7097d5cf56"
3818
            },
3819
            "dist": {
3820
                "type": "zip",
3821
                "url": "https://api.github.com/repos/symfony/validator/zipball/d928358e4e67353784be1816d3830e7097d5cf56",
3822
                "reference": "d928358e4e67353784be1816d3830e7097d5cf56",
3823
                "shasum": ""
3824
            },
3825
            "require": {
3826
                "php": ">=5.3.9",
3827
                "symfony/polyfill-ctype": "~1.8",
3828
                "symfony/polyfill-mbstring": "~1.0",
3829
                "symfony/translation": "~2.4|~3.0.0"
3830
            },
3831
            "require-dev": {
3832
                "doctrine/annotations": "~1.0",
3833
                "doctrine/cache": "~1.0",
3834
                "egulias/email-validator": "^1.2.1",
3835
                "symfony/config": "~2.2|~3.0.0",
3836
                "symfony/expression-language": "~2.4|~3.0.0",
3837
                "symfony/http-foundation": "~2.3|~3.0.0",
3838
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
3839
                "symfony/property-access": "~2.3|~3.0.0",
3840
                "symfony/yaml": "^2.0.5|~3.0.0"
3841
            },
3842
            "suggest": {
3843
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
3844
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
3845
                "egulias/email-validator": "Strict (RFC compliant) email validation",
3846
                "symfony/config": "",
3847
                "symfony/expression-language": "For using the 2.4 Expression validator",
3848
                "symfony/http-foundation": "",
3849
                "symfony/intl": "",
3850
                "symfony/property-access": "For using the 2.4 Validator API",
3851
                "symfony/yaml": ""
3852
            },
3853
            "type": "library",
3854
            "extra": {
3855
                "branch-alias": {
3856
                    "dev-master": "2.8-dev"
3857
                }
3858
            },
3859
            "autoload": {
3860
                "psr-4": {
3861
                    "Symfony\\Component\\Validator\\": ""
3862
                },
3863
                "exclude-from-classmap": [
3864
                    "/Tests/"
3865
                ]
3866
            },
3867
            "notification-url": "https://packagist.org/downloads/",
3868
            "license": [
3869
                "MIT"
3870
            ],
3871
            "authors": [
3872
                {
3873
                    "name": "Fabien Potencier",
3874
                    "email": "[email protected]"
3875
                },
3876
                {
3877
                    "name": "Symfony Community",
3878
                    "homepage": "https://symfony.com/contributors"
3879
                }
3880
            ],
3881
            "description": "Symfony Validator Component",
3882
            "homepage": "https://symfony.com",
3883
            "time": "2018-09-25T08:06:01+00:00"
3884
        },
3885
        {
3886
            "name": "symfony/yaml",
3887
            "version": "v3.3.18",
3888
            "source": {
3889
                "type": "git",
3890
                "url": "https://github.com/symfony/yaml.git",
3891
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
3892
            },
3893
            "dist": {
3894
                "type": "zip",
3895
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
3896
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
3897
                "shasum": ""
3898
            },
3899
            "require": {
3900
                "php": "^5.5.9|>=7.0.8"
3901
            },
3902
            "require-dev": {
3903
                "symfony/console": "~2.8|~3.0"
3904
            },
3905
            "suggest": {
3906
                "symfony/console": "For validating YAML files using the lint command"
3907
            },
3908
            "type": "library",
3909
            "extra": {
3910
                "branch-alias": {
3911
                    "dev-master": "3.3-dev"
3912
                }
3913
            },
3914
            "autoload": {
3915
                "psr-4": {
3916
                    "Symfony\\Component\\Yaml\\": ""
3917
                },
3918
                "exclude-from-classmap": [
3919
                    "/Tests/"
3920
                ]
3921
            },
3922
            "notification-url": "https://packagist.org/downloads/",
3923
            "license": [
3924
                "MIT"
3925
            ],
3926
            "authors": [
3927
                {
3928
                    "name": "Fabien Potencier",
3929
                    "email": "[email protected]"
3930
                },
3931
                {
3932
                    "name": "Symfony Community",
3933
                    "homepage": "https://symfony.com/contributors"
3934
                }
3935
            ],
3936
            "description": "Symfony Yaml Component",
3937
            "homepage": "https://symfony.com",
3938
            "time": "2018-01-20T15:04:53+00:00"
3939
        },
3940
        {
3941
            "name": "theseer/tokenizer",
3942
            "version": "1.1.0",
3943
            "source": {
3944
                "type": "git",
3945
                "url": "https://github.com/theseer/tokenizer.git",
3946
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3947
            },
3948
            "dist": {
3949
                "type": "zip",
3950
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3951
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3952
                "shasum": ""
3953
            },
3954
            "require": {
3955
                "ext-dom": "*",
3956
                "ext-tokenizer": "*",
3957
                "ext-xmlwriter": "*",
3958
                "php": "^7.0"
3959
            },
3960
            "type": "library",
3961
            "autoload": {
3962
                "classmap": [
3963
                    "src/"
3964
                ]
3965
            },
3966
            "notification-url": "https://packagist.org/downloads/",
3967
            "license": [
3968
                "BSD-3-Clause"
3969
            ],
3970
            "authors": [
3971
                {
3972
                    "name": "Arne Blankerts",
3973
                    "email": "[email protected]",
3974
                    "role": "Developer"
3975
                }
3976
            ],
3977
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3978
            "time": "2017-04-07T12:08:54+00:00"
3979
        },
3980
        {
3981
            "name": "twig/twig",
0 ignored issues
show
There is a security advisory for your installed version of twig/twig:

Remote code execution in templates
Loading history...
3982
            "version": "v1.18.2",
3983
            "source": {
3984
                "type": "git",
3985
                "url": "https://github.com/twigphp/Twig.git",
3986
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
3987
            },
3988
            "dist": {
3989
                "type": "zip",
3990
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
3991
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
3992
                "shasum": ""
3993
            },
3994
            "require": {
3995
                "php": ">=5.2.7"
3996
            },
3997
            "type": "library",
3998
            "extra": {
3999
                "branch-alias": {
4000
                    "dev-master": "1.18-dev"
4001
                }
4002
            },
4003
            "autoload": {
4004
                "psr-0": {
4005
                    "Twig_": "lib/"
4006
                }
4007
            },
4008
            "notification-url": "https://packagist.org/downloads/",
4009
            "license": [
4010
                "BSD-3-Clause"
4011
            ],
4012
            "authors": [
4013
                {
4014
                    "name": "Fabien Potencier",
4015
                    "email": "[email protected]",
4016
                    "homepage": "http://fabien.potencier.org",
4017
                    "role": "Lead Developer"
4018
                },
4019
                {
4020
                    "name": "Armin Ronacher",
4021
                    "email": "[email protected]",
4022
                    "role": "Project Founder"
4023
                },
4024
                {
4025
                    "name": "Twig Team",
4026
                    "homepage": "http://twig.sensiolabs.org/contributors",
4027
                    "role": "Contributors"
4028
                }
4029
            ],
4030
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4031
            "homepage": "http://twig.sensiolabs.org",
4032
            "keywords": [
4033
                "templating"
4034
            ],
4035
            "time": "2015-06-06T23:31:24+00:00"
4036
        },
4037
        {
4038
            "name": "zendframework/zend-cache",
4039
            "version": "2.8.2",
4040
            "source": {
4041
                "type": "git",
4042
                "url": "https://github.com/zendframework/zend-cache.git",
4043
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
4044
            },
4045
            "dist": {
4046
                "type": "zip",
4047
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
4048
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
4049
                "shasum": ""
4050
            },
4051
            "require": {
4052
                "php": "^5.6 || ^7.0",
4053
                "psr/cache": "^1.0",
4054
                "psr/simple-cache": "^1.0",
4055
                "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
4056
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4057
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4058
            },
4059
            "provide": {
4060
                "psr/cache-implementation": "1.0",
4061
                "psr/simple-cache-implementation": "1.0"
4062
            },
4063
            "require-dev": {
4064
                "cache/integration-tests": "^0.16",
4065
                "phpbench/phpbench": "^0.13",
4066
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4067
                "zendframework/zend-coding-standard": "~1.0.0",
4068
                "zendframework/zend-serializer": "^2.6",
4069
                "zendframework/zend-session": "^2.7.4"
4070
            },
4071
            "suggest": {
4072
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4073
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4074
                "ext-dba": "DBA, to use the DBA storage adapter",
4075
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4076
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4077
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
4078
                "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
4079
                "ext-redis": "Redis, to use Redis storage adapter",
4080
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
4081
                "ext-xcache": "XCache, to use the XCache storage adapter",
4082
                "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
4083
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4084
                "zendframework/zend-serializer": "Zend\\Serializer component",
4085
                "zendframework/zend-session": "Zend\\Session component"
4086
            },
4087
            "type": "library",
4088
            "extra": {
4089
                "branch-alias": {
4090
                    "dev-master": "2.8.x-dev",
4091
                    "dev-develop": "2.9.x-dev"
4092
                },
4093
                "zf": {
4094
                    "component": "Zend\\Cache",
4095
                    "config-provider": "Zend\\Cache\\ConfigProvider"
4096
                }
4097
            },
4098
            "autoload": {
4099
                "files": [
4100
                    "autoload/patternPluginManagerPolyfill.php"
4101
                ],
4102
                "psr-4": {
4103
                    "Zend\\Cache\\": "src/"
4104
                }
4105
            },
4106
            "notification-url": "https://packagist.org/downloads/",
4107
            "license": [
4108
                "BSD-3-Clause"
4109
            ],
4110
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
4111
            "keywords": [
4112
                "ZendFramework",
4113
                "cache",
4114
                "psr-16",
4115
                "psr-6",
4116
                "zf"
4117
            ],
4118
            "time": "2018-05-01T21:58:00+00:00"
4119
        },
4120
        {
4121
            "name": "zendframework/zend-config",
4122
            "version": "2.6.0",
4123
            "source": {
4124
                "type": "git",
4125
                "url": "https://github.com/zendframework/zend-config.git",
4126
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4127
            },
4128
            "dist": {
4129
                "type": "zip",
4130
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4131
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4132
                "shasum": ""
4133
            },
4134
            "require": {
4135
                "php": "^5.5 || ^7.0",
4136
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4137
            },
4138
            "require-dev": {
4139
                "fabpot/php-cs-fixer": "1.7.*",
4140
                "phpunit/phpunit": "~4.0",
4141
                "zendframework/zend-filter": "^2.6",
4142
                "zendframework/zend-i18n": "^2.5",
4143
                "zendframework/zend-json": "^2.6.1",
4144
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4145
            },
4146
            "suggest": {
4147
                "zendframework/zend-filter": "Zend\\Filter component",
4148
                "zendframework/zend-i18n": "Zend\\I18n component",
4149
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4150
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4151
            },
4152
            "type": "library",
4153
            "extra": {
4154
                "branch-alias": {
4155
                    "dev-master": "2.6-dev",
4156
                    "dev-develop": "2.7-dev"
4157
                }
4158
            },
4159
            "autoload": {
4160
                "psr-4": {
4161
                    "Zend\\Config\\": "src/"
4162
                }
4163
            },
4164
            "notification-url": "https://packagist.org/downloads/",
4165
            "license": [
4166
                "BSD-3-Clause"
4167
            ],
4168
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4169
            "homepage": "https://github.com/zendframework/zend-config",
4170
            "keywords": [
4171
                "config",
4172
                "zf2"
4173
            ],
4174
            "time": "2016-02-04T23:01:10+00:00"
4175
        },
4176
        {
4177
            "name": "zendframework/zend-eventmanager",
4178
            "version": "3.2.1",
4179
            "source": {
4180
                "type": "git",
4181
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4182
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
4183
            },
4184
            "dist": {
4185
                "type": "zip",
4186
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
4187
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
4188
                "shasum": ""
4189
            },
4190
            "require": {
4191
                "php": "^5.6 || ^7.0"
4192
            },
4193
            "require-dev": {
4194
                "athletic/athletic": "^0.1",
4195
                "container-interop/container-interop": "^1.1.0",
4196
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4197
                "zendframework/zend-coding-standard": "~1.0.0",
4198
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4199
            },
4200
            "suggest": {
4201
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4202
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4203
            },
4204
            "type": "library",
4205
            "extra": {
4206
                "branch-alias": {
4207
                    "dev-master": "3.2-dev",
4208
                    "dev-develop": "3.3-dev"
4209
                }
4210
            },
4211
            "autoload": {
4212
                "psr-4": {
4213
                    "Zend\\EventManager\\": "src/"
4214
                }
4215
            },
4216
            "notification-url": "https://packagist.org/downloads/",
4217
            "license": [
4218
                "BSD-3-Clause"
4219
            ],
4220
            "description": "Trigger and listen to events within a PHP application",
4221
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4222
            "keywords": [
4223
                "event",
4224
                "eventmanager",
4225
                "events",
4226
                "zf2"
4227
            ],
4228
            "time": "2018-04-25T15:33:34+00:00"
4229
        },
4230
        {
4231
            "name": "zendframework/zend-filter",
4232
            "version": "2.8.0",
4233
            "source": {
4234
                "type": "git",
4235
                "url": "https://github.com/zendframework/zend-filter.git",
4236
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9"
4237
            },
4238
            "dist": {
4239
                "type": "zip",
4240
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/7b997dbe79459f1652deccc8786d7407fb66caa9",
4241
                "reference": "7b997dbe79459f1652deccc8786d7407fb66caa9",
4242
                "shasum": ""
4243
            },
4244
            "require": {
4245
                "php": "^5.6 || ^7.0",
4246
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4247
            },
4248
            "conflict": {
4249
                "zendframework/zend-validator": "<2.10.1"
4250
            },
4251
            "require-dev": {
4252
                "pear/archive_tar": "^1.4.3",
4253
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4254
                "zendframework/zend-coding-standard": "~1.0.0",
4255
                "zendframework/zend-crypt": "^3.2.1",
4256
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4257
                "zendframework/zend-uri": "^2.6"
4258
            },
4259
            "suggest": {
4260
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4261
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4262
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4263
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4264
            },
4265
            "type": "library",
4266
            "extra": {
4267
                "branch-alias": {
4268
                    "dev-master": "2.8.x-dev",
4269
                    "dev-develop": "2.9.x-dev"
4270
                },
4271
                "zf": {
4272
                    "component": "Zend\\Filter",
4273
                    "config-provider": "Zend\\Filter\\ConfigProvider"
4274
                }
4275
            },
4276
            "autoload": {
4277
                "psr-4": {
4278
                    "Zend\\Filter\\": "src/"
4279
                }
4280
            },
4281
            "notification-url": "https://packagist.org/downloads/",
4282
            "license": [
4283
                "BSD-3-Clause"
4284
            ],
4285
            "description": "provides a set of commonly needed data filters",
4286
            "keywords": [
4287
                "ZendFramework",
4288
                "filter",
4289
                "zf"
4290
            ],
4291
            "time": "2018-04-11T16:20:04+00:00"
4292
        },
4293
        {
4294
            "name": "zendframework/zend-hydrator",
4295
            "version": "1.1.0",
4296
            "source": {
4297
                "type": "git",
4298
                "url": "https://github.com/zendframework/zend-hydrator.git",
4299
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
4300
            },
4301
            "dist": {
4302
                "type": "zip",
4303
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4304
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
4305
                "shasum": ""
4306
            },
4307
            "require": {
4308
                "php": "^5.5 || ^7.0",
4309
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4310
            },
4311
            "require-dev": {
4312
                "phpunit/phpunit": "~4.0",
4313
                "squizlabs/php_codesniffer": "^2.0@dev",
4314
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4315
                "zendframework/zend-filter": "^2.6",
4316
                "zendframework/zend-inputfilter": "^2.6",
4317
                "zendframework/zend-serializer": "^2.6.1",
4318
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4319
            },
4320
            "suggest": {
4321
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
4322
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
4323
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
4324
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
4325
            },
4326
            "type": "library",
4327
            "extra": {
4328
                "branch-alias": {
4329
                    "dev-release-1.0": "1.0-dev",
4330
                    "dev-release-1.1": "1.1-dev",
4331
                    "dev-master": "2.0-dev",
4332
                    "dev-develop": "2.1-dev"
4333
                }
4334
            },
4335
            "autoload": {
4336
                "psr-4": {
4337
                    "Zend\\Hydrator\\": "src/"
4338
                }
4339
            },
4340
            "notification-url": "https://packagist.org/downloads/",
4341
            "license": [
4342
                "BSD-3-Clause"
4343
            ],
4344
            "homepage": "https://github.com/zendframework/zend-hydrator",
4345
            "keywords": [
4346
                "hydrator",
4347
                "zf2"
4348
            ],
4349
            "time": "2016-02-18T22:38:26+00:00"
4350
        },
4351
        {
4352
            "name": "zendframework/zend-i18n",
4353
            "version": "2.9.0",
4354
            "source": {
4355
                "type": "git",
4356
                "url": "https://github.com/zendframework/zend-i18n.git",
4357
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
4358
            },
4359
            "dist": {
4360
                "type": "zip",
4361
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
4362
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
4363
                "shasum": ""
4364
            },
4365
            "require": {
4366
                "php": "^5.6 || ^7.0",
4367
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4368
            },
4369
            "require-dev": {
4370
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4371
                "zendframework/zend-cache": "^2.6.1",
4372
                "zendframework/zend-coding-standard": "~1.0.0",
4373
                "zendframework/zend-config": "^2.6",
4374
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
4375
                "zendframework/zend-filter": "^2.6.1",
4376
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
4377
                "zendframework/zend-validator": "^2.6",
4378
                "zendframework/zend-view": "^2.6.3"
4379
            },
4380
            "suggest": {
4381
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
4382
                "zendframework/zend-cache": "Zend\\Cache component",
4383
                "zendframework/zend-config": "Zend\\Config component",
4384
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
4385
                "zendframework/zend-filter": "You should install this package to use the provided filters",
4386
                "zendframework/zend-i18n-resources": "Translation resources",
4387
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
4388
                "zendframework/zend-validator": "You should install this package to use the provided validators",
4389
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
4390
            },
4391
            "type": "library",
4392
            "extra": {
4393
                "branch-alias": {
4394
                    "dev-master": "2.9.x-dev",
4395
                    "dev-develop": "2.10.x-dev"
4396
                },
4397
                "zf": {
4398
                    "component": "Zend\\I18n",
4399
                    "config-provider": "Zend\\I18n\\ConfigProvider"
4400
                }
4401
            },
4402
            "autoload": {
4403
                "psr-4": {
4404
                    "Zend\\I18n\\": "src/"
4405
                }
4406
            },
4407
            "notification-url": "https://packagist.org/downloads/",
4408
            "license": [
4409
                "BSD-3-Clause"
4410
            ],
4411
            "description": "Provide translations for your application, and filter and validate internationalized values",
4412
            "keywords": [
4413
                "ZendFramework",
4414
                "i18n",
4415
                "zf"
4416
            ],
4417
            "time": "2018-05-16T16:39:13+00:00"
4418
        },
4419
        {
4420
            "name": "zendframework/zend-json",
4421
            "version": "3.1.0",
4422
            "source": {
4423
                "type": "git",
4424
                "url": "https://github.com/zendframework/zend-json.git",
4425
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
4426
            },
4427
            "dist": {
4428
                "type": "zip",
4429
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
4430
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
4431
                "shasum": ""
4432
            },
4433
            "require": {
4434
                "php": "^5.6 || ^7.0"
4435
            },
4436
            "require-dev": {
4437
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4438
                "zendframework/zend-coding-standard": "~1.0.0",
4439
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4440
            },
4441
            "suggest": {
4442
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
4443
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
4444
            },
4445
            "type": "library",
4446
            "extra": {
4447
                "branch-alias": {
4448
                    "dev-master": "3.1.x-dev",
4449
                    "dev-develop": "3.2.x-dev"
4450
                }
4451
            },
4452
            "autoload": {
4453
                "psr-4": {
4454
                    "Zend\\Json\\": "src/"
4455
                }
4456
            },
4457
            "notification-url": "https://packagist.org/downloads/",
4458
            "license": [
4459
                "BSD-3-Clause"
4460
            ],
4461
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
4462
            "keywords": [
4463
                "ZendFramework",
4464
                "json",
4465
                "zf"
4466
            ],
4467
            "time": "2018-01-04T17:51:34+00:00"
4468
        },
4469
        {
4470
            "name": "zendframework/zend-serializer",
4471
            "version": "2.9.0",
4472
            "source": {
4473
                "type": "git",
4474
                "url": "https://github.com/zendframework/zend-serializer.git",
4475
                "reference": "0172690db48d8935edaf625c4cba38b79719892c"
4476
            },
4477
            "dist": {
4478
                "type": "zip",
4479
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
4480
                "reference": "0172690db48d8935edaf625c4cba38b79719892c",
4481
                "shasum": ""
4482
            },
4483
            "require": {
4484
                "php": "^5.6 || ^7.0",
4485
                "zendframework/zend-json": "^2.5 || ^3.0",
4486
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4487
            },
4488
            "require-dev": {
4489
                "phpunit/phpunit": "^5.7.25 || ^6.4.4",
4490
                "zendframework/zend-coding-standard": "~1.0.0",
4491
                "zendframework/zend-math": "^2.6 || ^3.0",
4492
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4493
            },
4494
            "suggest": {
4495
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
4496
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
4497
            },
4498
            "type": "library",
4499
            "extra": {
4500
                "branch-alias": {
4501
                    "dev-master": "2.9.x-dev",
4502
                    "dev-develop": "2.10.x-dev"
4503
                },
4504
                "zf": {
4505
                    "component": "Zend\\Serializer",
4506
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
4507
                }
4508
            },
4509
            "autoload": {
4510
                "psr-4": {
4511
                    "Zend\\Serializer\\": "src/"
4512
                }
4513
            },
4514
            "notification-url": "https://packagist.org/downloads/",
4515
            "license": [
4516
                "BSD-3-Clause"
4517
            ],
4518
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
4519
            "keywords": [
4520
                "ZendFramework",
4521
                "serializer",
4522
                "zf"
4523
            ],
4524
            "time": "2018-05-14T18:45:18+00:00"
4525
        },
4526
        {
4527
            "name": "zendframework/zend-servicemanager",
4528
            "version": "2.7.11",
4529
            "source": {
4530
                "type": "git",
4531
                "url": "https://github.com/zendframework/zend-servicemanager.git",
4532
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
4533
            },
4534
            "dist": {
4535
                "type": "zip",
4536
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
4537
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
4538
                "shasum": ""
4539
            },
4540
            "require": {
4541
                "container-interop/container-interop": "~1.0",
4542
                "php": "^5.5 || ^7.0"
4543
            },
4544
            "require-dev": {
4545
                "athletic/athletic": "dev-master",
4546
                "fabpot/php-cs-fixer": "1.7.*",
4547
                "phpunit/phpunit": "~4.0",
4548
                "zendframework/zend-di": "~2.5",
4549
                "zendframework/zend-mvc": "~2.5"
4550
            },
4551
            "suggest": {
4552
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
4553
                "zendframework/zend-di": "Zend\\Di component"
4554
            },
4555
            "type": "library",
4556
            "extra": {
4557
                "branch-alias": {
4558
                    "dev-master": "2.7-dev",
4559
                    "dev-develop": "3.0-dev"
4560
                }
4561
            },
4562
            "autoload": {
4563
                "psr-4": {
4564
                    "Zend\\ServiceManager\\": "src/"
4565
                }
4566
            },
4567
            "notification-url": "https://packagist.org/downloads/",
4568
            "license": [
4569
                "BSD-3-Clause"
4570
            ],
4571
            "homepage": "https://github.com/zendframework/zend-servicemanager",
4572
            "keywords": [
4573
                "servicemanager",
4574
                "zf2"
4575
            ],
4576
            "time": "2018-06-22T14:49:54+00:00"
4577
        },
4578
        {
4579
            "name": "zendframework/zend-stdlib",
4580
            "version": "2.7.7",
4581
            "source": {
4582
                "type": "git",
4583
                "url": "https://github.com/zendframework/zend-stdlib.git",
4584
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
4585
            },
4586
            "dist": {
4587
                "type": "zip",
4588
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4589
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
4590
                "shasum": ""
4591
            },
4592
            "require": {
4593
                "php": "^5.5 || ^7.0",
4594
                "zendframework/zend-hydrator": "~1.1"
4595
            },
4596
            "require-dev": {
4597
                "athletic/athletic": "~0.1",
4598
                "fabpot/php-cs-fixer": "1.7.*",
4599
                "phpunit/phpunit": "~4.0",
4600
                "zendframework/zend-config": "~2.5",
4601
                "zendframework/zend-eventmanager": "~2.5",
4602
                "zendframework/zend-filter": "~2.5",
4603
                "zendframework/zend-inputfilter": "~2.5",
4604
                "zendframework/zend-serializer": "~2.5",
4605
                "zendframework/zend-servicemanager": "~2.5"
4606
            },
4607
            "suggest": {
4608
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
4609
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
4610
                "zendframework/zend-serializer": "Zend\\Serializer component",
4611
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
4612
            },
4613
            "type": "library",
4614
            "extra": {
4615
                "branch-alias": {
4616
                    "dev-release-2.7": "2.7-dev",
4617
                    "dev-master": "3.0-dev",
4618
                    "dev-develop": "3.1-dev"
4619
                }
4620
            },
4621
            "autoload": {
4622
                "psr-4": {
4623
                    "Zend\\Stdlib\\": "src/"
4624
                }
4625
            },
4626
            "notification-url": "https://packagist.org/downloads/",
4627
            "license": [
4628
                "BSD-3-Clause"
4629
            ],
4630
            "homepage": "https://github.com/zendframework/zend-stdlib",
4631
            "keywords": [
4632
                "stdlib",
4633
                "zf2"
4634
            ],
4635
            "time": "2016-04-12T21:17:31+00:00"
4636
        },
4637
        {
4638
            "name": "zetacomponents/base",
4639
            "version": "1.9.1",
4640
            "source": {
4641
                "type": "git",
4642
                "url": "https://github.com/zetacomponents/Base.git",
4643
                "reference": "489e20235989ddc97fdd793af31ac803972454f1"
4644
            },
4645
            "dist": {
4646
                "type": "zip",
4647
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
4648
                "reference": "489e20235989ddc97fdd793af31ac803972454f1",
4649
                "shasum": ""
4650
            },
4651
            "require-dev": {
4652
                "phpunit/phpunit": "~5.7",
4653
                "zetacomponents/unit-test": "*"
4654
            },
4655
            "type": "library",
4656
            "autoload": {
4657
                "classmap": [
4658
                    "src"
4659
                ]
4660
            },
4661
            "notification-url": "https://packagist.org/downloads/",
4662
            "license": [
4663
                "Apache-2.0"
4664
            ],
4665
            "authors": [
4666
                {
4667
                    "name": "Sergey Alexeev"
4668
                },
4669
                {
4670
                    "name": "Sebastian Bergmann"
4671
                },
4672
                {
4673
                    "name": "Jan Borsodi"
4674
                },
4675
                {
4676
                    "name": "Raymond Bosman"
4677
                },
4678
                {
4679
                    "name": "Frederik Holljen"
4680
                },
4681
                {
4682
                    "name": "Kore Nordmann"
4683
                },
4684
                {
4685
                    "name": "Derick Rethans"
4686
                },
4687
                {
4688
                    "name": "Vadym Savchuk"
4689
                },
4690
                {
4691
                    "name": "Tobias Schlitt"
4692
                },
4693
                {
4694
                    "name": "Alexandru Stanoi"
4695
                }
4696
            ],
4697
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4698
            "homepage": "https://github.com/zetacomponents",
4699
            "time": "2017-11-28T11:30:00+00:00"
4700
        },
4701
        {
4702
            "name": "zetacomponents/document",
4703
            "version": "1.3.1",
4704
            "source": {
4705
                "type": "git",
4706
                "url": "https://github.com/zetacomponents/Document.git",
4707
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
4708
            },
4709
            "dist": {
4710
                "type": "zip",
4711
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4712
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
4713
                "shasum": ""
4714
            },
4715
            "require": {
4716
                "zetacomponents/base": "*"
4717
            },
4718
            "require-dev": {
4719
                "zetacomponents/unit-test": "dev-master"
4720
            },
4721
            "type": "library",
4722
            "autoload": {
4723
                "classmap": [
4724
                    "src"
4725
                ]
4726
            },
4727
            "notification-url": "https://packagist.org/downloads/",
4728
            "license": [
4729
                "Apache-2.0"
4730
            ],
4731
            "authors": [
4732
                {
4733
                    "name": "Sebastian Bergmann"
4734
                },
4735
                {
4736
                    "name": "Kore Nordmann"
4737
                },
4738
                {
4739
                    "name": "Derick Rethans"
4740
                },
4741
                {
4742
                    "name": "Tobias Schlitt"
4743
                },
4744
                {
4745
                    "name": "Alexandru Stanoi"
4746
                }
4747
            ],
4748
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
4749
            "homepage": "https://github.com/zetacomponents",
4750
            "time": "2013-12-19T11:40:00+00:00"
4751
        }
4752
    ],
4753
    "aliases": [],
4754
    "minimum-stability": "stable",
4755
    "stability-flags": [],
4756
    "prefer-stable": false,
4757
    "prefer-lowest": false,
4758
    "platform": {
4759
        "php": ">=5.4"
4760
    },
4761
    "platform-dev": []
4762
}
4763