GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 980a67...ae3a94 )
by Amr
27:28
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "ac4203160626aac7b328c49ef2ed528d",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "dragonmantank/cron-expression",
132
            "version": "v2.1.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/3f00985deec8df53d4cc1e5c33619bda1ee309a5",
141
                "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": ">=7.0.0"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": "~6.4"
149
            },
150
            "type": "library",
151
            "autoload": {
152
                "psr-4": {
153
                    "Cron\\": "src/Cron/"
154
                }
155
            },
156
            "notification-url": "https://packagist.org/downloads/",
157
            "license": [
158
                "MIT"
159
            ],
160
            "authors": [
161
                {
162
                    "name": "Michael Dowling",
163
                    "email": "[email protected]",
164
                    "homepage": "https://github.com/mtdowling"
165
                },
166
                {
167
                    "name": "Chris Tankersley",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/dragonmantank"
170
                }
171
            ],
172
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
173
            "keywords": [
174
                "cron",
175
                "schedule"
176
            ],
177
            "time": "2018-04-06T15:51:55+00:00"
178
        },
179
        {
180
            "name": "egulias/email-validator",
181
            "version": "2.1.4",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/egulias/EmailValidator.git",
185
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
190
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "doctrine/lexer": "^1.0.1",
195
                "php": ">= 5.5"
196
            },
197
            "require-dev": {
198
                "dominicsayers/isemail": "dev-master",
199
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
200
                "satooshi/php-coveralls": "^1.0.1"
201
            },
202
            "suggest": {
203
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "2.0.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Egulias\\EmailValidator\\": "EmailValidator"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Eduardo Gulias Davis"
223
                }
224
            ],
225
            "description": "A library for validating emails against several RFCs",
226
            "homepage": "https://github.com/egulias/EmailValidator",
227
            "keywords": [
228
                "email",
229
                "emailvalidation",
230
                "emailvalidator",
231
                "validation",
232
                "validator"
233
            ],
234
            "time": "2018-04-10T10:11:19+00:00"
235
        },
236
        {
237
            "name": "erusev/parsedown",
238
            "version": "1.7.1",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
247
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "ext-mbstring": "*",
252
                "php": ">=5.3.0"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "^4.8.35"
256
            },
257
            "type": "library",
258
            "autoload": {
259
                "psr-0": {
260
                    "Parsedown": ""
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "authors": [
268
                {
269
                    "name": "Emanuil Rusev",
270
                    "email": "[email protected]",
271
                    "homepage": "http://erusev.com"
272
                }
273
            ],
274
            "description": "Parser for Markdown.",
275
            "homepage": "http://parsedown.org",
276
            "keywords": [
277
                "markdown",
278
                "parser"
279
            ],
280
            "time": "2018-03-08T01:11:30+00:00"
281
        },
282
        {
283
            "name": "laravel/framework",
284
            "version": "v5.6.22",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/laravel/framework.git",
288
                "reference": "637fd797a6dde8d24a9f07da77e375ec251c5d24"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/laravel/framework/zipball/637fd797a6dde8d24a9f07da77e375ec251c5d24",
293
                "reference": "637fd797a6dde8d24a9f07da77e375ec251c5d24",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "doctrine/inflector": "~1.1",
298
                "dragonmantank/cron-expression": "~2.0",
299
                "erusev/parsedown": "~1.7",
300
                "ext-mbstring": "*",
301
                "ext-openssl": "*",
302
                "league/flysystem": "^1.0.8",
303
                "monolog/monolog": "~1.12",
304
                "nesbot/carbon": "1.25.*",
305
                "php": "^7.1.3",
306
                "psr/container": "~1.0",
307
                "psr/simple-cache": "^1.0",
308
                "ramsey/uuid": "^3.7",
309
                "swiftmailer/swiftmailer": "~6.0",
310
                "symfony/console": "~4.0",
311
                "symfony/debug": "~4.0",
312
                "symfony/finder": "~4.0",
313
                "symfony/http-foundation": "~4.0",
314
                "symfony/http-kernel": "~4.0",
315
                "symfony/process": "~4.0",
316
                "symfony/routing": "~4.0",
317
                "symfony/var-dumper": "~4.0",
318
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
319
                "vlucas/phpdotenv": "~2.2"
320
            },
321
            "conflict": {
322
                "tightenco/collect": "<5.5.33"
323
            },
324
            "replace": {
325
                "illuminate/auth": "self.version",
326
                "illuminate/broadcasting": "self.version",
327
                "illuminate/bus": "self.version",
328
                "illuminate/cache": "self.version",
329
                "illuminate/config": "self.version",
330
                "illuminate/console": "self.version",
331
                "illuminate/container": "self.version",
332
                "illuminate/contracts": "self.version",
333
                "illuminate/cookie": "self.version",
334
                "illuminate/database": "self.version",
335
                "illuminate/encryption": "self.version",
336
                "illuminate/events": "self.version",
337
                "illuminate/filesystem": "self.version",
338
                "illuminate/hashing": "self.version",
339
                "illuminate/http": "self.version",
340
                "illuminate/log": "self.version",
341
                "illuminate/mail": "self.version",
342
                "illuminate/notifications": "self.version",
343
                "illuminate/pagination": "self.version",
344
                "illuminate/pipeline": "self.version",
345
                "illuminate/queue": "self.version",
346
                "illuminate/redis": "self.version",
347
                "illuminate/routing": "self.version",
348
                "illuminate/session": "self.version",
349
                "illuminate/support": "self.version",
350
                "illuminate/translation": "self.version",
351
                "illuminate/validation": "self.version",
352
                "illuminate/view": "self.version"
353
            },
354
            "require-dev": {
355
                "aws/aws-sdk-php": "~3.0",
356
                "doctrine/dbal": "~2.6",
357
                "filp/whoops": "^2.1.4",
358
                "league/flysystem-cached-adapter": "~1.0",
359
                "mockery/mockery": "~1.0",
360
                "moontoast/math": "^1.1",
361
                "orchestra/testbench-core": "3.6.*",
362
                "pda/pheanstalk": "~3.0",
363
                "phpunit/phpunit": "~7.0",
364
                "predis/predis": "^1.1.1",
365
                "symfony/css-selector": "~4.0",
366
                "symfony/dom-crawler": "~4.0"
367
            },
368
            "suggest": {
369
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
370
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
371
                "ext-pcntl": "Required to use all features of the queue worker.",
372
                "ext-posix": "Required to use all features of the queue worker.",
373
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
374
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
375
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
376
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
377
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
378
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
379
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
380
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
381
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
382
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
383
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
384
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
385
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
386
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
387
            },
388
            "type": "library",
389
            "extra": {
390
                "branch-alias": {
391
                    "dev-master": "5.6-dev"
392
                }
393
            },
394
            "autoload": {
395
                "files": [
396
                    "src/Illuminate/Foundation/helpers.php",
397
                    "src/Illuminate/Support/helpers.php"
398
                ],
399
                "psr-4": {
400
                    "Illuminate\\": "src/Illuminate/"
401
                }
402
            },
403
            "notification-url": "https://packagist.org/downloads/",
404
            "license": [
405
                "MIT"
406
            ],
407
            "authors": [
408
                {
409
                    "name": "Taylor Otwell",
410
                    "email": "[email protected]"
411
                }
412
            ],
413
            "description": "The Laravel Framework.",
414
            "homepage": "https://laravel.com",
415
            "keywords": [
416
                "framework",
417
                "laravel"
418
            ],
419
            "time": "2018-05-15T13:34:20+00:00"
420
        },
421
        {
422
            "name": "league/flysystem",
423
            "version": "1.0.45",
424
            "source": {
425
                "type": "git",
426
                "url": "https://github.com/thephpleague/flysystem.git",
427
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
428
            },
429
            "dist": {
430
                "type": "zip",
431
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
432
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
433
                "shasum": ""
434
            },
435
            "require": {
436
                "php": ">=5.5.9"
437
            },
438
            "conflict": {
439
                "league/flysystem-sftp": "<1.0.6"
440
            },
441
            "require-dev": {
442
                "ext-fileinfo": "*",
443
                "phpspec/phpspec": "^3.4",
444
                "phpunit/phpunit": "^5.7"
445
            },
446
            "suggest": {
447
                "ext-fileinfo": "Required for MimeType",
448
                "ext-ftp": "Allows you to use FTP server storage",
449
                "ext-openssl": "Allows you to use FTPS server storage",
450
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
451
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
452
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
453
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
454
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
455
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
456
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
457
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
458
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
459
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
460
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
461
            },
462
            "type": "library",
463
            "extra": {
464
                "branch-alias": {
465
                    "dev-master": "1.1-dev"
466
                }
467
            },
468
            "autoload": {
469
                "psr-4": {
470
                    "League\\Flysystem\\": "src/"
471
                }
472
            },
473
            "notification-url": "https://packagist.org/downloads/",
474
            "license": [
475
                "MIT"
476
            ],
477
            "authors": [
478
                {
479
                    "name": "Frank de Jonge",
480
                    "email": "[email protected]"
481
                }
482
            ],
483
            "description": "Filesystem abstraction: Many filesystems, one API.",
484
            "keywords": [
485
                "Cloud Files",
486
                "WebDAV",
487
                "abstraction",
488
                "aws",
489
                "cloud",
490
                "copy.com",
491
                "dropbox",
492
                "file systems",
493
                "files",
494
                "filesystem",
495
                "filesystems",
496
                "ftp",
497
                "rackspace",
498
                "remote",
499
                "s3",
500
                "sftp",
501
                "storage"
502
            ],
503
            "time": "2018-05-07T08:44:23+00:00"
504
        },
505
        {
506
            "name": "monolog/monolog",
507
            "version": "1.23.0",
508
            "source": {
509
                "type": "git",
510
                "url": "https://github.com/Seldaek/monolog.git",
511
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
512
            },
513
            "dist": {
514
                "type": "zip",
515
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
516
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
517
                "shasum": ""
518
            },
519
            "require": {
520
                "php": ">=5.3.0",
521
                "psr/log": "~1.0"
522
            },
523
            "provide": {
524
                "psr/log-implementation": "1.0.0"
525
            },
526
            "require-dev": {
527
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
528
                "doctrine/couchdb": "~1.0@dev",
529
                "graylog2/gelf-php": "~1.0",
530
                "jakub-onderka/php-parallel-lint": "0.9",
531
                "php-amqplib/php-amqplib": "~2.4",
532
                "php-console/php-console": "^3.1.3",
533
                "phpunit/phpunit": "~4.5",
534
                "phpunit/phpunit-mock-objects": "2.3.0",
535
                "ruflin/elastica": ">=0.90 <3.0",
536
                "sentry/sentry": "^0.13",
537
                "swiftmailer/swiftmailer": "^5.3|^6.0"
538
            },
539
            "suggest": {
540
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
541
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
542
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
543
                "ext-mongo": "Allow sending log messages to a MongoDB server",
544
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
545
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
546
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
547
                "php-console/php-console": "Allow sending log messages to Google Chrome",
548
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
549
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
550
                "sentry/sentry": "Allow sending log messages to a Sentry server"
551
            },
552
            "type": "library",
553
            "extra": {
554
                "branch-alias": {
555
                    "dev-master": "2.0.x-dev"
556
                }
557
            },
558
            "autoload": {
559
                "psr-4": {
560
                    "Monolog\\": "src/Monolog"
561
                }
562
            },
563
            "notification-url": "https://packagist.org/downloads/",
564
            "license": [
565
                "MIT"
566
            ],
567
            "authors": [
568
                {
569
                    "name": "Jordi Boggiano",
570
                    "email": "[email protected]",
571
                    "homepage": "http://seld.be"
572
                }
573
            ],
574
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
575
            "homepage": "http://github.com/Seldaek/monolog",
576
            "keywords": [
577
                "log",
578
                "logging",
579
                "psr-3"
580
            ],
581
            "time": "2017-06-19T01:22:40+00:00"
582
        },
583
        {
584
            "name": "nesbot/carbon",
585
            "version": "1.25.0",
586
            "source": {
587
                "type": "git",
588
                "url": "https://github.com/briannesbitt/Carbon.git",
589
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
590
            },
591
            "dist": {
592
                "type": "zip",
593
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
594
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
595
                "shasum": ""
596
            },
597
            "require": {
598
                "php": ">=5.3.9",
599
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
600
            },
601
            "require-dev": {
602
                "friendsofphp/php-cs-fixer": "~2",
603
                "phpunit/phpunit": "^4.8.35 || ^5.7"
604
            },
605
            "type": "library",
606
            "extra": {
607
                "branch-alias": {
608
                    "dev-master": "1.23-dev"
609
                }
610
            },
611
            "autoload": {
612
                "psr-4": {
613
                    "Carbon\\": "src/Carbon/"
614
                }
615
            },
616
            "notification-url": "https://packagist.org/downloads/",
617
            "license": [
618
                "MIT"
619
            ],
620
            "authors": [
621
                {
622
                    "name": "Brian Nesbitt",
623
                    "email": "[email protected]",
624
                    "homepage": "http://nesbot.com"
625
                }
626
            ],
627
            "description": "A simple API extension for DateTime.",
628
            "homepage": "http://carbon.nesbot.com",
629
            "keywords": [
630
                "date",
631
                "datetime",
632
                "time"
633
            ],
634
            "time": "2018-03-19T15:50:49+00:00"
635
        },
636
        {
637
            "name": "paragonie/random_compat",
638
            "version": "v2.0.12",
639
            "source": {
640
                "type": "git",
641
                "url": "https://github.com/paragonie/random_compat.git",
642
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
643
            },
644
            "dist": {
645
                "type": "zip",
646
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
647
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
648
                "shasum": ""
649
            },
650
            "require": {
651
                "php": ">=5.2.0"
652
            },
653
            "require-dev": {
654
                "phpunit/phpunit": "4.*|5.*"
655
            },
656
            "suggest": {
657
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
658
            },
659
            "type": "library",
660
            "autoload": {
661
                "files": [
662
                    "lib/random.php"
663
                ]
664
            },
665
            "notification-url": "https://packagist.org/downloads/",
666
            "license": [
667
                "MIT"
668
            ],
669
            "authors": [
670
                {
671
                    "name": "Paragon Initiative Enterprises",
672
                    "email": "[email protected]",
673
                    "homepage": "https://paragonie.com"
674
                }
675
            ],
676
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
677
            "keywords": [
678
                "csprng",
679
                "pseudorandom",
680
                "random"
681
            ],
682
            "time": "2018-04-04T21:24:14+00:00"
683
        },
684
        {
685
            "name": "psr/container",
686
            "version": "1.0.0",
687
            "source": {
688
                "type": "git",
689
                "url": "https://github.com/php-fig/container.git",
690
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
691
            },
692
            "dist": {
693
                "type": "zip",
694
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
695
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
696
                "shasum": ""
697
            },
698
            "require": {
699
                "php": ">=5.3.0"
700
            },
701
            "type": "library",
702
            "extra": {
703
                "branch-alias": {
704
                    "dev-master": "1.0.x-dev"
705
                }
706
            },
707
            "autoload": {
708
                "psr-4": {
709
                    "Psr\\Container\\": "src/"
710
                }
711
            },
712
            "notification-url": "https://packagist.org/downloads/",
713
            "license": [
714
                "MIT"
715
            ],
716
            "authors": [
717
                {
718
                    "name": "PHP-FIG",
719
                    "homepage": "http://www.php-fig.org/"
720
                }
721
            ],
722
            "description": "Common Container Interface (PHP FIG PSR-11)",
723
            "homepage": "https://github.com/php-fig/container",
724
            "keywords": [
725
                "PSR-11",
726
                "container",
727
                "container-interface",
728
                "container-interop",
729
                "psr"
730
            ],
731
            "time": "2017-02-14T16:28:37+00:00"
732
        },
733
        {
734
            "name": "psr/log",
735
            "version": "1.0.2",
736
            "source": {
737
                "type": "git",
738
                "url": "https://github.com/php-fig/log.git",
739
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
740
            },
741
            "dist": {
742
                "type": "zip",
743
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
744
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
745
                "shasum": ""
746
            },
747
            "require": {
748
                "php": ">=5.3.0"
749
            },
750
            "type": "library",
751
            "extra": {
752
                "branch-alias": {
753
                    "dev-master": "1.0.x-dev"
754
                }
755
            },
756
            "autoload": {
757
                "psr-4": {
758
                    "Psr\\Log\\": "Psr/Log/"
759
                }
760
            },
761
            "notification-url": "https://packagist.org/downloads/",
762
            "license": [
763
                "MIT"
764
            ],
765
            "authors": [
766
                {
767
                    "name": "PHP-FIG",
768
                    "homepage": "http://www.php-fig.org/"
769
                }
770
            ],
771
            "description": "Common interface for logging libraries",
772
            "homepage": "https://github.com/php-fig/log",
773
            "keywords": [
774
                "log",
775
                "psr",
776
                "psr-3"
777
            ],
778
            "time": "2016-10-10T12:19:37+00:00"
779
        },
780
        {
781
            "name": "psr/simple-cache",
782
            "version": "1.0.1",
783
            "source": {
784
                "type": "git",
785
                "url": "https://github.com/php-fig/simple-cache.git",
786
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
787
            },
788
            "dist": {
789
                "type": "zip",
790
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
791
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
792
                "shasum": ""
793
            },
794
            "require": {
795
                "php": ">=5.3.0"
796
            },
797
            "type": "library",
798
            "extra": {
799
                "branch-alias": {
800
                    "dev-master": "1.0.x-dev"
801
                }
802
            },
803
            "autoload": {
804
                "psr-4": {
805
                    "Psr\\SimpleCache\\": "src/"
806
                }
807
            },
808
            "notification-url": "https://packagist.org/downloads/",
809
            "license": [
810
                "MIT"
811
            ],
812
            "authors": [
813
                {
814
                    "name": "PHP-FIG",
815
                    "homepage": "http://www.php-fig.org/"
816
                }
817
            ],
818
            "description": "Common interfaces for simple caching",
819
            "keywords": [
820
                "cache",
821
                "caching",
822
                "psr",
823
                "psr-16",
824
                "simple-cache"
825
            ],
826
            "time": "2017-10-23T01:57:42+00:00"
827
        },
828
        {
829
            "name": "ramsey/uuid",
830
            "version": "3.7.3",
831
            "source": {
832
                "type": "git",
833
                "url": "https://github.com/ramsey/uuid.git",
834
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
835
            },
836
            "dist": {
837
                "type": "zip",
838
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
839
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
840
                "shasum": ""
841
            },
842
            "require": {
843
                "paragonie/random_compat": "^1.0|^2.0",
844
                "php": "^5.4 || ^7.0"
845
            },
846
            "replace": {
847
                "rhumsaa/uuid": "self.version"
848
            },
849
            "require-dev": {
850
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
851
                "doctrine/annotations": "~1.2.0",
852
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
853
                "ircmaxell/random-lib": "^1.1",
854
                "jakub-onderka/php-parallel-lint": "^0.9.0",
855
                "mockery/mockery": "^0.9.9",
856
                "moontoast/math": "^1.1",
857
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
858
                "phpunit/phpunit": "^4.7|^5.0",
859
                "squizlabs/php_codesniffer": "^2.3"
860
            },
861
            "suggest": {
862
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
863
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
864
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
865
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
866
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
867
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
868
            },
869
            "type": "library",
870
            "extra": {
871
                "branch-alias": {
872
                    "dev-master": "3.x-dev"
873
                }
874
            },
875
            "autoload": {
876
                "psr-4": {
877
                    "Ramsey\\Uuid\\": "src/"
878
                }
879
            },
880
            "notification-url": "https://packagist.org/downloads/",
881
            "license": [
882
                "MIT"
883
            ],
884
            "authors": [
885
                {
886
                    "name": "Marijn Huizendveld",
887
                    "email": "[email protected]"
888
                },
889
                {
890
                    "name": "Thibaud Fabre",
891
                    "email": "[email protected]"
892
                },
893
                {
894
                    "name": "Ben Ramsey",
895
                    "email": "[email protected]",
896
                    "homepage": "https://benramsey.com"
897
                }
898
            ],
899
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
900
            "homepage": "https://github.com/ramsey/uuid",
901
            "keywords": [
902
                "guid",
903
                "identifier",
904
                "uuid"
905
            ],
906
            "time": "2018-01-20T00:28:24+00:00"
907
        },
908
        {
909
            "name": "swiftmailer/swiftmailer",
910
            "version": "v6.0.2",
911
            "source": {
912
                "type": "git",
913
                "url": "https://github.com/swiftmailer/swiftmailer.git",
914
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
915
            },
916
            "dist": {
917
                "type": "zip",
918
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
919
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
920
                "shasum": ""
921
            },
922
            "require": {
923
                "egulias/email-validator": "~2.0",
924
                "php": ">=7.0.0"
925
            },
926
            "require-dev": {
927
                "mockery/mockery": "~0.9.1",
928
                "symfony/phpunit-bridge": "~3.3@dev"
929
            },
930
            "type": "library",
931
            "extra": {
932
                "branch-alias": {
933
                    "dev-master": "6.0-dev"
934
                }
935
            },
936
            "autoload": {
937
                "files": [
938
                    "lib/swift_required.php"
939
                ]
940
            },
941
            "notification-url": "https://packagist.org/downloads/",
942
            "license": [
943
                "MIT"
944
            ],
945
            "authors": [
946
                {
947
                    "name": "Chris Corbyn"
948
                },
949
                {
950
                    "name": "Fabien Potencier",
951
                    "email": "[email protected]"
952
                }
953
            ],
954
            "description": "Swiftmailer, free feature-rich PHP mailer",
955
            "homepage": "http://swiftmailer.symfony.com",
956
            "keywords": [
957
                "email",
958
                "mail",
959
                "mailer"
960
            ],
961
            "time": "2017-09-30T22:39:41+00:00"
962
        },
963
        {
964
            "name": "symfony/console",
965
            "version": "v4.0.9",
966
            "source": {
967
                "type": "git",
968
                "url": "https://github.com/symfony/console.git",
969
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
970
            },
971
            "dist": {
972
                "type": "zip",
973
                "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
974
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
975
                "shasum": ""
976
            },
977
            "require": {
978
                "php": "^7.1.3",
979
                "symfony/polyfill-mbstring": "~1.0"
980
            },
981
            "conflict": {
982
                "symfony/dependency-injection": "<3.4",
983
                "symfony/process": "<3.3"
984
            },
985
            "require-dev": {
986
                "psr/log": "~1.0",
987
                "symfony/config": "~3.4|~4.0",
988
                "symfony/dependency-injection": "~3.4|~4.0",
989
                "symfony/event-dispatcher": "~3.4|~4.0",
990
                "symfony/lock": "~3.4|~4.0",
991
                "symfony/process": "~3.4|~4.0"
992
            },
993
            "suggest": {
994
                "psr/log-implementation": "For using the console logger",
995
                "symfony/event-dispatcher": "",
996
                "symfony/lock": "",
997
                "symfony/process": ""
998
            },
999
            "type": "library",
1000
            "extra": {
1001
                "branch-alias": {
1002
                    "dev-master": "4.0-dev"
1003
                }
1004
            },
1005
            "autoload": {
1006
                "psr-4": {
1007
                    "Symfony\\Component\\Console\\": ""
1008
                },
1009
                "exclude-from-classmap": [
1010
                    "/Tests/"
1011
                ]
1012
            },
1013
            "notification-url": "https://packagist.org/downloads/",
1014
            "license": [
1015
                "MIT"
1016
            ],
1017
            "authors": [
1018
                {
1019
                    "name": "Fabien Potencier",
1020
                    "email": "[email protected]"
1021
                },
1022
                {
1023
                    "name": "Symfony Community",
1024
                    "homepage": "https://symfony.com/contributors"
1025
                }
1026
            ],
1027
            "description": "Symfony Console Component",
1028
            "homepage": "https://symfony.com",
1029
            "time": "2018-04-30T01:23:47+00:00"
1030
        },
1031
        {
1032
            "name": "symfony/css-selector",
1033
            "version": "v4.0.9",
1034
            "source": {
1035
                "type": "git",
1036
                "url": "https://github.com/symfony/css-selector.git",
1037
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2"
1038
            },
1039
            "dist": {
1040
                "type": "zip",
1041
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
1042
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
1043
                "shasum": ""
1044
            },
1045
            "require": {
1046
                "php": "^7.1.3"
1047
            },
1048
            "type": "library",
1049
            "extra": {
1050
                "branch-alias": {
1051
                    "dev-master": "4.0-dev"
1052
                }
1053
            },
1054
            "autoload": {
1055
                "psr-4": {
1056
                    "Symfony\\Component\\CssSelector\\": ""
1057
                },
1058
                "exclude-from-classmap": [
1059
                    "/Tests/"
1060
                ]
1061
            },
1062
            "notification-url": "https://packagist.org/downloads/",
1063
            "license": [
1064
                "MIT"
1065
            ],
1066
            "authors": [
1067
                {
1068
                    "name": "Jean-François Simon",
1069
                    "email": "[email protected]"
1070
                },
1071
                {
1072
                    "name": "Fabien Potencier",
1073
                    "email": "[email protected]"
1074
                },
1075
                {
1076
                    "name": "Symfony Community",
1077
                    "homepage": "https://symfony.com/contributors"
1078
                }
1079
            ],
1080
            "description": "Symfony CssSelector Component",
1081
            "homepage": "https://symfony.com",
1082
            "time": "2018-03-19T22:35:49+00:00"
1083
        },
1084
        {
1085
            "name": "symfony/debug",
1086
            "version": "v4.0.9",
1087
            "source": {
1088
                "type": "git",
1089
                "url": "https://github.com/symfony/debug.git",
1090
                "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
1091
            },
1092
            "dist": {
1093
                "type": "zip",
1094
                "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
1095
                "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
1096
                "shasum": ""
1097
            },
1098
            "require": {
1099
                "php": "^7.1.3",
1100
                "psr/log": "~1.0"
1101
            },
1102
            "conflict": {
1103
                "symfony/http-kernel": "<3.4"
1104
            },
1105
            "require-dev": {
1106
                "symfony/http-kernel": "~3.4|~4.0"
1107
            },
1108
            "type": "library",
1109
            "extra": {
1110
                "branch-alias": {
1111
                    "dev-master": "4.0-dev"
1112
                }
1113
            },
1114
            "autoload": {
1115
                "psr-4": {
1116
                    "Symfony\\Component\\Debug\\": ""
1117
                },
1118
                "exclude-from-classmap": [
1119
                    "/Tests/"
1120
                ]
1121
            },
1122
            "notification-url": "https://packagist.org/downloads/",
1123
            "license": [
1124
                "MIT"
1125
            ],
1126
            "authors": [
1127
                {
1128
                    "name": "Fabien Potencier",
1129
                    "email": "[email protected]"
1130
                },
1131
                {
1132
                    "name": "Symfony Community",
1133
                    "homepage": "https://symfony.com/contributors"
1134
                }
1135
            ],
1136
            "description": "Symfony Debug Component",
1137
            "homepage": "https://symfony.com",
1138
            "time": "2018-04-30T16:59:37+00:00"
1139
        },
1140
        {
1141
            "name": "symfony/event-dispatcher",
1142
            "version": "v4.0.9",
1143
            "source": {
1144
                "type": "git",
1145
                "url": "https://github.com/symfony/event-dispatcher.git",
1146
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
1147
            },
1148
            "dist": {
1149
                "type": "zip",
1150
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
1151
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
1152
                "shasum": ""
1153
            },
1154
            "require": {
1155
                "php": "^7.1.3"
1156
            },
1157
            "conflict": {
1158
                "symfony/dependency-injection": "<3.4"
1159
            },
1160
            "require-dev": {
1161
                "psr/log": "~1.0",
1162
                "symfony/config": "~3.4|~4.0",
1163
                "symfony/dependency-injection": "~3.4|~4.0",
1164
                "symfony/expression-language": "~3.4|~4.0",
1165
                "symfony/stopwatch": "~3.4|~4.0"
1166
            },
1167
            "suggest": {
1168
                "symfony/dependency-injection": "",
1169
                "symfony/http-kernel": ""
1170
            },
1171
            "type": "library",
1172
            "extra": {
1173
                "branch-alias": {
1174
                    "dev-master": "4.0-dev"
1175
                }
1176
            },
1177
            "autoload": {
1178
                "psr-4": {
1179
                    "Symfony\\Component\\EventDispatcher\\": ""
1180
                },
1181
                "exclude-from-classmap": [
1182
                    "/Tests/"
1183
                ]
1184
            },
1185
            "notification-url": "https://packagist.org/downloads/",
1186
            "license": [
1187
                "MIT"
1188
            ],
1189
            "authors": [
1190
                {
1191
                    "name": "Fabien Potencier",
1192
                    "email": "[email protected]"
1193
                },
1194
                {
1195
                    "name": "Symfony Community",
1196
                    "homepage": "https://symfony.com/contributors"
1197
                }
1198
            ],
1199
            "description": "Symfony EventDispatcher Component",
1200
            "homepage": "https://symfony.com",
1201
            "time": "2018-04-06T07:35:43+00:00"
1202
        },
1203
        {
1204
            "name": "symfony/finder",
1205
            "version": "v4.0.9",
1206
            "source": {
1207
                "type": "git",
1208
                "url": "https://github.com/symfony/finder.git",
1209
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
1210
            },
1211
            "dist": {
1212
                "type": "zip",
1213
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
1214
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
1215
                "shasum": ""
1216
            },
1217
            "require": {
1218
                "php": "^7.1.3"
1219
            },
1220
            "type": "library",
1221
            "extra": {
1222
                "branch-alias": {
1223
                    "dev-master": "4.0-dev"
1224
                }
1225
            },
1226
            "autoload": {
1227
                "psr-4": {
1228
                    "Symfony\\Component\\Finder\\": ""
1229
                },
1230
                "exclude-from-classmap": [
1231
                    "/Tests/"
1232
                ]
1233
            },
1234
            "notification-url": "https://packagist.org/downloads/",
1235
            "license": [
1236
                "MIT"
1237
            ],
1238
            "authors": [
1239
                {
1240
                    "name": "Fabien Potencier",
1241
                    "email": "[email protected]"
1242
                },
1243
                {
1244
                    "name": "Symfony Community",
1245
                    "homepage": "https://symfony.com/contributors"
1246
                }
1247
            ],
1248
            "description": "Symfony Finder Component",
1249
            "homepage": "https://symfony.com",
1250
            "time": "2018-04-04T05:10:37+00:00"
1251
        },
1252
        {
1253
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
1254
            "version": "v4.0.9",
1255
            "source": {
1256
                "type": "git",
1257
                "url": "https://github.com/symfony/http-foundation.git",
1258
                "reference": "014487772c22d893168e5d628a13e882009fea29"
1259
            },
1260
            "dist": {
1261
                "type": "zip",
1262
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
1263
                "reference": "014487772c22d893168e5d628a13e882009fea29",
1264
                "shasum": ""
1265
            },
1266
            "require": {
1267
                "php": "^7.1.3",
1268
                "symfony/polyfill-mbstring": "~1.1"
1269
            },
1270
            "require-dev": {
1271
                "symfony/expression-language": "~3.4|~4.0"
1272
            },
1273
            "type": "library",
1274
            "extra": {
1275
                "branch-alias": {
1276
                    "dev-master": "4.0-dev"
1277
                }
1278
            },
1279
            "autoload": {
1280
                "psr-4": {
1281
                    "Symfony\\Component\\HttpFoundation\\": ""
1282
                },
1283
                "exclude-from-classmap": [
1284
                    "/Tests/"
1285
                ]
1286
            },
1287
            "notification-url": "https://packagist.org/downloads/",
1288
            "license": [
1289
                "MIT"
1290
            ],
1291
            "authors": [
1292
                {
1293
                    "name": "Fabien Potencier",
1294
                    "email": "[email protected]"
1295
                },
1296
                {
1297
                    "name": "Symfony Community",
1298
                    "homepage": "https://symfony.com/contributors"
1299
                }
1300
            ],
1301
            "description": "Symfony HttpFoundation Component",
1302
            "homepage": "https://symfony.com",
1303
            "time": "2018-04-30T01:05:59+00:00"
1304
        },
1305
        {
1306
            "name": "symfony/http-kernel",
1307
            "version": "v4.0.9",
1308
            "source": {
1309
                "type": "git",
1310
                "url": "https://github.com/symfony/http-kernel.git",
1311
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
1312
            },
1313
            "dist": {
1314
                "type": "zip",
1315
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
1316
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
1317
                "shasum": ""
1318
            },
1319
            "require": {
1320
                "php": "^7.1.3",
1321
                "psr/log": "~1.0",
1322
                "symfony/debug": "~3.4|~4.0",
1323
                "symfony/event-dispatcher": "~3.4|~4.0",
1324
                "symfony/http-foundation": "~3.4.4|~4.0.4"
1325
            },
1326
            "conflict": {
1327
                "symfony/config": "<3.4",
1328
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1329
                "symfony/var-dumper": "<3.4",
1330
                "twig/twig": "<1.34|<2.4,>=2"
1331
            },
1332
            "provide": {
1333
                "psr/log-implementation": "1.0"
1334
            },
1335
            "require-dev": {
1336
                "psr/cache": "~1.0",
1337
                "symfony/browser-kit": "~3.4|~4.0",
1338
                "symfony/config": "~3.4|~4.0",
1339
                "symfony/console": "~3.4|~4.0",
1340
                "symfony/css-selector": "~3.4|~4.0",
1341
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1342
                "symfony/dom-crawler": "~3.4|~4.0",
1343
                "symfony/expression-language": "~3.4|~4.0",
1344
                "symfony/finder": "~3.4|~4.0",
1345
                "symfony/process": "~3.4|~4.0",
1346
                "symfony/routing": "~3.4|~4.0",
1347
                "symfony/stopwatch": "~3.4|~4.0",
1348
                "symfony/templating": "~3.4|~4.0",
1349
                "symfony/translation": "~3.4|~4.0",
1350
                "symfony/var-dumper": "~3.4|~4.0"
1351
            },
1352
            "suggest": {
1353
                "symfony/browser-kit": "",
1354
                "symfony/config": "",
1355
                "symfony/console": "",
1356
                "symfony/dependency-injection": "",
1357
                "symfony/var-dumper": ""
1358
            },
1359
            "type": "library",
1360
            "extra": {
1361
                "branch-alias": {
1362
                    "dev-master": "4.0-dev"
1363
                }
1364
            },
1365
            "autoload": {
1366
                "psr-4": {
1367
                    "Symfony\\Component\\HttpKernel\\": ""
1368
                },
1369
                "exclude-from-classmap": [
1370
                    "/Tests/"
1371
                ]
1372
            },
1373
            "notification-url": "https://packagist.org/downloads/",
1374
            "license": [
1375
                "MIT"
1376
            ],
1377
            "authors": [
1378
                {
1379
                    "name": "Fabien Potencier",
1380
                    "email": "[email protected]"
1381
                },
1382
                {
1383
                    "name": "Symfony Community",
1384
                    "homepage": "https://symfony.com/contributors"
1385
                }
1386
            ],
1387
            "description": "Symfony HttpKernel Component",
1388
            "homepage": "https://symfony.com",
1389
            "time": "2018-04-30T19:45:57+00:00"
1390
        },
1391
        {
1392
            "name": "symfony/polyfill-mbstring",
1393
            "version": "v1.8.0",
1394
            "source": {
1395
                "type": "git",
1396
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1397
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1398
            },
1399
            "dist": {
1400
                "type": "zip",
1401
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1402
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1403
                "shasum": ""
1404
            },
1405
            "require": {
1406
                "php": ">=5.3.3"
1407
            },
1408
            "suggest": {
1409
                "ext-mbstring": "For best performance"
1410
            },
1411
            "type": "library",
1412
            "extra": {
1413
                "branch-alias": {
1414
                    "dev-master": "1.8-dev"
1415
                }
1416
            },
1417
            "autoload": {
1418
                "psr-4": {
1419
                    "Symfony\\Polyfill\\Mbstring\\": ""
1420
                },
1421
                "files": [
1422
                    "bootstrap.php"
1423
                ]
1424
            },
1425
            "notification-url": "https://packagist.org/downloads/",
1426
            "license": [
1427
                "MIT"
1428
            ],
1429
            "authors": [
1430
                {
1431
                    "name": "Nicolas Grekas",
1432
                    "email": "[email protected]"
1433
                },
1434
                {
1435
                    "name": "Symfony Community",
1436
                    "homepage": "https://symfony.com/contributors"
1437
                }
1438
            ],
1439
            "description": "Symfony polyfill for the Mbstring extension",
1440
            "homepage": "https://symfony.com",
1441
            "keywords": [
1442
                "compatibility",
1443
                "mbstring",
1444
                "polyfill",
1445
                "portable",
1446
                "shim"
1447
            ],
1448
            "time": "2018-04-26T10:06:28+00:00"
1449
        },
1450
        {
1451
            "name": "symfony/polyfill-php72",
1452
            "version": "v1.8.0",
1453
            "source": {
1454
                "type": "git",
1455
                "url": "https://github.com/symfony/polyfill-php72.git",
1456
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1457
            },
1458
            "dist": {
1459
                "type": "zip",
1460
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1461
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1462
                "shasum": ""
1463
            },
1464
            "require": {
1465
                "php": ">=5.3.3"
1466
            },
1467
            "type": "library",
1468
            "extra": {
1469
                "branch-alias": {
1470
                    "dev-master": "1.8-dev"
1471
                }
1472
            },
1473
            "autoload": {
1474
                "psr-4": {
1475
                    "Symfony\\Polyfill\\Php72\\": ""
1476
                },
1477
                "files": [
1478
                    "bootstrap.php"
1479
                ]
1480
            },
1481
            "notification-url": "https://packagist.org/downloads/",
1482
            "license": [
1483
                "MIT"
1484
            ],
1485
            "authors": [
1486
                {
1487
                    "name": "Nicolas Grekas",
1488
                    "email": "[email protected]"
1489
                },
1490
                {
1491
                    "name": "Symfony Community",
1492
                    "homepage": "https://symfony.com/contributors"
1493
                }
1494
            ],
1495
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1496
            "homepage": "https://symfony.com",
1497
            "keywords": [
1498
                "compatibility",
1499
                "polyfill",
1500
                "portable",
1501
                "shim"
1502
            ],
1503
            "time": "2018-04-26T10:06:28+00:00"
1504
        },
1505
        {
1506
            "name": "symfony/process",
1507
            "version": "v4.0.9",
1508
            "source": {
1509
                "type": "git",
1510
                "url": "https://github.com/symfony/process.git",
1511
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
1512
            },
1513
            "dist": {
1514
                "type": "zip",
1515
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
1516
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
1517
                "shasum": ""
1518
            },
1519
            "require": {
1520
                "php": "^7.1.3"
1521
            },
1522
            "type": "library",
1523
            "extra": {
1524
                "branch-alias": {
1525
                    "dev-master": "4.0-dev"
1526
                }
1527
            },
1528
            "autoload": {
1529
                "psr-4": {
1530
                    "Symfony\\Component\\Process\\": ""
1531
                },
1532
                "exclude-from-classmap": [
1533
                    "/Tests/"
1534
                ]
1535
            },
1536
            "notification-url": "https://packagist.org/downloads/",
1537
            "license": [
1538
                "MIT"
1539
            ],
1540
            "authors": [
1541
                {
1542
                    "name": "Fabien Potencier",
1543
                    "email": "[email protected]"
1544
                },
1545
                {
1546
                    "name": "Symfony Community",
1547
                    "homepage": "https://symfony.com/contributors"
1548
                }
1549
            ],
1550
            "description": "Symfony Process Component",
1551
            "homepage": "https://symfony.com",
1552
            "time": "2018-04-03T05:24:00+00:00"
1553
        },
1554
        {
1555
            "name": "symfony/routing",
1556
            "version": "v4.0.9",
1557
            "source": {
1558
                "type": "git",
1559
                "url": "https://github.com/symfony/routing.git",
1560
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027"
1561
            },
1562
            "dist": {
1563
                "type": "zip",
1564
                "url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027",
1565
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027",
1566
                "shasum": ""
1567
            },
1568
            "require": {
1569
                "php": "^7.1.3"
1570
            },
1571
            "conflict": {
1572
                "symfony/config": "<3.4",
1573
                "symfony/dependency-injection": "<3.4",
1574
                "symfony/yaml": "<3.4"
1575
            },
1576
            "require-dev": {
1577
                "doctrine/annotations": "~1.0",
1578
                "doctrine/common": "~2.2",
1579
                "psr/log": "~1.0",
1580
                "symfony/config": "~3.4|~4.0",
1581
                "symfony/dependency-injection": "~3.4|~4.0",
1582
                "symfony/expression-language": "~3.4|~4.0",
1583
                "symfony/http-foundation": "~3.4|~4.0",
1584
                "symfony/yaml": "~3.4|~4.0"
1585
            },
1586
            "suggest": {
1587
                "doctrine/annotations": "For using the annotation loader",
1588
                "symfony/config": "For using the all-in-one router or any loader",
1589
                "symfony/dependency-injection": "For loading routes from a service",
1590
                "symfony/expression-language": "For using expression matching",
1591
                "symfony/http-foundation": "For using a Symfony Request object",
1592
                "symfony/yaml": "For using the YAML loader"
1593
            },
1594
            "type": "library",
1595
            "extra": {
1596
                "branch-alias": {
1597
                    "dev-master": "4.0-dev"
1598
                }
1599
            },
1600
            "autoload": {
1601
                "psr-4": {
1602
                    "Symfony\\Component\\Routing\\": ""
1603
                },
1604
                "exclude-from-classmap": [
1605
                    "/Tests/"
1606
                ]
1607
            },
1608
            "notification-url": "https://packagist.org/downloads/",
1609
            "license": [
1610
                "MIT"
1611
            ],
1612
            "authors": [
1613
                {
1614
                    "name": "Fabien Potencier",
1615
                    "email": "[email protected]"
1616
                },
1617
                {
1618
                    "name": "Symfony Community",
1619
                    "homepage": "https://symfony.com/contributors"
1620
                }
1621
            ],
1622
            "description": "Symfony Routing Component",
1623
            "homepage": "https://symfony.com",
1624
            "keywords": [
1625
                "router",
1626
                "routing",
1627
                "uri",
1628
                "url"
1629
            ],
1630
            "time": "2018-04-20T06:20:23+00:00"
1631
        },
1632
        {
1633
            "name": "symfony/translation",
1634
            "version": "v4.0.9",
1635
            "source": {
1636
                "type": "git",
1637
                "url": "https://github.com/symfony/translation.git",
1638
                "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
1639
            },
1640
            "dist": {
1641
                "type": "zip",
1642
                "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
1643
                "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
1644
                "shasum": ""
1645
            },
1646
            "require": {
1647
                "php": "^7.1.3",
1648
                "symfony/polyfill-mbstring": "~1.0"
1649
            },
1650
            "conflict": {
1651
                "symfony/config": "<3.4",
1652
                "symfony/dependency-injection": "<3.4",
1653
                "symfony/yaml": "<3.4"
1654
            },
1655
            "require-dev": {
1656
                "psr/log": "~1.0",
1657
                "symfony/config": "~3.4|~4.0",
1658
                "symfony/dependency-injection": "~3.4|~4.0",
1659
                "symfony/finder": "~2.8|~3.0|~4.0",
1660
                "symfony/intl": "~3.4|~4.0",
1661
                "symfony/yaml": "~3.4|~4.0"
1662
            },
1663
            "suggest": {
1664
                "psr/log-implementation": "To use logging capability in translator",
1665
                "symfony/config": "",
1666
                "symfony/yaml": ""
1667
            },
1668
            "type": "library",
1669
            "extra": {
1670
                "branch-alias": {
1671
                    "dev-master": "4.0-dev"
1672
                }
1673
            },
1674
            "autoload": {
1675
                "psr-4": {
1676
                    "Symfony\\Component\\Translation\\": ""
1677
                },
1678
                "exclude-from-classmap": [
1679
                    "/Tests/"
1680
                ]
1681
            },
1682
            "notification-url": "https://packagist.org/downloads/",
1683
            "license": [
1684
                "MIT"
1685
            ],
1686
            "authors": [
1687
                {
1688
                    "name": "Fabien Potencier",
1689
                    "email": "[email protected]"
1690
                },
1691
                {
1692
                    "name": "Symfony Community",
1693
                    "homepage": "https://symfony.com/contributors"
1694
                }
1695
            ],
1696
            "description": "Symfony Translation Component",
1697
            "homepage": "https://symfony.com",
1698
            "time": "2018-04-30T01:23:47+00:00"
1699
        },
1700
        {
1701
            "name": "symfony/var-dumper",
1702
            "version": "v4.0.9",
1703
            "source": {
1704
                "type": "git",
1705
                "url": "https://github.com/symfony/var-dumper.git",
1706
                "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18"
1707
            },
1708
            "dist": {
1709
                "type": "zip",
1710
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3c34cf3f4bbac9e003d9325225e9ef1a49180a18",
1711
                "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18",
1712
                "shasum": ""
1713
            },
1714
            "require": {
1715
                "php": "^7.1.3",
1716
                "symfony/polyfill-mbstring": "~1.0",
1717
                "symfony/polyfill-php72": "~1.5"
1718
            },
1719
            "conflict": {
1720
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1721
            },
1722
            "require-dev": {
1723
                "ext-iconv": "*",
1724
                "twig/twig": "~1.34|~2.4"
1725
            },
1726
            "suggest": {
1727
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1728
                "ext-intl": "To show region name in time zone dump"
1729
            },
1730
            "type": "library",
1731
            "extra": {
1732
                "branch-alias": {
1733
                    "dev-master": "4.0-dev"
1734
                }
1735
            },
1736
            "autoload": {
1737
                "files": [
1738
                    "Resources/functions/dump.php"
1739
                ],
1740
                "psr-4": {
1741
                    "Symfony\\Component\\VarDumper\\": ""
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": "Nicolas Grekas",
1754
                    "email": "[email protected]"
1755
                },
1756
                {
1757
                    "name": "Symfony Community",
1758
                    "homepage": "https://symfony.com/contributors"
1759
                }
1760
            ],
1761
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1762
            "homepage": "https://symfony.com",
1763
            "keywords": [
1764
                "debug",
1765
                "dump"
1766
            ],
1767
            "time": "2018-04-26T16:12:06+00:00"
1768
        },
1769
        {
1770
            "name": "tijsverkoyen/css-to-inline-styles",
1771
            "version": "2.2.1",
1772
            "source": {
1773
                "type": "git",
1774
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1775
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1776
            },
1777
            "dist": {
1778
                "type": "zip",
1779
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1780
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1781
                "shasum": ""
1782
            },
1783
            "require": {
1784
                "php": "^5.5 || ^7.0",
1785
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1786
            },
1787
            "require-dev": {
1788
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1789
            },
1790
            "type": "library",
1791
            "extra": {
1792
                "branch-alias": {
1793
                    "dev-master": "2.2.x-dev"
1794
                }
1795
            },
1796
            "autoload": {
1797
                "psr-4": {
1798
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1799
                }
1800
            },
1801
            "notification-url": "https://packagist.org/downloads/",
1802
            "license": [
1803
                "BSD-3-Clause"
1804
            ],
1805
            "authors": [
1806
                {
1807
                    "name": "Tijs Verkoyen",
1808
                    "email": "[email protected]",
1809
                    "role": "Developer"
1810
                }
1811
            ],
1812
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
1813
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1814
            "time": "2017-11-27T11:13:29+00:00"
1815
        },
1816
        {
1817
            "name": "vlucas/phpdotenv",
1818
            "version": "v2.4.0",
1819
            "source": {
1820
                "type": "git",
1821
                "url": "https://github.com/vlucas/phpdotenv.git",
1822
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1823
            },
1824
            "dist": {
1825
                "type": "zip",
1826
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1827
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1828
                "shasum": ""
1829
            },
1830
            "require": {
1831
                "php": ">=5.3.9"
1832
            },
1833
            "require-dev": {
1834
                "phpunit/phpunit": "^4.8 || ^5.0"
1835
            },
1836
            "type": "library",
1837
            "extra": {
1838
                "branch-alias": {
1839
                    "dev-master": "2.4-dev"
1840
                }
1841
            },
1842
            "autoload": {
1843
                "psr-4": {
1844
                    "Dotenv\\": "src/"
1845
                }
1846
            },
1847
            "notification-url": "https://packagist.org/downloads/",
1848
            "license": [
1849
                "BSD-3-Clause-Attribution"
1850
            ],
1851
            "authors": [
1852
                {
1853
                    "name": "Vance Lucas",
1854
                    "email": "[email protected]",
1855
                    "homepage": "http://www.vancelucas.com"
1856
                }
1857
            ],
1858
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1859
            "keywords": [
1860
                "dotenv",
1861
                "env",
1862
                "environment"
1863
            ],
1864
            "time": "2016-09-01T10:05:43+00:00"
1865
        }
1866
    ],
1867
    "packages-dev": [
1868
        {
1869
            "name": "codedungeon/php-cli-colors",
1870
            "version": "1.10.7",
1871
            "source": {
1872
                "type": "git",
1873
                "url": "https://github.com/mikeerickson/php-cli-colors.git",
1874
                "reference": "5649ef76ec0c9ed626e95bf40fdfaf4b8efcf79b"
1875
            },
1876
            "dist": {
1877
                "type": "zip",
1878
                "url": "https://api.github.com/repos/mikeerickson/php-cli-colors/zipball/5649ef76ec0c9ed626e95bf40fdfaf4b8efcf79b",
1879
                "reference": "5649ef76ec0c9ed626e95bf40fdfaf4b8efcf79b",
1880
                "shasum": ""
1881
            },
1882
            "require-dev": {
1883
                "phpunit/phpunit": ">=5.2"
1884
            },
1885
            "type": "library",
1886
            "autoload": {
1887
                "psr-4": {
1888
                    "Codedungeon\\PHPCliColors\\": "src/"
1889
                }
1890
            },
1891
            "notification-url": "https://packagist.org/downloads/",
1892
            "license": [
1893
                "MIT"
1894
            ],
1895
            "authors": [
1896
                {
1897
                    "name": "Mike Erickson",
1898
                    "email": "[email protected]"
1899
                }
1900
            ],
1901
            "description": "PHP Package for using color output in CLI commands",
1902
            "homepage": "https://github.com/mikeerickson/php-cli-colors",
1903
            "keywords": [
1904
                "color",
1905
                "colors",
1906
                "composer",
1907
                "package",
1908
                "php"
1909
            ],
1910
            "time": "2018-05-17T01:34:14+00:00"
1911
        },
1912
        {
1913
            "name": "codedungeon/phpunit-result-printer",
1914
            "version": "0.19.10",
1915
            "source": {
1916
                "type": "git",
1917
                "url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
1918
                "reference": "3ff0ebbfeca8cf57e0493b9a0a45f22a70626989"
1919
            },
1920
            "dist": {
1921
                "type": "zip",
1922
                "url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/3ff0ebbfeca8cf57e0493b9a0a45f22a70626989",
1923
                "reference": "3ff0ebbfeca8cf57e0493b9a0a45f22a70626989",
1924
                "shasum": ""
1925
            },
1926
            "require": {
1927
                "codedungeon/php-cli-colors": "^1.10",
1928
                "hassankhan/config": "^0.10.0",
1929
                "php": "^7.1",
1930
                "symfony/yaml": "^2.7|^3.0|^4.0"
1931
            },
1932
            "require-dev": {
1933
                "phpunit/phpunit": "7.1.1",
1934
                "spatie/phpunit-watcher": "^1.5"
1935
            },
1936
            "type": "library",
1937
            "autoload": {
1938
                "psr-4": {
1939
                    "Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/"
1940
                }
1941
            },
1942
            "notification-url": "https://packagist.org/downloads/",
1943
            "license": [
1944
                "MIT"
1945
            ],
1946
            "authors": [
1947
                {
1948
                    "name": "Mike Erickson",
1949
                    "email": "[email protected]"
1950
                }
1951
            ],
1952
            "description": "PHPUnit Pretty Result Printer",
1953
            "keywords": [
1954
                "TDD",
1955
                "composer",
1956
                "package",
1957
                "phpunit",
1958
                "printer",
1959
                "result-printer",
1960
                "testing"
1961
            ],
1962
            "time": "2018-05-24T02:02:32+00:00"
1963
        },
1964
        {
1965
            "name": "doctrine/instantiator",
1966
            "version": "1.1.0",
1967
            "source": {
1968
                "type": "git",
1969
                "url": "https://github.com/doctrine/instantiator.git",
1970
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1971
            },
1972
            "dist": {
1973
                "type": "zip",
1974
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1975
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1976
                "shasum": ""
1977
            },
1978
            "require": {
1979
                "php": "^7.1"
1980
            },
1981
            "require-dev": {
1982
                "athletic/athletic": "~0.1.8",
1983
                "ext-pdo": "*",
1984
                "ext-phar": "*",
1985
                "phpunit/phpunit": "^6.2.3",
1986
                "squizlabs/php_codesniffer": "^3.0.2"
1987
            },
1988
            "type": "library",
1989
            "extra": {
1990
                "branch-alias": {
1991
                    "dev-master": "1.2.x-dev"
1992
                }
1993
            },
1994
            "autoload": {
1995
                "psr-4": {
1996
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1997
                }
1998
            },
1999
            "notification-url": "https://packagist.org/downloads/",
2000
            "license": [
2001
                "MIT"
2002
            ],
2003
            "authors": [
2004
                {
2005
                    "name": "Marco Pivetta",
2006
                    "email": "[email protected]",
2007
                    "homepage": "http://ocramius.github.com/"
2008
                }
2009
            ],
2010
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2011
            "homepage": "https://github.com/doctrine/instantiator",
2012
            "keywords": [
2013
                "constructor",
2014
                "instantiate"
2015
            ],
2016
            "time": "2017-07-22T11:58:36+00:00"
2017
        },
2018
        {
2019
            "name": "fzaninotto/faker",
2020
            "version": "v1.7.1",
2021
            "source": {
2022
                "type": "git",
2023
                "url": "https://github.com/fzaninotto/Faker.git",
2024
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
2025
            },
2026
            "dist": {
2027
                "type": "zip",
2028
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2029
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2030
                "shasum": ""
2031
            },
2032
            "require": {
2033
                "php": "^5.3.3 || ^7.0"
2034
            },
2035
            "require-dev": {
2036
                "ext-intl": "*",
2037
                "phpunit/phpunit": "^4.0 || ^5.0",
2038
                "squizlabs/php_codesniffer": "^1.5"
2039
            },
2040
            "type": "library",
2041
            "extra": {
2042
                "branch-alias": {
2043
                    "dev-master": "1.8-dev"
2044
                }
2045
            },
2046
            "autoload": {
2047
                "psr-4": {
2048
                    "Faker\\": "src/Faker/"
2049
                }
2050
            },
2051
            "notification-url": "https://packagist.org/downloads/",
2052
            "license": [
2053
                "MIT"
2054
            ],
2055
            "authors": [
2056
                {
2057
                    "name": "François Zaninotto"
2058
                }
2059
            ],
2060
            "description": "Faker is a PHP library that generates fake data for you.",
2061
            "keywords": [
2062
                "data",
2063
                "faker",
2064
                "fixtures"
2065
            ],
2066
            "time": "2017-08-15T16:48:10+00:00"
2067
        },
2068
        {
2069
            "name": "graham-campbell/testbench",
2070
            "version": "v5.0.0",
2071
            "source": {
2072
                "type": "git",
2073
                "url": "https://github.com/GrahamCampbell/Laravel-TestBench.git",
2074
                "reference": "79215df0cfe6439cd198e3b51b9d294447d19f82"
2075
            },
2076
            "dist": {
2077
                "type": "zip",
2078
                "url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench/zipball/79215df0cfe6439cd198e3b51b9d294447d19f82",
2079
                "reference": "79215df0cfe6439cd198e3b51b9d294447d19f82",
2080
                "shasum": ""
2081
            },
2082
            "require": {
2083
                "graham-campbell/testbench-core": "^3.0",
2084
                "orchestra/testbench": "3.5.*|3.6.*",
2085
                "php": "^7.1.3"
2086
            },
2087
            "require-dev": {
2088
                "graham-campbell/analyzer": "^2.0",
2089
                "mockery/mockery": "^1.0",
2090
                "phpunit/phpunit": "^6.5"
2091
            },
2092
            "type": "library",
2093
            "extra": {
2094
                "branch-alias": {
2095
                    "dev-master": "5.0-dev"
2096
                }
2097
            },
2098
            "autoload": {
2099
                "psr-4": {
2100
                    "GrahamCampbell\\TestBench\\": "src/"
2101
                }
2102
            },
2103
            "notification-url": "https://packagist.org/downloads/",
2104
            "license": [
2105
                "MIT"
2106
            ],
2107
            "authors": [
2108
                {
2109
                    "name": "Graham Campbell",
2110
                    "email": "[email protected]"
2111
                }
2112
            ],
2113
            "description": "TestBench Provides Some Testing Functionality For Laravel 5",
2114
            "keywords": [
2115
                "Graham Campbell",
2116
                "GrahamCampbell",
2117
                "Laravel TestBench",
2118
                "Laravel-TestBench",
2119
                "TestBench",
2120
                "framework",
2121
                "laravel",
2122
                "testing"
2123
            ],
2124
            "time": "2018-01-02T17:31:24+00:00"
2125
        },
2126
        {
2127
            "name": "graham-campbell/testbench-core",
2128
            "version": "v3.0.0",
2129
            "source": {
2130
                "type": "git",
2131
                "url": "https://github.com/GrahamCampbell/Laravel-TestBench-Core.git",
2132
                "reference": "2f1fcb1871aa490fd46efbfcfd25f715a371e800"
2133
            },
2134
            "dist": {
2135
                "type": "zip",
2136
                "url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench-Core/zipball/2f1fcb1871aa490fd46efbfcfd25f715a371e800",
2137
                "reference": "2f1fcb1871aa490fd46efbfcfd25f715a371e800",
2138
                "shasum": ""
2139
            },
2140
            "require": {
2141
                "php": "^7.0"
2142
            },
2143
            "require-dev": {
2144
                "graham-campbell/analyzer": "^2.0",
2145
                "phpunit/phpunit": "^6.5"
2146
            },
2147
            "suggest": {
2148
                "illuminate/support": "Required to use the laravel trait.",
2149
                "mockery/mockery": "Required to use the mockery trait.",
2150
                "phpunit/phpunit": "Required to use the most of the features."
2151
            },
2152
            "type": "library",
2153
            "extra": {
2154
                "branch-alias": {
2155
                    "dev-master": "3.0-dev"
2156
                }
2157
            },
2158
            "autoload": {
2159
                "psr-4": {
2160
                    "GrahamCampbell\\TestBenchCore\\": "src/"
2161
                }
2162
            },
2163
            "notification-url": "https://packagist.org/downloads/",
2164
            "license": [
2165
                "MIT"
2166
            ],
2167
            "authors": [
2168
                {
2169
                    "name": "Graham Campbell",
2170
                    "email": "[email protected]"
2171
                }
2172
            ],
2173
            "description": "TestBench Core Provides Some Testing Functionality For Laravel 5",
2174
            "keywords": [
2175
                "Graham Campbell",
2176
                "GrahamCampbell",
2177
                "Laravel TestBench Core",
2178
                "Laravel-TestBench-Core",
2179
                "TestBench",
2180
                "framework",
2181
                "laravel",
2182
                "testbench-core",
2183
                "testing"
2184
            ],
2185
            "time": "2018-01-02T16:16:42+00:00"
2186
        },
2187
        {
2188
            "name": "hamcrest/hamcrest-php",
2189
            "version": "v2.0.0",
2190
            "source": {
2191
                "type": "git",
2192
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2193
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2194
            },
2195
            "dist": {
2196
                "type": "zip",
2197
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
2198
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2199
                "shasum": ""
2200
            },
2201
            "require": {
2202
                "php": "^5.3|^7.0"
2203
            },
2204
            "replace": {
2205
                "cordoval/hamcrest-php": "*",
2206
                "davedevelopment/hamcrest-php": "*",
2207
                "kodova/hamcrest-php": "*"
2208
            },
2209
            "require-dev": {
2210
                "phpunit/php-file-iterator": "1.3.3",
2211
                "phpunit/phpunit": "~4.0",
2212
                "satooshi/php-coveralls": "^1.0"
2213
            },
2214
            "type": "library",
2215
            "extra": {
2216
                "branch-alias": {
2217
                    "dev-master": "2.0-dev"
2218
                }
2219
            },
2220
            "autoload": {
2221
                "classmap": [
2222
                    "hamcrest"
2223
                ]
2224
            },
2225
            "notification-url": "https://packagist.org/downloads/",
2226
            "license": [
2227
                "BSD"
2228
            ],
2229
            "description": "This is the PHP port of Hamcrest Matchers",
2230
            "keywords": [
2231
                "test"
2232
            ],
2233
            "time": "2016-01-20T08:20:44+00:00"
2234
        },
2235
        {
2236
            "name": "hassankhan/config",
2237
            "version": "0.10.0",
2238
            "source": {
2239
                "type": "git",
2240
                "url": "https://github.com/hassankhan/config.git",
2241
                "reference": "06ac500348af033f1a2e44dc357ca86282626d4a"
2242
            },
2243
            "dist": {
2244
                "type": "zip",
2245
                "url": "https://api.github.com/repos/hassankhan/config/zipball/06ac500348af033f1a2e44dc357ca86282626d4a",
2246
                "reference": "06ac500348af033f1a2e44dc357ca86282626d4a",
2247
                "shasum": ""
2248
            },
2249
            "require": {
2250
                "php": ">=5.3.0"
2251
            },
2252
            "require-dev": {
2253
                "phpunit/phpunit": "~4.0",
2254
                "scrutinizer/ocular": "~1.1",
2255
                "squizlabs/php_codesniffer": "~2.2"
2256
            },
2257
            "suggest": {
2258
                "symfony/yaml": "~2.5"
2259
            },
2260
            "type": "library",
2261
            "autoload": {
2262
                "psr-4": {
2263
                    "Noodlehaus\\": "src"
2264
                }
2265
            },
2266
            "notification-url": "https://packagist.org/downloads/",
2267
            "license": [
2268
                "MIT"
2269
            ],
2270
            "authors": [
2271
                {
2272
                    "name": "Hassan Khan",
2273
                    "homepage": "http://hassankhan.me/",
2274
                    "role": "Developer"
2275
                }
2276
            ],
2277
            "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
2278
            "homepage": "http://hassankhan.me/config/",
2279
            "keywords": [
2280
                "config",
2281
                "configuration",
2282
                "ini",
2283
                "json",
2284
                "microphp",
2285
                "unframework",
2286
                "xml",
2287
                "yaml",
2288
                "yml"
2289
            ],
2290
            "time": "2016-02-11T16:21:17+00:00"
2291
        },
2292
        {
2293
            "name": "mockery/mockery",
2294
            "version": "1.1.0",
2295
            "source": {
2296
                "type": "git",
2297
                "url": "https://github.com/mockery/mockery.git",
2298
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
2299
            },
2300
            "dist": {
2301
                "type": "zip",
2302
                "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
2303
                "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
2304
                "shasum": ""
2305
            },
2306
            "require": {
2307
                "hamcrest/hamcrest-php": "~2.0",
2308
                "lib-pcre": ">=7.0",
2309
                "php": ">=5.6.0"
2310
            },
2311
            "require-dev": {
2312
                "phpdocumentor/phpdocumentor": "^2.9",
2313
                "phpunit/phpunit": "~5.7.10|~6.5"
2314
            },
2315
            "type": "library",
2316
            "extra": {
2317
                "branch-alias": {
2318
                    "dev-master": "1.0.x-dev"
2319
                }
2320
            },
2321
            "autoload": {
2322
                "psr-0": {
2323
                    "Mockery": "library/"
2324
                }
2325
            },
2326
            "notification-url": "https://packagist.org/downloads/",
2327
            "license": [
2328
                "BSD-3-Clause"
2329
            ],
2330
            "authors": [
2331
                {
2332
                    "name": "Pádraic Brady",
2333
                    "email": "[email protected]",
2334
                    "homepage": "http://blog.astrumfutura.com"
2335
                },
2336
                {
2337
                    "name": "Dave Marshall",
2338
                    "email": "[email protected]",
2339
                    "homepage": "http://davedevelopment.co.uk"
2340
                }
2341
            ],
2342
            "description": "Mockery is a simple yet flexible PHP mock object framework",
2343
            "homepage": "https://github.com/mockery/mockery",
2344
            "keywords": [
2345
                "BDD",
2346
                "TDD",
2347
                "library",
2348
                "mock",
2349
                "mock objects",
2350
                "mockery",
2351
                "stub",
2352
                "test",
2353
                "test double",
2354
                "testing"
2355
            ],
2356
            "time": "2018-05-08T08:54:48+00:00"
2357
        },
2358
        {
2359
            "name": "myclabs/deep-copy",
2360
            "version": "1.7.0",
2361
            "source": {
2362
                "type": "git",
2363
                "url": "https://github.com/myclabs/DeepCopy.git",
2364
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2365
            },
2366
            "dist": {
2367
                "type": "zip",
2368
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2369
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2370
                "shasum": ""
2371
            },
2372
            "require": {
2373
                "php": "^5.6 || ^7.0"
2374
            },
2375
            "require-dev": {
2376
                "doctrine/collections": "^1.0",
2377
                "doctrine/common": "^2.6",
2378
                "phpunit/phpunit": "^4.1"
2379
            },
2380
            "type": "library",
2381
            "autoload": {
2382
                "psr-4": {
2383
                    "DeepCopy\\": "src/DeepCopy/"
2384
                },
2385
                "files": [
2386
                    "src/DeepCopy/deep_copy.php"
2387
                ]
2388
            },
2389
            "notification-url": "https://packagist.org/downloads/",
2390
            "license": [
2391
                "MIT"
2392
            ],
2393
            "description": "Create deep copies (clones) of your objects",
2394
            "keywords": [
2395
                "clone",
2396
                "copy",
2397
                "duplicate",
2398
                "object",
2399
                "object graph"
2400
            ],
2401
            "time": "2017-10-19T19:58:43+00:00"
2402
        },
2403
        {
2404
            "name": "orchestra/testbench",
2405
            "version": "v3.6.4",
2406
            "source": {
2407
                "type": "git",
2408
                "url": "https://github.com/orchestral/testbench.git",
2409
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73"
2410
            },
2411
            "dist": {
2412
                "type": "zip",
2413
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/242cc47d2e5d86ababe36d22519e2b948eff8f73",
2414
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73",
2415
                "shasum": ""
2416
            },
2417
            "require": {
2418
                "laravel/framework": "~5.6.13",
2419
                "orchestra/testbench-core": "~3.6.5",
2420
                "php": ">=7.1",
2421
                "phpunit/phpunit": "~7.0"
2422
            },
2423
            "require-dev": {
2424
                "mockery/mockery": "~1.0"
2425
            },
2426
            "type": "library",
2427
            "extra": {
2428
                "branch-alias": {
2429
                    "dev-master": "3.6-dev"
2430
                }
2431
            },
2432
            "notification-url": "https://packagist.org/downloads/",
2433
            "license": [
2434
                "MIT"
2435
            ],
2436
            "authors": [
2437
                {
2438
                    "name": "Mior Muhammad Zaki",
2439
                    "email": "[email protected]",
2440
                    "homepage": "https://github.com/crynobone"
2441
                }
2442
            ],
2443
            "description": "Laravel Testing Helper for Packages Development",
2444
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2445
            "keywords": [
2446
                "BDD",
2447
                "TDD",
2448
                "laravel",
2449
                "orchestra-platform",
2450
                "orchestral",
2451
                "testing"
2452
            ],
2453
            "time": "2018-03-27T09:27:00+00:00"
2454
        },
2455
        {
2456
            "name": "orchestra/testbench-core",
2457
            "version": "v3.6.5",
2458
            "source": {
2459
                "type": "git",
2460
                "url": "https://github.com/orchestral/testbench-core.git",
2461
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52"
2462
            },
2463
            "dist": {
2464
                "type": "zip",
2465
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/d089f0fd32a81764fbd98044148a193db828dd52",
2466
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52",
2467
                "shasum": ""
2468
            },
2469
            "require": {
2470
                "fzaninotto/faker": "~1.4",
2471
                "php": ">=7.1"
2472
            },
2473
            "require-dev": {
2474
                "laravel/framework": "~5.6.13",
2475
                "mockery/mockery": "~1.0",
2476
                "phpunit/phpunit": "~7.0"
2477
            },
2478
            "suggest": {
2479
                "laravel/framework": "Required for testing (~5.6.13).",
2480
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
2481
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).",
2482
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).",
2483
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)."
2484
            },
2485
            "type": "library",
2486
            "extra": {
2487
                "branch-alias": {
2488
                    "dev-master": "3.6-dev"
2489
                }
2490
            },
2491
            "autoload": {
2492
                "psr-4": {
2493
                    "Orchestra\\Testbench\\": "src/"
2494
                }
2495
            },
2496
            "notification-url": "https://packagist.org/downloads/",
2497
            "license": [
2498
                "MIT"
2499
            ],
2500
            "authors": [
2501
                {
2502
                    "name": "Mior Muhammad Zaki",
2503
                    "email": "[email protected]",
2504
                    "homepage": "https://github.com/crynobone"
2505
                }
2506
            ],
2507
            "description": "Testing Helper for Laravel Development",
2508
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2509
            "keywords": [
2510
                "BDD",
2511
                "TDD",
2512
                "laravel",
2513
                "orchestra-platform",
2514
                "orchestral",
2515
                "testing"
2516
            ],
2517
            "time": "2018-03-27T08:00:28+00:00"
2518
        },
2519
        {
2520
            "name": "phar-io/manifest",
2521
            "version": "1.0.1",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/phar-io/manifest.git",
2525
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2530
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "ext-dom": "*",
2535
                "ext-phar": "*",
2536
                "phar-io/version": "^1.0.1",
2537
                "php": "^5.6 || ^7.0"
2538
            },
2539
            "type": "library",
2540
            "extra": {
2541
                "branch-alias": {
2542
                    "dev-master": "1.0.x-dev"
2543
                }
2544
            },
2545
            "autoload": {
2546
                "classmap": [
2547
                    "src/"
2548
                ]
2549
            },
2550
            "notification-url": "https://packagist.org/downloads/",
2551
            "license": [
2552
                "BSD-3-Clause"
2553
            ],
2554
            "authors": [
2555
                {
2556
                    "name": "Arne Blankerts",
2557
                    "email": "[email protected]",
2558
                    "role": "Developer"
2559
                },
2560
                {
2561
                    "name": "Sebastian Heuer",
2562
                    "email": "[email protected]",
2563
                    "role": "Developer"
2564
                },
2565
                {
2566
                    "name": "Sebastian Bergmann",
2567
                    "email": "[email protected]",
2568
                    "role": "Developer"
2569
                }
2570
            ],
2571
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2572
            "time": "2017-03-05T18:14:27+00:00"
2573
        },
2574
        {
2575
            "name": "phar-io/version",
2576
            "version": "1.0.1",
2577
            "source": {
2578
                "type": "git",
2579
                "url": "https://github.com/phar-io/version.git",
2580
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2581
            },
2582
            "dist": {
2583
                "type": "zip",
2584
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2585
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2586
                "shasum": ""
2587
            },
2588
            "require": {
2589
                "php": "^5.6 || ^7.0"
2590
            },
2591
            "type": "library",
2592
            "autoload": {
2593
                "classmap": [
2594
                    "src/"
2595
                ]
2596
            },
2597
            "notification-url": "https://packagist.org/downloads/",
2598
            "license": [
2599
                "BSD-3-Clause"
2600
            ],
2601
            "authors": [
2602
                {
2603
                    "name": "Arne Blankerts",
2604
                    "email": "[email protected]",
2605
                    "role": "Developer"
2606
                },
2607
                {
2608
                    "name": "Sebastian Heuer",
2609
                    "email": "[email protected]",
2610
                    "role": "Developer"
2611
                },
2612
                {
2613
                    "name": "Sebastian Bergmann",
2614
                    "email": "[email protected]",
2615
                    "role": "Developer"
2616
                }
2617
            ],
2618
            "description": "Library for handling version information and constraints",
2619
            "time": "2017-03-05T17:38:23+00:00"
2620
        },
2621
        {
2622
            "name": "phpdocumentor/reflection-common",
2623
            "version": "1.0.1",
2624
            "source": {
2625
                "type": "git",
2626
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2627
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2628
            },
2629
            "dist": {
2630
                "type": "zip",
2631
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2632
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2633
                "shasum": ""
2634
            },
2635
            "require": {
2636
                "php": ">=5.5"
2637
            },
2638
            "require-dev": {
2639
                "phpunit/phpunit": "^4.6"
2640
            },
2641
            "type": "library",
2642
            "extra": {
2643
                "branch-alias": {
2644
                    "dev-master": "1.0.x-dev"
2645
                }
2646
            },
2647
            "autoload": {
2648
                "psr-4": {
2649
                    "phpDocumentor\\Reflection\\": [
2650
                        "src"
2651
                    ]
2652
                }
2653
            },
2654
            "notification-url": "https://packagist.org/downloads/",
2655
            "license": [
2656
                "MIT"
2657
            ],
2658
            "authors": [
2659
                {
2660
                    "name": "Jaap van Otterdijk",
2661
                    "email": "[email protected]"
2662
                }
2663
            ],
2664
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2665
            "homepage": "http://www.phpdoc.org",
2666
            "keywords": [
2667
                "FQSEN",
2668
                "phpDocumentor",
2669
                "phpdoc",
2670
                "reflection",
2671
                "static analysis"
2672
            ],
2673
            "time": "2017-09-11T18:02:19+00:00"
2674
        },
2675
        {
2676
            "name": "phpdocumentor/reflection-docblock",
2677
            "version": "4.3.0",
2678
            "source": {
2679
                "type": "git",
2680
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2681
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2682
            },
2683
            "dist": {
2684
                "type": "zip",
2685
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2686
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2687
                "shasum": ""
2688
            },
2689
            "require": {
2690
                "php": "^7.0",
2691
                "phpdocumentor/reflection-common": "^1.0.0",
2692
                "phpdocumentor/type-resolver": "^0.4.0",
2693
                "webmozart/assert": "^1.0"
2694
            },
2695
            "require-dev": {
2696
                "doctrine/instantiator": "~1.0.5",
2697
                "mockery/mockery": "^1.0",
2698
                "phpunit/phpunit": "^6.4"
2699
            },
2700
            "type": "library",
2701
            "extra": {
2702
                "branch-alias": {
2703
                    "dev-master": "4.x-dev"
2704
                }
2705
            },
2706
            "autoload": {
2707
                "psr-4": {
2708
                    "phpDocumentor\\Reflection\\": [
2709
                        "src/"
2710
                    ]
2711
                }
2712
            },
2713
            "notification-url": "https://packagist.org/downloads/",
2714
            "license": [
2715
                "MIT"
2716
            ],
2717
            "authors": [
2718
                {
2719
                    "name": "Mike van Riel",
2720
                    "email": "[email protected]"
2721
                }
2722
            ],
2723
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2724
            "time": "2017-11-30T07:14:17+00:00"
2725
        },
2726
        {
2727
            "name": "phpdocumentor/type-resolver",
2728
            "version": "0.4.0",
2729
            "source": {
2730
                "type": "git",
2731
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2732
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2733
            },
2734
            "dist": {
2735
                "type": "zip",
2736
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2737
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2738
                "shasum": ""
2739
            },
2740
            "require": {
2741
                "php": "^5.5 || ^7.0",
2742
                "phpdocumentor/reflection-common": "^1.0"
2743
            },
2744
            "require-dev": {
2745
                "mockery/mockery": "^0.9.4",
2746
                "phpunit/phpunit": "^5.2||^4.8.24"
2747
            },
2748
            "type": "library",
2749
            "extra": {
2750
                "branch-alias": {
2751
                    "dev-master": "1.0.x-dev"
2752
                }
2753
            },
2754
            "autoload": {
2755
                "psr-4": {
2756
                    "phpDocumentor\\Reflection\\": [
2757
                        "src/"
2758
                    ]
2759
                }
2760
            },
2761
            "notification-url": "https://packagist.org/downloads/",
2762
            "license": [
2763
                "MIT"
2764
            ],
2765
            "authors": [
2766
                {
2767
                    "name": "Mike van Riel",
2768
                    "email": "[email protected]"
2769
                }
2770
            ],
2771
            "time": "2017-07-14T14:27:02+00:00"
2772
        },
2773
        {
2774
            "name": "phpspec/prophecy",
2775
            "version": "1.7.6",
2776
            "source": {
2777
                "type": "git",
2778
                "url": "https://github.com/phpspec/prophecy.git",
2779
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2780
            },
2781
            "dist": {
2782
                "type": "zip",
2783
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2784
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2785
                "shasum": ""
2786
            },
2787
            "require": {
2788
                "doctrine/instantiator": "^1.0.2",
2789
                "php": "^5.3|^7.0",
2790
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2791
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2792
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2793
            },
2794
            "require-dev": {
2795
                "phpspec/phpspec": "^2.5|^3.2",
2796
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2797
            },
2798
            "type": "library",
2799
            "extra": {
2800
                "branch-alias": {
2801
                    "dev-master": "1.7.x-dev"
2802
                }
2803
            },
2804
            "autoload": {
2805
                "psr-0": {
2806
                    "Prophecy\\": "src/"
2807
                }
2808
            },
2809
            "notification-url": "https://packagist.org/downloads/",
2810
            "license": [
2811
                "MIT"
2812
            ],
2813
            "authors": [
2814
                {
2815
                    "name": "Konstantin Kudryashov",
2816
                    "email": "[email protected]",
2817
                    "homepage": "http://everzet.com"
2818
                },
2819
                {
2820
                    "name": "Marcello Duarte",
2821
                    "email": "[email protected]"
2822
                }
2823
            ],
2824
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2825
            "homepage": "https://github.com/phpspec/prophecy",
2826
            "keywords": [
2827
                "Double",
2828
                "Dummy",
2829
                "fake",
2830
                "mock",
2831
                "spy",
2832
                "stub"
2833
            ],
2834
            "time": "2018-04-18T13:57:24+00:00"
2835
        },
2836
        {
2837
            "name": "phpunit/php-code-coverage",
2838
            "version": "6.0.4",
2839
            "source": {
2840
                "type": "git",
2841
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2842
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca"
2843
            },
2844
            "dist": {
2845
                "type": "zip",
2846
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca",
2847
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca",
2848
                "shasum": ""
2849
            },
2850
            "require": {
2851
                "ext-dom": "*",
2852
                "ext-xmlwriter": "*",
2853
                "php": "^7.1",
2854
                "phpunit/php-file-iterator": "^1.4.2",
2855
                "phpunit/php-text-template": "^1.2.1",
2856
                "phpunit/php-token-stream": "^3.0",
2857
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2858
                "sebastian/environment": "^3.1",
2859
                "sebastian/version": "^2.0.1",
2860
                "theseer/tokenizer": "^1.1"
2861
            },
2862
            "require-dev": {
2863
                "phpunit/phpunit": "^7.0"
2864
            },
2865
            "suggest": {
2866
                "ext-xdebug": "^2.6.0"
2867
            },
2868
            "type": "library",
2869
            "extra": {
2870
                "branch-alias": {
2871
                    "dev-master": "6.0-dev"
2872
                }
2873
            },
2874
            "autoload": {
2875
                "classmap": [
2876
                    "src/"
2877
                ]
2878
            },
2879
            "notification-url": "https://packagist.org/downloads/",
2880
            "license": [
2881
                "BSD-3-Clause"
2882
            ],
2883
            "authors": [
2884
                {
2885
                    "name": "Sebastian Bergmann",
2886
                    "email": "[email protected]",
2887
                    "role": "lead"
2888
                }
2889
            ],
2890
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2891
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2892
            "keywords": [
2893
                "coverage",
2894
                "testing",
2895
                "xunit"
2896
            ],
2897
            "time": "2018-04-29T14:59:09+00:00"
2898
        },
2899
        {
2900
            "name": "phpunit/php-file-iterator",
2901
            "version": "1.4.5",
2902
            "source": {
2903
                "type": "git",
2904
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2905
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2906
            },
2907
            "dist": {
2908
                "type": "zip",
2909
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2910
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2911
                "shasum": ""
2912
            },
2913
            "require": {
2914
                "php": ">=5.3.3"
2915
            },
2916
            "type": "library",
2917
            "extra": {
2918
                "branch-alias": {
2919
                    "dev-master": "1.4.x-dev"
2920
                }
2921
            },
2922
            "autoload": {
2923
                "classmap": [
2924
                    "src/"
2925
                ]
2926
            },
2927
            "notification-url": "https://packagist.org/downloads/",
2928
            "license": [
2929
                "BSD-3-Clause"
2930
            ],
2931
            "authors": [
2932
                {
2933
                    "name": "Sebastian Bergmann",
2934
                    "email": "[email protected]",
2935
                    "role": "lead"
2936
                }
2937
            ],
2938
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2939
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2940
            "keywords": [
2941
                "filesystem",
2942
                "iterator"
2943
            ],
2944
            "time": "2017-11-27T13:52:08+00:00"
2945
        },
2946
        {
2947
            "name": "phpunit/php-text-template",
2948
            "version": "1.2.1",
2949
            "source": {
2950
                "type": "git",
2951
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2952
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2953
            },
2954
            "dist": {
2955
                "type": "zip",
2956
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2957
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2958
                "shasum": ""
2959
            },
2960
            "require": {
2961
                "php": ">=5.3.3"
2962
            },
2963
            "type": "library",
2964
            "autoload": {
2965
                "classmap": [
2966
                    "src/"
2967
                ]
2968
            },
2969
            "notification-url": "https://packagist.org/downloads/",
2970
            "license": [
2971
                "BSD-3-Clause"
2972
            ],
2973
            "authors": [
2974
                {
2975
                    "name": "Sebastian Bergmann",
2976
                    "email": "[email protected]",
2977
                    "role": "lead"
2978
                }
2979
            ],
2980
            "description": "Simple template engine.",
2981
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2982
            "keywords": [
2983
                "template"
2984
            ],
2985
            "time": "2015-06-21T13:50:34+00:00"
2986
        },
2987
        {
2988
            "name": "phpunit/php-timer",
2989
            "version": "2.0.0",
2990
            "source": {
2991
                "type": "git",
2992
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2993
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2994
            },
2995
            "dist": {
2996
                "type": "zip",
2997
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
2998
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2999
                "shasum": ""
3000
            },
3001
            "require": {
3002
                "php": "^7.1"
3003
            },
3004
            "require-dev": {
3005
                "phpunit/phpunit": "^7.0"
3006
            },
3007
            "type": "library",
3008
            "extra": {
3009
                "branch-alias": {
3010
                    "dev-master": "2.0-dev"
3011
                }
3012
            },
3013
            "autoload": {
3014
                "classmap": [
3015
                    "src/"
3016
                ]
3017
            },
3018
            "notification-url": "https://packagist.org/downloads/",
3019
            "license": [
3020
                "BSD-3-Clause"
3021
            ],
3022
            "authors": [
3023
                {
3024
                    "name": "Sebastian Bergmann",
3025
                    "email": "[email protected]",
3026
                    "role": "lead"
3027
                }
3028
            ],
3029
            "description": "Utility class for timing",
3030
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3031
            "keywords": [
3032
                "timer"
3033
            ],
3034
            "time": "2018-02-01T13:07:23+00:00"
3035
        },
3036
        {
3037
            "name": "phpunit/php-token-stream",
3038
            "version": "3.0.0",
3039
            "source": {
3040
                "type": "git",
3041
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3042
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3043
            },
3044
            "dist": {
3045
                "type": "zip",
3046
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3047
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3048
                "shasum": ""
3049
            },
3050
            "require": {
3051
                "ext-tokenizer": "*",
3052
                "php": "^7.1"
3053
            },
3054
            "require-dev": {
3055
                "phpunit/phpunit": "^7.0"
3056
            },
3057
            "type": "library",
3058
            "extra": {
3059
                "branch-alias": {
3060
                    "dev-master": "3.0-dev"
3061
                }
3062
            },
3063
            "autoload": {
3064
                "classmap": [
3065
                    "src/"
3066
                ]
3067
            },
3068
            "notification-url": "https://packagist.org/downloads/",
3069
            "license": [
3070
                "BSD-3-Clause"
3071
            ],
3072
            "authors": [
3073
                {
3074
                    "name": "Sebastian Bergmann",
3075
                    "email": "[email protected]"
3076
                }
3077
            ],
3078
            "description": "Wrapper around PHP's tokenizer extension.",
3079
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3080
            "keywords": [
3081
                "tokenizer"
3082
            ],
3083
            "time": "2018-02-01T13:16:43+00:00"
3084
        },
3085
        {
3086
            "name": "phpunit/phpunit",
3087
            "version": "7.1.5",
3088
            "source": {
3089
                "type": "git",
3090
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3091
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
3092
            },
3093
            "dist": {
3094
                "type": "zip",
3095
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
3096
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
3097
                "shasum": ""
3098
            },
3099
            "require": {
3100
                "ext-dom": "*",
3101
                "ext-json": "*",
3102
                "ext-libxml": "*",
3103
                "ext-mbstring": "*",
3104
                "ext-xml": "*",
3105
                "myclabs/deep-copy": "^1.6.1",
3106
                "phar-io/manifest": "^1.0.1",
3107
                "phar-io/version": "^1.0",
3108
                "php": "^7.1",
3109
                "phpspec/prophecy": "^1.7",
3110
                "phpunit/php-code-coverage": "^6.0.1",
3111
                "phpunit/php-file-iterator": "^1.4.3",
3112
                "phpunit/php-text-template": "^1.2.1",
3113
                "phpunit/php-timer": "^2.0",
3114
                "phpunit/phpunit-mock-objects": "^6.1.1",
3115
                "sebastian/comparator": "^3.0",
3116
                "sebastian/diff": "^3.0",
3117
                "sebastian/environment": "^3.1",
3118
                "sebastian/exporter": "^3.1",
3119
                "sebastian/global-state": "^2.0",
3120
                "sebastian/object-enumerator": "^3.0.3",
3121
                "sebastian/resource-operations": "^1.0",
3122
                "sebastian/version": "^2.0.1"
3123
            },
3124
            "require-dev": {
3125
                "ext-pdo": "*"
3126
            },
3127
            "suggest": {
3128
                "ext-xdebug": "*",
3129
                "phpunit/php-invoker": "^2.0"
3130
            },
3131
            "bin": [
3132
                "phpunit"
3133
            ],
3134
            "type": "library",
3135
            "extra": {
3136
                "branch-alias": {
3137
                    "dev-master": "7.1-dev"
3138
                }
3139
            },
3140
            "autoload": {
3141
                "classmap": [
3142
                    "src/"
3143
                ]
3144
            },
3145
            "notification-url": "https://packagist.org/downloads/",
3146
            "license": [
3147
                "BSD-3-Clause"
3148
            ],
3149
            "authors": [
3150
                {
3151
                    "name": "Sebastian Bergmann",
3152
                    "email": "[email protected]",
3153
                    "role": "lead"
3154
                }
3155
            ],
3156
            "description": "The PHP Unit Testing framework.",
3157
            "homepage": "https://phpunit.de/",
3158
            "keywords": [
3159
                "phpunit",
3160
                "testing",
3161
                "xunit"
3162
            ],
3163
            "time": "2018-04-29T15:09:19+00:00"
3164
        },
3165
        {
3166
            "name": "phpunit/phpunit-mock-objects",
3167
            "version": "6.1.1",
3168
            "source": {
3169
                "type": "git",
3170
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3171
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
3172
            },
3173
            "dist": {
3174
                "type": "zip",
3175
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
3176
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
3177
                "shasum": ""
3178
            },
3179
            "require": {
3180
                "doctrine/instantiator": "^1.0.5",
3181
                "php": "^7.1",
3182
                "phpunit/php-text-template": "^1.2.1",
3183
                "sebastian/exporter": "^3.1"
3184
            },
3185
            "require-dev": {
3186
                "phpunit/phpunit": "^7.0"
3187
            },
3188
            "suggest": {
3189
                "ext-soap": "*"
3190
            },
3191
            "type": "library",
3192
            "extra": {
3193
                "branch-alias": {
3194
                    "dev-master": "6.1-dev"
3195
                }
3196
            },
3197
            "autoload": {
3198
                "classmap": [
3199
                    "src/"
3200
                ]
3201
            },
3202
            "notification-url": "https://packagist.org/downloads/",
3203
            "license": [
3204
                "BSD-3-Clause"
3205
            ],
3206
            "authors": [
3207
                {
3208
                    "name": "Sebastian Bergmann",
3209
                    "email": "[email protected]",
3210
                    "role": "lead"
3211
                }
3212
            ],
3213
            "description": "Mock Object library for PHPUnit",
3214
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3215
            "keywords": [
3216
                "mock",
3217
                "xunit"
3218
            ],
3219
            "time": "2018-04-11T04:50:36+00:00"
3220
        },
3221
        {
3222
            "name": "sebastian/code-unit-reverse-lookup",
3223
            "version": "1.0.1",
3224
            "source": {
3225
                "type": "git",
3226
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3227
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3228
            },
3229
            "dist": {
3230
                "type": "zip",
3231
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3232
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3233
                "shasum": ""
3234
            },
3235
            "require": {
3236
                "php": "^5.6 || ^7.0"
3237
            },
3238
            "require-dev": {
3239
                "phpunit/phpunit": "^5.7 || ^6.0"
3240
            },
3241
            "type": "library",
3242
            "extra": {
3243
                "branch-alias": {
3244
                    "dev-master": "1.0.x-dev"
3245
                }
3246
            },
3247
            "autoload": {
3248
                "classmap": [
3249
                    "src/"
3250
                ]
3251
            },
3252
            "notification-url": "https://packagist.org/downloads/",
3253
            "license": [
3254
                "BSD-3-Clause"
3255
            ],
3256
            "authors": [
3257
                {
3258
                    "name": "Sebastian Bergmann",
3259
                    "email": "[email protected]"
3260
                }
3261
            ],
3262
            "description": "Looks up which function or method a line of code belongs to",
3263
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3264
            "time": "2017-03-04T06:30:41+00:00"
3265
        },
3266
        {
3267
            "name": "sebastian/comparator",
3268
            "version": "3.0.0",
3269
            "source": {
3270
                "type": "git",
3271
                "url": "https://github.com/sebastianbergmann/comparator.git",
3272
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
3273
            },
3274
            "dist": {
3275
                "type": "zip",
3276
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
3277
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
3278
                "shasum": ""
3279
            },
3280
            "require": {
3281
                "php": "^7.1",
3282
                "sebastian/diff": "^3.0",
3283
                "sebastian/exporter": "^3.1"
3284
            },
3285
            "require-dev": {
3286
                "phpunit/phpunit": "^7.1"
3287
            },
3288
            "type": "library",
3289
            "extra": {
3290
                "branch-alias": {
3291
                    "dev-master": "3.0-dev"
3292
                }
3293
            },
3294
            "autoload": {
3295
                "classmap": [
3296
                    "src/"
3297
                ]
3298
            },
3299
            "notification-url": "https://packagist.org/downloads/",
3300
            "license": [
3301
                "BSD-3-Clause"
3302
            ],
3303
            "authors": [
3304
                {
3305
                    "name": "Jeff Welch",
3306
                    "email": "[email protected]"
3307
                },
3308
                {
3309
                    "name": "Volker Dusch",
3310
                    "email": "[email protected]"
3311
                },
3312
                {
3313
                    "name": "Bernhard Schussek",
3314
                    "email": "[email protected]"
3315
                },
3316
                {
3317
                    "name": "Sebastian Bergmann",
3318
                    "email": "[email protected]"
3319
                }
3320
            ],
3321
            "description": "Provides the functionality to compare PHP values for equality",
3322
            "homepage": "https://github.com/sebastianbergmann/comparator",
3323
            "keywords": [
3324
                "comparator",
3325
                "compare",
3326
                "equality"
3327
            ],
3328
            "time": "2018-04-18T13:33:00+00:00"
3329
        },
3330
        {
3331
            "name": "sebastian/diff",
3332
            "version": "3.0.0",
3333
            "source": {
3334
                "type": "git",
3335
                "url": "https://github.com/sebastianbergmann/diff.git",
3336
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
3337
            },
3338
            "dist": {
3339
                "type": "zip",
3340
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
3341
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
3342
                "shasum": ""
3343
            },
3344
            "require": {
3345
                "php": "^7.1"
3346
            },
3347
            "require-dev": {
3348
                "phpunit/phpunit": "^7.0",
3349
                "symfony/process": "^2 || ^3.3 || ^4"
3350
            },
3351
            "type": "library",
3352
            "extra": {
3353
                "branch-alias": {
3354
                    "dev-master": "3.0-dev"
3355
                }
3356
            },
3357
            "autoload": {
3358
                "classmap": [
3359
                    "src/"
3360
                ]
3361
            },
3362
            "notification-url": "https://packagist.org/downloads/",
3363
            "license": [
3364
                "BSD-3-Clause"
3365
            ],
3366
            "authors": [
3367
                {
3368
                    "name": "Kore Nordmann",
3369
                    "email": "[email protected]"
3370
                },
3371
                {
3372
                    "name": "Sebastian Bergmann",
3373
                    "email": "[email protected]"
3374
                }
3375
            ],
3376
            "description": "Diff implementation",
3377
            "homepage": "https://github.com/sebastianbergmann/diff",
3378
            "keywords": [
3379
                "diff",
3380
                "udiff",
3381
                "unidiff",
3382
                "unified diff"
3383
            ],
3384
            "time": "2018-02-01T13:45:15+00:00"
3385
        },
3386
        {
3387
            "name": "sebastian/environment",
3388
            "version": "3.1.0",
3389
            "source": {
3390
                "type": "git",
3391
                "url": "https://github.com/sebastianbergmann/environment.git",
3392
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3393
            },
3394
            "dist": {
3395
                "type": "zip",
3396
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3397
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3398
                "shasum": ""
3399
            },
3400
            "require": {
3401
                "php": "^7.0"
3402
            },
3403
            "require-dev": {
3404
                "phpunit/phpunit": "^6.1"
3405
            },
3406
            "type": "library",
3407
            "extra": {
3408
                "branch-alias": {
3409
                    "dev-master": "3.1.x-dev"
3410
                }
3411
            },
3412
            "autoload": {
3413
                "classmap": [
3414
                    "src/"
3415
                ]
3416
            },
3417
            "notification-url": "https://packagist.org/downloads/",
3418
            "license": [
3419
                "BSD-3-Clause"
3420
            ],
3421
            "authors": [
3422
                {
3423
                    "name": "Sebastian Bergmann",
3424
                    "email": "[email protected]"
3425
                }
3426
            ],
3427
            "description": "Provides functionality to handle HHVM/PHP environments",
3428
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3429
            "keywords": [
3430
                "Xdebug",
3431
                "environment",
3432
                "hhvm"
3433
            ],
3434
            "time": "2017-07-01T08:51:00+00:00"
3435
        },
3436
        {
3437
            "name": "sebastian/exporter",
3438
            "version": "3.1.0",
3439
            "source": {
3440
                "type": "git",
3441
                "url": "https://github.com/sebastianbergmann/exporter.git",
3442
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3443
            },
3444
            "dist": {
3445
                "type": "zip",
3446
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3447
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3448
                "shasum": ""
3449
            },
3450
            "require": {
3451
                "php": "^7.0",
3452
                "sebastian/recursion-context": "^3.0"
3453
            },
3454
            "require-dev": {
3455
                "ext-mbstring": "*",
3456
                "phpunit/phpunit": "^6.0"
3457
            },
3458
            "type": "library",
3459
            "extra": {
3460
                "branch-alias": {
3461
                    "dev-master": "3.1.x-dev"
3462
                }
3463
            },
3464
            "autoload": {
3465
                "classmap": [
3466
                    "src/"
3467
                ]
3468
            },
3469
            "notification-url": "https://packagist.org/downloads/",
3470
            "license": [
3471
                "BSD-3-Clause"
3472
            ],
3473
            "authors": [
3474
                {
3475
                    "name": "Jeff Welch",
3476
                    "email": "[email protected]"
3477
                },
3478
                {
3479
                    "name": "Volker Dusch",
3480
                    "email": "[email protected]"
3481
                },
3482
                {
3483
                    "name": "Bernhard Schussek",
3484
                    "email": "[email protected]"
3485
                },
3486
                {
3487
                    "name": "Sebastian Bergmann",
3488
                    "email": "[email protected]"
3489
                },
3490
                {
3491
                    "name": "Adam Harvey",
3492
                    "email": "[email protected]"
3493
                }
3494
            ],
3495
            "description": "Provides the functionality to export PHP variables for visualization",
3496
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3497
            "keywords": [
3498
                "export",
3499
                "exporter"
3500
            ],
3501
            "time": "2017-04-03T13:19:02+00:00"
3502
        },
3503
        {
3504
            "name": "sebastian/global-state",
3505
            "version": "2.0.0",
3506
            "source": {
3507
                "type": "git",
3508
                "url": "https://github.com/sebastianbergmann/global-state.git",
3509
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3510
            },
3511
            "dist": {
3512
                "type": "zip",
3513
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3514
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3515
                "shasum": ""
3516
            },
3517
            "require": {
3518
                "php": "^7.0"
3519
            },
3520
            "require-dev": {
3521
                "phpunit/phpunit": "^6.0"
3522
            },
3523
            "suggest": {
3524
                "ext-uopz": "*"
3525
            },
3526
            "type": "library",
3527
            "extra": {
3528
                "branch-alias": {
3529
                    "dev-master": "2.0-dev"
3530
                }
3531
            },
3532
            "autoload": {
3533
                "classmap": [
3534
                    "src/"
3535
                ]
3536
            },
3537
            "notification-url": "https://packagist.org/downloads/",
3538
            "license": [
3539
                "BSD-3-Clause"
3540
            ],
3541
            "authors": [
3542
                {
3543
                    "name": "Sebastian Bergmann",
3544
                    "email": "[email protected]"
3545
                }
3546
            ],
3547
            "description": "Snapshotting of global state",
3548
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3549
            "keywords": [
3550
                "global state"
3551
            ],
3552
            "time": "2017-04-27T15:39:26+00:00"
3553
        },
3554
        {
3555
            "name": "sebastian/object-enumerator",
3556
            "version": "3.0.3",
3557
            "source": {
3558
                "type": "git",
3559
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3560
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3561
            },
3562
            "dist": {
3563
                "type": "zip",
3564
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3565
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3566
                "shasum": ""
3567
            },
3568
            "require": {
3569
                "php": "^7.0",
3570
                "sebastian/object-reflector": "^1.1.1",
3571
                "sebastian/recursion-context": "^3.0"
3572
            },
3573
            "require-dev": {
3574
                "phpunit/phpunit": "^6.0"
3575
            },
3576
            "type": "library",
3577
            "extra": {
3578
                "branch-alias": {
3579
                    "dev-master": "3.0.x-dev"
3580
                }
3581
            },
3582
            "autoload": {
3583
                "classmap": [
3584
                    "src/"
3585
                ]
3586
            },
3587
            "notification-url": "https://packagist.org/downloads/",
3588
            "license": [
3589
                "BSD-3-Clause"
3590
            ],
3591
            "authors": [
3592
                {
3593
                    "name": "Sebastian Bergmann",
3594
                    "email": "[email protected]"
3595
                }
3596
            ],
3597
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3598
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3599
            "time": "2017-08-03T12:35:26+00:00"
3600
        },
3601
        {
3602
            "name": "sebastian/object-reflector",
3603
            "version": "1.1.1",
3604
            "source": {
3605
                "type": "git",
3606
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3607
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3608
            },
3609
            "dist": {
3610
                "type": "zip",
3611
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3612
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3613
                "shasum": ""
3614
            },
3615
            "require": {
3616
                "php": "^7.0"
3617
            },
3618
            "require-dev": {
3619
                "phpunit/phpunit": "^6.0"
3620
            },
3621
            "type": "library",
3622
            "extra": {
3623
                "branch-alias": {
3624
                    "dev-master": "1.1-dev"
3625
                }
3626
            },
3627
            "autoload": {
3628
                "classmap": [
3629
                    "src/"
3630
                ]
3631
            },
3632
            "notification-url": "https://packagist.org/downloads/",
3633
            "license": [
3634
                "BSD-3-Clause"
3635
            ],
3636
            "authors": [
3637
                {
3638
                    "name": "Sebastian Bergmann",
3639
                    "email": "[email protected]"
3640
                }
3641
            ],
3642
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3643
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3644
            "time": "2017-03-29T09:07:27+00:00"
3645
        },
3646
        {
3647
            "name": "sebastian/recursion-context",
3648
            "version": "3.0.0",
3649
            "source": {
3650
                "type": "git",
3651
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3652
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3653
            },
3654
            "dist": {
3655
                "type": "zip",
3656
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3657
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3658
                "shasum": ""
3659
            },
3660
            "require": {
3661
                "php": "^7.0"
3662
            },
3663
            "require-dev": {
3664
                "phpunit/phpunit": "^6.0"
3665
            },
3666
            "type": "library",
3667
            "extra": {
3668
                "branch-alias": {
3669
                    "dev-master": "3.0.x-dev"
3670
                }
3671
            },
3672
            "autoload": {
3673
                "classmap": [
3674
                    "src/"
3675
                ]
3676
            },
3677
            "notification-url": "https://packagist.org/downloads/",
3678
            "license": [
3679
                "BSD-3-Clause"
3680
            ],
3681
            "authors": [
3682
                {
3683
                    "name": "Jeff Welch",
3684
                    "email": "[email protected]"
3685
                },
3686
                {
3687
                    "name": "Sebastian Bergmann",
3688
                    "email": "[email protected]"
3689
                },
3690
                {
3691
                    "name": "Adam Harvey",
3692
                    "email": "[email protected]"
3693
                }
3694
            ],
3695
            "description": "Provides functionality to recursively process PHP variables",
3696
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3697
            "time": "2017-03-03T06:23:57+00:00"
3698
        },
3699
        {
3700
            "name": "sebastian/resource-operations",
3701
            "version": "1.0.0",
3702
            "source": {
3703
                "type": "git",
3704
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3705
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3706
            },
3707
            "dist": {
3708
                "type": "zip",
3709
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3710
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3711
                "shasum": ""
3712
            },
3713
            "require": {
3714
                "php": ">=5.6.0"
3715
            },
3716
            "type": "library",
3717
            "extra": {
3718
                "branch-alias": {
3719
                    "dev-master": "1.0.x-dev"
3720
                }
3721
            },
3722
            "autoload": {
3723
                "classmap": [
3724
                    "src/"
3725
                ]
3726
            },
3727
            "notification-url": "https://packagist.org/downloads/",
3728
            "license": [
3729
                "BSD-3-Clause"
3730
            ],
3731
            "authors": [
3732
                {
3733
                    "name": "Sebastian Bergmann",
3734
                    "email": "[email protected]"
3735
                }
3736
            ],
3737
            "description": "Provides a list of PHP built-in functions that operate on resources",
3738
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3739
            "time": "2015-07-28T20:34:47+00:00"
3740
        },
3741
        {
3742
            "name": "sebastian/version",
3743
            "version": "2.0.1",
3744
            "source": {
3745
                "type": "git",
3746
                "url": "https://github.com/sebastianbergmann/version.git",
3747
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3748
            },
3749
            "dist": {
3750
                "type": "zip",
3751
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3752
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3753
                "shasum": ""
3754
            },
3755
            "require": {
3756
                "php": ">=5.6"
3757
            },
3758
            "type": "library",
3759
            "extra": {
3760
                "branch-alias": {
3761
                    "dev-master": "2.0.x-dev"
3762
                }
3763
            },
3764
            "autoload": {
3765
                "classmap": [
3766
                    "src/"
3767
                ]
3768
            },
3769
            "notification-url": "https://packagist.org/downloads/",
3770
            "license": [
3771
                "BSD-3-Clause"
3772
            ],
3773
            "authors": [
3774
                {
3775
                    "name": "Sebastian Bergmann",
3776
                    "email": "[email protected]",
3777
                    "role": "lead"
3778
                }
3779
            ],
3780
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3781
            "homepage": "https://github.com/sebastianbergmann/version",
3782
            "time": "2016-10-03T07:35:21+00:00"
3783
        },
3784
        {
3785
            "name": "squizlabs/php_codesniffer",
3786
            "version": "3.2.3",
3787
            "source": {
3788
                "type": "git",
3789
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3790
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
3791
            },
3792
            "dist": {
3793
                "type": "zip",
3794
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
3795
                "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
3796
                "shasum": ""
3797
            },
3798
            "require": {
3799
                "ext-simplexml": "*",
3800
                "ext-tokenizer": "*",
3801
                "ext-xmlwriter": "*",
3802
                "php": ">=5.4.0"
3803
            },
3804
            "require-dev": {
3805
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3806
            },
3807
            "bin": [
3808
                "bin/phpcs",
3809
                "bin/phpcbf"
3810
            ],
3811
            "type": "library",
3812
            "extra": {
3813
                "branch-alias": {
3814
                    "dev-master": "3.x-dev"
3815
                }
3816
            },
3817
            "notification-url": "https://packagist.org/downloads/",
3818
            "license": [
3819
                "BSD-3-Clause"
3820
            ],
3821
            "authors": [
3822
                {
3823
                    "name": "Greg Sherwood",
3824
                    "role": "lead"
3825
                }
3826
            ],
3827
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3828
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3829
            "keywords": [
3830
                "phpcs",
3831
                "standards"
3832
            ],
3833
            "time": "2018-02-20T21:35:23+00:00"
3834
        },
3835
        {
3836
            "name": "symfony/polyfill-ctype",
3837
            "version": "v1.8.0",
3838
            "source": {
3839
                "type": "git",
3840
                "url": "https://github.com/symfony/polyfill-ctype.git",
3841
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
3842
            },
3843
            "dist": {
3844
                "type": "zip",
3845
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3846
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
3847
                "shasum": ""
3848
            },
3849
            "require": {
3850
                "php": ">=5.3.3"
3851
            },
3852
            "type": "library",
3853
            "extra": {
3854
                "branch-alias": {
3855
                    "dev-master": "1.8-dev"
3856
                }
3857
            },
3858
            "autoload": {
3859
                "psr-4": {
3860
                    "Symfony\\Polyfill\\Ctype\\": ""
3861
                },
3862
                "files": [
3863
                    "bootstrap.php"
3864
                ]
3865
            },
3866
            "notification-url": "https://packagist.org/downloads/",
3867
            "license": [
3868
                "MIT"
3869
            ],
3870
            "authors": [
3871
                {
3872
                    "name": "Symfony Community",
3873
                    "homepage": "https://symfony.com/contributors"
3874
                },
3875
                {
3876
                    "name": "Gert de Pagter",
3877
                    "email": "[email protected]"
3878
                }
3879
            ],
3880
            "description": "Symfony polyfill for ctype functions",
3881
            "homepage": "https://symfony.com",
3882
            "keywords": [
3883
                "compatibility",
3884
                "ctype",
3885
                "polyfill",
3886
                "portable"
3887
            ],
3888
            "time": "2018-04-30T19:57:29+00:00"
3889
        },
3890
        {
3891
            "name": "symfony/yaml",
3892
            "version": "v4.1.0",
3893
            "source": {
3894
                "type": "git",
3895
                "url": "https://github.com/symfony/yaml.git",
3896
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
3897
            },
3898
            "dist": {
3899
                "type": "zip",
3900
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3901
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3902
                "shasum": ""
3903
            },
3904
            "require": {
3905
                "php": "^7.1.3",
3906
                "symfony/polyfill-ctype": "~1.8"
3907
            },
3908
            "conflict": {
3909
                "symfony/console": "<3.4"
3910
            },
3911
            "require-dev": {
3912
                "symfony/console": "~3.4|~4.0"
3913
            },
3914
            "suggest": {
3915
                "symfony/console": "For validating YAML files using the lint command"
3916
            },
3917
            "type": "library",
3918
            "extra": {
3919
                "branch-alias": {
3920
                    "dev-master": "4.1-dev"
3921
                }
3922
            },
3923
            "autoload": {
3924
                "psr-4": {
3925
                    "Symfony\\Component\\Yaml\\": ""
3926
                },
3927
                "exclude-from-classmap": [
3928
                    "/Tests/"
3929
                ]
3930
            },
3931
            "notification-url": "https://packagist.org/downloads/",
3932
            "license": [
3933
                "MIT"
3934
            ],
3935
            "authors": [
3936
                {
3937
                    "name": "Fabien Potencier",
3938
                    "email": "[email protected]"
3939
                },
3940
                {
3941
                    "name": "Symfony Community",
3942
                    "homepage": "https://symfony.com/contributors"
3943
                }
3944
            ],
3945
            "description": "Symfony Yaml Component",
3946
            "homepage": "https://symfony.com",
3947
            "time": "2018-05-30T07:26:09+00:00"
3948
        },
3949
        {
3950
            "name": "theseer/tokenizer",
3951
            "version": "1.1.0",
3952
            "source": {
3953
                "type": "git",
3954
                "url": "https://github.com/theseer/tokenizer.git",
3955
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3956
            },
3957
            "dist": {
3958
                "type": "zip",
3959
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3960
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3961
                "shasum": ""
3962
            },
3963
            "require": {
3964
                "ext-dom": "*",
3965
                "ext-tokenizer": "*",
3966
                "ext-xmlwriter": "*",
3967
                "php": "^7.0"
3968
            },
3969
            "type": "library",
3970
            "autoload": {
3971
                "classmap": [
3972
                    "src/"
3973
                ]
3974
            },
3975
            "notification-url": "https://packagist.org/downloads/",
3976
            "license": [
3977
                "BSD-3-Clause"
3978
            ],
3979
            "authors": [
3980
                {
3981
                    "name": "Arne Blankerts",
3982
                    "email": "[email protected]",
3983
                    "role": "Developer"
3984
                }
3985
            ],
3986
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3987
            "time": "2017-04-07T12:08:54+00:00"
3988
        },
3989
        {
3990
            "name": "webmozart/assert",
3991
            "version": "1.3.0",
3992
            "source": {
3993
                "type": "git",
3994
                "url": "https://github.com/webmozart/assert.git",
3995
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3996
            },
3997
            "dist": {
3998
                "type": "zip",
3999
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4000
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4001
                "shasum": ""
4002
            },
4003
            "require": {
4004
                "php": "^5.3.3 || ^7.0"
4005
            },
4006
            "require-dev": {
4007
                "phpunit/phpunit": "^4.6",
4008
                "sebastian/version": "^1.0.1"
4009
            },
4010
            "type": "library",
4011
            "extra": {
4012
                "branch-alias": {
4013
                    "dev-master": "1.3-dev"
4014
                }
4015
            },
4016
            "autoload": {
4017
                "psr-4": {
4018
                    "Webmozart\\Assert\\": "src/"
4019
                }
4020
            },
4021
            "notification-url": "https://packagist.org/downloads/",
4022
            "license": [
4023
                "MIT"
4024
            ],
4025
            "authors": [
4026
                {
4027
                    "name": "Bernhard Schussek",
4028
                    "email": "[email protected]"
4029
                }
4030
            ],
4031
            "description": "Assertions to validate method input/output with nice error messages.",
4032
            "keywords": [
4033
                "assert",
4034
                "check",
4035
                "validate"
4036
            ],
4037
            "time": "2018-01-29T19:49:41+00:00"
4038
        }
4039
    ],
4040
    "aliases": [],
4041
    "minimum-stability": "stable",
4042
    "stability-flags": [],
4043
    "prefer-stable": false,
4044
    "prefer-lowest": false,
4045
    "platform": {
4046
        "php": ">=7.0.0"
4047
    },
4048
    "platform-dev": []
4049
}
4050