Passed
Pull Request — master (#5)
by Samuel
04:50 queued 01:39
created

composer.lock (2 issues)

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": "add54d97fbf3a6107d45451014b8591a",
8
    "packages": [],
9
    "packages-dev": [
10
        {
11
            "name": "doctrine/inflector",
12
            "version": "v1.3.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/inflector.git",
16
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
21
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": "^7.1"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "^6.2"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.3.x-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-4": {
38
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Roman Borschel",
48
                    "email": "[email protected]"
49
                },
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]"
53
                },
54
                {
55
                    "name": "Guilherme Blanco",
56
                    "email": "[email protected]"
57
                },
58
                {
59
                    "name": "Jonathan Wage",
60
                    "email": "[email protected]"
61
                },
62
                {
63
                    "name": "Johannes Schmitt",
64
                    "email": "[email protected]"
65
                }
66
            ],
67
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
68
            "homepage": "http://www.doctrine-project.org",
69
            "keywords": [
70
                "inflection",
71
                "pluralize",
72
                "singularize",
73
                "string"
74
            ],
75
            "time": "2018-01-09T20:05:19+00:00"
76
        },
77
        {
78
            "name": "doctrine/instantiator",
79
            "version": "1.1.0",
80
            "source": {
81
                "type": "git",
82
                "url": "https://github.com/doctrine/instantiator.git",
83
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
84
            },
85
            "dist": {
86
                "type": "zip",
87
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
88
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
89
                "shasum": ""
90
            },
91
            "require": {
92
                "php": "^7.1"
93
            },
94
            "require-dev": {
95
                "athletic/athletic": "~0.1.8",
96
                "ext-pdo": "*",
97
                "ext-phar": "*",
98
                "phpunit/phpunit": "^6.2.3",
99
                "squizlabs/php_codesniffer": "^3.0.2"
100
            },
101
            "type": "library",
102
            "extra": {
103
                "branch-alias": {
104
                    "dev-master": "1.2.x-dev"
105
                }
106
            },
107
            "autoload": {
108
                "psr-4": {
109
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
110
                }
111
            },
112
            "notification-url": "https://packagist.org/downloads/",
113
            "license": [
114
                "MIT"
115
            ],
116
            "authors": [
117
                {
118
                    "name": "Marco Pivetta",
119
                    "email": "[email protected]",
120
                    "homepage": "http://ocramius.github.com/"
121
                }
122
            ],
123
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
124
            "homepage": "https://github.com/doctrine/instantiator",
125
            "keywords": [
126
                "constructor",
127
                "instantiate"
128
            ],
129
            "time": "2017-07-22T11:58:36+00:00"
130
        },
131
        {
132
            "name": "doctrine/lexer",
133
            "version": "v1.0.1",
134
            "source": {
135
                "type": "git",
136
                "url": "https://github.com/doctrine/lexer.git",
137
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
138
            },
139
            "dist": {
140
                "type": "zip",
141
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
142
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
143
                "shasum": ""
144
            },
145
            "require": {
146
                "php": ">=5.3.2"
147
            },
148
            "type": "library",
149
            "extra": {
150
                "branch-alias": {
151
                    "dev-master": "1.0.x-dev"
152
                }
153
            },
154
            "autoload": {
155
                "psr-0": {
156
                    "Doctrine\\Common\\Lexer\\": "lib/"
157
                }
158
            },
159
            "notification-url": "https://packagist.org/downloads/",
160
            "license": [
161
                "MIT"
162
            ],
163
            "authors": [
164
                {
165
                    "name": "Roman Borschel",
166
                    "email": "[email protected]"
167
                },
168
                {
169
                    "name": "Guilherme Blanco",
170
                    "email": "[email protected]"
171
                },
172
                {
173
                    "name": "Johannes Schmitt",
174
                    "email": "[email protected]"
175
                }
176
            ],
177
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
178
            "homepage": "http://www.doctrine-project.org",
179
            "keywords": [
180
                "lexer",
181
                "parser"
182
            ],
183
            "time": "2014-09-09T13:34:57+00:00"
184
        },
185
        {
186
            "name": "dragonmantank/cron-expression",
187
            "version": "v2.1.0",
188
            "source": {
189
                "type": "git",
190
                "url": "https://github.com/dragonmantank/cron-expression.git",
191
                "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5"
192
            },
193
            "dist": {
194
                "type": "zip",
195
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/3f00985deec8df53d4cc1e5c33619bda1ee309a5",
196
                "reference": "3f00985deec8df53d4cc1e5c33619bda1ee309a5",
197
                "shasum": ""
198
            },
199
            "require": {
200
                "php": ">=7.0.0"
201
            },
202
            "require-dev": {
203
                "phpunit/phpunit": "~6.4"
204
            },
205
            "type": "library",
206
            "autoload": {
207
                "psr-4": {
208
                    "Cron\\": "src/Cron/"
209
                }
210
            },
211
            "notification-url": "https://packagist.org/downloads/",
212
            "license": [
213
                "MIT"
214
            ],
215
            "authors": [
216
                {
217
                    "name": "Michael Dowling",
218
                    "email": "[email protected]",
219
                    "homepage": "https://github.com/mtdowling"
220
                },
221
                {
222
                    "name": "Chris Tankersley",
223
                    "email": "[email protected]",
224
                    "homepage": "https://github.com/dragonmantank"
225
                }
226
            ],
227
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
228
            "keywords": [
229
                "cron",
230
                "schedule"
231
            ],
232
            "time": "2018-04-06T15:51:55+00:00"
233
        },
234
        {
235
            "name": "egulias/email-validator",
236
            "version": "2.1.4",
237
            "source": {
238
                "type": "git",
239
                "url": "https://github.com/egulias/EmailValidator.git",
240
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
241
            },
242
            "dist": {
243
                "type": "zip",
244
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
245
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
246
                "shasum": ""
247
            },
248
            "require": {
249
                "doctrine/lexer": "^1.0.1",
250
                "php": ">= 5.5"
251
            },
252
            "require-dev": {
253
                "dominicsayers/isemail": "dev-master",
254
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
255
                "satooshi/php-coveralls": "^1.0.1"
256
            },
257
            "suggest": {
258
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
259
            },
260
            "type": "library",
261
            "extra": {
262
                "branch-alias": {
263
                    "dev-master": "2.0.x-dev"
264
                }
265
            },
266
            "autoload": {
267
                "psr-4": {
268
                    "Egulias\\EmailValidator\\": "EmailValidator"
269
                }
270
            },
271
            "notification-url": "https://packagist.org/downloads/",
272
            "license": [
273
                "MIT"
274
            ],
275
            "authors": [
276
                {
277
                    "name": "Eduardo Gulias Davis"
278
                }
279
            ],
280
            "description": "A library for validating emails against several RFCs",
281
            "homepage": "https://github.com/egulias/EmailValidator",
282
            "keywords": [
283
                "email",
284
                "emailvalidation",
285
                "emailvalidator",
286
                "validation",
287
                "validator"
288
            ],
289
            "time": "2018-04-10T10:11:19+00:00"
290
        },
291
        {
292
            "name": "erusev/parsedown",
293
            "version": "1.7.1",
294
            "source": {
295
                "type": "git",
296
                "url": "https://github.com/erusev/parsedown.git",
297
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
298
            },
299
            "dist": {
300
                "type": "zip",
301
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
302
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
303
                "shasum": ""
304
            },
305
            "require": {
306
                "ext-mbstring": "*",
307
                "php": ">=5.3.0"
308
            },
309
            "require-dev": {
310
                "phpunit/phpunit": "^4.8.35"
311
            },
312
            "type": "library",
313
            "autoload": {
314
                "psr-0": {
315
                    "Parsedown": ""
316
                }
317
            },
318
            "notification-url": "https://packagist.org/downloads/",
319
            "license": [
320
                "MIT"
321
            ],
322
            "authors": [
323
                {
324
                    "name": "Emanuil Rusev",
325
                    "email": "[email protected]",
326
                    "homepage": "http://erusev.com"
327
                }
328
            ],
329
            "description": "Parser for Markdown.",
330
            "homepage": "http://parsedown.org",
331
            "keywords": [
332
                "markdown",
333
                "parser"
334
            ],
335
            "time": "2018-03-08T01:11:30+00:00"
336
        },
337
        {
338
            "name": "fzaninotto/faker",
339
            "version": "v1.7.1",
340
            "source": {
341
                "type": "git",
342
                "url": "https://github.com/fzaninotto/Faker.git",
343
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
344
            },
345
            "dist": {
346
                "type": "zip",
347
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
348
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
349
                "shasum": ""
350
            },
351
            "require": {
352
                "php": "^5.3.3 || ^7.0"
353
            },
354
            "require-dev": {
355
                "ext-intl": "*",
356
                "phpunit/phpunit": "^4.0 || ^5.0",
357
                "squizlabs/php_codesniffer": "^1.5"
358
            },
359
            "type": "library",
360
            "extra": {
361
                "branch-alias": {
362
                    "dev-master": "1.8-dev"
363
                }
364
            },
365
            "autoload": {
366
                "psr-4": {
367
                    "Faker\\": "src/Faker/"
368
                }
369
            },
370
            "notification-url": "https://packagist.org/downloads/",
371
            "license": [
372
                "MIT"
373
            ],
374
            "authors": [
375
                {
376
                    "name": "François Zaninotto"
377
                }
378
            ],
379
            "description": "Faker is a PHP library that generates fake data for you.",
380
            "keywords": [
381
                "data",
382
                "faker",
383
                "fixtures"
384
            ],
385
            "time": "2017-08-15T16:48:10+00:00"
386
        },
387
        {
388
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

Cookie serialization vulnerability
Loading history...
389
            "version": "v5.6.22",
390
            "source": {
391
                "type": "git",
392
                "url": "https://github.com/laravel/framework.git",
393
                "reference": "637fd797a6dde8d24a9f07da77e375ec251c5d24"
394
            },
395
            "dist": {
396
                "type": "zip",
397
                "url": "https://api.github.com/repos/laravel/framework/zipball/637fd797a6dde8d24a9f07da77e375ec251c5d24",
398
                "reference": "637fd797a6dde8d24a9f07da77e375ec251c5d24",
399
                "shasum": ""
400
            },
401
            "require": {
402
                "doctrine/inflector": "~1.1",
403
                "dragonmantank/cron-expression": "~2.0",
404
                "erusev/parsedown": "~1.7",
405
                "ext-mbstring": "*",
406
                "ext-openssl": "*",
407
                "league/flysystem": "^1.0.8",
408
                "monolog/monolog": "~1.12",
409
                "nesbot/carbon": "1.25.*",
410
                "php": "^7.1.3",
411
                "psr/container": "~1.0",
412
                "psr/simple-cache": "^1.0",
413
                "ramsey/uuid": "^3.7",
414
                "swiftmailer/swiftmailer": "~6.0",
415
                "symfony/console": "~4.0",
416
                "symfony/debug": "~4.0",
417
                "symfony/finder": "~4.0",
418
                "symfony/http-foundation": "~4.0",
419
                "symfony/http-kernel": "~4.0",
420
                "symfony/process": "~4.0",
421
                "symfony/routing": "~4.0",
422
                "symfony/var-dumper": "~4.0",
423
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
424
                "vlucas/phpdotenv": "~2.2"
425
            },
426
            "conflict": {
427
                "tightenco/collect": "<5.5.33"
428
            },
429
            "replace": {
430
                "illuminate/auth": "self.version",
431
                "illuminate/broadcasting": "self.version",
432
                "illuminate/bus": "self.version",
433
                "illuminate/cache": "self.version",
434
                "illuminate/config": "self.version",
435
                "illuminate/console": "self.version",
436
                "illuminate/container": "self.version",
437
                "illuminate/contracts": "self.version",
438
                "illuminate/cookie": "self.version",
439
                "illuminate/database": "self.version",
440
                "illuminate/encryption": "self.version",
441
                "illuminate/events": "self.version",
442
                "illuminate/filesystem": "self.version",
443
                "illuminate/hashing": "self.version",
444
                "illuminate/http": "self.version",
445
                "illuminate/log": "self.version",
446
                "illuminate/mail": "self.version",
447
                "illuminate/notifications": "self.version",
448
                "illuminate/pagination": "self.version",
449
                "illuminate/pipeline": "self.version",
450
                "illuminate/queue": "self.version",
451
                "illuminate/redis": "self.version",
452
                "illuminate/routing": "self.version",
453
                "illuminate/session": "self.version",
454
                "illuminate/support": "self.version",
455
                "illuminate/translation": "self.version",
456
                "illuminate/validation": "self.version",
457
                "illuminate/view": "self.version"
458
            },
459
            "require-dev": {
460
                "aws/aws-sdk-php": "~3.0",
461
                "doctrine/dbal": "~2.6",
462
                "filp/whoops": "^2.1.4",
463
                "league/flysystem-cached-adapter": "~1.0",
464
                "mockery/mockery": "~1.0",
465
                "moontoast/math": "^1.1",
466
                "orchestra/testbench-core": "3.6.*",
467
                "pda/pheanstalk": "~3.0",
468
                "phpunit/phpunit": "~7.0",
469
                "predis/predis": "^1.1.1",
470
                "symfony/css-selector": "~4.0",
471
                "symfony/dom-crawler": "~4.0"
472
            },
473
            "suggest": {
474
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
475
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
476
                "ext-pcntl": "Required to use all features of the queue worker.",
477
                "ext-posix": "Required to use all features of the queue worker.",
478
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
479
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
480
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
481
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
482
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
483
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
484
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
485
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
486
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
487
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
488
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
489
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
490
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
491
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
492
            },
493
            "type": "library",
494
            "extra": {
495
                "branch-alias": {
496
                    "dev-master": "5.6-dev"
497
                }
498
            },
499
            "autoload": {
500
                "files": [
501
                    "src/Illuminate/Foundation/helpers.php",
502
                    "src/Illuminate/Support/helpers.php"
503
                ],
504
                "psr-4": {
505
                    "Illuminate\\": "src/Illuminate/"
506
                }
507
            },
508
            "notification-url": "https://packagist.org/downloads/",
509
            "license": [
510
                "MIT"
511
            ],
512
            "authors": [
513
                {
514
                    "name": "Taylor Otwell",
515
                    "email": "[email protected]"
516
                }
517
            ],
518
            "description": "The Laravel Framework.",
519
            "homepage": "https://laravel.com",
520
            "keywords": [
521
                "framework",
522
                "laravel"
523
            ],
524
            "time": "2018-05-15T13:34:20+00:00"
525
        },
526
        {
527
            "name": "league/flysystem",
528
            "version": "1.0.45",
529
            "source": {
530
                "type": "git",
531
                "url": "https://github.com/thephpleague/flysystem.git",
532
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
533
            },
534
            "dist": {
535
                "type": "zip",
536
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
537
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
538
                "shasum": ""
539
            },
540
            "require": {
541
                "php": ">=5.5.9"
542
            },
543
            "conflict": {
544
                "league/flysystem-sftp": "<1.0.6"
545
            },
546
            "require-dev": {
547
                "ext-fileinfo": "*",
548
                "phpspec/phpspec": "^3.4",
549
                "phpunit/phpunit": "^5.7"
550
            },
551
            "suggest": {
552
                "ext-fileinfo": "Required for MimeType",
553
                "ext-ftp": "Allows you to use FTP server storage",
554
                "ext-openssl": "Allows you to use FTPS server storage",
555
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
556
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
557
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
558
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
559
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
560
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
561
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
562
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
563
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
564
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
565
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
566
            },
567
            "type": "library",
568
            "extra": {
569
                "branch-alias": {
570
                    "dev-master": "1.1-dev"
571
                }
572
            },
573
            "autoload": {
574
                "psr-4": {
575
                    "League\\Flysystem\\": "src/"
576
                }
577
            },
578
            "notification-url": "https://packagist.org/downloads/",
579
            "license": [
580
                "MIT"
581
            ],
582
            "authors": [
583
                {
584
                    "name": "Frank de Jonge",
585
                    "email": "[email protected]"
586
                }
587
            ],
588
            "description": "Filesystem abstraction: Many filesystems, one API.",
589
            "keywords": [
590
                "Cloud Files",
591
                "WebDAV",
592
                "abstraction",
593
                "aws",
594
                "cloud",
595
                "copy.com",
596
                "dropbox",
597
                "file systems",
598
                "files",
599
                "filesystem",
600
                "filesystems",
601
                "ftp",
602
                "rackspace",
603
                "remote",
604
                "s3",
605
                "sftp",
606
                "storage"
607
            ],
608
            "time": "2018-05-07T08:44:23+00:00"
609
        },
610
        {
611
            "name": "monolog/monolog",
612
            "version": "1.23.0",
613
            "source": {
614
                "type": "git",
615
                "url": "https://github.com/Seldaek/monolog.git",
616
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
617
            },
618
            "dist": {
619
                "type": "zip",
620
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
621
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
622
                "shasum": ""
623
            },
624
            "require": {
625
                "php": ">=5.3.0",
626
                "psr/log": "~1.0"
627
            },
628
            "provide": {
629
                "psr/log-implementation": "1.0.0"
630
            },
631
            "require-dev": {
632
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
633
                "doctrine/couchdb": "~1.0@dev",
634
                "graylog2/gelf-php": "~1.0",
635
                "jakub-onderka/php-parallel-lint": "0.9",
636
                "php-amqplib/php-amqplib": "~2.4",
637
                "php-console/php-console": "^3.1.3",
638
                "phpunit/phpunit": "~4.5",
639
                "phpunit/phpunit-mock-objects": "2.3.0",
640
                "ruflin/elastica": ">=0.90 <3.0",
641
                "sentry/sentry": "^0.13",
642
                "swiftmailer/swiftmailer": "^5.3|^6.0"
643
            },
644
            "suggest": {
645
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
646
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
647
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
648
                "ext-mongo": "Allow sending log messages to a MongoDB server",
649
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
650
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
651
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
652
                "php-console/php-console": "Allow sending log messages to Google Chrome",
653
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
654
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
655
                "sentry/sentry": "Allow sending log messages to a Sentry server"
656
            },
657
            "type": "library",
658
            "extra": {
659
                "branch-alias": {
660
                    "dev-master": "2.0.x-dev"
661
                }
662
            },
663
            "autoload": {
664
                "psr-4": {
665
                    "Monolog\\": "src/Monolog"
666
                }
667
            },
668
            "notification-url": "https://packagist.org/downloads/",
669
            "license": [
670
                "MIT"
671
            ],
672
            "authors": [
673
                {
674
                    "name": "Jordi Boggiano",
675
                    "email": "[email protected]",
676
                    "homepage": "http://seld.be"
677
                }
678
            ],
679
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
680
            "homepage": "http://github.com/Seldaek/monolog",
681
            "keywords": [
682
                "log",
683
                "logging",
684
                "psr-3"
685
            ],
686
            "time": "2017-06-19T01:22:40+00:00"
687
        },
688
        {
689
            "name": "myclabs/deep-copy",
690
            "version": "1.7.0",
691
            "source": {
692
                "type": "git",
693
                "url": "https://github.com/myclabs/DeepCopy.git",
694
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
695
            },
696
            "dist": {
697
                "type": "zip",
698
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
699
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
700
                "shasum": ""
701
            },
702
            "require": {
703
                "php": "^5.6 || ^7.0"
704
            },
705
            "require-dev": {
706
                "doctrine/collections": "^1.0",
707
                "doctrine/common": "^2.6",
708
                "phpunit/phpunit": "^4.1"
709
            },
710
            "type": "library",
711
            "autoload": {
712
                "psr-4": {
713
                    "DeepCopy\\": "src/DeepCopy/"
714
                },
715
                "files": [
716
                    "src/DeepCopy/deep_copy.php"
717
                ]
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "license": [
721
                "MIT"
722
            ],
723
            "description": "Create deep copies (clones) of your objects",
724
            "keywords": [
725
                "clone",
726
                "copy",
727
                "duplicate",
728
                "object",
729
                "object graph"
730
            ],
731
            "time": "2017-10-19T19:58:43+00:00"
732
        },
733
        {
734
            "name": "nesbot/carbon",
735
            "version": "1.25.0",
736
            "source": {
737
                "type": "git",
738
                "url": "https://github.com/briannesbitt/Carbon.git",
739
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
740
            },
741
            "dist": {
742
                "type": "zip",
743
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
744
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
745
                "shasum": ""
746
            },
747
            "require": {
748
                "php": ">=5.3.9",
749
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
750
            },
751
            "require-dev": {
752
                "friendsofphp/php-cs-fixer": "~2",
753
                "phpunit/phpunit": "^4.8.35 || ^5.7"
754
            },
755
            "type": "library",
756
            "extra": {
757
                "branch-alias": {
758
                    "dev-master": "1.23-dev"
759
                }
760
            },
761
            "autoload": {
762
                "psr-4": {
763
                    "Carbon\\": "src/Carbon/"
764
                }
765
            },
766
            "notification-url": "https://packagist.org/downloads/",
767
            "license": [
768
                "MIT"
769
            ],
770
            "authors": [
771
                {
772
                    "name": "Brian Nesbitt",
773
                    "email": "[email protected]",
774
                    "homepage": "http://nesbot.com"
775
                }
776
            ],
777
            "description": "A simple API extension for DateTime.",
778
            "homepage": "http://carbon.nesbot.com",
779
            "keywords": [
780
                "date",
781
                "datetime",
782
                "time"
783
            ],
784
            "time": "2018-03-19T15:50:49+00:00"
785
        },
786
        {
787
            "name": "orchestra/testbench",
788
            "version": "v3.6.4",
789
            "source": {
790
                "type": "git",
791
                "url": "https://github.com/orchestral/testbench.git",
792
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73"
793
            },
794
            "dist": {
795
                "type": "zip",
796
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/242cc47d2e5d86ababe36d22519e2b948eff8f73",
797
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73",
798
                "shasum": ""
799
            },
800
            "require": {
801
                "laravel/framework": "~5.6.13",
802
                "orchestra/testbench-core": "~3.6.5",
803
                "php": ">=7.1",
804
                "phpunit/phpunit": "~7.0"
805
            },
806
            "require-dev": {
807
                "mockery/mockery": "~1.0"
808
            },
809
            "type": "library",
810
            "extra": {
811
                "branch-alias": {
812
                    "dev-master": "3.6-dev"
813
                }
814
            },
815
            "notification-url": "https://packagist.org/downloads/",
816
            "license": [
817
                "MIT"
818
            ],
819
            "authors": [
820
                {
821
                    "name": "Mior Muhammad Zaki",
822
                    "email": "[email protected]",
823
                    "homepage": "https://github.com/crynobone"
824
                }
825
            ],
826
            "description": "Laravel Testing Helper for Packages Development",
827
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
828
            "keywords": [
829
                "BDD",
830
                "TDD",
831
                "laravel",
832
                "orchestra-platform",
833
                "orchestral",
834
                "testing"
835
            ],
836
            "time": "2018-03-27T09:27:00+00:00"
837
        },
838
        {
839
            "name": "orchestra/testbench-core",
840
            "version": "v3.6.5",
841
            "source": {
842
                "type": "git",
843
                "url": "https://github.com/orchestral/testbench-core.git",
844
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52"
845
            },
846
            "dist": {
847
                "type": "zip",
848
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/d089f0fd32a81764fbd98044148a193db828dd52",
849
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52",
850
                "shasum": ""
851
            },
852
            "require": {
853
                "fzaninotto/faker": "~1.4",
854
                "php": ">=7.1"
855
            },
856
            "require-dev": {
857
                "laravel/framework": "~5.6.13",
858
                "mockery/mockery": "~1.0",
859
                "phpunit/phpunit": "~7.0"
860
            },
861
            "suggest": {
862
                "laravel/framework": "Required for testing (~5.6.13).",
863
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
864
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).",
865
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).",
866
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)."
867
            },
868
            "type": "library",
869
            "extra": {
870
                "branch-alias": {
871
                    "dev-master": "3.6-dev"
872
                }
873
            },
874
            "autoload": {
875
                "psr-4": {
876
                    "Orchestra\\Testbench\\": "src/"
877
                }
878
            },
879
            "notification-url": "https://packagist.org/downloads/",
880
            "license": [
881
                "MIT"
882
            ],
883
            "authors": [
884
                {
885
                    "name": "Mior Muhammad Zaki",
886
                    "email": "[email protected]",
887
                    "homepage": "https://github.com/crynobone"
888
                }
889
            ],
890
            "description": "Testing Helper for Laravel Development",
891
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
892
            "keywords": [
893
                "BDD",
894
                "TDD",
895
                "laravel",
896
                "orchestra-platform",
897
                "orchestral",
898
                "testing"
899
            ],
900
            "time": "2018-03-27T08:00:28+00:00"
901
        },
902
        {
903
            "name": "paragonie/random_compat",
904
            "version": "v2.0.12",
905
            "source": {
906
                "type": "git",
907
                "url": "https://github.com/paragonie/random_compat.git",
908
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
909
            },
910
            "dist": {
911
                "type": "zip",
912
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
913
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
914
                "shasum": ""
915
            },
916
            "require": {
917
                "php": ">=5.2.0"
918
            },
919
            "require-dev": {
920
                "phpunit/phpunit": "4.*|5.*"
921
            },
922
            "suggest": {
923
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
924
            },
925
            "type": "library",
926
            "autoload": {
927
                "files": [
928
                    "lib/random.php"
929
                ]
930
            },
931
            "notification-url": "https://packagist.org/downloads/",
932
            "license": [
933
                "MIT"
934
            ],
935
            "authors": [
936
                {
937
                    "name": "Paragon Initiative Enterprises",
938
                    "email": "[email protected]",
939
                    "homepage": "https://paragonie.com"
940
                }
941
            ],
942
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
943
            "keywords": [
944
                "csprng",
945
                "pseudorandom",
946
                "random"
947
            ],
948
            "time": "2018-04-04T21:24:14+00:00"
949
        },
950
        {
951
            "name": "phar-io/manifest",
952
            "version": "1.0.1",
953
            "source": {
954
                "type": "git",
955
                "url": "https://github.com/phar-io/manifest.git",
956
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
957
            },
958
            "dist": {
959
                "type": "zip",
960
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
961
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
962
                "shasum": ""
963
            },
964
            "require": {
965
                "ext-dom": "*",
966
                "ext-phar": "*",
967
                "phar-io/version": "^1.0.1",
968
                "php": "^5.6 || ^7.0"
969
            },
970
            "type": "library",
971
            "extra": {
972
                "branch-alias": {
973
                    "dev-master": "1.0.x-dev"
974
                }
975
            },
976
            "autoload": {
977
                "classmap": [
978
                    "src/"
979
                ]
980
            },
981
            "notification-url": "https://packagist.org/downloads/",
982
            "license": [
983
                "BSD-3-Clause"
984
            ],
985
            "authors": [
986
                {
987
                    "name": "Arne Blankerts",
988
                    "email": "[email protected]",
989
                    "role": "Developer"
990
                },
991
                {
992
                    "name": "Sebastian Heuer",
993
                    "email": "[email protected]",
994
                    "role": "Developer"
995
                },
996
                {
997
                    "name": "Sebastian Bergmann",
998
                    "email": "[email protected]",
999
                    "role": "Developer"
1000
                }
1001
            ],
1002
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1003
            "time": "2017-03-05T18:14:27+00:00"
1004
        },
1005
        {
1006
            "name": "phar-io/version",
1007
            "version": "1.0.1",
1008
            "source": {
1009
                "type": "git",
1010
                "url": "https://github.com/phar-io/version.git",
1011
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
1012
            },
1013
            "dist": {
1014
                "type": "zip",
1015
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
1016
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
1017
                "shasum": ""
1018
            },
1019
            "require": {
1020
                "php": "^5.6 || ^7.0"
1021
            },
1022
            "type": "library",
1023
            "autoload": {
1024
                "classmap": [
1025
                    "src/"
1026
                ]
1027
            },
1028
            "notification-url": "https://packagist.org/downloads/",
1029
            "license": [
1030
                "BSD-3-Clause"
1031
            ],
1032
            "authors": [
1033
                {
1034
                    "name": "Arne Blankerts",
1035
                    "email": "[email protected]",
1036
                    "role": "Developer"
1037
                },
1038
                {
1039
                    "name": "Sebastian Heuer",
1040
                    "email": "[email protected]",
1041
                    "role": "Developer"
1042
                },
1043
                {
1044
                    "name": "Sebastian Bergmann",
1045
                    "email": "[email protected]",
1046
                    "role": "Developer"
1047
                }
1048
            ],
1049
            "description": "Library for handling version information and constraints",
1050
            "time": "2017-03-05T17:38:23+00:00"
1051
        },
1052
        {
1053
            "name": "phpdocumentor/reflection-common",
1054
            "version": "1.0.1",
1055
            "source": {
1056
                "type": "git",
1057
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1058
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1059
            },
1060
            "dist": {
1061
                "type": "zip",
1062
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1063
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1064
                "shasum": ""
1065
            },
1066
            "require": {
1067
                "php": ">=5.5"
1068
            },
1069
            "require-dev": {
1070
                "phpunit/phpunit": "^4.6"
1071
            },
1072
            "type": "library",
1073
            "extra": {
1074
                "branch-alias": {
1075
                    "dev-master": "1.0.x-dev"
1076
                }
1077
            },
1078
            "autoload": {
1079
                "psr-4": {
1080
                    "phpDocumentor\\Reflection\\": [
1081
                        "src"
1082
                    ]
1083
                }
1084
            },
1085
            "notification-url": "https://packagist.org/downloads/",
1086
            "license": [
1087
                "MIT"
1088
            ],
1089
            "authors": [
1090
                {
1091
                    "name": "Jaap van Otterdijk",
1092
                    "email": "[email protected]"
1093
                }
1094
            ],
1095
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1096
            "homepage": "http://www.phpdoc.org",
1097
            "keywords": [
1098
                "FQSEN",
1099
                "phpDocumentor",
1100
                "phpdoc",
1101
                "reflection",
1102
                "static analysis"
1103
            ],
1104
            "time": "2017-09-11T18:02:19+00:00"
1105
        },
1106
        {
1107
            "name": "phpdocumentor/reflection-docblock",
1108
            "version": "4.3.0",
1109
            "source": {
1110
                "type": "git",
1111
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1112
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
1113
            },
1114
            "dist": {
1115
                "type": "zip",
1116
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
1117
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
1118
                "shasum": ""
1119
            },
1120
            "require": {
1121
                "php": "^7.0",
1122
                "phpdocumentor/reflection-common": "^1.0.0",
1123
                "phpdocumentor/type-resolver": "^0.4.0",
1124
                "webmozart/assert": "^1.0"
1125
            },
1126
            "require-dev": {
1127
                "doctrine/instantiator": "~1.0.5",
1128
                "mockery/mockery": "^1.0",
1129
                "phpunit/phpunit": "^6.4"
1130
            },
1131
            "type": "library",
1132
            "extra": {
1133
                "branch-alias": {
1134
                    "dev-master": "4.x-dev"
1135
                }
1136
            },
1137
            "autoload": {
1138
                "psr-4": {
1139
                    "phpDocumentor\\Reflection\\": [
1140
                        "src/"
1141
                    ]
1142
                }
1143
            },
1144
            "notification-url": "https://packagist.org/downloads/",
1145
            "license": [
1146
                "MIT"
1147
            ],
1148
            "authors": [
1149
                {
1150
                    "name": "Mike van Riel",
1151
                    "email": "[email protected]"
1152
                }
1153
            ],
1154
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1155
            "time": "2017-11-30T07:14:17+00:00"
1156
        },
1157
        {
1158
            "name": "phpdocumentor/type-resolver",
1159
            "version": "0.4.0",
1160
            "source": {
1161
                "type": "git",
1162
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1163
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1164
            },
1165
            "dist": {
1166
                "type": "zip",
1167
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1168
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1169
                "shasum": ""
1170
            },
1171
            "require": {
1172
                "php": "^5.5 || ^7.0",
1173
                "phpdocumentor/reflection-common": "^1.0"
1174
            },
1175
            "require-dev": {
1176
                "mockery/mockery": "^0.9.4",
1177
                "phpunit/phpunit": "^5.2||^4.8.24"
1178
            },
1179
            "type": "library",
1180
            "extra": {
1181
                "branch-alias": {
1182
                    "dev-master": "1.0.x-dev"
1183
                }
1184
            },
1185
            "autoload": {
1186
                "psr-4": {
1187
                    "phpDocumentor\\Reflection\\": [
1188
                        "src/"
1189
                    ]
1190
                }
1191
            },
1192
            "notification-url": "https://packagist.org/downloads/",
1193
            "license": [
1194
                "MIT"
1195
            ],
1196
            "authors": [
1197
                {
1198
                    "name": "Mike van Riel",
1199
                    "email": "[email protected]"
1200
                }
1201
            ],
1202
            "time": "2017-07-14T14:27:02+00:00"
1203
        },
1204
        {
1205
            "name": "phpspec/prophecy",
1206
            "version": "1.7.6",
1207
            "source": {
1208
                "type": "git",
1209
                "url": "https://github.com/phpspec/prophecy.git",
1210
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
1211
            },
1212
            "dist": {
1213
                "type": "zip",
1214
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1215
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
1216
                "shasum": ""
1217
            },
1218
            "require": {
1219
                "doctrine/instantiator": "^1.0.2",
1220
                "php": "^5.3|^7.0",
1221
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1222
                "sebastian/comparator": "^1.1|^2.0|^3.0",
1223
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1224
            },
1225
            "require-dev": {
1226
                "phpspec/phpspec": "^2.5|^3.2",
1227
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
1228
            },
1229
            "type": "library",
1230
            "extra": {
1231
                "branch-alias": {
1232
                    "dev-master": "1.7.x-dev"
1233
                }
1234
            },
1235
            "autoload": {
1236
                "psr-0": {
1237
                    "Prophecy\\": "src/"
1238
                }
1239
            },
1240
            "notification-url": "https://packagist.org/downloads/",
1241
            "license": [
1242
                "MIT"
1243
            ],
1244
            "authors": [
1245
                {
1246
                    "name": "Konstantin Kudryashov",
1247
                    "email": "[email protected]",
1248
                    "homepage": "http://everzet.com"
1249
                },
1250
                {
1251
                    "name": "Marcello Duarte",
1252
                    "email": "[email protected]"
1253
                }
1254
            ],
1255
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1256
            "homepage": "https://github.com/phpspec/prophecy",
1257
            "keywords": [
1258
                "Double",
1259
                "Dummy",
1260
                "fake",
1261
                "mock",
1262
                "spy",
1263
                "stub"
1264
            ],
1265
            "time": "2018-04-18T13:57:24+00:00"
1266
        },
1267
        {
1268
            "name": "phpunit/php-code-coverage",
1269
            "version": "6.0.4",
1270
            "source": {
1271
                "type": "git",
1272
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1273
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca"
1274
            },
1275
            "dist": {
1276
                "type": "zip",
1277
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52187754b0eed0b8159f62a6fa30073327e8c2ca",
1278
                "reference": "52187754b0eed0b8159f62a6fa30073327e8c2ca",
1279
                "shasum": ""
1280
            },
1281
            "require": {
1282
                "ext-dom": "*",
1283
                "ext-xmlwriter": "*",
1284
                "php": "^7.1",
1285
                "phpunit/php-file-iterator": "^1.4.2",
1286
                "phpunit/php-text-template": "^1.2.1",
1287
                "phpunit/php-token-stream": "^3.0",
1288
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
1289
                "sebastian/environment": "^3.1",
1290
                "sebastian/version": "^2.0.1",
1291
                "theseer/tokenizer": "^1.1"
1292
            },
1293
            "require-dev": {
1294
                "phpunit/phpunit": "^7.0"
1295
            },
1296
            "suggest": {
1297
                "ext-xdebug": "^2.6.0"
1298
            },
1299
            "type": "library",
1300
            "extra": {
1301
                "branch-alias": {
1302
                    "dev-master": "6.0-dev"
1303
                }
1304
            },
1305
            "autoload": {
1306
                "classmap": [
1307
                    "src/"
1308
                ]
1309
            },
1310
            "notification-url": "https://packagist.org/downloads/",
1311
            "license": [
1312
                "BSD-3-Clause"
1313
            ],
1314
            "authors": [
1315
                {
1316
                    "name": "Sebastian Bergmann",
1317
                    "email": "[email protected]",
1318
                    "role": "lead"
1319
                }
1320
            ],
1321
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1322
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1323
            "keywords": [
1324
                "coverage",
1325
                "testing",
1326
                "xunit"
1327
            ],
1328
            "time": "2018-04-29T14:59:09+00:00"
1329
        },
1330
        {
1331
            "name": "phpunit/php-file-iterator",
1332
            "version": "1.4.5",
1333
            "source": {
1334
                "type": "git",
1335
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1336
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
1337
            },
1338
            "dist": {
1339
                "type": "zip",
1340
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
1341
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
1342
                "shasum": ""
1343
            },
1344
            "require": {
1345
                "php": ">=5.3.3"
1346
            },
1347
            "type": "library",
1348
            "extra": {
1349
                "branch-alias": {
1350
                    "dev-master": "1.4.x-dev"
1351
                }
1352
            },
1353
            "autoload": {
1354
                "classmap": [
1355
                    "src/"
1356
                ]
1357
            },
1358
            "notification-url": "https://packagist.org/downloads/",
1359
            "license": [
1360
                "BSD-3-Clause"
1361
            ],
1362
            "authors": [
1363
                {
1364
                    "name": "Sebastian Bergmann",
1365
                    "email": "[email protected]",
1366
                    "role": "lead"
1367
                }
1368
            ],
1369
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1370
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1371
            "keywords": [
1372
                "filesystem",
1373
                "iterator"
1374
            ],
1375
            "time": "2017-11-27T13:52:08+00:00"
1376
        },
1377
        {
1378
            "name": "phpunit/php-text-template",
1379
            "version": "1.2.1",
1380
            "source": {
1381
                "type": "git",
1382
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1383
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1384
            },
1385
            "dist": {
1386
                "type": "zip",
1387
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1388
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1389
                "shasum": ""
1390
            },
1391
            "require": {
1392
                "php": ">=5.3.3"
1393
            },
1394
            "type": "library",
1395
            "autoload": {
1396
                "classmap": [
1397
                    "src/"
1398
                ]
1399
            },
1400
            "notification-url": "https://packagist.org/downloads/",
1401
            "license": [
1402
                "BSD-3-Clause"
1403
            ],
1404
            "authors": [
1405
                {
1406
                    "name": "Sebastian Bergmann",
1407
                    "email": "[email protected]",
1408
                    "role": "lead"
1409
                }
1410
            ],
1411
            "description": "Simple template engine.",
1412
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1413
            "keywords": [
1414
                "template"
1415
            ],
1416
            "time": "2015-06-21T13:50:34+00:00"
1417
        },
1418
        {
1419
            "name": "phpunit/php-timer",
1420
            "version": "2.0.0",
1421
            "source": {
1422
                "type": "git",
1423
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1424
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
1425
            },
1426
            "dist": {
1427
                "type": "zip",
1428
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
1429
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
1430
                "shasum": ""
1431
            },
1432
            "require": {
1433
                "php": "^7.1"
1434
            },
1435
            "require-dev": {
1436
                "phpunit/phpunit": "^7.0"
1437
            },
1438
            "type": "library",
1439
            "extra": {
1440
                "branch-alias": {
1441
                    "dev-master": "2.0-dev"
1442
                }
1443
            },
1444
            "autoload": {
1445
                "classmap": [
1446
                    "src/"
1447
                ]
1448
            },
1449
            "notification-url": "https://packagist.org/downloads/",
1450
            "license": [
1451
                "BSD-3-Clause"
1452
            ],
1453
            "authors": [
1454
                {
1455
                    "name": "Sebastian Bergmann",
1456
                    "email": "[email protected]",
1457
                    "role": "lead"
1458
                }
1459
            ],
1460
            "description": "Utility class for timing",
1461
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1462
            "keywords": [
1463
                "timer"
1464
            ],
1465
            "time": "2018-02-01T13:07:23+00:00"
1466
        },
1467
        {
1468
            "name": "phpunit/php-token-stream",
1469
            "version": "3.0.0",
1470
            "source": {
1471
                "type": "git",
1472
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1473
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
1474
            },
1475
            "dist": {
1476
                "type": "zip",
1477
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
1478
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
1479
                "shasum": ""
1480
            },
1481
            "require": {
1482
                "ext-tokenizer": "*",
1483
                "php": "^7.1"
1484
            },
1485
            "require-dev": {
1486
                "phpunit/phpunit": "^7.0"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "3.0-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "classmap": [
1496
                    "src/"
1497
                ]
1498
            },
1499
            "notification-url": "https://packagist.org/downloads/",
1500
            "license": [
1501
                "BSD-3-Clause"
1502
            ],
1503
            "authors": [
1504
                {
1505
                    "name": "Sebastian Bergmann",
1506
                    "email": "[email protected]"
1507
                }
1508
            ],
1509
            "description": "Wrapper around PHP's tokenizer extension.",
1510
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1511
            "keywords": [
1512
                "tokenizer"
1513
            ],
1514
            "time": "2018-02-01T13:16:43+00:00"
1515
        },
1516
        {
1517
            "name": "phpunit/phpunit",
1518
            "version": "7.1.5",
1519
            "source": {
1520
                "type": "git",
1521
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1522
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435"
1523
            },
1524
            "dist": {
1525
                "type": "zip",
1526
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ca64dba53b88aba6af32aebc6b388068db95c435",
1527
                "reference": "ca64dba53b88aba6af32aebc6b388068db95c435",
1528
                "shasum": ""
1529
            },
1530
            "require": {
1531
                "ext-dom": "*",
1532
                "ext-json": "*",
1533
                "ext-libxml": "*",
1534
                "ext-mbstring": "*",
1535
                "ext-xml": "*",
1536
                "myclabs/deep-copy": "^1.6.1",
1537
                "phar-io/manifest": "^1.0.1",
1538
                "phar-io/version": "^1.0",
1539
                "php": "^7.1",
1540
                "phpspec/prophecy": "^1.7",
1541
                "phpunit/php-code-coverage": "^6.0.1",
1542
                "phpunit/php-file-iterator": "^1.4.3",
1543
                "phpunit/php-text-template": "^1.2.1",
1544
                "phpunit/php-timer": "^2.0",
1545
                "phpunit/phpunit-mock-objects": "^6.1.1",
1546
                "sebastian/comparator": "^3.0",
1547
                "sebastian/diff": "^3.0",
1548
                "sebastian/environment": "^3.1",
1549
                "sebastian/exporter": "^3.1",
1550
                "sebastian/global-state": "^2.0",
1551
                "sebastian/object-enumerator": "^3.0.3",
1552
                "sebastian/resource-operations": "^1.0",
1553
                "sebastian/version": "^2.0.1"
1554
            },
1555
            "require-dev": {
1556
                "ext-pdo": "*"
1557
            },
1558
            "suggest": {
1559
                "ext-xdebug": "*",
1560
                "phpunit/php-invoker": "^2.0"
1561
            },
1562
            "bin": [
1563
                "phpunit"
1564
            ],
1565
            "type": "library",
1566
            "extra": {
1567
                "branch-alias": {
1568
                    "dev-master": "7.1-dev"
1569
                }
1570
            },
1571
            "autoload": {
1572
                "classmap": [
1573
                    "src/"
1574
                ]
1575
            },
1576
            "notification-url": "https://packagist.org/downloads/",
1577
            "license": [
1578
                "BSD-3-Clause"
1579
            ],
1580
            "authors": [
1581
                {
1582
                    "name": "Sebastian Bergmann",
1583
                    "email": "[email protected]",
1584
                    "role": "lead"
1585
                }
1586
            ],
1587
            "description": "The PHP Unit Testing framework.",
1588
            "homepage": "https://phpunit.de/",
1589
            "keywords": [
1590
                "phpunit",
1591
                "testing",
1592
                "xunit"
1593
            ],
1594
            "time": "2018-04-29T15:09:19+00:00"
1595
        },
1596
        {
1597
            "name": "phpunit/phpunit-mock-objects",
1598
            "version": "6.1.1",
1599
            "source": {
1600
                "type": "git",
1601
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1602
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157"
1603
            },
1604
            "dist": {
1605
                "type": "zip",
1606
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/70c740bde8fd9ea9ea295be1cd875dd7b267e157",
1607
                "reference": "70c740bde8fd9ea9ea295be1cd875dd7b267e157",
1608
                "shasum": ""
1609
            },
1610
            "require": {
1611
                "doctrine/instantiator": "^1.0.5",
1612
                "php": "^7.1",
1613
                "phpunit/php-text-template": "^1.2.1",
1614
                "sebastian/exporter": "^3.1"
1615
            },
1616
            "require-dev": {
1617
                "phpunit/phpunit": "^7.0"
1618
            },
1619
            "suggest": {
1620
                "ext-soap": "*"
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "branch-alias": {
1625
                    "dev-master": "6.1-dev"
1626
                }
1627
            },
1628
            "autoload": {
1629
                "classmap": [
1630
                    "src/"
1631
                ]
1632
            },
1633
            "notification-url": "https://packagist.org/downloads/",
1634
            "license": [
1635
                "BSD-3-Clause"
1636
            ],
1637
            "authors": [
1638
                {
1639
                    "name": "Sebastian Bergmann",
1640
                    "email": "[email protected]",
1641
                    "role": "lead"
1642
                }
1643
            ],
1644
            "description": "Mock Object library for PHPUnit",
1645
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1646
            "keywords": [
1647
                "mock",
1648
                "xunit"
1649
            ],
1650
            "time": "2018-04-11T04:50:36+00:00"
1651
        },
1652
        {
1653
            "name": "psr/container",
1654
            "version": "1.0.0",
1655
            "source": {
1656
                "type": "git",
1657
                "url": "https://github.com/php-fig/container.git",
1658
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1659
            },
1660
            "dist": {
1661
                "type": "zip",
1662
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1663
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1664
                "shasum": ""
1665
            },
1666
            "require": {
1667
                "php": ">=5.3.0"
1668
            },
1669
            "type": "library",
1670
            "extra": {
1671
                "branch-alias": {
1672
                    "dev-master": "1.0.x-dev"
1673
                }
1674
            },
1675
            "autoload": {
1676
                "psr-4": {
1677
                    "Psr\\Container\\": "src/"
1678
                }
1679
            },
1680
            "notification-url": "https://packagist.org/downloads/",
1681
            "license": [
1682
                "MIT"
1683
            ],
1684
            "authors": [
1685
                {
1686
                    "name": "PHP-FIG",
1687
                    "homepage": "http://www.php-fig.org/"
1688
                }
1689
            ],
1690
            "description": "Common Container Interface (PHP FIG PSR-11)",
1691
            "homepage": "https://github.com/php-fig/container",
1692
            "keywords": [
1693
                "PSR-11",
1694
                "container",
1695
                "container-interface",
1696
                "container-interop",
1697
                "psr"
1698
            ],
1699
            "time": "2017-02-14T16:28:37+00:00"
1700
        },
1701
        {
1702
            "name": "psr/log",
1703
            "version": "1.0.2",
1704
            "source": {
1705
                "type": "git",
1706
                "url": "https://github.com/php-fig/log.git",
1707
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1708
            },
1709
            "dist": {
1710
                "type": "zip",
1711
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1712
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1713
                "shasum": ""
1714
            },
1715
            "require": {
1716
                "php": ">=5.3.0"
1717
            },
1718
            "type": "library",
1719
            "extra": {
1720
                "branch-alias": {
1721
                    "dev-master": "1.0.x-dev"
1722
                }
1723
            },
1724
            "autoload": {
1725
                "psr-4": {
1726
                    "Psr\\Log\\": "Psr/Log/"
1727
                }
1728
            },
1729
            "notification-url": "https://packagist.org/downloads/",
1730
            "license": [
1731
                "MIT"
1732
            ],
1733
            "authors": [
1734
                {
1735
                    "name": "PHP-FIG",
1736
                    "homepage": "http://www.php-fig.org/"
1737
                }
1738
            ],
1739
            "description": "Common interface for logging libraries",
1740
            "homepage": "https://github.com/php-fig/log",
1741
            "keywords": [
1742
                "log",
1743
                "psr",
1744
                "psr-3"
1745
            ],
1746
            "time": "2016-10-10T12:19:37+00:00"
1747
        },
1748
        {
1749
            "name": "psr/simple-cache",
1750
            "version": "1.0.1",
1751
            "source": {
1752
                "type": "git",
1753
                "url": "https://github.com/php-fig/simple-cache.git",
1754
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1755
            },
1756
            "dist": {
1757
                "type": "zip",
1758
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1759
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1760
                "shasum": ""
1761
            },
1762
            "require": {
1763
                "php": ">=5.3.0"
1764
            },
1765
            "type": "library",
1766
            "extra": {
1767
                "branch-alias": {
1768
                    "dev-master": "1.0.x-dev"
1769
                }
1770
            },
1771
            "autoload": {
1772
                "psr-4": {
1773
                    "Psr\\SimpleCache\\": "src/"
1774
                }
1775
            },
1776
            "notification-url": "https://packagist.org/downloads/",
1777
            "license": [
1778
                "MIT"
1779
            ],
1780
            "authors": [
1781
                {
1782
                    "name": "PHP-FIG",
1783
                    "homepage": "http://www.php-fig.org/"
1784
                }
1785
            ],
1786
            "description": "Common interfaces for simple caching",
1787
            "keywords": [
1788
                "cache",
1789
                "caching",
1790
                "psr",
1791
                "psr-16",
1792
                "simple-cache"
1793
            ],
1794
            "time": "2017-10-23T01:57:42+00:00"
1795
        },
1796
        {
1797
            "name": "ramsey/uuid",
1798
            "version": "3.7.3",
1799
            "source": {
1800
                "type": "git",
1801
                "url": "https://github.com/ramsey/uuid.git",
1802
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
1803
            },
1804
            "dist": {
1805
                "type": "zip",
1806
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1807
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1808
                "shasum": ""
1809
            },
1810
            "require": {
1811
                "paragonie/random_compat": "^1.0|^2.0",
1812
                "php": "^5.4 || ^7.0"
1813
            },
1814
            "replace": {
1815
                "rhumsaa/uuid": "self.version"
1816
            },
1817
            "require-dev": {
1818
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1819
                "doctrine/annotations": "~1.2.0",
1820
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
1821
                "ircmaxell/random-lib": "^1.1",
1822
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1823
                "mockery/mockery": "^0.9.9",
1824
                "moontoast/math": "^1.1",
1825
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1826
                "phpunit/phpunit": "^4.7|^5.0",
1827
                "squizlabs/php_codesniffer": "^2.3"
1828
            },
1829
            "suggest": {
1830
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1831
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1832
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1833
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1834
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1835
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1836
            },
1837
            "type": "library",
1838
            "extra": {
1839
                "branch-alias": {
1840
                    "dev-master": "3.x-dev"
1841
                }
1842
            },
1843
            "autoload": {
1844
                "psr-4": {
1845
                    "Ramsey\\Uuid\\": "src/"
1846
                }
1847
            },
1848
            "notification-url": "https://packagist.org/downloads/",
1849
            "license": [
1850
                "MIT"
1851
            ],
1852
            "authors": [
1853
                {
1854
                    "name": "Marijn Huizendveld",
1855
                    "email": "[email protected]"
1856
                },
1857
                {
1858
                    "name": "Thibaud Fabre",
1859
                    "email": "[email protected]"
1860
                },
1861
                {
1862
                    "name": "Ben Ramsey",
1863
                    "email": "[email protected]",
1864
                    "homepage": "https://benramsey.com"
1865
                }
1866
            ],
1867
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1868
            "homepage": "https://github.com/ramsey/uuid",
1869
            "keywords": [
1870
                "guid",
1871
                "identifier",
1872
                "uuid"
1873
            ],
1874
            "time": "2018-01-20T00:28:24+00:00"
1875
        },
1876
        {
1877
            "name": "sebastian/code-unit-reverse-lookup",
1878
            "version": "1.0.1",
1879
            "source": {
1880
                "type": "git",
1881
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1882
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1883
            },
1884
            "dist": {
1885
                "type": "zip",
1886
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1887
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1888
                "shasum": ""
1889
            },
1890
            "require": {
1891
                "php": "^5.6 || ^7.0"
1892
            },
1893
            "require-dev": {
1894
                "phpunit/phpunit": "^5.7 || ^6.0"
1895
            },
1896
            "type": "library",
1897
            "extra": {
1898
                "branch-alias": {
1899
                    "dev-master": "1.0.x-dev"
1900
                }
1901
            },
1902
            "autoload": {
1903
                "classmap": [
1904
                    "src/"
1905
                ]
1906
            },
1907
            "notification-url": "https://packagist.org/downloads/",
1908
            "license": [
1909
                "BSD-3-Clause"
1910
            ],
1911
            "authors": [
1912
                {
1913
                    "name": "Sebastian Bergmann",
1914
                    "email": "[email protected]"
1915
                }
1916
            ],
1917
            "description": "Looks up which function or method a line of code belongs to",
1918
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1919
            "time": "2017-03-04T06:30:41+00:00"
1920
        },
1921
        {
1922
            "name": "sebastian/comparator",
1923
            "version": "3.0.0",
1924
            "source": {
1925
                "type": "git",
1926
                "url": "https://github.com/sebastianbergmann/comparator.git",
1927
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5"
1928
            },
1929
            "dist": {
1930
                "type": "zip",
1931
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
1932
                "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5",
1933
                "shasum": ""
1934
            },
1935
            "require": {
1936
                "php": "^7.1",
1937
                "sebastian/diff": "^3.0",
1938
                "sebastian/exporter": "^3.1"
1939
            },
1940
            "require-dev": {
1941
                "phpunit/phpunit": "^7.1"
1942
            },
1943
            "type": "library",
1944
            "extra": {
1945
                "branch-alias": {
1946
                    "dev-master": "3.0-dev"
1947
                }
1948
            },
1949
            "autoload": {
1950
                "classmap": [
1951
                    "src/"
1952
                ]
1953
            },
1954
            "notification-url": "https://packagist.org/downloads/",
1955
            "license": [
1956
                "BSD-3-Clause"
1957
            ],
1958
            "authors": [
1959
                {
1960
                    "name": "Jeff Welch",
1961
                    "email": "[email protected]"
1962
                },
1963
                {
1964
                    "name": "Volker Dusch",
1965
                    "email": "[email protected]"
1966
                },
1967
                {
1968
                    "name": "Bernhard Schussek",
1969
                    "email": "[email protected]"
1970
                },
1971
                {
1972
                    "name": "Sebastian Bergmann",
1973
                    "email": "[email protected]"
1974
                }
1975
            ],
1976
            "description": "Provides the functionality to compare PHP values for equality",
1977
            "homepage": "https://github.com/sebastianbergmann/comparator",
1978
            "keywords": [
1979
                "comparator",
1980
                "compare",
1981
                "equality"
1982
            ],
1983
            "time": "2018-04-18T13:33:00+00:00"
1984
        },
1985
        {
1986
            "name": "sebastian/diff",
1987
            "version": "3.0.0",
1988
            "source": {
1989
                "type": "git",
1990
                "url": "https://github.com/sebastianbergmann/diff.git",
1991
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8"
1992
            },
1993
            "dist": {
1994
                "type": "zip",
1995
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8",
1996
                "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8",
1997
                "shasum": ""
1998
            },
1999
            "require": {
2000
                "php": "^7.1"
2001
            },
2002
            "require-dev": {
2003
                "phpunit/phpunit": "^7.0",
2004
                "symfony/process": "^2 || ^3.3 || ^4"
2005
            },
2006
            "type": "library",
2007
            "extra": {
2008
                "branch-alias": {
2009
                    "dev-master": "3.0-dev"
2010
                }
2011
            },
2012
            "autoload": {
2013
                "classmap": [
2014
                    "src/"
2015
                ]
2016
            },
2017
            "notification-url": "https://packagist.org/downloads/",
2018
            "license": [
2019
                "BSD-3-Clause"
2020
            ],
2021
            "authors": [
2022
                {
2023
                    "name": "Kore Nordmann",
2024
                    "email": "[email protected]"
2025
                },
2026
                {
2027
                    "name": "Sebastian Bergmann",
2028
                    "email": "[email protected]"
2029
                }
2030
            ],
2031
            "description": "Diff implementation",
2032
            "homepage": "https://github.com/sebastianbergmann/diff",
2033
            "keywords": [
2034
                "diff",
2035
                "udiff",
2036
                "unidiff",
2037
                "unified diff"
2038
            ],
2039
            "time": "2018-02-01T13:45:15+00:00"
2040
        },
2041
        {
2042
            "name": "sebastian/environment",
2043
            "version": "3.1.0",
2044
            "source": {
2045
                "type": "git",
2046
                "url": "https://github.com/sebastianbergmann/environment.git",
2047
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2048
            },
2049
            "dist": {
2050
                "type": "zip",
2051
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2052
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2053
                "shasum": ""
2054
            },
2055
            "require": {
2056
                "php": "^7.0"
2057
            },
2058
            "require-dev": {
2059
                "phpunit/phpunit": "^6.1"
2060
            },
2061
            "type": "library",
2062
            "extra": {
2063
                "branch-alias": {
2064
                    "dev-master": "3.1.x-dev"
2065
                }
2066
            },
2067
            "autoload": {
2068
                "classmap": [
2069
                    "src/"
2070
                ]
2071
            },
2072
            "notification-url": "https://packagist.org/downloads/",
2073
            "license": [
2074
                "BSD-3-Clause"
2075
            ],
2076
            "authors": [
2077
                {
2078
                    "name": "Sebastian Bergmann",
2079
                    "email": "[email protected]"
2080
                }
2081
            ],
2082
            "description": "Provides functionality to handle HHVM/PHP environments",
2083
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2084
            "keywords": [
2085
                "Xdebug",
2086
                "environment",
2087
                "hhvm"
2088
            ],
2089
            "time": "2017-07-01T08:51:00+00:00"
2090
        },
2091
        {
2092
            "name": "sebastian/exporter",
2093
            "version": "3.1.0",
2094
            "source": {
2095
                "type": "git",
2096
                "url": "https://github.com/sebastianbergmann/exporter.git",
2097
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2098
            },
2099
            "dist": {
2100
                "type": "zip",
2101
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2102
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2103
                "shasum": ""
2104
            },
2105
            "require": {
2106
                "php": "^7.0",
2107
                "sebastian/recursion-context": "^3.0"
2108
            },
2109
            "require-dev": {
2110
                "ext-mbstring": "*",
2111
                "phpunit/phpunit": "^6.0"
2112
            },
2113
            "type": "library",
2114
            "extra": {
2115
                "branch-alias": {
2116
                    "dev-master": "3.1.x-dev"
2117
                }
2118
            },
2119
            "autoload": {
2120
                "classmap": [
2121
                    "src/"
2122
                ]
2123
            },
2124
            "notification-url": "https://packagist.org/downloads/",
2125
            "license": [
2126
                "BSD-3-Clause"
2127
            ],
2128
            "authors": [
2129
                {
2130
                    "name": "Jeff Welch",
2131
                    "email": "[email protected]"
2132
                },
2133
                {
2134
                    "name": "Volker Dusch",
2135
                    "email": "[email protected]"
2136
                },
2137
                {
2138
                    "name": "Bernhard Schussek",
2139
                    "email": "[email protected]"
2140
                },
2141
                {
2142
                    "name": "Sebastian Bergmann",
2143
                    "email": "[email protected]"
2144
                },
2145
                {
2146
                    "name": "Adam Harvey",
2147
                    "email": "[email protected]"
2148
                }
2149
            ],
2150
            "description": "Provides the functionality to export PHP variables for visualization",
2151
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2152
            "keywords": [
2153
                "export",
2154
                "exporter"
2155
            ],
2156
            "time": "2017-04-03T13:19:02+00:00"
2157
        },
2158
        {
2159
            "name": "sebastian/global-state",
2160
            "version": "2.0.0",
2161
            "source": {
2162
                "type": "git",
2163
                "url": "https://github.com/sebastianbergmann/global-state.git",
2164
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2165
            },
2166
            "dist": {
2167
                "type": "zip",
2168
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2169
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2170
                "shasum": ""
2171
            },
2172
            "require": {
2173
                "php": "^7.0"
2174
            },
2175
            "require-dev": {
2176
                "phpunit/phpunit": "^6.0"
2177
            },
2178
            "suggest": {
2179
                "ext-uopz": "*"
2180
            },
2181
            "type": "library",
2182
            "extra": {
2183
                "branch-alias": {
2184
                    "dev-master": "2.0-dev"
2185
                }
2186
            },
2187
            "autoload": {
2188
                "classmap": [
2189
                    "src/"
2190
                ]
2191
            },
2192
            "notification-url": "https://packagist.org/downloads/",
2193
            "license": [
2194
                "BSD-3-Clause"
2195
            ],
2196
            "authors": [
2197
                {
2198
                    "name": "Sebastian Bergmann",
2199
                    "email": "[email protected]"
2200
                }
2201
            ],
2202
            "description": "Snapshotting of global state",
2203
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2204
            "keywords": [
2205
                "global state"
2206
            ],
2207
            "time": "2017-04-27T15:39:26+00:00"
2208
        },
2209
        {
2210
            "name": "sebastian/object-enumerator",
2211
            "version": "3.0.3",
2212
            "source": {
2213
                "type": "git",
2214
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2215
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2216
            },
2217
            "dist": {
2218
                "type": "zip",
2219
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2220
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2221
                "shasum": ""
2222
            },
2223
            "require": {
2224
                "php": "^7.0",
2225
                "sebastian/object-reflector": "^1.1.1",
2226
                "sebastian/recursion-context": "^3.0"
2227
            },
2228
            "require-dev": {
2229
                "phpunit/phpunit": "^6.0"
2230
            },
2231
            "type": "library",
2232
            "extra": {
2233
                "branch-alias": {
2234
                    "dev-master": "3.0.x-dev"
2235
                }
2236
            },
2237
            "autoload": {
2238
                "classmap": [
2239
                    "src/"
2240
                ]
2241
            },
2242
            "notification-url": "https://packagist.org/downloads/",
2243
            "license": [
2244
                "BSD-3-Clause"
2245
            ],
2246
            "authors": [
2247
                {
2248
                    "name": "Sebastian Bergmann",
2249
                    "email": "[email protected]"
2250
                }
2251
            ],
2252
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2253
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2254
            "time": "2017-08-03T12:35:26+00:00"
2255
        },
2256
        {
2257
            "name": "sebastian/object-reflector",
2258
            "version": "1.1.1",
2259
            "source": {
2260
                "type": "git",
2261
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2262
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
2263
            },
2264
            "dist": {
2265
                "type": "zip",
2266
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2267
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
2268
                "shasum": ""
2269
            },
2270
            "require": {
2271
                "php": "^7.0"
2272
            },
2273
            "require-dev": {
2274
                "phpunit/phpunit": "^6.0"
2275
            },
2276
            "type": "library",
2277
            "extra": {
2278
                "branch-alias": {
2279
                    "dev-master": "1.1-dev"
2280
                }
2281
            },
2282
            "autoload": {
2283
                "classmap": [
2284
                    "src/"
2285
                ]
2286
            },
2287
            "notification-url": "https://packagist.org/downloads/",
2288
            "license": [
2289
                "BSD-3-Clause"
2290
            ],
2291
            "authors": [
2292
                {
2293
                    "name": "Sebastian Bergmann",
2294
                    "email": "[email protected]"
2295
                }
2296
            ],
2297
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2298
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2299
            "time": "2017-03-29T09:07:27+00:00"
2300
        },
2301
        {
2302
            "name": "sebastian/recursion-context",
2303
            "version": "3.0.0",
2304
            "source": {
2305
                "type": "git",
2306
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2307
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2308
            },
2309
            "dist": {
2310
                "type": "zip",
2311
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2312
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2313
                "shasum": ""
2314
            },
2315
            "require": {
2316
                "php": "^7.0"
2317
            },
2318
            "require-dev": {
2319
                "phpunit/phpunit": "^6.0"
2320
            },
2321
            "type": "library",
2322
            "extra": {
2323
                "branch-alias": {
2324
                    "dev-master": "3.0.x-dev"
2325
                }
2326
            },
2327
            "autoload": {
2328
                "classmap": [
2329
                    "src/"
2330
                ]
2331
            },
2332
            "notification-url": "https://packagist.org/downloads/",
2333
            "license": [
2334
                "BSD-3-Clause"
2335
            ],
2336
            "authors": [
2337
                {
2338
                    "name": "Jeff Welch",
2339
                    "email": "[email protected]"
2340
                },
2341
                {
2342
                    "name": "Sebastian Bergmann",
2343
                    "email": "[email protected]"
2344
                },
2345
                {
2346
                    "name": "Adam Harvey",
2347
                    "email": "[email protected]"
2348
                }
2349
            ],
2350
            "description": "Provides functionality to recursively process PHP variables",
2351
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2352
            "time": "2017-03-03T06:23:57+00:00"
2353
        },
2354
        {
2355
            "name": "sebastian/resource-operations",
2356
            "version": "1.0.0",
2357
            "source": {
2358
                "type": "git",
2359
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2360
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2361
            },
2362
            "dist": {
2363
                "type": "zip",
2364
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2365
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2366
                "shasum": ""
2367
            },
2368
            "require": {
2369
                "php": ">=5.6.0"
2370
            },
2371
            "type": "library",
2372
            "extra": {
2373
                "branch-alias": {
2374
                    "dev-master": "1.0.x-dev"
2375
                }
2376
            },
2377
            "autoload": {
2378
                "classmap": [
2379
                    "src/"
2380
                ]
2381
            },
2382
            "notification-url": "https://packagist.org/downloads/",
2383
            "license": [
2384
                "BSD-3-Clause"
2385
            ],
2386
            "authors": [
2387
                {
2388
                    "name": "Sebastian Bergmann",
2389
                    "email": "[email protected]"
2390
                }
2391
            ],
2392
            "description": "Provides a list of PHP built-in functions that operate on resources",
2393
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2394
            "time": "2015-07-28T20:34:47+00:00"
2395
        },
2396
        {
2397
            "name": "sebastian/version",
2398
            "version": "2.0.1",
2399
            "source": {
2400
                "type": "git",
2401
                "url": "https://github.com/sebastianbergmann/version.git",
2402
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2403
            },
2404
            "dist": {
2405
                "type": "zip",
2406
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2407
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2408
                "shasum": ""
2409
            },
2410
            "require": {
2411
                "php": ">=5.6"
2412
            },
2413
            "type": "library",
2414
            "extra": {
2415
                "branch-alias": {
2416
                    "dev-master": "2.0.x-dev"
2417
                }
2418
            },
2419
            "autoload": {
2420
                "classmap": [
2421
                    "src/"
2422
                ]
2423
            },
2424
            "notification-url": "https://packagist.org/downloads/",
2425
            "license": [
2426
                "BSD-3-Clause"
2427
            ],
2428
            "authors": [
2429
                {
2430
                    "name": "Sebastian Bergmann",
2431
                    "email": "[email protected]",
2432
                    "role": "lead"
2433
                }
2434
            ],
2435
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2436
            "homepage": "https://github.com/sebastianbergmann/version",
2437
            "time": "2016-10-03T07:35:21+00:00"
2438
        },
2439
        {
2440
            "name": "swiftmailer/swiftmailer",
2441
            "version": "v6.0.2",
2442
            "source": {
2443
                "type": "git",
2444
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2445
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
2446
            },
2447
            "dist": {
2448
                "type": "zip",
2449
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
2450
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
2451
                "shasum": ""
2452
            },
2453
            "require": {
2454
                "egulias/email-validator": "~2.0",
2455
                "php": ">=7.0.0"
2456
            },
2457
            "require-dev": {
2458
                "mockery/mockery": "~0.9.1",
2459
                "symfony/phpunit-bridge": "~3.3@dev"
2460
            },
2461
            "type": "library",
2462
            "extra": {
2463
                "branch-alias": {
2464
                    "dev-master": "6.0-dev"
2465
                }
2466
            },
2467
            "autoload": {
2468
                "files": [
2469
                    "lib/swift_required.php"
2470
                ]
2471
            },
2472
            "notification-url": "https://packagist.org/downloads/",
2473
            "license": [
2474
                "MIT"
2475
            ],
2476
            "authors": [
2477
                {
2478
                    "name": "Chris Corbyn"
2479
                },
2480
                {
2481
                    "name": "Fabien Potencier",
2482
                    "email": "[email protected]"
2483
                }
2484
            ],
2485
            "description": "Swiftmailer, free feature-rich PHP mailer",
2486
            "homepage": "http://swiftmailer.symfony.com",
2487
            "keywords": [
2488
                "email",
2489
                "mail",
2490
                "mailer"
2491
            ],
2492
            "time": "2017-09-30T22:39:41+00:00"
2493
        },
2494
        {
2495
            "name": "symfony/console",
2496
            "version": "v4.0.9",
2497
            "source": {
2498
                "type": "git",
2499
                "url": "https://github.com/symfony/console.git",
2500
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
2501
            },
2502
            "dist": {
2503
                "type": "zip",
2504
                "url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2505
                "reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
2506
                "shasum": ""
2507
            },
2508
            "require": {
2509
                "php": "^7.1.3",
2510
                "symfony/polyfill-mbstring": "~1.0"
2511
            },
2512
            "conflict": {
2513
                "symfony/dependency-injection": "<3.4",
2514
                "symfony/process": "<3.3"
2515
            },
2516
            "require-dev": {
2517
                "psr/log": "~1.0",
2518
                "symfony/config": "~3.4|~4.0",
2519
                "symfony/dependency-injection": "~3.4|~4.0",
2520
                "symfony/event-dispatcher": "~3.4|~4.0",
2521
                "symfony/lock": "~3.4|~4.0",
2522
                "symfony/process": "~3.4|~4.0"
2523
            },
2524
            "suggest": {
2525
                "psr/log-implementation": "For using the console logger",
2526
                "symfony/event-dispatcher": "",
2527
                "symfony/lock": "",
2528
                "symfony/process": ""
2529
            },
2530
            "type": "library",
2531
            "extra": {
2532
                "branch-alias": {
2533
                    "dev-master": "4.0-dev"
2534
                }
2535
            },
2536
            "autoload": {
2537
                "psr-4": {
2538
                    "Symfony\\Component\\Console\\": ""
2539
                },
2540
                "exclude-from-classmap": [
2541
                    "/Tests/"
2542
                ]
2543
            },
2544
            "notification-url": "https://packagist.org/downloads/",
2545
            "license": [
2546
                "MIT"
2547
            ],
2548
            "authors": [
2549
                {
2550
                    "name": "Fabien Potencier",
2551
                    "email": "[email protected]"
2552
                },
2553
                {
2554
                    "name": "Symfony Community",
2555
                    "homepage": "https://symfony.com/contributors"
2556
                }
2557
            ],
2558
            "description": "Symfony Console Component",
2559
            "homepage": "https://symfony.com",
2560
            "time": "2018-04-30T01:23:47+00:00"
2561
        },
2562
        {
2563
            "name": "symfony/css-selector",
2564
            "version": "v4.0.9",
2565
            "source": {
2566
                "type": "git",
2567
                "url": "https://github.com/symfony/css-selector.git",
2568
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2"
2569
            },
2570
            "dist": {
2571
                "type": "zip",
2572
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
2573
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
2574
                "shasum": ""
2575
            },
2576
            "require": {
2577
                "php": "^7.1.3"
2578
            },
2579
            "type": "library",
2580
            "extra": {
2581
                "branch-alias": {
2582
                    "dev-master": "4.0-dev"
2583
                }
2584
            },
2585
            "autoload": {
2586
                "psr-4": {
2587
                    "Symfony\\Component\\CssSelector\\": ""
2588
                },
2589
                "exclude-from-classmap": [
2590
                    "/Tests/"
2591
                ]
2592
            },
2593
            "notification-url": "https://packagist.org/downloads/",
2594
            "license": [
2595
                "MIT"
2596
            ],
2597
            "authors": [
2598
                {
2599
                    "name": "Jean-François Simon",
2600
                    "email": "[email protected]"
2601
                },
2602
                {
2603
                    "name": "Fabien Potencier",
2604
                    "email": "[email protected]"
2605
                },
2606
                {
2607
                    "name": "Symfony Community",
2608
                    "homepage": "https://symfony.com/contributors"
2609
                }
2610
            ],
2611
            "description": "Symfony CssSelector Component",
2612
            "homepage": "https://symfony.com",
2613
            "time": "2018-03-19T22:35:49+00:00"
2614
        },
2615
        {
2616
            "name": "symfony/debug",
2617
            "version": "v4.0.9",
2618
            "source": {
2619
                "type": "git",
2620
                "url": "https://github.com/symfony/debug.git",
2621
                "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e"
2622
            },
2623
            "dist": {
2624
                "type": "zip",
2625
                "url": "https://api.github.com/repos/symfony/debug/zipball/e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
2626
                "reference": "e1d57cdb357e5b10f5fdacbb0b86689c0a435e6e",
2627
                "shasum": ""
2628
            },
2629
            "require": {
2630
                "php": "^7.1.3",
2631
                "psr/log": "~1.0"
2632
            },
2633
            "conflict": {
2634
                "symfony/http-kernel": "<3.4"
2635
            },
2636
            "require-dev": {
2637
                "symfony/http-kernel": "~3.4|~4.0"
2638
            },
2639
            "type": "library",
2640
            "extra": {
2641
                "branch-alias": {
2642
                    "dev-master": "4.0-dev"
2643
                }
2644
            },
2645
            "autoload": {
2646
                "psr-4": {
2647
                    "Symfony\\Component\\Debug\\": ""
2648
                },
2649
                "exclude-from-classmap": [
2650
                    "/Tests/"
2651
                ]
2652
            },
2653
            "notification-url": "https://packagist.org/downloads/",
2654
            "license": [
2655
                "MIT"
2656
            ],
2657
            "authors": [
2658
                {
2659
                    "name": "Fabien Potencier",
2660
                    "email": "[email protected]"
2661
                },
2662
                {
2663
                    "name": "Symfony Community",
2664
                    "homepage": "https://symfony.com/contributors"
2665
                }
2666
            ],
2667
            "description": "Symfony Debug Component",
2668
            "homepage": "https://symfony.com",
2669
            "time": "2018-04-30T16:59:37+00:00"
2670
        },
2671
        {
2672
            "name": "symfony/event-dispatcher",
2673
            "version": "v4.0.9",
2674
            "source": {
2675
                "type": "git",
2676
                "url": "https://github.com/symfony/event-dispatcher.git",
2677
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
2678
            },
2679
            "dist": {
2680
                "type": "zip",
2681
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
2682
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
2683
                "shasum": ""
2684
            },
2685
            "require": {
2686
                "php": "^7.1.3"
2687
            },
2688
            "conflict": {
2689
                "symfony/dependency-injection": "<3.4"
2690
            },
2691
            "require-dev": {
2692
                "psr/log": "~1.0",
2693
                "symfony/config": "~3.4|~4.0",
2694
                "symfony/dependency-injection": "~3.4|~4.0",
2695
                "symfony/expression-language": "~3.4|~4.0",
2696
                "symfony/stopwatch": "~3.4|~4.0"
2697
            },
2698
            "suggest": {
2699
                "symfony/dependency-injection": "",
2700
                "symfony/http-kernel": ""
2701
            },
2702
            "type": "library",
2703
            "extra": {
2704
                "branch-alias": {
2705
                    "dev-master": "4.0-dev"
2706
                }
2707
            },
2708
            "autoload": {
2709
                "psr-4": {
2710
                    "Symfony\\Component\\EventDispatcher\\": ""
2711
                },
2712
                "exclude-from-classmap": [
2713
                    "/Tests/"
2714
                ]
2715
            },
2716
            "notification-url": "https://packagist.org/downloads/",
2717
            "license": [
2718
                "MIT"
2719
            ],
2720
            "authors": [
2721
                {
2722
                    "name": "Fabien Potencier",
2723
                    "email": "[email protected]"
2724
                },
2725
                {
2726
                    "name": "Symfony Community",
2727
                    "homepage": "https://symfony.com/contributors"
2728
                }
2729
            ],
2730
            "description": "Symfony EventDispatcher Component",
2731
            "homepage": "https://symfony.com",
2732
            "time": "2018-04-06T07:35:43+00:00"
2733
        },
2734
        {
2735
            "name": "symfony/finder",
2736
            "version": "v4.0.9",
2737
            "source": {
2738
                "type": "git",
2739
                "url": "https://github.com/symfony/finder.git",
2740
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
2741
            },
2742
            "dist": {
2743
                "type": "zip",
2744
                "url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2745
                "reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
2746
                "shasum": ""
2747
            },
2748
            "require": {
2749
                "php": "^7.1.3"
2750
            },
2751
            "type": "library",
2752
            "extra": {
2753
                "branch-alias": {
2754
                    "dev-master": "4.0-dev"
2755
                }
2756
            },
2757
            "autoload": {
2758
                "psr-4": {
2759
                    "Symfony\\Component\\Finder\\": ""
2760
                },
2761
                "exclude-from-classmap": [
2762
                    "/Tests/"
2763
                ]
2764
            },
2765
            "notification-url": "https://packagist.org/downloads/",
2766
            "license": [
2767
                "MIT"
2768
            ],
2769
            "authors": [
2770
                {
2771
                    "name": "Fabien Potencier",
2772
                    "email": "[email protected]"
2773
                },
2774
                {
2775
                    "name": "Symfony Community",
2776
                    "homepage": "https://symfony.com/contributors"
2777
                }
2778
            ],
2779
            "description": "Symfony Finder Component",
2780
            "homepage": "https://symfony.com",
2781
            "time": "2018-04-04T05:10:37+00:00"
2782
        },
2783
        {
2784
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-11386: Denial of service when using PDOSessionHandler
- CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
2785
            "version": "v4.0.9",
2786
            "source": {
2787
                "type": "git",
2788
                "url": "https://github.com/symfony/http-foundation.git",
2789
                "reference": "014487772c22d893168e5d628a13e882009fea29"
2790
            },
2791
            "dist": {
2792
                "type": "zip",
2793
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/014487772c22d893168e5d628a13e882009fea29",
2794
                "reference": "014487772c22d893168e5d628a13e882009fea29",
2795
                "shasum": ""
2796
            },
2797
            "require": {
2798
                "php": "^7.1.3",
2799
                "symfony/polyfill-mbstring": "~1.1"
2800
            },
2801
            "require-dev": {
2802
                "symfony/expression-language": "~3.4|~4.0"
2803
            },
2804
            "type": "library",
2805
            "extra": {
2806
                "branch-alias": {
2807
                    "dev-master": "4.0-dev"
2808
                }
2809
            },
2810
            "autoload": {
2811
                "psr-4": {
2812
                    "Symfony\\Component\\HttpFoundation\\": ""
2813
                },
2814
                "exclude-from-classmap": [
2815
                    "/Tests/"
2816
                ]
2817
            },
2818
            "notification-url": "https://packagist.org/downloads/",
2819
            "license": [
2820
                "MIT"
2821
            ],
2822
            "authors": [
2823
                {
2824
                    "name": "Fabien Potencier",
2825
                    "email": "[email protected]"
2826
                },
2827
                {
2828
                    "name": "Symfony Community",
2829
                    "homepage": "https://symfony.com/contributors"
2830
                }
2831
            ],
2832
            "description": "Symfony HttpFoundation Component",
2833
            "homepage": "https://symfony.com",
2834
            "time": "2018-04-30T01:05:59+00:00"
2835
        },
2836
        {
2837
            "name": "symfony/http-kernel",
2838
            "version": "v4.0.9",
2839
            "source": {
2840
                "type": "git",
2841
                "url": "https://github.com/symfony/http-kernel.git",
2842
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25"
2843
            },
2844
            "dist": {
2845
                "type": "zip",
2846
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8333264b6de323ea27a08627d5396aa564fb9c25",
2847
                "reference": "8333264b6de323ea27a08627d5396aa564fb9c25",
2848
                "shasum": ""
2849
            },
2850
            "require": {
2851
                "php": "^7.1.3",
2852
                "psr/log": "~1.0",
2853
                "symfony/debug": "~3.4|~4.0",
2854
                "symfony/event-dispatcher": "~3.4|~4.0",
2855
                "symfony/http-foundation": "~3.4.4|~4.0.4"
2856
            },
2857
            "conflict": {
2858
                "symfony/config": "<3.4",
2859
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
2860
                "symfony/var-dumper": "<3.4",
2861
                "twig/twig": "<1.34|<2.4,>=2"
2862
            },
2863
            "provide": {
2864
                "psr/log-implementation": "1.0"
2865
            },
2866
            "require-dev": {
2867
                "psr/cache": "~1.0",
2868
                "symfony/browser-kit": "~3.4|~4.0",
2869
                "symfony/config": "~3.4|~4.0",
2870
                "symfony/console": "~3.4|~4.0",
2871
                "symfony/css-selector": "~3.4|~4.0",
2872
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
2873
                "symfony/dom-crawler": "~3.4|~4.0",
2874
                "symfony/expression-language": "~3.4|~4.0",
2875
                "symfony/finder": "~3.4|~4.0",
2876
                "symfony/process": "~3.4|~4.0",
2877
                "symfony/routing": "~3.4|~4.0",
2878
                "symfony/stopwatch": "~3.4|~4.0",
2879
                "symfony/templating": "~3.4|~4.0",
2880
                "symfony/translation": "~3.4|~4.0",
2881
                "symfony/var-dumper": "~3.4|~4.0"
2882
            },
2883
            "suggest": {
2884
                "symfony/browser-kit": "",
2885
                "symfony/config": "",
2886
                "symfony/console": "",
2887
                "symfony/dependency-injection": "",
2888
                "symfony/var-dumper": ""
2889
            },
2890
            "type": "library",
2891
            "extra": {
2892
                "branch-alias": {
2893
                    "dev-master": "4.0-dev"
2894
                }
2895
            },
2896
            "autoload": {
2897
                "psr-4": {
2898
                    "Symfony\\Component\\HttpKernel\\": ""
2899
                },
2900
                "exclude-from-classmap": [
2901
                    "/Tests/"
2902
                ]
2903
            },
2904
            "notification-url": "https://packagist.org/downloads/",
2905
            "license": [
2906
                "MIT"
2907
            ],
2908
            "authors": [
2909
                {
2910
                    "name": "Fabien Potencier",
2911
                    "email": "[email protected]"
2912
                },
2913
                {
2914
                    "name": "Symfony Community",
2915
                    "homepage": "https://symfony.com/contributors"
2916
                }
2917
            ],
2918
            "description": "Symfony HttpKernel Component",
2919
            "homepage": "https://symfony.com",
2920
            "time": "2018-04-30T19:45:57+00:00"
2921
        },
2922
        {
2923
            "name": "symfony/polyfill-mbstring",
2924
            "version": "v1.8.0",
2925
            "source": {
2926
                "type": "git",
2927
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2928
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2929
            },
2930
            "dist": {
2931
                "type": "zip",
2932
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2933
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2934
                "shasum": ""
2935
            },
2936
            "require": {
2937
                "php": ">=5.3.3"
2938
            },
2939
            "suggest": {
2940
                "ext-mbstring": "For best performance"
2941
            },
2942
            "type": "library",
2943
            "extra": {
2944
                "branch-alias": {
2945
                    "dev-master": "1.8-dev"
2946
                }
2947
            },
2948
            "autoload": {
2949
                "psr-4": {
2950
                    "Symfony\\Polyfill\\Mbstring\\": ""
2951
                },
2952
                "files": [
2953
                    "bootstrap.php"
2954
                ]
2955
            },
2956
            "notification-url": "https://packagist.org/downloads/",
2957
            "license": [
2958
                "MIT"
2959
            ],
2960
            "authors": [
2961
                {
2962
                    "name": "Nicolas Grekas",
2963
                    "email": "[email protected]"
2964
                },
2965
                {
2966
                    "name": "Symfony Community",
2967
                    "homepage": "https://symfony.com/contributors"
2968
                }
2969
            ],
2970
            "description": "Symfony polyfill for the Mbstring extension",
2971
            "homepage": "https://symfony.com",
2972
            "keywords": [
2973
                "compatibility",
2974
                "mbstring",
2975
                "polyfill",
2976
                "portable",
2977
                "shim"
2978
            ],
2979
            "time": "2018-04-26T10:06:28+00:00"
2980
        },
2981
        {
2982
            "name": "symfony/polyfill-php72",
2983
            "version": "v1.8.0",
2984
            "source": {
2985
                "type": "git",
2986
                "url": "https://github.com/symfony/polyfill-php72.git",
2987
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
2988
            },
2989
            "dist": {
2990
                "type": "zip",
2991
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2992
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
2993
                "shasum": ""
2994
            },
2995
            "require": {
2996
                "php": ">=5.3.3"
2997
            },
2998
            "type": "library",
2999
            "extra": {
3000
                "branch-alias": {
3001
                    "dev-master": "1.8-dev"
3002
                }
3003
            },
3004
            "autoload": {
3005
                "psr-4": {
3006
                    "Symfony\\Polyfill\\Php72\\": ""
3007
                },
3008
                "files": [
3009
                    "bootstrap.php"
3010
                ]
3011
            },
3012
            "notification-url": "https://packagist.org/downloads/",
3013
            "license": [
3014
                "MIT"
3015
            ],
3016
            "authors": [
3017
                {
3018
                    "name": "Nicolas Grekas",
3019
                    "email": "[email protected]"
3020
                },
3021
                {
3022
                    "name": "Symfony Community",
3023
                    "homepage": "https://symfony.com/contributors"
3024
                }
3025
            ],
3026
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3027
            "homepage": "https://symfony.com",
3028
            "keywords": [
3029
                "compatibility",
3030
                "polyfill",
3031
                "portable",
3032
                "shim"
3033
            ],
3034
            "time": "2018-04-26T10:06:28+00:00"
3035
        },
3036
        {
3037
            "name": "symfony/process",
3038
            "version": "v4.0.9",
3039
            "source": {
3040
                "type": "git",
3041
                "url": "https://github.com/symfony/process.git",
3042
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
3043
            },
3044
            "dist": {
3045
                "type": "zip",
3046
                "url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3047
                "reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
3048
                "shasum": ""
3049
            },
3050
            "require": {
3051
                "php": "^7.1.3"
3052
            },
3053
            "type": "library",
3054
            "extra": {
3055
                "branch-alias": {
3056
                    "dev-master": "4.0-dev"
3057
                }
3058
            },
3059
            "autoload": {
3060
                "psr-4": {
3061
                    "Symfony\\Component\\Process\\": ""
3062
                },
3063
                "exclude-from-classmap": [
3064
                    "/Tests/"
3065
                ]
3066
            },
3067
            "notification-url": "https://packagist.org/downloads/",
3068
            "license": [
3069
                "MIT"
3070
            ],
3071
            "authors": [
3072
                {
3073
                    "name": "Fabien Potencier",
3074
                    "email": "[email protected]"
3075
                },
3076
                {
3077
                    "name": "Symfony Community",
3078
                    "homepage": "https://symfony.com/contributors"
3079
                }
3080
            ],
3081
            "description": "Symfony Process Component",
3082
            "homepage": "https://symfony.com",
3083
            "time": "2018-04-03T05:24:00+00:00"
3084
        },
3085
        {
3086
            "name": "symfony/routing",
3087
            "version": "v4.0.9",
3088
            "source": {
3089
                "type": "git",
3090
                "url": "https://github.com/symfony/routing.git",
3091
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027"
3092
            },
3093
            "dist": {
3094
                "type": "zip",
3095
                "url": "https://api.github.com/repos/symfony/routing/zipball/1dfbfdf060bbc80da8dedc062050052e694cd027",
3096
                "reference": "1dfbfdf060bbc80da8dedc062050052e694cd027",
3097
                "shasum": ""
3098
            },
3099
            "require": {
3100
                "php": "^7.1.3"
3101
            },
3102
            "conflict": {
3103
                "symfony/config": "<3.4",
3104
                "symfony/dependency-injection": "<3.4",
3105
                "symfony/yaml": "<3.4"
3106
            },
3107
            "require-dev": {
3108
                "doctrine/annotations": "~1.0",
3109
                "doctrine/common": "~2.2",
3110
                "psr/log": "~1.0",
3111
                "symfony/config": "~3.4|~4.0",
3112
                "symfony/dependency-injection": "~3.4|~4.0",
3113
                "symfony/expression-language": "~3.4|~4.0",
3114
                "symfony/http-foundation": "~3.4|~4.0",
3115
                "symfony/yaml": "~3.4|~4.0"
3116
            },
3117
            "suggest": {
3118
                "doctrine/annotations": "For using the annotation loader",
3119
                "symfony/config": "For using the all-in-one router or any loader",
3120
                "symfony/dependency-injection": "For loading routes from a service",
3121
                "symfony/expression-language": "For using expression matching",
3122
                "symfony/http-foundation": "For using a Symfony Request object",
3123
                "symfony/yaml": "For using the YAML loader"
3124
            },
3125
            "type": "library",
3126
            "extra": {
3127
                "branch-alias": {
3128
                    "dev-master": "4.0-dev"
3129
                }
3130
            },
3131
            "autoload": {
3132
                "psr-4": {
3133
                    "Symfony\\Component\\Routing\\": ""
3134
                },
3135
                "exclude-from-classmap": [
3136
                    "/Tests/"
3137
                ]
3138
            },
3139
            "notification-url": "https://packagist.org/downloads/",
3140
            "license": [
3141
                "MIT"
3142
            ],
3143
            "authors": [
3144
                {
3145
                    "name": "Fabien Potencier",
3146
                    "email": "[email protected]"
3147
                },
3148
                {
3149
                    "name": "Symfony Community",
3150
                    "homepage": "https://symfony.com/contributors"
3151
                }
3152
            ],
3153
            "description": "Symfony Routing Component",
3154
            "homepage": "https://symfony.com",
3155
            "keywords": [
3156
                "router",
3157
                "routing",
3158
                "uri",
3159
                "url"
3160
            ],
3161
            "time": "2018-04-20T06:20:23+00:00"
3162
        },
3163
        {
3164
            "name": "symfony/translation",
3165
            "version": "v4.0.9",
3166
            "source": {
3167
                "type": "git",
3168
                "url": "https://github.com/symfony/translation.git",
3169
                "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e"
3170
            },
3171
            "dist": {
3172
                "type": "zip",
3173
                "url": "https://api.github.com/repos/symfony/translation/zipball/ad3abf08eb3450491d8d76513100ef58194cd13e",
3174
                "reference": "ad3abf08eb3450491d8d76513100ef58194cd13e",
3175
                "shasum": ""
3176
            },
3177
            "require": {
3178
                "php": "^7.1.3",
3179
                "symfony/polyfill-mbstring": "~1.0"
3180
            },
3181
            "conflict": {
3182
                "symfony/config": "<3.4",
3183
                "symfony/dependency-injection": "<3.4",
3184
                "symfony/yaml": "<3.4"
3185
            },
3186
            "require-dev": {
3187
                "psr/log": "~1.0",
3188
                "symfony/config": "~3.4|~4.0",
3189
                "symfony/dependency-injection": "~3.4|~4.0",
3190
                "symfony/finder": "~2.8|~3.0|~4.0",
3191
                "symfony/intl": "~3.4|~4.0",
3192
                "symfony/yaml": "~3.4|~4.0"
3193
            },
3194
            "suggest": {
3195
                "psr/log-implementation": "To use logging capability in translator",
3196
                "symfony/config": "",
3197
                "symfony/yaml": ""
3198
            },
3199
            "type": "library",
3200
            "extra": {
3201
                "branch-alias": {
3202
                    "dev-master": "4.0-dev"
3203
                }
3204
            },
3205
            "autoload": {
3206
                "psr-4": {
3207
                    "Symfony\\Component\\Translation\\": ""
3208
                },
3209
                "exclude-from-classmap": [
3210
                    "/Tests/"
3211
                ]
3212
            },
3213
            "notification-url": "https://packagist.org/downloads/",
3214
            "license": [
3215
                "MIT"
3216
            ],
3217
            "authors": [
3218
                {
3219
                    "name": "Fabien Potencier",
3220
                    "email": "[email protected]"
3221
                },
3222
                {
3223
                    "name": "Symfony Community",
3224
                    "homepage": "https://symfony.com/contributors"
3225
                }
3226
            ],
3227
            "description": "Symfony Translation Component",
3228
            "homepage": "https://symfony.com",
3229
            "time": "2018-04-30T01:23:47+00:00"
3230
        },
3231
        {
3232
            "name": "symfony/var-dumper",
3233
            "version": "v4.0.9",
3234
            "source": {
3235
                "type": "git",
3236
                "url": "https://github.com/symfony/var-dumper.git",
3237
                "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18"
3238
            },
3239
            "dist": {
3240
                "type": "zip",
3241
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3c34cf3f4bbac9e003d9325225e9ef1a49180a18",
3242
                "reference": "3c34cf3f4bbac9e003d9325225e9ef1a49180a18",
3243
                "shasum": ""
3244
            },
3245
            "require": {
3246
                "php": "^7.1.3",
3247
                "symfony/polyfill-mbstring": "~1.0",
3248
                "symfony/polyfill-php72": "~1.5"
3249
            },
3250
            "conflict": {
3251
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3252
            },
3253
            "require-dev": {
3254
                "ext-iconv": "*",
3255
                "twig/twig": "~1.34|~2.4"
3256
            },
3257
            "suggest": {
3258
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3259
                "ext-intl": "To show region name in time zone dump"
3260
            },
3261
            "type": "library",
3262
            "extra": {
3263
                "branch-alias": {
3264
                    "dev-master": "4.0-dev"
3265
                }
3266
            },
3267
            "autoload": {
3268
                "files": [
3269
                    "Resources/functions/dump.php"
3270
                ],
3271
                "psr-4": {
3272
                    "Symfony\\Component\\VarDumper\\": ""
3273
                },
3274
                "exclude-from-classmap": [
3275
                    "/Tests/"
3276
                ]
3277
            },
3278
            "notification-url": "https://packagist.org/downloads/",
3279
            "license": [
3280
                "MIT"
3281
            ],
3282
            "authors": [
3283
                {
3284
                    "name": "Nicolas Grekas",
3285
                    "email": "[email protected]"
3286
                },
3287
                {
3288
                    "name": "Symfony Community",
3289
                    "homepage": "https://symfony.com/contributors"
3290
                }
3291
            ],
3292
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3293
            "homepage": "https://symfony.com",
3294
            "keywords": [
3295
                "debug",
3296
                "dump"
3297
            ],
3298
            "time": "2018-04-26T16:12:06+00:00"
3299
        },
3300
        {
3301
            "name": "theseer/tokenizer",
3302
            "version": "1.1.0",
3303
            "source": {
3304
                "type": "git",
3305
                "url": "https://github.com/theseer/tokenizer.git",
3306
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3307
            },
3308
            "dist": {
3309
                "type": "zip",
3310
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3311
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3312
                "shasum": ""
3313
            },
3314
            "require": {
3315
                "ext-dom": "*",
3316
                "ext-tokenizer": "*",
3317
                "ext-xmlwriter": "*",
3318
                "php": "^7.0"
3319
            },
3320
            "type": "library",
3321
            "autoload": {
3322
                "classmap": [
3323
                    "src/"
3324
                ]
3325
            },
3326
            "notification-url": "https://packagist.org/downloads/",
3327
            "license": [
3328
                "BSD-3-Clause"
3329
            ],
3330
            "authors": [
3331
                {
3332
                    "name": "Arne Blankerts",
3333
                    "email": "[email protected]",
3334
                    "role": "Developer"
3335
                }
3336
            ],
3337
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3338
            "time": "2017-04-07T12:08:54+00:00"
3339
        },
3340
        {
3341
            "name": "tijsverkoyen/css-to-inline-styles",
3342
            "version": "2.2.1",
3343
            "source": {
3344
                "type": "git",
3345
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3346
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
3347
            },
3348
            "dist": {
3349
                "type": "zip",
3350
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3351
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3352
                "shasum": ""
3353
            },
3354
            "require": {
3355
                "php": "^5.5 || ^7.0",
3356
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
3357
            },
3358
            "require-dev": {
3359
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3360
            },
3361
            "type": "library",
3362
            "extra": {
3363
                "branch-alias": {
3364
                    "dev-master": "2.2.x-dev"
3365
                }
3366
            },
3367
            "autoload": {
3368
                "psr-4": {
3369
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
3370
                }
3371
            },
3372
            "notification-url": "https://packagist.org/downloads/",
3373
            "license": [
3374
                "BSD-3-Clause"
3375
            ],
3376
            "authors": [
3377
                {
3378
                    "name": "Tijs Verkoyen",
3379
                    "email": "[email protected]",
3380
                    "role": "Developer"
3381
                }
3382
            ],
3383
            "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.",
3384
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3385
            "time": "2017-11-27T11:13:29+00:00"
3386
        },
3387
        {
3388
            "name": "vlucas/phpdotenv",
3389
            "version": "v2.4.0",
3390
            "source": {
3391
                "type": "git",
3392
                "url": "https://github.com/vlucas/phpdotenv.git",
3393
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
3394
            },
3395
            "dist": {
3396
                "type": "zip",
3397
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3398
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3399
                "shasum": ""
3400
            },
3401
            "require": {
3402
                "php": ">=5.3.9"
3403
            },
3404
            "require-dev": {
3405
                "phpunit/phpunit": "^4.8 || ^5.0"
3406
            },
3407
            "type": "library",
3408
            "extra": {
3409
                "branch-alias": {
3410
                    "dev-master": "2.4-dev"
3411
                }
3412
            },
3413
            "autoload": {
3414
                "psr-4": {
3415
                    "Dotenv\\": "src/"
3416
                }
3417
            },
3418
            "notification-url": "https://packagist.org/downloads/",
3419
            "license": [
3420
                "BSD-3-Clause-Attribution"
3421
            ],
3422
            "authors": [
3423
                {
3424
                    "name": "Vance Lucas",
3425
                    "email": "[email protected]",
3426
                    "homepage": "http://www.vancelucas.com"
3427
                }
3428
            ],
3429
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3430
            "keywords": [
3431
                "dotenv",
3432
                "env",
3433
                "environment"
3434
            ],
3435
            "time": "2016-09-01T10:05:43+00:00"
3436
        },
3437
        {
3438
            "name": "webmozart/assert",
3439
            "version": "1.3.0",
3440
            "source": {
3441
                "type": "git",
3442
                "url": "https://github.com/webmozart/assert.git",
3443
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3444
            },
3445
            "dist": {
3446
                "type": "zip",
3447
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3448
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3449
                "shasum": ""
3450
            },
3451
            "require": {
3452
                "php": "^5.3.3 || ^7.0"
3453
            },
3454
            "require-dev": {
3455
                "phpunit/phpunit": "^4.6",
3456
                "sebastian/version": "^1.0.1"
3457
            },
3458
            "type": "library",
3459
            "extra": {
3460
                "branch-alias": {
3461
                    "dev-master": "1.3-dev"
3462
                }
3463
            },
3464
            "autoload": {
3465
                "psr-4": {
3466
                    "Webmozart\\Assert\\": "src/"
3467
                }
3468
            },
3469
            "notification-url": "https://packagist.org/downloads/",
3470
            "license": [
3471
                "MIT"
3472
            ],
3473
            "authors": [
3474
                {
3475
                    "name": "Bernhard Schussek",
3476
                    "email": "[email protected]"
3477
                }
3478
            ],
3479
            "description": "Assertions to validate method input/output with nice error messages.",
3480
            "keywords": [
3481
                "assert",
3482
                "check",
3483
                "validate"
3484
            ],
3485
            "time": "2018-01-29T19:49:41+00:00"
3486
        }
3487
    ],
3488
    "aliases": [],
3489
    "minimum-stability": "stable",
3490
    "stability-flags": [],
3491
    "prefer-stable": false,
3492
    "prefer-lowest": false,
3493
    "platform": {
3494
        "php": ">=5.6.4"
3495
    },
3496
    "platform-dev": []
3497
}
3498