Completed
Push — master ( 6d35db...cd9ab2 )
by Julien
14:09
created

composer.lock (2 issues)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "d5bfdbb7d54b70dd88399d90be805817",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "dragonmantank/cron-expression",
132
            "version": "v2.0.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
141
                "reference": "8a84aee649c3a3ba03a721c1fb080e08dfbcd68b",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": ">=7.0.0"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": "~5.7"
149
            },
150
            "type": "library",
151
            "autoload": {
152
                "psr-4": {
153
                    "Cron\\": "src/Cron/"
154
                }
155
            },
156
            "notification-url": "https://packagist.org/downloads/",
157
            "license": [
158
                "MIT"
159
            ],
160
            "authors": [
161
                {
162
                    "name": "Michael Dowling",
163
                    "email": "[email protected]",
164
                    "homepage": "https://github.com/mtdowling"
165
                },
166
                {
167
                    "name": "Chris Tankersley",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/dragonmantank"
170
                }
171
            ],
172
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
173
            "keywords": [
174
                "cron",
175
                "schedule"
176
            ],
177
            "time": "2017-10-12T15:59:13+00:00"
178
        },
179
        {
180
            "name": "egulias/email-validator",
181
            "version": "2.1.3",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/egulias/EmailValidator.git",
185
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
190
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "doctrine/lexer": "^1.0.1",
195
                "php": ">= 5.5"
196
            },
197
            "require-dev": {
198
                "dominicsayers/isemail": "dev-master",
199
                "phpunit/phpunit": "^4.8.35",
200
                "satooshi/php-coveralls": "^1.0.1"
201
            },
202
            "suggest": {
203
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "2.0.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Egulias\\EmailValidator\\": "EmailValidator"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Eduardo Gulias Davis"
223
                }
224
            ],
225
            "description": "A library for validating emails against several RFCs",
226
            "homepage": "https://github.com/egulias/EmailValidator",
227
            "keywords": [
228
                "email",
229
                "emailvalidation",
230
                "emailvalidator",
231
                "validation",
232
                "validator"
233
            ],
234
            "time": "2017-11-15T23:40:40+00:00"
235
        },
236
        {
237
            "name": "erusev/parsedown",
238
            "version": "1.7.1",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
247
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "ext-mbstring": "*",
252
                "php": ">=5.3.0"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "^4.8.35"
256
            },
257
            "type": "library",
258
            "autoload": {
259
                "psr-0": {
260
                    "Parsedown": ""
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "authors": [
268
                {
269
                    "name": "Emanuil Rusev",
270
                    "email": "[email protected]",
271
                    "homepage": "http://erusev.com"
272
                }
273
            ],
274
            "description": "Parser for Markdown.",
275
            "homepage": "http://parsedown.org",
276
            "keywords": [
277
                "markdown",
278
                "parser"
279
            ],
280
            "time": "2018-03-08T01:11:30+00:00"
281
        },
282
        {
283
            "name": "kalnoy/nestedset",
284
            "version": "v4.3.2",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/lazychaser/laravel-nestedset.git",
288
                "reference": "3265da51ef71238fc2d086b54eef7a75dd15c665"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/lazychaser/laravel-nestedset/zipball/3265da51ef71238fc2d086b54eef7a75dd15c665",
293
                "reference": "3265da51ef71238fc2d086b54eef7a75dd15c665",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "illuminate/database": "5.2 - 5.6",
298
                "illuminate/events": "5.2 - 5.6",
299
                "illuminate/support": "5.2 - 5.6",
300
                "php": ">=5.5.9"
301
            },
302
            "require-dev": {
303
                "phpunit/phpunit": "4.8.*"
304
            },
305
            "type": "library",
306
            "extra": {
307
                "branch-alias": {
308
                    "dev-master": "v4.2.x-dev"
309
                },
310
                "laravel": {
311
                    "providers": [
312
                        "Kalnoy\\Nestedset\\NestedSetServiceProvider"
313
                    ]
314
                }
315
            },
316
            "autoload": {
317
                "psr-4": {
318
                    "Kalnoy\\Nestedset\\": "src/"
319
                }
320
            },
321
            "notification-url": "https://packagist.org/downloads/",
322
            "license": [
323
                "MIT"
324
            ],
325
            "authors": [
326
                {
327
                    "name": "Alexander Kalnoy",
328
                    "email": "[email protected]"
329
                }
330
            ],
331
            "description": "Nested Set Model for Laravel 4-5",
332
            "keywords": [
333
                "database",
334
                "hierarchy",
335
                "laravel",
336
                "nested sets",
337
                "nsm"
338
            ],
339
            "time": "2018-02-04T08:47:55+00:00"
340
        },
341
        {
342
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

Cookie serialization vulnerability
Loading history...
343
            "version": "v5.6.15",
344
            "source": {
345
                "type": "git",
346
                "url": "https://github.com/laravel/framework.git",
347
                "reference": "baa42cf6bdd942523fafece21ec16a1843c6db0f"
348
            },
349
            "dist": {
350
                "type": "zip",
351
                "url": "https://api.github.com/repos/laravel/framework/zipball/baa42cf6bdd942523fafece21ec16a1843c6db0f",
352
                "reference": "baa42cf6bdd942523fafece21ec16a1843c6db0f",
353
                "shasum": ""
354
            },
355
            "require": {
356
                "doctrine/inflector": "~1.1",
357
                "dragonmantank/cron-expression": "~2.0",
358
                "erusev/parsedown": "~1.7",
359
                "ext-mbstring": "*",
360
                "ext-openssl": "*",
361
                "league/flysystem": "^1.0.8",
362
                "monolog/monolog": "~1.12",
363
                "nesbot/carbon": "^1.24.1",
364
                "php": "^7.1.3",
365
                "psr/container": "~1.0",
366
                "psr/simple-cache": "^1.0",
367
                "ramsey/uuid": "^3.7",
368
                "swiftmailer/swiftmailer": "~6.0",
369
                "symfony/console": "~4.0",
370
                "symfony/debug": "~4.0",
371
                "symfony/finder": "~4.0",
372
                "symfony/http-foundation": "~4.0",
373
                "symfony/http-kernel": "~4.0",
374
                "symfony/process": "~4.0",
375
                "symfony/routing": "~4.0",
376
                "symfony/var-dumper": "~4.0",
377
                "tijsverkoyen/css-to-inline-styles": "^2.2.1",
378
                "vlucas/phpdotenv": "~2.2"
379
            },
380
            "conflict": {
381
                "tightenco/collect": "<5.5.33"
382
            },
383
            "replace": {
384
                "illuminate/auth": "self.version",
385
                "illuminate/broadcasting": "self.version",
386
                "illuminate/bus": "self.version",
387
                "illuminate/cache": "self.version",
388
                "illuminate/config": "self.version",
389
                "illuminate/console": "self.version",
390
                "illuminate/container": "self.version",
391
                "illuminate/contracts": "self.version",
392
                "illuminate/cookie": "self.version",
393
                "illuminate/database": "self.version",
394
                "illuminate/encryption": "self.version",
395
                "illuminate/events": "self.version",
396
                "illuminate/filesystem": "self.version",
397
                "illuminate/hashing": "self.version",
398
                "illuminate/http": "self.version",
399
                "illuminate/log": "self.version",
400
                "illuminate/mail": "self.version",
401
                "illuminate/notifications": "self.version",
402
                "illuminate/pagination": "self.version",
403
                "illuminate/pipeline": "self.version",
404
                "illuminate/queue": "self.version",
405
                "illuminate/redis": "self.version",
406
                "illuminate/routing": "self.version",
407
                "illuminate/session": "self.version",
408
                "illuminate/support": "self.version",
409
                "illuminate/translation": "self.version",
410
                "illuminate/validation": "self.version",
411
                "illuminate/view": "self.version"
412
            },
413
            "require-dev": {
414
                "aws/aws-sdk-php": "~3.0",
415
                "doctrine/dbal": "~2.6",
416
                "filp/whoops": "^2.1.4",
417
                "mockery/mockery": "~1.0",
418
                "moontoast/math": "^1.1",
419
                "orchestra/testbench-core": "3.6.*",
420
                "pda/pheanstalk": "~3.0",
421
                "phpunit/phpunit": "~7.0",
422
                "predis/predis": "^1.1.1",
423
                "symfony/css-selector": "~4.0",
424
                "symfony/dom-crawler": "~4.0"
425
            },
426
            "suggest": {
427
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
428
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
429
                "ext-pcntl": "Required to use all features of the queue worker.",
430
                "ext-posix": "Required to use all features of the queue worker.",
431
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
432
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
433
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
434
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
435
                "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
436
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
437
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
438
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
439
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
440
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
441
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
442
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
443
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
444
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
445
            },
446
            "type": "library",
447
            "extra": {
448
                "branch-alias": {
449
                    "dev-master": "5.6-dev"
450
                }
451
            },
452
            "autoload": {
453
                "files": [
454
                    "src/Illuminate/Foundation/helpers.php",
455
                    "src/Illuminate/Support/helpers.php"
456
                ],
457
                "psr-4": {
458
                    "Illuminate\\": "src/Illuminate/"
459
                }
460
            },
461
            "notification-url": "https://packagist.org/downloads/",
462
            "license": [
463
                "MIT"
464
            ],
465
            "authors": [
466
                {
467
                    "name": "Taylor Otwell",
468
                    "email": "[email protected]"
469
                }
470
            ],
471
            "description": "The Laravel Framework.",
472
            "homepage": "https://laravel.com",
473
            "keywords": [
474
                "framework",
475
                "laravel"
476
            ],
477
            "time": "2018-03-30T13:29:58+00:00"
478
        },
479
        {
480
            "name": "league/flysystem",
481
            "version": "1.0.43",
482
            "source": {
483
                "type": "git",
484
                "url": "https://github.com/thephpleague/flysystem.git",
485
                "reference": "1ce7cc142d906ba58dc54c82915d355a9191c8a8"
486
            },
487
            "dist": {
488
                "type": "zip",
489
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1ce7cc142d906ba58dc54c82915d355a9191c8a8",
490
                "reference": "1ce7cc142d906ba58dc54c82915d355a9191c8a8",
491
                "shasum": ""
492
            },
493
            "require": {
494
                "php": ">=5.5.9"
495
            },
496
            "conflict": {
497
                "league/flysystem-sftp": "<1.0.6"
498
            },
499
            "require-dev": {
500
                "ext-fileinfo": "*",
501
                "phpspec/phpspec": "^3.4",
502
                "phpunit/phpunit": "^5.7"
503
            },
504
            "suggest": {
505
                "ext-fileinfo": "Required for MimeType",
506
                "ext-ftp": "Allows you to use FTP server storage",
507
                "ext-openssl": "Allows you to use FTPS server storage",
508
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
509
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
510
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
511
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
512
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
513
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
514
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
515
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
516
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
517
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
518
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
519
            },
520
            "type": "library",
521
            "extra": {
522
                "branch-alias": {
523
                    "dev-master": "1.1-dev"
524
                }
525
            },
526
            "autoload": {
527
                "psr-4": {
528
                    "League\\Flysystem\\": "src/"
529
                }
530
            },
531
            "notification-url": "https://packagist.org/downloads/",
532
            "license": [
533
                "MIT"
534
            ],
535
            "authors": [
536
                {
537
                    "name": "Frank de Jonge",
538
                    "email": "[email protected]"
539
                }
540
            ],
541
            "description": "Filesystem abstraction: Many filesystems, one API.",
542
            "keywords": [
543
                "Cloud Files",
544
                "WebDAV",
545
                "abstraction",
546
                "aws",
547
                "cloud",
548
                "copy.com",
549
                "dropbox",
550
                "file systems",
551
                "files",
552
                "filesystem",
553
                "filesystems",
554
                "ftp",
555
                "rackspace",
556
                "remote",
557
                "s3",
558
                "sftp",
559
                "storage"
560
            ],
561
            "time": "2018-03-01T10:27:04+00:00"
562
        },
563
        {
564
            "name": "monolog/monolog",
565
            "version": "1.23.0",
566
            "source": {
567
                "type": "git",
568
                "url": "https://github.com/Seldaek/monolog.git",
569
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
570
            },
571
            "dist": {
572
                "type": "zip",
573
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
574
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
575
                "shasum": ""
576
            },
577
            "require": {
578
                "php": ">=5.3.0",
579
                "psr/log": "~1.0"
580
            },
581
            "provide": {
582
                "psr/log-implementation": "1.0.0"
583
            },
584
            "require-dev": {
585
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
586
                "doctrine/couchdb": "~1.0@dev",
587
                "graylog2/gelf-php": "~1.0",
588
                "jakub-onderka/php-parallel-lint": "0.9",
589
                "php-amqplib/php-amqplib": "~2.4",
590
                "php-console/php-console": "^3.1.3",
591
                "phpunit/phpunit": "~4.5",
592
                "phpunit/phpunit-mock-objects": "2.3.0",
593
                "ruflin/elastica": ">=0.90 <3.0",
594
                "sentry/sentry": "^0.13",
595
                "swiftmailer/swiftmailer": "^5.3|^6.0"
596
            },
597
            "suggest": {
598
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
599
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
600
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
601
                "ext-mongo": "Allow sending log messages to a MongoDB server",
602
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
603
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
604
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
605
                "php-console/php-console": "Allow sending log messages to Google Chrome",
606
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
607
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
608
                "sentry/sentry": "Allow sending log messages to a Sentry server"
609
            },
610
            "type": "library",
611
            "extra": {
612
                "branch-alias": {
613
                    "dev-master": "2.0.x-dev"
614
                }
615
            },
616
            "autoload": {
617
                "psr-4": {
618
                    "Monolog\\": "src/Monolog"
619
                }
620
            },
621
            "notification-url": "https://packagist.org/downloads/",
622
            "license": [
623
                "MIT"
624
            ],
625
            "authors": [
626
                {
627
                    "name": "Jordi Boggiano",
628
                    "email": "[email protected]",
629
                    "homepage": "http://seld.be"
630
                }
631
            ],
632
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
633
            "homepage": "http://github.com/Seldaek/monolog",
634
            "keywords": [
635
                "log",
636
                "logging",
637
                "psr-3"
638
            ],
639
            "time": "2017-06-19T01:22:40+00:00"
640
        },
641
        {
642
            "name": "nesbot/carbon",
643
            "version": "1.25.0",
644
            "source": {
645
                "type": "git",
646
                "url": "https://github.com/briannesbitt/Carbon.git",
647
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
648
            },
649
            "dist": {
650
                "type": "zip",
651
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
652
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
653
                "shasum": ""
654
            },
655
            "require": {
656
                "php": ">=5.3.9",
657
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
658
            },
659
            "require-dev": {
660
                "friendsofphp/php-cs-fixer": "~2",
661
                "phpunit/phpunit": "^4.8.35 || ^5.7"
662
            },
663
            "type": "library",
664
            "extra": {
665
                "branch-alias": {
666
                    "dev-master": "1.23-dev"
667
                }
668
            },
669
            "autoload": {
670
                "psr-4": {
671
                    "Carbon\\": "src/Carbon/"
672
                }
673
            },
674
            "notification-url": "https://packagist.org/downloads/",
675
            "license": [
676
                "MIT"
677
            ],
678
            "authors": [
679
                {
680
                    "name": "Brian Nesbitt",
681
                    "email": "[email protected]",
682
                    "homepage": "http://nesbot.com"
683
                }
684
            ],
685
            "description": "A simple API extension for DateTime.",
686
            "homepage": "http://carbon.nesbot.com",
687
            "keywords": [
688
                "date",
689
                "datetime",
690
                "time"
691
            ],
692
            "time": "2018-03-19T15:50:49+00:00"
693
        },
694
        {
695
            "name": "paragonie/random_compat",
696
            "version": "v2.0.11",
697
            "source": {
698
                "type": "git",
699
                "url": "https://github.com/paragonie/random_compat.git",
700
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
701
            },
702
            "dist": {
703
                "type": "zip",
704
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
705
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
706
                "shasum": ""
707
            },
708
            "require": {
709
                "php": ">=5.2.0"
710
            },
711
            "require-dev": {
712
                "phpunit/phpunit": "4.*|5.*"
713
            },
714
            "suggest": {
715
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
716
            },
717
            "type": "library",
718
            "autoload": {
719
                "files": [
720
                    "lib/random.php"
721
                ]
722
            },
723
            "notification-url": "https://packagist.org/downloads/",
724
            "license": [
725
                "MIT"
726
            ],
727
            "authors": [
728
                {
729
                    "name": "Paragon Initiative Enterprises",
730
                    "email": "[email protected]",
731
                    "homepage": "https://paragonie.com"
732
                }
733
            ],
734
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
735
            "keywords": [
736
                "csprng",
737
                "pseudorandom",
738
                "random"
739
            ],
740
            "time": "2017-09-27T21:40:39+00:00"
741
        },
742
        {
743
            "name": "psr/container",
744
            "version": "1.0.0",
745
            "source": {
746
                "type": "git",
747
                "url": "https://github.com/php-fig/container.git",
748
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
749
            },
750
            "dist": {
751
                "type": "zip",
752
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
753
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
754
                "shasum": ""
755
            },
756
            "require": {
757
                "php": ">=5.3.0"
758
            },
759
            "type": "library",
760
            "extra": {
761
                "branch-alias": {
762
                    "dev-master": "1.0.x-dev"
763
                }
764
            },
765
            "autoload": {
766
                "psr-4": {
767
                    "Psr\\Container\\": "src/"
768
                }
769
            },
770
            "notification-url": "https://packagist.org/downloads/",
771
            "license": [
772
                "MIT"
773
            ],
774
            "authors": [
775
                {
776
                    "name": "PHP-FIG",
777
                    "homepage": "http://www.php-fig.org/"
778
                }
779
            ],
780
            "description": "Common Container Interface (PHP FIG PSR-11)",
781
            "homepage": "https://github.com/php-fig/container",
782
            "keywords": [
783
                "PSR-11",
784
                "container",
785
                "container-interface",
786
                "container-interop",
787
                "psr"
788
            ],
789
            "time": "2017-02-14T16:28:37+00:00"
790
        },
791
        {
792
            "name": "psr/log",
793
            "version": "1.0.2",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/php-fig/log.git",
797
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
802
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
803
                "shasum": ""
804
            },
805
            "require": {
806
                "php": ">=5.3.0"
807
            },
808
            "type": "library",
809
            "extra": {
810
                "branch-alias": {
811
                    "dev-master": "1.0.x-dev"
812
                }
813
            },
814
            "autoload": {
815
                "psr-4": {
816
                    "Psr\\Log\\": "Psr/Log/"
817
                }
818
            },
819
            "notification-url": "https://packagist.org/downloads/",
820
            "license": [
821
                "MIT"
822
            ],
823
            "authors": [
824
                {
825
                    "name": "PHP-FIG",
826
                    "homepage": "http://www.php-fig.org/"
827
                }
828
            ],
829
            "description": "Common interface for logging libraries",
830
            "homepage": "https://github.com/php-fig/log",
831
            "keywords": [
832
                "log",
833
                "psr",
834
                "psr-3"
835
            ],
836
            "time": "2016-10-10T12:19:37+00:00"
837
        },
838
        {
839
            "name": "psr/simple-cache",
840
            "version": "1.0.1",
841
            "source": {
842
                "type": "git",
843
                "url": "https://github.com/php-fig/simple-cache.git",
844
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
845
            },
846
            "dist": {
847
                "type": "zip",
848
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
849
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
850
                "shasum": ""
851
            },
852
            "require": {
853
                "php": ">=5.3.0"
854
            },
855
            "type": "library",
856
            "extra": {
857
                "branch-alias": {
858
                    "dev-master": "1.0.x-dev"
859
                }
860
            },
861
            "autoload": {
862
                "psr-4": {
863
                    "Psr\\SimpleCache\\": "src/"
864
                }
865
            },
866
            "notification-url": "https://packagist.org/downloads/",
867
            "license": [
868
                "MIT"
869
            ],
870
            "authors": [
871
                {
872
                    "name": "PHP-FIG",
873
                    "homepage": "http://www.php-fig.org/"
874
                }
875
            ],
876
            "description": "Common interfaces for simple caching",
877
            "keywords": [
878
                "cache",
879
                "caching",
880
                "psr",
881
                "psr-16",
882
                "simple-cache"
883
            ],
884
            "time": "2017-10-23T01:57:42+00:00"
885
        },
886
        {
887
            "name": "ramsey/uuid",
888
            "version": "3.7.3",
889
            "source": {
890
                "type": "git",
891
                "url": "https://github.com/ramsey/uuid.git",
892
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
893
            },
894
            "dist": {
895
                "type": "zip",
896
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
897
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
898
                "shasum": ""
899
            },
900
            "require": {
901
                "paragonie/random_compat": "^1.0|^2.0",
902
                "php": "^5.4 || ^7.0"
903
            },
904
            "replace": {
905
                "rhumsaa/uuid": "self.version"
906
            },
907
            "require-dev": {
908
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
909
                "doctrine/annotations": "~1.2.0",
910
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
911
                "ircmaxell/random-lib": "^1.1",
912
                "jakub-onderka/php-parallel-lint": "^0.9.0",
913
                "mockery/mockery": "^0.9.9",
914
                "moontoast/math": "^1.1",
915
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
916
                "phpunit/phpunit": "^4.7|^5.0",
917
                "squizlabs/php_codesniffer": "^2.3"
918
            },
919
            "suggest": {
920
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
921
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
922
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
923
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
924
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
925
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
926
            },
927
            "type": "library",
928
            "extra": {
929
                "branch-alias": {
930
                    "dev-master": "3.x-dev"
931
                }
932
            },
933
            "autoload": {
934
                "psr-4": {
935
                    "Ramsey\\Uuid\\": "src/"
936
                }
937
            },
938
            "notification-url": "https://packagist.org/downloads/",
939
            "license": [
940
                "MIT"
941
            ],
942
            "authors": [
943
                {
944
                    "name": "Marijn Huizendveld",
945
                    "email": "[email protected]"
946
                },
947
                {
948
                    "name": "Thibaud Fabre",
949
                    "email": "[email protected]"
950
                },
951
                {
952
                    "name": "Ben Ramsey",
953
                    "email": "[email protected]",
954
                    "homepage": "https://benramsey.com"
955
                }
956
            ],
957
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
958
            "homepage": "https://github.com/ramsey/uuid",
959
            "keywords": [
960
                "guid",
961
                "identifier",
962
                "uuid"
963
            ],
964
            "time": "2018-01-20T00:28:24+00:00"
965
        },
966
        {
967
            "name": "swiftmailer/swiftmailer",
968
            "version": "v6.0.2",
969
            "source": {
970
                "type": "git",
971
                "url": "https://github.com/swiftmailer/swiftmailer.git",
972
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
973
            },
974
            "dist": {
975
                "type": "zip",
976
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
977
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
978
                "shasum": ""
979
            },
980
            "require": {
981
                "egulias/email-validator": "~2.0",
982
                "php": ">=7.0.0"
983
            },
984
            "require-dev": {
985
                "mockery/mockery": "~0.9.1",
986
                "symfony/phpunit-bridge": "~3.3@dev"
987
            },
988
            "type": "library",
989
            "extra": {
990
                "branch-alias": {
991
                    "dev-master": "6.0-dev"
992
                }
993
            },
994
            "autoload": {
995
                "files": [
996
                    "lib/swift_required.php"
997
                ]
998
            },
999
            "notification-url": "https://packagist.org/downloads/",
1000
            "license": [
1001
                "MIT"
1002
            ],
1003
            "authors": [
1004
                {
1005
                    "name": "Chris Corbyn"
1006
                },
1007
                {
1008
                    "name": "Fabien Potencier",
1009
                    "email": "[email protected]"
1010
                }
1011
            ],
1012
            "description": "Swiftmailer, free feature-rich PHP mailer",
1013
            "homepage": "http://swiftmailer.symfony.com",
1014
            "keywords": [
1015
                "email",
1016
                "mail",
1017
                "mailer"
1018
            ],
1019
            "time": "2017-09-30T22:39:41+00:00"
1020
        },
1021
        {
1022
            "name": "symfony/console",
1023
            "version": "v4.0.6",
1024
            "source": {
1025
                "type": "git",
1026
                "url": "https://github.com/symfony/console.git",
1027
                "reference": "555c8dbe0ae9e561740451eabdbed2cc554b6a51"
1028
            },
1029
            "dist": {
1030
                "type": "zip",
1031
                "url": "https://api.github.com/repos/symfony/console/zipball/555c8dbe0ae9e561740451eabdbed2cc554b6a51",
1032
                "reference": "555c8dbe0ae9e561740451eabdbed2cc554b6a51",
1033
                "shasum": ""
1034
            },
1035
            "require": {
1036
                "php": "^7.1.3",
1037
                "symfony/polyfill-mbstring": "~1.0"
1038
            },
1039
            "conflict": {
1040
                "symfony/dependency-injection": "<3.4",
1041
                "symfony/process": "<3.3"
1042
            },
1043
            "require-dev": {
1044
                "psr/log": "~1.0",
1045
                "symfony/config": "~3.4|~4.0",
1046
                "symfony/dependency-injection": "~3.4|~4.0",
1047
                "symfony/event-dispatcher": "~3.4|~4.0",
1048
                "symfony/lock": "~3.4|~4.0",
1049
                "symfony/process": "~3.4|~4.0"
1050
            },
1051
            "suggest": {
1052
                "psr/log": "For using the console logger",
1053
                "symfony/event-dispatcher": "",
1054
                "symfony/lock": "",
1055
                "symfony/process": ""
1056
            },
1057
            "type": "library",
1058
            "extra": {
1059
                "branch-alias": {
1060
                    "dev-master": "4.0-dev"
1061
                }
1062
            },
1063
            "autoload": {
1064
                "psr-4": {
1065
                    "Symfony\\Component\\Console\\": ""
1066
                },
1067
                "exclude-from-classmap": [
1068
                    "/Tests/"
1069
                ]
1070
            },
1071
            "notification-url": "https://packagist.org/downloads/",
1072
            "license": [
1073
                "MIT"
1074
            ],
1075
            "authors": [
1076
                {
1077
                    "name": "Fabien Potencier",
1078
                    "email": "[email protected]"
1079
                },
1080
                {
1081
                    "name": "Symfony Community",
1082
                    "homepage": "https://symfony.com/contributors"
1083
                }
1084
            ],
1085
            "description": "Symfony Console Component",
1086
            "homepage": "https://symfony.com",
1087
            "time": "2018-02-26T15:55:47+00:00"
1088
        },
1089
        {
1090
            "name": "symfony/css-selector",
1091
            "version": "v4.0.6",
1092
            "source": {
1093
                "type": "git",
1094
                "url": "https://github.com/symfony/css-selector.git",
1095
                "reference": "c69f1e93aa898fd9fec627ebef467188151c8dc2"
1096
            },
1097
            "dist": {
1098
                "type": "zip",
1099
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/c69f1e93aa898fd9fec627ebef467188151c8dc2",
1100
                "reference": "c69f1e93aa898fd9fec627ebef467188151c8dc2",
1101
                "shasum": ""
1102
            },
1103
            "require": {
1104
                "php": "^7.1.3"
1105
            },
1106
            "type": "library",
1107
            "extra": {
1108
                "branch-alias": {
1109
                    "dev-master": "4.0-dev"
1110
                }
1111
            },
1112
            "autoload": {
1113
                "psr-4": {
1114
                    "Symfony\\Component\\CssSelector\\": ""
1115
                },
1116
                "exclude-from-classmap": [
1117
                    "/Tests/"
1118
                ]
1119
            },
1120
            "notification-url": "https://packagist.org/downloads/",
1121
            "license": [
1122
                "MIT"
1123
            ],
1124
            "authors": [
1125
                {
1126
                    "name": "Jean-François Simon",
1127
                    "email": "[email protected]"
1128
                },
1129
                {
1130
                    "name": "Fabien Potencier",
1131
                    "email": "[email protected]"
1132
                },
1133
                {
1134
                    "name": "Symfony Community",
1135
                    "homepage": "https://symfony.com/contributors"
1136
                }
1137
            ],
1138
            "description": "Symfony CssSelector Component",
1139
            "homepage": "https://symfony.com",
1140
            "time": "2018-02-03T14:58:37+00:00"
1141
        },
1142
        {
1143
            "name": "symfony/debug",
1144
            "version": "v4.0.6",
1145
            "source": {
1146
                "type": "git",
1147
                "url": "https://github.com/symfony/debug.git",
1148
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489"
1149
            },
1150
            "dist": {
1151
                "type": "zip",
1152
                "url": "https://api.github.com/repos/symfony/debug/zipball/1721e4e7effb23480966690cdcdc7d2a4152d489",
1153
                "reference": "1721e4e7effb23480966690cdcdc7d2a4152d489",
1154
                "shasum": ""
1155
            },
1156
            "require": {
1157
                "php": "^7.1.3",
1158
                "psr/log": "~1.0"
1159
            },
1160
            "conflict": {
1161
                "symfony/http-kernel": "<3.4"
1162
            },
1163
            "require-dev": {
1164
                "symfony/http-kernel": "~3.4|~4.0"
1165
            },
1166
            "type": "library",
1167
            "extra": {
1168
                "branch-alias": {
1169
                    "dev-master": "4.0-dev"
1170
                }
1171
            },
1172
            "autoload": {
1173
                "psr-4": {
1174
                    "Symfony\\Component\\Debug\\": ""
1175
                },
1176
                "exclude-from-classmap": [
1177
                    "/Tests/"
1178
                ]
1179
            },
1180
            "notification-url": "https://packagist.org/downloads/",
1181
            "license": [
1182
                "MIT"
1183
            ],
1184
            "authors": [
1185
                {
1186
                    "name": "Fabien Potencier",
1187
                    "email": "[email protected]"
1188
                },
1189
                {
1190
                    "name": "Symfony Community",
1191
                    "homepage": "https://symfony.com/contributors"
1192
                }
1193
            ],
1194
            "description": "Symfony Debug Component",
1195
            "homepage": "https://symfony.com",
1196
            "time": "2018-02-28T21:50:02+00:00"
1197
        },
1198
        {
1199
            "name": "symfony/event-dispatcher",
1200
            "version": "v4.0.6",
1201
            "source": {
1202
                "type": "git",
1203
                "url": "https://github.com/symfony/event-dispatcher.git",
1204
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428"
1205
            },
1206
            "dist": {
1207
                "type": "zip",
1208
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/85eaf6a8ec915487abac52e133efc4a268204428",
1209
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428",
1210
                "shasum": ""
1211
            },
1212
            "require": {
1213
                "php": "^7.1.3"
1214
            },
1215
            "conflict": {
1216
                "symfony/dependency-injection": "<3.4"
1217
            },
1218
            "require-dev": {
1219
                "psr/log": "~1.0",
1220
                "symfony/config": "~3.4|~4.0",
1221
                "symfony/dependency-injection": "~3.4|~4.0",
1222
                "symfony/expression-language": "~3.4|~4.0",
1223
                "symfony/stopwatch": "~3.4|~4.0"
1224
            },
1225
            "suggest": {
1226
                "symfony/dependency-injection": "",
1227
                "symfony/http-kernel": ""
1228
            },
1229
            "type": "library",
1230
            "extra": {
1231
                "branch-alias": {
1232
                    "dev-master": "4.0-dev"
1233
                }
1234
            },
1235
            "autoload": {
1236
                "psr-4": {
1237
                    "Symfony\\Component\\EventDispatcher\\": ""
1238
                },
1239
                "exclude-from-classmap": [
1240
                    "/Tests/"
1241
                ]
1242
            },
1243
            "notification-url": "https://packagist.org/downloads/",
1244
            "license": [
1245
                "MIT"
1246
            ],
1247
            "authors": [
1248
                {
1249
                    "name": "Fabien Potencier",
1250
                    "email": "[email protected]"
1251
                },
1252
                {
1253
                    "name": "Symfony Community",
1254
                    "homepage": "https://symfony.com/contributors"
1255
                }
1256
            ],
1257
            "description": "Symfony EventDispatcher Component",
1258
            "homepage": "https://symfony.com",
1259
            "time": "2018-02-14T14:11:10+00:00"
1260
        },
1261
        {
1262
            "name": "symfony/finder",
1263
            "version": "v4.0.6",
1264
            "source": {
1265
                "type": "git",
1266
                "url": "https://github.com/symfony/finder.git",
1267
                "reference": "44a796d2ecc2a16a5fc8f2956a34ee617934d55f"
1268
            },
1269
            "dist": {
1270
                "type": "zip",
1271
                "url": "https://api.github.com/repos/symfony/finder/zipball/44a796d2ecc2a16a5fc8f2956a34ee617934d55f",
1272
                "reference": "44a796d2ecc2a16a5fc8f2956a34ee617934d55f",
1273
                "shasum": ""
1274
            },
1275
            "require": {
1276
                "php": "^7.1.3"
1277
            },
1278
            "type": "library",
1279
            "extra": {
1280
                "branch-alias": {
1281
                    "dev-master": "4.0-dev"
1282
                }
1283
            },
1284
            "autoload": {
1285
                "psr-4": {
1286
                    "Symfony\\Component\\Finder\\": ""
1287
                },
1288
                "exclude-from-classmap": [
1289
                    "/Tests/"
1290
                ]
1291
            },
1292
            "notification-url": "https://packagist.org/downloads/",
1293
            "license": [
1294
                "MIT"
1295
            ],
1296
            "authors": [
1297
                {
1298
                    "name": "Fabien Potencier",
1299
                    "email": "[email protected]"
1300
                },
1301
                {
1302
                    "name": "Symfony Community",
1303
                    "homepage": "https://symfony.com/contributors"
1304
                }
1305
            ],
1306
            "description": "Symfony Finder Component",
1307
            "homepage": "https://symfony.com",
1308
            "time": "2018-03-05T18:28:26+00:00"
1309
        },
1310
        {
1311
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

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