Completed
Push — master ( 37cd2a...272c92 )
by Gui Xin
13:28
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "2f69ec868909db78901d65f308ab0698",
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.0",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "6678d59be48c4be64eaca6ce70bea48a09488cc2"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/6678d59be48c4be64eaca6ce70bea48a09488cc2",
247
                "reference": "6678d59be48c4be64eaca6ce70bea48a09488cc2",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "php": ">=5.3.0"
252
            },
253
            "require-dev": {
254
                "phpunit/phpunit": "^4.8.35"
255
            },
256
            "type": "library",
257
            "autoload": {
258
                "psr-0": {
259
                    "Parsedown": ""
260
                }
261
            },
262
            "notification-url": "https://packagist.org/downloads/",
263
            "license": [
264
                "MIT"
265
            ],
266
            "authors": [
267
                {
268
                    "name": "Emanuil Rusev",
269
                    "email": "[email protected]",
270
                    "homepage": "http://erusev.com"
271
                }
272
            ],
273
            "description": "Parser for Markdown.",
274
            "homepage": "http://parsedown.org",
275
            "keywords": [
276
                "markdown",
277
                "parser"
278
            ],
279
            "time": "2018-02-28T11:41:37+00:00"
280
        },
281
        {
282
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

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

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