Completed
Push — develop ( 8fda15...dbbcf5 )
by Jaap
14s
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "39100dda75bed5554204b5afec05db02",
8
    "packages": [
9
        {
10
            "name": "cilex/cilex",
11
            "version": "2.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Cilex/Cilex.git",
15
                "reference": "c5612545cceac9fadc6ad6dcf6ba28fb0c80c460"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Cilex/Cilex/zipball/c5612545cceac9fadc6ad6dcf6ba28fb0c80c460",
20
                "reference": "c5612545cceac9fadc6ad6dcf6ba28fb0c80c460",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.5.9",
25
                "pimple/pimple": "^3.0",
26
                "silex/api": "^2.0",
27
                "symfony/console": "^2.7 || ^3.0",
28
                "symfony/event-dispatcher": "^2.7 || ^3.0",
29
                "symfony/process": "^2.7 || ^3.0"
30
            },
31
            "require-dev": {
32
                "phpunit/phpunit": "~3.7"
33
            },
34
            "suggest": {
35
                "symfony/validator": "^2.7 || ^3.0",
36
                "symfony/yaml": "^2.7 || ^3.0"
37
            },
38
            "type": "library",
39
            "extra": {
40
                "branch-alias": {
41
                    "dev-develop": "2.x-dev"
42
                }
43
            },
44
            "autoload": {
45
                "psr-4": {
46
                    "Cilex\\": "src/Cilex"
47
                }
48
            },
49
            "notification-url": "https://packagist.org/downloads/",
50
            "license": [
51
                "MIT"
52
            ],
53
            "authors": [
54
                {
55
                    "name": "Mike van Riel",
56
                    "email": "[email protected]"
57
                }
58
            ],
59
            "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
60
            "homepage": "http://cilex.github.com",
61
            "keywords": [
62
                "cli",
63
                "microframework"
64
            ],
65
            "time": "2016-11-20T14:31:12+00:00"
66
        },
67
        {
68
            "name": "container-interop/container-interop",
69
            "version": "1.2.0",
70
            "source": {
71
                "type": "git",
72
                "url": "https://github.com/container-interop/container-interop.git",
73
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
74
            },
75
            "dist": {
76
                "type": "zip",
77
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
78
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
79
                "shasum": ""
80
            },
81
            "require": {
82
                "psr/container": "^1.0"
83
            },
84
            "type": "library",
85
            "autoload": {
86
                "psr-4": {
87
                    "Interop\\Container\\": "src/Interop/Container/"
88
                }
89
            },
90
            "notification-url": "https://packagist.org/downloads/",
91
            "license": [
92
                "MIT"
93
            ],
94
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
95
            "homepage": "https://github.com/container-interop/container-interop",
96
            "time": "2017-02-14T19:40:03+00:00"
97
        },
98
        {
99
            "name": "doctrine/annotations",
100
            "version": "v1.6.0",
101
            "source": {
102
                "type": "git",
103
                "url": "https://github.com/doctrine/annotations.git",
104
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
105
            },
106
            "dist": {
107
                "type": "zip",
108
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
109
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
110
                "shasum": ""
111
            },
112
            "require": {
113
                "doctrine/lexer": "1.*",
114
                "php": "^7.1"
115
            },
116
            "require-dev": {
117
                "doctrine/cache": "1.*",
118
                "phpunit/phpunit": "^6.4"
119
            },
120
            "type": "library",
121
            "extra": {
122
                "branch-alias": {
123
                    "dev-master": "1.6.x-dev"
124
                }
125
            },
126
            "autoload": {
127
                "psr-4": {
128
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
129
                }
130
            },
131
            "notification-url": "https://packagist.org/downloads/",
132
            "license": [
133
                "MIT"
134
            ],
135
            "authors": [
136
                {
137
                    "name": "Roman Borschel",
138
                    "email": "[email protected]"
139
                },
140
                {
141
                    "name": "Benjamin Eberlei",
142
                    "email": "[email protected]"
143
                },
144
                {
145
                    "name": "Guilherme Blanco",
146
                    "email": "[email protected]"
147
                },
148
                {
149
                    "name": "Jonathan Wage",
150
                    "email": "[email protected]"
151
                },
152
                {
153
                    "name": "Johannes Schmitt",
154
                    "email": "[email protected]"
155
                }
156
            ],
157
            "description": "Docblock Annotations Parser",
158
            "homepage": "http://www.doctrine-project.org",
159
            "keywords": [
160
                "annotations",
161
                "docblock",
162
                "parser"
163
            ],
164
            "time": "2017-12-06T07:11:42+00:00"
165
        },
166
        {
167
            "name": "doctrine/instantiator",
168
            "version": "1.1.0",
169
            "source": {
170
                "type": "git",
171
                "url": "https://github.com/doctrine/instantiator.git",
172
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
173
            },
174
            "dist": {
175
                "type": "zip",
176
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
177
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
178
                "shasum": ""
179
            },
180
            "require": {
181
                "php": "^7.1"
182
            },
183
            "require-dev": {
184
                "athletic/athletic": "~0.1.8",
185
                "ext-pdo": "*",
186
                "ext-phar": "*",
187
                "phpunit/phpunit": "^6.2.3",
188
                "squizlabs/php_codesniffer": "^3.0.2"
189
            },
190
            "type": "library",
191
            "extra": {
192
                "branch-alias": {
193
                    "dev-master": "1.2.x-dev"
194
                }
195
            },
196
            "autoload": {
197
                "psr-4": {
198
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
199
                }
200
            },
201
            "notification-url": "https://packagist.org/downloads/",
202
            "license": [
203
                "MIT"
204
            ],
205
            "authors": [
206
                {
207
                    "name": "Marco Pivetta",
208
                    "email": "[email protected]",
209
                    "homepage": "http://ocramius.github.com/"
210
                }
211
            ],
212
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
213
            "homepage": "https://github.com/doctrine/instantiator",
214
            "keywords": [
215
                "constructor",
216
                "instantiate"
217
            ],
218
            "time": "2017-07-22T11:58:36+00:00"
219
        },
220
        {
221
            "name": "doctrine/lexer",
222
            "version": "v1.0.1",
223
            "source": {
224
                "type": "git",
225
                "url": "https://github.com/doctrine/lexer.git",
226
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
227
            },
228
            "dist": {
229
                "type": "zip",
230
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
231
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
232
                "shasum": ""
233
            },
234
            "require": {
235
                "php": ">=5.3.2"
236
            },
237
            "type": "library",
238
            "extra": {
239
                "branch-alias": {
240
                    "dev-master": "1.0.x-dev"
241
                }
242
            },
243
            "autoload": {
244
                "psr-0": {
245
                    "Doctrine\\Common\\Lexer\\": "lib/"
246
                }
247
            },
248
            "notification-url": "https://packagist.org/downloads/",
249
            "license": [
250
                "MIT"
251
            ],
252
            "authors": [
253
                {
254
                    "name": "Roman Borschel",
255
                    "email": "[email protected]"
256
                },
257
                {
258
                    "name": "Guilherme Blanco",
259
                    "email": "[email protected]"
260
                },
261
                {
262
                    "name": "Johannes Schmitt",
263
                    "email": "[email protected]"
264
                }
265
            ],
266
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
267
            "homepage": "http://www.doctrine-project.org",
268
            "keywords": [
269
                "lexer",
270
                "parser"
271
            ],
272
            "time": "2014-09-09T13:34:57+00:00"
273
        },
274
        {
275
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

Cross-Site Scripting
Loading history...
276
            "version": "1.6.4",
277
            "source": {
278
                "type": "git",
279
                "url": "https://github.com/erusev/parsedown.git",
280
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
281
            },
282
            "dist": {
283
                "type": "zip",
284
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
285
                "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
286
                "shasum": ""
287
            },
288
            "require": {
289
                "php": ">=5.3.0"
290
            },
291
            "require-dev": {
292
                "phpunit/phpunit": "^4.8.35"
293
            },
294
            "type": "library",
295
            "autoload": {
296
                "psr-0": {
297
                    "Parsedown": ""
298
                }
299
            },
300
            "notification-url": "https://packagist.org/downloads/",
301
            "license": [
302
                "MIT"
303
            ],
304
            "authors": [
305
                {
306
                    "name": "Emanuil Rusev",
307
                    "email": "[email protected]",
308
                    "homepage": "http://erusev.com"
309
                }
310
            ],
311
            "description": "Parser for Markdown.",
312
            "homepage": "http://parsedown.org",
313
            "keywords": [
314
                "markdown",
315
                "parser"
316
            ],
317
            "time": "2017-11-14T20:44:03+00:00"
318
        },
319
        {
320
            "name": "jms/metadata",
321
            "version": "1.6.0",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/schmittjoh/metadata.git",
325
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
330
                "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "php": ">=5.3.0"
335
            },
336
            "require-dev": {
337
                "doctrine/cache": "~1.0",
338
                "symfony/cache": "~3.1"
339
            },
340
            "type": "library",
341
            "extra": {
342
                "branch-alias": {
343
                    "dev-master": "1.5.x-dev"
344
                }
345
            },
346
            "autoload": {
347
                "psr-0": {
348
                    "Metadata\\": "src/"
349
                }
350
            },
351
            "notification-url": "https://packagist.org/downloads/",
352
            "license": [
353
                "Apache-2.0"
354
            ],
355
            "authors": [
356
                {
357
                    "name": "Johannes M. Schmitt",
358
                    "email": "[email protected]"
359
                }
360
            ],
361
            "description": "Class/method/property metadata management in PHP",
362
            "keywords": [
363
                "annotations",
364
                "metadata",
365
                "xml",
366
                "yaml"
367
            ],
368
            "time": "2016-12-05T10:18:33+00:00"
369
        },
370
        {
371
            "name": "jms/parser-lib",
372
            "version": "1.0.0",
373
            "source": {
374
                "type": "git",
375
                "url": "https://github.com/schmittjoh/parser-lib.git",
376
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
377
            },
378
            "dist": {
379
                "type": "zip",
380
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
381
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
382
                "shasum": ""
383
            },
384
            "require": {
385
                "phpoption/phpoption": ">=0.9,<2.0-dev"
386
            },
387
            "type": "library",
388
            "extra": {
389
                "branch-alias": {
390
                    "dev-master": "1.0-dev"
391
                }
392
            },
393
            "autoload": {
394
                "psr-0": {
395
                    "JMS\\": "src/"
396
                }
397
            },
398
            "notification-url": "https://packagist.org/downloads/",
399
            "license": [
400
                "Apache2"
401
            ],
402
            "description": "A library for easily creating recursive-descent parsers.",
403
            "time": "2012-11-18T18:08:43+00:00"
404
        },
405
        {
406
            "name": "jms/serializer",
407
            "version": "1.7.1",
408
            "source": {
409
                "type": "git",
410
                "url": "https://github.com/schmittjoh/serializer.git",
411
                "reference": "4fad8bbbe76e05de3b79ffa3db027058ed3813ff"
412
            },
413
            "dist": {
414
                "type": "zip",
415
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4fad8bbbe76e05de3b79ffa3db027058ed3813ff",
416
                "reference": "4fad8bbbe76e05de3b79ffa3db027058ed3813ff",
417
                "shasum": ""
418
            },
419
            "require": {
420
                "doctrine/annotations": "^1.0",
421
                "doctrine/instantiator": "^1.0.3",
422
                "jms/metadata": "~1.1",
423
                "jms/parser-lib": "1.*",
424
                "php": ">=5.5.0",
425
                "phpcollection/phpcollection": "~0.1",
426
                "phpoption/phpoption": "^1.1"
427
            },
428
            "conflict": {
429
                "jms/serializer-bundle": "<1.2.1",
430
                "twig/twig": "<1.12"
431
            },
432
            "require-dev": {
433
                "doctrine/orm": "~2.1",
434
                "doctrine/phpcr-odm": "^1.3|^2.0",
435
                "ext-pdo_sqlite": "*",
436
                "jackalope/jackalope-doctrine-dbal": "^1.1.5",
437
                "phpunit/phpunit": "^4.8|^5.0",
438
                "propel/propel1": "~1.7",
439
                "symfony/expression-language": "^2.6|^3.0",
440
                "symfony/filesystem": "^2.1",
441
                "symfony/form": "~2.1|^3.0",
442
                "symfony/translation": "^2.1|^3.0",
443
                "symfony/validator": "^2.2|^3.0",
444
                "symfony/yaml": "^2.1|^3.0",
445
                "twig/twig": "~1.12|~2.0"
446
            },
447
            "suggest": {
448
                "doctrine/cache": "Required if you like to use cache functionality.",
449
                "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
450
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
451
            },
452
            "type": "library",
453
            "extra": {
454
                "branch-alias": {
455
                    "dev-master": "1.8-dev"
456
                }
457
            },
458
            "autoload": {
459
                "psr-0": {
460
                    "JMS\\Serializer": "src/"
461
                }
462
            },
463
            "notification-url": "https://packagist.org/downloads/",
464
            "license": [
465
                "Apache-2.0"
466
            ],
467
            "authors": [
468
                {
469
                    "name": "Johannes M. Schmitt",
470
                    "email": "[email protected]"
471
                }
472
            ],
473
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
474
            "homepage": "http://jmsyst.com/libs/serializer",
475
            "keywords": [
476
                "deserialization",
477
                "jaxb",
478
                "json",
479
                "serialization",
480
                "xml"
481
            ],
482
            "time": "2017-05-15T08:35:42+00:00"
483
        },
484
        {
485
            "name": "league/flysystem",
486
            "version": "1.0.42",
487
            "source": {
488
                "type": "git",
489
                "url": "https://github.com/thephpleague/flysystem.git",
490
                "reference": "09eabc54e199950041aef258a85847676496fe8e"
491
            },
492
            "dist": {
493
                "type": "zip",
494
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/09eabc54e199950041aef258a85847676496fe8e",
495
                "reference": "09eabc54e199950041aef258a85847676496fe8e",
496
                "shasum": ""
497
            },
498
            "require": {
499
                "php": ">=5.5.9"
500
            },
501
            "conflict": {
502
                "league/flysystem-sftp": "<1.0.6"
503
            },
504
            "require-dev": {
505
                "ext-fileinfo": "*",
506
                "phpspec/phpspec": "^3.4",
507
                "phpunit/phpunit": "^5.7"
508
            },
509
            "suggest": {
510
                "ext-fileinfo": "Required for MimeType",
511
                "ext-ftp": "Allows you to use FTP server storage",
512
                "ext-openssl": "Allows you to use FTPS server storage",
513
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
514
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
515
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
516
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
517
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
518
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
519
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
520
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
521
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
522
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
523
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
524
            },
525
            "type": "library",
526
            "extra": {
527
                "branch-alias": {
528
                    "dev-master": "1.1-dev"
529
                }
530
            },
531
            "autoload": {
532
                "psr-4": {
533
                    "League\\Flysystem\\": "src/"
534
                }
535
            },
536
            "notification-url": "https://packagist.org/downloads/",
537
            "license": [
538
                "MIT"
539
            ],
540
            "authors": [
541
                {
542
                    "name": "Frank de Jonge",
543
                    "email": "[email protected]"
544
                }
545
            ],
546
            "description": "Filesystem abstraction: Many filesystems, one API.",
547
            "keywords": [
548
                "Cloud Files",
549
                "WebDAV",
550
                "abstraction",
551
                "aws",
552
                "cloud",
553
                "copy.com",
554
                "dropbox",
555
                "file systems",
556
                "files",
557
                "filesystem",
558
                "filesystems",
559
                "ftp",
560
                "rackspace",
561
                "remote",
562
                "s3",
563
                "sftp",
564
                "storage"
565
            ],
566
            "time": "2018-01-27T16:03:56+00:00"
567
        },
568
        {
569
            "name": "monolog/monolog",
570
            "version": "1.23.0",
571
            "source": {
572
                "type": "git",
573
                "url": "https://github.com/Seldaek/monolog.git",
574
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
575
            },
576
            "dist": {
577
                "type": "zip",
578
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
579
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
580
                "shasum": ""
581
            },
582
            "require": {
583
                "php": ">=5.3.0",
584
                "psr/log": "~1.0"
585
            },
586
            "provide": {
587
                "psr/log-implementation": "1.0.0"
588
            },
589
            "require-dev": {
590
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
591
                "doctrine/couchdb": "~1.0@dev",
592
                "graylog2/gelf-php": "~1.0",
593
                "jakub-onderka/php-parallel-lint": "0.9",
594
                "php-amqplib/php-amqplib": "~2.4",
595
                "php-console/php-console": "^3.1.3",
596
                "phpunit/phpunit": "~4.5",
597
                "phpunit/phpunit-mock-objects": "2.3.0",
598
                "ruflin/elastica": ">=0.90 <3.0",
599
                "sentry/sentry": "^0.13",
600
                "swiftmailer/swiftmailer": "^5.3|^6.0"
601
            },
602
            "suggest": {
603
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
604
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
605
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
606
                "ext-mongo": "Allow sending log messages to a MongoDB server",
607
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
608
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
609
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
610
                "php-console/php-console": "Allow sending log messages to Google Chrome",
611
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
612
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
613
                "sentry/sentry": "Allow sending log messages to a Sentry server"
614
            },
615
            "type": "library",
616
            "extra": {
617
                "branch-alias": {
618
                    "dev-master": "2.0.x-dev"
619
                }
620
            },
621
            "autoload": {
622
                "psr-4": {
623
                    "Monolog\\": "src/Monolog"
624
                }
625
            },
626
            "notification-url": "https://packagist.org/downloads/",
627
            "license": [
628
                "MIT"
629
            ],
630
            "authors": [
631
                {
632
                    "name": "Jordi Boggiano",
633
                    "email": "[email protected]",
634
                    "homepage": "http://seld.be"
635
                }
636
            ],
637
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
638
            "homepage": "http://github.com/Seldaek/monolog",
639
            "keywords": [
640
                "log",
641
                "logging",
642
                "psr-3"
643
            ],
644
            "time": "2017-06-19T01:22:40+00:00"
645
        },
646
        {
647
            "name": "nikic/php-parser",
648
            "version": "v3.1.4",
649
            "source": {
650
                "type": "git",
651
                "url": "https://github.com/nikic/PHP-Parser.git",
652
                "reference": "e57b3a09784f846411aa7ed664eedb73e3399078"
653
            },
654
            "dist": {
655
                "type": "zip",
656
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e57b3a09784f846411aa7ed664eedb73e3399078",
657
                "reference": "e57b3a09784f846411aa7ed664eedb73e3399078",
658
                "shasum": ""
659
            },
660
            "require": {
661
                "ext-tokenizer": "*",
662
                "php": ">=5.5"
663
            },
664
            "require-dev": {
665
                "phpunit/phpunit": "~4.0|~5.0"
666
            },
667
            "bin": [
668
                "bin/php-parse"
669
            ],
670
            "type": "library",
671
            "extra": {
672
                "branch-alias": {
673
                    "dev-master": "3.0-dev"
674
                }
675
            },
676
            "autoload": {
677
                "psr-4": {
678
                    "PhpParser\\": "lib/PhpParser"
679
                }
680
            },
681
            "notification-url": "https://packagist.org/downloads/",
682
            "license": [
683
                "BSD-3-Clause"
684
            ],
685
            "authors": [
686
                {
687
                    "name": "Nikita Popov"
688
                }
689
            ],
690
            "description": "A PHP parser written in PHP",
691
            "keywords": [
692
                "parser",
693
                "php"
694
            ],
695
            "time": "2018-01-25T21:31:33+00:00"
696
        },
697
        {
698
            "name": "padraic/humbug_get_contents",
0 ignored issues
show
There is a security advisory for your installed version of padraic/humbug_get_contents:

HTTP Proxy header vulnerability
Loading history...
699
            "version": "1.0.4",
700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/humbug/file_get_contents.git",
703
                "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a"
704
            },
705
            "dist": {
706
                "type": "zip",
707
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/66797199019d0cb4529cb8d29c6f0b4c5085b53a",
708
                "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a",
709
                "shasum": ""
710
            },
711
            "require": {
712
                "php": ">=5.3"
713
            },
714
            "require-dev": {
715
                "phpunit/phpunit": "~4.0"
716
            },
717
            "type": "library",
718
            "extra": {
719
                "branch-alias": {
720
                    "dev-master": "1.0-dev"
721
                }
722
            },
723
            "autoload": {
724
                "psr-4": {
725
                    "Humbug\\": "src/Humbug/"
726
                },
727
                "files": [
728
                    "src/function.php"
729
                ]
730
            },
731
            "notification-url": "https://packagist.org/downloads/",
732
            "license": [
733
                "BSD-3-Clause"
734
            ],
735
            "authors": [
736
                {
737
                    "name": "Pádraic Brady",
738
                    "email": "[email protected]",
739
                    "homepage": "http://blog.astrumfutura.com"
740
                }
741
            ],
742
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
743
            "homepage": "https://github.com/padraic/file_get_contents",
744
            "keywords": [
745
                "download",
746
                "file_get_contents",
747
                "http",
748
                "https",
749
                "ssl",
750
                "tls"
751
            ],
752
            "time": "2015-04-22T18:45:00+00:00"
753
        },
754
        {
755
            "name": "padraic/phar-updater",
756
            "version": "1.0.4",
757
            "source": {
758
                "type": "git",
759
                "url": "https://github.com/humbug/phar-updater.git",
760
                "reference": "ac8802df2d1d03b7092b6f044a914f8d21592aae"
761
            },
762
            "dist": {
763
                "type": "zip",
764
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/ac8802df2d1d03b7092b6f044a914f8d21592aae",
765
                "reference": "ac8802df2d1d03b7092b6f044a914f8d21592aae",
766
                "shasum": ""
767
            },
768
            "require": {
769
                "padraic/humbug_get_contents": "1.0.4",
770
                "php": ">=5.3.3"
771
            },
772
            "require-dev": {
773
                "phpunit/phpunit": "~4.0"
774
            },
775
            "type": "library",
776
            "extra": {
777
                "branch-alias": {
778
                    "dev-master": "1.0-dev"
779
                }
780
            },
781
            "autoload": {
782
                "psr-4": {
783
                    "Humbug\\SelfUpdate\\": "src/"
784
                }
785
            },
786
            "notification-url": "https://packagist.org/downloads/",
787
            "license": [
788
                "BSD-3-Clause"
789
            ],
790
            "authors": [
791
                {
792
                    "name": "Padraic Brady",
793
                    "email": "[email protected]",
794
                    "homepage": "http://blog.astrumfutura.com"
795
                }
796
            ],
797
            "description": "A thing to make PHAR self-updating easy and secure.",
798
            "keywords": [
799
                "humbug",
800
                "phar",
801
                "self-update",
802
                "update"
803
            ],
804
            "time": "2017-07-12T22:42:45+00:00"
805
        },
806
        {
807
            "name": "phpcollection/phpcollection",
808
            "version": "0.5.0",
809
            "source": {
810
                "type": "git",
811
                "url": "https://github.com/schmittjoh/php-collection.git",
812
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
813
            },
814
            "dist": {
815
                "type": "zip",
816
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
817
                "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
818
                "shasum": ""
819
            },
820
            "require": {
821
                "phpoption/phpoption": "1.*"
822
            },
823
            "type": "library",
824
            "extra": {
825
                "branch-alias": {
826
                    "dev-master": "0.4-dev"
827
                }
828
            },
829
            "autoload": {
830
                "psr-0": {
831
                    "PhpCollection": "src/"
832
                }
833
            },
834
            "notification-url": "https://packagist.org/downloads/",
835
            "license": [
836
                "Apache2"
837
            ],
838
            "authors": [
839
                {
840
                    "name": "Johannes M. Schmitt",
841
                    "email": "[email protected]"
842
                }
843
            ],
844
            "description": "General-Purpose Collection Library for PHP",
845
            "keywords": [
846
                "collection",
847
                "list",
848
                "map",
849
                "sequence",
850
                "set"
851
            ],
852
            "time": "2015-05-17T12:39:23+00:00"
853
        },
854
        {
855
            "name": "phpdocumentor/fileset",
856
            "version": "1.0.0",
857
            "source": {
858
                "type": "git",
859
                "url": "https://github.com/phpDocumentor/Fileset.git",
860
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
861
            },
862
            "dist": {
863
                "type": "zip",
864
                "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
865
                "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
866
                "shasum": ""
867
            },
868
            "require": {
869
                "php": ">=5.3.3",
870
                "symfony/finder": "~2.1"
871
            },
872
            "require-dev": {
873
                "phpunit/phpunit": "~3.7"
874
            },
875
            "type": "library",
876
            "autoload": {
877
                "psr-0": {
878
                    "phpDocumentor": [
879
                        "src/",
880
                        "tests/unit/"
881
                    ]
882
                }
883
            },
884
            "notification-url": "https://packagist.org/downloads/",
885
            "license": [
886
                "MIT"
887
            ],
888
            "description": "Fileset component for collecting a set of files given directories and file paths",
889
            "homepage": "http://www.phpdoc.org",
890
            "keywords": [
891
                "files",
892
                "fileset",
893
                "phpdoc"
894
            ],
895
            "time": "2013-08-06T21:07:42+00:00"
896
        },
897
        {
898
            "name": "phpdocumentor/flyfinder",
899
            "version": "1.0.0-beta2",
900
            "source": {
901
                "type": "git",
902
                "url": "https://github.com/phpDocumentor/FlyFinder.git",
903
                "reference": "524ef31734c83ba5eaaec14503865db75e38cb08"
904
            },
905
            "dist": {
906
                "type": "zip",
907
                "url": "https://api.github.com/repos/phpDocumentor/FlyFinder/zipball/524ef31734c83ba5eaaec14503865db75e38cb08",
908
                "reference": "524ef31734c83ba5eaaec14503865db75e38cb08",
909
                "shasum": ""
910
            },
911
            "require": {
912
                "league/flysystem": "~1.0.41",
913
                "php": ">=7.1"
914
            },
915
            "require-dev": {
916
                "league/flysystem-memory": "~1.0",
917
                "mockery/mockery": "~1.0",
918
                "phpunit/phpunit": "^6.5"
919
            },
920
            "type": "library",
921
            "autoload": {
922
                "psr-4": {
923
                    "Flyfinder\\": [
924
                        "src/"
925
                    ]
926
                }
927
            },
928
            "notification-url": "https://packagist.org/downloads/",
929
            "license": [
930
                "MIT"
931
            ],
932
            "description": "Flysystem plugin to add file finding capabilities to the Filesystem entity",
933
            "homepage": "http://www.phpdoc.org",
934
            "keywords": [
935
                "Flysystem",
936
                "phpdoc"
937
            ],
938
            "time": "2018-01-18T22:02:08+00:00"
939
        },
940
        {
941
            "name": "phpdocumentor/graphviz",
942
            "version": "1.0.4",
943
            "source": {
944
                "type": "git",
945
                "url": "https://github.com/phpDocumentor/GraphViz.git",
946
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
947
            },
948
            "dist": {
949
                "type": "zip",
950
                "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
951
                "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
952
                "shasum": ""
953
            },
954
            "require": {
955
                "php": ">=5.3.3"
956
            },
957
            "require-dev": {
958
                "phpunit/phpunit": "~4.0"
959
            },
960
            "type": "library",
961
            "autoload": {
962
                "psr-0": {
963
                    "phpDocumentor": [
964
                        "src/",
965
                        "tests/unit"
966
                    ]
967
                }
968
            },
969
            "notification-url": "https://packagist.org/downloads/",
970
            "license": [
971
                "MIT"
972
            ],
973
            "authors": [
974
                {
975
                    "name": "Mike van Riel",
976
                    "email": "[email protected]"
977
                }
978
            ],
979
            "time": "2016-02-02T13:00:08+00:00"
980
        },
981
        {
982
            "name": "phpdocumentor/reflection",
983
            "version": "dev-develop",
984
            "source": {
985
                "type": "git",
986
                "url": "https://github.com/phpDocumentor/Reflection.git",
987
                "reference": "208cd4547c822ba40f13955122940553da73c0ce"
988
            },
989
            "dist": {
990
                "type": "zip",
991
                "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/208cd4547c822ba40f13955122940553da73c0ce",
992
                "reference": "208cd4547c822ba40f13955122940553da73c0ce",
993
                "shasum": ""
994
            },
995
            "require": {
996
                "nikic/php-parser": "^3.0",
997
                "php": ">=7.1",
998
                "phpdocumentor/reflection-common": "^1.0@dev",
999
                "phpdocumentor/reflection-docblock": "^4.1",
1000
                "psr/log": "~1.0"
1001
            },
1002
            "require-dev": {
1003
                "mikey179/vfsstream": "~1.2",
1004
                "mockery/mockery": "~1.0",
1005
                "phpstan/phpstan": "^0.9.0",
1006
                "phpunit/phpunit": "~6.5",
1007
                "squizlabs/php_codesniffer": "^2.5"
1008
            },
1009
            "type": "library",
1010
            "extra": {
1011
                "branch-alias": {
1012
                    "dev-develop": "4.0.x-dev"
1013
                }
1014
            },
1015
            "autoload": {
1016
                "psr-4": {
1017
                    "phpDocumentor\\": "src/phpDocumentor"
1018
                }
1019
            },
1020
            "notification-url": "https://packagist.org/downloads/",
1021
            "license": [
1022
                "MIT"
1023
            ],
1024
            "description": "Reflection library to do Static Analysis for PHP Projects",
1025
            "homepage": "http://www.phpdoc.org",
1026
            "keywords": [
1027
                "phpDocumentor",
1028
                "phpdoc",
1029
                "reflection",
1030
                "static analysis"
1031
            ],
1032
            "time": "2018-01-12T10:31:38+00:00"
1033
        },
1034
        {
1035
            "name": "phpdocumentor/reflection-common",
1036
            "version": "1.0.1",
1037
            "source": {
1038
                "type": "git",
1039
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1040
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1041
            },
1042
            "dist": {
1043
                "type": "zip",
1044
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1045
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1046
                "shasum": ""
1047
            },
1048
            "require": {
1049
                "php": ">=5.5"
1050
            },
1051
            "require-dev": {
1052
                "phpunit/phpunit": "^4.6"
1053
            },
1054
            "type": "library",
1055
            "extra": {
1056
                "branch-alias": {
1057
                    "dev-master": "1.0.x-dev"
1058
                }
1059
            },
1060
            "autoload": {
1061
                "psr-4": {
1062
                    "phpDocumentor\\Reflection\\": [
1063
                        "src"
1064
                    ]
1065
                }
1066
            },
1067
            "notification-url": "https://packagist.org/downloads/",
1068
            "license": [
1069
                "MIT"
1070
            ],
1071
            "authors": [
1072
                {
1073
                    "name": "Jaap van Otterdijk",
1074
                    "email": "[email protected]"
1075
                }
1076
            ],
1077
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1078
            "homepage": "http://www.phpdoc.org",
1079
            "keywords": [
1080
                "FQSEN",
1081
                "phpDocumentor",
1082
                "phpdoc",
1083
                "reflection",
1084
                "static analysis"
1085
            ],
1086
            "time": "2017-09-11T18:02:19+00:00"
1087
        },
1088
        {
1089
            "name": "phpdocumentor/reflection-docblock",
1090
            "version": "4.3.0",
1091
            "source": {
1092
                "type": "git",
1093
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1094
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1095
            },
1096
            "dist": {
1097
                "type": "zip",
1098
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1099
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1100
                "shasum": ""
1101
            },
1102
            "require": {
1103
                "php": "^7.0",
1104
                "phpdocumentor/reflection-common": "^1.0.0",
1105
                "phpdocumentor/type-resolver": "^0.4.0",
1106
                "webmozart/assert": "^1.0"
1107
            },
1108
            "require-dev": {
1109
                "doctrine/instantiator": "~1.0.5",
1110
                "mockery/mockery": "^1.0",
1111
                "phpunit/phpunit": "^6.4"
1112
            },
1113
            "type": "library",
1114
            "extra": {
1115
                "branch-alias": {
1116
                    "dev-master": "4.x-dev"
1117
                }
1118
            },
1119
            "autoload": {
1120
                "psr-4": {
1121
                    "phpDocumentor\\Reflection\\": [
1122
                        "src/"
1123
                    ]
1124
                }
1125
            },
1126
            "notification-url": "https://packagist.org/downloads/",
1127
            "license": [
1128
                "MIT"
1129
            ],
1130
            "authors": [
1131
                {
1132
                    "name": "Mike van Riel",
1133
                    "email": "[email protected]"
1134
                }
1135
            ],
1136
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1137
            "time": "2017-11-30T07:14:17+00:00"
1138
        },
1139
        {
1140
            "name": "phpdocumentor/type-resolver",
1141
            "version": "0.4.0",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1145
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1150
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "php": "^5.5 || ^7.0",
1155
                "phpdocumentor/reflection-common": "^1.0"
1156
            },
1157
            "require-dev": {
1158
                "mockery/mockery": "^0.9.4",
1159
                "phpunit/phpunit": "^5.2||^4.8.24"
1160
            },
1161
            "type": "library",
1162
            "extra": {
1163
                "branch-alias": {
1164
                    "dev-master": "1.0.x-dev"
1165
                }
1166
            },
1167
            "autoload": {
1168
                "psr-4": {
1169
                    "phpDocumentor\\Reflection\\": [
1170
                        "src/"
1171
                    ]
1172
                }
1173
            },
1174
            "notification-url": "https://packagist.org/downloads/",
1175
            "license": [
1176
                "MIT"
1177
            ],
1178
            "authors": [
1179
                {
1180
                    "name": "Mike van Riel",
1181
                    "email": "[email protected]"
1182
                }
1183
            ],
1184
            "time": "2017-07-14T14:27:02+00:00"
1185
        },
1186
        {
1187
            "name": "phpoption/phpoption",
1188
            "version": "1.5.0",
1189
            "source": {
1190
                "type": "git",
1191
                "url": "https://github.com/schmittjoh/php-option.git",
1192
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
1193
            },
1194
            "dist": {
1195
                "type": "zip",
1196
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1197
                "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
1198
                "shasum": ""
1199
            },
1200
            "require": {
1201
                "php": ">=5.3.0"
1202
            },
1203
            "require-dev": {
1204
                "phpunit/phpunit": "4.7.*"
1205
            },
1206
            "type": "library",
1207
            "extra": {
1208
                "branch-alias": {
1209
                    "dev-master": "1.3-dev"
1210
                }
1211
            },
1212
            "autoload": {
1213
                "psr-0": {
1214
                    "PhpOption\\": "src/"
1215
                }
1216
            },
1217
            "notification-url": "https://packagist.org/downloads/",
1218
            "license": [
1219
                "Apache2"
1220
            ],
1221
            "authors": [
1222
                {
1223
                    "name": "Johannes M. Schmitt",
1224
                    "email": "[email protected]"
1225
                }
1226
            ],
1227
            "description": "Option Type for PHP",
1228
            "keywords": [
1229
                "language",
1230
                "option",
1231
                "php",
1232
                "type"
1233
            ],
1234
            "time": "2015-07-25T16:39:46+00:00"
1235
        },
1236
        {
1237
            "name": "pimple/pimple",
1238
            "version": "v3.2.3",
1239
            "source": {
1240
                "type": "git",
1241
                "url": "https://github.com/silexphp/Pimple.git",
1242
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
1243
            },
1244
            "dist": {
1245
                "type": "zip",
1246
                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
1247
                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
1248
                "shasum": ""
1249
            },
1250
            "require": {
1251
                "php": ">=5.3.0",
1252
                "psr/container": "^1.0"
1253
            },
1254
            "require-dev": {
1255
                "symfony/phpunit-bridge": "^3.2"
1256
            },
1257
            "type": "library",
1258
            "extra": {
1259
                "branch-alias": {
1260
                    "dev-master": "3.2.x-dev"
1261
                }
1262
            },
1263
            "autoload": {
1264
                "psr-0": {
1265
                    "Pimple": "src/"
1266
                }
1267
            },
1268
            "notification-url": "https://packagist.org/downloads/",
1269
            "license": [
1270
                "MIT"
1271
            ],
1272
            "authors": [
1273
                {
1274
                    "name": "Fabien Potencier",
1275
                    "email": "[email protected]"
1276
                }
1277
            ],
1278
            "description": "Pimple, a simple Dependency Injection Container",
1279
            "homepage": "http://pimple.sensiolabs.org",
1280
            "keywords": [
1281
                "container",
1282
                "dependency injection"
1283
            ],
1284
            "time": "2018-01-21T07:42:36+00:00"
1285
        },
1286
        {
1287
            "name": "psr/cache",
1288
            "version": "1.0.1",
1289
            "source": {
1290
                "type": "git",
1291
                "url": "https://github.com/php-fig/cache.git",
1292
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1293
            },
1294
            "dist": {
1295
                "type": "zip",
1296
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1297
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1298
                "shasum": ""
1299
            },
1300
            "require": {
1301
                "php": ">=5.3.0"
1302
            },
1303
            "type": "library",
1304
            "extra": {
1305
                "branch-alias": {
1306
                    "dev-master": "1.0.x-dev"
1307
                }
1308
            },
1309
            "autoload": {
1310
                "psr-4": {
1311
                    "Psr\\Cache\\": "src/"
1312
                }
1313
            },
1314
            "notification-url": "https://packagist.org/downloads/",
1315
            "license": [
1316
                "MIT"
1317
            ],
1318
            "authors": [
1319
                {
1320
                    "name": "PHP-FIG",
1321
                    "homepage": "http://www.php-fig.org/"
1322
                }
1323
            ],
1324
            "description": "Common interface for caching libraries",
1325
            "keywords": [
1326
                "cache",
1327
                "psr",
1328
                "psr-6"
1329
            ],
1330
            "time": "2016-08-06T20:24:11+00:00"
1331
        },
1332
        {
1333
            "name": "psr/container",
1334
            "version": "1.0.0",
1335
            "source": {
1336
                "type": "git",
1337
                "url": "https://github.com/php-fig/container.git",
1338
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1339
            },
1340
            "dist": {
1341
                "type": "zip",
1342
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1343
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1344
                "shasum": ""
1345
            },
1346
            "require": {
1347
                "php": ">=5.3.0"
1348
            },
1349
            "type": "library",
1350
            "extra": {
1351
                "branch-alias": {
1352
                    "dev-master": "1.0.x-dev"
1353
                }
1354
            },
1355
            "autoload": {
1356
                "psr-4": {
1357
                    "Psr\\Container\\": "src/"
1358
                }
1359
            },
1360
            "notification-url": "https://packagist.org/downloads/",
1361
            "license": [
1362
                "MIT"
1363
            ],
1364
            "authors": [
1365
                {
1366
                    "name": "PHP-FIG",
1367
                    "homepage": "http://www.php-fig.org/"
1368
                }
1369
            ],
1370
            "description": "Common Container Interface (PHP FIG PSR-11)",
1371
            "homepage": "https://github.com/php-fig/container",
1372
            "keywords": [
1373
                "PSR-11",
1374
                "container",
1375
                "container-interface",
1376
                "container-interop",
1377
                "psr"
1378
            ],
1379
            "time": "2017-02-14T16:28:37+00:00"
1380
        },
1381
        {
1382
            "name": "psr/log",
1383
            "version": "1.0.2",
1384
            "source": {
1385
                "type": "git",
1386
                "url": "https://github.com/php-fig/log.git",
1387
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1388
            },
1389
            "dist": {
1390
                "type": "zip",
1391
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1392
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1393
                "shasum": ""
1394
            },
1395
            "require": {
1396
                "php": ">=5.3.0"
1397
            },
1398
            "type": "library",
1399
            "extra": {
1400
                "branch-alias": {
1401
                    "dev-master": "1.0.x-dev"
1402
                }
1403
            },
1404
            "autoload": {
1405
                "psr-4": {
1406
                    "Psr\\Log\\": "Psr/Log/"
1407
                }
1408
            },
1409
            "notification-url": "https://packagist.org/downloads/",
1410
            "license": [
1411
                "MIT"
1412
            ],
1413
            "authors": [
1414
                {
1415
                    "name": "PHP-FIG",
1416
                    "homepage": "http://www.php-fig.org/"
1417
                }
1418
            ],
1419
            "description": "Common interface for logging libraries",
1420
            "homepage": "https://github.com/php-fig/log",
1421
            "keywords": [
1422
                "log",
1423
                "psr",
1424
                "psr-3"
1425
            ],
1426
            "time": "2016-10-10T12:19:37+00:00"
1427
        },
1428
        {
1429
            "name": "silex/api",
1430
            "version": "v2.2.2",
1431
            "source": {
1432
                "type": "git",
1433
                "url": "https://github.com/silexphp/Silex-Api.git",
1434
                "reference": "69617ecf52581bbd6b315424f45b40783189e902"
1435
            },
1436
            "dist": {
1437
                "type": "zip",
1438
                "url": "https://api.github.com/repos/silexphp/Silex-Api/zipball/69617ecf52581bbd6b315424f45b40783189e902",
1439
                "reference": "69617ecf52581bbd6b315424f45b40783189e902",
1440
                "shasum": ""
1441
            },
1442
            "require": {
1443
                "php": ">=5.5.9",
1444
                "pimple/pimple": "~3.0"
1445
            },
1446
            "suggest": {
1447
                "silex/silex": "For BootableProviderInterface and ControllerProviderInterface",
1448
                "symfony/event-dispatcher": "For EventListenerProviderInterface"
1449
            },
1450
            "type": "library",
1451
            "extra": {
1452
                "branch-alias": {
1453
                    "dev-master": "2.2.x-dev"
1454
                }
1455
            },
1456
            "autoload": {
1457
                "psr-4": {
1458
                    "Silex\\Api\\": ""
1459
                }
1460
            },
1461
            "notification-url": "https://packagist.org/downloads/",
1462
            "license": [
1463
                "MIT"
1464
            ],
1465
            "authors": [
1466
                {
1467
                    "name": "Fabien Potencier",
1468
                    "email": "[email protected]"
1469
                },
1470
                {
1471
                    "name": "Igor Wiedler",
1472
                    "email": "[email protected]"
1473
                }
1474
            ],
1475
            "description": "The Silex interfaces",
1476
            "homepage": "http://silex.sensiolabs.org",
1477
            "keywords": [
1478
                "microframework"
1479
            ],
1480
            "time": "2017-07-23T07:40:14+00:00"
1481
        },
1482
        {
1483
            "name": "symfony/config",
1484
            "version": "v2.8.34",
1485
            "source": {
1486
                "type": "git",
1487
                "url": "https://github.com/symfony/config.git",
1488
                "reference": "17605ff58313d9fe94e507620a399721fc347b6d"
1489
            },
1490
            "dist": {
1491
                "type": "zip",
1492
                "url": "https://api.github.com/repos/symfony/config/zipball/17605ff58313d9fe94e507620a399721fc347b6d",
1493
                "reference": "17605ff58313d9fe94e507620a399721fc347b6d",
1494
                "shasum": ""
1495
            },
1496
            "require": {
1497
                "php": ">=5.3.9",
1498
                "symfony/filesystem": "~2.3|~3.0.0"
1499
            },
1500
            "require-dev": {
1501
                "symfony/yaml": "~2.7|~3.0.0"
1502
            },
1503
            "suggest": {
1504
                "symfony/yaml": "To use the yaml reference dumper"
1505
            },
1506
            "type": "library",
1507
            "extra": {
1508
                "branch-alias": {
1509
                    "dev-master": "2.8-dev"
1510
                }
1511
            },
1512
            "autoload": {
1513
                "psr-4": {
1514
                    "Symfony\\Component\\Config\\": ""
1515
                },
1516
                "exclude-from-classmap": [
1517
                    "/Tests/"
1518
                ]
1519
            },
1520
            "notification-url": "https://packagist.org/downloads/",
1521
            "license": [
1522
                "MIT"
1523
            ],
1524
            "authors": [
1525
                {
1526
                    "name": "Fabien Potencier",
1527
                    "email": "[email protected]"
1528
                },
1529
                {
1530
                    "name": "Symfony Community",
1531
                    "homepage": "https://symfony.com/contributors"
1532
                }
1533
            ],
1534
            "description": "Symfony Config Component",
1535
            "homepage": "https://symfony.com",
1536
            "time": "2018-01-21T19:03:25+00:00"
1537
        },
1538
        {
1539
            "name": "symfony/console",
1540
            "version": "v2.8.34",
1541
            "source": {
1542
                "type": "git",
1543
                "url": "https://github.com/symfony/console.git",
1544
                "reference": "162ca7d0ea597599967aa63b23418e747da0896b"
1545
            },
1546
            "dist": {
1547
                "type": "zip",
1548
                "url": "https://api.github.com/repos/symfony/console/zipball/162ca7d0ea597599967aa63b23418e747da0896b",
1549
                "reference": "162ca7d0ea597599967aa63b23418e747da0896b",
1550
                "shasum": ""
1551
            },
1552
            "require": {
1553
                "php": ">=5.3.9",
1554
                "symfony/debug": "^2.7.2|~3.0.0",
1555
                "symfony/polyfill-mbstring": "~1.0"
1556
            },
1557
            "require-dev": {
1558
                "psr/log": "~1.0",
1559
                "symfony/event-dispatcher": "~2.1|~3.0.0",
1560
                "symfony/process": "~2.1|~3.0.0"
1561
            },
1562
            "suggest": {
1563
                "psr/log": "For using the console logger",
1564
                "symfony/event-dispatcher": "",
1565
                "symfony/process": ""
1566
            },
1567
            "type": "library",
1568
            "extra": {
1569
                "branch-alias": {
1570
                    "dev-master": "2.8-dev"
1571
                }
1572
            },
1573
            "autoload": {
1574
                "psr-4": {
1575
                    "Symfony\\Component\\Console\\": ""
1576
                },
1577
                "exclude-from-classmap": [
1578
                    "/Tests/"
1579
                ]
1580
            },
1581
            "notification-url": "https://packagist.org/downloads/",
1582
            "license": [
1583
                "MIT"
1584
            ],
1585
            "authors": [
1586
                {
1587
                    "name": "Fabien Potencier",
1588
                    "email": "[email protected]"
1589
                },
1590
                {
1591
                    "name": "Symfony Community",
1592
                    "homepage": "https://symfony.com/contributors"
1593
                }
1594
            ],
1595
            "description": "Symfony Console Component",
1596
            "homepage": "https://symfony.com",
1597
            "time": "2018-01-29T08:54:45+00:00"
1598
        },
1599
        {
1600
            "name": "symfony/debug",
1601
            "version": "v3.0.9",
1602
            "source": {
1603
                "type": "git",
1604
                "url": "https://github.com/symfony/debug.git",
1605
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
1606
            },
1607
            "dist": {
1608
                "type": "zip",
1609
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
1610
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
1611
                "shasum": ""
1612
            },
1613
            "require": {
1614
                "php": ">=5.5.9",
1615
                "psr/log": "~1.0"
1616
            },
1617
            "conflict": {
1618
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1619
            },
1620
            "require-dev": {
1621
                "symfony/class-loader": "~2.8|~3.0",
1622
                "symfony/http-kernel": "~2.8|~3.0"
1623
            },
1624
            "type": "library",
1625
            "extra": {
1626
                "branch-alias": {
1627
                    "dev-master": "3.0-dev"
1628
                }
1629
            },
1630
            "autoload": {
1631
                "psr-4": {
1632
                    "Symfony\\Component\\Debug\\": ""
1633
                },
1634
                "exclude-from-classmap": [
1635
                    "/Tests/"
1636
                ]
1637
            },
1638
            "notification-url": "https://packagist.org/downloads/",
1639
            "license": [
1640
                "MIT"
1641
            ],
1642
            "authors": [
1643
                {
1644
                    "name": "Fabien Potencier",
1645
                    "email": "[email protected]"
1646
                },
1647
                {
1648
                    "name": "Symfony Community",
1649
                    "homepage": "https://symfony.com/contributors"
1650
                }
1651
            ],
1652
            "description": "Symfony Debug Component",
1653
            "homepage": "https://symfony.com",
1654
            "time": "2016-07-30T07:22:48+00:00"
1655
        },
1656
        {
1657
            "name": "symfony/event-dispatcher",
1658
            "version": "v2.8.34",
1659
            "source": {
1660
                "type": "git",
1661
                "url": "https://github.com/symfony/event-dispatcher.git",
1662
                "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc"
1663
            },
1664
            "dist": {
1665
                "type": "zip",
1666
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d64be24fc1eba62f9daace8a8918f797fc8e87cc",
1667
                "reference": "d64be24fc1eba62f9daace8a8918f797fc8e87cc",
1668
                "shasum": ""
1669
            },
1670
            "require": {
1671
                "php": ">=5.3.9"
1672
            },
1673
            "require-dev": {
1674
                "psr/log": "~1.0",
1675
                "symfony/config": "^2.0.5|~3.0.0",
1676
                "symfony/dependency-injection": "~2.6|~3.0.0",
1677
                "symfony/expression-language": "~2.6|~3.0.0",
1678
                "symfony/stopwatch": "~2.3|~3.0.0"
1679
            },
1680
            "suggest": {
1681
                "symfony/dependency-injection": "",
1682
                "symfony/http-kernel": ""
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "2.8-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-4": {
1692
                    "Symfony\\Component\\EventDispatcher\\": ""
1693
                },
1694
                "exclude-from-classmap": [
1695
                    "/Tests/"
1696
                ]
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Fabien Potencier",
1705
                    "email": "[email protected]"
1706
                },
1707
                {
1708
                    "name": "Symfony Community",
1709
                    "homepage": "https://symfony.com/contributors"
1710
                }
1711
            ],
1712
            "description": "Symfony EventDispatcher Component",
1713
            "homepage": "https://symfony.com",
1714
            "time": "2018-01-03T07:36:31+00:00"
1715
        },
1716
        {
1717
            "name": "symfony/filesystem",
1718
            "version": "v3.0.9",
1719
            "source": {
1720
                "type": "git",
1721
                "url": "https://github.com/symfony/filesystem.git",
1722
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d"
1723
            },
1724
            "dist": {
1725
                "type": "zip",
1726
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d",
1727
                "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d",
1728
                "shasum": ""
1729
            },
1730
            "require": {
1731
                "php": ">=5.5.9"
1732
            },
1733
            "type": "library",
1734
            "extra": {
1735
                "branch-alias": {
1736
                    "dev-master": "3.0-dev"
1737
                }
1738
            },
1739
            "autoload": {
1740
                "psr-4": {
1741
                    "Symfony\\Component\\Filesystem\\": ""
1742
                },
1743
                "exclude-from-classmap": [
1744
                    "/Tests/"
1745
                ]
1746
            },
1747
            "notification-url": "https://packagist.org/downloads/",
1748
            "license": [
1749
                "MIT"
1750
            ],
1751
            "authors": [
1752
                {
1753
                    "name": "Fabien Potencier",
1754
                    "email": "[email protected]"
1755
                },
1756
                {
1757
                    "name": "Symfony Community",
1758
                    "homepage": "https://symfony.com/contributors"
1759
                }
1760
            ],
1761
            "description": "Symfony Filesystem Component",
1762
            "homepage": "https://symfony.com",
1763
            "time": "2016-07-20T05:43:46+00:00"
1764
        },
1765
        {
1766
            "name": "symfony/finder",
1767
            "version": "v2.8.34",
1768
            "source": {
1769
                "type": "git",
1770
                "url": "https://github.com/symfony/finder.git",
1771
                "reference": "9786ccb6a1f94a89ae18fc6a1b68de1f070823ed"
1772
            },
1773
            "dist": {
1774
                "type": "zip",
1775
                "url": "https://api.github.com/repos/symfony/finder/zipball/9786ccb6a1f94a89ae18fc6a1b68de1f070823ed",
1776
                "reference": "9786ccb6a1f94a89ae18fc6a1b68de1f070823ed",
1777
                "shasum": ""
1778
            },
1779
            "require": {
1780
                "php": ">=5.3.9"
1781
            },
1782
            "type": "library",
1783
            "extra": {
1784
                "branch-alias": {
1785
                    "dev-master": "2.8-dev"
1786
                }
1787
            },
1788
            "autoload": {
1789
                "psr-4": {
1790
                    "Symfony\\Component\\Finder\\": ""
1791
                },
1792
                "exclude-from-classmap": [
1793
                    "/Tests/"
1794
                ]
1795
            },
1796
            "notification-url": "https://packagist.org/downloads/",
1797
            "license": [
1798
                "MIT"
1799
            ],
1800
            "authors": [
1801
                {
1802
                    "name": "Fabien Potencier",
1803
                    "email": "[email protected]"
1804
                },
1805
                {
1806
                    "name": "Symfony Community",
1807
                    "homepage": "https://symfony.com/contributors"
1808
                }
1809
            ],
1810
            "description": "Symfony Finder Component",
1811
            "homepage": "https://symfony.com",
1812
            "time": "2018-01-29T08:54:45+00:00"
1813
        },
1814
        {
1815
            "name": "symfony/polyfill-mbstring",
1816
            "version": "v1.7.0",
1817
            "source": {
1818
                "type": "git",
1819
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1820
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
1821
            },
1822
            "dist": {
1823
                "type": "zip",
1824
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1825
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1826
                "shasum": ""
1827
            },
1828
            "require": {
1829
                "php": ">=5.3.3"
1830
            },
1831
            "suggest": {
1832
                "ext-mbstring": "For best performance"
1833
            },
1834
            "type": "library",
1835
            "extra": {
1836
                "branch-alias": {
1837
                    "dev-master": "1.7-dev"
1838
                }
1839
            },
1840
            "autoload": {
1841
                "psr-4": {
1842
                    "Symfony\\Polyfill\\Mbstring\\": ""
1843
                },
1844
                "files": [
1845
                    "bootstrap.php"
1846
                ]
1847
            },
1848
            "notification-url": "https://packagist.org/downloads/",
1849
            "license": [
1850
                "MIT"
1851
            ],
1852
            "authors": [
1853
                {
1854
                    "name": "Nicolas Grekas",
1855
                    "email": "[email protected]"
1856
                },
1857
                {
1858
                    "name": "Symfony Community",
1859
                    "homepage": "https://symfony.com/contributors"
1860
                }
1861
            ],
1862
            "description": "Symfony polyfill for the Mbstring extension",
1863
            "homepage": "https://symfony.com",
1864
            "keywords": [
1865
                "compatibility",
1866
                "mbstring",
1867
                "polyfill",
1868
                "portable",
1869
                "shim"
1870
            ],
1871
            "time": "2018-01-30T19:27:44+00:00"
1872
        },
1873
        {
1874
            "name": "symfony/process",
1875
            "version": "v2.8.34",
1876
            "source": {
1877
                "type": "git",
1878
                "url": "https://github.com/symfony/process.git",
1879
                "reference": "905efe90024caa75a2fc93f54e14b26f2a099d96"
1880
            },
1881
            "dist": {
1882
                "type": "zip",
1883
                "url": "https://api.github.com/repos/symfony/process/zipball/905efe90024caa75a2fc93f54e14b26f2a099d96",
1884
                "reference": "905efe90024caa75a2fc93f54e14b26f2a099d96",
1885
                "shasum": ""
1886
            },
1887
            "require": {
1888
                "php": ">=5.3.9"
1889
            },
1890
            "type": "library",
1891
            "extra": {
1892
                "branch-alias": {
1893
                    "dev-master": "2.8-dev"
1894
                }
1895
            },
1896
            "autoload": {
1897
                "psr-4": {
1898
                    "Symfony\\Component\\Process\\": ""
1899
                },
1900
                "exclude-from-classmap": [
1901
                    "/Tests/"
1902
                ]
1903
            },
1904
            "notification-url": "https://packagist.org/downloads/",
1905
            "license": [
1906
                "MIT"
1907
            ],
1908
            "authors": [
1909
                {
1910
                    "name": "Fabien Potencier",
1911
                    "email": "[email protected]"
1912
                },
1913
                {
1914
                    "name": "Symfony Community",
1915
                    "homepage": "https://symfony.com/contributors"
1916
                }
1917
            ],
1918
            "description": "Symfony Process Component",
1919
            "homepage": "https://symfony.com",
1920
            "time": "2018-01-29T08:54:45+00:00"
1921
        },
1922
        {
1923
            "name": "symfony/stopwatch",
1924
            "version": "v2.8.34",
1925
            "source": {
1926
                "type": "git",
1927
                "url": "https://github.com/symfony/stopwatch.git",
1928
                "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e"
1929
            },
1930
            "dist": {
1931
                "type": "zip",
1932
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/57021208ad9830f8f8390c1a9d7bb390f32be89e",
1933
                "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e",
1934
                "shasum": ""
1935
            },
1936
            "require": {
1937
                "php": ">=5.3.9"
1938
            },
1939
            "type": "library",
1940
            "extra": {
1941
                "branch-alias": {
1942
                    "dev-master": "2.8-dev"
1943
                }
1944
            },
1945
            "autoload": {
1946
                "psr-4": {
1947
                    "Symfony\\Component\\Stopwatch\\": ""
1948
                },
1949
                "exclude-from-classmap": [
1950
                    "/Tests/"
1951
                ]
1952
            },
1953
            "notification-url": "https://packagist.org/downloads/",
1954
            "license": [
1955
                "MIT"
1956
            ],
1957
            "authors": [
1958
                {
1959
                    "name": "Fabien Potencier",
1960
                    "email": "[email protected]"
1961
                },
1962
                {
1963
                    "name": "Symfony Community",
1964
                    "homepage": "https://symfony.com/contributors"
1965
                }
1966
            ],
1967
            "description": "Symfony Stopwatch Component",
1968
            "homepage": "https://symfony.com",
1969
            "time": "2018-01-03T07:36:31+00:00"
1970
        },
1971
        {
1972
            "name": "tedivm/stash",
1973
            "version": "v0.14.2",
1974
            "source": {
1975
                "type": "git",
1976
                "url": "https://github.com/tedious/Stash.git",
1977
                "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41"
1978
            },
1979
            "dist": {
1980
                "type": "zip",
1981
                "url": "https://api.github.com/repos/tedious/Stash/zipball/7ea9749784152dcd2dab72c4bbf2bef18c326e41",
1982
                "reference": "7ea9749784152dcd2dab72c4bbf2bef18c326e41",
1983
                "shasum": ""
1984
            },
1985
            "require": {
1986
                "php": "^5.4|^7.0",
1987
                "psr/cache": "~1.0"
1988
            },
1989
            "provide": {
1990
                "psr/cache-implementation": "1.0.0"
1991
            },
1992
            "require-dev": {
1993
                "friendsofphp/php-cs-fixer": "^1.9",
1994
                "phpunit/phpunit": "4.8.*",
1995
                "satooshi/php-coveralls": "1.0.*"
1996
            },
1997
            "type": "library",
1998
            "autoload": {
1999
                "psr-4": {
2000
                    "Stash\\": "src/Stash/"
2001
                }
2002
            },
2003
            "notification-url": "https://packagist.org/downloads/",
2004
            "license": [
2005
                "BSD-3-Clause"
2006
            ],
2007
            "authors": [
2008
                {
2009
                    "name": "Robert Hafner",
2010
                    "email": "[email protected]"
2011
                },
2012
                {
2013
                    "name": "Josh Hall-Bachner",
2014
                    "email": "[email protected]"
2015
                }
2016
            ],
2017
            "description": "The place to keep your cache.",
2018
            "homepage": "http://github.com/tedious/Stash",
2019
            "keywords": [
2020
                "apc",
2021
                "cache",
2022
                "caching",
2023
                "memcached",
2024
                "psr-6",
2025
                "psr6",
2026
                "redis",
2027
                "sessions"
2028
            ],
2029
            "time": "2017-04-23T17:16:57+00:00"
2030
        },
2031
        {
2032
            "name": "twig/twig",
2033
            "version": "v1.35.0",
2034
            "source": {
2035
                "type": "git",
2036
                "url": "https://github.com/twigphp/Twig.git",
2037
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f"
2038
            },
2039
            "dist": {
2040
                "type": "zip",
2041
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/daa657073e55b0a78cce8fdd22682fddecc6385f",
2042
                "reference": "daa657073e55b0a78cce8fdd22682fddecc6385f",
2043
                "shasum": ""
2044
            },
2045
            "require": {
2046
                "php": ">=5.3.3"
2047
            },
2048
            "require-dev": {
2049
                "psr/container": "^1.0",
2050
                "symfony/debug": "~2.7",
2051
                "symfony/phpunit-bridge": "~3.3@dev"
2052
            },
2053
            "type": "library",
2054
            "extra": {
2055
                "branch-alias": {
2056
                    "dev-master": "1.35-dev"
2057
                }
2058
            },
2059
            "autoload": {
2060
                "psr-0": {
2061
                    "Twig_": "lib/"
2062
                },
2063
                "psr-4": {
2064
                    "Twig\\": "src/"
2065
                }
2066
            },
2067
            "notification-url": "https://packagist.org/downloads/",
2068
            "license": [
2069
                "BSD-3-Clause"
2070
            ],
2071
            "authors": [
2072
                {
2073
                    "name": "Fabien Potencier",
2074
                    "email": "[email protected]",
2075
                    "homepage": "http://fabien.potencier.org",
2076
                    "role": "Lead Developer"
2077
                },
2078
                {
2079
                    "name": "Armin Ronacher",
2080
                    "email": "[email protected]",
2081
                    "role": "Project Founder"
2082
                },
2083
                {
2084
                    "name": "Twig Team",
2085
                    "homepage": "http://twig.sensiolabs.org/contributors",
2086
                    "role": "Contributors"
2087
                }
2088
            ],
2089
            "description": "Twig, the flexible, fast, and secure template language for PHP",
2090
            "homepage": "http://twig.sensiolabs.org",
2091
            "keywords": [
2092
                "templating"
2093
            ],
2094
            "time": "2017-09-27T18:06:46+00:00"
2095
        },
2096
        {
2097
            "name": "webmozart/assert",
2098
            "version": "1.3.0",
2099
            "source": {
2100
                "type": "git",
2101
                "url": "https://github.com/webmozart/assert.git",
2102
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2103
            },
2104
            "dist": {
2105
                "type": "zip",
2106
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
2107
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2108
                "shasum": ""
2109
            },
2110
            "require": {
2111
                "php": "^5.3.3 || ^7.0"
2112
            },
2113
            "require-dev": {
2114
                "phpunit/phpunit": "^4.6",
2115
                "sebastian/version": "^1.0.1"
2116
            },
2117
            "type": "library",
2118
            "extra": {
2119
                "branch-alias": {
2120
                    "dev-master": "1.3-dev"
2121
                }
2122
            },
2123
            "autoload": {
2124
                "psr-4": {
2125
                    "Webmozart\\Assert\\": "src/"
2126
                }
2127
            },
2128
            "notification-url": "https://packagist.org/downloads/",
2129
            "license": [
2130
                "MIT"
2131
            ],
2132
            "authors": [
2133
                {
2134
                    "name": "Bernhard Schussek",
2135
                    "email": "[email protected]"
2136
                }
2137
            ],
2138
            "description": "Assertions to validate method input/output with nice error messages.",
2139
            "keywords": [
2140
                "assert",
2141
                "check",
2142
                "validate"
2143
            ],
2144
            "time": "2018-01-29T19:49:41+00:00"
2145
        },
2146
        {
2147
            "name": "zendframework/zend-cache",
2148
            "version": "2.7.2",
2149
            "source": {
2150
                "type": "git",
2151
                "url": "https://github.com/zendframework/zend-cache.git",
2152
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039"
2153
            },
2154
            "dist": {
2155
                "type": "zip",
2156
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039",
2157
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039",
2158
                "shasum": ""
2159
            },
2160
            "require": {
2161
                "php": "^5.5 || ^7.0",
2162
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2163
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2164
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2165
            },
2166
            "require-dev": {
2167
                "phpbench/phpbench": "^0.10.0",
2168
                "phpunit/phpunit": "^4.8",
2169
                "zendframework/zend-coding-standard": "~1.0.0",
2170
                "zendframework/zend-serializer": "^2.6",
2171
                "zendframework/zend-session": "^2.6.2"
2172
            },
2173
            "suggest": {
2174
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
2175
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
2176
                "ext-dba": "DBA, to use the DBA storage adapter",
2177
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
2178
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
2179
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
2180
                "ext-redis": "Redis, to use Redis storage adapter",
2181
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
2182
                "ext-xcache": "XCache, to use the XCache storage adapter",
2183
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
2184
                "zendframework/zend-serializer": "Zend\\Serializer component",
2185
                "zendframework/zend-session": "Zend\\Session component"
2186
            },
2187
            "type": "library",
2188
            "extra": {
2189
                "branch-alias": {
2190
                    "dev-master": "2.7-dev",
2191
                    "dev-develop": "2.8-dev"
2192
                },
2193
                "zf": {
2194
                    "component": "Zend\\Cache",
2195
                    "config-provider": "Zend\\Cache\\ConfigProvider"
2196
                }
2197
            },
2198
            "autoload": {
2199
                "psr-4": {
2200
                    "Zend\\Cache\\": "src/"
2201
                }
2202
            },
2203
            "notification-url": "https://packagist.org/downloads/",
2204
            "license": [
2205
                "BSD-3-Clause"
2206
            ],
2207
            "description": "provides a generic way to cache any data",
2208
            "homepage": "https://github.com/zendframework/zend-cache",
2209
            "keywords": [
2210
                "cache",
2211
                "zf2"
2212
            ],
2213
            "time": "2016-12-16T11:35:47+00:00"
2214
        },
2215
        {
2216
            "name": "zendframework/zend-config",
2217
            "version": "2.6.0",
2218
            "source": {
2219
                "type": "git",
2220
                "url": "https://github.com/zendframework/zend-config.git",
2221
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
2222
            },
2223
            "dist": {
2224
                "type": "zip",
2225
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
2226
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
2227
                "shasum": ""
2228
            },
2229
            "require": {
2230
                "php": "^5.5 || ^7.0",
2231
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2232
            },
2233
            "require-dev": {
2234
                "fabpot/php-cs-fixer": "1.7.*",
2235
                "phpunit/phpunit": "~4.0",
2236
                "zendframework/zend-filter": "^2.6",
2237
                "zendframework/zend-i18n": "^2.5",
2238
                "zendframework/zend-json": "^2.6.1",
2239
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2240
            },
2241
            "suggest": {
2242
                "zendframework/zend-filter": "Zend\\Filter component",
2243
                "zendframework/zend-i18n": "Zend\\I18n component",
2244
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
2245
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
2246
            },
2247
            "type": "library",
2248
            "extra": {
2249
                "branch-alias": {
2250
                    "dev-master": "2.6-dev",
2251
                    "dev-develop": "2.7-dev"
2252
                }
2253
            },
2254
            "autoload": {
2255
                "psr-4": {
2256
                    "Zend\\Config\\": "src/"
2257
                }
2258
            },
2259
            "notification-url": "https://packagist.org/downloads/",
2260
            "license": [
2261
                "BSD-3-Clause"
2262
            ],
2263
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
2264
            "homepage": "https://github.com/zendframework/zend-config",
2265
            "keywords": [
2266
                "config",
2267
                "zf2"
2268
            ],
2269
            "time": "2016-02-04T23:01:10+00:00"
2270
        },
2271
        {
2272
            "name": "zendframework/zend-eventmanager",
2273
            "version": "3.2.0",
2274
            "source": {
2275
                "type": "git",
2276
                "url": "https://github.com/zendframework/zend-eventmanager.git",
2277
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c"
2278
            },
2279
            "dist": {
2280
                "type": "zip",
2281
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c",
2282
                "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c",
2283
                "shasum": ""
2284
            },
2285
            "require": {
2286
                "php": "^5.6 || ^7.0"
2287
            },
2288
            "require-dev": {
2289
                "athletic/athletic": "^0.1",
2290
                "container-interop/container-interop": "^1.1.0",
2291
                "phpunit/phpunit": "^6.0.7 || ^5.7.14",
2292
                "zendframework/zend-coding-standard": "~1.0.0",
2293
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
2294
            },
2295
            "suggest": {
2296
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
2297
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2298
            },
2299
            "type": "library",
2300
            "extra": {
2301
                "branch-alias": {
2302
                    "dev-master": "3.2-dev",
2303
                    "dev-develop": "3.3-dev"
2304
                }
2305
            },
2306
            "autoload": {
2307
                "psr-4": {
2308
                    "Zend\\EventManager\\": "src/"
2309
                }
2310
            },
2311
            "notification-url": "https://packagist.org/downloads/",
2312
            "license": [
2313
                "BSD-3-Clause"
2314
            ],
2315
            "description": "Trigger and listen to events within a PHP application",
2316
            "homepage": "https://github.com/zendframework/zend-eventmanager",
2317
            "keywords": [
2318
                "event",
2319
                "eventmanager",
2320
                "events",
2321
                "zf2"
2322
            ],
2323
            "time": "2017-07-11T19:17:22+00:00"
2324
        },
2325
        {
2326
            "name": "zendframework/zend-filter",
2327
            "version": "2.7.2",
2328
            "source": {
2329
                "type": "git",
2330
                "url": "https://github.com/zendframework/zend-filter.git",
2331
                "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175"
2332
            },
2333
            "dist": {
2334
                "type": "zip",
2335
                "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/b8d0ff872f126631bf63a932e33aa2d22d467175",
2336
                "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175",
2337
                "shasum": ""
2338
            },
2339
            "require": {
2340
                "php": "^5.5 || ^7.0",
2341
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2342
            },
2343
            "require-dev": {
2344
                "pear/archive_tar": "^1.4",
2345
                "phpunit/phpunit": "^6.0.10 || ^5.7.17",
2346
                "zendframework/zend-coding-standard": "~1.0.0",
2347
                "zendframework/zend-crypt": "^2.6 || ^3.0",
2348
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2349
                "zendframework/zend-uri": "^2.5"
2350
            },
2351
            "suggest": {
2352
                "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
2353
                "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
2354
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
2355
                "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
2356
            },
2357
            "type": "library",
2358
            "extra": {
2359
                "branch-alias": {
2360
                    "dev-master": "2.7-dev",
2361
                    "dev-develop": "2.8-dev"
2362
                },
2363
                "zf": {
2364
                    "component": "Zend\\Filter",
2365
                    "config-provider": "Zend\\Filter\\ConfigProvider"
2366
                }
2367
            },
2368
            "autoload": {
2369
                "psr-4": {
2370
                    "Zend\\Filter\\": "src/"
2371
                }
2372
            },
2373
            "notification-url": "https://packagist.org/downloads/",
2374
            "license": [
2375
                "BSD-3-Clause"
2376
            ],
2377
            "description": "provides a set of commonly needed data filters",
2378
            "homepage": "https://github.com/zendframework/zend-filter",
2379
            "keywords": [
2380
                "filter",
2381
                "zf2"
2382
            ],
2383
            "time": "2017-05-17T20:56:17+00:00"
2384
        },
2385
        {
2386
            "name": "zendframework/zend-hydrator",
2387
            "version": "1.1.0",
2388
            "source": {
2389
                "type": "git",
2390
                "url": "https://github.com/zendframework/zend-hydrator.git",
2391
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
2392
            },
2393
            "dist": {
2394
                "type": "zip",
2395
                "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
2396
                "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
2397
                "shasum": ""
2398
            },
2399
            "require": {
2400
                "php": "^5.5 || ^7.0",
2401
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2402
            },
2403
            "require-dev": {
2404
                "phpunit/phpunit": "~4.0",
2405
                "squizlabs/php_codesniffer": "^2.0@dev",
2406
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2407
                "zendframework/zend-filter": "^2.6",
2408
                "zendframework/zend-inputfilter": "^2.6",
2409
                "zendframework/zend-serializer": "^2.6.1",
2410
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2411
            },
2412
            "suggest": {
2413
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
2414
                "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
2415
                "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
2416
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
2417
            },
2418
            "type": "library",
2419
            "extra": {
2420
                "branch-alias": {
2421
                    "dev-release-1.0": "1.0-dev",
2422
                    "dev-release-1.1": "1.1-dev",
2423
                    "dev-master": "2.0-dev",
2424
                    "dev-develop": "2.1-dev"
2425
                }
2426
            },
2427
            "autoload": {
2428
                "psr-4": {
2429
                    "Zend\\Hydrator\\": "src/"
2430
                }
2431
            },
2432
            "notification-url": "https://packagist.org/downloads/",
2433
            "license": [
2434
                "BSD-3-Clause"
2435
            ],
2436
            "homepage": "https://github.com/zendframework/zend-hydrator",
2437
            "keywords": [
2438
                "hydrator",
2439
                "zf2"
2440
            ],
2441
            "time": "2016-02-18T22:38:26+00:00"
2442
        },
2443
        {
2444
            "name": "zendframework/zend-i18n",
2445
            "version": "2.7.4",
2446
            "source": {
2447
                "type": "git",
2448
                "url": "https://github.com/zendframework/zend-i18n.git",
2449
                "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31"
2450
            },
2451
            "dist": {
2452
                "type": "zip",
2453
                "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
2454
                "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
2455
                "shasum": ""
2456
            },
2457
            "require": {
2458
                "php": "^7.0 || ^5.6",
2459
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2460
            },
2461
            "require-dev": {
2462
                "phpunit/phpunit": "^6.0.8 || ^5.7.15",
2463
                "zendframework/zend-cache": "^2.6.1",
2464
                "zendframework/zend-coding-standard": "~1.0.0",
2465
                "zendframework/zend-config": "^2.6",
2466
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
2467
                "zendframework/zend-filter": "^2.6.1",
2468
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
2469
                "zendframework/zend-validator": "^2.6",
2470
                "zendframework/zend-view": "^2.6.3"
2471
            },
2472
            "suggest": {
2473
                "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
2474
                "zendframework/zend-cache": "Zend\\Cache component",
2475
                "zendframework/zend-config": "Zend\\Config component",
2476
                "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
2477
                "zendframework/zend-filter": "You should install this package to use the provided filters",
2478
                "zendframework/zend-i18n-resources": "Translation resources",
2479
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
2480
                "zendframework/zend-validator": "You should install this package to use the provided validators",
2481
                "zendframework/zend-view": "You should install this package to use the provided view helpers"
2482
            },
2483
            "type": "library",
2484
            "extra": {
2485
                "branch-alias": {
2486
                    "dev-master": "2.7-dev",
2487
                    "dev-develop": "2.8-dev"
2488
                },
2489
                "zf": {
2490
                    "component": "Zend\\I18n",
2491
                    "config-provider": "Zend\\I18n\\ConfigProvider"
2492
                }
2493
            },
2494
            "autoload": {
2495
                "psr-4": {
2496
                    "Zend\\I18n\\": "src/"
2497
                }
2498
            },
2499
            "notification-url": "https://packagist.org/downloads/",
2500
            "license": [
2501
                "BSD-3-Clause"
2502
            ],
2503
            "homepage": "https://github.com/zendframework/zend-i18n",
2504
            "keywords": [
2505
                "i18n",
2506
                "zf2"
2507
            ],
2508
            "time": "2017-05-17T17:00:12+00:00"
2509
        },
2510
        {
2511
            "name": "zendframework/zend-json",
2512
            "version": "3.1.0",
2513
            "source": {
2514
                "type": "git",
2515
                "url": "https://github.com/zendframework/zend-json.git",
2516
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
2517
            },
2518
            "dist": {
2519
                "type": "zip",
2520
                "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
2521
                "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
2522
                "shasum": ""
2523
            },
2524
            "require": {
2525
                "php": "^5.6 || ^7.0"
2526
            },
2527
            "require-dev": {
2528
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
2529
                "zendframework/zend-coding-standard": "~1.0.0",
2530
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
2531
            },
2532
            "suggest": {
2533
                "zendframework/zend-json-server": "For implementing JSON-RPC servers",
2534
                "zendframework/zend-xml2json": "For converting XML documents to JSON"
2535
            },
2536
            "type": "library",
2537
            "extra": {
2538
                "branch-alias": {
2539
                    "dev-master": "3.1.x-dev",
2540
                    "dev-develop": "3.2.x-dev"
2541
                }
2542
            },
2543
            "autoload": {
2544
                "psr-4": {
2545
                    "Zend\\Json\\": "src/"
2546
                }
2547
            },
2548
            "notification-url": "https://packagist.org/downloads/",
2549
            "license": [
2550
                "BSD-3-Clause"
2551
            ],
2552
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2553
            "keywords": [
2554
                "ZendFramework",
2555
                "json",
2556
                "zf"
2557
            ],
2558
            "time": "2018-01-04T17:51:34+00:00"
2559
        },
2560
        {
2561
            "name": "zendframework/zend-serializer",
2562
            "version": "2.8.1",
2563
            "source": {
2564
                "type": "git",
2565
                "url": "https://github.com/zendframework/zend-serializer.git",
2566
                "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580"
2567
            },
2568
            "dist": {
2569
                "type": "zip",
2570
                "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
2571
                "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
2572
                "shasum": ""
2573
            },
2574
            "require": {
2575
                "php": "^5.6 || ^7.0",
2576
                "zendframework/zend-json": "^2.5 || ^3.0",
2577
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
2578
            },
2579
            "require-dev": {
2580
                "doctrine/instantiator": "1.0.*",
2581
                "phpunit/phpunit": "^5.5",
2582
                "zendframework/zend-coding-standard": "~1.0.0",
2583
                "zendframework/zend-math": "^2.6",
2584
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
2585
            },
2586
            "suggest": {
2587
                "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
2588
                "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
2589
            },
2590
            "type": "library",
2591
            "extra": {
2592
                "branch-alias": {
2593
                    "dev-master": "2.8-dev",
2594
                    "dev-develop": "2.9-dev"
2595
                },
2596
                "zf": {
2597
                    "component": "Zend\\Serializer",
2598
                    "config-provider": "Zend\\Serializer\\ConfigProvider"
2599
                }
2600
            },
2601
            "autoload": {
2602
                "psr-4": {
2603
                    "Zend\\Serializer\\": "src/"
2604
                }
2605
            },
2606
            "notification-url": "https://packagist.org/downloads/",
2607
            "license": [
2608
                "BSD-3-Clause"
2609
            ],
2610
            "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
2611
            "homepage": "https://github.com/zendframework/zend-serializer",
2612
            "keywords": [
2613
                "serializer",
2614
                "zf2"
2615
            ],
2616
            "time": "2017-11-20T22:21:04+00:00"
2617
        },
2618
        {
2619
            "name": "zendframework/zend-servicemanager",
2620
            "version": "2.7.10",
2621
            "source": {
2622
                "type": "git",
2623
                "url": "https://github.com/zendframework/zend-servicemanager.git",
2624
                "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4"
2625
            },
2626
            "dist": {
2627
                "type": "zip",
2628
                "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/ba7069c94c9af93122be9fa31cddd37f7707d5b4",
2629
                "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4",
2630
                "shasum": ""
2631
            },
2632
            "require": {
2633
                "container-interop/container-interop": "~1.0",
2634
                "php": "^5.5 || ^7.0"
2635
            },
2636
            "require-dev": {
2637
                "athletic/athletic": "dev-master",
2638
                "fabpot/php-cs-fixer": "1.7.*",
2639
                "phpunit/phpunit": "~4.0",
2640
                "zendframework/zend-di": "~2.5",
2641
                "zendframework/zend-mvc": "~2.5"
2642
            },
2643
            "suggest": {
2644
                "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
2645
                "zendframework/zend-di": "Zend\\Di component"
2646
            },
2647
            "type": "library",
2648
            "extra": {
2649
                "branch-alias": {
2650
                    "dev-master": "2.7-dev",
2651
                    "dev-develop": "3.0-dev"
2652
                }
2653
            },
2654
            "autoload": {
2655
                "psr-4": {
2656
                    "Zend\\ServiceManager\\": "src/"
2657
                }
2658
            },
2659
            "notification-url": "https://packagist.org/downloads/",
2660
            "license": [
2661
                "BSD-3-Clause"
2662
            ],
2663
            "homepage": "https://github.com/zendframework/zend-servicemanager",
2664
            "keywords": [
2665
                "servicemanager",
2666
                "zf2"
2667
            ],
2668
            "time": "2017-12-05T16:27:36+00:00"
2669
        },
2670
        {
2671
            "name": "zendframework/zend-stdlib",
2672
            "version": "2.7.7",
2673
            "source": {
2674
                "type": "git",
2675
                "url": "https://github.com/zendframework/zend-stdlib.git",
2676
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
2677
            },
2678
            "dist": {
2679
                "type": "zip",
2680
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2681
                "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
2682
                "shasum": ""
2683
            },
2684
            "require": {
2685
                "php": "^5.5 || ^7.0",
2686
                "zendframework/zend-hydrator": "~1.1"
2687
            },
2688
            "require-dev": {
2689
                "athletic/athletic": "~0.1",
2690
                "fabpot/php-cs-fixer": "1.7.*",
2691
                "phpunit/phpunit": "~4.0",
2692
                "zendframework/zend-config": "~2.5",
2693
                "zendframework/zend-eventmanager": "~2.5",
2694
                "zendframework/zend-filter": "~2.5",
2695
                "zendframework/zend-inputfilter": "~2.5",
2696
                "zendframework/zend-serializer": "~2.5",
2697
                "zendframework/zend-servicemanager": "~2.5"
2698
            },
2699
            "suggest": {
2700
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2701
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
2702
                "zendframework/zend-serializer": "Zend\\Serializer component",
2703
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2704
            },
2705
            "type": "library",
2706
            "extra": {
2707
                "branch-alias": {
2708
                    "dev-release-2.7": "2.7-dev",
2709
                    "dev-master": "3.0-dev",
2710
                    "dev-develop": "3.1-dev"
2711
                }
2712
            },
2713
            "autoload": {
2714
                "psr-4": {
2715
                    "Zend\\Stdlib\\": "src/"
2716
                }
2717
            },
2718
            "notification-url": "https://packagist.org/downloads/",
2719
            "license": [
2720
                "BSD-3-Clause"
2721
            ],
2722
            "homepage": "https://github.com/zendframework/zend-stdlib",
2723
            "keywords": [
2724
                "stdlib",
2725
                "zf2"
2726
            ],
2727
            "time": "2016-04-12T21:17:31+00:00"
2728
        },
2729
        {
2730
            "name": "zetacomponents/base",
2731
            "version": "1.9.1",
2732
            "source": {
2733
                "type": "git",
2734
                "url": "https://github.com/zetacomponents/Base.git",
2735
                "reference": "489e20235989ddc97fdd793af31ac803972454f1"
2736
            },
2737
            "dist": {
2738
                "type": "zip",
2739
                "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
2740
                "reference": "489e20235989ddc97fdd793af31ac803972454f1",
2741
                "shasum": ""
2742
            },
2743
            "require-dev": {
2744
                "phpunit/phpunit": "~5.7",
2745
                "zetacomponents/unit-test": "*"
2746
            },
2747
            "type": "library",
2748
            "autoload": {
2749
                "classmap": [
2750
                    "src"
2751
                ]
2752
            },
2753
            "notification-url": "https://packagist.org/downloads/",
2754
            "license": [
2755
                "Apache-2.0"
2756
            ],
2757
            "authors": [
2758
                {
2759
                    "name": "Sergey Alexeev"
2760
                },
2761
                {
2762
                    "name": "Sebastian Bergmann"
2763
                },
2764
                {
2765
                    "name": "Jan Borsodi"
2766
                },
2767
                {
2768
                    "name": "Raymond Bosman"
2769
                },
2770
                {
2771
                    "name": "Frederik Holljen"
2772
                },
2773
                {
2774
                    "name": "Kore Nordmann"
2775
                },
2776
                {
2777
                    "name": "Derick Rethans"
2778
                },
2779
                {
2780
                    "name": "Vadym Savchuk"
2781
                },
2782
                {
2783
                    "name": "Tobias Schlitt"
2784
                },
2785
                {
2786
                    "name": "Alexandru Stanoi"
2787
                }
2788
            ],
2789
            "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2790
            "homepage": "https://github.com/zetacomponents",
2791
            "time": "2017-11-28T11:30:00+00:00"
2792
        },
2793
        {
2794
            "name": "zetacomponents/document",
2795
            "version": "1.3.1",
2796
            "source": {
2797
                "type": "git",
2798
                "url": "https://github.com/zetacomponents/Document.git",
2799
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
2800
            },
2801
            "dist": {
2802
                "type": "zip",
2803
                "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
2804
                "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
2805
                "shasum": ""
2806
            },
2807
            "require": {
2808
                "zetacomponents/base": "*"
2809
            },
2810
            "require-dev": {
2811
                "zetacomponents/unit-test": "dev-master"
2812
            },
2813
            "type": "library",
2814
            "autoload": {
2815
                "classmap": [
2816
                    "src"
2817
                ]
2818
            },
2819
            "notification-url": "https://packagist.org/downloads/",
2820
            "license": [
2821
                "Apache-2.0"
2822
            ],
2823
            "authors": [
2824
                {
2825
                    "name": "Sebastian Bergmann"
2826
                },
2827
                {
2828
                    "name": "Kore Nordmann"
2829
                },
2830
                {
2831
                    "name": "Derick Rethans"
2832
                },
2833
                {
2834
                    "name": "Tobias Schlitt"
2835
                },
2836
                {
2837
                    "name": "Alexandru Stanoi"
2838
                }
2839
            ],
2840
            "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
2841
            "homepage": "https://github.com/zetacomponents",
2842
            "time": "2013-12-19T11:40:00+00:00"
2843
        }
2844
    ],
2845
    "packages-dev": [
2846
        {
2847
            "name": "behat/behat",
2848
            "version": "v3.4.3",
2849
            "source": {
2850
                "type": "git",
2851
                "url": "https://github.com/Behat/Behat.git",
2852
                "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2"
2853
            },
2854
            "dist": {
2855
                "type": "zip",
2856
                "url": "https://api.github.com/repos/Behat/Behat/zipball/d60b161bff1b95ec4bb80bb8cb210ccf890314c2",
2857
                "reference": "d60b161bff1b95ec4bb80bb8cb210ccf890314c2",
2858
                "shasum": ""
2859
            },
2860
            "require": {
2861
                "behat/gherkin": "^4.5.1",
2862
                "behat/transliterator": "^1.2",
2863
                "container-interop/container-interop": "^1.2",
2864
                "ext-mbstring": "*",
2865
                "php": ">=5.3.3",
2866
                "psr/container": "^1.0",
2867
                "symfony/class-loader": "~2.1||~3.0||~4.0",
2868
                "symfony/config": "~2.3||~3.0||~4.0",
2869
                "symfony/console": "~2.5||~3.0||~4.0",
2870
                "symfony/dependency-injection": "~2.1||~3.0||~4.0",
2871
                "symfony/event-dispatcher": "~2.1||~3.0||~4.0",
2872
                "symfony/translation": "~2.3||~3.0||~4.0",
2873
                "symfony/yaml": "~2.1||~3.0||~4.0"
2874
            },
2875
            "require-dev": {
2876
                "herrera-io/box": "~1.6.1",
2877
                "phpunit/phpunit": "^4.8.36|^6.3",
2878
                "symfony/process": "~2.5|~3.0|~4.0"
2879
            },
2880
            "suggest": {
2881
                "behat/mink-extension": "for integration with Mink testing framework",
2882
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
2883
                "behat/yii-extension": "for integration with Yii web framework"
2884
            },
2885
            "bin": [
2886
                "bin/behat"
2887
            ],
2888
            "type": "library",
2889
            "extra": {
2890
                "branch-alias": {
2891
                    "dev-master": "3.2.x-dev"
2892
                }
2893
            },
2894
            "autoload": {
2895
                "psr-0": {
2896
                    "Behat\\Behat": "src/",
2897
                    "Behat\\Testwork": "src/"
2898
                }
2899
            },
2900
            "notification-url": "https://packagist.org/downloads/",
2901
            "license": [
2902
                "MIT"
2903
            ],
2904
            "authors": [
2905
                {
2906
                    "name": "Konstantin Kudryashov",
2907
                    "email": "[email protected]",
2908
                    "homepage": "http://everzet.com"
2909
                }
2910
            ],
2911
            "description": "Scenario-oriented BDD framework for PHP 5.3",
2912
            "homepage": "http://behat.org/",
2913
            "keywords": [
2914
                "Agile",
2915
                "BDD",
2916
                "ScenarioBDD",
2917
                "Scrum",
2918
                "StoryBDD",
2919
                "User story",
2920
                "business",
2921
                "development",
2922
                "documentation",
2923
                "examples",
2924
                "symfony",
2925
                "testing"
2926
            ],
2927
            "time": "2017-11-27T10:37:56+00:00"
2928
        },
2929
        {
2930
            "name": "behat/gherkin",
2931
            "version": "v4.5.1",
2932
            "source": {
2933
                "type": "git",
2934
                "url": "https://github.com/Behat/Gherkin.git",
2935
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
2936
            },
2937
            "dist": {
2938
                "type": "zip",
2939
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
2940
                "reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
2941
                "shasum": ""
2942
            },
2943
            "require": {
2944
                "php": ">=5.3.1"
2945
            },
2946
            "require-dev": {
2947
                "phpunit/phpunit": "~4.5|~5",
2948
                "symfony/phpunit-bridge": "~2.7|~3",
2949
                "symfony/yaml": "~2.3|~3"
2950
            },
2951
            "suggest": {
2952
                "symfony/yaml": "If you want to parse features, represented in YAML files"
2953
            },
2954
            "type": "library",
2955
            "extra": {
2956
                "branch-alias": {
2957
                    "dev-master": "4.4-dev"
2958
                }
2959
            },
2960
            "autoload": {
2961
                "psr-0": {
2962
                    "Behat\\Gherkin": "src/"
2963
                }
2964
            },
2965
            "notification-url": "https://packagist.org/downloads/",
2966
            "license": [
2967
                "MIT"
2968
            ],
2969
            "authors": [
2970
                {
2971
                    "name": "Konstantin Kudryashov",
2972
                    "email": "[email protected]",
2973
                    "homepage": "http://everzet.com"
2974
                }
2975
            ],
2976
            "description": "Gherkin DSL parser for PHP 5.3",
2977
            "homepage": "http://behat.org/",
2978
            "keywords": [
2979
                "BDD",
2980
                "Behat",
2981
                "Cucumber",
2982
                "DSL",
2983
                "gherkin",
2984
                "parser"
2985
            ],
2986
            "time": "2017-08-30T11:04:43+00:00"
2987
        },
2988
        {
2989
            "name": "behat/transliterator",
2990
            "version": "v1.2.0",
2991
            "source": {
2992
                "type": "git",
2993
                "url": "https://github.com/Behat/Transliterator.git",
2994
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
2995
            },
2996
            "dist": {
2997
                "type": "zip",
2998
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
2999
                "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
3000
                "shasum": ""
3001
            },
3002
            "require": {
3003
                "php": ">=5.3.3"
3004
            },
3005
            "require-dev": {
3006
                "chuyskywalker/rolling-curl": "^3.1",
3007
                "php-yaoi/php-yaoi": "^1.0"
3008
            },
3009
            "type": "library",
3010
            "extra": {
3011
                "branch-alias": {
3012
                    "dev-master": "1.2-dev"
3013
                }
3014
            },
3015
            "autoload": {
3016
                "psr-0": {
3017
                    "Behat\\Transliterator": "src/"
3018
                }
3019
            },
3020
            "notification-url": "https://packagist.org/downloads/",
3021
            "license": [
3022
                "Artistic-1.0"
3023
            ],
3024
            "description": "String transliterator",
3025
            "keywords": [
3026
                "i18n",
3027
                "slug",
3028
                "transliterator"
3029
            ],
3030
            "time": "2017-04-04T11:38:05+00:00"
3031
        },
3032
        {
3033
            "name": "hamcrest/hamcrest-php",
3034
            "version": "v2.0.0",
3035
            "source": {
3036
                "type": "git",
3037
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3038
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3039
            },
3040
            "dist": {
3041
                "type": "zip",
3042
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3043
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3044
                "shasum": ""
3045
            },
3046
            "require": {
3047
                "php": "^5.3|^7.0"
3048
            },
3049
            "replace": {
3050
                "cordoval/hamcrest-php": "*",
3051
                "davedevelopment/hamcrest-php": "*",
3052
                "kodova/hamcrest-php": "*"
3053
            },
3054
            "require-dev": {
3055
                "phpunit/php-file-iterator": "1.3.3",
3056
                "phpunit/phpunit": "~4.0",
3057
                "satooshi/php-coveralls": "^1.0"
3058
            },
3059
            "type": "library",
3060
            "extra": {
3061
                "branch-alias": {
3062
                    "dev-master": "2.0-dev"
3063
                }
3064
            },
3065
            "autoload": {
3066
                "classmap": [
3067
                    "hamcrest"
3068
                ]
3069
            },
3070
            "notification-url": "https://packagist.org/downloads/",
3071
            "license": [
3072
                "BSD"
3073
            ],
3074
            "description": "This is the PHP port of Hamcrest Matchers",
3075
            "keywords": [
3076
                "test"
3077
            ],
3078
            "time": "2016-01-20T08:20:44+00:00"
3079
        },
3080
        {
3081
            "name": "mikey179/vfsStream",
3082
            "version": "v1.6.5",
3083
            "source": {
3084
                "type": "git",
3085
                "url": "https://github.com/mikey179/vfsStream.git",
3086
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
3087
            },
3088
            "dist": {
3089
                "type": "zip",
3090
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
3091
                "reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
3092
                "shasum": ""
3093
            },
3094
            "require": {
3095
                "php": ">=5.3.0"
3096
            },
3097
            "require-dev": {
3098
                "phpunit/phpunit": "~4.5"
3099
            },
3100
            "type": "library",
3101
            "extra": {
3102
                "branch-alias": {
3103
                    "dev-master": "1.6.x-dev"
3104
                }
3105
            },
3106
            "autoload": {
3107
                "psr-0": {
3108
                    "org\\bovigo\\vfs\\": "src/main/php"
3109
                }
3110
            },
3111
            "notification-url": "https://packagist.org/downloads/",
3112
            "license": [
3113
                "BSD-3-Clause"
3114
            ],
3115
            "authors": [
3116
                {
3117
                    "name": "Frank Kleine",
3118
                    "homepage": "http://frankkleine.de/",
3119
                    "role": "Developer"
3120
                }
3121
            ],
3122
            "description": "Virtual file system to mock the real file system in unit tests.",
3123
            "homepage": "http://vfs.bovigo.org/",
3124
            "time": "2017-08-01T08:02:14+00:00"
3125
        },
3126
        {
3127
            "name": "mockery/mockery",
3128
            "version": "1.0",
3129
            "source": {
3130
                "type": "git",
3131
                "url": "https://github.com/mockery/mockery.git",
3132
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
3133
            },
3134
            "dist": {
3135
                "type": "zip",
3136
                "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
3137
                "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
3138
                "shasum": ""
3139
            },
3140
            "require": {
3141
                "hamcrest/hamcrest-php": "~2.0",
3142
                "lib-pcre": ">=7.0",
3143
                "php": ">=5.6.0"
3144
            },
3145
            "require-dev": {
3146
                "phpunit/phpunit": "~5.7|~6.1"
3147
            },
3148
            "type": "library",
3149
            "extra": {
3150
                "branch-alias": {
3151
                    "dev-master": "1.0.x-dev"
3152
                }
3153
            },
3154
            "autoload": {
3155
                "psr-0": {
3156
                    "Mockery": "library/"
3157
                }
3158
            },
3159
            "notification-url": "https://packagist.org/downloads/",
3160
            "license": [
3161
                "BSD-3-Clause"
3162
            ],
3163
            "authors": [
3164
                {
3165
                    "name": "Pádraic Brady",
3166
                    "email": "[email protected]",
3167
                    "homepage": "http://blog.astrumfutura.com"
3168
                },
3169
                {
3170
                    "name": "Dave Marshall",
3171
                    "email": "[email protected]",
3172
                    "homepage": "http://davedevelopment.co.uk"
3173
                }
3174
            ],
3175
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
3176
            "homepage": "http://github.com/mockery/mockery",
3177
            "keywords": [
3178
                "BDD",
3179
                "TDD",
3180
                "library",
3181
                "mock",
3182
                "mock objects",
3183
                "mockery",
3184
                "stub",
3185
                "test",
3186
                "test double",
3187
                "testing"
3188
            ],
3189
            "time": "2017-10-06T16:20:43+00:00"
3190
        },
3191
        {
3192
            "name": "myclabs/deep-copy",
3193
            "version": "1.7.0",
3194
            "source": {
3195
                "type": "git",
3196
                "url": "https://github.com/myclabs/DeepCopy.git",
3197
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3198
            },
3199
            "dist": {
3200
                "type": "zip",
3201
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3202
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3203
                "shasum": ""
3204
            },
3205
            "require": {
3206
                "php": "^5.6 || ^7.0"
3207
            },
3208
            "require-dev": {
3209
                "doctrine/collections": "^1.0",
3210
                "doctrine/common": "^2.6",
3211
                "phpunit/phpunit": "^4.1"
3212
            },
3213
            "type": "library",
3214
            "autoload": {
3215
                "psr-4": {
3216
                    "DeepCopy\\": "src/DeepCopy/"
3217
                },
3218
                "files": [
3219
                    "src/DeepCopy/deep_copy.php"
3220
                ]
3221
            },
3222
            "notification-url": "https://packagist.org/downloads/",
3223
            "license": [
3224
                "MIT"
3225
            ],
3226
            "description": "Create deep copies (clones) of your objects",
3227
            "keywords": [
3228
                "clone",
3229
                "copy",
3230
                "duplicate",
3231
                "object",
3232
                "object graph"
3233
            ],
3234
            "time": "2017-10-19T19:58:43+00:00"
3235
        },
3236
        {
3237
            "name": "phar-io/manifest",
3238
            "version": "1.0.1",
3239
            "source": {
3240
                "type": "git",
3241
                "url": "https://github.com/phar-io/manifest.git",
3242
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3243
            },
3244
            "dist": {
3245
                "type": "zip",
3246
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3247
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3248
                "shasum": ""
3249
            },
3250
            "require": {
3251
                "ext-dom": "*",
3252
                "ext-phar": "*",
3253
                "phar-io/version": "^1.0.1",
3254
                "php": "^5.6 || ^7.0"
3255
            },
3256
            "type": "library",
3257
            "extra": {
3258
                "branch-alias": {
3259
                    "dev-master": "1.0.x-dev"
3260
                }
3261
            },
3262
            "autoload": {
3263
                "classmap": [
3264
                    "src/"
3265
                ]
3266
            },
3267
            "notification-url": "https://packagist.org/downloads/",
3268
            "license": [
3269
                "BSD-3-Clause"
3270
            ],
3271
            "authors": [
3272
                {
3273
                    "name": "Arne Blankerts",
3274
                    "email": "[email protected]",
3275
                    "role": "Developer"
3276
                },
3277
                {
3278
                    "name": "Sebastian Heuer",
3279
                    "email": "[email protected]",
3280
                    "role": "Developer"
3281
                },
3282
                {
3283
                    "name": "Sebastian Bergmann",
3284
                    "email": "[email protected]",
3285
                    "role": "Developer"
3286
                }
3287
            ],
3288
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3289
            "time": "2017-03-05T18:14:27+00:00"
3290
        },
3291
        {
3292
            "name": "phar-io/version",
3293
            "version": "1.0.1",
3294
            "source": {
3295
                "type": "git",
3296
                "url": "https://github.com/phar-io/version.git",
3297
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3298
            },
3299
            "dist": {
3300
                "type": "zip",
3301
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3302
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3303
                "shasum": ""
3304
            },
3305
            "require": {
3306
                "php": "^5.6 || ^7.0"
3307
            },
3308
            "type": "library",
3309
            "autoload": {
3310
                "classmap": [
3311
                    "src/"
3312
                ]
3313
            },
3314
            "notification-url": "https://packagist.org/downloads/",
3315
            "license": [
3316
                "BSD-3-Clause"
3317
            ],
3318
            "authors": [
3319
                {
3320
                    "name": "Arne Blankerts",
3321
                    "email": "[email protected]",
3322
                    "role": "Developer"
3323
                },
3324
                {
3325
                    "name": "Sebastian Heuer",
3326
                    "email": "[email protected]",
3327
                    "role": "Developer"
3328
                },
3329
                {
3330
                    "name": "Sebastian Bergmann",
3331
                    "email": "[email protected]",
3332
                    "role": "Developer"
3333
                }
3334
            ],
3335
            "description": "Library for handling version information and constraints",
3336
            "time": "2017-03-05T17:38:23+00:00"
3337
        },
3338
        {
3339
            "name": "phpspec/prophecy",
3340
            "version": "1.7.3",
3341
            "source": {
3342
                "type": "git",
3343
                "url": "https://github.com/phpspec/prophecy.git",
3344
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
3345
            },
3346
            "dist": {
3347
                "type": "zip",
3348
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
3349
                "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
3350
                "shasum": ""
3351
            },
3352
            "require": {
3353
                "doctrine/instantiator": "^1.0.2",
3354
                "php": "^5.3|^7.0",
3355
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3356
                "sebastian/comparator": "^1.1|^2.0",
3357
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3358
            },
3359
            "require-dev": {
3360
                "phpspec/phpspec": "^2.5|^3.2",
3361
                "phpunit/phpunit": "^4.8.35 || ^5.7"
3362
            },
3363
            "type": "library",
3364
            "extra": {
3365
                "branch-alias": {
3366
                    "dev-master": "1.7.x-dev"
3367
                }
3368
            },
3369
            "autoload": {
3370
                "psr-0": {
3371
                    "Prophecy\\": "src/"
3372
                }
3373
            },
3374
            "notification-url": "https://packagist.org/downloads/",
3375
            "license": [
3376
                "MIT"
3377
            ],
3378
            "authors": [
3379
                {
3380
                    "name": "Konstantin Kudryashov",
3381
                    "email": "[email protected]",
3382
                    "homepage": "http://everzet.com"
3383
                },
3384
                {
3385
                    "name": "Marcello Duarte",
3386
                    "email": "[email protected]"
3387
                }
3388
            ],
3389
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3390
            "homepage": "https://github.com/phpspec/prophecy",
3391
            "keywords": [
3392
                "Double",
3393
                "Dummy",
3394
                "fake",
3395
                "mock",
3396
                "spy",
3397
                "stub"
3398
            ],
3399
            "time": "2017-11-24T13:59:53+00:00"
3400
        },
3401
        {
3402
            "name": "phpunit/php-code-coverage",
3403
            "version": "5.3.0",
3404
            "source": {
3405
                "type": "git",
3406
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3407
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
3408
            },
3409
            "dist": {
3410
                "type": "zip",
3411
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3412
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
3413
                "shasum": ""
3414
            },
3415
            "require": {
3416
                "ext-dom": "*",
3417
                "ext-xmlwriter": "*",
3418
                "php": "^7.0",
3419
                "phpunit/php-file-iterator": "^1.4.2",
3420
                "phpunit/php-text-template": "^1.2.1",
3421
                "phpunit/php-token-stream": "^2.0.1",
3422
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3423
                "sebastian/environment": "^3.0",
3424
                "sebastian/version": "^2.0.1",
3425
                "theseer/tokenizer": "^1.1"
3426
            },
3427
            "require-dev": {
3428
                "phpunit/phpunit": "^6.0"
3429
            },
3430
            "suggest": {
3431
                "ext-xdebug": "^2.5.5"
3432
            },
3433
            "type": "library",
3434
            "extra": {
3435
                "branch-alias": {
3436
                    "dev-master": "5.3.x-dev"
3437
                }
3438
            },
3439
            "autoload": {
3440
                "classmap": [
3441
                    "src/"
3442
                ]
3443
            },
3444
            "notification-url": "https://packagist.org/downloads/",
3445
            "license": [
3446
                "BSD-3-Clause"
3447
            ],
3448
            "authors": [
3449
                {
3450
                    "name": "Sebastian Bergmann",
3451
                    "email": "[email protected]",
3452
                    "role": "lead"
3453
                }
3454
            ],
3455
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3456
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3457
            "keywords": [
3458
                "coverage",
3459
                "testing",
3460
                "xunit"
3461
            ],
3462
            "time": "2017-12-06T09:29:45+00:00"
3463
        },
3464
        {
3465
            "name": "phpunit/php-file-iterator",
3466
            "version": "1.4.5",
3467
            "source": {
3468
                "type": "git",
3469
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3470
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3471
            },
3472
            "dist": {
3473
                "type": "zip",
3474
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3475
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3476
                "shasum": ""
3477
            },
3478
            "require": {
3479
                "php": ">=5.3.3"
3480
            },
3481
            "type": "library",
3482
            "extra": {
3483
                "branch-alias": {
3484
                    "dev-master": "1.4.x-dev"
3485
                }
3486
            },
3487
            "autoload": {
3488
                "classmap": [
3489
                    "src/"
3490
                ]
3491
            },
3492
            "notification-url": "https://packagist.org/downloads/",
3493
            "license": [
3494
                "BSD-3-Clause"
3495
            ],
3496
            "authors": [
3497
                {
3498
                    "name": "Sebastian Bergmann",
3499
                    "email": "[email protected]",
3500
                    "role": "lead"
3501
                }
3502
            ],
3503
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3504
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3505
            "keywords": [
3506
                "filesystem",
3507
                "iterator"
3508
            ],
3509
            "time": "2017-11-27T13:52:08+00:00"
3510
        },
3511
        {
3512
            "name": "phpunit/php-text-template",
3513
            "version": "1.2.1",
3514
            "source": {
3515
                "type": "git",
3516
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3517
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3518
            },
3519
            "dist": {
3520
                "type": "zip",
3521
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3522
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3523
                "shasum": ""
3524
            },
3525
            "require": {
3526
                "php": ">=5.3.3"
3527
            },
3528
            "type": "library",
3529
            "autoload": {
3530
                "classmap": [
3531
                    "src/"
3532
                ]
3533
            },
3534
            "notification-url": "https://packagist.org/downloads/",
3535
            "license": [
3536
                "BSD-3-Clause"
3537
            ],
3538
            "authors": [
3539
                {
3540
                    "name": "Sebastian Bergmann",
3541
                    "email": "[email protected]",
3542
                    "role": "lead"
3543
                }
3544
            ],
3545
            "description": "Simple template engine.",
3546
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3547
            "keywords": [
3548
                "template"
3549
            ],
3550
            "time": "2015-06-21T13:50:34+00:00"
3551
        },
3552
        {
3553
            "name": "phpunit/php-timer",
3554
            "version": "1.0.9",
3555
            "source": {
3556
                "type": "git",
3557
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3558
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3559
            },
3560
            "dist": {
3561
                "type": "zip",
3562
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3563
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3564
                "shasum": ""
3565
            },
3566
            "require": {
3567
                "php": "^5.3.3 || ^7.0"
3568
            },
3569
            "require-dev": {
3570
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3571
            },
3572
            "type": "library",
3573
            "extra": {
3574
                "branch-alias": {
3575
                    "dev-master": "1.0-dev"
3576
                }
3577
            },
3578
            "autoload": {
3579
                "classmap": [
3580
                    "src/"
3581
                ]
3582
            },
3583
            "notification-url": "https://packagist.org/downloads/",
3584
            "license": [
3585
                "BSD-3-Clause"
3586
            ],
3587
            "authors": [
3588
                {
3589
                    "name": "Sebastian Bergmann",
3590
                    "email": "[email protected]",
3591
                    "role": "lead"
3592
                }
3593
            ],
3594
            "description": "Utility class for timing",
3595
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3596
            "keywords": [
3597
                "timer"
3598
            ],
3599
            "time": "2017-02-26T11:10:40+00:00"
3600
        },
3601
        {
3602
            "name": "phpunit/php-token-stream",
3603
            "version": "2.0.2",
3604
            "source": {
3605
                "type": "git",
3606
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3607
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
3608
            },
3609
            "dist": {
3610
                "type": "zip",
3611
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
3612
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
3613
                "shasum": ""
3614
            },
3615
            "require": {
3616
                "ext-tokenizer": "*",
3617
                "php": "^7.0"
3618
            },
3619
            "require-dev": {
3620
                "phpunit/phpunit": "^6.2.4"
3621
            },
3622
            "type": "library",
3623
            "extra": {
3624
                "branch-alias": {
3625
                    "dev-master": "2.0-dev"
3626
                }
3627
            },
3628
            "autoload": {
3629
                "classmap": [
3630
                    "src/"
3631
                ]
3632
            },
3633
            "notification-url": "https://packagist.org/downloads/",
3634
            "license": [
3635
                "BSD-3-Clause"
3636
            ],
3637
            "authors": [
3638
                {
3639
                    "name": "Sebastian Bergmann",
3640
                    "email": "[email protected]"
3641
                }
3642
            ],
3643
            "description": "Wrapper around PHP's tokenizer extension.",
3644
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3645
            "keywords": [
3646
                "tokenizer"
3647
            ],
3648
            "time": "2017-11-27T05:48:46+00:00"
3649
        },
3650
        {
3651
            "name": "phpunit/phpunit",
3652
            "version": "6.5.6",
3653
            "source": {
3654
                "type": "git",
3655
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3656
                "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe"
3657
            },
3658
            "dist": {
3659
                "type": "zip",
3660
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3330ef26ade05359d006041316ed0fa9e8e3cefe",
3661
                "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe",
3662
                "shasum": ""
3663
            },
3664
            "require": {
3665
                "ext-dom": "*",
3666
                "ext-json": "*",
3667
                "ext-libxml": "*",
3668
                "ext-mbstring": "*",
3669
                "ext-xml": "*",
3670
                "myclabs/deep-copy": "^1.6.1",
3671
                "phar-io/manifest": "^1.0.1",
3672
                "phar-io/version": "^1.0",
3673
                "php": "^7.0",
3674
                "phpspec/prophecy": "^1.7",
3675
                "phpunit/php-code-coverage": "^5.3",
3676
                "phpunit/php-file-iterator": "^1.4.3",
3677
                "phpunit/php-text-template": "^1.2.1",
3678
                "phpunit/php-timer": "^1.0.9",
3679
                "phpunit/phpunit-mock-objects": "^5.0.5",
3680
                "sebastian/comparator": "^2.1",
3681
                "sebastian/diff": "^2.0",
3682
                "sebastian/environment": "^3.1",
3683
                "sebastian/exporter": "^3.1",
3684
                "sebastian/global-state": "^2.0",
3685
                "sebastian/object-enumerator": "^3.0.3",
3686
                "sebastian/resource-operations": "^1.0",
3687
                "sebastian/version": "^2.0.1"
3688
            },
3689
            "conflict": {
3690
                "phpdocumentor/reflection-docblock": "3.0.2",
3691
                "phpunit/dbunit": "<3.0"
3692
            },
3693
            "require-dev": {
3694
                "ext-pdo": "*"
3695
            },
3696
            "suggest": {
3697
                "ext-xdebug": "*",
3698
                "phpunit/php-invoker": "^1.1"
3699
            },
3700
            "bin": [
3701
                "phpunit"
3702
            ],
3703
            "type": "library",
3704
            "extra": {
3705
                "branch-alias": {
3706
                    "dev-master": "6.5.x-dev"
3707
                }
3708
            },
3709
            "autoload": {
3710
                "classmap": [
3711
                    "src/"
3712
                ]
3713
            },
3714
            "notification-url": "https://packagist.org/downloads/",
3715
            "license": [
3716
                "BSD-3-Clause"
3717
            ],
3718
            "authors": [
3719
                {
3720
                    "name": "Sebastian Bergmann",
3721
                    "email": "[email protected]",
3722
                    "role": "lead"
3723
                }
3724
            ],
3725
            "description": "The PHP Unit Testing framework.",
3726
            "homepage": "https://phpunit.de/",
3727
            "keywords": [
3728
                "phpunit",
3729
                "testing",
3730
                "xunit"
3731
            ],
3732
            "time": "2018-02-01T05:57:37+00:00"
3733
        },
3734
        {
3735
            "name": "phpunit/phpunit-mock-objects",
3736
            "version": "5.0.6",
3737
            "source": {
3738
                "type": "git",
3739
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3740
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
3741
            },
3742
            "dist": {
3743
                "type": "zip",
3744
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
3745
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
3746
                "shasum": ""
3747
            },
3748
            "require": {
3749
                "doctrine/instantiator": "^1.0.5",
3750
                "php": "^7.0",
3751
                "phpunit/php-text-template": "^1.2.1",
3752
                "sebastian/exporter": "^3.1"
3753
            },
3754
            "conflict": {
3755
                "phpunit/phpunit": "<6.0"
3756
            },
3757
            "require-dev": {
3758
                "phpunit/phpunit": "^6.5"
3759
            },
3760
            "suggest": {
3761
                "ext-soap": "*"
3762
            },
3763
            "type": "library",
3764
            "extra": {
3765
                "branch-alias": {
3766
                    "dev-master": "5.0.x-dev"
3767
                }
3768
            },
3769
            "autoload": {
3770
                "classmap": [
3771
                    "src/"
3772
                ]
3773
            },
3774
            "notification-url": "https://packagist.org/downloads/",
3775
            "license": [
3776
                "BSD-3-Clause"
3777
            ],
3778
            "authors": [
3779
                {
3780
                    "name": "Sebastian Bergmann",
3781
                    "email": "[email protected]",
3782
                    "role": "lead"
3783
                }
3784
            ],
3785
            "description": "Mock Object library for PHPUnit",
3786
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3787
            "keywords": [
3788
                "mock",
3789
                "xunit"
3790
            ],
3791
            "time": "2018-01-06T05:45:45+00:00"
3792
        },
3793
        {
3794
            "name": "sebastian/code-unit-reverse-lookup",
3795
            "version": "1.0.1",
3796
            "source": {
3797
                "type": "git",
3798
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3799
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3800
            },
3801
            "dist": {
3802
                "type": "zip",
3803
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3804
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3805
                "shasum": ""
3806
            },
3807
            "require": {
3808
                "php": "^5.6 || ^7.0"
3809
            },
3810
            "require-dev": {
3811
                "phpunit/phpunit": "^5.7 || ^6.0"
3812
            },
3813
            "type": "library",
3814
            "extra": {
3815
                "branch-alias": {
3816
                    "dev-master": "1.0.x-dev"
3817
                }
3818
            },
3819
            "autoload": {
3820
                "classmap": [
3821
                    "src/"
3822
                ]
3823
            },
3824
            "notification-url": "https://packagist.org/downloads/",
3825
            "license": [
3826
                "BSD-3-Clause"
3827
            ],
3828
            "authors": [
3829
                {
3830
                    "name": "Sebastian Bergmann",
3831
                    "email": "[email protected]"
3832
                }
3833
            ],
3834
            "description": "Looks up which function or method a line of code belongs to",
3835
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3836
            "time": "2017-03-04T06:30:41+00:00"
3837
        },
3838
        {
3839
            "name": "sebastian/comparator",
3840
            "version": "2.1.3",
3841
            "source": {
3842
                "type": "git",
3843
                "url": "https://github.com/sebastianbergmann/comparator.git",
3844
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
3845
            },
3846
            "dist": {
3847
                "type": "zip",
3848
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
3849
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
3850
                "shasum": ""
3851
            },
3852
            "require": {
3853
                "php": "^7.0",
3854
                "sebastian/diff": "^2.0 || ^3.0",
3855
                "sebastian/exporter": "^3.1"
3856
            },
3857
            "require-dev": {
3858
                "phpunit/phpunit": "^6.4"
3859
            },
3860
            "type": "library",
3861
            "extra": {
3862
                "branch-alias": {
3863
                    "dev-master": "2.1.x-dev"
3864
                }
3865
            },
3866
            "autoload": {
3867
                "classmap": [
3868
                    "src/"
3869
                ]
3870
            },
3871
            "notification-url": "https://packagist.org/downloads/",
3872
            "license": [
3873
                "BSD-3-Clause"
3874
            ],
3875
            "authors": [
3876
                {
3877
                    "name": "Jeff Welch",
3878
                    "email": "[email protected]"
3879
                },
3880
                {
3881
                    "name": "Volker Dusch",
3882
                    "email": "[email protected]"
3883
                },
3884
                {
3885
                    "name": "Bernhard Schussek",
3886
                    "email": "[email protected]"
3887
                },
3888
                {
3889
                    "name": "Sebastian Bergmann",
3890
                    "email": "[email protected]"
3891
                }
3892
            ],
3893
            "description": "Provides the functionality to compare PHP values for equality",
3894
            "homepage": "https://github.com/sebastianbergmann/comparator",
3895
            "keywords": [
3896
                "comparator",
3897
                "compare",
3898
                "equality"
3899
            ],
3900
            "time": "2018-02-01T13:46:46+00:00"
3901
        },
3902
        {
3903
            "name": "sebastian/diff",
3904
            "version": "2.0.1",
3905
            "source": {
3906
                "type": "git",
3907
                "url": "https://github.com/sebastianbergmann/diff.git",
3908
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
3909
            },
3910
            "dist": {
3911
                "type": "zip",
3912
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3913
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
3914
                "shasum": ""
3915
            },
3916
            "require": {
3917
                "php": "^7.0"
3918
            },
3919
            "require-dev": {
3920
                "phpunit/phpunit": "^6.2"
3921
            },
3922
            "type": "library",
3923
            "extra": {
3924
                "branch-alias": {
3925
                    "dev-master": "2.0-dev"
3926
                }
3927
            },
3928
            "autoload": {
3929
                "classmap": [
3930
                    "src/"
3931
                ]
3932
            },
3933
            "notification-url": "https://packagist.org/downloads/",
3934
            "license": [
3935
                "BSD-3-Clause"
3936
            ],
3937
            "authors": [
3938
                {
3939
                    "name": "Kore Nordmann",
3940
                    "email": "[email protected]"
3941
                },
3942
                {
3943
                    "name": "Sebastian Bergmann",
3944
                    "email": "[email protected]"
3945
                }
3946
            ],
3947
            "description": "Diff implementation",
3948
            "homepage": "https://github.com/sebastianbergmann/diff",
3949
            "keywords": [
3950
                "diff"
3951
            ],
3952
            "time": "2017-08-03T08:09:46+00:00"
3953
        },
3954
        {
3955
            "name": "sebastian/environment",
3956
            "version": "3.1.0",
3957
            "source": {
3958
                "type": "git",
3959
                "url": "https://github.com/sebastianbergmann/environment.git",
3960
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3961
            },
3962
            "dist": {
3963
                "type": "zip",
3964
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3965
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3966
                "shasum": ""
3967
            },
3968
            "require": {
3969
                "php": "^7.0"
3970
            },
3971
            "require-dev": {
3972
                "phpunit/phpunit": "^6.1"
3973
            },
3974
            "type": "library",
3975
            "extra": {
3976
                "branch-alias": {
3977
                    "dev-master": "3.1.x-dev"
3978
                }
3979
            },
3980
            "autoload": {
3981
                "classmap": [
3982
                    "src/"
3983
                ]
3984
            },
3985
            "notification-url": "https://packagist.org/downloads/",
3986
            "license": [
3987
                "BSD-3-Clause"
3988
            ],
3989
            "authors": [
3990
                {
3991
                    "name": "Sebastian Bergmann",
3992
                    "email": "[email protected]"
3993
                }
3994
            ],
3995
            "description": "Provides functionality to handle HHVM/PHP environments",
3996
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3997
            "keywords": [
3998
                "Xdebug",
3999
                "environment",
4000
                "hhvm"
4001
            ],
4002
            "time": "2017-07-01T08:51:00+00:00"
4003
        },
4004
        {
4005
            "name": "sebastian/exporter",
4006
            "version": "3.1.0",
4007
            "source": {
4008
                "type": "git",
4009
                "url": "https://github.com/sebastianbergmann/exporter.git",
4010
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4011
            },
4012
            "dist": {
4013
                "type": "zip",
4014
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4015
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4016
                "shasum": ""
4017
            },
4018
            "require": {
4019
                "php": "^7.0",
4020
                "sebastian/recursion-context": "^3.0"
4021
            },
4022
            "require-dev": {
4023
                "ext-mbstring": "*",
4024
                "phpunit/phpunit": "^6.0"
4025
            },
4026
            "type": "library",
4027
            "extra": {
4028
                "branch-alias": {
4029
                    "dev-master": "3.1.x-dev"
4030
                }
4031
            },
4032
            "autoload": {
4033
                "classmap": [
4034
                    "src/"
4035
                ]
4036
            },
4037
            "notification-url": "https://packagist.org/downloads/",
4038
            "license": [
4039
                "BSD-3-Clause"
4040
            ],
4041
            "authors": [
4042
                {
4043
                    "name": "Jeff Welch",
4044
                    "email": "[email protected]"
4045
                },
4046
                {
4047
                    "name": "Volker Dusch",
4048
                    "email": "[email protected]"
4049
                },
4050
                {
4051
                    "name": "Bernhard Schussek",
4052
                    "email": "[email protected]"
4053
                },
4054
                {
4055
                    "name": "Sebastian Bergmann",
4056
                    "email": "[email protected]"
4057
                },
4058
                {
4059
                    "name": "Adam Harvey",
4060
                    "email": "[email protected]"
4061
                }
4062
            ],
4063
            "description": "Provides the functionality to export PHP variables for visualization",
4064
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4065
            "keywords": [
4066
                "export",
4067
                "exporter"
4068
            ],
4069
            "time": "2017-04-03T13:19:02+00:00"
4070
        },
4071
        {
4072
            "name": "sebastian/global-state",
4073
            "version": "2.0.0",
4074
            "source": {
4075
                "type": "git",
4076
                "url": "https://github.com/sebastianbergmann/global-state.git",
4077
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4078
            },
4079
            "dist": {
4080
                "type": "zip",
4081
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4082
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4083
                "shasum": ""
4084
            },
4085
            "require": {
4086
                "php": "^7.0"
4087
            },
4088
            "require-dev": {
4089
                "phpunit/phpunit": "^6.0"
4090
            },
4091
            "suggest": {
4092
                "ext-uopz": "*"
4093
            },
4094
            "type": "library",
4095
            "extra": {
4096
                "branch-alias": {
4097
                    "dev-master": "2.0-dev"
4098
                }
4099
            },
4100
            "autoload": {
4101
                "classmap": [
4102
                    "src/"
4103
                ]
4104
            },
4105
            "notification-url": "https://packagist.org/downloads/",
4106
            "license": [
4107
                "BSD-3-Clause"
4108
            ],
4109
            "authors": [
4110
                {
4111
                    "name": "Sebastian Bergmann",
4112
                    "email": "[email protected]"
4113
                }
4114
            ],
4115
            "description": "Snapshotting of global state",
4116
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4117
            "keywords": [
4118
                "global state"
4119
            ],
4120
            "time": "2017-04-27T15:39:26+00:00"
4121
        },
4122
        {
4123
            "name": "sebastian/object-enumerator",
4124
            "version": "3.0.3",
4125
            "source": {
4126
                "type": "git",
4127
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4128
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4129
            },
4130
            "dist": {
4131
                "type": "zip",
4132
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4133
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4134
                "shasum": ""
4135
            },
4136
            "require": {
4137
                "php": "^7.0",
4138
                "sebastian/object-reflector": "^1.1.1",
4139
                "sebastian/recursion-context": "^3.0"
4140
            },
4141
            "require-dev": {
4142
                "phpunit/phpunit": "^6.0"
4143
            },
4144
            "type": "library",
4145
            "extra": {
4146
                "branch-alias": {
4147
                    "dev-master": "3.0.x-dev"
4148
                }
4149
            },
4150
            "autoload": {
4151
                "classmap": [
4152
                    "src/"
4153
                ]
4154
            },
4155
            "notification-url": "https://packagist.org/downloads/",
4156
            "license": [
4157
                "BSD-3-Clause"
4158
            ],
4159
            "authors": [
4160
                {
4161
                    "name": "Sebastian Bergmann",
4162
                    "email": "[email protected]"
4163
                }
4164
            ],
4165
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4166
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4167
            "time": "2017-08-03T12:35:26+00:00"
4168
        },
4169
        {
4170
            "name": "sebastian/object-reflector",
4171
            "version": "1.1.1",
4172
            "source": {
4173
                "type": "git",
4174
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
4175
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
4176
            },
4177
            "dist": {
4178
                "type": "zip",
4179
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4180
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
4181
                "shasum": ""
4182
            },
4183
            "require": {
4184
                "php": "^7.0"
4185
            },
4186
            "require-dev": {
4187
                "phpunit/phpunit": "^6.0"
4188
            },
4189
            "type": "library",
4190
            "extra": {
4191
                "branch-alias": {
4192
                    "dev-master": "1.1-dev"
4193
                }
4194
            },
4195
            "autoload": {
4196
                "classmap": [
4197
                    "src/"
4198
                ]
4199
            },
4200
            "notification-url": "https://packagist.org/downloads/",
4201
            "license": [
4202
                "BSD-3-Clause"
4203
            ],
4204
            "authors": [
4205
                {
4206
                    "name": "Sebastian Bergmann",
4207
                    "email": "[email protected]"
4208
                }
4209
            ],
4210
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
4211
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4212
            "time": "2017-03-29T09:07:27+00:00"
4213
        },
4214
        {
4215
            "name": "sebastian/recursion-context",
4216
            "version": "3.0.0",
4217
            "source": {
4218
                "type": "git",
4219
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4220
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4221
            },
4222
            "dist": {
4223
                "type": "zip",
4224
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4225
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4226
                "shasum": ""
4227
            },
4228
            "require": {
4229
                "php": "^7.0"
4230
            },
4231
            "require-dev": {
4232
                "phpunit/phpunit": "^6.0"
4233
            },
4234
            "type": "library",
4235
            "extra": {
4236
                "branch-alias": {
4237
                    "dev-master": "3.0.x-dev"
4238
                }
4239
            },
4240
            "autoload": {
4241
                "classmap": [
4242
                    "src/"
4243
                ]
4244
            },
4245
            "notification-url": "https://packagist.org/downloads/",
4246
            "license": [
4247
                "BSD-3-Clause"
4248
            ],
4249
            "authors": [
4250
                {
4251
                    "name": "Jeff Welch",
4252
                    "email": "[email protected]"
4253
                },
4254
                {
4255
                    "name": "Sebastian Bergmann",
4256
                    "email": "[email protected]"
4257
                },
4258
                {
4259
                    "name": "Adam Harvey",
4260
                    "email": "[email protected]"
4261
                }
4262
            ],
4263
            "description": "Provides functionality to recursively process PHP variables",
4264
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4265
            "time": "2017-03-03T06:23:57+00:00"
4266
        },
4267
        {
4268
            "name": "sebastian/resource-operations",
4269
            "version": "1.0.0",
4270
            "source": {
4271
                "type": "git",
4272
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4273
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4274
            },
4275
            "dist": {
4276
                "type": "zip",
4277
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4278
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4279
                "shasum": ""
4280
            },
4281
            "require": {
4282
                "php": ">=5.6.0"
4283
            },
4284
            "type": "library",
4285
            "extra": {
4286
                "branch-alias": {
4287
                    "dev-master": "1.0.x-dev"
4288
                }
4289
            },
4290
            "autoload": {
4291
                "classmap": [
4292
                    "src/"
4293
                ]
4294
            },
4295
            "notification-url": "https://packagist.org/downloads/",
4296
            "license": [
4297
                "BSD-3-Clause"
4298
            ],
4299
            "authors": [
4300
                {
4301
                    "name": "Sebastian Bergmann",
4302
                    "email": "[email protected]"
4303
                }
4304
            ],
4305
            "description": "Provides a list of PHP built-in functions that operate on resources",
4306
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4307
            "time": "2015-07-28T20:34:47+00:00"
4308
        },
4309
        {
4310
            "name": "sebastian/version",
4311
            "version": "2.0.1",
4312
            "source": {
4313
                "type": "git",
4314
                "url": "https://github.com/sebastianbergmann/version.git",
4315
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4316
            },
4317
            "dist": {
4318
                "type": "zip",
4319
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4320
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4321
                "shasum": ""
4322
            },
4323
            "require": {
4324
                "php": ">=5.6"
4325
            },
4326
            "type": "library",
4327
            "extra": {
4328
                "branch-alias": {
4329
                    "dev-master": "2.0.x-dev"
4330
                }
4331
            },
4332
            "autoload": {
4333
                "classmap": [
4334
                    "src/"
4335
                ]
4336
            },
4337
            "notification-url": "https://packagist.org/downloads/",
4338
            "license": [
4339
                "BSD-3-Clause"
4340
            ],
4341
            "authors": [
4342
                {
4343
                    "name": "Sebastian Bergmann",
4344
                    "email": "[email protected]",
4345
                    "role": "lead"
4346
                }
4347
            ],
4348
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4349
            "homepage": "https://github.com/sebastianbergmann/version",
4350
            "time": "2016-10-03T07:35:21+00:00"
4351
        },
4352
        {
4353
            "name": "squizlabs/php_codesniffer",
4354
            "version": "1.5.6",
4355
            "source": {
4356
                "type": "git",
4357
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
4358
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
4359
            },
4360
            "dist": {
4361
                "type": "zip",
4362
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4363
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
4364
                "shasum": ""
4365
            },
4366
            "require": {
4367
                "ext-tokenizer": "*",
4368
                "php": ">=5.1.2"
4369
            },
4370
            "suggest": {
4371
                "phpunit/php-timer": "dev-master"
4372
            },
4373
            "bin": [
4374
                "scripts/phpcs"
4375
            ],
4376
            "type": "library",
4377
            "extra": {
4378
                "branch-alias": {
4379
                    "dev-phpcs-fixer": "2.0.x-dev"
4380
                }
4381
            },
4382
            "autoload": {
4383
                "classmap": [
4384
                    "CodeSniffer.php",
4385
                    "CodeSniffer/CLI.php",
4386
                    "CodeSniffer/Exception.php",
4387
                    "CodeSniffer/File.php",
4388
                    "CodeSniffer/Report.php",
4389
                    "CodeSniffer/Reporting.php",
4390
                    "CodeSniffer/Sniff.php",
4391
                    "CodeSniffer/Tokens.php",
4392
                    "CodeSniffer/Reports/",
4393
                    "CodeSniffer/CommentParser/",
4394
                    "CodeSniffer/Tokenizers/",
4395
                    "CodeSniffer/DocGenerators/",
4396
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
4397
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
4398
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
4399
                    "CodeSniffer/Standards/IncorrectPatternException.php",
4400
                    "CodeSniffer/Standards/Generic/Sniffs/",
4401
                    "CodeSniffer/Standards/MySource/Sniffs/",
4402
                    "CodeSniffer/Standards/PEAR/Sniffs/",
4403
                    "CodeSniffer/Standards/PSR1/Sniffs/",
4404
                    "CodeSniffer/Standards/PSR2/Sniffs/",
4405
                    "CodeSniffer/Standards/Squiz/Sniffs/",
4406
                    "CodeSniffer/Standards/Zend/Sniffs/"
4407
                ]
4408
            },
4409
            "notification-url": "https://packagist.org/downloads/",
4410
            "license": [
4411
                "BSD-3-Clause"
4412
            ],
4413
            "authors": [
4414
                {
4415
                    "name": "Greg Sherwood",
4416
                    "role": "lead"
4417
                }
4418
            ],
4419
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
4420
            "homepage": "http://www.squizlabs.com/php-codesniffer",
4421
            "keywords": [
4422
                "phpcs",
4423
                "standards"
4424
            ],
4425
            "time": "2014-12-04T22:32:15+00:00"
4426
        },
4427
        {
4428
            "name": "symfony/class-loader",
4429
            "version": "v3.4.4",
4430
            "source": {
4431
                "type": "git",
4432
                "url": "https://github.com/symfony/class-loader.git",
4433
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
4434
            },
4435
            "dist": {
4436
                "type": "zip",
4437
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
4438
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
4439
                "shasum": ""
4440
            },
4441
            "require": {
4442
                "php": "^5.5.9|>=7.0.8"
4443
            },
4444
            "require-dev": {
4445
                "symfony/finder": "~2.8|~3.0|~4.0",
4446
                "symfony/polyfill-apcu": "~1.1"
4447
            },
4448
            "suggest": {
4449
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
4450
            },
4451
            "type": "library",
4452
            "extra": {
4453
                "branch-alias": {
4454
                    "dev-master": "3.4-dev"
4455
                }
4456
            },
4457
            "autoload": {
4458
                "psr-4": {
4459
                    "Symfony\\Component\\ClassLoader\\": ""
4460
                },
4461
                "exclude-from-classmap": [
4462
                    "/Tests/"
4463
                ]
4464
            },
4465
            "notification-url": "https://packagist.org/downloads/",
4466
            "license": [
4467
                "MIT"
4468
            ],
4469
            "authors": [
4470
                {
4471
                    "name": "Fabien Potencier",
4472
                    "email": "[email protected]"
4473
                },
4474
                {
4475
                    "name": "Symfony Community",
4476
                    "homepage": "https://symfony.com/contributors"
4477
                }
4478
            ],
4479
            "description": "Symfony ClassLoader Component",
4480
            "homepage": "https://symfony.com",
4481
            "time": "2018-01-03T07:37:34+00:00"
4482
        },
4483
        {
4484
            "name": "symfony/dependency-injection",
4485
            "version": "v3.2.14",
4486
            "source": {
4487
                "type": "git",
4488
                "url": "https://github.com/symfony/dependency-injection.git",
4489
                "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761"
4490
            },
4491
            "dist": {
4492
                "type": "zip",
4493
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
4494
                "reference": "d9f2e62e1a93d52ad4e4f6faaf66f6eef723d761",
4495
                "shasum": ""
4496
            },
4497
            "require": {
4498
                "php": ">=5.5.9"
4499
            },
4500
            "conflict": {
4501
                "symfony/yaml": "<3.2"
4502
            },
4503
            "require-dev": {
4504
                "symfony/config": "~2.8|~3.0",
4505
                "symfony/expression-language": "~2.8|~3.0",
4506
                "symfony/yaml": "~3.2"
4507
            },
4508
            "suggest": {
4509
                "symfony/config": "",
4510
                "symfony/expression-language": "For using expressions in service container configuration",
4511
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
4512
                "symfony/yaml": ""
4513
            },
4514
            "type": "library",
4515
            "extra": {
4516
                "branch-alias": {
4517
                    "dev-master": "3.2-dev"
4518
                }
4519
            },
4520
            "autoload": {
4521
                "psr-4": {
4522
                    "Symfony\\Component\\DependencyInjection\\": ""
4523
                },
4524
                "exclude-from-classmap": [
4525
                    "/Tests/"
4526
                ]
4527
            },
4528
            "notification-url": "https://packagist.org/downloads/",
4529
            "license": [
4530
                "MIT"
4531
            ],
4532
            "authors": [
4533
                {
4534
                    "name": "Fabien Potencier",
4535
                    "email": "[email protected]"
4536
                },
4537
                {
4538
                    "name": "Symfony Community",
4539
                    "homepage": "https://symfony.com/contributors"
4540
                }
4541
            ],
4542
            "description": "Symfony DependencyInjection Component",
4543
            "homepage": "https://symfony.com",
4544
            "time": "2017-07-28T15:22:55+00:00"
4545
        },
4546
        {
4547
            "name": "symfony/expression-language",
4548
            "version": "v2.8.34",
4549
            "source": {
4550
                "type": "git",
4551
                "url": "https://github.com/symfony/expression-language.git",
4552
                "reference": "422bf02386ab46f615d1d784b771599357461d73"
4553
            },
4554
            "dist": {
4555
                "type": "zip",
4556
                "url": "https://api.github.com/repos/symfony/expression-language/zipball/422bf02386ab46f615d1d784b771599357461d73",
4557
                "reference": "422bf02386ab46f615d1d784b771599357461d73",
4558
                "shasum": ""
4559
            },
4560
            "require": {
4561
                "php": ">=5.3.9"
4562
            },
4563
            "type": "library",
4564
            "extra": {
4565
                "branch-alias": {
4566
                    "dev-master": "2.8-dev"
4567
                }
4568
            },
4569
            "autoload": {
4570
                "psr-4": {
4571
                    "Symfony\\Component\\ExpressionLanguage\\": ""
4572
                },
4573
                "exclude-from-classmap": [
4574
                    "/Tests/"
4575
                ]
4576
            },
4577
            "notification-url": "https://packagist.org/downloads/",
4578
            "license": [
4579
                "MIT"
4580
            ],
4581
            "authors": [
4582
                {
4583
                    "name": "Fabien Potencier",
4584
                    "email": "[email protected]"
4585
                },
4586
                {
4587
                    "name": "Symfony Community",
4588
                    "homepage": "https://symfony.com/contributors"
4589
                }
4590
            ],
4591
            "description": "Symfony ExpressionLanguage Component",
4592
            "homepage": "https://symfony.com",
4593
            "time": "2018-01-03T07:36:31+00:00"
4594
        },
4595
        {
4596
            "name": "symfony/translation",
4597
            "version": "v3.3.16",
4598
            "source": {
4599
                "type": "git",
4600
                "url": "https://github.com/symfony/translation.git",
4601
                "reference": "90cb5ca3eb84b3053fef876e11e405fd819487fc"
4602
            },
4603
            "dist": {
4604
                "type": "zip",
4605
                "url": "https://api.github.com/repos/symfony/translation/zipball/90cb5ca3eb84b3053fef876e11e405fd819487fc",
4606
                "reference": "90cb5ca3eb84b3053fef876e11e405fd819487fc",
4607
                "shasum": ""
4608
            },
4609
            "require": {
4610
                "php": "^5.5.9|>=7.0.8",
4611
                "symfony/polyfill-mbstring": "~1.0"
4612
            },
4613
            "conflict": {
4614
                "symfony/config": "<2.8",
4615
                "symfony/yaml": "<3.3"
4616
            },
4617
            "require-dev": {
4618
                "psr/log": "~1.0",
4619
                "symfony/config": "~2.8|~3.0",
4620
                "symfony/intl": "^2.8.18|^3.2.5",
4621
                "symfony/yaml": "~3.3"
4622
            },
4623
            "suggest": {
4624
                "psr/log": "To use logging capability in translator",
4625
                "symfony/config": "",
4626
                "symfony/yaml": ""
4627
            },
4628
            "type": "library",
4629
            "extra": {
4630
                "branch-alias": {
4631
                    "dev-master": "3.3-dev"
4632
                }
4633
            },
4634
            "autoload": {
4635
                "psr-4": {
4636
                    "Symfony\\Component\\Translation\\": ""
4637
                },
4638
                "exclude-from-classmap": [
4639
                    "/Tests/"
4640
                ]
4641
            },
4642
            "notification-url": "https://packagist.org/downloads/",
4643
            "license": [
4644
                "MIT"
4645
            ],
4646
            "authors": [
4647
                {
4648
                    "name": "Fabien Potencier",
4649
                    "email": "[email protected]"
4650
                },
4651
                {
4652
                    "name": "Symfony Community",
4653
                    "homepage": "https://symfony.com/contributors"
4654
                }
4655
            ],
4656
            "description": "Symfony Translation Component",
4657
            "homepage": "https://symfony.com",
4658
            "time": "2018-01-18T14:19:00+00:00"
4659
        },
4660
        {
4661
            "name": "symfony/yaml",
4662
            "version": "v3.3.16",
4663
            "source": {
4664
                "type": "git",
4665
                "url": "https://github.com/symfony/yaml.git",
4666
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
4667
            },
4668
            "dist": {
4669
                "type": "zip",
4670
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
4671
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
4672
                "shasum": ""
4673
            },
4674
            "require": {
4675
                "php": "^5.5.9|>=7.0.8"
4676
            },
4677
            "require-dev": {
4678
                "symfony/console": "~2.8|~3.0"
4679
            },
4680
            "suggest": {
4681
                "symfony/console": "For validating YAML files using the lint command"
4682
            },
4683
            "type": "library",
4684
            "extra": {
4685
                "branch-alias": {
4686
                    "dev-master": "3.3-dev"
4687
                }
4688
            },
4689
            "autoload": {
4690
                "psr-4": {
4691
                    "Symfony\\Component\\Yaml\\": ""
4692
                },
4693
                "exclude-from-classmap": [
4694
                    "/Tests/"
4695
                ]
4696
            },
4697
            "notification-url": "https://packagist.org/downloads/",
4698
            "license": [
4699
                "MIT"
4700
            ],
4701
            "authors": [
4702
                {
4703
                    "name": "Fabien Potencier",
4704
                    "email": "[email protected]"
4705
                },
4706
                {
4707
                    "name": "Symfony Community",
4708
                    "homepage": "https://symfony.com/contributors"
4709
                }
4710
            ],
4711
            "description": "Symfony Yaml Component",
4712
            "homepage": "https://symfony.com",
4713
            "time": "2018-01-20T15:04:53+00:00"
4714
        },
4715
        {
4716
            "name": "theseer/tokenizer",
4717
            "version": "1.1.0",
4718
            "source": {
4719
                "type": "git",
4720
                "url": "https://github.com/theseer/tokenizer.git",
4721
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
4722
            },
4723
            "dist": {
4724
                "type": "zip",
4725
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4726
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4727
                "shasum": ""
4728
            },
4729
            "require": {
4730
                "ext-dom": "*",
4731
                "ext-tokenizer": "*",
4732
                "ext-xmlwriter": "*",
4733
                "php": "^7.0"
4734
            },
4735
            "type": "library",
4736
            "autoload": {
4737
                "classmap": [
4738
                    "src/"
4739
                ]
4740
            },
4741
            "notification-url": "https://packagist.org/downloads/",
4742
            "license": [
4743
                "BSD-3-Clause"
4744
            ],
4745
            "authors": [
4746
                {
4747
                    "name": "Arne Blankerts",
4748
                    "email": "[email protected]",
4749
                    "role": "Developer"
4750
                }
4751
            ],
4752
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4753
            "time": "2017-04-07T12:08:54+00:00"
4754
        }
4755
    ],
4756
    "aliases": [],
4757
    "minimum-stability": "stable",
4758
    "stability-flags": {
4759
        "phpdocumentor/reflection": 20,
4760
        "phpdocumentor/flyfinder": 10
4761
    },
4762
    "prefer-stable": false,
4763
    "prefer-lowest": false,
4764
    "platform": {
4765
        "php": ">=7.1"
4766
    },
4767
    "platform-dev": []
4768
}
4769