Completed
Push — master ( bbdae5...631713 )
by Robin
06:02
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": "5af762bac9a48f69d416dca679694a60",
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.8.0",
1399
            "source": {
1400
                "type": "git",
1401
                "url": "https://github.com/symfony/polyfill-ctype.git",
1402
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1403
            },
1404
            "dist": {
1405
                "type": "zip",
1406
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1407
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1408
                "shasum": ""
1409
            },
1410
            "require": {
1411
                "php": ">=5.3.3"
1412
            },
1413
            "type": "library",
1414
            "extra": {
1415
                "branch-alias": {
1416
                    "dev-master": "1.8-dev"
1417
                }
1418
            },
1419
            "autoload": {
1420
                "psr-4": {
1421
                    "Symfony\\Polyfill\\Ctype\\": ""
1422
                },
1423
                "files": [
1424
                    "bootstrap.php"
1425
                ]
1426
            },
1427
            "notification-url": "https://packagist.org/downloads/",
1428
            "license": [
1429
                "MIT"
1430
            ],
1431
            "authors": [
1432
                {
1433
                    "name": "Symfony Community",
1434
                    "homepage": "https://symfony.com/contributors"
1435
                },
1436
                {
1437
                    "name": "Gert de Pagter",
1438
                    "email": "[email protected]"
1439
                }
1440
            ],
1441
            "description": "Symfony polyfill for ctype functions",
1442
            "homepage": "https://symfony.com",
1443
            "keywords": [
1444
                "compatibility",
1445
                "ctype",
1446
                "polyfill",
1447
                "portable"
1448
            ],
1449
            "time": "2018-04-30T19:57:29+00:00"
1450
        },
1451
        {
1452
            "name": "symfony/polyfill-mbstring",
1453
            "version": "v1.8.0",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1457
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1462
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "php": ">=5.3.3"
1467
            },
1468
            "suggest": {
1469
                "ext-mbstring": "For best performance"
1470
            },
1471
            "type": "library",
1472
            "extra": {
1473
                "branch-alias": {
1474
                    "dev-master": "1.8-dev"
1475
                }
1476
            },
1477
            "autoload": {
1478
                "psr-4": {
1479
                    "Symfony\\Polyfill\\Mbstring\\": ""
1480
                },
1481
                "files": [
1482
                    "bootstrap.php"
1483
                ]
1484
            },
1485
            "notification-url": "https://packagist.org/downloads/",
1486
            "license": [
1487
                "MIT"
1488
            ],
1489
            "authors": [
1490
                {
1491
                    "name": "Nicolas Grekas",
1492
                    "email": "[email protected]"
1493
                },
1494
                {
1495
                    "name": "Symfony Community",
1496
                    "homepage": "https://symfony.com/contributors"
1497
                }
1498
            ],
1499
            "description": "Symfony polyfill for the Mbstring extension",
1500
            "homepage": "https://symfony.com",
1501
            "keywords": [
1502
                "compatibility",
1503
                "mbstring",
1504
                "polyfill",
1505
                "portable",
1506
                "shim"
1507
            ],
1508
            "time": "2018-04-26T10:06:28+00:00"
1509
        },
1510
        {
1511
            "name": "symfony/polyfill-php72",
1512
            "version": "v1.8.0",
1513
            "source": {
1514
                "type": "git",
1515
                "url": "https://github.com/symfony/polyfill-php72.git",
1516
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1517
            },
1518
            "dist": {
1519
                "type": "zip",
1520
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1521
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1522
                "shasum": ""
1523
            },
1524
            "require": {
1525
                "php": ">=5.3.3"
1526
            },
1527
            "type": "library",
1528
            "extra": {
1529
                "branch-alias": {
1530
                    "dev-master": "1.8-dev"
1531
                }
1532
            },
1533
            "autoload": {
1534
                "psr-4": {
1535
                    "Symfony\\Polyfill\\Php72\\": ""
1536
                },
1537
                "files": [
1538
                    "bootstrap.php"
1539
                ]
1540
            },
1541
            "notification-url": "https://packagist.org/downloads/",
1542
            "license": [
1543
                "MIT"
1544
            ],
1545
            "authors": [
1546
                {
1547
                    "name": "Nicolas Grekas",
1548
                    "email": "[email protected]"
1549
                },
1550
                {
1551
                    "name": "Symfony Community",
1552
                    "homepage": "https://symfony.com/contributors"
1553
                }
1554
            ],
1555
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1556
            "homepage": "https://symfony.com",
1557
            "keywords": [
1558
                "compatibility",
1559
                "polyfill",
1560
                "portable",
1561
                "shim"
1562
            ],
1563
            "time": "2018-04-26T10:06:28+00:00"
1564
        },
1565
        {
1566
            "name": "symfony/process",
1567
            "version": "v4.1.3",
1568
            "source": {
1569
                "type": "git",
1570
                "url": "https://github.com/symfony/process.git",
1571
                "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56"
1572
            },
1573
            "dist": {
1574
                "type": "zip",
1575
                "url": "https://api.github.com/repos/symfony/process/zipball/f01fc7a4493572f7f506c49dcb50ad01fb3a2f56",
1576
                "reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56",
1577
                "shasum": ""
1578
            },
1579
            "require": {
1580
                "php": "^7.1.3"
1581
            },
1582
            "type": "library",
1583
            "extra": {
1584
                "branch-alias": {
1585
                    "dev-master": "4.1-dev"
1586
                }
1587
            },
1588
            "autoload": {
1589
                "psr-4": {
1590
                    "Symfony\\Component\\Process\\": ""
1591
                },
1592
                "exclude-from-classmap": [
1593
                    "/Tests/"
1594
                ]
1595
            },
1596
            "notification-url": "https://packagist.org/downloads/",
1597
            "license": [
1598
                "MIT"
1599
            ],
1600
            "authors": [
1601
                {
1602
                    "name": "Fabien Potencier",
1603
                    "email": "[email protected]"
1604
                },
1605
                {
1606
                    "name": "Symfony Community",
1607
                    "homepage": "https://symfony.com/contributors"
1608
                }
1609
            ],
1610
            "description": "Symfony Process Component",
1611
            "homepage": "https://symfony.com",
1612
            "time": "2018-07-26T11:24:31+00:00"
1613
        },
1614
        {
1615
            "name": "symfony/routing",
1616
            "version": "v4.1.3",
1617
            "source": {
1618
                "type": "git",
1619
                "url": "https://github.com/symfony/routing.git",
1620
                "reference": "6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b"
1621
            },
1622
            "dist": {
1623
                "type": "zip",
1624
                "url": "https://api.github.com/repos/symfony/routing/zipball/6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b",
1625
                "reference": "6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b",
1626
                "shasum": ""
1627
            },
1628
            "require": {
1629
                "php": "^7.1.3"
1630
            },
1631
            "conflict": {
1632
                "symfony/config": "<3.4",
1633
                "symfony/dependency-injection": "<3.4",
1634
                "symfony/yaml": "<3.4"
1635
            },
1636
            "require-dev": {
1637
                "doctrine/annotations": "~1.0",
1638
                "psr/log": "~1.0",
1639
                "symfony/config": "~3.4|~4.0",
1640
                "symfony/dependency-injection": "~3.4|~4.0",
1641
                "symfony/expression-language": "~3.4|~4.0",
1642
                "symfony/http-foundation": "~3.4|~4.0",
1643
                "symfony/yaml": "~3.4|~4.0"
1644
            },
1645
            "suggest": {
1646
                "doctrine/annotations": "For using the annotation loader",
1647
                "symfony/config": "For using the all-in-one router or any loader",
1648
                "symfony/dependency-injection": "For loading routes from a service",
1649
                "symfony/expression-language": "For using expression matching",
1650
                "symfony/http-foundation": "For using a Symfony Request object",
1651
                "symfony/yaml": "For using the YAML loader"
1652
            },
1653
            "type": "library",
1654
            "extra": {
1655
                "branch-alias": {
1656
                    "dev-master": "4.1-dev"
1657
                }
1658
            },
1659
            "autoload": {
1660
                "psr-4": {
1661
                    "Symfony\\Component\\Routing\\": ""
1662
                },
1663
                "exclude-from-classmap": [
1664
                    "/Tests/"
1665
                ]
1666
            },
1667
            "notification-url": "https://packagist.org/downloads/",
1668
            "license": [
1669
                "MIT"
1670
            ],
1671
            "authors": [
1672
                {
1673
                    "name": "Fabien Potencier",
1674
                    "email": "[email protected]"
1675
                },
1676
                {
1677
                    "name": "Symfony Community",
1678
                    "homepage": "https://symfony.com/contributors"
1679
                }
1680
            ],
1681
            "description": "Symfony Routing Component",
1682
            "homepage": "https://symfony.com",
1683
            "keywords": [
1684
                "router",
1685
                "routing",
1686
                "uri",
1687
                "url"
1688
            ],
1689
            "time": "2018-07-26T11:24:31+00:00"
1690
        },
1691
        {
1692
            "name": "symfony/translation",
1693
            "version": "v4.1.3",
1694
            "source": {
1695
                "type": "git",
1696
                "url": "https://github.com/symfony/translation.git",
1697
                "reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65"
1698
            },
1699
            "dist": {
1700
                "type": "zip",
1701
                "url": "https://api.github.com/repos/symfony/translation/zipball/6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65",
1702
                "reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65",
1703
                "shasum": ""
1704
            },
1705
            "require": {
1706
                "php": "^7.1.3",
1707
                "symfony/polyfill-mbstring": "~1.0"
1708
            },
1709
            "conflict": {
1710
                "symfony/config": "<3.4",
1711
                "symfony/dependency-injection": "<3.4",
1712
                "symfony/yaml": "<3.4"
1713
            },
1714
            "require-dev": {
1715
                "psr/log": "~1.0",
1716
                "symfony/config": "~3.4|~4.0",
1717
                "symfony/console": "~3.4|~4.0",
1718
                "symfony/dependency-injection": "~3.4|~4.0",
1719
                "symfony/finder": "~2.8|~3.0|~4.0",
1720
                "symfony/intl": "~3.4|~4.0",
1721
                "symfony/yaml": "~3.4|~4.0"
1722
            },
1723
            "suggest": {
1724
                "psr/log-implementation": "To use logging capability in translator",
1725
                "symfony/config": "",
1726
                "symfony/yaml": ""
1727
            },
1728
            "type": "library",
1729
            "extra": {
1730
                "branch-alias": {
1731
                    "dev-master": "4.1-dev"
1732
                }
1733
            },
1734
            "autoload": {
1735
                "psr-4": {
1736
                    "Symfony\\Component\\Translation\\": ""
1737
                },
1738
                "exclude-from-classmap": [
1739
                    "/Tests/"
1740
                ]
1741
            },
1742
            "notification-url": "https://packagist.org/downloads/",
1743
            "license": [
1744
                "MIT"
1745
            ],
1746
            "authors": [
1747
                {
1748
                    "name": "Fabien Potencier",
1749
                    "email": "[email protected]"
1750
                },
1751
                {
1752
                    "name": "Symfony Community",
1753
                    "homepage": "https://symfony.com/contributors"
1754
                }
1755
            ],
1756
            "description": "Symfony Translation Component",
1757
            "homepage": "https://symfony.com",
1758
            "time": "2018-07-26T11:24:31+00:00"
1759
        },
1760
        {
1761
            "name": "symfony/var-dumper",
1762
            "version": "v4.1.3",
1763
            "source": {
1764
                "type": "git",
1765
                "url": "https://github.com/symfony/var-dumper.git",
1766
                "reference": "69e174f4c02ec43919380171c6f7550753299316"
1767
            },
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/69e174f4c02ec43919380171c6f7550753299316",
1771
                "reference": "69e174f4c02ec43919380171c6f7550753299316",
1772
                "shasum": ""
1773
            },
1774
            "require": {
1775
                "php": "^7.1.3",
1776
                "symfony/polyfill-mbstring": "~1.0",
1777
                "symfony/polyfill-php72": "~1.5"
1778
            },
1779
            "conflict": {
1780
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1781
                "symfony/console": "<3.4"
1782
            },
1783
            "require-dev": {
1784
                "ext-iconv": "*",
1785
                "symfony/process": "~3.4|~4.0",
1786
                "twig/twig": "~1.34|~2.4"
1787
            },
1788
            "suggest": {
1789
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1790
                "ext-intl": "To show region name in time zone dump",
1791
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1792
            },
1793
            "bin": [
1794
                "Resources/bin/var-dump-server"
1795
            ],
1796
            "type": "library",
1797
            "extra": {
1798
                "branch-alias": {
1799
                    "dev-master": "4.1-dev"
1800
                }
1801
            },
1802
            "autoload": {
1803
                "files": [
1804
                    "Resources/functions/dump.php"
1805
                ],
1806
                "psr-4": {
1807
                    "Symfony\\Component\\VarDumper\\": ""
1808
                },
1809
                "exclude-from-classmap": [
1810
                    "/Tests/"
1811
                ]
1812
            },
1813
            "notification-url": "https://packagist.org/downloads/",
1814
            "license": [
1815
                "MIT"
1816
            ],
1817
            "authors": [
1818
                {
1819
                    "name": "Nicolas Grekas",
1820
                    "email": "[email protected]"
1821
                },
1822
                {
1823
                    "name": "Symfony Community",
1824
                    "homepage": "https://symfony.com/contributors"
1825
                }
1826
            ],
1827
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1828
            "homepage": "https://symfony.com",
1829
            "keywords": [
1830
                "debug",
1831
                "dump"
1832
            ],
1833
            "time": "2018-07-26T11:24:31+00:00"
1834
        },
1835
        {
1836
            "name": "tijsverkoyen/css-to-inline-styles",
1837
            "version": "2.2.1",
1838
            "source": {
1839
                "type": "git",
1840
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1841
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1842
            },
1843
            "dist": {
1844
                "type": "zip",
1845
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1846
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1847
                "shasum": ""
1848
            },
1849
            "require": {
1850
                "php": "^5.5 || ^7.0",
1851
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1852
            },
1853
            "require-dev": {
1854
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1855
            },
1856
            "type": "library",
1857
            "extra": {
1858
                "branch-alias": {
1859
                    "dev-master": "2.2.x-dev"
1860
                }
1861
            },
1862
            "autoload": {
1863
                "psr-4": {
1864
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1865
                }
1866
            },
1867
            "notification-url": "https://packagist.org/downloads/",
1868
            "license": [
1869
                "BSD-3-Clause"
1870
            ],
1871
            "authors": [
1872
                {
1873
                    "name": "Tijs Verkoyen",
1874
                    "email": "[email protected]",
1875
                    "role": "Developer"
1876
                }
1877
            ],
1878
            "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.",
1879
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1880
            "time": "2017-11-27T11:13:29+00:00"
1881
        },
1882
        {
1883
            "name": "vlucas/phpdotenv",
1884
            "version": "v2.5.1",
1885
            "source": {
1886
                "type": "git",
1887
                "url": "https://github.com/vlucas/phpdotenv.git",
1888
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
1889
            },
1890
            "dist": {
1891
                "type": "zip",
1892
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
1893
                "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
1894
                "shasum": ""
1895
            },
1896
            "require": {
1897
                "php": ">=5.3.9"
1898
            },
1899
            "require-dev": {
1900
                "phpunit/phpunit": "^4.8.35 || ^5.0"
1901
            },
1902
            "type": "library",
1903
            "extra": {
1904
                "branch-alias": {
1905
                    "dev-master": "2.5-dev"
1906
                }
1907
            },
1908
            "autoload": {
1909
                "psr-4": {
1910
                    "Dotenv\\": "src/"
1911
                }
1912
            },
1913
            "notification-url": "https://packagist.org/downloads/",
1914
            "license": [
1915
                "BSD-3-Clause"
1916
            ],
1917
            "authors": [
1918
                {
1919
                    "name": "Vance Lucas",
1920
                    "email": "[email protected]",
1921
                    "homepage": "http://www.vancelucas.com"
1922
                }
1923
            ],
1924
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1925
            "keywords": [
1926
                "dotenv",
1927
                "env",
1928
                "environment"
1929
            ],
1930
            "time": "2018-07-29T20:33:41+00:00"
1931
        }
1932
    ],
1933
    "packages-dev": [
1934
        {
1935
            "name": "doctrine/instantiator",
1936
            "version": "1.1.0",
1937
            "source": {
1938
                "type": "git",
1939
                "url": "https://github.com/doctrine/instantiator.git",
1940
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
1941
            },
1942
            "dist": {
1943
                "type": "zip",
1944
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1945
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
1946
                "shasum": ""
1947
            },
1948
            "require": {
1949
                "php": "^7.1"
1950
            },
1951
            "require-dev": {
1952
                "athletic/athletic": "~0.1.8",
1953
                "ext-pdo": "*",
1954
                "ext-phar": "*",
1955
                "phpunit/phpunit": "^6.2.3",
1956
                "squizlabs/php_codesniffer": "^3.0.2"
1957
            },
1958
            "type": "library",
1959
            "extra": {
1960
                "branch-alias": {
1961
                    "dev-master": "1.2.x-dev"
1962
                }
1963
            },
1964
            "autoload": {
1965
                "psr-4": {
1966
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1967
                }
1968
            },
1969
            "notification-url": "https://packagist.org/downloads/",
1970
            "license": [
1971
                "MIT"
1972
            ],
1973
            "authors": [
1974
                {
1975
                    "name": "Marco Pivetta",
1976
                    "email": "[email protected]",
1977
                    "homepage": "http://ocramius.github.com/"
1978
                }
1979
            ],
1980
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1981
            "homepage": "https://github.com/doctrine/instantiator",
1982
            "keywords": [
1983
                "constructor",
1984
                "instantiate"
1985
            ],
1986
            "time": "2017-07-22T11:58:36+00:00"
1987
        },
1988
        {
1989
            "name": "fzaninotto/faker",
1990
            "version": "v1.8.0",
1991
            "source": {
1992
                "type": "git",
1993
                "url": "https://github.com/fzaninotto/Faker.git",
1994
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
1995
            },
1996
            "dist": {
1997
                "type": "zip",
1998
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
1999
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2000
                "shasum": ""
2001
            },
2002
            "require": {
2003
                "php": "^5.3.3 || ^7.0"
2004
            },
2005
            "require-dev": {
2006
                "ext-intl": "*",
2007
                "phpunit/phpunit": "^4.8.35 || ^5.7",
2008
                "squizlabs/php_codesniffer": "^1.5"
2009
            },
2010
            "type": "library",
2011
            "extra": {
2012
                "branch-alias": {
2013
                    "dev-master": "1.8-dev"
2014
                }
2015
            },
2016
            "autoload": {
2017
                "psr-4": {
2018
                    "Faker\\": "src/Faker/"
2019
                }
2020
            },
2021
            "notification-url": "https://packagist.org/downloads/",
2022
            "license": [
2023
                "MIT"
2024
            ],
2025
            "authors": [
2026
                {
2027
                    "name": "François Zaninotto"
2028
                }
2029
            ],
2030
            "description": "Faker is a PHP library that generates fake data for you.",
2031
            "keywords": [
2032
                "data",
2033
                "faker",
2034
                "fixtures"
2035
            ],
2036
            "time": "2018-07-12T10:23:15+00:00"
2037
        },
2038
        {
2039
            "name": "myclabs/deep-copy",
2040
            "version": "1.8.1",
2041
            "source": {
2042
                "type": "git",
2043
                "url": "https://github.com/myclabs/DeepCopy.git",
2044
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2045
            },
2046
            "dist": {
2047
                "type": "zip",
2048
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2049
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2050
                "shasum": ""
2051
            },
2052
            "require": {
2053
                "php": "^7.1"
2054
            },
2055
            "replace": {
2056
                "myclabs/deep-copy": "self.version"
2057
            },
2058
            "require-dev": {
2059
                "doctrine/collections": "^1.0",
2060
                "doctrine/common": "^2.6",
2061
                "phpunit/phpunit": "^7.1"
2062
            },
2063
            "type": "library",
2064
            "autoload": {
2065
                "psr-4": {
2066
                    "DeepCopy\\": "src/DeepCopy/"
2067
                },
2068
                "files": [
2069
                    "src/DeepCopy/deep_copy.php"
2070
                ]
2071
            },
2072
            "notification-url": "https://packagist.org/downloads/",
2073
            "license": [
2074
                "MIT"
2075
            ],
2076
            "description": "Create deep copies (clones) of your objects",
2077
            "keywords": [
2078
                "clone",
2079
                "copy",
2080
                "duplicate",
2081
                "object",
2082
                "object graph"
2083
            ],
2084
            "time": "2018-06-11T23:09:50+00:00"
2085
        },
2086
        {
2087
            "name": "orchestra/testbench",
2088
            "version": "v3.6.4",
2089
            "source": {
2090
                "type": "git",
2091
                "url": "https://github.com/orchestral/testbench.git",
2092
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73"
2093
            },
2094
            "dist": {
2095
                "type": "zip",
2096
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/242cc47d2e5d86ababe36d22519e2b948eff8f73",
2097
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73",
2098
                "shasum": ""
2099
            },
2100
            "require": {
2101
                "laravel/framework": "~5.6.13",
2102
                "orchestra/testbench-core": "~3.6.5",
2103
                "php": ">=7.1",
2104
                "phpunit/phpunit": "~7.0"
2105
            },
2106
            "require-dev": {
2107
                "mockery/mockery": "~1.0"
2108
            },
2109
            "type": "library",
2110
            "extra": {
2111
                "branch-alias": {
2112
                    "dev-master": "3.6-dev"
2113
                }
2114
            },
2115
            "notification-url": "https://packagist.org/downloads/",
2116
            "license": [
2117
                "MIT"
2118
            ],
2119
            "authors": [
2120
                {
2121
                    "name": "Mior Muhammad Zaki",
2122
                    "email": "[email protected]",
2123
                    "homepage": "https://github.com/crynobone"
2124
                }
2125
            ],
2126
            "description": "Laravel Testing Helper for Packages Development",
2127
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2128
            "keywords": [
2129
                "BDD",
2130
                "TDD",
2131
                "laravel",
2132
                "orchestra-platform",
2133
                "orchestral",
2134
                "testing"
2135
            ],
2136
            "time": "2018-03-27T09:27:00+00:00"
2137
        },
2138
        {
2139
            "name": "orchestra/testbench-core",
2140
            "version": "v3.6.6",
2141
            "source": {
2142
                "type": "git",
2143
                "url": "https://github.com/orchestral/testbench-core.git",
2144
                "reference": "cd0ead2c66877bed5e82e7cb7eea91a8168c29ba"
2145
            },
2146
            "dist": {
2147
                "type": "zip",
2148
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/cd0ead2c66877bed5e82e7cb7eea91a8168c29ba",
2149
                "reference": "cd0ead2c66877bed5e82e7cb7eea91a8168c29ba",
2150
                "shasum": ""
2151
            },
2152
            "require": {
2153
                "fzaninotto/faker": "^1.4",
2154
                "php": ">=7.1"
2155
            },
2156
            "require-dev": {
2157
                "laravel/framework": "~5.6.13",
2158
                "mockery/mockery": "^1.0",
2159
                "phpunit/phpunit": "^7.0"
2160
            },
2161
            "suggest": {
2162
                "laravel/framework": "Required for testing (~5.6.13).",
2163
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
2164
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).",
2165
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).",
2166
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)."
2167
            },
2168
            "type": "library",
2169
            "extra": {
2170
                "branch-alias": {
2171
                    "dev-master": "3.6-dev"
2172
                }
2173
            },
2174
            "autoload": {
2175
                "psr-4": {
2176
                    "Orchestra\\Testbench\\": "src/"
2177
                }
2178
            },
2179
            "notification-url": "https://packagist.org/downloads/",
2180
            "license": [
2181
                "MIT"
2182
            ],
2183
            "authors": [
2184
                {
2185
                    "name": "Mior Muhammad Zaki",
2186
                    "email": "[email protected]",
2187
                    "homepage": "https://github.com/crynobone"
2188
                }
2189
            ],
2190
            "description": "Testing Helper for Laravel Development",
2191
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2192
            "keywords": [
2193
                "BDD",
2194
                "TDD",
2195
                "laravel",
2196
                "orchestra-platform",
2197
                "orchestral",
2198
                "testing"
2199
            ],
2200
            "time": "2018-07-12T01:01:15+00:00"
2201
        },
2202
        {
2203
            "name": "phar-io/manifest",
2204
            "version": "1.0.3",
2205
            "source": {
2206
                "type": "git",
2207
                "url": "https://github.com/phar-io/manifest.git",
2208
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2209
            },
2210
            "dist": {
2211
                "type": "zip",
2212
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2213
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2214
                "shasum": ""
2215
            },
2216
            "require": {
2217
                "ext-dom": "*",
2218
                "ext-phar": "*",
2219
                "phar-io/version": "^2.0",
2220
                "php": "^5.6 || ^7.0"
2221
            },
2222
            "type": "library",
2223
            "extra": {
2224
                "branch-alias": {
2225
                    "dev-master": "1.0.x-dev"
2226
                }
2227
            },
2228
            "autoload": {
2229
                "classmap": [
2230
                    "src/"
2231
                ]
2232
            },
2233
            "notification-url": "https://packagist.org/downloads/",
2234
            "license": [
2235
                "BSD-3-Clause"
2236
            ],
2237
            "authors": [
2238
                {
2239
                    "name": "Arne Blankerts",
2240
                    "email": "[email protected]",
2241
                    "role": "Developer"
2242
                },
2243
                {
2244
                    "name": "Sebastian Heuer",
2245
                    "email": "[email protected]",
2246
                    "role": "Developer"
2247
                },
2248
                {
2249
                    "name": "Sebastian Bergmann",
2250
                    "email": "[email protected]",
2251
                    "role": "Developer"
2252
                }
2253
            ],
2254
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2255
            "time": "2018-07-08T19:23:20+00:00"
2256
        },
2257
        {
2258
            "name": "phar-io/version",
2259
            "version": "2.0.1",
2260
            "source": {
2261
                "type": "git",
2262
                "url": "https://github.com/phar-io/version.git",
2263
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2264
            },
2265
            "dist": {
2266
                "type": "zip",
2267
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2268
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2269
                "shasum": ""
2270
            },
2271
            "require": {
2272
                "php": "^5.6 || ^7.0"
2273
            },
2274
            "type": "library",
2275
            "autoload": {
2276
                "classmap": [
2277
                    "src/"
2278
                ]
2279
            },
2280
            "notification-url": "https://packagist.org/downloads/",
2281
            "license": [
2282
                "BSD-3-Clause"
2283
            ],
2284
            "authors": [
2285
                {
2286
                    "name": "Arne Blankerts",
2287
                    "email": "[email protected]",
2288
                    "role": "Developer"
2289
                },
2290
                {
2291
                    "name": "Sebastian Heuer",
2292
                    "email": "[email protected]",
2293
                    "role": "Developer"
2294
                },
2295
                {
2296
                    "name": "Sebastian Bergmann",
2297
                    "email": "[email protected]",
2298
                    "role": "Developer"
2299
                }
2300
            ],
2301
            "description": "Library for handling version information and constraints",
2302
            "time": "2018-07-08T19:19:57+00:00"
2303
        },
2304
        {
2305
            "name": "phpdocumentor/reflection-common",
2306
            "version": "1.0.1",
2307
            "source": {
2308
                "type": "git",
2309
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2310
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2311
            },
2312
            "dist": {
2313
                "type": "zip",
2314
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2315
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2316
                "shasum": ""
2317
            },
2318
            "require": {
2319
                "php": ">=5.5"
2320
            },
2321
            "require-dev": {
2322
                "phpunit/phpunit": "^4.6"
2323
            },
2324
            "type": "library",
2325
            "extra": {
2326
                "branch-alias": {
2327
                    "dev-master": "1.0.x-dev"
2328
                }
2329
            },
2330
            "autoload": {
2331
                "psr-4": {
2332
                    "phpDocumentor\\Reflection\\": [
2333
                        "src"
2334
                    ]
2335
                }
2336
            },
2337
            "notification-url": "https://packagist.org/downloads/",
2338
            "license": [
2339
                "MIT"
2340
            ],
2341
            "authors": [
2342
                {
2343
                    "name": "Jaap van Otterdijk",
2344
                    "email": "[email protected]"
2345
                }
2346
            ],
2347
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2348
            "homepage": "http://www.phpdoc.org",
2349
            "keywords": [
2350
                "FQSEN",
2351
                "phpDocumentor",
2352
                "phpdoc",
2353
                "reflection",
2354
                "static analysis"
2355
            ],
2356
            "time": "2017-09-11T18:02:19+00:00"
2357
        },
2358
        {
2359
            "name": "phpdocumentor/reflection-docblock",
2360
            "version": "4.3.0",
2361
            "source": {
2362
                "type": "git",
2363
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2364
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2365
            },
2366
            "dist": {
2367
                "type": "zip",
2368
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2369
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2370
                "shasum": ""
2371
            },
2372
            "require": {
2373
                "php": "^7.0",
2374
                "phpdocumentor/reflection-common": "^1.0.0",
2375
                "phpdocumentor/type-resolver": "^0.4.0",
2376
                "webmozart/assert": "^1.0"
2377
            },
2378
            "require-dev": {
2379
                "doctrine/instantiator": "~1.0.5",
2380
                "mockery/mockery": "^1.0",
2381
                "phpunit/phpunit": "^6.4"
2382
            },
2383
            "type": "library",
2384
            "extra": {
2385
                "branch-alias": {
2386
                    "dev-master": "4.x-dev"
2387
                }
2388
            },
2389
            "autoload": {
2390
                "psr-4": {
2391
                    "phpDocumentor\\Reflection\\": [
2392
                        "src/"
2393
                    ]
2394
                }
2395
            },
2396
            "notification-url": "https://packagist.org/downloads/",
2397
            "license": [
2398
                "MIT"
2399
            ],
2400
            "authors": [
2401
                {
2402
                    "name": "Mike van Riel",
2403
                    "email": "[email protected]"
2404
                }
2405
            ],
2406
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2407
            "time": "2017-11-30T07:14:17+00:00"
2408
        },
2409
        {
2410
            "name": "phpdocumentor/type-resolver",
2411
            "version": "0.4.0",
2412
            "source": {
2413
                "type": "git",
2414
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2415
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2416
            },
2417
            "dist": {
2418
                "type": "zip",
2419
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2420
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2421
                "shasum": ""
2422
            },
2423
            "require": {
2424
                "php": "^5.5 || ^7.0",
2425
                "phpdocumentor/reflection-common": "^1.0"
2426
            },
2427
            "require-dev": {
2428
                "mockery/mockery": "^0.9.4",
2429
                "phpunit/phpunit": "^5.2||^4.8.24"
2430
            },
2431
            "type": "library",
2432
            "extra": {
2433
                "branch-alias": {
2434
                    "dev-master": "1.0.x-dev"
2435
                }
2436
            },
2437
            "autoload": {
2438
                "psr-4": {
2439
                    "phpDocumentor\\Reflection\\": [
2440
                        "src/"
2441
                    ]
2442
                }
2443
            },
2444
            "notification-url": "https://packagist.org/downloads/",
2445
            "license": [
2446
                "MIT"
2447
            ],
2448
            "authors": [
2449
                {
2450
                    "name": "Mike van Riel",
2451
                    "email": "[email protected]"
2452
                }
2453
            ],
2454
            "time": "2017-07-14T14:27:02+00:00"
2455
        },
2456
        {
2457
            "name": "phpspec/prophecy",
2458
            "version": "1.8.0",
2459
            "source": {
2460
                "type": "git",
2461
                "url": "https://github.com/phpspec/prophecy.git",
2462
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2463
            },
2464
            "dist": {
2465
                "type": "zip",
2466
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2467
                "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2468
                "shasum": ""
2469
            },
2470
            "require": {
2471
                "doctrine/instantiator": "^1.0.2",
2472
                "php": "^5.3|^7.0",
2473
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2474
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2475
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2476
            },
2477
            "require-dev": {
2478
                "phpspec/phpspec": "^2.5|^3.2",
2479
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2480
            },
2481
            "type": "library",
2482
            "extra": {
2483
                "branch-alias": {
2484
                    "dev-master": "1.8.x-dev"
2485
                }
2486
            },
2487
            "autoload": {
2488
                "psr-0": {
2489
                    "Prophecy\\": "src/"
2490
                }
2491
            },
2492
            "notification-url": "https://packagist.org/downloads/",
2493
            "license": [
2494
                "MIT"
2495
            ],
2496
            "authors": [
2497
                {
2498
                    "name": "Konstantin Kudryashov",
2499
                    "email": "[email protected]",
2500
                    "homepage": "http://everzet.com"
2501
                },
2502
                {
2503
                    "name": "Marcello Duarte",
2504
                    "email": "[email protected]"
2505
                }
2506
            ],
2507
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2508
            "homepage": "https://github.com/phpspec/prophecy",
2509
            "keywords": [
2510
                "Double",
2511
                "Dummy",
2512
                "fake",
2513
                "mock",
2514
                "spy",
2515
                "stub"
2516
            ],
2517
            "time": "2018-08-05T17:53:17+00:00"
2518
        },
2519
        {
2520
            "name": "phpunit/php-code-coverage",
2521
            "version": "6.0.7",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2525
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
2530
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "ext-dom": "*",
2535
                "ext-xmlwriter": "*",
2536
                "php": "^7.1",
2537
                "phpunit/php-file-iterator": "^2.0",
2538
                "phpunit/php-text-template": "^1.2.1",
2539
                "phpunit/php-token-stream": "^3.0",
2540
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
2541
                "sebastian/environment": "^3.1",
2542
                "sebastian/version": "^2.0.1",
2543
                "theseer/tokenizer": "^1.1"
2544
            },
2545
            "require-dev": {
2546
                "phpunit/phpunit": "^7.0"
2547
            },
2548
            "suggest": {
2549
                "ext-xdebug": "^2.6.0"
2550
            },
2551
            "type": "library",
2552
            "extra": {
2553
                "branch-alias": {
2554
                    "dev-master": "6.0-dev"
2555
                }
2556
            },
2557
            "autoload": {
2558
                "classmap": [
2559
                    "src/"
2560
                ]
2561
            },
2562
            "notification-url": "https://packagist.org/downloads/",
2563
            "license": [
2564
                "BSD-3-Clause"
2565
            ],
2566
            "authors": [
2567
                {
2568
                    "name": "Sebastian Bergmann",
2569
                    "email": "[email protected]",
2570
                    "role": "lead"
2571
                }
2572
            ],
2573
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2574
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2575
            "keywords": [
2576
                "coverage",
2577
                "testing",
2578
                "xunit"
2579
            ],
2580
            "time": "2018-06-01T07:51:50+00:00"
2581
        },
2582
        {
2583
            "name": "phpunit/php-file-iterator",
2584
            "version": "2.0.1",
2585
            "source": {
2586
                "type": "git",
2587
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2588
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
2589
            },
2590
            "dist": {
2591
                "type": "zip",
2592
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2593
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
2594
                "shasum": ""
2595
            },
2596
            "require": {
2597
                "php": "^7.1"
2598
            },
2599
            "type": "library",
2600
            "extra": {
2601
                "branch-alias": {
2602
                    "dev-master": "2.0.x-dev"
2603
                }
2604
            },
2605
            "autoload": {
2606
                "classmap": [
2607
                    "src/"
2608
                ]
2609
            },
2610
            "notification-url": "https://packagist.org/downloads/",
2611
            "license": [
2612
                "BSD-3-Clause"
2613
            ],
2614
            "authors": [
2615
                {
2616
                    "name": "Sebastian Bergmann",
2617
                    "email": "[email protected]",
2618
                    "role": "lead"
2619
                }
2620
            ],
2621
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2622
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2623
            "keywords": [
2624
                "filesystem",
2625
                "iterator"
2626
            ],
2627
            "time": "2018-06-11T11:44:00+00:00"
2628
        },
2629
        {
2630
            "name": "phpunit/php-text-template",
2631
            "version": "1.2.1",
2632
            "source": {
2633
                "type": "git",
2634
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2635
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2636
            },
2637
            "dist": {
2638
                "type": "zip",
2639
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2640
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2641
                "shasum": ""
2642
            },
2643
            "require": {
2644
                "php": ">=5.3.3"
2645
            },
2646
            "type": "library",
2647
            "autoload": {
2648
                "classmap": [
2649
                    "src/"
2650
                ]
2651
            },
2652
            "notification-url": "https://packagist.org/downloads/",
2653
            "license": [
2654
                "BSD-3-Clause"
2655
            ],
2656
            "authors": [
2657
                {
2658
                    "name": "Sebastian Bergmann",
2659
                    "email": "[email protected]",
2660
                    "role": "lead"
2661
                }
2662
            ],
2663
            "description": "Simple template engine.",
2664
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2665
            "keywords": [
2666
                "template"
2667
            ],
2668
            "time": "2015-06-21T13:50:34+00:00"
2669
        },
2670
        {
2671
            "name": "phpunit/php-timer",
2672
            "version": "2.0.0",
2673
            "source": {
2674
                "type": "git",
2675
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2676
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2677
            },
2678
            "dist": {
2679
                "type": "zip",
2680
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
2681
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2682
                "shasum": ""
2683
            },
2684
            "require": {
2685
                "php": "^7.1"
2686
            },
2687
            "require-dev": {
2688
                "phpunit/phpunit": "^7.0"
2689
            },
2690
            "type": "library",
2691
            "extra": {
2692
                "branch-alias": {
2693
                    "dev-master": "2.0-dev"
2694
                }
2695
            },
2696
            "autoload": {
2697
                "classmap": [
2698
                    "src/"
2699
                ]
2700
            },
2701
            "notification-url": "https://packagist.org/downloads/",
2702
            "license": [
2703
                "BSD-3-Clause"
2704
            ],
2705
            "authors": [
2706
                {
2707
                    "name": "Sebastian Bergmann",
2708
                    "email": "[email protected]",
2709
                    "role": "lead"
2710
                }
2711
            ],
2712
            "description": "Utility class for timing",
2713
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2714
            "keywords": [
2715
                "timer"
2716
            ],
2717
            "time": "2018-02-01T13:07:23+00:00"
2718
        },
2719
        {
2720
            "name": "phpunit/php-token-stream",
2721
            "version": "3.0.0",
2722
            "source": {
2723
                "type": "git",
2724
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2725
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
2726
            },
2727
            "dist": {
2728
                "type": "zip",
2729
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2730
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2731
                "shasum": ""
2732
            },
2733
            "require": {
2734
                "ext-tokenizer": "*",
2735
                "php": "^7.1"
2736
            },
2737
            "require-dev": {
2738
                "phpunit/phpunit": "^7.0"
2739
            },
2740
            "type": "library",
2741
            "extra": {
2742
                "branch-alias": {
2743
                    "dev-master": "3.0-dev"
2744
                }
2745
            },
2746
            "autoload": {
2747
                "classmap": [
2748
                    "src/"
2749
                ]
2750
            },
2751
            "notification-url": "https://packagist.org/downloads/",
2752
            "license": [
2753
                "BSD-3-Clause"
2754
            ],
2755
            "authors": [
2756
                {
2757
                    "name": "Sebastian Bergmann",
2758
                    "email": "[email protected]"
2759
                }
2760
            ],
2761
            "description": "Wrapper around PHP's tokenizer extension.",
2762
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2763
            "keywords": [
2764
                "tokenizer"
2765
            ],
2766
            "time": "2018-02-01T13:16:43+00:00"
2767
        },
2768
        {
2769
            "name": "phpunit/phpunit",
2770
            "version": "7.3.0",
2771
            "source": {
2772
                "type": "git",
2773
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2774
                "reference": "0b6b29faf95c03fd7867e866438b78d5692b6f03"
2775
            },
2776
            "dist": {
2777
                "type": "zip",
2778
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0b6b29faf95c03fd7867e866438b78d5692b6f03",
2779
                "reference": "0b6b29faf95c03fd7867e866438b78d5692b6f03",
2780
                "shasum": ""
2781
            },
2782
            "require": {
2783
                "doctrine/instantiator": "^1.1",
2784
                "ext-dom": "*",
2785
                "ext-json": "*",
2786
                "ext-libxml": "*",
2787
                "ext-mbstring": "*",
2788
                "ext-xml": "*",
2789
                "myclabs/deep-copy": "^1.7",
2790
                "phar-io/manifest": "^1.0.2",
2791
                "phar-io/version": "^2.0",
2792
                "php": "^7.1",
2793
                "phpspec/prophecy": "^1.7",
2794
                "phpunit/php-code-coverage": "^6.0.7",
2795
                "phpunit/php-file-iterator": "^2.0.1",
2796
                "phpunit/php-text-template": "^1.2.1",
2797
                "phpunit/php-timer": "^2.0",
2798
                "sebastian/comparator": "^3.0",
2799
                "sebastian/diff": "^3.0",
2800
                "sebastian/environment": "^3.1",
2801
                "sebastian/exporter": "^3.1",
2802
                "sebastian/global-state": "^2.0",
2803
                "sebastian/object-enumerator": "^3.0.3",
2804
                "sebastian/resource-operations": "^1.0",
2805
                "sebastian/version": "^2.0.1"
2806
            },
2807
            "conflict": {
2808
                "phpunit/phpunit-mock-objects": "*"
2809
            },
2810
            "require-dev": {
2811
                "ext-pdo": "*"
2812
            },
2813
            "suggest": {
2814
                "ext-soap": "*",
2815
                "ext-xdebug": "*",
2816
                "phpunit/php-invoker": "^2.0"
2817
            },
2818
            "bin": [
2819
                "phpunit"
2820
            ],
2821
            "type": "library",
2822
            "extra": {
2823
                "branch-alias": {
2824
                    "dev-master": "7.3-dev"
2825
                }
2826
            },
2827
            "autoload": {
2828
                "classmap": [
2829
                    "src/"
2830
                ]
2831
            },
2832
            "notification-url": "https://packagist.org/downloads/",
2833
            "license": [
2834
                "BSD-3-Clause"
2835
            ],
2836
            "authors": [
2837
                {
2838
                    "name": "Sebastian Bergmann",
2839
                    "email": "[email protected]",
2840
                    "role": "lead"
2841
                }
2842
            ],
2843
            "description": "The PHP Unit Testing framework.",
2844
            "homepage": "https://phpunit.de/",
2845
            "keywords": [
2846
                "phpunit",
2847
                "testing",
2848
                "xunit"
2849
            ],
2850
            "time": "2018-08-03T06:02:45+00:00"
2851
        },
2852
        {
2853
            "name": "sebastian/code-unit-reverse-lookup",
2854
            "version": "1.0.1",
2855
            "source": {
2856
                "type": "git",
2857
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2858
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2859
            },
2860
            "dist": {
2861
                "type": "zip",
2862
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2863
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2864
                "shasum": ""
2865
            },
2866
            "require": {
2867
                "php": "^5.6 || ^7.0"
2868
            },
2869
            "require-dev": {
2870
                "phpunit/phpunit": "^5.7 || ^6.0"
2871
            },
2872
            "type": "library",
2873
            "extra": {
2874
                "branch-alias": {
2875
                    "dev-master": "1.0.x-dev"
2876
                }
2877
            },
2878
            "autoload": {
2879
                "classmap": [
2880
                    "src/"
2881
                ]
2882
            },
2883
            "notification-url": "https://packagist.org/downloads/",
2884
            "license": [
2885
                "BSD-3-Clause"
2886
            ],
2887
            "authors": [
2888
                {
2889
                    "name": "Sebastian Bergmann",
2890
                    "email": "[email protected]"
2891
                }
2892
            ],
2893
            "description": "Looks up which function or method a line of code belongs to",
2894
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2895
            "time": "2017-03-04T06:30:41+00:00"
2896
        },
2897
        {
2898
            "name": "sebastian/comparator",
2899
            "version": "3.0.2",
2900
            "source": {
2901
                "type": "git",
2902
                "url": "https://github.com/sebastianbergmann/comparator.git",
2903
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2904
            },
2905
            "dist": {
2906
                "type": "zip",
2907
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2908
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2909
                "shasum": ""
2910
            },
2911
            "require": {
2912
                "php": "^7.1",
2913
                "sebastian/diff": "^3.0",
2914
                "sebastian/exporter": "^3.1"
2915
            },
2916
            "require-dev": {
2917
                "phpunit/phpunit": "^7.1"
2918
            },
2919
            "type": "library",
2920
            "extra": {
2921
                "branch-alias": {
2922
                    "dev-master": "3.0-dev"
2923
                }
2924
            },
2925
            "autoload": {
2926
                "classmap": [
2927
                    "src/"
2928
                ]
2929
            },
2930
            "notification-url": "https://packagist.org/downloads/",
2931
            "license": [
2932
                "BSD-3-Clause"
2933
            ],
2934
            "authors": [
2935
                {
2936
                    "name": "Jeff Welch",
2937
                    "email": "[email protected]"
2938
                },
2939
                {
2940
                    "name": "Volker Dusch",
2941
                    "email": "[email protected]"
2942
                },
2943
                {
2944
                    "name": "Bernhard Schussek",
2945
                    "email": "[email protected]"
2946
                },
2947
                {
2948
                    "name": "Sebastian Bergmann",
2949
                    "email": "[email protected]"
2950
                }
2951
            ],
2952
            "description": "Provides the functionality to compare PHP values for equality",
2953
            "homepage": "https://github.com/sebastianbergmann/comparator",
2954
            "keywords": [
2955
                "comparator",
2956
                "compare",
2957
                "equality"
2958
            ],
2959
            "time": "2018-07-12T15:12:46+00:00"
2960
        },
2961
        {
2962
            "name": "sebastian/diff",
2963
            "version": "3.0.1",
2964
            "source": {
2965
                "type": "git",
2966
                "url": "https://github.com/sebastianbergmann/diff.git",
2967
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
2968
            },
2969
            "dist": {
2970
                "type": "zip",
2971
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
2972
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
2973
                "shasum": ""
2974
            },
2975
            "require": {
2976
                "php": "^7.1"
2977
            },
2978
            "require-dev": {
2979
                "phpunit/phpunit": "^7.0",
2980
                "symfony/process": "^2 || ^3.3 || ^4"
2981
            },
2982
            "type": "library",
2983
            "extra": {
2984
                "branch-alias": {
2985
                    "dev-master": "3.0-dev"
2986
                }
2987
            },
2988
            "autoload": {
2989
                "classmap": [
2990
                    "src/"
2991
                ]
2992
            },
2993
            "notification-url": "https://packagist.org/downloads/",
2994
            "license": [
2995
                "BSD-3-Clause"
2996
            ],
2997
            "authors": [
2998
                {
2999
                    "name": "Kore Nordmann",
3000
                    "email": "[email protected]"
3001
                },
3002
                {
3003
                    "name": "Sebastian Bergmann",
3004
                    "email": "[email protected]"
3005
                }
3006
            ],
3007
            "description": "Diff implementation",
3008
            "homepage": "https://github.com/sebastianbergmann/diff",
3009
            "keywords": [
3010
                "diff",
3011
                "udiff",
3012
                "unidiff",
3013
                "unified diff"
3014
            ],
3015
            "time": "2018-06-10T07:54:39+00:00"
3016
        },
3017
        {
3018
            "name": "sebastian/environment",
3019
            "version": "3.1.0",
3020
            "source": {
3021
                "type": "git",
3022
                "url": "https://github.com/sebastianbergmann/environment.git",
3023
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3024
            },
3025
            "dist": {
3026
                "type": "zip",
3027
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3028
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3029
                "shasum": ""
3030
            },
3031
            "require": {
3032
                "php": "^7.0"
3033
            },
3034
            "require-dev": {
3035
                "phpunit/phpunit": "^6.1"
3036
            },
3037
            "type": "library",
3038
            "extra": {
3039
                "branch-alias": {
3040
                    "dev-master": "3.1.x-dev"
3041
                }
3042
            },
3043
            "autoload": {
3044
                "classmap": [
3045
                    "src/"
3046
                ]
3047
            },
3048
            "notification-url": "https://packagist.org/downloads/",
3049
            "license": [
3050
                "BSD-3-Clause"
3051
            ],
3052
            "authors": [
3053
                {
3054
                    "name": "Sebastian Bergmann",
3055
                    "email": "[email protected]"
3056
                }
3057
            ],
3058
            "description": "Provides functionality to handle HHVM/PHP environments",
3059
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3060
            "keywords": [
3061
                "Xdebug",
3062
                "environment",
3063
                "hhvm"
3064
            ],
3065
            "time": "2017-07-01T08:51:00+00:00"
3066
        },
3067
        {
3068
            "name": "sebastian/exporter",
3069
            "version": "3.1.0",
3070
            "source": {
3071
                "type": "git",
3072
                "url": "https://github.com/sebastianbergmann/exporter.git",
3073
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3074
            },
3075
            "dist": {
3076
                "type": "zip",
3077
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3078
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3079
                "shasum": ""
3080
            },
3081
            "require": {
3082
                "php": "^7.0",
3083
                "sebastian/recursion-context": "^3.0"
3084
            },
3085
            "require-dev": {
3086
                "ext-mbstring": "*",
3087
                "phpunit/phpunit": "^6.0"
3088
            },
3089
            "type": "library",
3090
            "extra": {
3091
                "branch-alias": {
3092
                    "dev-master": "3.1.x-dev"
3093
                }
3094
            },
3095
            "autoload": {
3096
                "classmap": [
3097
                    "src/"
3098
                ]
3099
            },
3100
            "notification-url": "https://packagist.org/downloads/",
3101
            "license": [
3102
                "BSD-3-Clause"
3103
            ],
3104
            "authors": [
3105
                {
3106
                    "name": "Jeff Welch",
3107
                    "email": "[email protected]"
3108
                },
3109
                {
3110
                    "name": "Volker Dusch",
3111
                    "email": "[email protected]"
3112
                },
3113
                {
3114
                    "name": "Bernhard Schussek",
3115
                    "email": "[email protected]"
3116
                },
3117
                {
3118
                    "name": "Sebastian Bergmann",
3119
                    "email": "[email protected]"
3120
                },
3121
                {
3122
                    "name": "Adam Harvey",
3123
                    "email": "[email protected]"
3124
                }
3125
            ],
3126
            "description": "Provides the functionality to export PHP variables for visualization",
3127
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3128
            "keywords": [
3129
                "export",
3130
                "exporter"
3131
            ],
3132
            "time": "2017-04-03T13:19:02+00:00"
3133
        },
3134
        {
3135
            "name": "sebastian/global-state",
3136
            "version": "2.0.0",
3137
            "source": {
3138
                "type": "git",
3139
                "url": "https://github.com/sebastianbergmann/global-state.git",
3140
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3141
            },
3142
            "dist": {
3143
                "type": "zip",
3144
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3145
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3146
                "shasum": ""
3147
            },
3148
            "require": {
3149
                "php": "^7.0"
3150
            },
3151
            "require-dev": {
3152
                "phpunit/phpunit": "^6.0"
3153
            },
3154
            "suggest": {
3155
                "ext-uopz": "*"
3156
            },
3157
            "type": "library",
3158
            "extra": {
3159
                "branch-alias": {
3160
                    "dev-master": "2.0-dev"
3161
                }
3162
            },
3163
            "autoload": {
3164
                "classmap": [
3165
                    "src/"
3166
                ]
3167
            },
3168
            "notification-url": "https://packagist.org/downloads/",
3169
            "license": [
3170
                "BSD-3-Clause"
3171
            ],
3172
            "authors": [
3173
                {
3174
                    "name": "Sebastian Bergmann",
3175
                    "email": "[email protected]"
3176
                }
3177
            ],
3178
            "description": "Snapshotting of global state",
3179
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3180
            "keywords": [
3181
                "global state"
3182
            ],
3183
            "time": "2017-04-27T15:39:26+00:00"
3184
        },
3185
        {
3186
            "name": "sebastian/object-enumerator",
3187
            "version": "3.0.3",
3188
            "source": {
3189
                "type": "git",
3190
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3191
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3192
            },
3193
            "dist": {
3194
                "type": "zip",
3195
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3196
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3197
                "shasum": ""
3198
            },
3199
            "require": {
3200
                "php": "^7.0",
3201
                "sebastian/object-reflector": "^1.1.1",
3202
                "sebastian/recursion-context": "^3.0"
3203
            },
3204
            "require-dev": {
3205
                "phpunit/phpunit": "^6.0"
3206
            },
3207
            "type": "library",
3208
            "extra": {
3209
                "branch-alias": {
3210
                    "dev-master": "3.0.x-dev"
3211
                }
3212
            },
3213
            "autoload": {
3214
                "classmap": [
3215
                    "src/"
3216
                ]
3217
            },
3218
            "notification-url": "https://packagist.org/downloads/",
3219
            "license": [
3220
                "BSD-3-Clause"
3221
            ],
3222
            "authors": [
3223
                {
3224
                    "name": "Sebastian Bergmann",
3225
                    "email": "[email protected]"
3226
                }
3227
            ],
3228
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3229
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3230
            "time": "2017-08-03T12:35:26+00:00"
3231
        },
3232
        {
3233
            "name": "sebastian/object-reflector",
3234
            "version": "1.1.1",
3235
            "source": {
3236
                "type": "git",
3237
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3238
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3239
            },
3240
            "dist": {
3241
                "type": "zip",
3242
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3243
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3244
                "shasum": ""
3245
            },
3246
            "require": {
3247
                "php": "^7.0"
3248
            },
3249
            "require-dev": {
3250
                "phpunit/phpunit": "^6.0"
3251
            },
3252
            "type": "library",
3253
            "extra": {
3254
                "branch-alias": {
3255
                    "dev-master": "1.1-dev"
3256
                }
3257
            },
3258
            "autoload": {
3259
                "classmap": [
3260
                    "src/"
3261
                ]
3262
            },
3263
            "notification-url": "https://packagist.org/downloads/",
3264
            "license": [
3265
                "BSD-3-Clause"
3266
            ],
3267
            "authors": [
3268
                {
3269
                    "name": "Sebastian Bergmann",
3270
                    "email": "[email protected]"
3271
                }
3272
            ],
3273
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3274
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3275
            "time": "2017-03-29T09:07:27+00:00"
3276
        },
3277
        {
3278
            "name": "sebastian/recursion-context",
3279
            "version": "3.0.0",
3280
            "source": {
3281
                "type": "git",
3282
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3283
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3284
            },
3285
            "dist": {
3286
                "type": "zip",
3287
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3288
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3289
                "shasum": ""
3290
            },
3291
            "require": {
3292
                "php": "^7.0"
3293
            },
3294
            "require-dev": {
3295
                "phpunit/phpunit": "^6.0"
3296
            },
3297
            "type": "library",
3298
            "extra": {
3299
                "branch-alias": {
3300
                    "dev-master": "3.0.x-dev"
3301
                }
3302
            },
3303
            "autoload": {
3304
                "classmap": [
3305
                    "src/"
3306
                ]
3307
            },
3308
            "notification-url": "https://packagist.org/downloads/",
3309
            "license": [
3310
                "BSD-3-Clause"
3311
            ],
3312
            "authors": [
3313
                {
3314
                    "name": "Jeff Welch",
3315
                    "email": "[email protected]"
3316
                },
3317
                {
3318
                    "name": "Sebastian Bergmann",
3319
                    "email": "[email protected]"
3320
                },
3321
                {
3322
                    "name": "Adam Harvey",
3323
                    "email": "[email protected]"
3324
                }
3325
            ],
3326
            "description": "Provides functionality to recursively process PHP variables",
3327
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3328
            "time": "2017-03-03T06:23:57+00:00"
3329
        },
3330
        {
3331
            "name": "sebastian/resource-operations",
3332
            "version": "1.0.0",
3333
            "source": {
3334
                "type": "git",
3335
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3336
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3337
            },
3338
            "dist": {
3339
                "type": "zip",
3340
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3341
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3342
                "shasum": ""
3343
            },
3344
            "require": {
3345
                "php": ">=5.6.0"
3346
            },
3347
            "type": "library",
3348
            "extra": {
3349
                "branch-alias": {
3350
                    "dev-master": "1.0.x-dev"
3351
                }
3352
            },
3353
            "autoload": {
3354
                "classmap": [
3355
                    "src/"
3356
                ]
3357
            },
3358
            "notification-url": "https://packagist.org/downloads/",
3359
            "license": [
3360
                "BSD-3-Clause"
3361
            ],
3362
            "authors": [
3363
                {
3364
                    "name": "Sebastian Bergmann",
3365
                    "email": "[email protected]"
3366
                }
3367
            ],
3368
            "description": "Provides a list of PHP built-in functions that operate on resources",
3369
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3370
            "time": "2015-07-28T20:34:47+00:00"
3371
        },
3372
        {
3373
            "name": "sebastian/version",
3374
            "version": "2.0.1",
3375
            "source": {
3376
                "type": "git",
3377
                "url": "https://github.com/sebastianbergmann/version.git",
3378
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3379
            },
3380
            "dist": {
3381
                "type": "zip",
3382
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3383
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3384
                "shasum": ""
3385
            },
3386
            "require": {
3387
                "php": ">=5.6"
3388
            },
3389
            "type": "library",
3390
            "extra": {
3391
                "branch-alias": {
3392
                    "dev-master": "2.0.x-dev"
3393
                }
3394
            },
3395
            "autoload": {
3396
                "classmap": [
3397
                    "src/"
3398
                ]
3399
            },
3400
            "notification-url": "https://packagist.org/downloads/",
3401
            "license": [
3402
                "BSD-3-Clause"
3403
            ],
3404
            "authors": [
3405
                {
3406
                    "name": "Sebastian Bergmann",
3407
                    "email": "[email protected]",
3408
                    "role": "lead"
3409
                }
3410
            ],
3411
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3412
            "homepage": "https://github.com/sebastianbergmann/version",
3413
            "time": "2016-10-03T07:35:21+00:00"
3414
        },
3415
        {
3416
            "name": "squizlabs/php_codesniffer",
3417
            "version": "2.9.1",
3418
            "source": {
3419
                "type": "git",
3420
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3421
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
3422
            },
3423
            "dist": {
3424
                "type": "zip",
3425
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
3426
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
3427
                "shasum": ""
3428
            },
3429
            "require": {
3430
                "ext-simplexml": "*",
3431
                "ext-tokenizer": "*",
3432
                "ext-xmlwriter": "*",
3433
                "php": ">=5.1.2"
3434
            },
3435
            "require-dev": {
3436
                "phpunit/phpunit": "~4.0"
3437
            },
3438
            "bin": [
3439
                "scripts/phpcs",
3440
                "scripts/phpcbf"
3441
            ],
3442
            "type": "library",
3443
            "extra": {
3444
                "branch-alias": {
3445
                    "dev-master": "2.x-dev"
3446
                }
3447
            },
3448
            "autoload": {
3449
                "classmap": [
3450
                    "CodeSniffer.php",
3451
                    "CodeSniffer/CLI.php",
3452
                    "CodeSniffer/Exception.php",
3453
                    "CodeSniffer/File.php",
3454
                    "CodeSniffer/Fixer.php",
3455
                    "CodeSniffer/Report.php",
3456
                    "CodeSniffer/Reporting.php",
3457
                    "CodeSniffer/Sniff.php",
3458
                    "CodeSniffer/Tokens.php",
3459
                    "CodeSniffer/Reports/",
3460
                    "CodeSniffer/Tokenizers/",
3461
                    "CodeSniffer/DocGenerators/",
3462
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3463
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3464
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3465
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3466
                    "CodeSniffer/Standards/Generic/Sniffs/",
3467
                    "CodeSniffer/Standards/MySource/Sniffs/",
3468
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3469
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3470
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3471
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3472
                    "CodeSniffer/Standards/Zend/Sniffs/"
3473
                ]
3474
            },
3475
            "notification-url": "https://packagist.org/downloads/",
3476
            "license": [
3477
                "BSD-3-Clause"
3478
            ],
3479
            "authors": [
3480
                {
3481
                    "name": "Greg Sherwood",
3482
                    "role": "lead"
3483
                }
3484
            ],
3485
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3486
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3487
            "keywords": [
3488
                "phpcs",
3489
                "standards"
3490
            ],
3491
            "time": "2017-05-22T02:43:20+00:00"
3492
        },
3493
        {
3494
            "name": "theseer/tokenizer",
3495
            "version": "1.1.0",
3496
            "source": {
3497
                "type": "git",
3498
                "url": "https://github.com/theseer/tokenizer.git",
3499
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3500
            },
3501
            "dist": {
3502
                "type": "zip",
3503
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3504
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3505
                "shasum": ""
3506
            },
3507
            "require": {
3508
                "ext-dom": "*",
3509
                "ext-tokenizer": "*",
3510
                "ext-xmlwriter": "*",
3511
                "php": "^7.0"
3512
            },
3513
            "type": "library",
3514
            "autoload": {
3515
                "classmap": [
3516
                    "src/"
3517
                ]
3518
            },
3519
            "notification-url": "https://packagist.org/downloads/",
3520
            "license": [
3521
                "BSD-3-Clause"
3522
            ],
3523
            "authors": [
3524
                {
3525
                    "name": "Arne Blankerts",
3526
                    "email": "[email protected]",
3527
                    "role": "Developer"
3528
                }
3529
            ],
3530
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3531
            "time": "2017-04-07T12:08:54+00:00"
3532
        },
3533
        {
3534
            "name": "webmozart/assert",
3535
            "version": "1.3.0",
3536
            "source": {
3537
                "type": "git",
3538
                "url": "https://github.com/webmozart/assert.git",
3539
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3540
            },
3541
            "dist": {
3542
                "type": "zip",
3543
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3544
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3545
                "shasum": ""
3546
            },
3547
            "require": {
3548
                "php": "^5.3.3 || ^7.0"
3549
            },
3550
            "require-dev": {
3551
                "phpunit/phpunit": "^4.6",
3552
                "sebastian/version": "^1.0.1"
3553
            },
3554
            "type": "library",
3555
            "extra": {
3556
                "branch-alias": {
3557
                    "dev-master": "1.3-dev"
3558
                }
3559
            },
3560
            "autoload": {
3561
                "psr-4": {
3562
                    "Webmozart\\Assert\\": "src/"
3563
                }
3564
            },
3565
            "notification-url": "https://packagist.org/downloads/",
3566
            "license": [
3567
                "MIT"
3568
            ],
3569
            "authors": [
3570
                {
3571
                    "name": "Bernhard Schussek",
3572
                    "email": "[email protected]"
3573
                }
3574
            ],
3575
            "description": "Assertions to validate method input/output with nice error messages.",
3576
            "keywords": [
3577
                "assert",
3578
                "check",
3579
                "validate"
3580
            ],
3581
            "time": "2018-01-29T19:49:41+00:00"
3582
        }
3583
    ],
3584
    "aliases": [],
3585
    "minimum-stability": "stable",
3586
    "stability-flags": [],
3587
    "prefer-stable": false,
3588
    "prefer-lowest": false,
3589
    "platform": {
3590
        "php": "~5.6|~7.0"
3591
    },
3592
    "platform-dev": []
3593
}
3594