Passed
Push — master ( b9a045...6f269b )
by Zaahid
03:27
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.5.2",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/guzzle/psr7.git",
15
                "reference": "9f83dded91781a01c63574e387eaa769be769115"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
20
                "reference": "9f83dded91781a01c63574e387eaa769be769115",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.4.0",
25
                "psr/http-message": "~1.0",
26
                "ralouphie/getallheaders": "^2.0.5"
27
            },
28
            "provide": {
29
                "psr/http-message-implementation": "1.0"
30
            },
31
            "require-dev": {
32
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "1.5-dev"
38
                }
39
            },
40
            "autoload": {
41
                "psr-4": {
42
                    "GuzzleHttp\\Psr7\\": "src/"
43
                },
44
                "files": [
45
                    "src/functions_include.php"
46
                ]
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "MIT"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Michael Dowling",
55
                    "email": "[email protected]",
56
                    "homepage": "https://github.com/mtdowling"
57
                },
58
                {
59
                    "name": "Tobias Schultze",
60
                    "homepage": "https://github.com/Tobion"
61
                }
62
            ],
63
            "description": "PSR-7 message implementation that also provides common utility methods",
64
            "keywords": [
65
                "http",
66
                "message",
67
                "psr-7",
68
                "request",
69
                "response",
70
                "stream",
71
                "uri",
72
                "url"
73
            ],
74
            "time": "2018-12-04T20:46:45+00:00"
75
        },
76
        {
77
            "name": "psr/http-message",
78
            "version": "1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/php-fig/http-message.git",
82
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
87
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.0"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-4": {
101
                    "Psr\\Http\\Message\\": "src/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "PHP-FIG",
111
                    "homepage": "http://www.php-fig.org/"
112
                }
113
            ],
114
            "description": "Common interface for HTTP messages",
115
            "homepage": "https://github.com/php-fig/http-message",
116
            "keywords": [
117
                "http",
118
                "http-message",
119
                "psr",
120
                "psr-7",
121
                "request",
122
                "response"
123
            ],
124
            "time": "2016-08-06T14:39:51+00:00"
125
        },
126
        {
127
            "name": "ralouphie/getallheaders",
128
            "version": "2.0.5",
129
            "source": {
130
                "type": "git",
131
                "url": "https://github.com/ralouphie/getallheaders.git",
132
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
133
            },
134
            "dist": {
135
                "type": "zip",
136
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
137
                "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
138
                "shasum": ""
139
            },
140
            "require": {
141
                "php": ">=5.3"
142
            },
143
            "require-dev": {
144
                "phpunit/phpunit": "~3.7.0",
145
                "satooshi/php-coveralls": ">=1.0"
146
            },
147
            "type": "library",
148
            "autoload": {
149
                "files": [
150
                    "src/getallheaders.php"
151
                ]
152
            },
153
            "notification-url": "https://packagist.org/downloads/",
154
            "license": [
155
                "MIT"
156
            ],
157
            "authors": [
158
                {
159
                    "name": "Ralph Khattar",
160
                    "email": "[email protected]"
161
                }
162
            ],
163
            "description": "A polyfill for getallheaders.",
164
            "time": "2016-02-11T07:05:27+00:00"
165
        },
166
        {
167
            "name": "symfony/polyfill-iconv",
168
            "version": "v1.10.0",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/symfony/polyfill-iconv.git",
172
                "reference": "97001cfc283484c9691769f51cdf25259037eba2"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/97001cfc283484c9691769f51cdf25259037eba2",
177
                "reference": "97001cfc283484c9691769f51cdf25259037eba2",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "php": ">=5.3.3"
182
            },
183
            "suggest": {
184
                "ext-iconv": "For best performance"
185
            },
186
            "type": "library",
187
            "extra": {
188
                "branch-alias": {
189
                    "dev-master": "1.9-dev"
190
                }
191
            },
192
            "autoload": {
193
                "psr-4": {
194
                    "Symfony\\Polyfill\\Iconv\\": ""
195
                },
196
                "files": [
197
                    "bootstrap.php"
198
                ]
199
            },
200
            "notification-url": "https://packagist.org/downloads/",
201
            "license": [
202
                "MIT"
203
            ],
204
            "authors": [
205
                {
206
                    "name": "Nicolas Grekas",
207
                    "email": "[email protected]"
208
                },
209
                {
210
                    "name": "Symfony Community",
211
                    "homepage": "https://symfony.com/contributors"
212
                }
213
            ],
214
            "description": "Symfony polyfill for the Iconv extension",
215
            "homepage": "https://symfony.com",
216
            "keywords": [
217
                "compatibility",
218
                "iconv",
219
                "polyfill",
220
                "portable",
221
                "shim"
222
            ],
223
            "time": "2018-09-21T06:26:08+00:00"
224
        },
225
        {
226
            "name": "symfony/polyfill-mbstring",
227
            "version": "v1.10.0",
228
            "source": {
229
                "type": "git",
230
                "url": "https://github.com/symfony/polyfill-mbstring.git",
231
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
232
            },
233
            "dist": {
234
                "type": "zip",
235
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
236
                "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
237
                "shasum": ""
238
            },
239
            "require": {
240
                "php": ">=5.3.3"
241
            },
242
            "suggest": {
243
                "ext-mbstring": "For best performance"
244
            },
245
            "type": "library",
246
            "extra": {
247
                "branch-alias": {
248
                    "dev-master": "1.9-dev"
249
                }
250
            },
251
            "autoload": {
252
                "psr-4": {
253
                    "Symfony\\Polyfill\\Mbstring\\": ""
254
                },
255
                "files": [
256
                    "bootstrap.php"
257
                ]
258
            },
259
            "notification-url": "https://packagist.org/downloads/",
260
            "license": [
261
                "MIT"
262
            ],
263
            "authors": [
264
                {
265
                    "name": "Nicolas Grekas",
266
                    "email": "[email protected]"
267
                },
268
                {
269
                    "name": "Symfony Community",
270
                    "homepage": "https://symfony.com/contributors"
271
                }
272
            ],
273
            "description": "Symfony polyfill for the Mbstring extension",
274
            "homepage": "https://symfony.com",
275
            "keywords": [
276
                "compatibility",
277
                "mbstring",
278
                "polyfill",
279
                "portable",
280
                "shim"
281
            ],
282
            "time": "2018-09-21T13:07:52+00:00"
283
        },
284
        {
285
            "name": "zbateson/mb-wrapper",
286
            "version": "1.0.0",
287
            "source": {
288
                "type": "git",
289
                "url": "https://github.com/zbateson/mb-wrapper.git",
290
                "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a"
291
            },
292
            "dist": {
293
                "type": "zip",
294
                "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/723f25a1ab0e4e662efa8d89f38da751c799134a",
295
                "reference": "723f25a1ab0e4e662efa8d89f38da751c799134a",
296
                "shasum": ""
297
            },
298
            "require": {
299
                "php": ">=5.4",
300
                "symfony/polyfill-iconv": "^1.9",
301
                "symfony/polyfill-mbstring": "^1.9"
302
            },
303
            "require-dev": {
304
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
305
            },
306
            "suggest": {
307
                "ext-iconv": "For best support/performance",
308
                "ext-mbstring": "For best support/performance"
309
            },
310
            "type": "library",
311
            "autoload": {
312
                "psr-4": {
313
                    "ZBateson\\MbWrapper\\": "src/"
314
                }
315
            },
316
            "notification-url": "https://packagist.org/downloads/",
317
            "license": [
318
                "BSD-2-Clause"
319
            ],
320
            "authors": [
321
                {
322
                    "name": "Zaahid Bateson"
323
                }
324
            ],
325
            "description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation",
326
            "homepage": "https://github.com/zbateson/StreamDecorators",
327
            "keywords": [
328
                "charset",
329
                "encoding",
330
                "http",
331
                "iconv",
332
                "mail",
333
                "mb",
334
                "mb_convert_encoding",
335
                "mbstring",
336
                "mime",
337
                "multibyte",
338
                "string"
339
            ],
340
            "time": "2018-09-28T17:43:01+00:00"
341
        },
342
        {
343
            "name": "zbateson/stream-decorators",
344
            "version": "1.0.0",
345
            "source": {
346
                "type": "git",
347
                "url": "https://github.com/zbateson/stream-decorators.git",
348
                "reference": "300d7944b16cc1c3c6053bbc4735a178cb35073e"
349
            },
350
            "dist": {
351
                "type": "zip",
352
                "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/300d7944b16cc1c3c6053bbc4735a178cb35073e",
353
                "reference": "300d7944b16cc1c3c6053bbc4735a178cb35073e",
354
                "shasum": ""
355
            },
356
            "require": {
357
                "guzzlehttp/psr7": "^1.0.0",
358
                "php": ">=5.4",
359
                "zbateson/mb-wrapper": "^1.0.0"
360
            },
361
            "require-dev": {
362
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
363
            },
364
            "type": "library",
365
            "autoload": {
366
                "psr-4": {
367
                    "ZBateson\\StreamDecorators\\": "src/"
368
                }
369
            },
370
            "notification-url": "https://packagist.org/downloads/",
371
            "license": [
372
                "BSD-2-Clause"
373
            ],
374
            "authors": [
375
                {
376
                    "name": "Zaahid Bateson"
377
                }
378
            ],
379
            "description": "PHP psr7 stream decorators for mime message part streams",
380
            "keywords": [
381
                "base64",
382
                "charset",
383
                "decorators",
384
                "mail",
385
                "mime",
386
                "psr7",
387
                "quoted-printable",
388
                "stream",
389
                "uuencode"
390
            ],
391
            "time": "2018-09-28T18:17:52+00:00"
392
        }
393
    ],
394
    "packages-dev": [
395
        {
396
            "name": "cilex/cilex",
397
            "version": "1.1.0",
398
            "source": {
399
                "type": "git",
400
                "url": "https://github.com/Cilex/Cilex.git",
401
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
402
            },
403
            "dist": {
404
                "type": "zip",
405
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
406
                "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
407
                "shasum": ""
408
            },
409
            "require": {
410
                "cilex/console-service-provider": "1.*",
411
                "php": ">=5.3.3",
412
                "pimple/pimple": "~1.0",
413
                "symfony/finder": "~2.1",
414
                "symfony/process": "~2.1"
415
            },
416
            "require-dev": {
417
                "phpunit/phpunit": "3.7.*",
418
                "symfony/validator": "~2.1"
419
            },
420
            "suggest": {
421
                "monolog/monolog": ">=1.0.0",
422
                "symfony/validator": ">=1.0.0",
423
                "symfony/yaml": ">=1.0.0"
424
            },
425
            "type": "library",
426
            "extra": {
427
                "branch-alias": {
428
                    "dev-master": "1.0-dev"
429
                }
430
            },
431
            "autoload": {
432
                "psr-0": {
433
                    "Cilex": "src/"
434
                }
435
            },
436
            "notification-url": "https://packagist.org/downloads/",
437
            "license": [
438
                "MIT"
439
            ],
440
            "authors": [
441
                {
442
                    "name": "Mike van Riel",
443
                    "email": "[email protected]"
444
                }
445
            ],
446
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
447
            "homepage": "http://cilex.github.com",
448
            "keywords": [
449
                "cli",
450
                "microframework"
451
            ],
452
            "time": "2014-03-29T14:03:13+00:00"
453
        },
454
        {
455
            "name": "cilex/console-service-provider",
456
            "version": "1.0.0",
457
            "source": {
458
                "type": "git",
459
                "url": "https://github.com/Cilex/console-service-provider.git",
460
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
461
            },
462
            "dist": {
463
                "type": "zip",
464
                "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
465
                "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
466
                "shasum": ""
467
            },
468
            "require": {
469
                "php": ">=5.3.3",
470
                "pimple/pimple": "1.*@dev",
471
                "symfony/console": "~2.1"
472
            },
473
            "require-dev": {
474
                "cilex/cilex": "1.*@dev",
475
                "silex/silex": "1.*@dev"
476
            },
477
            "type": "library",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "1.0-dev"
481
                }
482
            },
483
            "autoload": {
484
                "psr-0": {
485
                    "Cilex\\Provider\\Console": "src"
486
                }
487
            },
488
            "notification-url": "https://packagist.org/downloads/",
489
            "license": [
490
                "MIT"
491
            ],
492
            "authors": [
493
                {
494
                    "name": "Beau Simensen",
495
                    "email": "[email protected]",
496
                    "homepage": "http://beausimensen.com"
497
                },
498
                {
499
                    "name": "Mike van Riel",
500
                    "email": "[email protected]"
501
                }
502
            ],
503
            "description": "Console Service Provider",
504
            "keywords": [
505
                "cilex",
506
                "console",
507
                "pimple",
508
                "service-provider",
509
                "silex"
510
            ],
511
            "time": "2012-12-19T10:50:58+00:00"
512
        },
513
        {
514
            "name": "container-interop/container-interop",
515
            "version": "1.2.0",
516
            "source": {
517
                "type": "git",
518
                "url": "https://github.com/container-interop/container-interop.git",
519
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
520
            },
521
            "dist": {
522
                "type": "zip",
523
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
524
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
525
                "shasum": ""
526
            },
527
            "require": {
528
                "psr/container": "^1.0"
529
            },
530
            "type": "library",
531
            "autoload": {
532
                "psr-4": {
533
                    "Interop\\Container\\": "src/Interop/Container/"
534
                }
535
            },
536
            "notification-url": "https://packagist.org/downloads/",
537
            "license": [
538
                "MIT"
539
            ],
540
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
541
            "homepage": "https://github.com/container-interop/container-interop",
542
            "time": "2017-02-14T19:40:03+00:00"
543
        },
544
        {
545
            "name": "doctrine/annotations",
546
            "version": "v1.6.0",
547
            "source": {
548
                "type": "git",
549
                "url": "https://github.com/doctrine/annotations.git",
550
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
551
            },
552
            "dist": {
553
                "type": "zip",
554
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
555
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
556
                "shasum": ""
557
            },
558
            "require": {
559
                "doctrine/lexer": "1.*",
560
                "php": "^7.1"
561
            },
562
            "require-dev": {
563
                "doctrine/cache": "1.*",
564
                "phpunit/phpunit": "^6.4"
565
            },
566
            "type": "library",
567
            "extra": {
568
                "branch-alias": {
569
                    "dev-master": "1.6.x-dev"
570
                }
571
            },
572
            "autoload": {
573
                "psr-4": {
574
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
575
                }
576
            },
577
            "notification-url": "https://packagist.org/downloads/",
578
            "license": [
579
                "MIT"
580
            ],
581
            "authors": [
582
                {
583
                    "name": "Roman Borschel",
584
                    "email": "[email protected]"
585
                },
586
                {
587
                    "name": "Benjamin Eberlei",
588
                    "email": "[email protected]"
589
                },
590
                {
591
                    "name": "Guilherme Blanco",
592
                    "email": "[email protected]"
593
                },
594
                {
595
                    "name": "Jonathan Wage",
596
                    "email": "[email protected]"
597
                },
598
                {
599
                    "name": "Johannes Schmitt",
600
                    "email": "[email protected]"
601
                }
602
            ],
603
            "description": "Docblock Annotations Parser",
604
            "homepage": "http://www.doctrine-project.org",
605
            "keywords": [
606
                "annotations",
607
                "docblock",
608
                "parser"
609
            ],
610
            "time": "2017-12-06T07:11:42+00:00"
611
        },
612
        {
613
            "name": "doctrine/instantiator",
614
            "version": "1.1.0",
615
            "source": {
616
                "type": "git",
617
                "url": "https://github.com/doctrine/instantiator.git",
618
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
619
            },
620
            "dist": {
621
                "type": "zip",
622
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
623
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
624
                "shasum": ""
625
            },
626
            "require": {
627
                "php": "^7.1"
628
            },
629
            "require-dev": {
630
                "athletic/athletic": "~0.1.8",
631
                "ext-pdo": "*",
632
                "ext-phar": "*",
633
                "phpunit/phpunit": "^6.2.3",
634
                "squizlabs/php_codesniffer": "^3.0.2"
635
            },
636
            "type": "library",
637
            "extra": {
638
                "branch-alias": {
639
                    "dev-master": "1.2.x-dev"
640
                }
641
            },
642
            "autoload": {
643
                "psr-4": {
644
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
645
                }
646
            },
647
            "notification-url": "https://packagist.org/downloads/",
648
            "license": [
649
                "MIT"
650
            ],
651
            "authors": [
652
                {
653
                    "name": "Marco Pivetta",
654
                    "email": "[email protected]",
655
                    "homepage": "http://ocramius.github.com/"
656
                }
657
            ],
658
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
659
            "homepage": "https://github.com/doctrine/instantiator",
660
            "keywords": [
661
                "constructor",
662
                "instantiate"
663
            ],
664
            "time": "2017-07-22T11:58:36+00:00"
665
        },
666
        {
667
            "name": "doctrine/lexer",
668
            "version": "v1.0.1",
669
            "source": {
670
                "type": "git",
671
                "url": "https://github.com/doctrine/lexer.git",
672
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
673
            },
674
            "dist": {
675
                "type": "zip",
676
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
677
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
678
                "shasum": ""
679
            },
680
            "require": {
681
                "php": ">=5.3.2"
682
            },
683
            "type": "library",
684
            "extra": {
685
                "branch-alias": {
686
                    "dev-master": "1.0.x-dev"
687
                }
688
            },
689
            "autoload": {
690
                "psr-0": {
691
                    "Doctrine\\Common\\Lexer\\": "lib/"
692
                }
693
            },
694
            "notification-url": "https://packagist.org/downloads/",
695
            "license": [
696
                "MIT"
697
            ],
698
            "authors": [
699
                {
700
                    "name": "Roman Borschel",
701
                    "email": "[email protected]"
702
                },
703
                {
704
                    "name": "Guilherme Blanco",
705
                    "email": "[email protected]"
706
                },
707
                {
708
                    "name": "Johannes Schmitt",
709
                    "email": "[email protected]"
710
                }
711
            ],
712
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
713
            "homepage": "http://www.doctrine-project.org",
714
            "keywords": [
715
                "lexer",
716
                "parser"
717
            ],
718
            "time": "2014-09-09T13:34:57+00:00"
719
        },
720
        {
721
            "name": "erusev/parsedown",
722
            "version": "1.7.1",
723
            "source": {
724
                "type": "git",
725
                "url": "https://github.com/erusev/parsedown.git",
726
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
727
            },
728
            "dist": {
729
                "type": "zip",
730
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
731
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
732
                "shasum": ""
733
            },
734
            "require": {
735
                "ext-mbstring": "*",
736
                "php": ">=5.3.0"
737
            },
738
            "require-dev": {
739
                "phpunit/phpunit": "^4.8.35"
740
            },
741
            "type": "library",
742
            "autoload": {
743
                "psr-0": {
744
                    "Parsedown": ""
745
                }
746
            },
747
            "notification-url": "https://packagist.org/downloads/",
748
            "license": [
749
                "MIT"
750
            ],
751
            "authors": [
752
                {
753
                    "name": "Emanuil Rusev",
754
                    "email": "[email protected]",
755
                    "homepage": "http://erusev.com"
756
                }
757
            ],
758
            "description": "Parser for Markdown.",
759
            "homepage": "http://parsedown.org",
760
            "keywords": [
761
                "markdown",
762
                "parser"
763
            ],
764
            "time": "2018-03-08T01:11:30+00:00"
765
        },
766
        {
767
            "name": "evert/phpdoc-md",
768
            "version": "0.1.1",
769
            "source": {
770
                "type": "git",
771
                "url": "https://github.com/evert/phpdoc-md.git",
772
                "reference": "aefe4644cb672def0043e7625d9c2bda04b310d8"
773
            },
774
            "dist": {
775
                "type": "zip",
776
                "url": "https://api.github.com/repos/evert/phpdoc-md/zipball/aefe4644cb672def0043e7625d9c2bda04b310d8",
777
                "reference": "aefe4644cb672def0043e7625d9c2bda04b310d8",
778
                "shasum": ""
779
            },
780
            "require": {
781
                "php": ">=5.3.1",
782
                "twig/twig": "~1.18.0"
783
            },
784
            "require-dev": {
785
                "phpdocumentor/phpdocumentor": "~2.8.0"
786
            },
787
            "bin": [
788
                "bin/phpdocmd"
789
            ],
790
            "type": "library",
791
            "autoload": {
792
                "psr-4": {
793
                    "PHPDocMD\\": "src/"
794
                }
795
            },
796
            "notification-url": "https://packagist.org/downloads/",
797
            "license": [
798
                "MIT"
799
            ],
800
            "authors": [
801
                {
802
                    "name": "Evert Pot",
803
                    "email": "[email protected]",
804
                    "homepage": "http://www.rooftopsolutions.nl/",
805
                    "role": "Developer"
806
                }
807
            ],
808
            "description": "PHP documentation generator, with markdown output",
809
            "homepage": "https://github.com/evert/phpdoc-md",
810
            "keywords": [
811
                "markdown",
812
                "php",
813
                "phpdoc"
814
            ],
815
            "time": "2015-03-26T23:24:48+00:00"
816
        },
817
        {
818
            "name": "herrera-io/json",
819
            "version": "1.0.3",
820
            "source": {
821
                "type": "git",
822
                "url": "https://github.com/kherge-php/json.git",
823
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
824
            },
825
            "dist": {
826
                "type": "zip",
827
                "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
828
                "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
829
                "shasum": ""
830
            },
831
            "require": {
832
                "ext-json": "*",
833
                "justinrainbow/json-schema": ">=1.0,<2.0-dev",
834
                "php": ">=5.3.3",
835
                "seld/jsonlint": ">=1.0,<2.0-dev"
836
            },
837
            "require-dev": {
838
                "herrera-io/phpunit-test-case": "1.*",
839
                "mikey179/vfsstream": "1.1.0",
840
                "phpunit/phpunit": "3.7.*"
841
            },
842
            "type": "library",
843
            "extra": {
844
                "branch-alias": {
845
                    "dev-master": "1.0-dev"
846
                }
847
            },
848
            "autoload": {
849
                "files": [
850
                    "src/lib/json_version.php"
851
                ],
852
                "psr-0": {
853
                    "Herrera\\Json": "src/lib"
854
                }
855
            },
856
            "notification-url": "https://packagist.org/downloads/",
857
            "license": [
858
                "MIT"
859
            ],
860
            "authors": [
861
                {
862
                    "name": "Kevin Herrera",
863
                    "email": "[email protected]",
864
                    "homepage": "http://kevin.herrera.io"
865
                }
866
            ],
867
            "description": "A library for simplifying JSON linting and validation.",
868
            "homepage": "http://herrera-io.github.com/php-json",
869
            "keywords": [
870
                "json",
871
                "lint",
872
                "schema",
873
                "validate"
874
            ],
875
            "abandoned": "kherge/json",
876
            "time": "2013-10-30T16:51:34+00:00"
877
        },
878
        {
879
            "name": "herrera-io/phar-update",
880
            "version": "1.0.3",
881
            "source": {
882
                "type": "git",
883
                "url": "https://github.com/kherge-abandoned/php-phar-update.git",
884
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
885
            },
886
            "dist": {
887
                "type": "zip",
888
                "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
889
                "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
890
                "shasum": ""
891
            },
892
            "require": {
893
                "herrera-io/json": "1.*",
894
                "kherge/version": "1.*",
895
                "php": ">=5.3.3"
896
            },
897
            "require-dev": {
898
                "herrera-io/phpunit-test-case": "1.*",
899
                "mikey179/vfsstream": "1.1.0",
900
                "phpunit/phpunit": "3.7.*"
901
            },
902
            "type": "library",
903
            "extra": {
904
                "branch-alias": {
905
                    "dev-master": "1.0-dev"
906
                }
907
            },
908
            "autoload": {
909
                "files": [
910
                    "src/lib/constants.php"
911
                ],
912
                "psr-0": {
913
                    "Herrera\\Phar\\Update": "src/lib"
914
                }
915
            },
916
            "notification-url": "https://packagist.org/downloads/",
917
            "license": [
918
                "MIT"
919
            ],
920
            "authors": [
921
                {
922
                    "name": "Kevin Herrera",
923
                    "email": "[email protected]",
924
                    "homepage": "http://kevin.herrera.io"
925
                }
926
            ],
927
            "description": "A library for self-updating Phars.",
928
            "homepage": "http://herrera-io.github.com/php-phar-update",
929
            "keywords": [
930
                "phar",
931
                "update"
932
            ],
933
            "abandoned": true,
934
            "time": "2013-10-30T17:23:01+00:00"
935
        },
936
        {
937
            "name": "hoa/compiler",
938
            "version": "3.17.08.08",
939
            "source": {
940
                "type": "git",
941
                "url": "https://github.com/hoaproject/Compiler.git",
942
                "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
943
            },
944
            "dist": {
945
                "type": "zip",
946
                "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
947
                "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
948
                "shasum": ""
949
            },
950
            "require": {
951
                "hoa/consistency": "~1.0",
952
                "hoa/exception": "~1.0",
953
                "hoa/file": "~1.0",
954
                "hoa/iterator": "~2.0",
955
                "hoa/math": "~1.0",
956
                "hoa/protocol": "~1.0",
957
                "hoa/regex": "~1.0",
958
                "hoa/visitor": "~2.0"
959
            },
960
            "require-dev": {
961
                "hoa/json": "~2.0",
962
                "hoa/test": "~2.0"
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "3.x-dev"
968
                }
969
            },
970
            "autoload": {
971
                "psr-4": {
972
                    "Hoa\\Compiler\\": "."
973
                }
974
            },
975
            "notification-url": "https://packagist.org/downloads/",
976
            "license": [
977
                "BSD-3-Clause"
978
            ],
979
            "authors": [
980
                {
981
                    "name": "Ivan Enderlin",
982
                    "email": "[email protected]"
983
                },
984
                {
985
                    "name": "Hoa community",
986
                    "homepage": "https://hoa-project.net/"
987
                }
988
            ],
989
            "description": "The Hoa\\Compiler library.",
990
            "homepage": "https://hoa-project.net/",
991
            "keywords": [
992
                "algebraic",
993
                "ast",
994
                "compiler",
995
                "context-free",
996
                "coverage",
997
                "exhaustive",
998
                "grammar",
999
                "isotropic",
1000
                "language",
1001
                "lexer",
1002
                "library",
1003
                "ll1",
1004
                "llk",
1005
                "parser",
1006
                "pp",
1007
                "random",
1008
                "regular",
1009
                "rule",
1010
                "sampler",
1011
                "syntax",
1012
                "token",
1013
                "trace",
1014
                "uniform"
1015
            ],
1016
            "time": "2017-08-08T07:44:07+00:00"
1017
        },
1018
        {
1019
            "name": "hoa/consistency",
1020
            "version": "1.17.05.02",
1021
            "source": {
1022
                "type": "git",
1023
                "url": "https://github.com/hoaproject/Consistency.git",
1024
                "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
1025
            },
1026
            "dist": {
1027
                "type": "zip",
1028
                "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
1029
                "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
1030
                "shasum": ""
1031
            },
1032
            "require": {
1033
                "hoa/exception": "~1.0",
1034
                "php": ">=5.5.0"
1035
            },
1036
            "require-dev": {
1037
                "hoa/stream": "~1.0",
1038
                "hoa/test": "~2.0"
1039
            },
1040
            "type": "library",
1041
            "extra": {
1042
                "branch-alias": {
1043
                    "dev-master": "1.x-dev"
1044
                }
1045
            },
1046
            "autoload": {
1047
                "psr-4": {
1048
                    "Hoa\\Consistency\\": "."
1049
                },
1050
                "files": [
1051
                    "Prelude.php"
1052
                ]
1053
            },
1054
            "notification-url": "https://packagist.org/downloads/",
1055
            "license": [
1056
                "BSD-3-Clause"
1057
            ],
1058
            "authors": [
1059
                {
1060
                    "name": "Ivan Enderlin",
1061
                    "email": "[email protected]"
1062
                },
1063
                {
1064
                    "name": "Hoa community",
1065
                    "homepage": "https://hoa-project.net/"
1066
                }
1067
            ],
1068
            "description": "The Hoa\\Consistency library.",
1069
            "homepage": "https://hoa-project.net/",
1070
            "keywords": [
1071
                "autoloader",
1072
                "callable",
1073
                "consistency",
1074
                "entity",
1075
                "flex",
1076
                "keyword",
1077
                "library"
1078
            ],
1079
            "time": "2017-05-02T12:18:12+00:00"
1080
        },
1081
        {
1082
            "name": "hoa/event",
1083
            "version": "1.17.01.13",
1084
            "source": {
1085
                "type": "git",
1086
                "url": "https://github.com/hoaproject/Event.git",
1087
                "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
1088
            },
1089
            "dist": {
1090
                "type": "zip",
1091
                "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
1092
                "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
1093
                "shasum": ""
1094
            },
1095
            "require": {
1096
                "hoa/consistency": "~1.0",
1097
                "hoa/exception": "~1.0"
1098
            },
1099
            "require-dev": {
1100
                "hoa/test": "~2.0"
1101
            },
1102
            "type": "library",
1103
            "extra": {
1104
                "branch-alias": {
1105
                    "dev-master": "1.x-dev"
1106
                }
1107
            },
1108
            "autoload": {
1109
                "psr-4": {
1110
                    "Hoa\\Event\\": "."
1111
                }
1112
            },
1113
            "notification-url": "https://packagist.org/downloads/",
1114
            "license": [
1115
                "BSD-3-Clause"
1116
            ],
1117
            "authors": [
1118
                {
1119
                    "name": "Ivan Enderlin",
1120
                    "email": "[email protected]"
1121
                },
1122
                {
1123
                    "name": "Hoa community",
1124
                    "homepage": "https://hoa-project.net/"
1125
                }
1126
            ],
1127
            "description": "The Hoa\\Event library.",
1128
            "homepage": "https://hoa-project.net/",
1129
            "keywords": [
1130
                "event",
1131
                "library",
1132
                "listener",
1133
                "observer"
1134
            ],
1135
            "time": "2017-01-13T15:30:50+00:00"
1136
        },
1137
        {
1138
            "name": "hoa/exception",
1139
            "version": "1.17.01.16",
1140
            "source": {
1141
                "type": "git",
1142
                "url": "https://github.com/hoaproject/Exception.git",
1143
                "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
1144
            },
1145
            "dist": {
1146
                "type": "zip",
1147
                "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
1148
                "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
1149
                "shasum": ""
1150
            },
1151
            "require": {
1152
                "hoa/consistency": "~1.0",
1153
                "hoa/event": "~1.0"
1154
            },
1155
            "require-dev": {
1156
                "hoa/test": "~2.0"
1157
            },
1158
            "type": "library",
1159
            "extra": {
1160
                "branch-alias": {
1161
                    "dev-master": "1.x-dev"
1162
                }
1163
            },
1164
            "autoload": {
1165
                "psr-4": {
1166
                    "Hoa\\Exception\\": "."
1167
                }
1168
            },
1169
            "notification-url": "https://packagist.org/downloads/",
1170
            "license": [
1171
                "BSD-3-Clause"
1172
            ],
1173
            "authors": [
1174
                {
1175
                    "name": "Ivan Enderlin",
1176
                    "email": "[email protected]"
1177
                },
1178
                {
1179
                    "name": "Hoa community",
1180
                    "homepage": "https://hoa-project.net/"
1181
                }
1182
            ],
1183
            "description": "The Hoa\\Exception library.",
1184
            "homepage": "https://hoa-project.net/",
1185
            "keywords": [
1186
                "exception",
1187
                "library"
1188
            ],
1189
            "time": "2017-01-16T07:53:27+00:00"
1190
        },
1191
        {
1192
            "name": "hoa/file",
1193
            "version": "1.17.07.11",
1194
            "source": {
1195
                "type": "git",
1196
                "url": "https://github.com/hoaproject/File.git",
1197
                "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
1198
            },
1199
            "dist": {
1200
                "type": "zip",
1201
                "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
1202
                "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
1203
                "shasum": ""
1204
            },
1205
            "require": {
1206
                "hoa/consistency": "~1.0",
1207
                "hoa/event": "~1.0",
1208
                "hoa/exception": "~1.0",
1209
                "hoa/iterator": "~2.0",
1210
                "hoa/stream": "~1.0"
1211
            },
1212
            "require-dev": {
1213
                "hoa/test": "~2.0"
1214
            },
1215
            "type": "library",
1216
            "extra": {
1217
                "branch-alias": {
1218
                    "dev-master": "1.x-dev"
1219
                }
1220
            },
1221
            "autoload": {
1222
                "psr-4": {
1223
                    "Hoa\\File\\": "."
1224
                }
1225
            },
1226
            "notification-url": "https://packagist.org/downloads/",
1227
            "license": [
1228
                "BSD-3-Clause"
1229
            ],
1230
            "authors": [
1231
                {
1232
                    "name": "Ivan Enderlin",
1233
                    "email": "[email protected]"
1234
                },
1235
                {
1236
                    "name": "Hoa community",
1237
                    "homepage": "https://hoa-project.net/"
1238
                }
1239
            ],
1240
            "description": "The Hoa\\File library.",
1241
            "homepage": "https://hoa-project.net/",
1242
            "keywords": [
1243
                "Socket",
1244
                "directory",
1245
                "file",
1246
                "finder",
1247
                "library",
1248
                "link",
1249
                "temporary"
1250
            ],
1251
            "time": "2017-07-11T07:42:15+00:00"
1252
        },
1253
        {
1254
            "name": "hoa/iterator",
1255
            "version": "2.17.01.10",
1256
            "source": {
1257
                "type": "git",
1258
                "url": "https://github.com/hoaproject/Iterator.git",
1259
                "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
1260
            },
1261
            "dist": {
1262
                "type": "zip",
1263
                "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
1264
                "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
1265
                "shasum": ""
1266
            },
1267
            "require": {
1268
                "hoa/consistency": "~1.0",
1269
                "hoa/exception": "~1.0"
1270
            },
1271
            "require-dev": {
1272
                "hoa/test": "~2.0"
1273
            },
1274
            "type": "library",
1275
            "extra": {
1276
                "branch-alias": {
1277
                    "dev-master": "2.x-dev"
1278
                }
1279
            },
1280
            "autoload": {
1281
                "psr-4": {
1282
                    "Hoa\\Iterator\\": "."
1283
                }
1284
            },
1285
            "notification-url": "https://packagist.org/downloads/",
1286
            "license": [
1287
                "BSD-3-Clause"
1288
            ],
1289
            "authors": [
1290
                {
1291
                    "name": "Ivan Enderlin",
1292
                    "email": "[email protected]"
1293
                },
1294
                {
1295
                    "name": "Hoa community",
1296
                    "homepage": "https://hoa-project.net/"
1297
                }
1298
            ],
1299
            "description": "The Hoa\\Iterator library.",
1300
            "homepage": "https://hoa-project.net/",
1301
            "keywords": [
1302
                "iterator",
1303
                "library"
1304
            ],
1305
            "time": "2017-01-10T10:34:47+00:00"
1306
        },
1307
        {
1308
            "name": "hoa/math",
1309
            "version": "1.17.05.16",
1310
            "source": {
1311
                "type": "git",
1312
                "url": "https://github.com/hoaproject/Math.git",
1313
                "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
1314
            },
1315
            "dist": {
1316
                "type": "zip",
1317
                "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
1318
                "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
1319
                "shasum": ""
1320
            },
1321
            "require": {
1322
                "hoa/compiler": "~3.0",
1323
                "hoa/consistency": "~1.0",
1324
                "hoa/exception": "~1.0",
1325
                "hoa/iterator": "~2.0",
1326
                "hoa/protocol": "~1.0",
1327
                "hoa/zformat": "~1.0"
1328
            },
1329
            "require-dev": {
1330
                "hoa/test": "~2.0"
1331
            },
1332
            "type": "library",
1333
            "extra": {
1334
                "branch-alias": {
1335
                    "dev-master": "1.x-dev"
1336
                }
1337
            },
1338
            "autoload": {
1339
                "psr-4": {
1340
                    "Hoa\\Math\\": "."
1341
                }
1342
            },
1343
            "notification-url": "https://packagist.org/downloads/",
1344
            "license": [
1345
                "BSD-3-Clause"
1346
            ],
1347
            "authors": [
1348
                {
1349
                    "name": "Ivan Enderlin",
1350
                    "email": "[email protected]"
1351
                },
1352
                {
1353
                    "name": "Hoa community",
1354
                    "homepage": "https://hoa-project.net/"
1355
                }
1356
            ],
1357
            "description": "The Hoa\\Math library.",
1358
            "homepage": "https://hoa-project.net/",
1359
            "keywords": [
1360
                "arrangement",
1361
                "combination",
1362
                "combinatorics",
1363
                "counting",
1364
                "library",
1365
                "math",
1366
                "permutation",
1367
                "sampler",
1368
                "set"
1369
            ],
1370
            "time": "2017-05-16T08:02:17+00:00"
1371
        },
1372
        {
1373
            "name": "hoa/protocol",
1374
            "version": "1.17.01.14",
1375
            "source": {
1376
                "type": "git",
1377
                "url": "https://github.com/hoaproject/Protocol.git",
1378
                "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
1379
            },
1380
            "dist": {
1381
                "type": "zip",
1382
                "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
1383
                "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
1384
                "shasum": ""
1385
            },
1386
            "require": {
1387
                "hoa/consistency": "~1.0",
1388
                "hoa/exception": "~1.0"
1389
            },
1390
            "require-dev": {
1391
                "hoa/test": "~2.0"
1392
            },
1393
            "type": "library",
1394
            "extra": {
1395
                "branch-alias": {
1396
                    "dev-master": "1.x-dev"
1397
                }
1398
            },
1399
            "autoload": {
1400
                "psr-4": {
1401
                    "Hoa\\Protocol\\": "."
1402
                },
1403
                "files": [
1404
                    "Wrapper.php"
1405
                ]
1406
            },
1407
            "notification-url": "https://packagist.org/downloads/",
1408
            "license": [
1409
                "BSD-3-Clause"
1410
            ],
1411
            "authors": [
1412
                {
1413
                    "name": "Ivan Enderlin",
1414
                    "email": "[email protected]"
1415
                },
1416
                {
1417
                    "name": "Hoa community",
1418
                    "homepage": "https://hoa-project.net/"
1419
                }
1420
            ],
1421
            "description": "The Hoa\\Protocol library.",
1422
            "homepage": "https://hoa-project.net/",
1423
            "keywords": [
1424
                "library",
1425
                "protocol",
1426
                "resource",
1427
                "stream",
1428
                "wrapper"
1429
            ],
1430
            "time": "2017-01-14T12:26:10+00:00"
1431
        },
1432
        {
1433
            "name": "hoa/regex",
1434
            "version": "1.17.01.13",
1435
            "source": {
1436
                "type": "git",
1437
                "url": "https://github.com/hoaproject/Regex.git",
1438
                "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
1439
            },
1440
            "dist": {
1441
                "type": "zip",
1442
                "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
1443
                "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
1444
                "shasum": ""
1445
            },
1446
            "require": {
1447
                "hoa/consistency": "~1.0",
1448
                "hoa/exception": "~1.0",
1449
                "hoa/math": "~1.0",
1450
                "hoa/protocol": "~1.0",
1451
                "hoa/ustring": "~4.0",
1452
                "hoa/visitor": "~2.0"
1453
            },
1454
            "type": "library",
1455
            "extra": {
1456
                "branch-alias": {
1457
                    "dev-master": "1.x-dev"
1458
                }
1459
            },
1460
            "autoload": {
1461
                "psr-4": {
1462
                    "Hoa\\Regex\\": "."
1463
                }
1464
            },
1465
            "notification-url": "https://packagist.org/downloads/",
1466
            "license": [
1467
                "BSD-3-Clause"
1468
            ],
1469
            "authors": [
1470
                {
1471
                    "name": "Ivan Enderlin",
1472
                    "email": "[email protected]"
1473
                },
1474
                {
1475
                    "name": "Hoa community",
1476
                    "homepage": "https://hoa-project.net/"
1477
                }
1478
            ],
1479
            "description": "The Hoa\\Regex library.",
1480
            "homepage": "https://hoa-project.net/",
1481
            "keywords": [
1482
                "compiler",
1483
                "library",
1484
                "regex"
1485
            ],
1486
            "time": "2017-01-13T16:10:24+00:00"
1487
        },
1488
        {
1489
            "name": "hoa/stream",
1490
            "version": "1.17.02.21",
1491
            "source": {
1492
                "type": "git",
1493
                "url": "https://github.com/hoaproject/Stream.git",
1494
                "reference": "3293cfffca2de10525df51436adf88a559151d82"
1495
            },
1496
            "dist": {
1497
                "type": "zip",
1498
                "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
1499
                "reference": "3293cfffca2de10525df51436adf88a559151d82",
1500
                "shasum": ""
1501
            },
1502
            "require": {
1503
                "hoa/consistency": "~1.0",
1504
                "hoa/event": "~1.0",
1505
                "hoa/exception": "~1.0",
1506
                "hoa/protocol": "~1.0"
1507
            },
1508
            "require-dev": {
1509
                "hoa/test": "~2.0"
1510
            },
1511
            "type": "library",
1512
            "extra": {
1513
                "branch-alias": {
1514
                    "dev-master": "1.x-dev"
1515
                }
1516
            },
1517
            "autoload": {
1518
                "psr-4": {
1519
                    "Hoa\\Stream\\": "."
1520
                }
1521
            },
1522
            "notification-url": "https://packagist.org/downloads/",
1523
            "license": [
1524
                "BSD-3-Clause"
1525
            ],
1526
            "authors": [
1527
                {
1528
                    "name": "Ivan Enderlin",
1529
                    "email": "[email protected]"
1530
                },
1531
                {
1532
                    "name": "Hoa community",
1533
                    "homepage": "https://hoa-project.net/"
1534
                }
1535
            ],
1536
            "description": "The Hoa\\Stream library.",
1537
            "homepage": "https://hoa-project.net/",
1538
            "keywords": [
1539
                "Context",
1540
                "bucket",
1541
                "composite",
1542
                "filter",
1543
                "in",
1544
                "library",
1545
                "out",
1546
                "protocol",
1547
                "stream",
1548
                "wrapper"
1549
            ],
1550
            "time": "2017-02-21T16:01:06+00:00"
1551
        },
1552
        {
1553
            "name": "hoa/ustring",
1554
            "version": "4.17.01.16",
1555
            "source": {
1556
                "type": "git",
1557
                "url": "https://github.com/hoaproject/Ustring.git",
1558
                "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
1559
            },
1560
            "dist": {
1561
                "type": "zip",
1562
                "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
1563
                "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
1564
                "shasum": ""
1565
            },
1566
            "require": {
1567
                "hoa/consistency": "~1.0",
1568
                "hoa/exception": "~1.0"
1569
            },
1570
            "require-dev": {
1571
                "hoa/test": "~2.0"
1572
            },
1573
            "suggest": {
1574
                "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
1575
                "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
1576
            },
1577
            "type": "library",
1578
            "extra": {
1579
                "branch-alias": {
1580
                    "dev-master": "4.x-dev"
1581
                }
1582
            },
1583
            "autoload": {
1584
                "psr-4": {
1585
                    "Hoa\\Ustring\\": "."
1586
                }
1587
            },
1588
            "notification-url": "https://packagist.org/downloads/",
1589
            "license": [
1590
                "BSD-3-Clause"
1591
            ],
1592
            "authors": [
1593
                {
1594
                    "name": "Ivan Enderlin",
1595
                    "email": "[email protected]"
1596
                },
1597
                {
1598
                    "name": "Hoa community",
1599
                    "homepage": "https://hoa-project.net/"
1600
                }
1601
            ],
1602
            "description": "The Hoa\\Ustring library.",
1603
            "homepage": "https://hoa-project.net/",
1604
            "keywords": [
1605
                "library",
1606
                "search",
1607
                "string",
1608
                "unicode"
1609
            ],
1610
            "time": "2017-01-16T07:08:25+00:00"
1611
        },
1612
        {
1613
            "name": "hoa/visitor",
1614
            "version": "2.17.01.16",
1615
            "source": {
1616
                "type": "git",
1617
                "url": "https://github.com/hoaproject/Visitor.git",
1618
                "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
1619
            },
1620
            "dist": {
1621
                "type": "zip",
1622
                "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
1623
                "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
1624
                "shasum": ""
1625
            },
1626
            "require": {
1627
                "hoa/consistency": "~1.0"
1628
            },
1629
            "require-dev": {
1630
                "hoa/test": "~2.0"
1631
            },
1632
            "type": "library",
1633
            "extra": {
1634
                "branch-alias": {
1635
                    "dev-master": "2.x-dev"
1636
                }
1637
            },
1638
            "autoload": {
1639
                "psr-4": {
1640
                    "Hoa\\Visitor\\": "."
1641
                }
1642
            },
1643
            "notification-url": "https://packagist.org/downloads/",
1644
            "license": [
1645
                "BSD-3-Clause"
1646
            ],
1647
            "authors": [
1648
                {
1649
                    "name": "Ivan Enderlin",
1650
                    "email": "[email protected]"
1651
                },
1652
                {
1653
                    "name": "Hoa community",
1654
                    "homepage": "https://hoa-project.net/"
1655
                }
1656
            ],
1657
            "description": "The Hoa\\Visitor library.",
1658
            "homepage": "https://hoa-project.net/",
1659
            "keywords": [
1660
                "library",
1661
                "structure",
1662
                "visit",
1663
                "visitor"
1664
            ],
1665
            "time": "2017-01-16T07:02:03+00:00"
1666
        },
1667
        {
1668
            "name": "hoa/zformat",
1669
            "version": "1.17.01.10",
1670
            "source": {
1671
                "type": "git",
1672
                "url": "https://github.com/hoaproject/Zformat.git",
1673
                "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
1674
            },
1675
            "dist": {
1676
                "type": "zip",
1677
                "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
1678
                "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
1679
                "shasum": ""
1680
            },
1681
            "require": {
1682
                "hoa/consistency": "~1.0",
1683
                "hoa/exception": "~1.0"
1684
            },
1685
            "type": "library",
1686
            "extra": {
1687
                "branch-alias": {
1688
                    "dev-master": "1.x-dev"
1689
                }
1690
            },
1691
            "autoload": {
1692
                "psr-4": {
1693
                    "Hoa\\Zformat\\": "."
1694
                }
1695
            },
1696
            "notification-url": "https://packagist.org/downloads/",
1697
            "license": [
1698
                "BSD-3-Clause"
1699
            ],
1700
            "authors": [
1701
                {
1702
                    "name": "Ivan Enderlin",
1703
                    "email": "[email protected]"
1704
                },
1705
                {
1706
                    "name": "Hoa community",
1707
                    "homepage": "https://hoa-project.net/"
1708
                }
1709
            ],
1710
            "description": "The Hoa\\Zformat library.",
1711
            "homepage": "https://hoa-project.net/",
1712
            "keywords": [
1713
                "library",
1714
                "parameter",
1715
                "zformat"
1716
            ],
1717
            "time": "2017-01-10T10:39:54+00:00"
1718
        },
1719
        {
1720
            "name": "jms/metadata",
1721
            "version": "2.0.0",
1722
            "source": {
1723
                "type": "git",
1724
                "url": "https://github.com/schmittjoh/metadata.git",
1725
                "reference": "e918c3a65105f73b74d94a0837b9f7d611d5bf0c"
1726
            },
1727
            "dist": {
1728
                "type": "zip",
1729
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/e918c3a65105f73b74d94a0837b9f7d611d5bf0c",
1730
                "reference": "e918c3a65105f73b74d94a0837b9f7d611d5bf0c",
1731
                "shasum": ""
1732
            },
1733
            "require": {
1734
                "php": "^7.2"
1735
            },
1736
            "require-dev": {
1737
                "doctrine/cache": "^1.0",
1738
                "doctrine/coding-standard": "^4.0",
1739
                "phpunit/phpunit": "^7.0",
1740
                "symfony/cache": "^3.1|^4.0"
1741
            },
1742
            "type": "library",
1743
            "extra": {
1744
                "branch-alias": {
1745
                    "dev-master": "2.x-dev"
1746
                }
1747
            },
1748
            "autoload": {
1749
                "psr-4": {
1750
                    "Metadata\\": "src/"
1751
                }
1752
            },
1753
            "notification-url": "https://packagist.org/downloads/",
1754
            "license": [
1755
                "MIT"
1756
            ],
1757
            "authors": [
1758
                {
1759
                    "name": "Asmir Mustafic",
1760
                    "email": "[email protected]"
1761
                },
1762
                {
1763
                    "name": "Johannes M. Schmitt",
1764
                    "email": "[email protected]"
1765
                }
1766
            ],
1767
            "description": "Class/method/property metadata management in PHP",
1768
            "keywords": [
1769
                "annotations",
1770
                "metadata",
1771
                "xml",
1772
                "yaml"
1773
            ],
1774
            "time": "2018-11-09T13:57:43+00:00"
1775
        },
1776
        {
1777
            "name": "jms/serializer",
1778
            "version": "2.0.2",
1779
            "source": {
1780
                "type": "git",
1781
                "url": "https://github.com/schmittjoh/serializer.git",
1782
                "reference": "cbfc555b327f1a1b3523855227ea345f66c72677"
1783
            },
1784
            "dist": {
1785
                "type": "zip",
1786
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/cbfc555b327f1a1b3523855227ea345f66c72677",
1787
                "reference": "cbfc555b327f1a1b3523855227ea345f66c72677",
1788
                "shasum": ""
1789
            },
1790
            "require": {
1791
                "doctrine/annotations": "^1.0",
1792
                "doctrine/instantiator": "^1.0.3",
1793
                "hoa/compiler": "^3.17.08.08",
1794
                "jms/metadata": "^2.0",
1795
                "php": "^7.2"
1796
            },
1797
            "conflict": {
1798
                "hoa/consistency": "<1.17.05.02",
1799
                "hoa/core": "*",
1800
                "hoa/iterator": "<2.16.03.15"
1801
            },
1802
            "require-dev": {
1803
                "doctrine/coding-standard": "^5.0",
1804
                "doctrine/orm": "~2.1",
1805
                "doctrine/phpcr-odm": "^1.3|^2.0",
1806
                "ext-pdo_sqlite": "*",
1807
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
1808
                "phpunit/phpunit": "^7.1",
1809
                "psr/container": "^1.0",
1810
                "symfony/dependency-injection": "^3.0|^4.0",
1811
                "symfony/expression-language": "^3.0|^4.0",
1812
                "symfony/filesystem": "^3.0|^4.0",
1813
                "symfony/form": "^3.0|^4.0",
1814
                "symfony/translation": "^3.0|^4.0",
1815
                "symfony/validator": "^3.1.9|^4.0",
1816
                "symfony/yaml": "^3.3|^4.0",
1817
                "twig/twig": "^1.12|^2.0"
1818
            },
1819
            "suggest": {
1820
                "doctrine/cache": "Required if you like to use cache functionality.",
1821
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
1822
                "symfony/yaml": "Required if you'd like to use the YAML metadata format."
1823
            },
1824
            "type": "library",
1825
            "extra": {
1826
                "branch-alias": {
1827
                    "dev-master": "2.0-dev"
1828
                }
1829
            },
1830
            "autoload": {
1831
                "psr-4": {
1832
                    "JMS\\Serializer\\": "src/"
1833
                }
1834
            },
1835
            "notification-url": "https://packagist.org/downloads/",
1836
            "license": [
1837
                "MIT"
1838
            ],
1839
            "authors": [
1840
                {
1841
                    "name": "Asmir Mustafic",
1842
                    "email": "[email protected]"
1843
                },
1844
                {
1845
                    "name": "Johannes M. Schmitt",
1846
                    "email": "[email protected]"
1847
                }
1848
            ],
1849
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1850
            "homepage": "http://jmsyst.com/libs/serializer",
1851
            "keywords": [
1852
                "deserialization",
1853
                "jaxb",
1854
                "json",
1855
                "serialization",
1856
                "xml"
1857
            ],
1858
            "time": "2018-12-12T08:03:07+00:00"
1859
        },
1860
        {
1861
            "name": "justinrainbow/json-schema",
1862
            "version": "1.6.1",
1863
            "source": {
1864
                "type": "git",
1865
                "url": "https://github.com/justinrainbow/json-schema.git",
1866
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
1867
            },
1868
            "dist": {
1869
                "type": "zip",
1870
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
1871
                "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
1872
                "shasum": ""
1873
            },
1874
            "require": {
1875
                "php": ">=5.3.29"
1876
            },
1877
            "require-dev": {
1878
                "json-schema/json-schema-test-suite": "1.1.0",
1879
                "phpdocumentor/phpdocumentor": "~2",
1880
                "phpunit/phpunit": "~3.7"
1881
            },
1882
            "bin": [
1883
                "bin/validate-json"
1884
            ],
1885
            "type": "library",
1886
            "extra": {
1887
                "branch-alias": {
1888
                    "dev-master": "1.6.x-dev"
1889
                }
1890
            },
1891
            "autoload": {
1892
                "psr-4": {
1893
                    "JsonSchema\\": "src/JsonSchema/"
1894
                }
1895
            },
1896
            "notification-url": "https://packagist.org/downloads/",
1897
            "license": [
1898
                "BSD-3-Clause"
1899
            ],
1900
            "authors": [
1901
                {
1902
                    "name": "Bruno Prieto Reis",
1903
                    "email": "[email protected]"
1904
                },
1905
                {
1906
                    "name": "Justin Rainbow",
1907
                    "email": "[email protected]"
1908
                },
1909
                {
1910
                    "name": "Igor Wiedler",
1911
                    "email": "[email protected]"
1912
                },
1913
                {
1914
                    "name": "Robert Schönthal",
1915
                    "email": "[email protected]"
1916
                }
1917
            ],
1918
            "description": "A library to validate a json schema.",
1919
            "homepage": "https://github.com/justinrainbow/json-schema",
1920
            "keywords": [
1921
                "json",
1922
                "schema"
1923
            ],
1924
            "time": "2016-01-25T15:43:01+00:00"
1925
        },
1926
        {
1927
            "name": "kherge/version",
1928
            "version": "1.0.1",
1929
            "source": {
1930
                "type": "git",
1931
                "url": "https://github.com/kherge-abandoned/Version.git",
1932
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
1933
            },
1934
            "dist": {
1935
                "type": "zip",
1936
                "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1937
                "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
1938
                "shasum": ""
1939
            },
1940
            "require": {
1941
                "php": ">=5.3.3"
1942
            },
1943
            "type": "library",
1944
            "extra": {
1945
                "branch-alias": {
1946
                    "dev-master": "1.0-dev"
1947
                }
1948
            },
1949
            "autoload": {
1950
                "psr-0": {
1951
                    "KevinGH\\Version": "src/lib/"
1952
                }
1953
            },
1954
            "notification-url": "https://packagist.org/downloads/",
1955
            "license": [
1956
                "MIT"
1957
            ],
1958
            "authors": [
1959
                {
1960
                    "name": "Kevin Herrera",
1961
                    "email": "[email protected]"
1962
                }
1963
            ],
1964
            "description": "A parsing and comparison library for semantic versioning.",
1965
            "homepage": "http://github.com/kherge/Version",
1966
            "abandoned": true,
1967
            "time": "2012-08-16T17:13:03+00:00"
1968
        },
1969
        {
1970
            "name": "mikey179/vfsStream",
1971
            "version": "v1.6.5",
1972
            "source": {
1973
                "type": "git",
1974
                "url": "https://github.com/mikey179/vfsStream.git",
1975
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
1976
            },
1977
            "dist": {
1978
                "type": "zip",
1979
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
1980
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
1981
                "shasum": ""
1982
            },
1983
            "require": {
1984
                "php": ">=5.3.0"
1985
            },
1986
            "require-dev": {
1987
                "phpunit/phpunit": "~4.5"
1988
            },
1989
            "type": "library",
1990
            "extra": {
1991
                "branch-alias": {
1992
                    "dev-master": "1.6.x-dev"
1993
                }
1994
            },
1995
            "autoload": {
1996
                "psr-0": {
1997
                    "org\\bovigo\\vfs\\": "src/main/php"
1998
                }
1999
            },
2000
            "notification-url": "https://packagist.org/downloads/",
2001
            "license": [
2002
                "BSD-3-Clause"
2003
            ],
2004
            "authors": [
2005
                {
2006
                    "name": "Frank Kleine",
2007
                    "homepage": "http://frankkleine.de/",
2008
                    "role": "Developer"
2009
                }
2010
            ],
2011
            "description": "Virtual file system to mock the real file system in unit tests.",
2012
            "homepage": "http://vfs.bovigo.org/",
2013
            "time": "2017-08-01T08:02:14+00:00"
2014
        },
2015
        {
2016
            "name": "monolog/monolog",
2017
            "version": "1.24.0",
2018
            "source": {
2019
                "type": "git",
2020
                "url": "https://github.com/Seldaek/monolog.git",
2021
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2022
            },
2023
            "dist": {
2024
                "type": "zip",
2025
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2026
                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2027
                "shasum": ""
2028
            },
2029
            "require": {
2030
                "php": ">=5.3.0",
2031
                "psr/log": "~1.0"
2032
            },
2033
            "provide": {
2034
                "psr/log-implementation": "1.0.0"
2035
            },
2036
            "require-dev": {
2037
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2038
                "doctrine/couchdb": "~1.0@dev",
2039
                "graylog2/gelf-php": "~1.0",
2040
                "jakub-onderka/php-parallel-lint": "0.9",
2041
                "php-amqplib/php-amqplib": "~2.4",
2042
                "php-console/php-console": "^3.1.3",
2043
                "phpunit/phpunit": "~4.5",
2044
                "phpunit/phpunit-mock-objects": "2.3.0",
2045
                "ruflin/elastica": ">=0.90 <3.0",
2046
                "sentry/sentry": "^0.13",
2047
                "swiftmailer/swiftmailer": "^5.3|^6.0"
2048
            },
2049
            "suggest": {
2050
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2051
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2052
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2053
                "ext-mongo": "Allow sending log messages to a MongoDB server",
2054
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2055
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2056
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2057
                "php-console/php-console": "Allow sending log messages to Google Chrome",
2058
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2059
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2060
                "sentry/sentry": "Allow sending log messages to a Sentry server"
2061
            },
2062
            "type": "library",
2063
            "extra": {
2064
                "branch-alias": {
2065
                    "dev-master": "2.0.x-dev"
2066
                }
2067
            },
2068
            "autoload": {
2069
                "psr-4": {
2070
                    "Monolog\\": "src/Monolog"
2071
                }
2072
            },
2073
            "notification-url": "https://packagist.org/downloads/",
2074
            "license": [
2075
                "MIT"
2076
            ],
2077
            "authors": [
2078
                {
2079
                    "name": "Jordi Boggiano",
2080
                    "email": "[email protected]",
2081
                    "homepage": "http://seld.be"
2082
                }
2083
            ],
2084
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2085
            "homepage": "http://github.com/Seldaek/monolog",
2086
            "keywords": [
2087
                "log",
2088
                "logging",
2089
                "psr-3"
2090
            ],
2091
            "time": "2018-11-05T09:00:11+00:00"
2092
        },
2093
        {
2094
            "name": "myclabs/deep-copy",
2095
            "version": "1.8.1",
2096
            "source": {
2097
                "type": "git",
2098
                "url": "https://github.com/myclabs/DeepCopy.git",
2099
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2100
            },
2101
            "dist": {
2102
                "type": "zip",
2103
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2104
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2105
                "shasum": ""
2106
            },
2107
            "require": {
2108
                "php": "^7.1"
2109
            },
2110
            "replace": {
2111
                "myclabs/deep-copy": "self.version"
2112
            },
2113
            "require-dev": {
2114
                "doctrine/collections": "^1.0",
2115
                "doctrine/common": "^2.6",
2116
                "phpunit/phpunit": "^7.1"
2117
            },
2118
            "type": "library",
2119
            "autoload": {
2120
                "psr-4": {
2121
                    "DeepCopy\\": "src/DeepCopy/"
2122
                },
2123
                "files": [
2124
                    "src/DeepCopy/deep_copy.php"
2125
                ]
2126
            },
2127
            "notification-url": "https://packagist.org/downloads/",
2128
            "license": [
2129
                "MIT"
2130
            ],
2131
            "description": "Create deep copies (clones) of your objects",
2132
            "keywords": [
2133
                "clone",
2134
                "copy",
2135
                "duplicate",
2136
                "object",
2137
                "object graph"
2138
            ],
2139
            "time": "2018-06-11T23:09:50+00:00"
2140
        },
2141
        {
2142
            "name": "nikic/php-parser",
2143
            "version": "v1.4.1",
2144
            "source": {
2145
                "type": "git",
2146
                "url": "https://github.com/nikic/PHP-Parser.git",
2147
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
2148
            },
2149
            "dist": {
2150
                "type": "zip",
2151
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
2152
                "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
2153
                "shasum": ""
2154
            },
2155
            "require": {
2156
                "ext-tokenizer": "*",
2157
                "php": ">=5.3"
2158
            },
2159
            "type": "library",
2160
            "extra": {
2161
                "branch-alias": {
2162
                    "dev-master": "1.4-dev"
2163
                }
2164
            },
2165
            "autoload": {
2166
                "files": [
2167
                    "lib/bootstrap.php"
2168
                ]
2169
            },
2170
            "notification-url": "https://packagist.org/downloads/",
2171
            "license": [
2172
                "BSD-3-Clause"
2173
            ],
2174
            "authors": [
2175
                {
2176
                    "name": "Nikita Popov"
2177
                }
2178
            ],
2179
            "description": "A PHP parser written in PHP",
2180
            "keywords": [
2181
                "parser",
2182
                "php"
2183
            ],
2184
            "time": "2015-09-19T14:15:08+00:00"
2185
        },
2186
        {
2187
            "name": "phar-io/manifest",
2188
            "version": "1.0.1",
2189
            "source": {
2190
                "type": "git",
2191
                "url": "https://github.com/phar-io/manifest.git",
2192
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2193
            },
2194
            "dist": {
2195
                "type": "zip",
2196
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2197
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2198
                "shasum": ""
2199
            },
2200
            "require": {
2201
                "ext-dom": "*",
2202
                "ext-phar": "*",
2203
                "phar-io/version": "^1.0.1",
2204
                "php": "^5.6 || ^7.0"
2205
            },
2206
            "type": "library",
2207
            "extra": {
2208
                "branch-alias": {
2209
                    "dev-master": "1.0.x-dev"
2210
                }
2211
            },
2212
            "autoload": {
2213
                "classmap": [
2214
                    "src/"
2215
                ]
2216
            },
2217
            "notification-url": "https://packagist.org/downloads/",
2218
            "license": [
2219
                "BSD-3-Clause"
2220
            ],
2221
            "authors": [
2222
                {
2223
                    "name": "Arne Blankerts",
2224
                    "email": "[email protected]",
2225
                    "role": "Developer"
2226
                },
2227
                {
2228
                    "name": "Sebastian Heuer",
2229
                    "email": "[email protected]",
2230
                    "role": "Developer"
2231
                },
2232
                {
2233
                    "name": "Sebastian Bergmann",
2234
                    "email": "[email protected]",
2235
                    "role": "Developer"
2236
                }
2237
            ],
2238
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2239
            "time": "2017-03-05T18:14:27+00:00"
2240
        },
2241
        {
2242
            "name": "phar-io/version",
2243
            "version": "1.0.1",
2244
            "source": {
2245
                "type": "git",
2246
                "url": "https://github.com/phar-io/version.git",
2247
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2248
            },
2249
            "dist": {
2250
                "type": "zip",
2251
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2252
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2253
                "shasum": ""
2254
            },
2255
            "require": {
2256
                "php": "^5.6 || ^7.0"
2257
            },
2258
            "type": "library",
2259
            "autoload": {
2260
                "classmap": [
2261
                    "src/"
2262
                ]
2263
            },
2264
            "notification-url": "https://packagist.org/downloads/",
2265
            "license": [
2266
                "BSD-3-Clause"
2267
            ],
2268
            "authors": [
2269
                {
2270
                    "name": "Arne Blankerts",
2271
                    "email": "[email protected]",
2272
                    "role": "Developer"
2273
                },
2274
                {
2275
                    "name": "Sebastian Heuer",
2276
                    "email": "[email protected]",
2277
                    "role": "Developer"
2278
                },
2279
                {
2280
                    "name": "Sebastian Bergmann",
2281
                    "email": "[email protected]",
2282
                    "role": "Developer"
2283
                }
2284
            ],
2285
            "description": "Library for handling version information and constraints",
2286
            "time": "2017-03-05T17:38:23+00:00"
2287
        },
2288
        {
2289
            "name": "phing/phing",
2290
            "version": "2.16.1",
2291
            "source": {
2292
                "type": "git",
2293
                "url": "https://github.com/phingofficial/phing.git",
2294
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7"
2295
            },
2296
            "dist": {
2297
                "type": "zip",
2298
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/cbe0f969e434e269af91b4160b86fe899c6e07c7",
2299
                "reference": "cbe0f969e434e269af91b4160b86fe899c6e07c7",
2300
                "shasum": ""
2301
            },
2302
            "require": {
2303
                "php": ">=5.2.0",
2304
                "symfony/yaml": "^3.1 || ^4.0"
2305
            },
2306
            "require-dev": {
2307
                "ext-pdo_sqlite": "*",
2308
                "mikey179/vfsstream": "^1.6",
2309
                "pdepend/pdepend": "2.x",
2310
                "pear/archive_tar": "1.4.x",
2311
                "pear/http_request2": "dev-trunk",
2312
                "pear/net_growl": "dev-trunk",
2313
                "pear/pear-core-minimal": "1.10.1",
2314
                "pear/versioncontrol_git": "@dev",
2315
                "pear/versioncontrol_svn": "~0.5",
2316
                "phpdocumentor/phpdocumentor": "2.x",
2317
                "phploc/phploc": "~2.0.6",
2318
                "phpmd/phpmd": "~2.2",
2319
                "phpunit/phpunit": ">=3.7",
2320
                "sebastian/git": "~1.0",
2321
                "sebastian/phpcpd": "2.x",
2322
                "siad007/versioncontrol_hg": "^1.0",
2323
                "simpletest/simpletest": "^1.1",
2324
                "squizlabs/php_codesniffer": "~2.2"
2325
            },
2326
            "suggest": {
2327
                "pdepend/pdepend": "PHP version of JDepend",
2328
                "pear/archive_tar": "Tar file management class",
2329
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
2330
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
2331
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
2332
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
2333
                "phpmd/phpmd": "PHP version of PMD tool",
2334
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
2335
                "phpunit/phpunit": "The PHP Unit Testing Framework",
2336
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
2337
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
2338
                "tedivm/jshrink": "Javascript Minifier built in PHP"
2339
            },
2340
            "bin": [
2341
                "bin/phing"
2342
            ],
2343
            "type": "library",
2344
            "extra": {
2345
                "branch-alias": {
2346
                    "dev-master": "2.16.x-dev"
2347
                }
2348
            },
2349
            "autoload": {
2350
                "classmap": [
2351
                    "classes/phing/"
2352
                ]
2353
            },
2354
            "notification-url": "https://packagist.org/downloads/",
2355
            "include-path": [
2356
                "classes"
2357
            ],
2358
            "license": [
2359
                "LGPL-3.0"
2360
            ],
2361
            "authors": [
2362
                {
2363
                    "name": "Michiel Rook",
2364
                    "email": "[email protected]"
2365
                },
2366
                {
2367
                    "name": "Phing Community",
2368
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
2369
                }
2370
            ],
2371
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
2372
            "homepage": "https://www.phing.info/",
2373
            "keywords": [
2374
                "build",
2375
                "phing",
2376
                "task",
2377
                "tool"
2378
            ],
2379
            "time": "2018-01-25T13:18:09+00:00"
2380
        },
2381
        {
2382
            "name": "phpdocumentor/fileset",
2383
            "version": "1.0.0",
2384
            "source": {
2385
                "type": "git",
2386
                "url": "https://github.com/phpDocumentor/Fileset.git",
2387
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
2388
            },
2389
            "dist": {
2390
                "type": "zip",
2391
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
2392
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
2393
                "shasum": ""
2394
            },
2395
            "require": {
2396
                "php": ">=5.3.3",
2397
                "symfony/finder": "~2.1"
2398
            },
2399
            "require-dev": {
2400
                "phpunit/phpunit": "~3.7"
2401
            },
2402
            "type": "library",
2403
            "autoload": {
2404
                "psr-0": {
2405
                    "phpDocumentor": [
2406
                        "src/",
2407
                        "tests/unit/"
2408
                    ]
2409
                }
2410
            },
2411
            "notification-url": "https://packagist.org/downloads/",
2412
            "license": [
2413
                "MIT"
2414
            ],
2415
            "description": "Fileset component for collecting a set of files given directories and file paths",
2416
            "homepage": "http://www.phpdoc.org",
2417
            "keywords": [
2418
                "files",
2419
                "fileset",
2420
                "phpdoc"
2421
            ],
2422
            "time": "2013-08-06T21:07:42+00:00"
2423
        },
2424
        {
2425
            "name": "phpdocumentor/graphviz",
2426
            "version": "1.0.4",
2427
            "source": {
2428
                "type": "git",
2429
                "url": "https://github.com/phpDocumentor/GraphViz.git",
2430
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
2431
            },
2432
            "dist": {
2433
                "type": "zip",
2434
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
2435
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
2436
                "shasum": ""
2437
            },
2438
            "require": {
2439
                "php": ">=5.3.3"
2440
            },
2441
            "require-dev": {
2442
                "phpunit/phpunit": "~4.0"
2443
            },
2444
            "type": "library",
2445
            "autoload": {
2446
                "psr-0": {
2447
                    "phpDocumentor": [
2448
                        "src/",
2449
                        "tests/unit"
2450
                    ]
2451
                }
2452
            },
2453
            "notification-url": "https://packagist.org/downloads/",
2454
            "license": [
2455
                "MIT"
2456
            ],
2457
            "authors": [
2458
                {
2459
                    "name": "Mike van Riel",
2460
                    "email": "[email protected]"
2461
                }
2462
            ],
2463
            "time": "2016-02-02T13:00:08+00:00"
2464
        },
2465
        {
2466
            "name": "phpdocumentor/phpdocumentor",
2467
            "version": "v2.9.0",
2468
            "source": {
2469
                "type": "git",
2470
                "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
2471
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
2472
            },
2473
            "dist": {
2474
                "type": "zip",
2475
                "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
2476
                "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
2477
                "shasum": ""
2478
            },
2479
            "require": {
2480
                "cilex/cilex": "~1.0",
2481
                "erusev/parsedown": "~1.0",
2482
                "herrera-io/phar-update": "1.0.3",
2483
                "jms/serializer": ">=0.12",
2484
                "monolog/monolog": "~1.6",
2485
                "php": ">=5.3.3",
2486
                "phpdocumentor/fileset": "~1.0",
2487
                "phpdocumentor/graphviz": "~1.0",
2488
                "phpdocumentor/reflection": "^3.0",
2489
                "phpdocumentor/reflection-docblock": "~2.0",
2490
                "symfony/config": "~2.3",
2491
                "symfony/console": "~2.3",
2492
                "symfony/event-dispatcher": "~2.1",
2493
                "symfony/process": "~2.0",
2494
                "symfony/stopwatch": "~2.3",
2495
                "symfony/validator": "~2.2",
2496
                "twig/twig": "~1.3",
2497
                "zendframework/zend-cache": "~2.1",
2498
                "zendframework/zend-config": "~2.1",
2499
                "zendframework/zend-filter": "~2.1",
2500
                "zendframework/zend-i18n": "~2.1",
2501
                "zendframework/zend-serializer": "~2.1",
2502
                "zendframework/zend-servicemanager": "~2.1",
2503
                "zendframework/zend-stdlib": "~2.1",
2504
                "zetacomponents/document": ">=1.3.1"
2505
            },
2506
            "require-dev": {
2507
                "behat/behat": "~3.0",
2508
                "mikey179/vfsstream": "~1.2",
2509
                "mockery/mockery": "~0.9@dev",
2510
                "phpunit/phpunit": "~4.0",
2511
                "squizlabs/php_codesniffer": "~1.4",
2512
                "symfony/expression-language": "~2.4"
2513
            },
2514
            "suggest": {
2515
                "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
2516
                "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
2517
            },
2518
            "bin": [
2519
                "bin/phpdoc.php",
2520
                "bin/phpdoc"
2521
            ],
2522
            "type": "library",
2523
            "extra": {
2524
                "branch-alias": {
2525
                    "dev-develop": "2.9-dev"
2526
                }
2527
            },
2528
            "autoload": {
2529
                "psr-0": {
2530
                    "phpDocumentor": [
2531
                        "src/",
2532
                        "tests/unit/"
2533
                    ],
2534
                    "Cilex\\Provider": [
2535
                        "src/"
2536
                    ]
2537
                }
2538
            },
2539
            "notification-url": "https://packagist.org/downloads/",
2540
            "license": [
2541
                "MIT"
2542
            ],
2543
            "description": "Documentation Generator for PHP",
2544
            "homepage": "http://www.phpdoc.org",
2545
            "keywords": [
2546
                "api",
2547
                "application",
2548
                "dga",
2549
                "documentation",
2550
                "phpdoc"
2551
            ],
2552
            "time": "2016-05-22T09:50:56+00:00"
2553
        },
2554
        {
2555
            "name": "phpdocumentor/reflection",
2556
            "version": "3.0.1",
2557
            "source": {
2558
                "type": "git",
2559
                "url": "https://github.com/phpDocumentor/Reflection.git",
2560
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
2561
            },
2562
            "dist": {
2563
                "type": "zip",
2564
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
2565
                "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
2566
                "shasum": ""
2567
            },
2568
            "require": {
2569
                "nikic/php-parser": "^1.0",
2570
                "php": ">=5.3.3",
2571
                "phpdocumentor/reflection-docblock": "~2.0",
2572
                "psr/log": "~1.0"
2573
            },
2574
            "require-dev": {
2575
                "behat/behat": "~2.4",
2576
                "mockery/mockery": "~0.8",
2577
                "phpunit/phpunit": "~4.0"
2578
            },
2579
            "type": "library",
2580
            "extra": {
2581
                "branch-alias": {
2582
                    "dev-master": "1.0.x-dev"
2583
                }
2584
            },
2585
            "autoload": {
2586
                "psr-0": {
2587
                    "phpDocumentor": [
2588
                        "src/",
2589
                        "tests/unit/",
2590
                        "tests/mocks/"
2591
                    ]
2592
                }
2593
            },
2594
            "notification-url": "https://packagist.org/downloads/",
2595
            "license": [
2596
                "MIT"
2597
            ],
2598
            "description": "Reflection library to do Static Analysis for PHP Projects",
2599
            "homepage": "http://www.phpdoc.org",
2600
            "keywords": [
2601
                "phpDocumentor",
2602
                "phpdoc",
2603
                "reflection",
2604
                "static analysis"
2605
            ],
2606
            "time": "2016-05-21T08:42:32+00:00"
2607
        },
2608
        {
2609
            "name": "phpdocumentor/reflection-docblock",
2610
            "version": "2.0.5",
2611
            "source": {
2612
                "type": "git",
2613
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2614
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
2615
            },
2616
            "dist": {
2617
                "type": "zip",
2618
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
2619
                "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
2620
                "shasum": ""
2621
            },
2622
            "require": {
2623
                "php": ">=5.3.3"
2624
            },
2625
            "require-dev": {
2626
                "phpunit/phpunit": "~4.0"
2627
            },
2628
            "suggest": {
2629
                "dflydev/markdown": "~1.0",
2630
                "erusev/parsedown": "~1.0"
2631
            },
2632
            "type": "library",
2633
            "extra": {
2634
                "branch-alias": {
2635
                    "dev-master": "2.0.x-dev"
2636
                }
2637
            },
2638
            "autoload": {
2639
                "psr-0": {
2640
                    "phpDocumentor": [
2641
                        "src/"
2642
                    ]
2643
                }
2644
            },
2645
            "notification-url": "https://packagist.org/downloads/",
2646
            "license": [
2647
                "MIT"
2648
            ],
2649
            "authors": [
2650
                {
2651
                    "name": "Mike van Riel",
2652
                    "email": "[email protected]"
2653
                }
2654
            ],
2655
            "time": "2016-01-25T08:17:30+00:00"
2656
        },
2657
        {
2658
            "name": "phpspec/prophecy",
2659
            "version": "1.8.0",
2660
            "source": {
2661
                "type": "git",
2662
                "url": "https://github.com/phpspec/prophecy.git",
2663
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2664
            },
2665
            "dist": {
2666
                "type": "zip",
2667
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2668
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2669
                "shasum": ""
2670
            },
2671
            "require": {
2672
                "doctrine/instantiator": "^1.0.2",
2673
                "php": "^5.3|^7.0",
2674
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2675
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2676
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2677
            },
2678
            "require-dev": {
2679
                "phpspec/phpspec": "^2.5|^3.2",
2680
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2681
            },
2682
            "type": "library",
2683
            "extra": {
2684
                "branch-alias": {
2685
                    "dev-master": "1.8.x-dev"
2686
                }
2687
            },
2688
            "autoload": {
2689
                "psr-0": {
2690
                    "Prophecy\\": "src/"
2691
                }
2692
            },
2693
            "notification-url": "https://packagist.org/downloads/",
2694
            "license": [
2695
                "MIT"
2696
            ],
2697
            "authors": [
2698
                {
2699
                    "name": "Konstantin Kudryashov",
2700
                    "email": "[email protected]",
2701
                    "homepage": "http://everzet.com"
2702
                },
2703
                {
2704
                    "name": "Marcello Duarte",
2705
                    "email": "[email protected]"
2706
                }
2707
            ],
2708
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2709
            "homepage": "https://github.com/phpspec/prophecy",
2710
            "keywords": [
2711
                "Double",
2712
                "Dummy",
2713
                "fake",
2714
                "mock",
2715
                "spy",
2716
                "stub"
2717
            ],
2718
            "time": "2018-08-05T17:53:17+00:00"
2719
        },
2720
        {
2721
            "name": "phpunit/php-code-coverage",
2722
            "version": "5.3.2",
2723
            "source": {
2724
                "type": "git",
2725
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2726
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
2727
            },
2728
            "dist": {
2729
                "type": "zip",
2730
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
2731
                "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
2732
                "shasum": ""
2733
            },
2734
            "require": {
2735
                "ext-dom": "*",
2736
                "ext-xmlwriter": "*",
2737
                "php": "^7.0",
2738
                "phpunit/php-file-iterator": "^1.4.2",
2739
                "phpunit/php-text-template": "^1.2.1",
2740
                "phpunit/php-token-stream": "^2.0.1",
2741
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2742
                "sebastian/environment": "^3.0",
2743
                "sebastian/version": "^2.0.1",
2744
                "theseer/tokenizer": "^1.1"
2745
            },
2746
            "require-dev": {
2747
                "phpunit/phpunit": "^6.0"
2748
            },
2749
            "suggest": {
2750
                "ext-xdebug": "^2.5.5"
2751
            },
2752
            "type": "library",
2753
            "extra": {
2754
                "branch-alias": {
2755
                    "dev-master": "5.3.x-dev"
2756
                }
2757
            },
2758
            "autoload": {
2759
                "classmap": [
2760
                    "src/"
2761
                ]
2762
            },
2763
            "notification-url": "https://packagist.org/downloads/",
2764
            "license": [
2765
                "BSD-3-Clause"
2766
            ],
2767
            "authors": [
2768
                {
2769
                    "name": "Sebastian Bergmann",
2770
                    "email": "[email protected]",
2771
                    "role": "lead"
2772
                }
2773
            ],
2774
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2775
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2776
            "keywords": [
2777
                "coverage",
2778
                "testing",
2779
                "xunit"
2780
            ],
2781
            "time": "2018-04-06T15:36:58+00:00"
2782
        },
2783
        {
2784
            "name": "phpunit/php-file-iterator",
2785
            "version": "1.4.5",
2786
            "source": {
2787
                "type": "git",
2788
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2789
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2790
            },
2791
            "dist": {
2792
                "type": "zip",
2793
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2794
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2795
                "shasum": ""
2796
            },
2797
            "require": {
2798
                "php": ">=5.3.3"
2799
            },
2800
            "type": "library",
2801
            "extra": {
2802
                "branch-alias": {
2803
                    "dev-master": "1.4.x-dev"
2804
                }
2805
            },
2806
            "autoload": {
2807
                "classmap": [
2808
                    "src/"
2809
                ]
2810
            },
2811
            "notification-url": "https://packagist.org/downloads/",
2812
            "license": [
2813
                "BSD-3-Clause"
2814
            ],
2815
            "authors": [
2816
                {
2817
                    "name": "Sebastian Bergmann",
2818
                    "email": "[email protected]",
2819
                    "role": "lead"
2820
                }
2821
            ],
2822
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2823
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2824
            "keywords": [
2825
                "filesystem",
2826
                "iterator"
2827
            ],
2828
            "time": "2017-11-27T13:52:08+00:00"
2829
        },
2830
        {
2831
            "name": "phpunit/php-text-template",
2832
            "version": "1.2.1",
2833
            "source": {
2834
                "type": "git",
2835
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2836
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2837
            },
2838
            "dist": {
2839
                "type": "zip",
2840
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2841
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2842
                "shasum": ""
2843
            },
2844
            "require": {
2845
                "php": ">=5.3.3"
2846
            },
2847
            "type": "library",
2848
            "autoload": {
2849
                "classmap": [
2850
                    "src/"
2851
                ]
2852
            },
2853
            "notification-url": "https://packagist.org/downloads/",
2854
            "license": [
2855
                "BSD-3-Clause"
2856
            ],
2857
            "authors": [
2858
                {
2859
                    "name": "Sebastian Bergmann",
2860
                    "email": "[email protected]",
2861
                    "role": "lead"
2862
                }
2863
            ],
2864
            "description": "Simple template engine.",
2865
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2866
            "keywords": [
2867
                "template"
2868
            ],
2869
            "time": "2015-06-21T13:50:34+00:00"
2870
        },
2871
        {
2872
            "name": "phpunit/php-timer",
2873
            "version": "1.0.9",
2874
            "source": {
2875
                "type": "git",
2876
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2877
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2878
            },
2879
            "dist": {
2880
                "type": "zip",
2881
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2882
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2883
                "shasum": ""
2884
            },
2885
            "require": {
2886
                "php": "^5.3.3 || ^7.0"
2887
            },
2888
            "require-dev": {
2889
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2890
            },
2891
            "type": "library",
2892
            "extra": {
2893
                "branch-alias": {
2894
                    "dev-master": "1.0-dev"
2895
                }
2896
            },
2897
            "autoload": {
2898
                "classmap": [
2899
                    "src/"
2900
                ]
2901
            },
2902
            "notification-url": "https://packagist.org/downloads/",
2903
            "license": [
2904
                "BSD-3-Clause"
2905
            ],
2906
            "authors": [
2907
                {
2908
                    "name": "Sebastian Bergmann",
2909
                    "email": "[email protected]",
2910
                    "role": "lead"
2911
                }
2912
            ],
2913
            "description": "Utility class for timing",
2914
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2915
            "keywords": [
2916
                "timer"
2917
            ],
2918
            "time": "2017-02-26T11:10:40+00:00"
2919
        },
2920
        {
2921
            "name": "phpunit/php-token-stream",
2922
            "version": "2.0.2",
2923
            "source": {
2924
                "type": "git",
2925
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2926
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2927
            },
2928
            "dist": {
2929
                "type": "zip",
2930
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2931
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2932
                "shasum": ""
2933
            },
2934
            "require": {
2935
                "ext-tokenizer": "*",
2936
                "php": "^7.0"
2937
            },
2938
            "require-dev": {
2939
                "phpunit/phpunit": "^6.2.4"
2940
            },
2941
            "type": "library",
2942
            "extra": {
2943
                "branch-alias": {
2944
                    "dev-master": "2.0-dev"
2945
                }
2946
            },
2947
            "autoload": {
2948
                "classmap": [
2949
                    "src/"
2950
                ]
2951
            },
2952
            "notification-url": "https://packagist.org/downloads/",
2953
            "license": [
2954
                "BSD-3-Clause"
2955
            ],
2956
            "authors": [
2957
                {
2958
                    "name": "Sebastian Bergmann",
2959
                    "email": "[email protected]"
2960
                }
2961
            ],
2962
            "description": "Wrapper around PHP's tokenizer extension.",
2963
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2964
            "keywords": [
2965
                "tokenizer"
2966
            ],
2967
            "time": "2017-11-27T05:48:46+00:00"
2968
        },
2969
        {
2970
            "name": "phpunit/phpunit",
2971
            "version": "6.5.13",
2972
            "source": {
2973
                "type": "git",
2974
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2975
                "reference": "0973426fb012359b2f18d3bd1e90ef1172839693"
2976
            },
2977
            "dist": {
2978
                "type": "zip",
2979
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693",
2980
                "reference": "0973426fb012359b2f18d3bd1e90ef1172839693",
2981
                "shasum": ""
2982
            },
2983
            "require": {
2984
                "ext-dom": "*",
2985
                "ext-json": "*",
2986
                "ext-libxml": "*",
2987
                "ext-mbstring": "*",
2988
                "ext-xml": "*",
2989
                "myclabs/deep-copy": "^1.6.1",
2990
                "phar-io/manifest": "^1.0.1",
2991
                "phar-io/version": "^1.0",
2992
                "php": "^7.0",
2993
                "phpspec/prophecy": "^1.7",
2994
                "phpunit/php-code-coverage": "^5.3",
2995
                "phpunit/php-file-iterator": "^1.4.3",
2996
                "phpunit/php-text-template": "^1.2.1",
2997
                "phpunit/php-timer": "^1.0.9",
2998
                "phpunit/phpunit-mock-objects": "^5.0.9",
2999
                "sebastian/comparator": "^2.1",
3000
                "sebastian/diff": "^2.0",
3001
                "sebastian/environment": "^3.1",
3002
                "sebastian/exporter": "^3.1",
3003
                "sebastian/global-state": "^2.0",
3004
                "sebastian/object-enumerator": "^3.0.3",
3005
                "sebastian/resource-operations": "^1.0",
3006
                "sebastian/version": "^2.0.1"
3007
            },
3008
            "conflict": {
3009
                "phpdocumentor/reflection-docblock": "3.0.2",
3010
                "phpunit/dbunit": "<3.0"
3011
            },
3012
            "require-dev": {
3013
                "ext-pdo": "*"
3014
            },
3015
            "suggest": {
3016
                "ext-xdebug": "*",
3017
                "phpunit/php-invoker": "^1.1"
3018
            },
3019
            "bin": [
3020
                "phpunit"
3021
            ],
3022
            "type": "library",
3023
            "extra": {
3024
                "branch-alias": {
3025
                    "dev-master": "6.5.x-dev"
3026
                }
3027
            },
3028
            "autoload": {
3029
                "classmap": [
3030
                    "src/"
3031
                ]
3032
            },
3033
            "notification-url": "https://packagist.org/downloads/",
3034
            "license": [
3035
                "BSD-3-Clause"
3036
            ],
3037
            "authors": [
3038
                {
3039
                    "name": "Sebastian Bergmann",
3040
                    "email": "[email protected]",
3041
                    "role": "lead"
3042
                }
3043
            ],
3044
            "description": "The PHP Unit Testing framework.",
3045
            "homepage": "https://phpunit.de/",
3046
            "keywords": [
3047
                "phpunit",
3048
                "testing",
3049
                "xunit"
3050
            ],
3051
            "time": "2018-09-08T15:10:43+00:00"
3052
        },
3053
        {
3054
            "name": "phpunit/phpunit-mock-objects",
3055
            "version": "5.0.10",
3056
            "source": {
3057
                "type": "git",
3058
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3059
                "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
3060
            },
3061
            "dist": {
3062
                "type": "zip",
3063
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
3064
                "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
3065
                "shasum": ""
3066
            },
3067
            "require": {
3068
                "doctrine/instantiator": "^1.0.5",
3069
                "php": "^7.0",
3070
                "phpunit/php-text-template": "^1.2.1",
3071
                "sebastian/exporter": "^3.1"
3072
            },
3073
            "conflict": {
3074
                "phpunit/phpunit": "<6.0"
3075
            },
3076
            "require-dev": {
3077
                "phpunit/phpunit": "^6.5.11"
3078
            },
3079
            "suggest": {
3080
                "ext-soap": "*"
3081
            },
3082
            "type": "library",
3083
            "extra": {
3084
                "branch-alias": {
3085
                    "dev-master": "5.0.x-dev"
3086
                }
3087
            },
3088
            "autoload": {
3089
                "classmap": [
3090
                    "src/"
3091
                ]
3092
            },
3093
            "notification-url": "https://packagist.org/downloads/",
3094
            "license": [
3095
                "BSD-3-Clause"
3096
            ],
3097
            "authors": [
3098
                {
3099
                    "name": "Sebastian Bergmann",
3100
                    "email": "[email protected]",
3101
                    "role": "lead"
3102
                }
3103
            ],
3104
            "description": "Mock Object library for PHPUnit",
3105
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3106
            "keywords": [
3107
                "mock",
3108
                "xunit"
3109
            ],
3110
            "time": "2018-08-09T05:50:03+00:00"
3111
        },
3112
        {
3113
            "name": "pimple/pimple",
3114
            "version": "v1.1.1",
3115
            "source": {
3116
                "type": "git",
3117
                "url": "https://github.com/silexphp/Pimple.git",
3118
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
3119
            },
3120
            "dist": {
3121
                "type": "zip",
3122
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
3123
                "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
3124
                "shasum": ""
3125
            },
3126
            "require": {
3127
                "php": ">=5.3.0"
3128
            },
3129
            "type": "library",
3130
            "extra": {
3131
                "branch-alias": {
3132
                    "dev-master": "1.1.x-dev"
3133
                }
3134
            },
3135
            "autoload": {
3136
                "psr-0": {
3137
                    "Pimple": "lib/"
3138
                }
3139
            },
3140
            "notification-url": "https://packagist.org/downloads/",
3141
            "license": [
3142
                "MIT"
3143
            ],
3144
            "authors": [
3145
                {
3146
                    "name": "Fabien Potencier",
3147
                    "email": "[email protected]"
3148
                }
3149
            ],
3150
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
3151
            "homepage": "http://pimple.sensiolabs.org",
3152
            "keywords": [
3153
                "container",
3154
                "dependency injection"
3155
            ],
3156
            "time": "2013-11-22T08:30:29+00:00"
3157
        },
3158
        {
3159
            "name": "psr/cache",
3160
            "version": "1.0.1",
3161
            "source": {
3162
                "type": "git",
3163
                "url": "https://github.com/php-fig/cache.git",
3164
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3165
            },
3166
            "dist": {
3167
                "type": "zip",
3168
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3169
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3170
                "shasum": ""
3171
            },
3172
            "require": {
3173
                "php": ">=5.3.0"
3174
            },
3175
            "type": "library",
3176
            "extra": {
3177
                "branch-alias": {
3178
                    "dev-master": "1.0.x-dev"
3179
                }
3180
            },
3181
            "autoload": {
3182
                "psr-4": {
3183
                    "Psr\\Cache\\": "src/"
3184
                }
3185
            },
3186
            "notification-url": "https://packagist.org/downloads/",
3187
            "license": [
3188
                "MIT"
3189
            ],
3190
            "authors": [
3191
                {
3192
                    "name": "PHP-FIG",
3193
                    "homepage": "http://www.php-fig.org/"
3194
                }
3195
            ],
3196
            "description": "Common interface for caching libraries",
3197
            "keywords": [
3198
                "cache",
3199
                "psr",
3200
                "psr-6"
3201
            ],
3202
            "time": "2016-08-06T20:24:11+00:00"
3203
        },
3204
        {
3205
            "name": "psr/container",
3206
            "version": "1.0.0",
3207
            "source": {
3208
                "type": "git",
3209
                "url": "https://github.com/php-fig/container.git",
3210
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
3211
            },
3212
            "dist": {
3213
                "type": "zip",
3214
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3215
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3216
                "shasum": ""
3217
            },
3218
            "require": {
3219
                "php": ">=5.3.0"
3220
            },
3221
            "type": "library",
3222
            "extra": {
3223
                "branch-alias": {
3224
                    "dev-master": "1.0.x-dev"
3225
                }
3226
            },
3227
            "autoload": {
3228
                "psr-4": {
3229
                    "Psr\\Container\\": "src/"
3230
                }
3231
            },
3232
            "notification-url": "https://packagist.org/downloads/",
3233
            "license": [
3234
                "MIT"
3235
            ],
3236
            "authors": [
3237
                {
3238
                    "name": "PHP-FIG",
3239
                    "homepage": "http://www.php-fig.org/"
3240
                }
3241
            ],
3242
            "description": "Common Container Interface (PHP FIG PSR-11)",
3243
            "homepage": "https://github.com/php-fig/container",
3244
            "keywords": [
3245
                "PSR-11",
3246
                "container",
3247
                "container-interface",
3248
                "container-interop",
3249
                "psr"
3250
            ],
3251
            "time": "2017-02-14T16:28:37+00:00"
3252
        },
3253
        {
3254
            "name": "psr/log",
3255
            "version": "1.1.0",
3256
            "source": {
3257
                "type": "git",
3258
                "url": "https://github.com/php-fig/log.git",
3259
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
3260
            },
3261
            "dist": {
3262
                "type": "zip",
3263
                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
3264
                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
3265
                "shasum": ""
3266
            },
3267
            "require": {
3268
                "php": ">=5.3.0"
3269
            },
3270
            "type": "library",
3271
            "extra": {
3272
                "branch-alias": {
3273
                    "dev-master": "1.0.x-dev"
3274
                }
3275
            },
3276
            "autoload": {
3277
                "psr-4": {
3278
                    "Psr\\Log\\": "Psr/Log/"
3279
                }
3280
            },
3281
            "notification-url": "https://packagist.org/downloads/",
3282
            "license": [
3283
                "MIT"
3284
            ],
3285
            "authors": [
3286
                {
3287
                    "name": "PHP-FIG",
3288
                    "homepage": "http://www.php-fig.org/"
3289
                }
3290
            ],
3291
            "description": "Common interface for logging libraries",
3292
            "homepage": "https://github.com/php-fig/log",
3293
            "keywords": [
3294
                "log",
3295
                "psr",
3296
                "psr-3"
3297
            ],
3298
            "time": "2018-11-20T15:27:04+00:00"
3299
        },
3300
        {
3301
            "name": "psr/simple-cache",
3302
            "version": "1.0.1",
3303
            "source": {
3304
                "type": "git",
3305
                "url": "https://github.com/php-fig/simple-cache.git",
3306
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3307
            },
3308
            "dist": {
3309
                "type": "zip",
3310
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3311
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3312
                "shasum": ""
3313
            },
3314
            "require": {
3315
                "php": ">=5.3.0"
3316
            },
3317
            "type": "library",
3318
            "extra": {
3319
                "branch-alias": {
3320
                    "dev-master": "1.0.x-dev"
3321
                }
3322
            },
3323
            "autoload": {
3324
                "psr-4": {
3325
                    "Psr\\SimpleCache\\": "src/"
3326
                }
3327
            },
3328
            "notification-url": "https://packagist.org/downloads/",
3329
            "license": [
3330
                "MIT"
3331
            ],
3332
            "authors": [
3333
                {
3334
                    "name": "PHP-FIG",
3335
                    "homepage": "http://www.php-fig.org/"
3336
                }
3337
            ],
3338
            "description": "Common interfaces for simple caching",
3339
            "keywords": [
3340
                "cache",
3341
                "caching",
3342
                "psr",
3343
                "psr-16",
3344
                "simple-cache"
3345
            ],
3346
            "time": "2017-10-23T01:57:42+00:00"
3347
        },
3348
        {
3349
            "name": "sebastian/code-unit-reverse-lookup",
3350
            "version": "1.0.1",
3351
            "source": {
3352
                "type": "git",
3353
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3354
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3355
            },
3356
            "dist": {
3357
                "type": "zip",
3358
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3359
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3360
                "shasum": ""
3361
            },
3362
            "require": {
3363
                "php": "^5.6 || ^7.0"
3364
            },
3365
            "require-dev": {
3366
                "phpunit/phpunit": "^5.7 || ^6.0"
3367
            },
3368
            "type": "library",
3369
            "extra": {
3370
                "branch-alias": {
3371
                    "dev-master": "1.0.x-dev"
3372
                }
3373
            },
3374
            "autoload": {
3375
                "classmap": [
3376
                    "src/"
3377
                ]
3378
            },
3379
            "notification-url": "https://packagist.org/downloads/",
3380
            "license": [
3381
                "BSD-3-Clause"
3382
            ],
3383
            "authors": [
3384
                {
3385
                    "name": "Sebastian Bergmann",
3386
                    "email": "[email protected]"
3387
                }
3388
            ],
3389
            "description": "Looks up which function or method a line of code belongs to",
3390
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3391
            "time": "2017-03-04T06:30:41+00:00"
3392
        },
3393
        {
3394
            "name": "sebastian/comparator",
3395
            "version": "2.1.3",
3396
            "source": {
3397
                "type": "git",
3398
                "url": "https://github.com/sebastianbergmann/comparator.git",
3399
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
3400
            },
3401
            "dist": {
3402
                "type": "zip",
3403
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
3404
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
3405
                "shasum": ""
3406
            },
3407
            "require": {
3408
                "php": "^7.0",
3409
                "sebastian/diff": "^2.0 || ^3.0",
3410
                "sebastian/exporter": "^3.1"
3411
            },
3412
            "require-dev": {
3413
                "phpunit/phpunit": "^6.4"
3414
            },
3415
            "type": "library",
3416
            "extra": {
3417
                "branch-alias": {
3418
                    "dev-master": "2.1.x-dev"
3419
                }
3420
            },
3421
            "autoload": {
3422
                "classmap": [
3423
                    "src/"
3424
                ]
3425
            },
3426
            "notification-url": "https://packagist.org/downloads/",
3427
            "license": [
3428
                "BSD-3-Clause"
3429
            ],
3430
            "authors": [
3431
                {
3432
                    "name": "Jeff Welch",
3433
                    "email": "[email protected]"
3434
                },
3435
                {
3436
                    "name": "Volker Dusch",
3437
                    "email": "[email protected]"
3438
                },
3439
                {
3440
                    "name": "Bernhard Schussek",
3441
                    "email": "[email protected]"
3442
                },
3443
                {
3444
                    "name": "Sebastian Bergmann",
3445
                    "email": "[email protected]"
3446
                }
3447
            ],
3448
            "description": "Provides the functionality to compare PHP values for equality",
3449
            "homepage": "https://github.com/sebastianbergmann/comparator",
3450
            "keywords": [
3451
                "comparator",
3452
                "compare",
3453
                "equality"
3454
            ],
3455
            "time": "2018-02-01T13:46:46+00:00"
3456
        },
3457
        {
3458
            "name": "sebastian/diff",
3459
            "version": "2.0.1",
3460
            "source": {
3461
                "type": "git",
3462
                "url": "https://github.com/sebastianbergmann/diff.git",
3463
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3464
            },
3465
            "dist": {
3466
                "type": "zip",
3467
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3468
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3469
                "shasum": ""
3470
            },
3471
            "require": {
3472
                "php": "^7.0"
3473
            },
3474
            "require-dev": {
3475
                "phpunit/phpunit": "^6.2"
3476
            },
3477
            "type": "library",
3478
            "extra": {
3479
                "branch-alias": {
3480
                    "dev-master": "2.0-dev"
3481
                }
3482
            },
3483
            "autoload": {
3484
                "classmap": [
3485
                    "src/"
3486
                ]
3487
            },
3488
            "notification-url": "https://packagist.org/downloads/",
3489
            "license": [
3490
                "BSD-3-Clause"
3491
            ],
3492
            "authors": [
3493
                {
3494
                    "name": "Kore Nordmann",
3495
                    "email": "[email protected]"
3496
                },
3497
                {
3498
                    "name": "Sebastian Bergmann",
3499
                    "email": "[email protected]"
3500
                }
3501
            ],
3502
            "description": "Diff implementation",
3503
            "homepage": "https://github.com/sebastianbergmann/diff",
3504
            "keywords": [
3505
                "diff"
3506
            ],
3507
            "time": "2017-08-03T08:09:46+00:00"
3508
        },
3509
        {
3510
            "name": "sebastian/environment",
3511
            "version": "3.1.0",
3512
            "source": {
3513
                "type": "git",
3514
                "url": "https://github.com/sebastianbergmann/environment.git",
3515
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3516
            },
3517
            "dist": {
3518
                "type": "zip",
3519
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3520
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3521
                "shasum": ""
3522
            },
3523
            "require": {
3524
                "php": "^7.0"
3525
            },
3526
            "require-dev": {
3527
                "phpunit/phpunit": "^6.1"
3528
            },
3529
            "type": "library",
3530
            "extra": {
3531
                "branch-alias": {
3532
                    "dev-master": "3.1.x-dev"
3533
                }
3534
            },
3535
            "autoload": {
3536
                "classmap": [
3537
                    "src/"
3538
                ]
3539
            },
3540
            "notification-url": "https://packagist.org/downloads/",
3541
            "license": [
3542
                "BSD-3-Clause"
3543
            ],
3544
            "authors": [
3545
                {
3546
                    "name": "Sebastian Bergmann",
3547
                    "email": "[email protected]"
3548
                }
3549
            ],
3550
            "description": "Provides functionality to handle HHVM/PHP environments",
3551
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3552
            "keywords": [
3553
                "Xdebug",
3554
                "environment",
3555
                "hhvm"
3556
            ],
3557
            "time": "2017-07-01T08:51:00+00:00"
3558
        },
3559
        {
3560
            "name": "sebastian/exporter",
3561
            "version": "3.1.0",
3562
            "source": {
3563
                "type": "git",
3564
                "url": "https://github.com/sebastianbergmann/exporter.git",
3565
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3566
            },
3567
            "dist": {
3568
                "type": "zip",
3569
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3570
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3571
                "shasum": ""
3572
            },
3573
            "require": {
3574
                "php": "^7.0",
3575
                "sebastian/recursion-context": "^3.0"
3576
            },
3577
            "require-dev": {
3578
                "ext-mbstring": "*",
3579
                "phpunit/phpunit": "^6.0"
3580
            },
3581
            "type": "library",
3582
            "extra": {
3583
                "branch-alias": {
3584
                    "dev-master": "3.1.x-dev"
3585
                }
3586
            },
3587
            "autoload": {
3588
                "classmap": [
3589
                    "src/"
3590
                ]
3591
            },
3592
            "notification-url": "https://packagist.org/downloads/",
3593
            "license": [
3594
                "BSD-3-Clause"
3595
            ],
3596
            "authors": [
3597
                {
3598
                    "name": "Jeff Welch",
3599
                    "email": "[email protected]"
3600
                },
3601
                {
3602
                    "name": "Volker Dusch",
3603
                    "email": "[email protected]"
3604
                },
3605
                {
3606
                    "name": "Bernhard Schussek",
3607
                    "email": "[email protected]"
3608
                },
3609
                {
3610
                    "name": "Sebastian Bergmann",
3611
                    "email": "[email protected]"
3612
                },
3613
                {
3614
                    "name": "Adam Harvey",
3615
                    "email": "[email protected]"
3616
                }
3617
            ],
3618
            "description": "Provides the functionality to export PHP variables for visualization",
3619
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3620
            "keywords": [
3621
                "export",
3622
                "exporter"
3623
            ],
3624
            "time": "2017-04-03T13:19:02+00:00"
3625
        },
3626
        {
3627
            "name": "sebastian/global-state",
3628
            "version": "2.0.0",
3629
            "source": {
3630
                "type": "git",
3631
                "url": "https://github.com/sebastianbergmann/global-state.git",
3632
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3633
            },
3634
            "dist": {
3635
                "type": "zip",
3636
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3637
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3638
                "shasum": ""
3639
            },
3640
            "require": {
3641
                "php": "^7.0"
3642
            },
3643
            "require-dev": {
3644
                "phpunit/phpunit": "^6.0"
3645
            },
3646
            "suggest": {
3647
                "ext-uopz": "*"
3648
            },
3649
            "type": "library",
3650
            "extra": {
3651
                "branch-alias": {
3652
                    "dev-master": "2.0-dev"
3653
                }
3654
            },
3655
            "autoload": {
3656
                "classmap": [
3657
                    "src/"
3658
                ]
3659
            },
3660
            "notification-url": "https://packagist.org/downloads/",
3661
            "license": [
3662
                "BSD-3-Clause"
3663
            ],
3664
            "authors": [
3665
                {
3666
                    "name": "Sebastian Bergmann",
3667
                    "email": "[email protected]"
3668
                }
3669
            ],
3670
            "description": "Snapshotting of global state",
3671
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3672
            "keywords": [
3673
                "global state"
3674
            ],
3675
            "time": "2017-04-27T15:39:26+00:00"
3676
        },
3677
        {
3678
            "name": "sebastian/object-enumerator",
3679
            "version": "3.0.3",
3680
            "source": {
3681
                "type": "git",
3682
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3683
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3684
            },
3685
            "dist": {
3686
                "type": "zip",
3687
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3688
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3689
                "shasum": ""
3690
            },
3691
            "require": {
3692
                "php": "^7.0",
3693
                "sebastian/object-reflector": "^1.1.1",
3694
                "sebastian/recursion-context": "^3.0"
3695
            },
3696
            "require-dev": {
3697
                "phpunit/phpunit": "^6.0"
3698
            },
3699
            "type": "library",
3700
            "extra": {
3701
                "branch-alias": {
3702
                    "dev-master": "3.0.x-dev"
3703
                }
3704
            },
3705
            "autoload": {
3706
                "classmap": [
3707
                    "src/"
3708
                ]
3709
            },
3710
            "notification-url": "https://packagist.org/downloads/",
3711
            "license": [
3712
                "BSD-3-Clause"
3713
            ],
3714
            "authors": [
3715
                {
3716
                    "name": "Sebastian Bergmann",
3717
                    "email": "[email protected]"
3718
                }
3719
            ],
3720
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3721
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3722
            "time": "2017-08-03T12:35:26+00:00"
3723
        },
3724
        {
3725
            "name": "sebastian/object-reflector",
3726
            "version": "1.1.1",
3727
            "source": {
3728
                "type": "git",
3729
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3730
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3731
            },
3732
            "dist": {
3733
                "type": "zip",
3734
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3735
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3736
                "shasum": ""
3737
            },
3738
            "require": {
3739
                "php": "^7.0"
3740
            },
3741
            "require-dev": {
3742
                "phpunit/phpunit": "^6.0"
3743
            },
3744
            "type": "library",
3745
            "extra": {
3746
                "branch-alias": {
3747
                    "dev-master": "1.1-dev"
3748
                }
3749
            },
3750
            "autoload": {
3751
                "classmap": [
3752
                    "src/"
3753
                ]
3754
            },
3755
            "notification-url": "https://packagist.org/downloads/",
3756
            "license": [
3757
                "BSD-3-Clause"
3758
            ],
3759
            "authors": [
3760
                {
3761
                    "name": "Sebastian Bergmann",
3762
                    "email": "[email protected]"
3763
                }
3764
            ],
3765
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3766
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3767
            "time": "2017-03-29T09:07:27+00:00"
3768
        },
3769
        {
3770
            "name": "sebastian/recursion-context",
3771
            "version": "3.0.0",
3772
            "source": {
3773
                "type": "git",
3774
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3775
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3776
            },
3777
            "dist": {
3778
                "type": "zip",
3779
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3780
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3781
                "shasum": ""
3782
            },
3783
            "require": {
3784
                "php": "^7.0"
3785
            },
3786
            "require-dev": {
3787
                "phpunit/phpunit": "^6.0"
3788
            },
3789
            "type": "library",
3790
            "extra": {
3791
                "branch-alias": {
3792
                    "dev-master": "3.0.x-dev"
3793
                }
3794
            },
3795
            "autoload": {
3796
                "classmap": [
3797
                    "src/"
3798
                ]
3799
            },
3800
            "notification-url": "https://packagist.org/downloads/",
3801
            "license": [
3802
                "BSD-3-Clause"
3803
            ],
3804
            "authors": [
3805
                {
3806
                    "name": "Jeff Welch",
3807
                    "email": "[email protected]"
3808
                },
3809
                {
3810
                    "name": "Sebastian Bergmann",
3811
                    "email": "[email protected]"
3812
                },
3813
                {
3814
                    "name": "Adam Harvey",
3815
                    "email": "[email protected]"
3816
                }
3817
            ],
3818
            "description": "Provides functionality to recursively process PHP variables",
3819
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3820
            "time": "2017-03-03T06:23:57+00:00"
3821
        },
3822
        {
3823
            "name": "sebastian/resource-operations",
3824
            "version": "1.0.0",
3825
            "source": {
3826
                "type": "git",
3827
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3828
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3829
            },
3830
            "dist": {
3831
                "type": "zip",
3832
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3833
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3834
                "shasum": ""
3835
            },
3836
            "require": {
3837
                "php": ">=5.6.0"
3838
            },
3839
            "type": "library",
3840
            "extra": {
3841
                "branch-alias": {
3842
                    "dev-master": "1.0.x-dev"
3843
                }
3844
            },
3845
            "autoload": {
3846
                "classmap": [
3847
                    "src/"
3848
                ]
3849
            },
3850
            "notification-url": "https://packagist.org/downloads/",
3851
            "license": [
3852
                "BSD-3-Clause"
3853
            ],
3854
            "authors": [
3855
                {
3856
                    "name": "Sebastian Bergmann",
3857
                    "email": "[email protected]"
3858
                }
3859
            ],
3860
            "description": "Provides a list of PHP built-in functions that operate on resources",
3861
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3862
            "time": "2015-07-28T20:34:47+00:00"
3863
        },
3864
        {
3865
            "name": "sebastian/version",
3866
            "version": "2.0.1",
3867
            "source": {
3868
                "type": "git",
3869
                "url": "https://github.com/sebastianbergmann/version.git",
3870
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3871
            },
3872
            "dist": {
3873
                "type": "zip",
3874
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3875
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3876
                "shasum": ""
3877
            },
3878
            "require": {
3879
                "php": ">=5.6"
3880
            },
3881
            "type": "library",
3882
            "extra": {
3883
                "branch-alias": {
3884
                    "dev-master": "2.0.x-dev"
3885
                }
3886
            },
3887
            "autoload": {
3888
                "classmap": [
3889
                    "src/"
3890
                ]
3891
            },
3892
            "notification-url": "https://packagist.org/downloads/",
3893
            "license": [
3894
                "BSD-3-Clause"
3895
            ],
3896
            "authors": [
3897
                {
3898
                    "name": "Sebastian Bergmann",
3899
                    "email": "[email protected]",
3900
                    "role": "lead"
3901
                }
3902
            ],
3903
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3904
            "homepage": "https://github.com/sebastianbergmann/version",
3905
            "time": "2016-10-03T07:35:21+00:00"
3906
        },
3907
        {
3908
            "name": "seld/jsonlint",
3909
            "version": "1.7.1",
3910
            "source": {
3911
                "type": "git",
3912
                "url": "https://github.com/Seldaek/jsonlint.git",
3913
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
3914
            },
3915
            "dist": {
3916
                "type": "zip",
3917
                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
3918
                "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
3919
                "shasum": ""
3920
            },
3921
            "require": {
3922
                "php": "^5.3 || ^7.0"
3923
            },
3924
            "require-dev": {
3925
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3926
            },
3927
            "bin": [
3928
                "bin/jsonlint"
3929
            ],
3930
            "type": "library",
3931
            "autoload": {
3932
                "psr-4": {
3933
                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
3934
                }
3935
            },
3936
            "notification-url": "https://packagist.org/downloads/",
3937
            "license": [
3938
                "MIT"
3939
            ],
3940
            "authors": [
3941
                {
3942
                    "name": "Jordi Boggiano",
3943
                    "email": "[email protected]",
3944
                    "homepage": "http://seld.be"
3945
                }
3946
            ],
3947
            "description": "JSON Linter",
3948
            "keywords": [
3949
                "json",
3950
                "linter",
3951
                "parser",
3952
                "validator"
3953
            ],
3954
            "time": "2018-01-24T12:46:19+00:00"
3955
        },
3956
        {
3957
            "name": "symfony/config",
3958
            "version": "v2.8.49",
3959
            "source": {
3960
                "type": "git",
3961
                "url": "https://github.com/symfony/config.git",
3962
                "reference": "7dd5f5040dc04c118d057fb5886563963eb70011"
3963
            },
3964
            "dist": {
3965
                "type": "zip",
3966
                "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011",
3967
                "reference": "7dd5f5040dc04c118d057fb5886563963eb70011",
3968
                "shasum": ""
3969
            },
3970
            "require": {
3971
                "php": ">=5.3.9",
3972
                "symfony/filesystem": "~2.3|~3.0.0",
3973
                "symfony/polyfill-ctype": "~1.8"
3974
            },
3975
            "require-dev": {
3976
                "symfony/yaml": "~2.7|~3.0.0"
3977
            },
3978
            "suggest": {
3979
                "symfony/yaml": "To use the yaml reference dumper"
3980
            },
3981
            "type": "library",
3982
            "extra": {
3983
                "branch-alias": {
3984
                    "dev-master": "2.8-dev"
3985
                }
3986
            },
3987
            "autoload": {
3988
                "psr-4": {
3989
                    "Symfony\\Component\\Config\\": ""
3990
                },
3991
                "exclude-from-classmap": [
3992
                    "/Tests/"
3993
                ]
3994
            },
3995
            "notification-url": "https://packagist.org/downloads/",
3996
            "license": [
3997
                "MIT"
3998
            ],
3999
            "authors": [
4000
                {
4001
                    "name": "Fabien Potencier",
4002
                    "email": "[email protected]"
4003
                },
4004
                {
4005
                    "name": "Symfony Community",
4006
                    "homepage": "https://symfony.com/contributors"
4007
                }
4008
            ],
4009
            "description": "Symfony Config Component",
4010
            "homepage": "https://symfony.com",
4011
            "time": "2018-11-26T09:38:12+00:00"
4012
        },
4013
        {
4014
            "name": "symfony/console",
4015
            "version": "v2.8.49",
4016
            "source": {
4017
                "type": "git",
4018
                "url": "https://github.com/symfony/console.git",
4019
                "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
4020
            },
4021
            "dist": {
4022
                "type": "zip",
4023
                "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
4024
                "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
4025
                "shasum": ""
4026
            },
4027
            "require": {
4028
                "php": ">=5.3.9",
4029
                "symfony/debug": "^2.7.2|~3.0.0",
4030
                "symfony/polyfill-mbstring": "~1.0"
4031
            },
4032
            "require-dev": {
4033
                "psr/log": "~1.0",
4034
                "symfony/event-dispatcher": "~2.1|~3.0.0",
4035
                "symfony/process": "~2.1|~3.0.0"
4036
            },
4037
            "suggest": {
4038
                "psr/log-implementation": "For using the console logger",
4039
                "symfony/event-dispatcher": "",
4040
                "symfony/process": ""
4041
            },
4042
            "type": "library",
4043
            "extra": {
4044
                "branch-alias": {
4045
                    "dev-master": "2.8-dev"
4046
                }
4047
            },
4048
            "autoload": {
4049
                "psr-4": {
4050
                    "Symfony\\Component\\Console\\": ""
4051
                },
4052
                "exclude-from-classmap": [
4053
                    "/Tests/"
4054
                ]
4055
            },
4056
            "notification-url": "https://packagist.org/downloads/",
4057
            "license": [
4058
                "MIT"
4059
            ],
4060
            "authors": [
4061
                {
4062
                    "name": "Fabien Potencier",
4063
                    "email": "[email protected]"
4064
                },
4065
                {
4066
                    "name": "Symfony Community",
4067
                    "homepage": "https://symfony.com/contributors"
4068
                }
4069
            ],
4070
            "description": "Symfony Console Component",
4071
            "homepage": "https://symfony.com",
4072
            "time": "2018-11-20T15:55:20+00:00"
4073
        },
4074
        {
4075
            "name": "symfony/debug",
4076
            "version": "v3.0.9",
4077
            "source": {
4078
                "type": "git",
4079
                "url": "https://github.com/symfony/debug.git",
4080
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
4081
            },
4082
            "dist": {
4083
                "type": "zip",
4084
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
4085
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
4086
                "shasum": ""
4087
            },
4088
            "require": {
4089
                "php": ">=5.5.9",
4090
                "psr/log": "~1.0"
4091
            },
4092
            "conflict": {
4093
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
4094
            },
4095
            "require-dev": {
4096
                "symfony/class-loader": "~2.8|~3.0",
4097
                "symfony/http-kernel": "~2.8|~3.0"
4098
            },
4099
            "type": "library",
4100
            "extra": {
4101
                "branch-alias": {
4102
                    "dev-master": "3.0-dev"
4103
                }
4104
            },
4105
            "autoload": {
4106
                "psr-4": {
4107
                    "Symfony\\Component\\Debug\\": ""
4108
                },
4109
                "exclude-from-classmap": [
4110
                    "/Tests/"
4111
                ]
4112
            },
4113
            "notification-url": "https://packagist.org/downloads/",
4114
            "license": [
4115
                "MIT"
4116
            ],
4117
            "authors": [
4118
                {
4119
                    "name": "Fabien Potencier",
4120
                    "email": "[email protected]"
4121
                },
4122
                {
4123
                    "name": "Symfony Community",
4124
                    "homepage": "https://symfony.com/contributors"
4125
                }
4126
            ],
4127
            "description": "Symfony Debug Component",
4128
            "homepage": "https://symfony.com",
4129
            "time": "2016-07-30T07:22:48+00:00"
4130
        },
4131
        {
4132
            "name": "symfony/event-dispatcher",
4133
            "version": "v2.8.49",
4134
            "source": {
4135
                "type": "git",
4136
                "url": "https://github.com/symfony/event-dispatcher.git",
4137
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
4138
            },
4139
            "dist": {
4140
                "type": "zip",
4141
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
4142
                "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
4143
                "shasum": ""
4144
            },
4145
            "require": {
4146
                "php": ">=5.3.9"
4147
            },
4148
            "require-dev": {
4149
                "psr/log": "~1.0",
4150
                "symfony/config": "^2.0.5|~3.0.0",
4151
                "symfony/dependency-injection": "~2.6|~3.0.0",
4152
                "symfony/expression-language": "~2.6|~3.0.0",
4153
                "symfony/stopwatch": "~2.3|~3.0.0"
4154
            },
4155
            "suggest": {
4156
                "symfony/dependency-injection": "",
4157
                "symfony/http-kernel": ""
4158
            },
4159
            "type": "library",
4160
            "extra": {
4161
                "branch-alias": {
4162
                    "dev-master": "2.8-dev"
4163
                }
4164
            },
4165
            "autoload": {
4166
                "psr-4": {
4167
                    "Symfony\\Component\\EventDispatcher\\": ""
4168
                },
4169
                "exclude-from-classmap": [
4170
                    "/Tests/"
4171
                ]
4172
            },
4173
            "notification-url": "https://packagist.org/downloads/",
4174
            "license": [
4175
                "MIT"
4176
            ],
4177
            "authors": [
4178
                {
4179
                    "name": "Fabien Potencier",
4180
                    "email": "[email protected]"
4181
                },
4182
                {
4183
                    "name": "Symfony Community",
4184
                    "homepage": "https://symfony.com/contributors"
4185
                }
4186
            ],
4187
            "description": "Symfony EventDispatcher Component",
4188
            "homepage": "https://symfony.com",
4189
            "time": "2018-11-21T14:20:20+00:00"
4190
        },
4191
        {
4192
            "name": "symfony/filesystem",
4193
            "version": "v3.0.9",
4194
            "source": {
4195
                "type": "git",
4196
                "url": "https://github.com/symfony/filesystem.git",
4197
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
4198
            },
4199
            "dist": {
4200
                "type": "zip",
4201
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4202
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
4203
                "shasum": ""
4204
            },
4205
            "require": {
4206
                "php": ">=5.5.9"
4207
            },
4208
            "type": "library",
4209
            "extra": {
4210
                "branch-alias": {
4211
                    "dev-master": "3.0-dev"
4212
                }
4213
            },
4214
            "autoload": {
4215
                "psr-4": {
4216
                    "Symfony\\Component\\Filesystem\\": ""
4217
                },
4218
                "exclude-from-classmap": [
4219
                    "/Tests/"
4220
                ]
4221
            },
4222
            "notification-url": "https://packagist.org/downloads/",
4223
            "license": [
4224
                "MIT"
4225
            ],
4226
            "authors": [
4227
                {
4228
                    "name": "Fabien Potencier",
4229
                    "email": "[email protected]"
4230
                },
4231
                {
4232
                    "name": "Symfony Community",
4233
                    "homepage": "https://symfony.com/contributors"
4234
                }
4235
            ],
4236
            "description": "Symfony Filesystem Component",
4237
            "homepage": "https://symfony.com",
4238
            "time": "2016-07-20T05:43:46+00:00"
4239
        },
4240
        {
4241
            "name": "symfony/finder",
4242
            "version": "v2.8.49",
4243
            "source": {
4244
                "type": "git",
4245
                "url": "https://github.com/symfony/finder.git",
4246
                "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
4247
            },
4248
            "dist": {
4249
                "type": "zip",
4250
                "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
4251
                "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
4252
                "shasum": ""
4253
            },
4254
            "require": {
4255
                "php": ">=5.3.9"
4256
            },
4257
            "type": "library",
4258
            "extra": {
4259
                "branch-alias": {
4260
                    "dev-master": "2.8-dev"
4261
                }
4262
            },
4263
            "autoload": {
4264
                "psr-4": {
4265
                    "Symfony\\Component\\Finder\\": ""
4266
                },
4267
                "exclude-from-classmap": [
4268
                    "/Tests/"
4269
                ]
4270
            },
4271
            "notification-url": "https://packagist.org/downloads/",
4272
            "license": [
4273
                "MIT"
4274
            ],
4275
            "authors": [
4276
                {
4277
                    "name": "Fabien Potencier",
4278
                    "email": "[email protected]"
4279
                },
4280
                {
4281
                    "name": "Symfony Community",
4282
                    "homepage": "https://symfony.com/contributors"
4283
                }
4284
            ],
4285
            "description": "Symfony Finder Component",
4286
            "homepage": "https://symfony.com",
4287
            "time": "2018-11-11T11:18:13+00:00"
4288
        },
4289
        {
4290
            "name": "symfony/polyfill-ctype",
4291
            "version": "v1.10.0",
4292
            "source": {
4293
                "type": "git",
4294
                "url": "https://github.com/symfony/polyfill-ctype.git",
4295
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
4296
            },
4297
            "dist": {
4298
                "type": "zip",
4299
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
4300
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
4301
                "shasum": ""
4302
            },
4303
            "require": {
4304
                "php": ">=5.3.3"
4305
            },
4306
            "suggest": {
4307
                "ext-ctype": "For best performance"
4308
            },
4309
            "type": "library",
4310
            "extra": {
4311
                "branch-alias": {
4312
                    "dev-master": "1.9-dev"
4313
                }
4314
            },
4315
            "autoload": {
4316
                "psr-4": {
4317
                    "Symfony\\Polyfill\\Ctype\\": ""
4318
                },
4319
                "files": [
4320
                    "bootstrap.php"
4321
                ]
4322
            },
4323
            "notification-url": "https://packagist.org/downloads/",
4324
            "license": [
4325
                "MIT"
4326
            ],
4327
            "authors": [
4328
                {
4329
                    "name": "Symfony Community",
4330
                    "homepage": "https://symfony.com/contributors"
4331
                },
4332
                {
4333
                    "name": "Gert de Pagter",
4334
                    "email": "[email protected]"
4335
                }
4336
            ],
4337
            "description": "Symfony polyfill for ctype functions",
4338
            "homepage": "https://symfony.com",
4339
            "keywords": [
4340
                "compatibility",
4341
                "ctype",
4342
                "polyfill",
4343
                "portable"
4344
            ],
4345
            "time": "2018-08-06T14:22:27+00:00"
4346
        },
4347
        {
4348
            "name": "symfony/process",
4349
            "version": "v2.8.49",
4350
            "source": {
4351
                "type": "git",
4352
                "url": "https://github.com/symfony/process.git",
4353
                "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
4354
            },
4355
            "dist": {
4356
                "type": "zip",
4357
                "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
4358
                "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
4359
                "shasum": ""
4360
            },
4361
            "require": {
4362
                "php": ">=5.3.9"
4363
            },
4364
            "type": "library",
4365
            "extra": {
4366
                "branch-alias": {
4367
                    "dev-master": "2.8-dev"
4368
                }
4369
            },
4370
            "autoload": {
4371
                "psr-4": {
4372
                    "Symfony\\Component\\Process\\": ""
4373
                },
4374
                "exclude-from-classmap": [
4375
                    "/Tests/"
4376
                ]
4377
            },
4378
            "notification-url": "https://packagist.org/downloads/",
4379
            "license": [
4380
                "MIT"
4381
            ],
4382
            "authors": [
4383
                {
4384
                    "name": "Fabien Potencier",
4385
                    "email": "[email protected]"
4386
                },
4387
                {
4388
                    "name": "Symfony Community",
4389
                    "homepage": "https://symfony.com/contributors"
4390
                }
4391
            ],
4392
            "description": "Symfony Process Component",
4393
            "homepage": "https://symfony.com",
4394
            "time": "2018-11-11T11:18:13+00:00"
4395
        },
4396
        {
4397
            "name": "symfony/stopwatch",
4398
            "version": "v2.8.49",
4399
            "source": {
4400
                "type": "git",
4401
                "url": "https://github.com/symfony/stopwatch.git",
4402
                "reference": "752586c80af8a85aeb74d1ae8202411c68836663"
4403
            },
4404
            "dist": {
4405
                "type": "zip",
4406
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/752586c80af8a85aeb74d1ae8202411c68836663",
4407
                "reference": "752586c80af8a85aeb74d1ae8202411c68836663",
4408
                "shasum": ""
4409
            },
4410
            "require": {
4411
                "php": ">=5.3.9"
4412
            },
4413
            "type": "library",
4414
            "extra": {
4415
                "branch-alias": {
4416
                    "dev-master": "2.8-dev"
4417
                }
4418
            },
4419
            "autoload": {
4420
                "psr-4": {
4421
                    "Symfony\\Component\\Stopwatch\\": ""
4422
                },
4423
                "exclude-from-classmap": [
4424
                    "/Tests/"
4425
                ]
4426
            },
4427
            "notification-url": "https://packagist.org/downloads/",
4428
            "license": [
4429
                "MIT"
4430
            ],
4431
            "authors": [
4432
                {
4433
                    "name": "Fabien Potencier",
4434
                    "email": "[email protected]"
4435
                },
4436
                {
4437
                    "name": "Symfony Community",
4438
                    "homepage": "https://symfony.com/contributors"
4439
                }
4440
            ],
4441
            "description": "Symfony Stopwatch Component",
4442
            "homepage": "https://symfony.com",
4443
            "time": "2018-11-11T11:18:13+00:00"
4444
        },
4445
        {
4446
            "name": "symfony/translation",
4447
            "version": "v3.0.9",
4448
            "source": {
4449
                "type": "git",
4450
                "url": "https://github.com/symfony/translation.git",
4451
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
4452
            },
4453
            "dist": {
4454
                "type": "zip",
4455
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
4456
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
4457
                "shasum": ""
4458
            },
4459
            "require": {
4460
                "php": ">=5.5.9",
4461
                "symfony/polyfill-mbstring": "~1.0"
4462
            },
4463
            "conflict": {
4464
                "symfony/config": "<2.8"
4465
            },
4466
            "require-dev": {
4467
                "psr/log": "~1.0",
4468
                "symfony/config": "~2.8|~3.0",
4469
                "symfony/intl": "~2.8|~3.0",
4470
                "symfony/yaml": "~2.8|~3.0"
4471
            },
4472
            "suggest": {
4473
                "psr/log": "To use logging capability in translator",
4474
                "symfony/config": "",
4475
                "symfony/yaml": ""
4476
            },
4477
            "type": "library",
4478
            "extra": {
4479
                "branch-alias": {
4480
                    "dev-master": "3.0-dev"
4481
                }
4482
            },
4483
            "autoload": {
4484
                "psr-4": {
4485
                    "Symfony\\Component\\Translation\\": ""
4486
                },
4487
                "exclude-from-classmap": [
4488
                    "/Tests/"
4489
                ]
4490
            },
4491
            "notification-url": "https://packagist.org/downloads/",
4492
            "license": [
4493
                "MIT"
4494
            ],
4495
            "authors": [
4496
                {
4497
                    "name": "Fabien Potencier",
4498
                    "email": "[email protected]"
4499
                },
4500
                {
4501
                    "name": "Symfony Community",
4502
                    "homepage": "https://symfony.com/contributors"
4503
                }
4504
            ],
4505
            "description": "Symfony Translation Component",
4506
            "homepage": "https://symfony.com",
4507
            "time": "2016-07-30T07:22:48+00:00"
4508
        },
4509
        {
4510
            "name": "symfony/validator",
4511
            "version": "v2.8.49",
4512
            "source": {
4513
                "type": "git",
4514
                "url": "https://github.com/symfony/validator.git",
4515
                "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a"
4516
            },
4517
            "dist": {
4518
                "type": "zip",
4519
                "url": "https://api.github.com/repos/symfony/validator/zipball/d5d2090bba3139d8ddb79959fbf516e87238fe3a",
4520
                "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a",
4521
                "shasum": ""
4522
            },
4523
            "require": {
4524
                "php": ">=5.3.9",
4525
                "symfony/polyfill-ctype": "~1.8",
4526
                "symfony/polyfill-mbstring": "~1.0",
4527
                "symfony/translation": "~2.4|~3.0.0"
4528
            },
4529
            "require-dev": {
4530
                "doctrine/annotations": "~1.0",
4531
                "doctrine/cache": "~1.0",
4532
                "egulias/email-validator": "^1.2.1",
4533
                "symfony/config": "~2.2|~3.0.0",
4534
                "symfony/expression-language": "~2.4|~3.0.0",
4535
                "symfony/http-foundation": "~2.3|~3.0.0",
4536
                "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
4537
                "symfony/property-access": "~2.3|~3.0.0",
4538
                "symfony/yaml": "^2.0.5|~3.0.0"
4539
            },
4540
            "suggest": {
4541
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4542
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
4543
                "egulias/email-validator": "Strict (RFC compliant) email validation",
4544
                "symfony/config": "",
4545
                "symfony/expression-language": "For using the 2.4 Expression validator",
4546
                "symfony/http-foundation": "",
4547
                "symfony/intl": "",
4548
                "symfony/property-access": "For using the 2.4 Validator API",
4549
                "symfony/yaml": ""
4550
            },
4551
            "type": "library",
4552
            "extra": {
4553
                "branch-alias": {
4554
                    "dev-master": "2.8-dev"
4555
                }
4556
            },
4557
            "autoload": {
4558
                "psr-4": {
4559
                    "Symfony\\Component\\Validator\\": ""
4560
                },
4561
                "exclude-from-classmap": [
4562
                    "/Tests/"
4563
                ]
4564
            },
4565
            "notification-url": "https://packagist.org/downloads/",
4566
            "license": [
4567
                "MIT"
4568
            ],
4569
            "authors": [
4570
                {
4571
                    "name": "Fabien Potencier",
4572
                    "email": "[email protected]"
4573
                },
4574
                {
4575
                    "name": "Symfony Community",
4576
                    "homepage": "https://symfony.com/contributors"
4577
                }
4578
            ],
4579
            "description": "Symfony Validator Component",
4580
            "homepage": "https://symfony.com",
4581
            "time": "2018-11-14T14:06:48+00:00"
4582
        },
4583
        {
4584
            "name": "symfony/yaml",
4585
            "version": "v3.3.18",
4586
            "source": {
4587
                "type": "git",
4588
                "url": "https://github.com/symfony/yaml.git",
4589
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
4590
            },
4591
            "dist": {
4592
                "type": "zip",
4593
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
4594
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
4595
                "shasum": ""
4596
            },
4597
            "require": {
4598
                "php": "^5.5.9|>=7.0.8"
4599
            },
4600
            "require-dev": {
4601
                "symfony/console": "~2.8|~3.0"
4602
            },
4603
            "suggest": {
4604
                "symfony/console": "For validating YAML files using the lint command"
4605
            },
4606
            "type": "library",
4607
            "extra": {
4608
                "branch-alias": {
4609
                    "dev-master": "3.3-dev"
4610
                }
4611
            },
4612
            "autoload": {
4613
                "psr-4": {
4614
                    "Symfony\\Component\\Yaml\\": ""
4615
                },
4616
                "exclude-from-classmap": [
4617
                    "/Tests/"
4618
                ]
4619
            },
4620
            "notification-url": "https://packagist.org/downloads/",
4621
            "license": [
4622
                "MIT"
4623
            ],
4624
            "authors": [
4625
                {
4626
                    "name": "Fabien Potencier",
4627
                    "email": "[email protected]"
4628
                },
4629
                {
4630
                    "name": "Symfony Community",
4631
                    "homepage": "https://symfony.com/contributors"
4632
                }
4633
            ],
4634
            "description": "Symfony Yaml Component",
4635
            "homepage": "https://symfony.com",
4636
            "time": "2018-01-20T15:04:53+00:00"
4637
        },
4638
        {
4639
            "name": "theseer/tokenizer",
4640
            "version": "1.1.0",
4641
            "source": {
4642
                "type": "git",
4643
                "url": "https://github.com/theseer/tokenizer.git",
4644
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4645
            },
4646
            "dist": {
4647
                "type": "zip",
4648
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4649
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4650
                "shasum": ""
4651
            },
4652
            "require": {
4653
                "ext-dom": "*",
4654
                "ext-tokenizer": "*",
4655
                "ext-xmlwriter": "*",
4656
                "php": "^7.0"
4657
            },
4658
            "type": "library",
4659
            "autoload": {
4660
                "classmap": [
4661
                    "src/"
4662
                ]
4663
            },
4664
            "notification-url": "https://packagist.org/downloads/",
4665
            "license": [
4666
                "BSD-3-Clause"
4667
            ],
4668
            "authors": [
4669
                {
4670
                    "name": "Arne Blankerts",
4671
                    "email": "[email protected]",
4672
                    "role": "Developer"
4673
                }
4674
            ],
4675
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4676
            "time": "2017-04-07T12:08:54+00:00"
4677
        },
4678
        {
4679
            "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...
4680
            "version": "v1.18.2",
4681
            "source": {
4682
                "type": "git",
4683
                "url": "https://github.com/twigphp/Twig.git",
4684
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602"
4685
            },
4686
            "dist": {
4687
                "type": "zip",
4688
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/e8e6575abf6102af53ec283f7f14b89e304fa602",
4689
                "reference": "e8e6575abf6102af53ec283f7f14b89e304fa602",
4690
                "shasum": ""
4691
            },
4692
            "require": {
4693
                "php": ">=5.2.7"
4694
            },
4695
            "type": "library",
4696
            "extra": {
4697
                "branch-alias": {
4698
                    "dev-master": "1.18-dev"
4699
                }
4700
            },
4701
            "autoload": {
4702
                "psr-0": {
4703
                    "Twig_": "lib/"
4704
                }
4705
            },
4706
            "notification-url": "https://packagist.org/downloads/",
4707
            "license": [
4708
                "BSD-3-Clause"
4709
            ],
4710
            "authors": [
4711
                {
4712
                    "name": "Fabien Potencier",
4713
                    "email": "[email protected]",
4714
                    "homepage": "http://fabien.potencier.org",
4715
                    "role": "Lead Developer"
4716
                },
4717
                {
4718
                    "name": "Armin Ronacher",
4719
                    "email": "[email protected]",
4720
                    "role": "Project Founder"
4721
                },
4722
                {
4723
                    "name": "Twig Team",
4724
                    "homepage": "http://twig.sensiolabs.org/contributors",
4725
                    "role": "Contributors"
4726
                }
4727
            ],
4728
            "description": "Twig, the flexible, fast, and secure template language for PHP",
4729
            "homepage": "http://twig.sensiolabs.org",
4730
            "keywords": [
4731
                "templating"
4732
            ],
4733
            "time": "2015-06-06T23:31:24+00:00"
4734
        },
4735
        {
4736
            "name": "zendframework/zend-cache",
4737
            "version": "2.8.2",
4738
            "source": {
4739
                "type": "git",
4740
                "url": "https://github.com/zendframework/zend-cache.git",
4741
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
4742
            },
4743
            "dist": {
4744
                "type": "zip",
4745
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
4746
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
4747
                "shasum": ""
4748
            },
4749
            "require": {
4750
                "php": "^5.6 || ^7.0",
4751
                "psr/cache": "^1.0",
4752
                "psr/simple-cache": "^1.0",
4753
                "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
4754
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4755
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4756
            },
4757
            "provide": {
4758
                "psr/cache-implementation": "1.0",
4759
                "psr/simple-cache-implementation": "1.0"
4760
            },
4761
            "require-dev": {
4762
                "cache/integration-tests": "^0.16",
4763
                "phpbench/phpbench": "^0.13",
4764
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4765
                "zendframework/zend-coding-standard": "~1.0.0",
4766
                "zendframework/zend-serializer": "^2.6",
4767
                "zendframework/zend-session": "^2.7.4"
4768
            },
4769
            "suggest": {
4770
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
4771
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
4772
                "ext-dba": "DBA, to use the DBA storage adapter",
4773
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
4774
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
4775
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
4776
                "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
4777
                "ext-redis": "Redis, to use Redis storage adapter",
4778
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
4779
                "ext-xcache": "XCache, to use the XCache storage adapter",
4780
                "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
4781
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
4782
                "zendframework/zend-serializer": "Zend\\Serializer component",
4783
                "zendframework/zend-session": "Zend\\Session component"
4784
            },
4785
            "type": "library",
4786
            "extra": {
4787
                "branch-alias": {
4788
                    "dev-master": "2.8.x-dev",
4789
                    "dev-develop": "2.9.x-dev"
4790
                },
4791
                "zf": {
4792
                    "component": "Zend\\Cache",
4793
                    "config-provider": "Zend\\Cache\\ConfigProvider"
4794
                }
4795
            },
4796
            "autoload": {
4797
                "files": [
4798
                    "autoload/patternPluginManagerPolyfill.php"
4799
                ],
4800
                "psr-4": {
4801
                    "Zend\\Cache\\": "src/"
4802
                }
4803
            },
4804
            "notification-url": "https://packagist.org/downloads/",
4805
            "license": [
4806
                "BSD-3-Clause"
4807
            ],
4808
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
4809
            "keywords": [
4810
                "ZendFramework",
4811
                "cache",
4812
                "psr-16",
4813
                "psr-6",
4814
                "zf"
4815
            ],
4816
            "time": "2018-05-01T21:58:00+00:00"
4817
        },
4818
        {
4819
            "name": "zendframework/zend-config",
4820
            "version": "2.6.0",
4821
            "source": {
4822
                "type": "git",
4823
                "url": "https://github.com/zendframework/zend-config.git",
4824
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
4825
            },
4826
            "dist": {
4827
                "type": "zip",
4828
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4829
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
4830
                "shasum": ""
4831
            },
4832
            "require": {
4833
                "php": "^5.5 || ^7.0",
4834
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
4835
            },
4836
            "require-dev": {
4837
                "fabpot/php-cs-fixer": "1.7.*",
4838
                "phpunit/phpunit": "~4.0",
4839
                "zendframework/zend-filter": "^2.6",
4840
                "zendframework/zend-i18n": "^2.5",
4841
                "zendframework/zend-json": "^2.6.1",
4842
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
4843
            },
4844
            "suggest": {
4845
                "zendframework/zend-filter": "Zend\\Filter component",
4846
                "zendframework/zend-i18n": "Zend\\I18n component",
4847
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
4848
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
4849
            },
4850
            "type": "library",
4851
            "extra": {
4852
                "branch-alias": {
4853
                    "dev-master": "2.6-dev",
4854
                    "dev-develop": "2.7-dev"
4855
                }
4856
            },
4857
            "autoload": {
4858
                "psr-4": {
4859
                    "Zend\\Config\\": "src/"
4860
                }
4861
            },
4862
            "notification-url": "https://packagist.org/downloads/",
4863
            "license": [
4864
                "BSD-3-Clause"
4865
            ],
4866
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
4867
            "homepage": "https://github.com/zendframework/zend-config",
4868
            "keywords": [
4869
                "config",
4870
                "zf2"
4871
            ],
4872
            "time": "2016-02-04T23:01:10+00:00"
4873
        },
4874
        {
4875
            "name": "zendframework/zend-eventmanager",
4876
            "version": "3.2.1",
4877
            "source": {
4878
                "type": "git",
4879
                "url": "https://github.com/zendframework/zend-eventmanager.git",
4880
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
4881
            },
4882
            "dist": {
4883
                "type": "zip",
4884
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
4885
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
4886
                "shasum": ""
4887
            },
4888
            "require": {
4889
                "php": "^5.6 || ^7.0"
4890
            },
4891
            "require-dev": {
4892
                "athletic/athletic": "^0.1",
4893
                "container-interop/container-interop": "^1.1.0",
4894
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
4895
                "zendframework/zend-coding-standard": "~1.0.0",
4896
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
4897
            },
4898
            "suggest": {
4899
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
4900
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
4901
            },
4902
            "type": "library",
4903
            "extra": {
4904
                "branch-alias": {
4905
                    "dev-master": "3.2-dev",
4906
                    "dev-develop": "3.3-dev"
4907
                }
4908
            },
4909
            "autoload": {
4910
                "psr-4": {
4911
                    "Zend\\EventManager\\": "src/"
4912
                }
4913
            },
4914
            "notification-url": "https://packagist.org/downloads/",
4915
            "license": [
4916
                "BSD-3-Clause"
4917
            ],
4918
            "description": "Trigger and listen to events within a PHP application",
4919
            "homepage": "https://github.com/zendframework/zend-eventmanager",
4920
            "keywords": [
4921
                "event",
4922
                "eventmanager",
4923
                "events",
4924
                "zf2"
4925
            ],
4926
            "time": "2018-04-25T15:33:34+00:00"
4927
        },
4928
        {
4929
            "name": "zendframework/zend-filter",
4930
            "version": "2.9.1",
4931
            "source": {
4932
                "type": "git",
4933
                "url": "https://github.com/zendframework/zend-filter.git",
4934
                "reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f"
4935
            },
4936
            "dist": {
4937
                "type": "zip",
4938
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/1c3e6d02f9cd5f6c929c9859498f5efbe216e86f",
4939
                "reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f",
4940
                "shasum": ""
4941
            },
4942
            "require": {
4943
                "php": "^5.6 || ^7.0",
4944
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
4945
            },
4946
            "conflict": {
4947
                "zendframework/zend-validator": "<2.10.1"
4948
            },
4949
            "require-dev": {
4950
                "pear/archive_tar": "^1.4.3",
4951
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
4952
                "psr/http-factory": "^1.0",
4953
                "zendframework/zend-coding-standard": "~1.0.0",
4954
                "zendframework/zend-crypt": "^3.2.1",
4955
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
4956
                "zendframework/zend-uri": "^2.6"
4957
            },
4958
            "suggest": {
4959
                "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters",
4960
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
4961
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
4962
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
4963
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
4964
            },
4965
            "type": "library",
4966
            "extra": {
4967
                "branch-alias": {
4968
                    "dev-master": "2.9.x-dev",
4969
                    "dev-develop": "2.10.x-dev"
4970
                },
4971
                "zf": {
4972
                    "component": "Zend\\Filter",
4973
                    "config-provider": "Zend\\Filter\\ConfigProvider"
4974
                }
4975
            },
4976
            "autoload": {
4977
                "psr-4": {
4978
                    "Zend\\Filter\\": "src/"
4979
                }
4980
            },
4981
            "notification-url": "https://packagist.org/downloads/",
4982
            "license": [
4983
                "BSD-3-Clause"
4984
            ],
4985
            "description": "provides a set of commonly needed data filters",
4986
            "keywords": [
4987
                "ZendFramework",
4988
                "filter",
4989
                "zf"
4990
            ],
4991
            "time": "2018-12-17T16:00:04+00:00"
4992
        },
4993
        {
4994
            "name": "zendframework/zend-hydrator",
4995
            "version": "1.1.0",
4996
            "source": {
4997
                "type": "git",
4998
                "url": "https://github.com/zendframework/zend-hydrator.git",
4999
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
5000
            },
5001
            "dist": {
5002
                "type": "zip",
5003
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
5004
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
5005
                "shasum": ""
5006
            },
5007
            "require": {
5008
                "php": "^5.5 || ^7.0",
5009
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
5010
            },
5011
            "require-dev": {
5012
                "phpunit/phpunit": "~4.0",
5013
                "squizlabs/php_codesniffer": "^2.0@dev",
5014
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5015
                "zendframework/zend-filter": "^2.6",
5016
                "zendframework/zend-inputfilter": "^2.6",
5017
                "zendframework/zend-serializer": "^2.6.1",
5018
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
5019
            },
5020
            "suggest": {
5021
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
5022
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
5023
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
5024
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
5025
            },
5026
            "type": "library",
5027
            "extra": {
5028
                "branch-alias": {
5029
                    "dev-release-1.0": "1.0-dev",
5030
                    "dev-release-1.1": "1.1-dev",
5031
                    "dev-master": "2.0-dev",
5032
                    "dev-develop": "2.1-dev"
5033
                }
5034
            },
5035
            "autoload": {
5036
                "psr-4": {
5037
                    "Zend\\Hydrator\\": "src/"
5038
                }
5039
            },
5040
            "notification-url": "https://packagist.org/downloads/",
5041
            "license": [
5042
                "BSD-3-Clause"
5043
            ],
5044
            "homepage": "https://github.com/zendframework/zend-hydrator",
5045
            "keywords": [
5046
                "hydrator",
5047
                "zf2"
5048
            ],
5049
            "time": "2016-02-18T22:38:26+00:00"
5050
        },
5051
        {
5052
            "name": "zendframework/zend-i18n",
5053
            "version": "2.9.0",
5054
            "source": {
5055
                "type": "git",
5056
                "url": "https://github.com/zendframework/zend-i18n.git",
5057
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
5058
            },
5059
            "dist": {
5060
                "type": "zip",
5061
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
5062
                "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
5063
                "shasum": ""
5064
            },
5065
            "require": {
5066
                "php": "^5.6 || ^7.0",
5067
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
5068
            },
5069
            "require-dev": {
5070
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
5071
                "zendframework/zend-cache": "^2.6.1",
5072
                "zendframework/zend-coding-standard": "~1.0.0",
5073
                "zendframework/zend-config": "^2.6",
5074
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
5075
                "zendframework/zend-filter": "^2.6.1",
5076
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
5077
                "zendframework/zend-validator": "^2.6",
5078
                "zendframework/zend-view": "^2.6.3"
5079
            },
5080
            "suggest": {
5081
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
5082
                "zendframework/zend-cache": "Zend\\Cache component",
5083
                "zendframework/zend-config": "Zend\\Config component",
5084
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
5085
                "zendframework/zend-filter": "You should install this package to use the provided filters",
5086
                "zendframework/zend-i18n-resources": "Translation resources",
5087
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
5088
                "zendframework/zend-validator": "You should install this package to use the provided validators",
5089
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
5090
            },
5091
            "type": "library",
5092
            "extra": {
5093
                "branch-alias": {
5094
                    "dev-master": "2.9.x-dev",
5095
                    "dev-develop": "2.10.x-dev"
5096
                },
5097
                "zf": {
5098
                    "component": "Zend\\I18n",
5099
                    "config-provider": "Zend\\I18n\\ConfigProvider"
5100
                }
5101
            },
5102
            "autoload": {
5103
                "psr-4": {
5104
                    "Zend\\I18n\\": "src/"
5105
                }
5106
            },
5107
            "notification-url": "https://packagist.org/downloads/",
5108
            "license": [
5109
                "BSD-3-Clause"
5110
            ],
5111
            "description": "Provide translations for your application, and filter and validate internationalized values",
5112
            "keywords": [
5113
                "ZendFramework",
5114
                "i18n",
5115
                "zf"
5116
            ],
5117
            "time": "2018-05-16T16:39:13+00:00"
5118
        },
5119
        {
5120
            "name": "zendframework/zend-json",
5121
            "version": "3.1.0",
5122
            "source": {
5123
                "type": "git",
5124
                "url": "https://github.com/zendframework/zend-json.git",
5125
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
5126
            },
5127
            "dist": {
5128
                "type": "zip",
5129
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
5130
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
5131
                "shasum": ""
5132
            },
5133
            "require": {
5134
                "php": "^5.6 || ^7.0"
5135
            },
5136
            "require-dev": {
5137
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
5138
                "zendframework/zend-coding-standard": "~1.0.0",
5139
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
5140
            },
5141
            "suggest": {
5142
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
5143
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
5144
            },
5145
            "type": "library",
5146
            "extra": {
5147
                "branch-alias": {
5148
                    "dev-master": "3.1.x-dev",
5149
                    "dev-develop": "3.2.x-dev"
5150
                }
5151
            },
5152
            "autoload": {
5153
                "psr-4": {
5154
                    "Zend\\Json\\": "src/"
5155
                }
5156
            },
5157
            "notification-url": "https://packagist.org/downloads/",
5158
            "license": [
5159
                "BSD-3-Clause"
5160
            ],
5161
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
5162
            "keywords": [
5163
                "ZendFramework",
5164
                "json",
5165
                "zf"
5166
            ],
5167
            "time": "2018-01-04T17:51:34+00:00"
5168
        },
5169
        {
5170
            "name": "zendframework/zend-serializer",
5171
            "version": "2.9.0",
5172
            "source": {
5173
                "type": "git",
5174
                "url": "https://github.com/zendframework/zend-serializer.git",
5175
                "reference": "0172690db48d8935edaf625c4cba38b79719892c"
5176
            },
5177
            "dist": {
5178
                "type": "zip",
5179
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c",
5180
                "reference": "0172690db48d8935edaf625c4cba38b79719892c",
5181
                "shasum": ""
5182
            },
5183
            "require": {
5184
                "php": "^5.6 || ^7.0",
5185
                "zendframework/zend-json": "^2.5 || ^3.0",
5186
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
5187
            },
5188
            "require-dev": {
5189
                "phpunit/phpunit": "^5.7.25 || ^6.4.4",
5190
                "zendframework/zend-coding-standard": "~1.0.0",
5191
                "zendframework/zend-math": "^2.6 || ^3.0",
5192
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
5193
            },
5194
            "suggest": {
5195
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
5196
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
5197
            },
5198
            "type": "library",
5199
            "extra": {
5200
                "branch-alias": {
5201
                    "dev-master": "2.9.x-dev",
5202
                    "dev-develop": "2.10.x-dev"
5203
                },
5204
                "zf": {
5205
                    "component": "Zend\\Serializer",
5206
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
5207
                }
5208
            },
5209
            "autoload": {
5210
                "psr-4": {
5211
                    "Zend\\Serializer\\": "src/"
5212
                }
5213
            },
5214
            "notification-url": "https://packagist.org/downloads/",
5215
            "license": [
5216
                "BSD-3-Clause"
5217
            ],
5218
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
5219
            "keywords": [
5220
                "ZendFramework",
5221
                "serializer",
5222
                "zf"
5223
            ],
5224
            "time": "2018-05-14T18:45:18+00:00"
5225
        },
5226
        {
5227
            "name": "zendframework/zend-servicemanager",
5228
            "version": "2.7.11",
5229
            "source": {
5230
                "type": "git",
5231
                "url": "https://github.com/zendframework/zend-servicemanager.git",
5232
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7"
5233
            },
5234
            "dist": {
5235
                "type": "zip",
5236
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
5237
                "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7",
5238
                "shasum": ""
5239
            },
5240
            "require": {
5241
                "container-interop/container-interop": "~1.0",
5242
                "php": "^5.5 || ^7.0"
5243
            },
5244
            "require-dev": {
5245
                "athletic/athletic": "dev-master",
5246
                "fabpot/php-cs-fixer": "1.7.*",
5247
                "phpunit/phpunit": "~4.0",
5248
                "zendframework/zend-di": "~2.5",
5249
                "zendframework/zend-mvc": "~2.5"
5250
            },
5251
            "suggest": {
5252
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
5253
                "zendframework/zend-di": "Zend\\Di component"
5254
            },
5255
            "type": "library",
5256
            "extra": {
5257
                "branch-alias": {
5258
                    "dev-master": "2.7-dev",
5259
                    "dev-develop": "3.0-dev"
5260
                }
5261
            },
5262
            "autoload": {
5263
                "psr-4": {
5264
                    "Zend\\ServiceManager\\": "src/"
5265
                }
5266
            },
5267
            "notification-url": "https://packagist.org/downloads/",
5268
            "license": [
5269
                "BSD-3-Clause"
5270
            ],
5271
            "homepage": "https://github.com/zendframework/zend-servicemanager",
5272
            "keywords": [
5273
                "servicemanager",
5274
                "zf2"
5275
            ],
5276
            "time": "2018-06-22T14:49:54+00:00"
5277
        },
5278
        {
5279
            "name": "zendframework/zend-stdlib",
5280
            "version": "2.7.7",
5281
            "source": {
5282
                "type": "git",
5283
                "url": "https://github.com/zendframework/zend-stdlib.git",
5284
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
5285
            },
5286
            "dist": {
5287
                "type": "zip",
5288
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
5289
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
5290
                "shasum": ""
5291
            },
5292
            "require": {
5293
                "php": "^5.5 || ^7.0",
5294
                "zendframework/zend-hydrator": "~1.1"
5295
            },
5296
            "require-dev": {
5297
                "athletic/athletic": "~0.1",
5298
                "fabpot/php-cs-fixer": "1.7.*",
5299
                "phpunit/phpunit": "~4.0",
5300
                "zendframework/zend-config": "~2.5",
5301
                "zendframework/zend-eventmanager": "~2.5",
5302
                "zendframework/zend-filter": "~2.5",
5303
                "zendframework/zend-inputfilter": "~2.5",
5304
                "zendframework/zend-serializer": "~2.5",
5305
                "zendframework/zend-servicemanager": "~2.5"
5306
            },
5307
            "suggest": {
5308
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
5309
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
5310
                "zendframework/zend-serializer": "Zend\\Serializer component",
5311
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
5312
            },
5313
            "type": "library",
5314
            "extra": {
5315
                "branch-alias": {
5316
                    "dev-release-2.7": "2.7-dev",
5317
                    "dev-master": "3.0-dev",
5318
                    "dev-develop": "3.1-dev"
5319
                }
5320
            },
5321
            "autoload": {
5322
                "psr-4": {
5323
                    "Zend\\Stdlib\\": "src/"
5324
                }
5325
            },
5326
            "notification-url": "https://packagist.org/downloads/",
5327
            "license": [
5328
                "BSD-3-Clause"
5329
            ],
5330
            "homepage": "https://github.com/zendframework/zend-stdlib",
5331
            "keywords": [
5332
                "stdlib",
5333
                "zf2"
5334
            ],
5335
            "time": "2016-04-12T21:17:31+00:00"
5336
        },
5337
        {
5338
            "name": "zetacomponents/base",
5339
            "version": "1.9.1",
5340
            "source": {
5341
                "type": "git",
5342
                "url": "https://github.com/zetacomponents/Base.git",
5343
                "reference": "489e20235989ddc97fdd793af31ac803972454f1"
5344
            },
5345
            "dist": {
5346
                "type": "zip",
5347
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
5348
                "reference": "489e20235989ddc97fdd793af31ac803972454f1",
5349
                "shasum": ""
5350
            },
5351
            "require-dev": {
5352
                "phpunit/phpunit": "~5.7",
5353
                "zetacomponents/unit-test": "*"
5354
            },
5355
            "type": "library",
5356
            "autoload": {
5357
                "classmap": [
5358
                    "src"
5359
                ]
5360
            },
5361
            "notification-url": "https://packagist.org/downloads/",
5362
            "license": [
5363
                "Apache-2.0"
5364
            ],
5365
            "authors": [
5366
                {
5367
                    "name": "Sergey Alexeev"
5368
                },
5369
                {
5370
                    "name": "Sebastian Bergmann"
5371
                },
5372
                {
5373
                    "name": "Jan Borsodi"
5374
                },
5375
                {
5376
                    "name": "Raymond Bosman"
5377
                },
5378
                {
5379
                    "name": "Frederik Holljen"
5380
                },
5381
                {
5382
                    "name": "Kore Nordmann"
5383
                },
5384
                {
5385
                    "name": "Derick Rethans"
5386
                },
5387
                {
5388
                    "name": "Vadym Savchuk"
5389
                },
5390
                {
5391
                    "name": "Tobias Schlitt"
5392
                },
5393
                {
5394
                    "name": "Alexandru Stanoi"
5395
                }
5396
            ],
5397
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
5398
            "homepage": "https://github.com/zetacomponents",
5399
            "time": "2017-11-28T11:30:00+00:00"
5400
        },
5401
        {
5402
            "name": "zetacomponents/document",
5403
            "version": "1.3.1",
5404
            "source": {
5405
                "type": "git",
5406
                "url": "https://github.com/zetacomponents/Document.git",
5407
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
5408
            },
5409
            "dist": {
5410
                "type": "zip",
5411
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
5412
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
5413
                "shasum": ""
5414
            },
5415
            "require": {
5416
                "zetacomponents/base": "*"
5417
            },
5418
            "require-dev": {
5419
                "zetacomponents/unit-test": "dev-master"
5420
            },
5421
            "type": "library",
5422
            "autoload": {
5423
                "classmap": [
5424
                    "src"
5425
                ]
5426
            },
5427
            "notification-url": "https://packagist.org/downloads/",
5428
            "license": [
5429
                "Apache-2.0"
5430
            ],
5431
            "authors": [
5432
                {
5433
                    "name": "Sebastian Bergmann"
5434
                },
5435
                {
5436
                    "name": "Kore Nordmann"
5437
                },
5438
                {
5439
                    "name": "Derick Rethans"
5440
                },
5441
                {
5442
                    "name": "Tobias Schlitt"
5443
                },
5444
                {
5445
                    "name": "Alexandru Stanoi"
5446
                }
5447
            ],
5448
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
5449
            "homepage": "https://github.com/zetacomponents",
5450
            "time": "2013-12-19T11:40:00+00:00"
5451
        }
5452
    ],
5453
    "aliases": [],
5454
    "minimum-stability": "stable",
5455
    "stability-flags": [],
5456
    "prefer-stable": false,
5457
    "prefer-lowest": false,
5458
    "platform": {
5459
        "php": ">=5.4"
5460
    },
5461
    "platform-dev": []
5462
}
5463