Completed
Push — master ( 5d34fa...27c2d8 )
by Nasrul Hazim
01:50
created

composer.lock (1 issue)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "2d5fde1da0ddf234ea8e8a2e99627f04",
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.2.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
141
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
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-06-06T03:12:17+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",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

Cookie serialization vulnerability
Loading history...
284
            "version": "v5.6.29",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/laravel/framework.git",
288
                "reference": "acc6b5c54ab196d3358f60acc5f55d9ebaaccc02"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/laravel/framework/zipball/acc6b5c54ab196d3358f60acc5f55d9ebaaccc02",
293
                "reference": "acc6b5c54ab196d3358f60acc5f55d9ebaaccc02",
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-07-26T16:01:26+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": "v9.99.99",
639
            "source": {
640
                "type": "git",
641
                "url": "https://github.com/paragonie/random_compat.git",
642
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
643
            },
644
            "dist": {
645
                "type": "zip",
646
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
647
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
648
                "shasum": ""
649
            },
650
            "require": {
651
                "php": "^7"
652
            },
653
            "require-dev": {
654
                "phpunit/phpunit": "4.*|5.*",
655
                "vimeo/psalm": "^1"
656
            },
657
            "suggest": {
658
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
659
            },
660
            "type": "library",
661
            "notification-url": "https://packagist.org/downloads/",
662
            "license": [
663
                "MIT"
664
            ],
665
            "authors": [
666
                {
667
                    "name": "Paragon Initiative Enterprises",
668
                    "email": "[email protected]",
669
                    "homepage": "https://paragonie.com"
670
                }
671
            ],
672
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
673
            "keywords": [
674
                "csprng",
675
                "polyfill",
676
                "pseudorandom",
677
                "random"
678
            ],
679
            "time": "2018-07-02T15:55:56+00:00"
680
        },
681
        {
682
            "name": "psr/container",
683
            "version": "1.0.0",
684
            "source": {
685
                "type": "git",
686
                "url": "https://github.com/php-fig/container.git",
687
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
688
            },
689
            "dist": {
690
                "type": "zip",
691
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
692
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
693
                "shasum": ""
694
            },
695
            "require": {
696
                "php": ">=5.3.0"
697
            },
698
            "type": "library",
699
            "extra": {
700
                "branch-alias": {
701
                    "dev-master": "1.0.x-dev"
702
                }
703
            },
704
            "autoload": {
705
                "psr-4": {
706
                    "Psr\\Container\\": "src/"
707
                }
708
            },
709
            "notification-url": "https://packagist.org/downloads/",
710
            "license": [
711
                "MIT"
712
            ],
713
            "authors": [
714
                {
715
                    "name": "PHP-FIG",
716
                    "homepage": "http://www.php-fig.org/"
717
                }
718
            ],
719
            "description": "Common Container Interface (PHP FIG PSR-11)",
720
            "homepage": "https://github.com/php-fig/container",
721
            "keywords": [
722
                "PSR-11",
723
                "container",
724
                "container-interface",
725
                "container-interop",
726
                "psr"
727
            ],
728
            "time": "2017-02-14T16:28:37+00:00"
729
        },
730
        {
731
            "name": "psr/log",
732
            "version": "1.0.2",
733
            "source": {
734
                "type": "git",
735
                "url": "https://github.com/php-fig/log.git",
736
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
737
            },
738
            "dist": {
739
                "type": "zip",
740
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
741
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
742
                "shasum": ""
743
            },
744
            "require": {
745
                "php": ">=5.3.0"
746
            },
747
            "type": "library",
748
            "extra": {
749
                "branch-alias": {
750
                    "dev-master": "1.0.x-dev"
751
                }
752
            },
753
            "autoload": {
754
                "psr-4": {
755
                    "Psr\\Log\\": "Psr/Log/"
756
                }
757
            },
758
            "notification-url": "https://packagist.org/downloads/",
759
            "license": [
760
                "MIT"
761
            ],
762
            "authors": [
763
                {
764
                    "name": "PHP-FIG",
765
                    "homepage": "http://www.php-fig.org/"
766
                }
767
            ],
768
            "description": "Common interface for logging libraries",
769
            "homepage": "https://github.com/php-fig/log",
770
            "keywords": [
771
                "log",
772
                "psr",
773
                "psr-3"
774
            ],
775
            "time": "2016-10-10T12:19:37+00:00"
776
        },
777
        {
778
            "name": "psr/simple-cache",
779
            "version": "1.0.1",
780
            "source": {
781
                "type": "git",
782
                "url": "https://github.com/php-fig/simple-cache.git",
783
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
784
            },
785
            "dist": {
786
                "type": "zip",
787
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
788
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
789
                "shasum": ""
790
            },
791
            "require": {
792
                "php": ">=5.3.0"
793
            },
794
            "type": "library",
795
            "extra": {
796
                "branch-alias": {
797
                    "dev-master": "1.0.x-dev"
798
                }
799
            },
800
            "autoload": {
801
                "psr-4": {
802
                    "Psr\\SimpleCache\\": "src/"
803
                }
804
            },
805
            "notification-url": "https://packagist.org/downloads/",
806
            "license": [
807
                "MIT"
808
            ],
809
            "authors": [
810
                {
811
                    "name": "PHP-FIG",
812
                    "homepage": "http://www.php-fig.org/"
813
                }
814
            ],
815
            "description": "Common interfaces for simple caching",
816
            "keywords": [
817
                "cache",
818
                "caching",
819
                "psr",
820
                "psr-16",
821
                "simple-cache"
822
            ],
823
            "time": "2017-10-23T01:57:42+00:00"
824
        },
825
        {
826
            "name": "ramsey/uuid",
827
            "version": "3.8.0",
828
            "source": {
829
                "type": "git",
830
                "url": "https://github.com/ramsey/uuid.git",
831
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
832
            },
833
            "dist": {
834
                "type": "zip",
835
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
836
                "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
837
                "shasum": ""
838
            },
839
            "require": {
840
                "paragonie/random_compat": "^1.0|^2.0|9.99.99",
841
                "php": "^5.4 || ^7.0",
842
                "symfony/polyfill-ctype": "^1.8"
843
            },
844
            "replace": {
845
                "rhumsaa/uuid": "self.version"
846
            },
847
            "require-dev": {
848
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
849
                "doctrine/annotations": "~1.2.0",
850
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
851
                "ircmaxell/random-lib": "^1.1",
852
                "jakub-onderka/php-parallel-lint": "^0.9.0",
853
                "mockery/mockery": "^0.9.9",
854
                "moontoast/math": "^1.1",
855
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
856
                "phpunit/phpunit": "^4.7|^5.0|^6.5",
857
                "squizlabs/php_codesniffer": "^2.3"
858
            },
859
            "suggest": {
860
                "ext-ctype": "Provides support for PHP Ctype functions",
861
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
862
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
863
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
864
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
865
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
866
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
867
            },
868
            "type": "library",
869
            "extra": {
870
                "branch-alias": {
871
                    "dev-master": "3.x-dev"
872
                }
873
            },
874
            "autoload": {
875
                "psr-4": {
876
                    "Ramsey\\Uuid\\": "src/"
877
                }
878
            },
879
            "notification-url": "https://packagist.org/downloads/",
880
            "license": [
881
                "MIT"
882
            ],
883
            "authors": [
884
                {
885
                    "name": "Marijn Huizendveld",
886
                    "email": "[email protected]"
887
                },
888
                {
889
                    "name": "Thibaud Fabre",
890
                    "email": "[email protected]"
891
                },
892
                {
893
                    "name": "Ben Ramsey",
894
                    "email": "[email protected]",
895
                    "homepage": "https://benramsey.com"
896
                }
897
            ],
898
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
899
            "homepage": "https://github.com/ramsey/uuid",
900
            "keywords": [
901
                "guid",
902
                "identifier",
903
                "uuid"
904
            ],
905
            "time": "2018-07-19T23:38:55+00:00"
906
        },
907
        {
908
            "name": "swiftmailer/swiftmailer",
909
            "version": "v6.1.2",
910
            "source": {
911
                "type": "git",
912
                "url": "https://github.com/swiftmailer/swiftmailer.git",
913
                "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
914
            },
915
            "dist": {
916
                "type": "zip",
917
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
918
                "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
919
                "shasum": ""
920
            },
921
            "require": {
922
                "egulias/email-validator": "~2.0",
923
                "php": ">=7.0.0"
924
            },
925
            "require-dev": {
926
                "mockery/mockery": "~0.9.1",
927
                "symfony/phpunit-bridge": "~3.3@dev"
928
            },
929
            "suggest": {
930
                "ext-intl": "Needed to support internationalized email addresses",
931
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
932
            },
933
            "type": "library",
934
            "extra": {
935
                "branch-alias": {
936
                    "dev-master": "6.1-dev"
937
                }
938
            },
939
            "autoload": {
940
                "files": [
941
                    "lib/swift_required.php"
942
                ]
943
            },
944
            "notification-url": "https://packagist.org/downloads/",
945
            "license": [
946
                "MIT"
947
            ],
948
            "authors": [
949
                {
950
                    "name": "Chris Corbyn"
951
                },
952
                {
953
                    "name": "Fabien Potencier",
954
                    "email": "[email protected]"
955
                }
956
            ],
957
            "description": "Swiftmailer, free feature-rich PHP mailer",
958
            "homepage": "https://swiftmailer.symfony.com",
959
            "keywords": [
960
                "email",
961
                "mail",
962
                "mailer"
963
            ],
964
            "time": "2018-07-13T07:04:35+00:00"
965
        },
966
        {
967
            "name": "symfony/console",
968
            "version": "v4.1.3",
969
            "source": {
970
                "type": "git",
971
                "url": "https://github.com/symfony/console.git",
972
                "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f"
973
            },
974
            "dist": {
975
                "type": "zip",
976
                "url": "https://api.github.com/repos/symfony/console/zipball/ca80b8ced97cf07390078b29773dc384c39eee1f",
977
                "reference": "ca80b8ced97cf07390078b29773dc384c39eee1f",
978
                "shasum": ""
979
            },
980
            "require": {
981
                "php": "^7.1.3",
982
                "symfony/polyfill-mbstring": "~1.0"
983
            },
984
            "conflict": {
985
                "symfony/dependency-injection": "<3.4",
986
                "symfony/process": "<3.3"
987
            },
988
            "require-dev": {
989
                "psr/log": "~1.0",
990
                "symfony/config": "~3.4|~4.0",
991
                "symfony/dependency-injection": "~3.4|~4.0",
992
                "symfony/event-dispatcher": "~3.4|~4.0",
993
                "symfony/lock": "~3.4|~4.0",
994
                "symfony/process": "~3.4|~4.0"
995
            },
996
            "suggest": {
997
                "psr/log-implementation": "For using the console logger",
998
                "symfony/event-dispatcher": "",
999
                "symfony/lock": "",
1000
                "symfony/process": ""
1001
            },
1002
            "type": "library",
1003
            "extra": {
1004
                "branch-alias": {
1005
                    "dev-master": "4.1-dev"
1006
                }
1007
            },
1008
            "autoload": {
1009
                "psr-4": {
1010
                    "Symfony\\Component\\Console\\": ""
1011
                },
1012
                "exclude-from-classmap": [
1013
                    "/Tests/"
1014
                ]
1015
            },
1016
            "notification-url": "https://packagist.org/downloads/",
1017
            "license": [
1018
                "MIT"
1019
            ],
1020
            "authors": [
1021
                {
1022
                    "name": "Fabien Potencier",
1023
                    "email": "[email protected]"
1024
                },
1025
                {
1026
                    "name": "Symfony Community",
1027
                    "homepage": "https://symfony.com/contributors"
1028
                }
1029
            ],
1030
            "description": "Symfony Console Component",
1031
            "homepage": "https://symfony.com",
1032
            "time": "2018-07-26T11:24:31+00:00"
1033
        },
1034
        {
1035
            "name": "symfony/css-selector",
1036
            "version": "v4.1.3",
1037
            "source": {
1038
                "type": "git",
1039
                "url": "https://github.com/symfony/css-selector.git",
1040
                "reference": "2a4df7618f869b456f9096781e78c57b509d76c7"
1041
            },
1042
            "dist": {
1043
                "type": "zip",
1044
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/2a4df7618f869b456f9096781e78c57b509d76c7",
1045
                "reference": "2a4df7618f869b456f9096781e78c57b509d76c7",
1046
                "shasum": ""
1047
            },
1048
            "require": {
1049
                "php": "^7.1.3"
1050
            },
1051
            "type": "library",
1052
            "extra": {
1053
                "branch-alias": {
1054
                    "dev-master": "4.1-dev"
1055
                }
1056
            },
1057
            "autoload": {
1058
                "psr-4": {
1059
                    "Symfony\\Component\\CssSelector\\": ""
1060
                },
1061
                "exclude-from-classmap": [
1062
                    "/Tests/"
1063
                ]
1064
            },
1065
            "notification-url": "https://packagist.org/downloads/",
1066
            "license": [
1067
                "MIT"
1068
            ],
1069
            "authors": [
1070
                {
1071
                    "name": "Jean-François Simon",
1072
                    "email": "[email protected]"
1073
                },
1074
                {
1075
                    "name": "Fabien Potencier",
1076
                    "email": "[email protected]"
1077
                },
1078
                {
1079
                    "name": "Symfony Community",
1080
                    "homepage": "https://symfony.com/contributors"
1081
                }
1082
            ],
1083
            "description": "Symfony CssSelector Component",
1084
            "homepage": "https://symfony.com",
1085
            "time": "2018-07-26T09:10:45+00:00"
1086
        },
1087
        {
1088
            "name": "symfony/debug",
1089
            "version": "v4.1.3",
1090
            "source": {
1091
                "type": "git",
1092
                "url": "https://github.com/symfony/debug.git",
1093
                "reference": "9316545571f079c4dd183e674721d9dc783ce196"
1094
            },
1095
            "dist": {
1096
                "type": "zip",
1097
                "url": "https://api.github.com/repos/symfony/debug/zipball/9316545571f079c4dd183e674721d9dc783ce196",
1098
                "reference": "9316545571f079c4dd183e674721d9dc783ce196",
1099
                "shasum": ""
1100
            },
1101
            "require": {
1102
                "php": "^7.1.3",
1103
                "psr/log": "~1.0"
1104
            },
1105
            "conflict": {
1106
                "symfony/http-kernel": "<3.4"
1107
            },
1108
            "require-dev": {
1109
                "symfony/http-kernel": "~3.4|~4.0"
1110
            },
1111
            "type": "library",
1112
            "extra": {
1113
                "branch-alias": {
1114
                    "dev-master": "4.1-dev"
1115
                }
1116
            },
1117
            "autoload": {
1118
                "psr-4": {
1119
                    "Symfony\\Component\\Debug\\": ""
1120
                },
1121
                "exclude-from-classmap": [
1122
                    "/Tests/"
1123
                ]
1124
            },
1125
            "notification-url": "https://packagist.org/downloads/",
1126
            "license": [
1127
                "MIT"
1128
            ],
1129
            "authors": [
1130
                {
1131
                    "name": "Fabien Potencier",
1132
                    "email": "[email protected]"
1133
                },
1134
                {
1135
                    "name": "Symfony Community",
1136
                    "homepage": "https://symfony.com/contributors"
1137
                }
1138
            ],
1139
            "description": "Symfony Debug Component",
1140
            "homepage": "https://symfony.com",
1141
            "time": "2018-07-26T11:24:31+00:00"
1142
        },
1143
        {
1144
            "name": "symfony/event-dispatcher",
1145
            "version": "v4.1.3",
1146
            "source": {
1147
                "type": "git",
1148
                "url": "https://github.com/symfony/event-dispatcher.git",
1149
                "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e"
1150
            },
1151
            "dist": {
1152
                "type": "zip",
1153
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
1154
                "reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
1155
                "shasum": ""
1156
            },
1157
            "require": {
1158
                "php": "^7.1.3"
1159
            },
1160
            "conflict": {
1161
                "symfony/dependency-injection": "<3.4"
1162
            },
1163
            "require-dev": {
1164
                "psr/log": "~1.0",
1165
                "symfony/config": "~3.4|~4.0",
1166
                "symfony/dependency-injection": "~3.4|~4.0",
1167
                "symfony/expression-language": "~3.4|~4.0",
1168
                "symfony/stopwatch": "~3.4|~4.0"
1169
            },
1170
            "suggest": {
1171
                "symfony/dependency-injection": "",
1172
                "symfony/http-kernel": ""
1173
            },
1174
            "type": "library",
1175
            "extra": {
1176
                "branch-alias": {
1177
                    "dev-master": "4.1-dev"
1178
                }
1179
            },
1180
            "autoload": {
1181
                "psr-4": {
1182
                    "Symfony\\Component\\EventDispatcher\\": ""
1183
                },
1184
                "exclude-from-classmap": [
1185
                    "/Tests/"
1186
                ]
1187
            },
1188
            "notification-url": "https://packagist.org/downloads/",
1189
            "license": [
1190
                "MIT"
1191
            ],
1192
            "authors": [
1193
                {
1194
                    "name": "Fabien Potencier",
1195
                    "email": "[email protected]"
1196
                },
1197
                {
1198
                    "name": "Symfony Community",
1199
                    "homepage": "https://symfony.com/contributors"
1200
                }
1201
            ],
1202
            "description": "Symfony EventDispatcher Component",
1203
            "homepage": "https://symfony.com",
1204
            "time": "2018-07-26T09:10:45+00:00"
1205
        },
1206
        {
1207
            "name": "symfony/finder",
1208
            "version": "v4.1.3",
1209
            "source": {
1210
                "type": "git",
1211
                "url": "https://github.com/symfony/finder.git",
1212
                "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068"
1213
            },
1214
            "dist": {
1215
                "type": "zip",
1216
                "url": "https://api.github.com/repos/symfony/finder/zipball/e162f1df3102d0b7472805a5a9d5db9fcf0a8068",
1217
                "reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068",
1218
                "shasum": ""
1219
            },
1220
            "require": {
1221
                "php": "^7.1.3"
1222
            },
1223
            "type": "library",
1224
            "extra": {
1225
                "branch-alias": {
1226
                    "dev-master": "4.1-dev"
1227
                }
1228
            },
1229
            "autoload": {
1230
                "psr-4": {
1231
                    "Symfony\\Component\\Finder\\": ""
1232
                },
1233
                "exclude-from-classmap": [
1234
                    "/Tests/"
1235
                ]
1236
            },
1237
            "notification-url": "https://packagist.org/downloads/",
1238
            "license": [
1239
                "MIT"
1240
            ],
1241
            "authors": [
1242
                {
1243
                    "name": "Fabien Potencier",
1244
                    "email": "[email protected]"
1245
                },
1246
                {
1247
                    "name": "Symfony Community",
1248
                    "homepage": "https://symfony.com/contributors"
1249
                }
1250
            ],
1251
            "description": "Symfony Finder Component",
1252
            "homepage": "https://symfony.com",
1253
            "time": "2018-07-26T11:24:31+00:00"
1254
        },
1255
        {
1256
            "name": "symfony/http-foundation",
1257
            "version": "v4.1.3",
1258
            "source": {
1259
                "type": "git",
1260
                "url": "https://github.com/symfony/http-foundation.git",
1261
                "reference": "7d93e3547660ec7ee3dad1428ba42e8076a0e5f1"
1262
            },
1263
            "dist": {
1264
                "type": "zip",
1265
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7d93e3547660ec7ee3dad1428ba42e8076a0e5f1",
1266
                "reference": "7d93e3547660ec7ee3dad1428ba42e8076a0e5f1",
1267
                "shasum": ""
1268
            },
1269
            "require": {
1270
                "php": "^7.1.3",
1271
                "symfony/polyfill-mbstring": "~1.1"
1272
            },
1273
            "require-dev": {
1274
                "predis/predis": "~1.0",
1275
                "symfony/expression-language": "~3.4|~4.0"
1276
            },
1277
            "type": "library",
1278
            "extra": {
1279
                "branch-alias": {
1280
                    "dev-master": "4.1-dev"
1281
                }
1282
            },
1283
            "autoload": {
1284
                "psr-4": {
1285
                    "Symfony\\Component\\HttpFoundation\\": ""
1286
                },
1287
                "exclude-from-classmap": [
1288
                    "/Tests/"
1289
                ]
1290
            },
1291
            "notification-url": "https://packagist.org/downloads/",
1292
            "license": [
1293
                "MIT"
1294
            ],
1295
            "authors": [
1296
                {
1297
                    "name": "Fabien Potencier",
1298
                    "email": "[email protected]"
1299
                },
1300
                {
1301
                    "name": "Symfony Community",
1302
                    "homepage": "https://symfony.com/contributors"
1303
                }
1304
            ],
1305
            "description": "Symfony HttpFoundation Component",
1306
            "homepage": "https://symfony.com",
1307
            "time": "2018-08-01T14:07:44+00:00"
1308
        },
1309
        {
1310
            "name": "symfony/http-kernel",
1311
            "version": "v4.1.3",
1312
            "source": {
1313
                "type": "git",
1314
                "url": "https://github.com/symfony/http-kernel.git",
1315
                "reference": "6347be5110efb27fe45ea04bf213078b67a05036"
1316
            },
1317
            "dist": {
1318
                "type": "zip",
1319
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6347be5110efb27fe45ea04bf213078b67a05036",
1320
                "reference": "6347be5110efb27fe45ea04bf213078b67a05036",
1321
                "shasum": ""
1322
            },
1323
            "require": {
1324
                "php": "^7.1.3",
1325
                "psr/log": "~1.0",
1326
                "symfony/debug": "~3.4|~4.0",
1327
                "symfony/event-dispatcher": "~4.1",
1328
                "symfony/http-foundation": "^4.1.1",
1329
                "symfony/polyfill-ctype": "~1.8"
1330
            },
1331
            "conflict": {
1332
                "symfony/config": "<3.4",
1333
                "symfony/dependency-injection": "<4.1",
1334
                "symfony/var-dumper": "<4.1.1",
1335
                "twig/twig": "<1.34|<2.4,>=2"
1336
            },
1337
            "provide": {
1338
                "psr/log-implementation": "1.0"
1339
            },
1340
            "require-dev": {
1341
                "psr/cache": "~1.0",
1342
                "symfony/browser-kit": "~3.4|~4.0",
1343
                "symfony/config": "~3.4|~4.0",
1344
                "symfony/console": "~3.4|~4.0",
1345
                "symfony/css-selector": "~3.4|~4.0",
1346
                "symfony/dependency-injection": "^4.1",
1347
                "symfony/dom-crawler": "~3.4|~4.0",
1348
                "symfony/expression-language": "~3.4|~4.0",
1349
                "symfony/finder": "~3.4|~4.0",
1350
                "symfony/process": "~3.4|~4.0",
1351
                "symfony/routing": "~3.4|~4.0",
1352
                "symfony/stopwatch": "~3.4|~4.0",
1353
                "symfony/templating": "~3.4|~4.0",
1354
                "symfony/translation": "~3.4|~4.0",
1355
                "symfony/var-dumper": "^4.1.1"
1356
            },
1357
            "suggest": {
1358
                "symfony/browser-kit": "",
1359
                "symfony/config": "",
1360
                "symfony/console": "",
1361
                "symfony/dependency-injection": "",
1362
                "symfony/var-dumper": ""
1363
            },
1364
            "type": "library",
1365
            "extra": {
1366
                "branch-alias": {
1367
                    "dev-master": "4.1-dev"
1368
                }
1369
            },
1370
            "autoload": {
1371
                "psr-4": {
1372
                    "Symfony\\Component\\HttpKernel\\": ""
1373
                },
1374
                "exclude-from-classmap": [
1375
                    "/Tests/"
1376
                ]
1377
            },
1378
            "notification-url": "https://packagist.org/downloads/",
1379
            "license": [
1380
                "MIT"
1381
            ],
1382
            "authors": [
1383
                {
1384
                    "name": "Fabien Potencier",
1385
                    "email": "[email protected]"
1386
                },
1387
                {
1388
                    "name": "Symfony Community",
1389
                    "homepage": "https://symfony.com/contributors"
1390
                }
1391
            ],
1392
            "description": "Symfony HttpKernel Component",
1393
            "homepage": "https://symfony.com",
1394
            "time": "2018-08-01T15:30:34+00:00"
1395
        },
1396
        {
1397
            "name": "symfony/polyfill-ctype",
1398
            "version": "v1.9.0",
1399
            "source": {
1400
                "type": "git",
1401
                "url": "https://github.com/symfony/polyfill-ctype.git",
1402
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
1403
            },
1404
            "dist": {
1405
                "type": "zip",
1406
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
1407
                "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
1408
                "shasum": ""
1409
            },
1410
            "require": {
1411
                "php": ">=5.3.3"
1412
            },
1413
            "suggest": {
1414
                "ext-ctype": "For best performance"
1415
            },
1416
            "type": "library",
1417
            "extra": {
1418
                "branch-alias": {
1419
                    "dev-master": "1.9-dev"
1420
                }
1421
            },
1422
            "autoload": {
1423
                "psr-4": {
1424
                    "Symfony\\Polyfill\\Ctype\\": ""
1425
                },
1426
                "files": [
1427
                    "bootstrap.php"
1428
                ]
1429
            },
1430
            "notification-url": "https://packagist.org/downloads/",
1431
            "license": [
1432
                "MIT"
1433
            ],
1434
            "authors": [
1435
                {
1436
                    "name": "Symfony Community",
1437
                    "homepage": "https://symfony.com/contributors"
1438
                },
1439
                {
1440
                    "name": "Gert de Pagter",
1441
                    "email": "[email protected]"
1442
                }
1443
            ],
1444
            "description": "Symfony polyfill for ctype functions",
1445
            "homepage": "https://symfony.com",
1446
            "keywords": [
1447
                "compatibility",
1448
                "ctype",
1449
                "polyfill",
1450
                "portable"
1451
            ],
1452
            "time": "2018-08-06T14:22:27+00:00"
1453
        },
1454
        {
1455
            "name": "symfony/polyfill-mbstring",
1456
            "version": "v1.9.0",
1457
            "source": {
1458
                "type": "git",
1459
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1460
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
1461
            },
1462
            "dist": {
1463
                "type": "zip",
1464
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
1465
                "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
1466
                "shasum": ""
1467
            },
1468
            "require": {
1469
                "php": ">=5.3.3"
1470
            },
1471
            "suggest": {
1472
                "ext-mbstring": "For best performance"
1473
            },
1474
            "type": "library",
1475
            "extra": {
1476
                "branch-alias": {
1477
                    "dev-master": "1.9-dev"
1478
                }
1479
            },
1480
            "autoload": {
1481
                "psr-4": {
1482
                    "Symfony\\Polyfill\\Mbstring\\": ""
1483
                },
1484
                "files": [
1485
                    "bootstrap.php"
1486
                ]
1487
            },
1488
            "notification-url": "https://packagist.org/downloads/",
1489
            "license": [
1490
                "MIT"
1491
            ],
1492
            "authors": [
1493
                {
1494
                    "name": "Nicolas Grekas",
1495
                    "email": "[email protected]"
1496
                },
1497
                {
1498
                    "name": "Symfony Community",
1499
                    "homepage": "https://symfony.com/contributors"
1500
                }
1501
            ],
1502
            "description": "Symfony polyfill for the Mbstring extension",
1503
            "homepage": "https://symfony.com",
1504
            "keywords": [
1505
                "compatibility",
1506
                "mbstring",
1507
                "polyfill",
1508
                "portable",
1509
                "shim"
1510
            ],
1511
            "time": "2018-08-06T14:22:27+00:00"
1512
        },
1513
        {
1514
            "name": "symfony/polyfill-php72",
1515
            "version": "v1.9.0",
1516
            "source": {
1517
                "type": "git",
1518
                "url": "https://github.com/symfony/polyfill-php72.git",
1519
                "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae"
1520
            },
1521
            "dist": {
1522
                "type": "zip",
1523
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae",
1524
                "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae",
1525
                "shasum": ""
1526
            },
1527
            "require": {
1528
                "php": ">=5.3.3"
1529
            },
1530
            "type": "library",
1531
            "extra": {
1532
                "branch-alias": {
1533
                    "dev-master": "1.9-dev"
1534
                }
1535
            },
1536
            "autoload": {
1537
                "psr-4": {
1538
                    "Symfony\\Polyfill\\Php72\\": ""
1539
                },
1540
                "files": [
1541
                    "bootstrap.php"
1542
                ]
1543
            },
1544
            "notification-url": "https://packagist.org/downloads/",
1545
            "license": [
1546
                "MIT"
1547
            ],
1548
            "authors": [
1549
                {
1550
                    "name": "Nicolas Grekas",
1551
                    "email": "[email protected]"
1552
                },
1553
                {
1554
                    "name": "Symfony Community",
1555
                    "homepage": "https://symfony.com/contributors"
1556
                }
1557
            ],
1558
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1559
            "homepage": "https://symfony.com",
1560
            "keywords": [
1561
                "compatibility",
1562
                "polyfill",
1563
                "portable",
1564
                "shim"
1565
            ],
1566
            "time": "2018-08-06T14:22:27+00:00"
1567
        },
1568
        {
1569
            "name": "symfony/process",
1570
            "version": "v4.1.3",
1571
            "source": {
1572
                "type": "git",
1573
                "url": "https://github.com/symfony/process.git",
1574
                "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56"
1575
            },
1576
            "dist": {
1577
                "type": "zip",
1578
                "url": "https://api.github.com/repos/symfony/process/zipball/f01fc7a4493572f7f506c49dcb50ad01fb3a2f56",
1579
                "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56",
1580
                "shasum": ""
1581
            },
1582
            "require": {
1583
                "php": "^7.1.3"
1584
            },
1585
            "type": "library",
1586
            "extra": {
1587
                "branch-alias": {
1588
                    "dev-master": "4.1-dev"
1589
                }
1590
            },
1591
            "autoload": {
1592
                "psr-4": {
1593
                    "Symfony\\Component\\Process\\": ""
1594
                },
1595
                "exclude-from-classmap": [
1596
                    "/Tests/"
1597
                ]
1598
            },
1599
            "notification-url": "https://packagist.org/downloads/",
1600
            "license": [
1601
                "MIT"
1602
            ],
1603
            "authors": [
1604
                {
1605
                    "name": "Fabien Potencier",
1606
                    "email": "[email protected]"
1607
                },
1608
                {
1609
                    "name": "Symfony Community",
1610
                    "homepage": "https://symfony.com/contributors"
1611
                }
1612
            ],
1613
            "description": "Symfony Process Component",
1614
            "homepage": "https://symfony.com",
1615
            "time": "2018-07-26T11:24:31+00:00"
1616
        },
1617
        {
1618
            "name": "symfony/routing",
1619
            "version": "v4.1.3",
1620
            "source": {
1621
                "type": "git",
1622
                "url": "https://github.com/symfony/routing.git",
1623
                "reference": "6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b"
1624
            },
1625
            "dist": {
1626
                "type": "zip",
1627
                "url": "https://api.github.com/repos/symfony/routing/zipball/6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b",
1628
                "reference": "6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b",
1629
                "shasum": ""
1630
            },
1631
            "require": {
1632
                "php": "^7.1.3"
1633
            },
1634
            "conflict": {
1635
                "symfony/config": "<3.4",
1636
                "symfony/dependency-injection": "<3.4",
1637
                "symfony/yaml": "<3.4"
1638
            },
1639
            "require-dev": {
1640
                "doctrine/annotations": "~1.0",
1641
                "psr/log": "~1.0",
1642
                "symfony/config": "~3.4|~4.0",
1643
                "symfony/dependency-injection": "~3.4|~4.0",
1644
                "symfony/expression-language": "~3.4|~4.0",
1645
                "symfony/http-foundation": "~3.4|~4.0",
1646
                "symfony/yaml": "~3.4|~4.0"
1647
            },
1648
            "suggest": {
1649
                "doctrine/annotations": "For using the annotation loader",
1650
                "symfony/config": "For using the all-in-one router or any loader",
1651
                "symfony/dependency-injection": "For loading routes from a service",
1652
                "symfony/expression-language": "For using expression matching",
1653
                "symfony/http-foundation": "For using a Symfony Request object",
1654
                "symfony/yaml": "For using the YAML loader"
1655
            },
1656
            "type": "library",
1657
            "extra": {
1658
                "branch-alias": {
1659
                    "dev-master": "4.1-dev"
1660
                }
1661
            },
1662
            "autoload": {
1663
                "psr-4": {
1664
                    "Symfony\\Component\\Routing\\": ""
1665
                },
1666
                "exclude-from-classmap": [
1667
                    "/Tests/"
1668
                ]
1669
            },
1670
            "notification-url": "https://packagist.org/downloads/",
1671
            "license": [
1672
                "MIT"
1673
            ],
1674
            "authors": [
1675
                {
1676
                    "name": "Fabien Potencier",
1677
                    "email": "[email protected]"
1678
                },
1679
                {
1680
                    "name": "Symfony Community",
1681
                    "homepage": "https://symfony.com/contributors"
1682
                }
1683
            ],
1684
            "description": "Symfony Routing Component",
1685
            "homepage": "https://symfony.com",
1686
            "keywords": [
1687
                "router",
1688
                "routing",
1689
                "uri",
1690
                "url"
1691
            ],
1692
            "time": "2018-07-26T11:24:31+00:00"
1693
        },
1694
        {
1695
            "name": "symfony/translation",
1696
            "version": "v4.1.3",
1697
            "source": {
1698
                "type": "git",
1699
                "url": "https://github.com/symfony/translation.git",
1700
                "reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65"
1701
            },
1702
            "dist": {
1703
                "type": "zip",
1704
                "url": "https://api.github.com/repos/symfony/translation/zipball/6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65",
1705
                "reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65",
1706
                "shasum": ""
1707
            },
1708
            "require": {
1709
                "php": "^7.1.3",
1710
                "symfony/polyfill-mbstring": "~1.0"
1711
            },
1712
            "conflict": {
1713
                "symfony/config": "<3.4",
1714
                "symfony/dependency-injection": "<3.4",
1715
                "symfony/yaml": "<3.4"
1716
            },
1717
            "require-dev": {
1718
                "psr/log": "~1.0",
1719
                "symfony/config": "~3.4|~4.0",
1720
                "symfony/console": "~3.4|~4.0",
1721
                "symfony/dependency-injection": "~3.4|~4.0",
1722
                "symfony/finder": "~2.8|~3.0|~4.0",
1723
                "symfony/intl": "~3.4|~4.0",
1724
                "symfony/yaml": "~3.4|~4.0"
1725
            },
1726
            "suggest": {
1727
                "psr/log-implementation": "To use logging capability in translator",
1728
                "symfony/config": "",
1729
                "symfony/yaml": ""
1730
            },
1731
            "type": "library",
1732
            "extra": {
1733
                "branch-alias": {
1734
                    "dev-master": "4.1-dev"
1735
                }
1736
            },
1737
            "autoload": {
1738
                "psr-4": {
1739
                    "Symfony\\Component\\Translation\\": ""
1740
                },
1741
                "exclude-from-classmap": [
1742
                    "/Tests/"
1743
                ]
1744
            },
1745
            "notification-url": "https://packagist.org/downloads/",
1746
            "license": [
1747
                "MIT"
1748
            ],
1749
            "authors": [
1750
                {
1751
                    "name": "Fabien Potencier",
1752
                    "email": "[email protected]"
1753
                },
1754
                {
1755
                    "name": "Symfony Community",
1756
                    "homepage": "https://symfony.com/contributors"
1757
                }
1758
            ],
1759
            "description": "Symfony Translation Component",
1760
            "homepage": "https://symfony.com",
1761
            "time": "2018-07-26T11:24:31+00:00"
1762
        },
1763
        {
1764
            "name": "symfony/var-dumper",
1765
            "version": "v4.1.3",
1766
            "source": {
1767
                "type": "git",
1768
                "url": "https://github.com/symfony/var-dumper.git",
1769
                "reference": "69e174f4c02ec43919380171c6f7550753299316"
1770
            },
1771
            "dist": {
1772
                "type": "zip",
1773
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/69e174f4c02ec43919380171c6f7550753299316",
1774
                "reference": "69e174f4c02ec43919380171c6f7550753299316",
1775
                "shasum": ""
1776
            },
1777
            "require": {
1778
                "php": "^7.1.3",
1779
                "symfony/polyfill-mbstring": "~1.0",
1780
                "symfony/polyfill-php72": "~1.5"
1781
            },
1782
            "conflict": {
1783
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1784
                "symfony/console": "<3.4"
1785
            },
1786
            "require-dev": {
1787
                "ext-iconv": "*",
1788
                "symfony/process": "~3.4|~4.0",
1789
                "twig/twig": "~1.34|~2.4"
1790
            },
1791
            "suggest": {
1792
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1793
                "ext-intl": "To show region name in time zone dump",
1794
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1795
            },
1796
            "bin": [
1797
                "Resources/bin/var-dump-server"
1798
            ],
1799
            "type": "library",
1800
            "extra": {
1801
                "branch-alias": {
1802
                    "dev-master": "4.1-dev"
1803
                }
1804
            },
1805
            "autoload": {
1806
                "files": [
1807
                    "Resources/functions/dump.php"
1808
                ],
1809
                "psr-4": {
1810
                    "Symfony\\Component\\VarDumper\\": ""
1811
                },
1812
                "exclude-from-classmap": [
1813
                    "/Tests/"
1814
                ]
1815
            },
1816
            "notification-url": "https://packagist.org/downloads/",
1817
            "license": [
1818
                "MIT"
1819
            ],
1820
            "authors": [
1821
                {
1822
                    "name": "Nicolas Grekas",
1823
                    "email": "[email protected]"
1824
                },
1825
                {
1826
                    "name": "Symfony Community",
1827
                    "homepage": "https://symfony.com/contributors"
1828
                }
1829
            ],
1830
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1831
            "homepage": "https://symfony.com",
1832
            "keywords": [
1833
                "debug",
1834
                "dump"
1835
            ],
1836
            "time": "2018-07-26T11:24:31+00:00"
1837
        },
1838
        {
1839
            "name": "tijsverkoyen/css-to-inline-styles",
1840
            "version": "2.2.1",
1841
            "source": {
1842
                "type": "git",
1843
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1844
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1845
            },
1846
            "dist": {
1847
                "type": "zip",
1848
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1849
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1850
                "shasum": ""
1851
            },
1852
            "require": {
1853
                "php": "^5.5 || ^7.0",
1854
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1855
            },
1856
            "require-dev": {
1857
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1858
            },
1859
            "type": "library",
1860
            "extra": {
1861
                "branch-alias": {
1862
                    "dev-master": "2.2.x-dev"
1863
                }
1864
            },
1865
            "autoload": {
1866
                "psr-4": {
1867
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1868
                }
1869
            },
1870
            "notification-url": "https://packagist.org/downloads/",
1871
            "license": [
1872
                "BSD-3-Clause"
1873
            ],
1874
            "authors": [
1875
                {
1876
                    "name": "Tijs Verkoyen",
1877
                    "email": "[email protected]",
1878
                    "role": "Developer"
1879
                }
1880
            ],
1881
            "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.",
1882
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1883
            "time": "2017-11-27T11:13:29+00:00"
1884
        },
1885
        {
1886
            "name": "vlucas/phpdotenv",
1887
            "version": "v2.5.1",
1888
            "source": {
1889
                "type": "git",
1890
                "url": "https://github.com/vlucas/phpdotenv.git",
1891
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
1892
            },
1893
            "dist": {
1894
                "type": "zip",
1895
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
1896
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
1897
                "shasum": ""
1898
            },
1899
            "require": {
1900
                "php": ">=5.3.9"
1901
            },
1902
            "require-dev": {
1903
                "phpunit/phpunit": "^4.8.35 || ^5.0"
1904
            },
1905
            "type": "library",
1906
            "extra": {
1907
                "branch-alias": {
1908
                    "dev-master": "2.5-dev"
1909
                }
1910
            },
1911
            "autoload": {
1912
                "psr-4": {
1913
                    "Dotenv\\": "src/"
1914
                }
1915
            },
1916
            "notification-url": "https://packagist.org/downloads/",
1917
            "license": [
1918
                "BSD-3-Clause"
1919
            ],
1920
            "authors": [
1921
                {
1922
                    "name": "Vance Lucas",
1923
                    "email": "[email protected]",
1924
                    "homepage": "http://www.vancelucas.com"
1925
                }
1926
            ],
1927
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1928
            "keywords": [
1929
                "dotenv",
1930
                "env",
1931
                "environment"
1932
            ],
1933
            "time": "2018-07-29T20:33:41+00:00"
1934
        }
1935
    ],
1936
    "packages-dev": [
1937
        {
1938
            "name": "doctrine/instantiator",
1939
            "version": "1.1.0",
1940
            "source": {
1941
                "type": "git",
1942
                "url": "https://github.com/doctrine/instantiator.git",
1943
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1944
            },
1945
            "dist": {
1946
                "type": "zip",
1947
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1948
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1949
                "shasum": ""
1950
            },
1951
            "require": {
1952
                "php": "^7.1"
1953
            },
1954
            "require-dev": {
1955
                "athletic/athletic": "~0.1.8",
1956
                "ext-pdo": "*",
1957
                "ext-phar": "*",
1958
                "phpunit/phpunit": "^6.2.3",
1959
                "squizlabs/php_codesniffer": "^3.0.2"
1960
            },
1961
            "type": "library",
1962
            "extra": {
1963
                "branch-alias": {
1964
                    "dev-master": "1.2.x-dev"
1965
                }
1966
            },
1967
            "autoload": {
1968
                "psr-4": {
1969
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1970
                }
1971
            },
1972
            "notification-url": "https://packagist.org/downloads/",
1973
            "license": [
1974
                "MIT"
1975
            ],
1976
            "authors": [
1977
                {
1978
                    "name": "Marco Pivetta",
1979
                    "email": "[email protected]",
1980
                    "homepage": "http://ocramius.github.com/"
1981
                }
1982
            ],
1983
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1984
            "homepage": "https://github.com/doctrine/instantiator",
1985
            "keywords": [
1986
                "constructor",
1987
                "instantiate"
1988
            ],
1989
            "time": "2017-07-22T11:58:36+00:00"
1990
        },
1991
        {
1992
            "name": "fzaninotto/faker",
1993
            "version": "v1.8.0",
1994
            "source": {
1995
                "type": "git",
1996
                "url": "https://github.com/fzaninotto/Faker.git",
1997
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
1998
            },
1999
            "dist": {
2000
                "type": "zip",
2001
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
2002
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2003
                "shasum": ""
2004
            },
2005
            "require": {
2006
                "php": "^5.3.3 || ^7.0"
2007
            },
2008
            "require-dev": {
2009
                "ext-intl": "*",
2010
                "phpunit/phpunit": "^4.8.35 || ^5.7",
2011
                "squizlabs/php_codesniffer": "^1.5"
2012
            },
2013
            "type": "library",
2014
            "extra": {
2015
                "branch-alias": {
2016
                    "dev-master": "1.8-dev"
2017
                }
2018
            },
2019
            "autoload": {
2020
                "psr-4": {
2021
                    "Faker\\": "src/Faker/"
2022
                }
2023
            },
2024
            "notification-url": "https://packagist.org/downloads/",
2025
            "license": [
2026
                "MIT"
2027
            ],
2028
            "authors": [
2029
                {
2030
                    "name": "François Zaninotto"
2031
                }
2032
            ],
2033
            "description": "Faker is a PHP library that generates fake data for you.",
2034
            "keywords": [
2035
                "data",
2036
                "faker",
2037
                "fixtures"
2038
            ],
2039
            "time": "2018-07-12T10:23:15+00:00"
2040
        },
2041
        {
2042
            "name": "myclabs/deep-copy",
2043
            "version": "1.8.1",
2044
            "source": {
2045
                "type": "git",
2046
                "url": "https://github.com/myclabs/DeepCopy.git",
2047
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2048
            },
2049
            "dist": {
2050
                "type": "zip",
2051
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2052
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2053
                "shasum": ""
2054
            },
2055
            "require": {
2056
                "php": "^7.1"
2057
            },
2058
            "replace": {
2059
                "myclabs/deep-copy": "self.version"
2060
            },
2061
            "require-dev": {
2062
                "doctrine/collections": "^1.0",
2063
                "doctrine/common": "^2.6",
2064
                "phpunit/phpunit": "^7.1"
2065
            },
2066
            "type": "library",
2067
            "autoload": {
2068
                "psr-4": {
2069
                    "DeepCopy\\": "src/DeepCopy/"
2070
                },
2071
                "files": [
2072
                    "src/DeepCopy/deep_copy.php"
2073
                ]
2074
            },
2075
            "notification-url": "https://packagist.org/downloads/",
2076
            "license": [
2077
                "MIT"
2078
            ],
2079
            "description": "Create deep copies (clones) of your objects",
2080
            "keywords": [
2081
                "clone",
2082
                "copy",
2083
                "duplicate",
2084
                "object",
2085
                "object graph"
2086
            ],
2087
            "time": "2018-06-11T23:09:50+00:00"
2088
        },
2089
        {
2090
            "name": "orchestra/testbench",
2091
            "version": "v3.6.5",
2092
            "source": {
2093
                "type": "git",
2094
                "url": "https://github.com/orchestral/testbench.git",
2095
                "reference": "74a7e330f375fe578a86176cefabeaf8b1636f15"
2096
            },
2097
            "dist": {
2098
                "type": "zip",
2099
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/74a7e330f375fe578a86176cefabeaf8b1636f15",
2100
                "reference": "74a7e330f375fe578a86176cefabeaf8b1636f15",
2101
                "shasum": ""
2102
            },
2103
            "require": {
2104
                "laravel/framework": "~5.6.13",
2105
                "orchestra/testbench-core": "~3.6.6",
2106
                "php": ">=7.1",
2107
                "phpunit/phpunit": "^7.0"
2108
            },
2109
            "require-dev": {
2110
                "mockery/mockery": "^1.0"
2111
            },
2112
            "type": "library",
2113
            "extra": {
2114
                "branch-alias": {
2115
                    "dev-master": "3.6-dev"
2116
                }
2117
            },
2118
            "notification-url": "https://packagist.org/downloads/",
2119
            "license": [
2120
                "MIT"
2121
            ],
2122
            "authors": [
2123
                {
2124
                    "name": "Mior Muhammad Zaki",
2125
                    "email": "[email protected]",
2126
                    "homepage": "https://github.com/crynobone"
2127
                }
2128
            ],
2129
            "description": "Laravel Testing Helper for Packages Development",
2130
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2131
            "keywords": [
2132
                "BDD",
2133
                "TDD",
2134
                "laravel",
2135
                "orchestra-platform",
2136
                "orchestral",
2137
                "testing"
2138
            ],
2139
            "time": "2018-08-06T20:41:43+00:00"
2140
        },
2141
        {
2142
            "name": "orchestra/testbench-core",
2143
            "version": "v3.6.6",
2144
            "source": {
2145
                "type": "git",
2146
                "url": "https://github.com/orchestral/testbench-core.git",
2147
                "reference": "cd0ead2c66877bed5e82e7cb7eea91a8168c29ba"
2148
            },
2149
            "dist": {
2150
                "type": "zip",
2151
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/cd0ead2c66877bed5e82e7cb7eea91a8168c29ba",
2152
                "reference": "cd0ead2c66877bed5e82e7cb7eea91a8168c29ba",
2153
                "shasum": ""
2154
            },
2155
            "require": {
2156
                "fzaninotto/faker": "^1.4",
2157
                "php": ">=7.1"
2158
            },
2159
            "require-dev": {
2160
                "laravel/framework": "~5.6.13",
2161
                "mockery/mockery": "^1.0",
2162
                "phpunit/phpunit": "^7.0"
2163
            },
2164
            "suggest": {
2165
                "laravel/framework": "Required for testing (~5.6.13).",
2166
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
2167
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).",
2168
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).",
2169
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)."
2170
            },
2171
            "type": "library",
2172
            "extra": {
2173
                "branch-alias": {
2174
                    "dev-master": "3.6-dev"
2175
                }
2176
            },
2177
            "autoload": {
2178
                "psr-4": {
2179
                    "Orchestra\\Testbench\\": "src/"
2180
                }
2181
            },
2182
            "notification-url": "https://packagist.org/downloads/",
2183
            "license": [
2184
                "MIT"
2185
            ],
2186
            "authors": [
2187
                {
2188
                    "name": "Mior Muhammad Zaki",
2189
                    "email": "[email protected]",
2190
                    "homepage": "https://github.com/crynobone"
2191
                }
2192
            ],
2193
            "description": "Testing Helper for Laravel Development",
2194
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2195
            "keywords": [
2196
                "BDD",
2197
                "TDD",
2198
                "laravel",
2199
                "orchestra-platform",
2200
                "orchestral",
2201
                "testing"
2202
            ],
2203
            "time": "2018-07-12T01:01:15+00:00"
2204
        },
2205
        {
2206
            "name": "phar-io/manifest",
2207
            "version": "1.0.3",
2208
            "source": {
2209
                "type": "git",
2210
                "url": "https://github.com/phar-io/manifest.git",
2211
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2212
            },
2213
            "dist": {
2214
                "type": "zip",
2215
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2216
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2217
                "shasum": ""
2218
            },
2219
            "require": {
2220
                "ext-dom": "*",
2221
                "ext-phar": "*",
2222
                "phar-io/version": "^2.0",
2223
                "php": "^5.6 || ^7.0"
2224
            },
2225
            "type": "library",
2226
            "extra": {
2227
                "branch-alias": {
2228
                    "dev-master": "1.0.x-dev"
2229
                }
2230
            },
2231
            "autoload": {
2232
                "classmap": [
2233
                    "src/"
2234
                ]
2235
            },
2236
            "notification-url": "https://packagist.org/downloads/",
2237
            "license": [
2238
                "BSD-3-Clause"
2239
            ],
2240
            "authors": [
2241
                {
2242
                    "name": "Arne Blankerts",
2243
                    "email": "[email protected]",
2244
                    "role": "Developer"
2245
                },
2246
                {
2247
                    "name": "Sebastian Heuer",
2248
                    "email": "[email protected]",
2249
                    "role": "Developer"
2250
                },
2251
                {
2252
                    "name": "Sebastian Bergmann",
2253
                    "email": "[email protected]",
2254
                    "role": "Developer"
2255
                }
2256
            ],
2257
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2258
            "time": "2018-07-08T19:23:20+00:00"
2259
        },
2260
        {
2261
            "name": "phar-io/version",
2262
            "version": "2.0.1",
2263
            "source": {
2264
                "type": "git",
2265
                "url": "https://github.com/phar-io/version.git",
2266
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2267
            },
2268
            "dist": {
2269
                "type": "zip",
2270
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2271
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2272
                "shasum": ""
2273
            },
2274
            "require": {
2275
                "php": "^5.6 || ^7.0"
2276
            },
2277
            "type": "library",
2278
            "autoload": {
2279
                "classmap": [
2280
                    "src/"
2281
                ]
2282
            },
2283
            "notification-url": "https://packagist.org/downloads/",
2284
            "license": [
2285
                "BSD-3-Clause"
2286
            ],
2287
            "authors": [
2288
                {
2289
                    "name": "Arne Blankerts",
2290
                    "email": "[email protected]",
2291
                    "role": "Developer"
2292
                },
2293
                {
2294
                    "name": "Sebastian Heuer",
2295
                    "email": "[email protected]",
2296
                    "role": "Developer"
2297
                },
2298
                {
2299
                    "name": "Sebastian Bergmann",
2300
                    "email": "[email protected]",
2301
                    "role": "Developer"
2302
                }
2303
            ],
2304
            "description": "Library for handling version information and constraints",
2305
            "time": "2018-07-08T19:19:57+00:00"
2306
        },
2307
        {
2308
            "name": "phpdocumentor/reflection-common",
2309
            "version": "1.0.1",
2310
            "source": {
2311
                "type": "git",
2312
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2313
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2314
            },
2315
            "dist": {
2316
                "type": "zip",
2317
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2318
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2319
                "shasum": ""
2320
            },
2321
            "require": {
2322
                "php": ">=5.5"
2323
            },
2324
            "require-dev": {
2325
                "phpunit/phpunit": "^4.6"
2326
            },
2327
            "type": "library",
2328
            "extra": {
2329
                "branch-alias": {
2330
                    "dev-master": "1.0.x-dev"
2331
                }
2332
            },
2333
            "autoload": {
2334
                "psr-4": {
2335
                    "phpDocumentor\\Reflection\\": [
2336
                        "src"
2337
                    ]
2338
                }
2339
            },
2340
            "notification-url": "https://packagist.org/downloads/",
2341
            "license": [
2342
                "MIT"
2343
            ],
2344
            "authors": [
2345
                {
2346
                    "name": "Jaap van Otterdijk",
2347
                    "email": "[email protected]"
2348
                }
2349
            ],
2350
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2351
            "homepage": "http://www.phpdoc.org",
2352
            "keywords": [
2353
                "FQSEN",
2354
                "phpDocumentor",
2355
                "phpdoc",
2356
                "reflection",
2357
                "static analysis"
2358
            ],
2359
            "time": "2017-09-11T18:02:19+00:00"
2360
        },
2361
        {
2362
            "name": "phpdocumentor/reflection-docblock",
2363
            "version": "4.3.0",
2364
            "source": {
2365
                "type": "git",
2366
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2367
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2368
            },
2369
            "dist": {
2370
                "type": "zip",
2371
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2372
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2373
                "shasum": ""
2374
            },
2375
            "require": {
2376
                "php": "^7.0",
2377
                "phpdocumentor/reflection-common": "^1.0.0",
2378
                "phpdocumentor/type-resolver": "^0.4.0",
2379
                "webmozart/assert": "^1.0"
2380
            },
2381
            "require-dev": {
2382
                "doctrine/instantiator": "~1.0.5",
2383
                "mockery/mockery": "^1.0",
2384
                "phpunit/phpunit": "^6.4"
2385
            },
2386
            "type": "library",
2387
            "extra": {
2388
                "branch-alias": {
2389
                    "dev-master": "4.x-dev"
2390
                }
2391
            },
2392
            "autoload": {
2393
                "psr-4": {
2394
                    "phpDocumentor\\Reflection\\": [
2395
                        "src/"
2396
                    ]
2397
                }
2398
            },
2399
            "notification-url": "https://packagist.org/downloads/",
2400
            "license": [
2401
                "MIT"
2402
            ],
2403
            "authors": [
2404
                {
2405
                    "name": "Mike van Riel",
2406
                    "email": "[email protected]"
2407
                }
2408
            ],
2409
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2410
            "time": "2017-11-30T07:14:17+00:00"
2411
        },
2412
        {
2413
            "name": "phpdocumentor/type-resolver",
2414
            "version": "0.4.0",
2415
            "source": {
2416
                "type": "git",
2417
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2418
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2419
            },
2420
            "dist": {
2421
                "type": "zip",
2422
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2423
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2424
                "shasum": ""
2425
            },
2426
            "require": {
2427
                "php": "^5.5 || ^7.0",
2428
                "phpdocumentor/reflection-common": "^1.0"
2429
            },
2430
            "require-dev": {
2431
                "mockery/mockery": "^0.9.4",
2432
                "phpunit/phpunit": "^5.2||^4.8.24"
2433
            },
2434
            "type": "library",
2435
            "extra": {
2436
                "branch-alias": {
2437
                    "dev-master": "1.0.x-dev"
2438
                }
2439
            },
2440
            "autoload": {
2441
                "psr-4": {
2442
                    "phpDocumentor\\Reflection\\": [
2443
                        "src/"
2444
                    ]
2445
                }
2446
            },
2447
            "notification-url": "https://packagist.org/downloads/",
2448
            "license": [
2449
                "MIT"
2450
            ],
2451
            "authors": [
2452
                {
2453
                    "name": "Mike van Riel",
2454
                    "email": "[email protected]"
2455
                }
2456
            ],
2457
            "time": "2017-07-14T14:27:02+00:00"
2458
        },
2459
        {
2460
            "name": "phpspec/prophecy",
2461
            "version": "1.8.0",
2462
            "source": {
2463
                "type": "git",
2464
                "url": "https://github.com/phpspec/prophecy.git",
2465
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2466
            },
2467
            "dist": {
2468
                "type": "zip",
2469
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2470
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2471
                "shasum": ""
2472
            },
2473
            "require": {
2474
                "doctrine/instantiator": "^1.0.2",
2475
                "php": "^5.3|^7.0",
2476
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2477
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2478
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2479
            },
2480
            "require-dev": {
2481
                "phpspec/phpspec": "^2.5|^3.2",
2482
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2483
            },
2484
            "type": "library",
2485
            "extra": {
2486
                "branch-alias": {
2487
                    "dev-master": "1.8.x-dev"
2488
                }
2489
            },
2490
            "autoload": {
2491
                "psr-0": {
2492
                    "Prophecy\\": "src/"
2493
                }
2494
            },
2495
            "notification-url": "https://packagist.org/downloads/",
2496
            "license": [
2497
                "MIT"
2498
            ],
2499
            "authors": [
2500
                {
2501
                    "name": "Konstantin Kudryashov",
2502
                    "email": "[email protected]",
2503
                    "homepage": "http://everzet.com"
2504
                },
2505
                {
2506
                    "name": "Marcello Duarte",
2507
                    "email": "[email protected]"
2508
                }
2509
            ],
2510
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2511
            "homepage": "https://github.com/phpspec/prophecy",
2512
            "keywords": [
2513
                "Double",
2514
                "Dummy",
2515
                "fake",
2516
                "mock",
2517
                "spy",
2518
                "stub"
2519
            ],
2520
            "time": "2018-08-05T17:53:17+00:00"
2521
        },
2522
        {
2523
            "name": "phpunit/php-code-coverage",
2524
            "version": "6.0.7",
2525
            "source": {
2526
                "type": "git",
2527
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2528
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
2529
            },
2530
            "dist": {
2531
                "type": "zip",
2532
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
2533
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
2534
                "shasum": ""
2535
            },
2536
            "require": {
2537
                "ext-dom": "*",
2538
                "ext-xmlwriter": "*",
2539
                "php": "^7.1",
2540
                "phpunit/php-file-iterator": "^2.0",
2541
                "phpunit/php-text-template": "^1.2.1",
2542
                "phpunit/php-token-stream": "^3.0",
2543
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2544
                "sebastian/environment": "^3.1",
2545
                "sebastian/version": "^2.0.1",
2546
                "theseer/tokenizer": "^1.1"
2547
            },
2548
            "require-dev": {
2549
                "phpunit/phpunit": "^7.0"
2550
            },
2551
            "suggest": {
2552
                "ext-xdebug": "^2.6.0"
2553
            },
2554
            "type": "library",
2555
            "extra": {
2556
                "branch-alias": {
2557
                    "dev-master": "6.0-dev"
2558
                }
2559
            },
2560
            "autoload": {
2561
                "classmap": [
2562
                    "src/"
2563
                ]
2564
            },
2565
            "notification-url": "https://packagist.org/downloads/",
2566
            "license": [
2567
                "BSD-3-Clause"
2568
            ],
2569
            "authors": [
2570
                {
2571
                    "name": "Sebastian Bergmann",
2572
                    "email": "[email protected]",
2573
                    "role": "lead"
2574
                }
2575
            ],
2576
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2577
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2578
            "keywords": [
2579
                "coverage",
2580
                "testing",
2581
                "xunit"
2582
            ],
2583
            "time": "2018-06-01T07:51:50+00:00"
2584
        },
2585
        {
2586
            "name": "phpunit/php-file-iterator",
2587
            "version": "2.0.1",
2588
            "source": {
2589
                "type": "git",
2590
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2591
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
2592
            },
2593
            "dist": {
2594
                "type": "zip",
2595
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2596
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2597
                "shasum": ""
2598
            },
2599
            "require": {
2600
                "php": "^7.1"
2601
            },
2602
            "type": "library",
2603
            "extra": {
2604
                "branch-alias": {
2605
                    "dev-master": "2.0.x-dev"
2606
                }
2607
            },
2608
            "autoload": {
2609
                "classmap": [
2610
                    "src/"
2611
                ]
2612
            },
2613
            "notification-url": "https://packagist.org/downloads/",
2614
            "license": [
2615
                "BSD-3-Clause"
2616
            ],
2617
            "authors": [
2618
                {
2619
                    "name": "Sebastian Bergmann",
2620
                    "email": "[email protected]",
2621
                    "role": "lead"
2622
                }
2623
            ],
2624
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2625
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2626
            "keywords": [
2627
                "filesystem",
2628
                "iterator"
2629
            ],
2630
            "time": "2018-06-11T11:44:00+00:00"
2631
        },
2632
        {
2633
            "name": "phpunit/php-text-template",
2634
            "version": "1.2.1",
2635
            "source": {
2636
                "type": "git",
2637
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2638
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2639
            },
2640
            "dist": {
2641
                "type": "zip",
2642
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2643
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2644
                "shasum": ""
2645
            },
2646
            "require": {
2647
                "php": ">=5.3.3"
2648
            },
2649
            "type": "library",
2650
            "autoload": {
2651
                "classmap": [
2652
                    "src/"
2653
                ]
2654
            },
2655
            "notification-url": "https://packagist.org/downloads/",
2656
            "license": [
2657
                "BSD-3-Clause"
2658
            ],
2659
            "authors": [
2660
                {
2661
                    "name": "Sebastian Bergmann",
2662
                    "email": "[email protected]",
2663
                    "role": "lead"
2664
                }
2665
            ],
2666
            "description": "Simple template engine.",
2667
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2668
            "keywords": [
2669
                "template"
2670
            ],
2671
            "time": "2015-06-21T13:50:34+00:00"
2672
        },
2673
        {
2674
            "name": "phpunit/php-timer",
2675
            "version": "2.0.0",
2676
            "source": {
2677
                "type": "git",
2678
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2679
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2680
            },
2681
            "dist": {
2682
                "type": "zip",
2683
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
2684
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2685
                "shasum": ""
2686
            },
2687
            "require": {
2688
                "php": "^7.1"
2689
            },
2690
            "require-dev": {
2691
                "phpunit/phpunit": "^7.0"
2692
            },
2693
            "type": "library",
2694
            "extra": {
2695
                "branch-alias": {
2696
                    "dev-master": "2.0-dev"
2697
                }
2698
            },
2699
            "autoload": {
2700
                "classmap": [
2701
                    "src/"
2702
                ]
2703
            },
2704
            "notification-url": "https://packagist.org/downloads/",
2705
            "license": [
2706
                "BSD-3-Clause"
2707
            ],
2708
            "authors": [
2709
                {
2710
                    "name": "Sebastian Bergmann",
2711
                    "email": "[email protected]",
2712
                    "role": "lead"
2713
                }
2714
            ],
2715
            "description": "Utility class for timing",
2716
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2717
            "keywords": [
2718
                "timer"
2719
            ],
2720
            "time": "2018-02-01T13:07:23+00:00"
2721
        },
2722
        {
2723
            "name": "phpunit/php-token-stream",
2724
            "version": "3.0.0",
2725
            "source": {
2726
                "type": "git",
2727
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2728
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
2729
            },
2730
            "dist": {
2731
                "type": "zip",
2732
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2733
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2734
                "shasum": ""
2735
            },
2736
            "require": {
2737
                "ext-tokenizer": "*",
2738
                "php": "^7.1"
2739
            },
2740
            "require-dev": {
2741
                "phpunit/phpunit": "^7.0"
2742
            },
2743
            "type": "library",
2744
            "extra": {
2745
                "branch-alias": {
2746
                    "dev-master": "3.0-dev"
2747
                }
2748
            },
2749
            "autoload": {
2750
                "classmap": [
2751
                    "src/"
2752
                ]
2753
            },
2754
            "notification-url": "https://packagist.org/downloads/",
2755
            "license": [
2756
                "BSD-3-Clause"
2757
            ],
2758
            "authors": [
2759
                {
2760
                    "name": "Sebastian Bergmann",
2761
                    "email": "[email protected]"
2762
                }
2763
            ],
2764
            "description": "Wrapper around PHP's tokenizer extension.",
2765
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2766
            "keywords": [
2767
                "tokenizer"
2768
            ],
2769
            "time": "2018-02-01T13:16:43+00:00"
2770
        },
2771
        {
2772
            "name": "phpunit/phpunit",
2773
            "version": "7.3.0",
2774
            "source": {
2775
                "type": "git",
2776
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2777
                "reference": "0b6b29faf95c03fd7867e866438b78d5692b6f03"
2778
            },
2779
            "dist": {
2780
                "type": "zip",
2781
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0b6b29faf95c03fd7867e866438b78d5692b6f03",
2782
                "reference": "0b6b29faf95c03fd7867e866438b78d5692b6f03",
2783
                "shasum": ""
2784
            },
2785
            "require": {
2786
                "doctrine/instantiator": "^1.1",
2787
                "ext-dom": "*",
2788
                "ext-json": "*",
2789
                "ext-libxml": "*",
2790
                "ext-mbstring": "*",
2791
                "ext-xml": "*",
2792
                "myclabs/deep-copy": "^1.7",
2793
                "phar-io/manifest": "^1.0.2",
2794
                "phar-io/version": "^2.0",
2795
                "php": "^7.1",
2796
                "phpspec/prophecy": "^1.7",
2797
                "phpunit/php-code-coverage": "^6.0.7",
2798
                "phpunit/php-file-iterator": "^2.0.1",
2799
                "phpunit/php-text-template": "^1.2.1",
2800
                "phpunit/php-timer": "^2.0",
2801
                "sebastian/comparator": "^3.0",
2802
                "sebastian/diff": "^3.0",
2803
                "sebastian/environment": "^3.1",
2804
                "sebastian/exporter": "^3.1",
2805
                "sebastian/global-state": "^2.0",
2806
                "sebastian/object-enumerator": "^3.0.3",
2807
                "sebastian/resource-operations": "^1.0",
2808
                "sebastian/version": "^2.0.1"
2809
            },
2810
            "conflict": {
2811
                "phpunit/phpunit-mock-objects": "*"
2812
            },
2813
            "require-dev": {
2814
                "ext-pdo": "*"
2815
            },
2816
            "suggest": {
2817
                "ext-soap": "*",
2818
                "ext-xdebug": "*",
2819
                "phpunit/php-invoker": "^2.0"
2820
            },
2821
            "bin": [
2822
                "phpunit"
2823
            ],
2824
            "type": "library",
2825
            "extra": {
2826
                "branch-alias": {
2827
                    "dev-master": "7.3-dev"
2828
                }
2829
            },
2830
            "autoload": {
2831
                "classmap": [
2832
                    "src/"
2833
                ]
2834
            },
2835
            "notification-url": "https://packagist.org/downloads/",
2836
            "license": [
2837
                "BSD-3-Clause"
2838
            ],
2839
            "authors": [
2840
                {
2841
                    "name": "Sebastian Bergmann",
2842
                    "email": "[email protected]",
2843
                    "role": "lead"
2844
                }
2845
            ],
2846
            "description": "The PHP Unit Testing framework.",
2847
            "homepage": "https://phpunit.de/",
2848
            "keywords": [
2849
                "phpunit",
2850
                "testing",
2851
                "xunit"
2852
            ],
2853
            "time": "2018-08-03T06:02:45+00:00"
2854
        },
2855
        {
2856
            "name": "sebastian/code-unit-reverse-lookup",
2857
            "version": "1.0.1",
2858
            "source": {
2859
                "type": "git",
2860
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2861
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2862
            },
2863
            "dist": {
2864
                "type": "zip",
2865
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2866
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2867
                "shasum": ""
2868
            },
2869
            "require": {
2870
                "php": "^5.6 || ^7.0"
2871
            },
2872
            "require-dev": {
2873
                "phpunit/phpunit": "^5.7 || ^6.0"
2874
            },
2875
            "type": "library",
2876
            "extra": {
2877
                "branch-alias": {
2878
                    "dev-master": "1.0.x-dev"
2879
                }
2880
            },
2881
            "autoload": {
2882
                "classmap": [
2883
                    "src/"
2884
                ]
2885
            },
2886
            "notification-url": "https://packagist.org/downloads/",
2887
            "license": [
2888
                "BSD-3-Clause"
2889
            ],
2890
            "authors": [
2891
                {
2892
                    "name": "Sebastian Bergmann",
2893
                    "email": "[email protected]"
2894
                }
2895
            ],
2896
            "description": "Looks up which function or method a line of code belongs to",
2897
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2898
            "time": "2017-03-04T06:30:41+00:00"
2899
        },
2900
        {
2901
            "name": "sebastian/comparator",
2902
            "version": "3.0.2",
2903
            "source": {
2904
                "type": "git",
2905
                "url": "https://github.com/sebastianbergmann/comparator.git",
2906
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2907
            },
2908
            "dist": {
2909
                "type": "zip",
2910
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2911
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2912
                "shasum": ""
2913
            },
2914
            "require": {
2915
                "php": "^7.1",
2916
                "sebastian/diff": "^3.0",
2917
                "sebastian/exporter": "^3.1"
2918
            },
2919
            "require-dev": {
2920
                "phpunit/phpunit": "^7.1"
2921
            },
2922
            "type": "library",
2923
            "extra": {
2924
                "branch-alias": {
2925
                    "dev-master": "3.0-dev"
2926
                }
2927
            },
2928
            "autoload": {
2929
                "classmap": [
2930
                    "src/"
2931
                ]
2932
            },
2933
            "notification-url": "https://packagist.org/downloads/",
2934
            "license": [
2935
                "BSD-3-Clause"
2936
            ],
2937
            "authors": [
2938
                {
2939
                    "name": "Jeff Welch",
2940
                    "email": "[email protected]"
2941
                },
2942
                {
2943
                    "name": "Volker Dusch",
2944
                    "email": "[email protected]"
2945
                },
2946
                {
2947
                    "name": "Bernhard Schussek",
2948
                    "email": "[email protected]"
2949
                },
2950
                {
2951
                    "name": "Sebastian Bergmann",
2952
                    "email": "[email protected]"
2953
                }
2954
            ],
2955
            "description": "Provides the functionality to compare PHP values for equality",
2956
            "homepage": "https://github.com/sebastianbergmann/comparator",
2957
            "keywords": [
2958
                "comparator",
2959
                "compare",
2960
                "equality"
2961
            ],
2962
            "time": "2018-07-12T15:12:46+00:00"
2963
        },
2964
        {
2965
            "name": "sebastian/diff",
2966
            "version": "3.0.1",
2967
            "source": {
2968
                "type": "git",
2969
                "url": "https://github.com/sebastianbergmann/diff.git",
2970
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
2971
            },
2972
            "dist": {
2973
                "type": "zip",
2974
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
2975
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
2976
                "shasum": ""
2977
            },
2978
            "require": {
2979
                "php": "^7.1"
2980
            },
2981
            "require-dev": {
2982
                "phpunit/phpunit": "^7.0",
2983
                "symfony/process": "^2 || ^3.3 || ^4"
2984
            },
2985
            "type": "library",
2986
            "extra": {
2987
                "branch-alias": {
2988
                    "dev-master": "3.0-dev"
2989
                }
2990
            },
2991
            "autoload": {
2992
                "classmap": [
2993
                    "src/"
2994
                ]
2995
            },
2996
            "notification-url": "https://packagist.org/downloads/",
2997
            "license": [
2998
                "BSD-3-Clause"
2999
            ],
3000
            "authors": [
3001
                {
3002
                    "name": "Kore Nordmann",
3003
                    "email": "[email protected]"
3004
                },
3005
                {
3006
                    "name": "Sebastian Bergmann",
3007
                    "email": "[email protected]"
3008
                }
3009
            ],
3010
            "description": "Diff implementation",
3011
            "homepage": "https://github.com/sebastianbergmann/diff",
3012
            "keywords": [
3013
                "diff",
3014
                "udiff",
3015
                "unidiff",
3016
                "unified diff"
3017
            ],
3018
            "time": "2018-06-10T07:54:39+00:00"
3019
        },
3020
        {
3021
            "name": "sebastian/environment",
3022
            "version": "3.1.0",
3023
            "source": {
3024
                "type": "git",
3025
                "url": "https://github.com/sebastianbergmann/environment.git",
3026
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3027
            },
3028
            "dist": {
3029
                "type": "zip",
3030
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3031
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3032
                "shasum": ""
3033
            },
3034
            "require": {
3035
                "php": "^7.0"
3036
            },
3037
            "require-dev": {
3038
                "phpunit/phpunit": "^6.1"
3039
            },
3040
            "type": "library",
3041
            "extra": {
3042
                "branch-alias": {
3043
                    "dev-master": "3.1.x-dev"
3044
                }
3045
            },
3046
            "autoload": {
3047
                "classmap": [
3048
                    "src/"
3049
                ]
3050
            },
3051
            "notification-url": "https://packagist.org/downloads/",
3052
            "license": [
3053
                "BSD-3-Clause"
3054
            ],
3055
            "authors": [
3056
                {
3057
                    "name": "Sebastian Bergmann",
3058
                    "email": "[email protected]"
3059
                }
3060
            ],
3061
            "description": "Provides functionality to handle HHVM/PHP environments",
3062
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3063
            "keywords": [
3064
                "Xdebug",
3065
                "environment",
3066
                "hhvm"
3067
            ],
3068
            "time": "2017-07-01T08:51:00+00:00"
3069
        },
3070
        {
3071
            "name": "sebastian/exporter",
3072
            "version": "3.1.0",
3073
            "source": {
3074
                "type": "git",
3075
                "url": "https://github.com/sebastianbergmann/exporter.git",
3076
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3077
            },
3078
            "dist": {
3079
                "type": "zip",
3080
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3081
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3082
                "shasum": ""
3083
            },
3084
            "require": {
3085
                "php": "^7.0",
3086
                "sebastian/recursion-context": "^3.0"
3087
            },
3088
            "require-dev": {
3089
                "ext-mbstring": "*",
3090
                "phpunit/phpunit": "^6.0"
3091
            },
3092
            "type": "library",
3093
            "extra": {
3094
                "branch-alias": {
3095
                    "dev-master": "3.1.x-dev"
3096
                }
3097
            },
3098
            "autoload": {
3099
                "classmap": [
3100
                    "src/"
3101
                ]
3102
            },
3103
            "notification-url": "https://packagist.org/downloads/",
3104
            "license": [
3105
                "BSD-3-Clause"
3106
            ],
3107
            "authors": [
3108
                {
3109
                    "name": "Jeff Welch",
3110
                    "email": "[email protected]"
3111
                },
3112
                {
3113
                    "name": "Volker Dusch",
3114
                    "email": "[email protected]"
3115
                },
3116
                {
3117
                    "name": "Bernhard Schussek",
3118
                    "email": "[email protected]"
3119
                },
3120
                {
3121
                    "name": "Sebastian Bergmann",
3122
                    "email": "[email protected]"
3123
                },
3124
                {
3125
                    "name": "Adam Harvey",
3126
                    "email": "[email protected]"
3127
                }
3128
            ],
3129
            "description": "Provides the functionality to export PHP variables for visualization",
3130
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3131
            "keywords": [
3132
                "export",
3133
                "exporter"
3134
            ],
3135
            "time": "2017-04-03T13:19:02+00:00"
3136
        },
3137
        {
3138
            "name": "sebastian/global-state",
3139
            "version": "2.0.0",
3140
            "source": {
3141
                "type": "git",
3142
                "url": "https://github.com/sebastianbergmann/global-state.git",
3143
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3144
            },
3145
            "dist": {
3146
                "type": "zip",
3147
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3148
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3149
                "shasum": ""
3150
            },
3151
            "require": {
3152
                "php": "^7.0"
3153
            },
3154
            "require-dev": {
3155
                "phpunit/phpunit": "^6.0"
3156
            },
3157
            "suggest": {
3158
                "ext-uopz": "*"
3159
            },
3160
            "type": "library",
3161
            "extra": {
3162
                "branch-alias": {
3163
                    "dev-master": "2.0-dev"
3164
                }
3165
            },
3166
            "autoload": {
3167
                "classmap": [
3168
                    "src/"
3169
                ]
3170
            },
3171
            "notification-url": "https://packagist.org/downloads/",
3172
            "license": [
3173
                "BSD-3-Clause"
3174
            ],
3175
            "authors": [
3176
                {
3177
                    "name": "Sebastian Bergmann",
3178
                    "email": "[email protected]"
3179
                }
3180
            ],
3181
            "description": "Snapshotting of global state",
3182
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3183
            "keywords": [
3184
                "global state"
3185
            ],
3186
            "time": "2017-04-27T15:39:26+00:00"
3187
        },
3188
        {
3189
            "name": "sebastian/object-enumerator",
3190
            "version": "3.0.3",
3191
            "source": {
3192
                "type": "git",
3193
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3194
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3195
            },
3196
            "dist": {
3197
                "type": "zip",
3198
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3199
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3200
                "shasum": ""
3201
            },
3202
            "require": {
3203
                "php": "^7.0",
3204
                "sebastian/object-reflector": "^1.1.1",
3205
                "sebastian/recursion-context": "^3.0"
3206
            },
3207
            "require-dev": {
3208
                "phpunit/phpunit": "^6.0"
3209
            },
3210
            "type": "library",
3211
            "extra": {
3212
                "branch-alias": {
3213
                    "dev-master": "3.0.x-dev"
3214
                }
3215
            },
3216
            "autoload": {
3217
                "classmap": [
3218
                    "src/"
3219
                ]
3220
            },
3221
            "notification-url": "https://packagist.org/downloads/",
3222
            "license": [
3223
                "BSD-3-Clause"
3224
            ],
3225
            "authors": [
3226
                {
3227
                    "name": "Sebastian Bergmann",
3228
                    "email": "[email protected]"
3229
                }
3230
            ],
3231
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3232
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3233
            "time": "2017-08-03T12:35:26+00:00"
3234
        },
3235
        {
3236
            "name": "sebastian/object-reflector",
3237
            "version": "1.1.1",
3238
            "source": {
3239
                "type": "git",
3240
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3241
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3242
            },
3243
            "dist": {
3244
                "type": "zip",
3245
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3246
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3247
                "shasum": ""
3248
            },
3249
            "require": {
3250
                "php": "^7.0"
3251
            },
3252
            "require-dev": {
3253
                "phpunit/phpunit": "^6.0"
3254
            },
3255
            "type": "library",
3256
            "extra": {
3257
                "branch-alias": {
3258
                    "dev-master": "1.1-dev"
3259
                }
3260
            },
3261
            "autoload": {
3262
                "classmap": [
3263
                    "src/"
3264
                ]
3265
            },
3266
            "notification-url": "https://packagist.org/downloads/",
3267
            "license": [
3268
                "BSD-3-Clause"
3269
            ],
3270
            "authors": [
3271
                {
3272
                    "name": "Sebastian Bergmann",
3273
                    "email": "[email protected]"
3274
                }
3275
            ],
3276
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3277
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3278
            "time": "2017-03-29T09:07:27+00:00"
3279
        },
3280
        {
3281
            "name": "sebastian/recursion-context",
3282
            "version": "3.0.0",
3283
            "source": {
3284
                "type": "git",
3285
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3286
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3287
            },
3288
            "dist": {
3289
                "type": "zip",
3290
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3291
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3292
                "shasum": ""
3293
            },
3294
            "require": {
3295
                "php": "^7.0"
3296
            },
3297
            "require-dev": {
3298
                "phpunit/phpunit": "^6.0"
3299
            },
3300
            "type": "library",
3301
            "extra": {
3302
                "branch-alias": {
3303
                    "dev-master": "3.0.x-dev"
3304
                }
3305
            },
3306
            "autoload": {
3307
                "classmap": [
3308
                    "src/"
3309
                ]
3310
            },
3311
            "notification-url": "https://packagist.org/downloads/",
3312
            "license": [
3313
                "BSD-3-Clause"
3314
            ],
3315
            "authors": [
3316
                {
3317
                    "name": "Jeff Welch",
3318
                    "email": "[email protected]"
3319
                },
3320
                {
3321
                    "name": "Sebastian Bergmann",
3322
                    "email": "[email protected]"
3323
                },
3324
                {
3325
                    "name": "Adam Harvey",
3326
                    "email": "[email protected]"
3327
                }
3328
            ],
3329
            "description": "Provides functionality to recursively process PHP variables",
3330
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3331
            "time": "2017-03-03T06:23:57+00:00"
3332
        },
3333
        {
3334
            "name": "sebastian/resource-operations",
3335
            "version": "1.0.0",
3336
            "source": {
3337
                "type": "git",
3338
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3339
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3340
            },
3341
            "dist": {
3342
                "type": "zip",
3343
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3344
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3345
                "shasum": ""
3346
            },
3347
            "require": {
3348
                "php": ">=5.6.0"
3349
            },
3350
            "type": "library",
3351
            "extra": {
3352
                "branch-alias": {
3353
                    "dev-master": "1.0.x-dev"
3354
                }
3355
            },
3356
            "autoload": {
3357
                "classmap": [
3358
                    "src/"
3359
                ]
3360
            },
3361
            "notification-url": "https://packagist.org/downloads/",
3362
            "license": [
3363
                "BSD-3-Clause"
3364
            ],
3365
            "authors": [
3366
                {
3367
                    "name": "Sebastian Bergmann",
3368
                    "email": "[email protected]"
3369
                }
3370
            ],
3371
            "description": "Provides a list of PHP built-in functions that operate on resources",
3372
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3373
            "time": "2015-07-28T20:34:47+00:00"
3374
        },
3375
        {
3376
            "name": "sebastian/version",
3377
            "version": "2.0.1",
3378
            "source": {
3379
                "type": "git",
3380
                "url": "https://github.com/sebastianbergmann/version.git",
3381
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3382
            },
3383
            "dist": {
3384
                "type": "zip",
3385
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3386
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3387
                "shasum": ""
3388
            },
3389
            "require": {
3390
                "php": ">=5.6"
3391
            },
3392
            "type": "library",
3393
            "extra": {
3394
                "branch-alias": {
3395
                    "dev-master": "2.0.x-dev"
3396
                }
3397
            },
3398
            "autoload": {
3399
                "classmap": [
3400
                    "src/"
3401
                ]
3402
            },
3403
            "notification-url": "https://packagist.org/downloads/",
3404
            "license": [
3405
                "BSD-3-Clause"
3406
            ],
3407
            "authors": [
3408
                {
3409
                    "name": "Sebastian Bergmann",
3410
                    "email": "[email protected]",
3411
                    "role": "lead"
3412
                }
3413
            ],
3414
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3415
            "homepage": "https://github.com/sebastianbergmann/version",
3416
            "time": "2016-10-03T07:35:21+00:00"
3417
        },
3418
        {
3419
            "name": "theseer/tokenizer",
3420
            "version": "1.1.0",
3421
            "source": {
3422
                "type": "git",
3423
                "url": "https://github.com/theseer/tokenizer.git",
3424
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3425
            },
3426
            "dist": {
3427
                "type": "zip",
3428
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3429
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3430
                "shasum": ""
3431
            },
3432
            "require": {
3433
                "ext-dom": "*",
3434
                "ext-tokenizer": "*",
3435
                "ext-xmlwriter": "*",
3436
                "php": "^7.0"
3437
            },
3438
            "type": "library",
3439
            "autoload": {
3440
                "classmap": [
3441
                    "src/"
3442
                ]
3443
            },
3444
            "notification-url": "https://packagist.org/downloads/",
3445
            "license": [
3446
                "BSD-3-Clause"
3447
            ],
3448
            "authors": [
3449
                {
3450
                    "name": "Arne Blankerts",
3451
                    "email": "[email protected]",
3452
                    "role": "Developer"
3453
                }
3454
            ],
3455
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3456
            "time": "2017-04-07T12:08:54+00:00"
3457
        },
3458
        {
3459
            "name": "webmozart/assert",
3460
            "version": "1.3.0",
3461
            "source": {
3462
                "type": "git",
3463
                "url": "https://github.com/webmozart/assert.git",
3464
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3465
            },
3466
            "dist": {
3467
                "type": "zip",
3468
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3469
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3470
                "shasum": ""
3471
            },
3472
            "require": {
3473
                "php": "^5.3.3 || ^7.0"
3474
            },
3475
            "require-dev": {
3476
                "phpunit/phpunit": "^4.6",
3477
                "sebastian/version": "^1.0.1"
3478
            },
3479
            "type": "library",
3480
            "extra": {
3481
                "branch-alias": {
3482
                    "dev-master": "1.3-dev"
3483
                }
3484
            },
3485
            "autoload": {
3486
                "psr-4": {
3487
                    "Webmozart\\Assert\\": "src/"
3488
                }
3489
            },
3490
            "notification-url": "https://packagist.org/downloads/",
3491
            "license": [
3492
                "MIT"
3493
            ],
3494
            "authors": [
3495
                {
3496
                    "name": "Bernhard Schussek",
3497
                    "email": "[email protected]"
3498
                }
3499
            ],
3500
            "description": "Assertions to validate method input/output with nice error messages.",
3501
            "keywords": [
3502
                "assert",
3503
                "check",
3504
                "validate"
3505
            ],
3506
            "time": "2018-01-29T19:49:41+00:00"
3507
        }
3508
    ],
3509
    "aliases": [],
3510
    "minimum-stability": "dev",
3511
    "stability-flags": [],
3512
    "prefer-stable": true,
3513
    "prefer-lowest": false,
3514
    "platform": {
3515
        "php": ">=7.1"
3516
    },
3517
    "platform-dev": []
3518
}
3519