Issues (4)

composer.lock (2 issues)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "2ae0291d7b44aeec9dafc675e5c71dcc",
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": "erusev/parsedown",
78
            "version": "1.7.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/erusev/parsedown.git",
82
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
87
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "ext-mbstring": "*",
92
                "php": ">=5.3.0"
93
            },
94
            "require-dev": {
95
                "phpunit/phpunit": "^4.8.35"
96
            },
97
            "type": "library",
98
            "autoload": {
99
                "psr-0": {
100
                    "Parsedown": ""
101
                }
102
            },
103
            "notification-url": "https://packagist.org/downloads/",
104
            "license": [
105
                "MIT"
106
            ],
107
            "authors": [
108
                {
109
                    "name": "Emanuil Rusev",
110
                    "email": "[email protected]",
111
                    "homepage": "http://erusev.com"
112
                }
113
            ],
114
            "description": "Parser for Markdown.",
115
            "homepage": "http://parsedown.org",
116
            "keywords": [
117
                "markdown",
118
                "parser"
119
            ],
120
            "time": "2018-03-08T01:11:30+00:00"
121
        },
122
        {
123
            "name": "jeremeamia/SuperClosure",
124
            "version": "2.4.0",
125
            "source": {
126
                "type": "git",
127
                "url": "https://github.com/jeremeamia/super_closure.git",
128
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
129
            },
130
            "dist": {
131
                "type": "zip",
132
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
133
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
134
                "shasum": ""
135
            },
136
            "require": {
137
                "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
138
                "php": ">=5.4",
139
                "symfony/polyfill-php56": "^1.0"
140
            },
141
            "require-dev": {
142
                "phpunit/phpunit": "^4.0|^5.0"
143
            },
144
            "type": "library",
145
            "extra": {
146
                "branch-alias": {
147
                    "dev-master": "2.4-dev"
148
                }
149
            },
150
            "autoload": {
151
                "psr-4": {
152
                    "SuperClosure\\": "src/"
153
                }
154
            },
155
            "notification-url": "https://packagist.org/downloads/",
156
            "license": [
157
                "MIT"
158
            ],
159
            "authors": [
160
                {
161
                    "name": "Jeremy Lindblom",
162
                    "email": "[email protected]",
163
                    "homepage": "https://github.com/jeremeamia",
164
                    "role": "Developer"
165
                }
166
            ],
167
            "description": "Serialize Closure objects, including their context and binding",
168
            "homepage": "https://github.com/jeremeamia/super_closure",
169
            "keywords": [
170
                "closure",
171
                "function",
172
                "lambda",
173
                "parser",
174
                "serializable",
175
                "serialize",
176
                "tokenizer"
177
            ],
178
            "time": "2018-03-21T22:21:57+00:00"
179
        },
180
        {
181
            "name": "laravel/framework",
0 ignored issues
show
There are 2 security advisories for your installed version of laravel/framework:

- Exploit of encryption failure vulnerability
- Timing attack vector for remember me token
Loading history...
182
            "version": "v5.4.36",
183
            "source": {
184
                "type": "git",
185
                "url": "https://github.com/laravel/framework.git",
186
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9"
187
            },
188
            "dist": {
189
                "type": "zip",
190
                "url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9",
191
                "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9",
192
                "shasum": ""
193
            },
194
            "require": {
195
                "doctrine/inflector": "~1.1",
196
                "erusev/parsedown": "~1.6",
197
                "ext-mbstring": "*",
198
                "ext-openssl": "*",
199
                "league/flysystem": "~1.0",
200
                "monolog/monolog": "~1.11",
201
                "mtdowling/cron-expression": "~1.0",
202
                "nesbot/carbon": "~1.20",
203
                "paragonie/random_compat": "~1.4|~2.0",
204
                "php": ">=5.6.4",
205
                "ramsey/uuid": "~3.0",
206
                "swiftmailer/swiftmailer": "~5.4",
207
                "symfony/console": "~3.2",
208
                "symfony/debug": "~3.2",
209
                "symfony/finder": "~3.2",
210
                "symfony/http-foundation": "~3.2",
211
                "symfony/http-kernel": "~3.2",
212
                "symfony/process": "~3.2",
213
                "symfony/routing": "~3.2",
214
                "symfony/var-dumper": "~3.2",
215
                "tijsverkoyen/css-to-inline-styles": "~2.2",
216
                "vlucas/phpdotenv": "~2.2"
217
            },
218
            "replace": {
219
                "illuminate/auth": "self.version",
220
                "illuminate/broadcasting": "self.version",
221
                "illuminate/bus": "self.version",
222
                "illuminate/cache": "self.version",
223
                "illuminate/config": "self.version",
224
                "illuminate/console": "self.version",
225
                "illuminate/container": "self.version",
226
                "illuminate/contracts": "self.version",
227
                "illuminate/cookie": "self.version",
228
                "illuminate/database": "self.version",
229
                "illuminate/encryption": "self.version",
230
                "illuminate/events": "self.version",
231
                "illuminate/exception": "self.version",
232
                "illuminate/filesystem": "self.version",
233
                "illuminate/hashing": "self.version",
234
                "illuminate/http": "self.version",
235
                "illuminate/log": "self.version",
236
                "illuminate/mail": "self.version",
237
                "illuminate/notifications": "self.version",
238
                "illuminate/pagination": "self.version",
239
                "illuminate/pipeline": "self.version",
240
                "illuminate/queue": "self.version",
241
                "illuminate/redis": "self.version",
242
                "illuminate/routing": "self.version",
243
                "illuminate/session": "self.version",
244
                "illuminate/support": "self.version",
245
                "illuminate/translation": "self.version",
246
                "illuminate/validation": "self.version",
247
                "illuminate/view": "self.version",
248
                "tightenco/collect": "self.version"
249
            },
250
            "require-dev": {
251
                "aws/aws-sdk-php": "~3.0",
252
                "doctrine/dbal": "~2.5",
253
                "mockery/mockery": "~0.9.4",
254
                "pda/pheanstalk": "~3.0",
255
                "phpunit/phpunit": "~5.7",
256
                "predis/predis": "~1.0",
257
                "symfony/css-selector": "~3.2",
258
                "symfony/dom-crawler": "~3.2"
259
            },
260
            "suggest": {
261
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
262
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
263
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
264
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
265
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
266
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
267
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
268
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
269
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
270
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
271
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
272
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
273
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
274
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
275
            },
276
            "type": "library",
277
            "extra": {
278
                "branch-alias": {
279
                    "dev-master": "5.4-dev"
280
                }
281
            },
282
            "autoload": {
283
                "files": [
284
                    "src/Illuminate/Foundation/helpers.php",
285
                    "src/Illuminate/Support/helpers.php"
286
                ],
287
                "psr-4": {
288
                    "Illuminate\\": "src/Illuminate/"
289
                }
290
            },
291
            "notification-url": "https://packagist.org/downloads/",
292
            "license": [
293
                "MIT"
294
            ],
295
            "authors": [
296
                {
297
                    "name": "Taylor Otwell",
298
                    "email": "[email protected]"
299
                }
300
            ],
301
            "description": "The Laravel Framework.",
302
            "homepage": "https://laravel.com",
303
            "keywords": [
304
                "framework",
305
                "laravel"
306
            ],
307
            "time": "2017-08-30T09:26:16+00:00"
308
        },
309
        {
310
            "name": "league/flysystem",
311
            "version": "1.0.44",
312
            "source": {
313
                "type": "git",
314
                "url": "https://github.com/thephpleague/flysystem.git",
315
                "reference": "168dbe519737221dc87d17385cde33073881fd02"
316
            },
317
            "dist": {
318
                "type": "zip",
319
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/168dbe519737221dc87d17385cde33073881fd02",
320
                "reference": "168dbe519737221dc87d17385cde33073881fd02",
321
                "shasum": ""
322
            },
323
            "require": {
324
                "php": ">=5.5.9"
325
            },
326
            "conflict": {
327
                "league/flysystem-sftp": "<1.0.6"
328
            },
329
            "require-dev": {
330
                "ext-fileinfo": "*",
331
                "phpspec/phpspec": "^3.4",
332
                "phpunit/phpunit": "^5.7"
333
            },
334
            "suggest": {
335
                "ext-fileinfo": "Required for MimeType",
336
                "ext-ftp": "Allows you to use FTP server storage",
337
                "ext-openssl": "Allows you to use FTPS server storage",
338
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
339
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
340
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
341
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
342
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
343
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
344
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
345
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
346
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
347
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
348
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
349
            },
350
            "type": "library",
351
            "extra": {
352
                "branch-alias": {
353
                    "dev-master": "1.1-dev"
354
                }
355
            },
356
            "autoload": {
357
                "psr-4": {
358
                    "League\\Flysystem\\": "src/"
359
                }
360
            },
361
            "notification-url": "https://packagist.org/downloads/",
362
            "license": [
363
                "MIT"
364
            ],
365
            "authors": [
366
                {
367
                    "name": "Frank de Jonge",
368
                    "email": "[email protected]"
369
                }
370
            ],
371
            "description": "Filesystem abstraction: Many filesystems, one API.",
372
            "keywords": [
373
                "Cloud Files",
374
                "WebDAV",
375
                "abstraction",
376
                "aws",
377
                "cloud",
378
                "copy.com",
379
                "dropbox",
380
                "file systems",
381
                "files",
382
                "filesystem",
383
                "filesystems",
384
                "ftp",
385
                "rackspace",
386
                "remote",
387
                "s3",
388
                "sftp",
389
                "storage"
390
            ],
391
            "time": "2018-04-06T09:58:14+00:00"
392
        },
393
        {
394
            "name": "maatwebsite/excel",
395
            "version": "2.1.27",
396
            "source": {
397
                "type": "git",
398
                "url": "https://github.com/Maatwebsite/Laravel-Excel.git",
399
                "reference": "ea758fe5a9d33e0d88b40f099d1df652a0c99d38"
400
            },
401
            "dist": {
402
                "type": "zip",
403
                "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/ea758fe5a9d33e0d88b40f099d1df652a0c99d38",
404
                "reference": "ea758fe5a9d33e0d88b40f099d1df652a0c99d38",
405
                "shasum": ""
406
            },
407
            "require": {
408
                "illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
409
                "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
410
                "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
411
                "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
412
                "jeremeamia/superclosure": "^2.3",
413
                "nesbot/carbon": "~1.0",
414
                "php": ">=5.5",
415
                "phpoffice/phpexcel": "^1.8.1",
416
                "tijsverkoyen/css-to-inline-styles": "~2.0"
417
            },
418
            "require-dev": {
419
                "mockery/mockery": "~1.0",
420
                "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*",
421
                "phpseclib/phpseclib": "~1.0",
422
                "phpunit/phpunit": "~4.0"
423
            },
424
            "suggest": {
425
                "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
426
                "illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
427
                "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
428
                "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
429
            },
430
            "type": "library",
431
            "extra": {
432
                "laravel": {
433
                    "providers": [
434
                        "Maatwebsite\\Excel\\ExcelServiceProvider"
435
                    ],
436
                    "aliases": {
437
                        "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
438
                    }
439
                }
440
            },
441
            "autoload": {
442
                "classmap": [
443
                    "src/Maatwebsite/Excel"
444
                ],
445
                "psr-0": {
446
                    "Maatwebsite\\Excel\\": "src/"
447
                }
448
            },
449
            "notification-url": "https://packagist.org/downloads/",
450
            "license": [
451
                "MIT"
452
            ],
453
            "authors": [
454
                {
455
                    "name": "Maatwebsite.nl",
456
                    "email": "[email protected]"
457
                }
458
            ],
459
            "description": "An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel",
460
            "keywords": [
461
                "PHPExcel",
462
                "batch",
463
                "csv",
464
                "excel",
465
                "export",
466
                "import",
467
                "laravel"
468
            ],
469
            "time": "2018-03-09T13:14:19+00:00"
470
        },
471
        {
472
            "name": "monolog/monolog",
473
            "version": "1.23.0",
474
            "source": {
475
                "type": "git",
476
                "url": "https://github.com/Seldaek/monolog.git",
477
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
478
            },
479
            "dist": {
480
                "type": "zip",
481
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
482
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
483
                "shasum": ""
484
            },
485
            "require": {
486
                "php": ">=5.3.0",
487
                "psr/log": "~1.0"
488
            },
489
            "provide": {
490
                "psr/log-implementation": "1.0.0"
491
            },
492
            "require-dev": {
493
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
494
                "doctrine/couchdb": "~1.0@dev",
495
                "graylog2/gelf-php": "~1.0",
496
                "jakub-onderka/php-parallel-lint": "0.9",
497
                "php-amqplib/php-amqplib": "~2.4",
498
                "php-console/php-console": "^3.1.3",
499
                "phpunit/phpunit": "~4.5",
500
                "phpunit/phpunit-mock-objects": "2.3.0",
501
                "ruflin/elastica": ">=0.90 <3.0",
502
                "sentry/sentry": "^0.13",
503
                "swiftmailer/swiftmailer": "^5.3|^6.0"
504
            },
505
            "suggest": {
506
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
507
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
508
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
509
                "ext-mongo": "Allow sending log messages to a MongoDB server",
510
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
511
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
512
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
513
                "php-console/php-console": "Allow sending log messages to Google Chrome",
514
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
515
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
516
                "sentry/sentry": "Allow sending log messages to a Sentry server"
517
            },
518
            "type": "library",
519
            "extra": {
520
                "branch-alias": {
521
                    "dev-master": "2.0.x-dev"
522
                }
523
            },
524
            "autoload": {
525
                "psr-4": {
526
                    "Monolog\\": "src/Monolog"
527
                }
528
            },
529
            "notification-url": "https://packagist.org/downloads/",
530
            "license": [
531
                "MIT"
532
            ],
533
            "authors": [
534
                {
535
                    "name": "Jordi Boggiano",
536
                    "email": "[email protected]",
537
                    "homepage": "http://seld.be"
538
                }
539
            ],
540
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
541
            "homepage": "http://github.com/Seldaek/monolog",
542
            "keywords": [
543
                "log",
544
                "logging",
545
                "psr-3"
546
            ],
547
            "time": "2017-06-19T01:22:40+00:00"
548
        },
549
        {
550
            "name": "mtdowling/cron-expression",
551
            "version": "v1.2.1",
552
            "source": {
553
                "type": "git",
554
                "url": "https://github.com/mtdowling/cron-expression.git",
555
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
556
            },
557
            "dist": {
558
                "type": "zip",
559
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
560
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
561
                "shasum": ""
562
            },
563
            "require": {
564
                "php": ">=5.3.2"
565
            },
566
            "require-dev": {
567
                "phpunit/phpunit": "~4.0|~5.0"
568
            },
569
            "type": "library",
570
            "autoload": {
571
                "psr-4": {
572
                    "Cron\\": "src/Cron/"
573
                }
574
            },
575
            "notification-url": "https://packagist.org/downloads/",
576
            "license": [
577
                "MIT"
578
            ],
579
            "authors": [
580
                {
581
                    "name": "Michael Dowling",
582
                    "email": "[email protected]",
583
                    "homepage": "https://github.com/mtdowling"
584
                }
585
            ],
586
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
587
            "keywords": [
588
                "cron",
589
                "schedule"
590
            ],
591
            "time": "2017-01-23T04:29:33+00:00"
592
        },
593
        {
594
            "name": "nesbot/carbon",
595
            "version": "1.27.0",
596
            "source": {
597
                "type": "git",
598
                "url": "https://github.com/briannesbitt/Carbon.git",
599
                "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9"
600
            },
601
            "dist": {
602
                "type": "zip",
603
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
604
                "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
605
                "shasum": ""
606
            },
607
            "require": {
608
                "php": ">=5.3.9",
609
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
610
            },
611
            "require-dev": {
612
                "friendsofphp/php-cs-fixer": "~2",
613
                "phpunit/phpunit": "^4.8.35 || ^5.7"
614
            },
615
            "type": "library",
616
            "autoload": {
617
                "psr-4": {
618
                    "": "src/"
619
                }
620
            },
621
            "notification-url": "https://packagist.org/downloads/",
622
            "license": [
623
                "MIT"
624
            ],
625
            "authors": [
626
                {
627
                    "name": "Brian Nesbitt",
628
                    "email": "[email protected]",
629
                    "homepage": "http://nesbot.com"
630
                }
631
            ],
632
            "description": "A simple API extension for DateTime.",
633
            "homepage": "http://carbon.nesbot.com",
634
            "keywords": [
635
                "date",
636
                "datetime",
637
                "time"
638
            ],
639
            "time": "2018-04-23T09:02:57+00:00"
640
        },
641
        {
642
            "name": "nikic/php-parser",
643
            "version": "v4.0.1",
644
            "source": {
645
                "type": "git",
646
                "url": "https://github.com/nikic/PHP-Parser.git",
647
                "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3"
648
            },
649
            "dist": {
650
                "type": "zip",
651
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
652
                "reference": "e4a54fa90a5cd8e8dd3fb4099942681731c5cdd3",
653
                "shasum": ""
654
            },
655
            "require": {
656
                "ext-tokenizer": "*",
657
                "php": ">=7.0"
658
            },
659
            "require-dev": {
660
                "phpunit/phpunit": "^6.5 || ^7.0"
661
            },
662
            "bin": [
663
                "bin/php-parse"
664
            ],
665
            "type": "library",
666
            "extra": {
667
                "branch-alias": {
668
                    "dev-master": "4.0-dev"
669
                }
670
            },
671
            "autoload": {
672
                "psr-4": {
673
                    "PhpParser\\": "lib/PhpParser"
674
                }
675
            },
676
            "notification-url": "https://packagist.org/downloads/",
677
            "license": [
678
                "BSD-3-Clause"
679
            ],
680
            "authors": [
681
                {
682
                    "name": "Nikita Popov"
683
                }
684
            ],
685
            "description": "A PHP parser written in PHP",
686
            "keywords": [
687
                "parser",
688
                "php"
689
            ],
690
            "time": "2018-03-25T17:35:16+00:00"
691
        },
692
        {
693
            "name": "paragonie/random_compat",
694
            "version": "v2.0.12",
695
            "source": {
696
                "type": "git",
697
                "url": "https://github.com/paragonie/random_compat.git",
698
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
699
            },
700
            "dist": {
701
                "type": "zip",
702
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
703
                "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
704
                "shasum": ""
705
            },
706
            "require": {
707
                "php": ">=5.2.0"
708
            },
709
            "require-dev": {
710
                "phpunit/phpunit": "4.*|5.*"
711
            },
712
            "suggest": {
713
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
714
            },
715
            "type": "library",
716
            "autoload": {
717
                "files": [
718
                    "lib/random.php"
719
                ]
720
            },
721
            "notification-url": "https://packagist.org/downloads/",
722
            "license": [
723
                "MIT"
724
            ],
725
            "authors": [
726
                {
727
                    "name": "Paragon Initiative Enterprises",
728
                    "email": "[email protected]",
729
                    "homepage": "https://paragonie.com"
730
                }
731
            ],
732
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
733
            "keywords": [
734
                "csprng",
735
                "pseudorandom",
736
                "random"
737
            ],
738
            "time": "2018-04-04T21:24:14+00:00"
739
        },
740
        {
741
            "name": "phpoffice/phpexcel",
742
            "version": "1.8.1",
743
            "source": {
744
                "type": "git",
745
                "url": "https://github.com/PHPOffice/PHPExcel.git",
746
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
747
            },
748
            "dist": {
749
                "type": "zip",
750
                "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
751
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
752
                "shasum": ""
753
            },
754
            "require": {
755
                "ext-xml": "*",
756
                "ext-xmlwriter": "*",
757
                "php": ">=5.2.0"
758
            },
759
            "type": "library",
760
            "autoload": {
761
                "psr-0": {
762
                    "PHPExcel": "Classes/"
763
                }
764
            },
765
            "notification-url": "https://packagist.org/downloads/",
766
            "license": [
767
                "LGPL"
768
            ],
769
            "authors": [
770
                {
771
                    "name": "Maarten Balliauw",
772
                    "homepage": "http://blog.maartenballiauw.be"
773
                },
774
                {
775
                    "name": "Mark Baker"
776
                },
777
                {
778
                    "name": "Franck Lefevre",
779
                    "homepage": "http://blog.rootslabs.net"
780
                },
781
                {
782
                    "name": "Erik Tilt"
783
                }
784
            ],
785
            "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
786
            "homepage": "http://phpexcel.codeplex.com",
787
            "keywords": [
788
                "OpenXML",
789
                "excel",
790
                "php",
791
                "spreadsheet",
792
                "xls",
793
                "xlsx"
794
            ],
795
            "abandoned": "phpoffice/phpspreadsheet",
796
            "time": "2015-05-01T07:00:55+00:00"
797
        },
798
        {
799
            "name": "psr/log",
800
            "version": "1.0.2",
801
            "source": {
802
                "type": "git",
803
                "url": "https://github.com/php-fig/log.git",
804
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
805
            },
806
            "dist": {
807
                "type": "zip",
808
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
809
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
810
                "shasum": ""
811
            },
812
            "require": {
813
                "php": ">=5.3.0"
814
            },
815
            "type": "library",
816
            "extra": {
817
                "branch-alias": {
818
                    "dev-master": "1.0.x-dev"
819
                }
820
            },
821
            "autoload": {
822
                "psr-4": {
823
                    "Psr\\Log\\": "Psr/Log/"
824
                }
825
            },
826
            "notification-url": "https://packagist.org/downloads/",
827
            "license": [
828
                "MIT"
829
            ],
830
            "authors": [
831
                {
832
                    "name": "PHP-FIG",
833
                    "homepage": "http://www.php-fig.org/"
834
                }
835
            ],
836
            "description": "Common interface for logging libraries",
837
            "homepage": "https://github.com/php-fig/log",
838
            "keywords": [
839
                "log",
840
                "psr",
841
                "psr-3"
842
            ],
843
            "time": "2016-10-10T12:19:37+00:00"
844
        },
845
        {
846
            "name": "ramsey/uuid",
847
            "version": "3.7.3",
848
            "source": {
849
                "type": "git",
850
                "url": "https://github.com/ramsey/uuid.git",
851
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
852
            },
853
            "dist": {
854
                "type": "zip",
855
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
856
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
857
                "shasum": ""
858
            },
859
            "require": {
860
                "paragonie/random_compat": "^1.0|^2.0",
861
                "php": "^5.4 || ^7.0"
862
            },
863
            "replace": {
864
                "rhumsaa/uuid": "self.version"
865
            },
866
            "require-dev": {
867
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
868
                "doctrine/annotations": "~1.2.0",
869
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
870
                "ircmaxell/random-lib": "^1.1",
871
                "jakub-onderka/php-parallel-lint": "^0.9.0",
872
                "mockery/mockery": "^0.9.9",
873
                "moontoast/math": "^1.1",
874
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
875
                "phpunit/phpunit": "^4.7|^5.0",
876
                "squizlabs/php_codesniffer": "^2.3"
877
            },
878
            "suggest": {
879
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
880
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
881
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
882
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
883
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
884
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
885
            },
886
            "type": "library",
887
            "extra": {
888
                "branch-alias": {
889
                    "dev-master": "3.x-dev"
890
                }
891
            },
892
            "autoload": {
893
                "psr-4": {
894
                    "Ramsey\\Uuid\\": "src/"
895
                }
896
            },
897
            "notification-url": "https://packagist.org/downloads/",
898
            "license": [
899
                "MIT"
900
            ],
901
            "authors": [
902
                {
903
                    "name": "Marijn Huizendveld",
904
                    "email": "[email protected]"
905
                },
906
                {
907
                    "name": "Thibaud Fabre",
908
                    "email": "[email protected]"
909
                },
910
                {
911
                    "name": "Ben Ramsey",
912
                    "email": "[email protected]",
913
                    "homepage": "https://benramsey.com"
914
                }
915
            ],
916
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
917
            "homepage": "https://github.com/ramsey/uuid",
918
            "keywords": [
919
                "guid",
920
                "identifier",
921
                "uuid"
922
            ],
923
            "time": "2018-01-20T00:28:24+00:00"
924
        },
925
        {
926
            "name": "swiftmailer/swiftmailer",
927
            "version": "v5.4.9",
928
            "source": {
929
                "type": "git",
930
                "url": "https://github.com/swiftmailer/swiftmailer.git",
931
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
932
            },
933
            "dist": {
934
                "type": "zip",
935
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
936
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
937
                "shasum": ""
938
            },
939
            "require": {
940
                "php": ">=5.3.3"
941
            },
942
            "require-dev": {
943
                "mockery/mockery": "~0.9.1",
944
                "symfony/phpunit-bridge": "~3.2"
945
            },
946
            "type": "library",
947
            "extra": {
948
                "branch-alias": {
949
                    "dev-master": "5.4-dev"
950
                }
951
            },
952
            "autoload": {
953
                "files": [
954
                    "lib/swift_required.php"
955
                ]
956
            },
957
            "notification-url": "https://packagist.org/downloads/",
958
            "license": [
959
                "MIT"
960
            ],
961
            "authors": [
962
                {
963
                    "name": "Chris Corbyn"
964
                },
965
                {
966
                    "name": "Fabien Potencier",
967
                    "email": "[email protected]"
968
                }
969
            ],
970
            "description": "Swiftmailer, free feature-rich PHP mailer",
971
            "homepage": "https://swiftmailer.symfony.com",
972
            "keywords": [
973
                "email",
974
                "mail",
975
                "mailer"
976
            ],
977
            "time": "2018-01-23T07:37:21+00:00"
978
        },
979
        {
980
            "name": "symfony/console",
981
            "version": "v3.4.8",
982
            "source": {
983
                "type": "git",
984
                "url": "https://github.com/symfony/console.git",
985
                "reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf"
986
            },
987
            "dist": {
988
                "type": "zip",
989
                "url": "https://api.github.com/repos/symfony/console/zipball/d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf",
990
                "reference": "d4bb70fa24d540c309d88a9d6e43fb2d339b1fbf",
991
                "shasum": ""
992
            },
993
            "require": {
994
                "php": "^5.5.9|>=7.0.8",
995
                "symfony/debug": "~2.8|~3.0|~4.0",
996
                "symfony/polyfill-mbstring": "~1.0"
997
            },
998
            "conflict": {
999
                "symfony/dependency-injection": "<3.4",
1000
                "symfony/process": "<3.3"
1001
            },
1002
            "require-dev": {
1003
                "psr/log": "~1.0",
1004
                "symfony/config": "~3.3|~4.0",
1005
                "symfony/dependency-injection": "~3.4|~4.0",
1006
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1007
                "symfony/lock": "~3.4|~4.0",
1008
                "symfony/process": "~3.3|~4.0"
1009
            },
1010
            "suggest": {
1011
                "psr/log": "For using the console logger",
1012
                "symfony/event-dispatcher": "",
1013
                "symfony/lock": "",
1014
                "symfony/process": ""
1015
            },
1016
            "type": "library",
1017
            "extra": {
1018
                "branch-alias": {
1019
                    "dev-master": "3.4-dev"
1020
                }
1021
            },
1022
            "autoload": {
1023
                "psr-4": {
1024
                    "Symfony\\Component\\Console\\": ""
1025
                },
1026
                "exclude-from-classmap": [
1027
                    "/Tests/"
1028
                ]
1029
            },
1030
            "notification-url": "https://packagist.org/downloads/",
1031
            "license": [
1032
                "MIT"
1033
            ],
1034
            "authors": [
1035
                {
1036
                    "name": "Fabien Potencier",
1037
                    "email": "[email protected]"
1038
                },
1039
                {
1040
                    "name": "Symfony Community",
1041
                    "homepage": "https://symfony.com/contributors"
1042
                }
1043
            ],
1044
            "description": "Symfony Console Component",
1045
            "homepage": "https://symfony.com",
1046
            "time": "2018-04-03T05:22:50+00:00"
1047
        },
1048
        {
1049
            "name": "symfony/css-selector",
1050
            "version": "v4.0.8",
1051
            "source": {
1052
                "type": "git",
1053
                "url": "https://github.com/symfony/css-selector.git",
1054
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2"
1055
            },
1056
            "dist": {
1057
                "type": "zip",
1058
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
1059
                "reference": "03f965583147957f1ecbad7ea1c9d6fd5e525ec2",
1060
                "shasum": ""
1061
            },
1062
            "require": {
1063
                "php": "^7.1.3"
1064
            },
1065
            "type": "library",
1066
            "extra": {
1067
                "branch-alias": {
1068
                    "dev-master": "4.0-dev"
1069
                }
1070
            },
1071
            "autoload": {
1072
                "psr-4": {
1073
                    "Symfony\\Component\\CssSelector\\": ""
1074
                },
1075
                "exclude-from-classmap": [
1076
                    "/Tests/"
1077
                ]
1078
            },
1079
            "notification-url": "https://packagist.org/downloads/",
1080
            "license": [
1081
                "MIT"
1082
            ],
1083
            "authors": [
1084
                {
1085
                    "name": "Jean-François Simon",
1086
                    "email": "[email protected]"
1087
                },
1088
                {
1089
                    "name": "Fabien Potencier",
1090
                    "email": "[email protected]"
1091
                },
1092
                {
1093
                    "name": "Symfony Community",
1094
                    "homepage": "https://symfony.com/contributors"
1095
                }
1096
            ],
1097
            "description": "Symfony CssSelector Component",
1098
            "homepage": "https://symfony.com",
1099
            "time": "2018-03-19T22:35:49+00:00"
1100
        },
1101
        {
1102
            "name": "symfony/debug",
1103
            "version": "v3.4.8",
1104
            "source": {
1105
                "type": "git",
1106
                "url": "https://github.com/symfony/debug.git",
1107
                "reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7"
1108
            },
1109
            "dist": {
1110
                "type": "zip",
1111
                "url": "https://api.github.com/repos/symfony/debug/zipball/9cf7c2271cfb89ef9727db1b740ca77be57bf9d7",
1112
                "reference": "9cf7c2271cfb89ef9727db1b740ca77be57bf9d7",
1113
                "shasum": ""
1114
            },
1115
            "require": {
1116
                "php": "^5.5.9|>=7.0.8",
1117
                "psr/log": "~1.0"
1118
            },
1119
            "conflict": {
1120
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1121
            },
1122
            "require-dev": {
1123
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
1124
            },
1125
            "type": "library",
1126
            "extra": {
1127
                "branch-alias": {
1128
                    "dev-master": "3.4-dev"
1129
                }
1130
            },
1131
            "autoload": {
1132
                "psr-4": {
1133
                    "Symfony\\Component\\Debug\\": ""
1134
                },
1135
                "exclude-from-classmap": [
1136
                    "/Tests/"
1137
                ]
1138
            },
1139
            "notification-url": "https://packagist.org/downloads/",
1140
            "license": [
1141
                "MIT"
1142
            ],
1143
            "authors": [
1144
                {
1145
                    "name": "Fabien Potencier",
1146
                    "email": "[email protected]"
1147
                },
1148
                {
1149
                    "name": "Symfony Community",
1150
                    "homepage": "https://symfony.com/contributors"
1151
                }
1152
            ],
1153
            "description": "Symfony Debug Component",
1154
            "homepage": "https://symfony.com",
1155
            "time": "2018-04-03T05:22:50+00:00"
1156
        },
1157
        {
1158
            "name": "symfony/event-dispatcher",
1159
            "version": "v4.0.8",
1160
            "source": {
1161
                "type": "git",
1162
                "url": "https://github.com/symfony/event-dispatcher.git",
1163
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b"
1164
            },
1165
            "dist": {
1166
                "type": "zip",
1167
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
1168
                "reference": "63353a71073faf08f62caab4e6889b06a787f07b",
1169
                "shasum": ""
1170
            },
1171
            "require": {
1172
                "php": "^7.1.3"
1173
            },
1174
            "conflict": {
1175
                "symfony/dependency-injection": "<3.4"
1176
            },
1177
            "require-dev": {
1178
                "psr/log": "~1.0",
1179
                "symfony/config": "~3.4|~4.0",
1180
                "symfony/dependency-injection": "~3.4|~4.0",
1181
                "symfony/expression-language": "~3.4|~4.0",
1182
                "symfony/stopwatch": "~3.4|~4.0"
1183
            },
1184
            "suggest": {
1185
                "symfony/dependency-injection": "",
1186
                "symfony/http-kernel": ""
1187
            },
1188
            "type": "library",
1189
            "extra": {
1190
                "branch-alias": {
1191
                    "dev-master": "4.0-dev"
1192
                }
1193
            },
1194
            "autoload": {
1195
                "psr-4": {
1196
                    "Symfony\\Component\\EventDispatcher\\": ""
1197
                },
1198
                "exclude-from-classmap": [
1199
                    "/Tests/"
1200
                ]
1201
            },
1202
            "notification-url": "https://packagist.org/downloads/",
1203
            "license": [
1204
                "MIT"
1205
            ],
1206
            "authors": [
1207
                {
1208
                    "name": "Fabien Potencier",
1209
                    "email": "[email protected]"
1210
                },
1211
                {
1212
                    "name": "Symfony Community",
1213
                    "homepage": "https://symfony.com/contributors"
1214
                }
1215
            ],
1216
            "description": "Symfony EventDispatcher Component",
1217
            "homepage": "https://symfony.com",
1218
            "time": "2018-04-06T07:35:43+00:00"
1219
        },
1220
        {
1221
            "name": "symfony/finder",
1222
            "version": "v3.4.8",
1223
            "source": {
1224
                "type": "git",
1225
                "url": "https://github.com/symfony/finder.git",
1226
                "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433"
1227
            },
1228
            "dist": {
1229
                "type": "zip",
1230
                "url": "https://api.github.com/repos/symfony/finder/zipball/bd14efe8b1fabc4de82bf50dce62f05f9a102433",
1231
                "reference": "bd14efe8b1fabc4de82bf50dce62f05f9a102433",
1232
                "shasum": ""
1233
            },
1234
            "require": {
1235
                "php": "^5.5.9|>=7.0.8"
1236
            },
1237
            "type": "library",
1238
            "extra": {
1239
                "branch-alias": {
1240
                    "dev-master": "3.4-dev"
1241
                }
1242
            },
1243
            "autoload": {
1244
                "psr-4": {
1245
                    "Symfony\\Component\\Finder\\": ""
1246
                },
1247
                "exclude-from-classmap": [
1248
                    "/Tests/"
1249
                ]
1250
            },
1251
            "notification-url": "https://packagist.org/downloads/",
1252
            "license": [
1253
                "MIT"
1254
            ],
1255
            "authors": [
1256
                {
1257
                    "name": "Fabien Potencier",
1258
                    "email": "[email protected]"
1259
                },
1260
                {
1261
                    "name": "Symfony Community",
1262
                    "homepage": "https://symfony.com/contributors"
1263
                }
1264
            ],
1265
            "description": "Symfony Finder Component",
1266
            "homepage": "https://symfony.com",
1267
            "time": "2018-04-04T05:07:11+00:00"
1268
        },
1269
        {
1270
            "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...
1271
            "version": "v3.4.8",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/symfony/http-foundation.git",
1275
                "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
1280
                "reference": "b11e6d165ff4cbf5685d185ab19a90f2f3bb7d1e",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": "^5.5.9|>=7.0.8",
1285
                "symfony/polyfill-mbstring": "~1.1",
1286
                "symfony/polyfill-php70": "~1.6"
1287
            },
1288
            "require-dev": {
1289
                "symfony/expression-language": "~2.8|~3.0|~4.0"
1290
            },
1291
            "type": "library",
1292
            "extra": {
1293
                "branch-alias": {
1294
                    "dev-master": "3.4-dev"
1295
                }
1296
            },
1297
            "autoload": {
1298
                "psr-4": {
1299
                    "Symfony\\Component\\HttpFoundation\\": ""
1300
                },
1301
                "exclude-from-classmap": [
1302
                    "/Tests/"
1303
                ]
1304
            },
1305
            "notification-url": "https://packagist.org/downloads/",
1306
            "license": [
1307
                "MIT"
1308
            ],
1309
            "authors": [
1310
                {
1311
                    "name": "Fabien Potencier",
1312
                    "email": "[email protected]"
1313
                },
1314
                {
1315
                    "name": "Symfony Community",
1316
                    "homepage": "https://symfony.com/contributors"
1317
                }
1318
            ],
1319
            "description": "Symfony HttpFoundation Component",
1320
            "homepage": "https://symfony.com",
1321
            "time": "2018-04-03T05:22:50+00:00"
1322
        },
1323
        {
1324
            "name": "symfony/http-kernel",
1325
            "version": "v3.4.8",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/symfony/http-kernel.git",
1329
                "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3cc2d4374aa9590c09277ad68657671cf49dbbf4",
1334
                "reference": "3cc2d4374aa9590c09277ad68657671cf49dbbf4",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "php": "^5.5.9|>=7.0.8",
1339
                "psr/log": "~1.0",
1340
                "symfony/debug": "~2.8|~3.0|~4.0",
1341
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
1342
                "symfony/http-foundation": "^3.4.4|^4.0.4"
1343
            },
1344
            "conflict": {
1345
                "symfony/config": "<2.8",
1346
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
1347
                "symfony/var-dumper": "<3.3",
1348
                "twig/twig": "<1.34|<2.4,>=2"
1349
            },
1350
            "provide": {
1351
                "psr/log-implementation": "1.0"
1352
            },
1353
            "require-dev": {
1354
                "psr/cache": "~1.0",
1355
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
1356
                "symfony/class-loader": "~2.8|~3.0",
1357
                "symfony/config": "~2.8|~3.0|~4.0",
1358
                "symfony/console": "~2.8|~3.0|~4.0",
1359
                "symfony/css-selector": "~2.8|~3.0|~4.0",
1360
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
1361
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
1362
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1363
                "symfony/finder": "~2.8|~3.0|~4.0",
1364
                "symfony/process": "~2.8|~3.0|~4.0",
1365
                "symfony/routing": "~3.4|~4.0",
1366
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
1367
                "symfony/templating": "~2.8|~3.0|~4.0",
1368
                "symfony/translation": "~2.8|~3.0|~4.0",
1369
                "symfony/var-dumper": "~3.3|~4.0"
1370
            },
1371
            "suggest": {
1372
                "symfony/browser-kit": "",
1373
                "symfony/config": "",
1374
                "symfony/console": "",
1375
                "symfony/dependency-injection": "",
1376
                "symfony/finder": "",
1377
                "symfony/var-dumper": ""
1378
            },
1379
            "type": "library",
1380
            "extra": {
1381
                "branch-alias": {
1382
                    "dev-master": "3.4-dev"
1383
                }
1384
            },
1385
            "autoload": {
1386
                "psr-4": {
1387
                    "Symfony\\Component\\HttpKernel\\": ""
1388
                },
1389
                "exclude-from-classmap": [
1390
                    "/Tests/"
1391
                ]
1392
            },
1393
            "notification-url": "https://packagist.org/downloads/",
1394
            "license": [
1395
                "MIT"
1396
            ],
1397
            "authors": [
1398
                {
1399
                    "name": "Fabien Potencier",
1400
                    "email": "[email protected]"
1401
                },
1402
                {
1403
                    "name": "Symfony Community",
1404
                    "homepage": "https://symfony.com/contributors"
1405
                }
1406
            ],
1407
            "description": "Symfony HttpKernel Component",
1408
            "homepage": "https://symfony.com",
1409
            "time": "2018-04-06T15:19:48+00:00"
1410
        },
1411
        {
1412
            "name": "symfony/polyfill-mbstring",
1413
            "version": "v1.7.0",
1414
            "source": {
1415
                "type": "git",
1416
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1417
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
1418
            },
1419
            "dist": {
1420
                "type": "zip",
1421
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1422
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
1423
                "shasum": ""
1424
            },
1425
            "require": {
1426
                "php": ">=5.3.3"
1427
            },
1428
            "suggest": {
1429
                "ext-mbstring": "For best performance"
1430
            },
1431
            "type": "library",
1432
            "extra": {
1433
                "branch-alias": {
1434
                    "dev-master": "1.7-dev"
1435
                }
1436
            },
1437
            "autoload": {
1438
                "psr-4": {
1439
                    "Symfony\\Polyfill\\Mbstring\\": ""
1440
                },
1441
                "files": [
1442
                    "bootstrap.php"
1443
                ]
1444
            },
1445
            "notification-url": "https://packagist.org/downloads/",
1446
            "license": [
1447
                "MIT"
1448
            ],
1449
            "authors": [
1450
                {
1451
                    "name": "Nicolas Grekas",
1452
                    "email": "[email protected]"
1453
                },
1454
                {
1455
                    "name": "Symfony Community",
1456
                    "homepage": "https://symfony.com/contributors"
1457
                }
1458
            ],
1459
            "description": "Symfony polyfill for the Mbstring extension",
1460
            "homepage": "https://symfony.com",
1461
            "keywords": [
1462
                "compatibility",
1463
                "mbstring",
1464
                "polyfill",
1465
                "portable",
1466
                "shim"
1467
            ],
1468
            "time": "2018-01-30T19:27:44+00:00"
1469
        },
1470
        {
1471
            "name": "symfony/polyfill-php56",
1472
            "version": "v1.7.0",
1473
            "source": {
1474
                "type": "git",
1475
                "url": "https://github.com/symfony/polyfill-php56.git",
1476
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
1477
            },
1478
            "dist": {
1479
                "type": "zip",
1480
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
1481
                "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
1482
                "shasum": ""
1483
            },
1484
            "require": {
1485
                "php": ">=5.3.3",
1486
                "symfony/polyfill-util": "~1.0"
1487
            },
1488
            "type": "library",
1489
            "extra": {
1490
                "branch-alias": {
1491
                    "dev-master": "1.7-dev"
1492
                }
1493
            },
1494
            "autoload": {
1495
                "psr-4": {
1496
                    "Symfony\\Polyfill\\Php56\\": ""
1497
                },
1498
                "files": [
1499
                    "bootstrap.php"
1500
                ]
1501
            },
1502
            "notification-url": "https://packagist.org/downloads/",
1503
            "license": [
1504
                "MIT"
1505
            ],
1506
            "authors": [
1507
                {
1508
                    "name": "Nicolas Grekas",
1509
                    "email": "[email protected]"
1510
                },
1511
                {
1512
                    "name": "Symfony Community",
1513
                    "homepage": "https://symfony.com/contributors"
1514
                }
1515
            ],
1516
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1517
            "homepage": "https://symfony.com",
1518
            "keywords": [
1519
                "compatibility",
1520
                "polyfill",
1521
                "portable",
1522
                "shim"
1523
            ],
1524
            "time": "2018-01-30T19:27:44+00:00"
1525
        },
1526
        {
1527
            "name": "symfony/polyfill-php70",
1528
            "version": "v1.7.0",
1529
            "source": {
1530
                "type": "git",
1531
                "url": "https://github.com/symfony/polyfill-php70.git",
1532
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
1533
            },
1534
            "dist": {
1535
                "type": "zip",
1536
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
1537
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
1538
                "shasum": ""
1539
            },
1540
            "require": {
1541
                "paragonie/random_compat": "~1.0|~2.0",
1542
                "php": ">=5.3.3"
1543
            },
1544
            "type": "library",
1545
            "extra": {
1546
                "branch-alias": {
1547
                    "dev-master": "1.7-dev"
1548
                }
1549
            },
1550
            "autoload": {
1551
                "psr-4": {
1552
                    "Symfony\\Polyfill\\Php70\\": ""
1553
                },
1554
                "files": [
1555
                    "bootstrap.php"
1556
                ],
1557
                "classmap": [
1558
                    "Resources/stubs"
1559
                ]
1560
            },
1561
            "notification-url": "https://packagist.org/downloads/",
1562
            "license": [
1563
                "MIT"
1564
            ],
1565
            "authors": [
1566
                {
1567
                    "name": "Nicolas Grekas",
1568
                    "email": "[email protected]"
1569
                },
1570
                {
1571
                    "name": "Symfony Community",
1572
                    "homepage": "https://symfony.com/contributors"
1573
                }
1574
            ],
1575
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1576
            "homepage": "https://symfony.com",
1577
            "keywords": [
1578
                "compatibility",
1579
                "polyfill",
1580
                "portable",
1581
                "shim"
1582
            ],
1583
            "time": "2018-01-30T19:27:44+00:00"
1584
        },
1585
        {
1586
            "name": "symfony/polyfill-util",
1587
            "version": "v1.7.0",
1588
            "source": {
1589
                "type": "git",
1590
                "url": "https://github.com/symfony/polyfill-util.git",
1591
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
1592
            },
1593
            "dist": {
1594
                "type": "zip",
1595
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
1596
                "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
1597
                "shasum": ""
1598
            },
1599
            "require": {
1600
                "php": ">=5.3.3"
1601
            },
1602
            "type": "library",
1603
            "extra": {
1604
                "branch-alias": {
1605
                    "dev-master": "1.7-dev"
1606
                }
1607
            },
1608
            "autoload": {
1609
                "psr-4": {
1610
                    "Symfony\\Polyfill\\Util\\": ""
1611
                }
1612
            },
1613
            "notification-url": "https://packagist.org/downloads/",
1614
            "license": [
1615
                "MIT"
1616
            ],
1617
            "authors": [
1618
                {
1619
                    "name": "Nicolas Grekas",
1620
                    "email": "[email protected]"
1621
                },
1622
                {
1623
                    "name": "Symfony Community",
1624
                    "homepage": "https://symfony.com/contributors"
1625
                }
1626
            ],
1627
            "description": "Symfony utilities for portability of PHP codes",
1628
            "homepage": "https://symfony.com",
1629
            "keywords": [
1630
                "compat",
1631
                "compatibility",
1632
                "polyfill",
1633
                "shim"
1634
            ],
1635
            "time": "2018-01-31T18:08:44+00:00"
1636
        },
1637
        {
1638
            "name": "symfony/process",
1639
            "version": "v3.4.8",
1640
            "source": {
1641
                "type": "git",
1642
                "url": "https://github.com/symfony/process.git",
1643
                "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b"
1644
            },
1645
            "dist": {
1646
                "type": "zip",
1647
                "url": "https://api.github.com/repos/symfony/process/zipball/4b7d64e852886319e93ddfdecff0d744ab87658b",
1648
                "reference": "4b7d64e852886319e93ddfdecff0d744ab87658b",
1649
                "shasum": ""
1650
            },
1651
            "require": {
1652
                "php": "^5.5.9|>=7.0.8"
1653
            },
1654
            "type": "library",
1655
            "extra": {
1656
                "branch-alias": {
1657
                    "dev-master": "3.4-dev"
1658
                }
1659
            },
1660
            "autoload": {
1661
                "psr-4": {
1662
                    "Symfony\\Component\\Process\\": ""
1663
                },
1664
                "exclude-from-classmap": [
1665
                    "/Tests/"
1666
                ]
1667
            },
1668
            "notification-url": "https://packagist.org/downloads/",
1669
            "license": [
1670
                "MIT"
1671
            ],
1672
            "authors": [
1673
                {
1674
                    "name": "Fabien Potencier",
1675
                    "email": "[email protected]"
1676
                },
1677
                {
1678
                    "name": "Symfony Community",
1679
                    "homepage": "https://symfony.com/contributors"
1680
                }
1681
            ],
1682
            "description": "Symfony Process Component",
1683
            "homepage": "https://symfony.com",
1684
            "time": "2018-04-03T05:22:50+00:00"
1685
        },
1686
        {
1687
            "name": "symfony/routing",
1688
            "version": "v3.4.8",
1689
            "source": {
1690
                "type": "git",
1691
                "url": "https://github.com/symfony/routing.git",
1692
                "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c"
1693
            },
1694
            "dist": {
1695
                "type": "zip",
1696
                "url": "https://api.github.com/repos/symfony/routing/zipball/50f333b707bef9f6972ad04e6df3ec8875c9a67c",
1697
                "reference": "50f333b707bef9f6972ad04e6df3ec8875c9a67c",
1698
                "shasum": ""
1699
            },
1700
            "require": {
1701
                "php": "^5.5.9|>=7.0.8"
1702
            },
1703
            "conflict": {
1704
                "symfony/config": "<3.3.1",
1705
                "symfony/dependency-injection": "<3.3",
1706
                "symfony/yaml": "<3.4"
1707
            },
1708
            "require-dev": {
1709
                "doctrine/annotations": "~1.0",
1710
                "doctrine/common": "~2.2",
1711
                "psr/log": "~1.0",
1712
                "symfony/config": "^3.3.1|~4.0",
1713
                "symfony/dependency-injection": "~3.3|~4.0",
1714
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1715
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
1716
                "symfony/yaml": "~3.4|~4.0"
1717
            },
1718
            "suggest": {
1719
                "doctrine/annotations": "For using the annotation loader",
1720
                "symfony/config": "For using the all-in-one router or any loader",
1721
                "symfony/dependency-injection": "For loading routes from a service",
1722
                "symfony/expression-language": "For using expression matching",
1723
                "symfony/http-foundation": "For using a Symfony Request object",
1724
                "symfony/yaml": "For using the YAML loader"
1725
            },
1726
            "type": "library",
1727
            "extra": {
1728
                "branch-alias": {
1729
                    "dev-master": "3.4-dev"
1730
                }
1731
            },
1732
            "autoload": {
1733
                "psr-4": {
1734
                    "Symfony\\Component\\Routing\\": ""
1735
                },
1736
                "exclude-from-classmap": [
1737
                    "/Tests/"
1738
                ]
1739
            },
1740
            "notification-url": "https://packagist.org/downloads/",
1741
            "license": [
1742
                "MIT"
1743
            ],
1744
            "authors": [
1745
                {
1746
                    "name": "Fabien Potencier",
1747
                    "email": "[email protected]"
1748
                },
1749
                {
1750
                    "name": "Symfony Community",
1751
                    "homepage": "https://symfony.com/contributors"
1752
                }
1753
            ],
1754
            "description": "Symfony Routing Component",
1755
            "homepage": "https://symfony.com",
1756
            "keywords": [
1757
                "router",
1758
                "routing",
1759
                "uri",
1760
                "url"
1761
            ],
1762
            "time": "2018-04-04T13:22:16+00:00"
1763
        },
1764
        {
1765
            "name": "symfony/translation",
1766
            "version": "v4.0.8",
1767
            "source": {
1768
                "type": "git",
1769
                "url": "https://github.com/symfony/translation.git",
1770
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938"
1771
            },
1772
            "dist": {
1773
                "type": "zip",
1774
                "url": "https://api.github.com/repos/symfony/translation/zipball/e20a9b7f9f62cb33a11638b345c248e7d510c938",
1775
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938",
1776
                "shasum": ""
1777
            },
1778
            "require": {
1779
                "php": "^7.1.3",
1780
                "symfony/polyfill-mbstring": "~1.0"
1781
            },
1782
            "conflict": {
1783
                "symfony/config": "<3.4",
1784
                "symfony/dependency-injection": "<3.4",
1785
                "symfony/yaml": "<3.4"
1786
            },
1787
            "require-dev": {
1788
                "psr/log": "~1.0",
1789
                "symfony/config": "~3.4|~4.0",
1790
                "symfony/dependency-injection": "~3.4|~4.0",
1791
                "symfony/finder": "~2.8|~3.0|~4.0",
1792
                "symfony/intl": "~3.4|~4.0",
1793
                "symfony/yaml": "~3.4|~4.0"
1794
            },
1795
            "suggest": {
1796
                "psr/log": "To use logging capability in translator",
1797
                "symfony/config": "",
1798
                "symfony/yaml": ""
1799
            },
1800
            "type": "library",
1801
            "extra": {
1802
                "branch-alias": {
1803
                    "dev-master": "4.0-dev"
1804
                }
1805
            },
1806
            "autoload": {
1807
                "psr-4": {
1808
                    "Symfony\\Component\\Translation\\": ""
1809
                },
1810
                "exclude-from-classmap": [
1811
                    "/Tests/"
1812
                ]
1813
            },
1814
            "notification-url": "https://packagist.org/downloads/",
1815
            "license": [
1816
                "MIT"
1817
            ],
1818
            "authors": [
1819
                {
1820
                    "name": "Fabien Potencier",
1821
                    "email": "[email protected]"
1822
                },
1823
                {
1824
                    "name": "Symfony Community",
1825
                    "homepage": "https://symfony.com/contributors"
1826
                }
1827
            ],
1828
            "description": "Symfony Translation Component",
1829
            "homepage": "https://symfony.com",
1830
            "time": "2018-02-22T10:50:29+00:00"
1831
        },
1832
        {
1833
            "name": "symfony/var-dumper",
1834
            "version": "v3.4.8",
1835
            "source": {
1836
                "type": "git",
1837
                "url": "https://github.com/symfony/var-dumper.git",
1838
                "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb"
1839
            },
1840
            "dist": {
1841
                "type": "zip",
1842
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/951643091b39a6fd40fce56cd16e21e12bef3feb",
1843
                "reference": "951643091b39a6fd40fce56cd16e21e12bef3feb",
1844
                "shasum": ""
1845
            },
1846
            "require": {
1847
                "php": "^5.5.9|>=7.0.8",
1848
                "symfony/polyfill-mbstring": "~1.0"
1849
            },
1850
            "conflict": {
1851
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
1852
            },
1853
            "require-dev": {
1854
                "ext-iconv": "*",
1855
                "twig/twig": "~1.34|~2.4"
1856
            },
1857
            "suggest": {
1858
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1859
                "ext-intl": "To show region name in time zone dump",
1860
                "ext-symfony_debug": ""
1861
            },
1862
            "type": "library",
1863
            "extra": {
1864
                "branch-alias": {
1865
                    "dev-master": "3.4-dev"
1866
                }
1867
            },
1868
            "autoload": {
1869
                "files": [
1870
                    "Resources/functions/dump.php"
1871
                ],
1872
                "psr-4": {
1873
                    "Symfony\\Component\\VarDumper\\": ""
1874
                },
1875
                "exclude-from-classmap": [
1876
                    "/Tests/"
1877
                ]
1878
            },
1879
            "notification-url": "https://packagist.org/downloads/",
1880
            "license": [
1881
                "MIT"
1882
            ],
1883
            "authors": [
1884
                {
1885
                    "name": "Nicolas Grekas",
1886
                    "email": "[email protected]"
1887
                },
1888
                {
1889
                    "name": "Symfony Community",
1890
                    "homepage": "https://symfony.com/contributors"
1891
                }
1892
            ],
1893
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1894
            "homepage": "https://symfony.com",
1895
            "keywords": [
1896
                "debug",
1897
                "dump"
1898
            ],
1899
            "time": "2018-04-03T20:34:11+00:00"
1900
        },
1901
        {
1902
            "name": "tijsverkoyen/css-to-inline-styles",
1903
            "version": "2.2.1",
1904
            "source": {
1905
                "type": "git",
1906
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1907
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
1908
            },
1909
            "dist": {
1910
                "type": "zip",
1911
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1912
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
1913
                "shasum": ""
1914
            },
1915
            "require": {
1916
                "php": "^5.5 || ^7.0",
1917
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
1918
            },
1919
            "require-dev": {
1920
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1921
            },
1922
            "type": "library",
1923
            "extra": {
1924
                "branch-alias": {
1925
                    "dev-master": "2.2.x-dev"
1926
                }
1927
            },
1928
            "autoload": {
1929
                "psr-4": {
1930
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1931
                }
1932
            },
1933
            "notification-url": "https://packagist.org/downloads/",
1934
            "license": [
1935
                "BSD-3-Clause"
1936
            ],
1937
            "authors": [
1938
                {
1939
                    "name": "Tijs Verkoyen",
1940
                    "email": "[email protected]",
1941
                    "role": "Developer"
1942
                }
1943
            ],
1944
            "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.",
1945
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1946
            "time": "2017-11-27T11:13:29+00:00"
1947
        },
1948
        {
1949
            "name": "vlucas/phpdotenv",
1950
            "version": "v2.4.0",
1951
            "source": {
1952
                "type": "git",
1953
                "url": "https://github.com/vlucas/phpdotenv.git",
1954
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1955
            },
1956
            "dist": {
1957
                "type": "zip",
1958
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1959
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1960
                "shasum": ""
1961
            },
1962
            "require": {
1963
                "php": ">=5.3.9"
1964
            },
1965
            "require-dev": {
1966
                "phpunit/phpunit": "^4.8 || ^5.0"
1967
            },
1968
            "type": "library",
1969
            "extra": {
1970
                "branch-alias": {
1971
                    "dev-master": "2.4-dev"
1972
                }
1973
            },
1974
            "autoload": {
1975
                "psr-4": {
1976
                    "Dotenv\\": "src/"
1977
                }
1978
            },
1979
            "notification-url": "https://packagist.org/downloads/",
1980
            "license": [
1981
                "BSD-3-Clause-Attribution"
1982
            ],
1983
            "authors": [
1984
                {
1985
                    "name": "Vance Lucas",
1986
                    "email": "[email protected]",
1987
                    "homepage": "http://www.vancelucas.com"
1988
                }
1989
            ],
1990
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1991
            "keywords": [
1992
                "dotenv",
1993
                "env",
1994
                "environment"
1995
            ],
1996
            "time": "2016-09-01T10:05:43+00:00"
1997
        }
1998
    ],
1999
    "packages-dev": [
2000
        {
2001
            "name": "doctrine/instantiator",
2002
            "version": "1.1.0",
2003
            "source": {
2004
                "type": "git",
2005
                "url": "https://github.com/doctrine/instantiator.git",
2006
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2007
            },
2008
            "dist": {
2009
                "type": "zip",
2010
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2011
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2012
                "shasum": ""
2013
            },
2014
            "require": {
2015
                "php": "^7.1"
2016
            },
2017
            "require-dev": {
2018
                "athletic/athletic": "~0.1.8",
2019
                "ext-pdo": "*",
2020
                "ext-phar": "*",
2021
                "phpunit/phpunit": "^6.2.3",
2022
                "squizlabs/php_codesniffer": "^3.0.2"
2023
            },
2024
            "type": "library",
2025
            "extra": {
2026
                "branch-alias": {
2027
                    "dev-master": "1.2.x-dev"
2028
                }
2029
            },
2030
            "autoload": {
2031
                "psr-4": {
2032
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2033
                }
2034
            },
2035
            "notification-url": "https://packagist.org/downloads/",
2036
            "license": [
2037
                "MIT"
2038
            ],
2039
            "authors": [
2040
                {
2041
                    "name": "Marco Pivetta",
2042
                    "email": "[email protected]",
2043
                    "homepage": "http://ocramius.github.com/"
2044
                }
2045
            ],
2046
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2047
            "homepage": "https://github.com/doctrine/instantiator",
2048
            "keywords": [
2049
                "constructor",
2050
                "instantiate"
2051
            ],
2052
            "time": "2017-07-22T11:58:36+00:00"
2053
        },
2054
        {
2055
            "name": "myclabs/deep-copy",
2056
            "version": "1.7.0",
2057
            "source": {
2058
                "type": "git",
2059
                "url": "https://github.com/myclabs/DeepCopy.git",
2060
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2061
            },
2062
            "dist": {
2063
                "type": "zip",
2064
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2065
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2066
                "shasum": ""
2067
            },
2068
            "require": {
2069
                "php": "^5.6 || ^7.0"
2070
            },
2071
            "require-dev": {
2072
                "doctrine/collections": "^1.0",
2073
                "doctrine/common": "^2.6",
2074
                "phpunit/phpunit": "^4.1"
2075
            },
2076
            "type": "library",
2077
            "autoload": {
2078
                "psr-4": {
2079
                    "DeepCopy\\": "src/DeepCopy/"
2080
                },
2081
                "files": [
2082
                    "src/DeepCopy/deep_copy.php"
2083
                ]
2084
            },
2085
            "notification-url": "https://packagist.org/downloads/",
2086
            "license": [
2087
                "MIT"
2088
            ],
2089
            "description": "Create deep copies (clones) of your objects",
2090
            "keywords": [
2091
                "clone",
2092
                "copy",
2093
                "duplicate",
2094
                "object",
2095
                "object graph"
2096
            ],
2097
            "time": "2017-10-19T19:58:43+00:00"
2098
        },
2099
        {
2100
            "name": "phpdocumentor/reflection-common",
2101
            "version": "1.0.1",
2102
            "source": {
2103
                "type": "git",
2104
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2105
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2106
            },
2107
            "dist": {
2108
                "type": "zip",
2109
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2110
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2111
                "shasum": ""
2112
            },
2113
            "require": {
2114
                "php": ">=5.5"
2115
            },
2116
            "require-dev": {
2117
                "phpunit/phpunit": "^4.6"
2118
            },
2119
            "type": "library",
2120
            "extra": {
2121
                "branch-alias": {
2122
                    "dev-master": "1.0.x-dev"
2123
                }
2124
            },
2125
            "autoload": {
2126
                "psr-4": {
2127
                    "phpDocumentor\\Reflection\\": [
2128
                        "src"
2129
                    ]
2130
                }
2131
            },
2132
            "notification-url": "https://packagist.org/downloads/",
2133
            "license": [
2134
                "MIT"
2135
            ],
2136
            "authors": [
2137
                {
2138
                    "name": "Jaap van Otterdijk",
2139
                    "email": "[email protected]"
2140
                }
2141
            ],
2142
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2143
            "homepage": "http://www.phpdoc.org",
2144
            "keywords": [
2145
                "FQSEN",
2146
                "phpDocumentor",
2147
                "phpdoc",
2148
                "reflection",
2149
                "static analysis"
2150
            ],
2151
            "time": "2017-09-11T18:02:19+00:00"
2152
        },
2153
        {
2154
            "name": "phpdocumentor/reflection-docblock",
2155
            "version": "4.3.0",
2156
            "source": {
2157
                "type": "git",
2158
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2159
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2160
            },
2161
            "dist": {
2162
                "type": "zip",
2163
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2164
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2165
                "shasum": ""
2166
            },
2167
            "require": {
2168
                "php": "^7.0",
2169
                "phpdocumentor/reflection-common": "^1.0.0",
2170
                "phpdocumentor/type-resolver": "^0.4.0",
2171
                "webmozart/assert": "^1.0"
2172
            },
2173
            "require-dev": {
2174
                "doctrine/instantiator": "~1.0.5",
2175
                "mockery/mockery": "^1.0",
2176
                "phpunit/phpunit": "^6.4"
2177
            },
2178
            "type": "library",
2179
            "extra": {
2180
                "branch-alias": {
2181
                    "dev-master": "4.x-dev"
2182
                }
2183
            },
2184
            "autoload": {
2185
                "psr-4": {
2186
                    "phpDocumentor\\Reflection\\": [
2187
                        "src/"
2188
                    ]
2189
                }
2190
            },
2191
            "notification-url": "https://packagist.org/downloads/",
2192
            "license": [
2193
                "MIT"
2194
            ],
2195
            "authors": [
2196
                {
2197
                    "name": "Mike van Riel",
2198
                    "email": "[email protected]"
2199
                }
2200
            ],
2201
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2202
            "time": "2017-11-30T07:14:17+00:00"
2203
        },
2204
        {
2205
            "name": "phpdocumentor/type-resolver",
2206
            "version": "0.4.0",
2207
            "source": {
2208
                "type": "git",
2209
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2210
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2211
            },
2212
            "dist": {
2213
                "type": "zip",
2214
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2215
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2216
                "shasum": ""
2217
            },
2218
            "require": {
2219
                "php": "^5.5 || ^7.0",
2220
                "phpdocumentor/reflection-common": "^1.0"
2221
            },
2222
            "require-dev": {
2223
                "mockery/mockery": "^0.9.4",
2224
                "phpunit/phpunit": "^5.2||^4.8.24"
2225
            },
2226
            "type": "library",
2227
            "extra": {
2228
                "branch-alias": {
2229
                    "dev-master": "1.0.x-dev"
2230
                }
2231
            },
2232
            "autoload": {
2233
                "psr-4": {
2234
                    "phpDocumentor\\Reflection\\": [
2235
                        "src/"
2236
                    ]
2237
                }
2238
            },
2239
            "notification-url": "https://packagist.org/downloads/",
2240
            "license": [
2241
                "MIT"
2242
            ],
2243
            "authors": [
2244
                {
2245
                    "name": "Mike van Riel",
2246
                    "email": "[email protected]"
2247
                }
2248
            ],
2249
            "time": "2017-07-14T14:27:02+00:00"
2250
        },
2251
        {
2252
            "name": "phpspec/prophecy",
2253
            "version": "1.7.6",
2254
            "source": {
2255
                "type": "git",
2256
                "url": "https://github.com/phpspec/prophecy.git",
2257
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2258
            },
2259
            "dist": {
2260
                "type": "zip",
2261
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2262
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2263
                "shasum": ""
2264
            },
2265
            "require": {
2266
                "doctrine/instantiator": "^1.0.2",
2267
                "php": "^5.3|^7.0",
2268
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2269
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2270
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2271
            },
2272
            "require-dev": {
2273
                "phpspec/phpspec": "^2.5|^3.2",
2274
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2275
            },
2276
            "type": "library",
2277
            "extra": {
2278
                "branch-alias": {
2279
                    "dev-master": "1.7.x-dev"
2280
                }
2281
            },
2282
            "autoload": {
2283
                "psr-0": {
2284
                    "Prophecy\\": "src/"
2285
                }
2286
            },
2287
            "notification-url": "https://packagist.org/downloads/",
2288
            "license": [
2289
                "MIT"
2290
            ],
2291
            "authors": [
2292
                {
2293
                    "name": "Konstantin Kudryashov",
2294
                    "email": "[email protected]",
2295
                    "homepage": "http://everzet.com"
2296
                },
2297
                {
2298
                    "name": "Marcello Duarte",
2299
                    "email": "[email protected]"
2300
                }
2301
            ],
2302
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2303
            "homepage": "https://github.com/phpspec/prophecy",
2304
            "keywords": [
2305
                "Double",
2306
                "Dummy",
2307
                "fake",
2308
                "mock",
2309
                "spy",
2310
                "stub"
2311
            ],
2312
            "time": "2018-04-18T13:57:24+00:00"
2313
        },
2314
        {
2315
            "name": "phpunit/php-code-coverage",
2316
            "version": "4.0.8",
2317
            "source": {
2318
                "type": "git",
2319
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2320
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
2321
            },
2322
            "dist": {
2323
                "type": "zip",
2324
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2325
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
2326
                "shasum": ""
2327
            },
2328
            "require": {
2329
                "ext-dom": "*",
2330
                "ext-xmlwriter": "*",
2331
                "php": "^5.6 || ^7.0",
2332
                "phpunit/php-file-iterator": "^1.3",
2333
                "phpunit/php-text-template": "^1.2",
2334
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
2335
                "sebastian/code-unit-reverse-lookup": "^1.0",
2336
                "sebastian/environment": "^1.3.2 || ^2.0",
2337
                "sebastian/version": "^1.0 || ^2.0"
2338
            },
2339
            "require-dev": {
2340
                "ext-xdebug": "^2.1.4",
2341
                "phpunit/phpunit": "^5.7"
2342
            },
2343
            "suggest": {
2344
                "ext-xdebug": "^2.5.1"
2345
            },
2346
            "type": "library",
2347
            "extra": {
2348
                "branch-alias": {
2349
                    "dev-master": "4.0.x-dev"
2350
                }
2351
            },
2352
            "autoload": {
2353
                "classmap": [
2354
                    "src/"
2355
                ]
2356
            },
2357
            "notification-url": "https://packagist.org/downloads/",
2358
            "license": [
2359
                "BSD-3-Clause"
2360
            ],
2361
            "authors": [
2362
                {
2363
                    "name": "Sebastian Bergmann",
2364
                    "email": "[email protected]",
2365
                    "role": "lead"
2366
                }
2367
            ],
2368
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2369
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2370
            "keywords": [
2371
                "coverage",
2372
                "testing",
2373
                "xunit"
2374
            ],
2375
            "time": "2017-04-02T07:44:40+00:00"
2376
        },
2377
        {
2378
            "name": "phpunit/php-file-iterator",
2379
            "version": "1.4.5",
2380
            "source": {
2381
                "type": "git",
2382
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2383
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2384
            },
2385
            "dist": {
2386
                "type": "zip",
2387
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
2388
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
2389
                "shasum": ""
2390
            },
2391
            "require": {
2392
                "php": ">=5.3.3"
2393
            },
2394
            "type": "library",
2395
            "extra": {
2396
                "branch-alias": {
2397
                    "dev-master": "1.4.x-dev"
2398
                }
2399
            },
2400
            "autoload": {
2401
                "classmap": [
2402
                    "src/"
2403
                ]
2404
            },
2405
            "notification-url": "https://packagist.org/downloads/",
2406
            "license": [
2407
                "BSD-3-Clause"
2408
            ],
2409
            "authors": [
2410
                {
2411
                    "name": "Sebastian Bergmann",
2412
                    "email": "[email protected]",
2413
                    "role": "lead"
2414
                }
2415
            ],
2416
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2417
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2418
            "keywords": [
2419
                "filesystem",
2420
                "iterator"
2421
            ],
2422
            "time": "2017-11-27T13:52:08+00:00"
2423
        },
2424
        {
2425
            "name": "phpunit/php-text-template",
2426
            "version": "1.2.1",
2427
            "source": {
2428
                "type": "git",
2429
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2430
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2431
            },
2432
            "dist": {
2433
                "type": "zip",
2434
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2435
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2436
                "shasum": ""
2437
            },
2438
            "require": {
2439
                "php": ">=5.3.3"
2440
            },
2441
            "type": "library",
2442
            "autoload": {
2443
                "classmap": [
2444
                    "src/"
2445
                ]
2446
            },
2447
            "notification-url": "https://packagist.org/downloads/",
2448
            "license": [
2449
                "BSD-3-Clause"
2450
            ],
2451
            "authors": [
2452
                {
2453
                    "name": "Sebastian Bergmann",
2454
                    "email": "[email protected]",
2455
                    "role": "lead"
2456
                }
2457
            ],
2458
            "description": "Simple template engine.",
2459
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2460
            "keywords": [
2461
                "template"
2462
            ],
2463
            "time": "2015-06-21T13:50:34+00:00"
2464
        },
2465
        {
2466
            "name": "phpunit/php-timer",
2467
            "version": "1.0.9",
2468
            "source": {
2469
                "type": "git",
2470
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2471
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2472
            },
2473
            "dist": {
2474
                "type": "zip",
2475
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2476
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2477
                "shasum": ""
2478
            },
2479
            "require": {
2480
                "php": "^5.3.3 || ^7.0"
2481
            },
2482
            "require-dev": {
2483
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2484
            },
2485
            "type": "library",
2486
            "extra": {
2487
                "branch-alias": {
2488
                    "dev-master": "1.0-dev"
2489
                }
2490
            },
2491
            "autoload": {
2492
                "classmap": [
2493
                    "src/"
2494
                ]
2495
            },
2496
            "notification-url": "https://packagist.org/downloads/",
2497
            "license": [
2498
                "BSD-3-Clause"
2499
            ],
2500
            "authors": [
2501
                {
2502
                    "name": "Sebastian Bergmann",
2503
                    "email": "[email protected]",
2504
                    "role": "lead"
2505
                }
2506
            ],
2507
            "description": "Utility class for timing",
2508
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2509
            "keywords": [
2510
                "timer"
2511
            ],
2512
            "time": "2017-02-26T11:10:40+00:00"
2513
        },
2514
        {
2515
            "name": "phpunit/php-token-stream",
2516
            "version": "2.0.2",
2517
            "source": {
2518
                "type": "git",
2519
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2520
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
2521
            },
2522
            "dist": {
2523
                "type": "zip",
2524
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
2525
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
2526
                "shasum": ""
2527
            },
2528
            "require": {
2529
                "ext-tokenizer": "*",
2530
                "php": "^7.0"
2531
            },
2532
            "require-dev": {
2533
                "phpunit/phpunit": "^6.2.4"
2534
            },
2535
            "type": "library",
2536
            "extra": {
2537
                "branch-alias": {
2538
                    "dev-master": "2.0-dev"
2539
                }
2540
            },
2541
            "autoload": {
2542
                "classmap": [
2543
                    "src/"
2544
                ]
2545
            },
2546
            "notification-url": "https://packagist.org/downloads/",
2547
            "license": [
2548
                "BSD-3-Clause"
2549
            ],
2550
            "authors": [
2551
                {
2552
                    "name": "Sebastian Bergmann",
2553
                    "email": "[email protected]"
2554
                }
2555
            ],
2556
            "description": "Wrapper around PHP's tokenizer extension.",
2557
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2558
            "keywords": [
2559
                "tokenizer"
2560
            ],
2561
            "time": "2017-11-27T05:48:46+00:00"
2562
        },
2563
        {
2564
            "name": "phpunit/phpunit",
2565
            "version": "5.7.27",
2566
            "source": {
2567
                "type": "git",
2568
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2569
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
2570
            },
2571
            "dist": {
2572
                "type": "zip",
2573
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2574
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
2575
                "shasum": ""
2576
            },
2577
            "require": {
2578
                "ext-dom": "*",
2579
                "ext-json": "*",
2580
                "ext-libxml": "*",
2581
                "ext-mbstring": "*",
2582
                "ext-xml": "*",
2583
                "myclabs/deep-copy": "~1.3",
2584
                "php": "^5.6 || ^7.0",
2585
                "phpspec/prophecy": "^1.6.2",
2586
                "phpunit/php-code-coverage": "^4.0.4",
2587
                "phpunit/php-file-iterator": "~1.4",
2588
                "phpunit/php-text-template": "~1.2",
2589
                "phpunit/php-timer": "^1.0.6",
2590
                "phpunit/phpunit-mock-objects": "^3.2",
2591
                "sebastian/comparator": "^1.2.4",
2592
                "sebastian/diff": "^1.4.3",
2593
                "sebastian/environment": "^1.3.4 || ^2.0",
2594
                "sebastian/exporter": "~2.0",
2595
                "sebastian/global-state": "^1.1",
2596
                "sebastian/object-enumerator": "~2.0",
2597
                "sebastian/resource-operations": "~1.0",
2598
                "sebastian/version": "^1.0.6|^2.0.1",
2599
                "symfony/yaml": "~2.1|~3.0|~4.0"
2600
            },
2601
            "conflict": {
2602
                "phpdocumentor/reflection-docblock": "3.0.2"
2603
            },
2604
            "require-dev": {
2605
                "ext-pdo": "*"
2606
            },
2607
            "suggest": {
2608
                "ext-xdebug": "*",
2609
                "phpunit/php-invoker": "~1.1"
2610
            },
2611
            "bin": [
2612
                "phpunit"
2613
            ],
2614
            "type": "library",
2615
            "extra": {
2616
                "branch-alias": {
2617
                    "dev-master": "5.7.x-dev"
2618
                }
2619
            },
2620
            "autoload": {
2621
                "classmap": [
2622
                    "src/"
2623
                ]
2624
            },
2625
            "notification-url": "https://packagist.org/downloads/",
2626
            "license": [
2627
                "BSD-3-Clause"
2628
            ],
2629
            "authors": [
2630
                {
2631
                    "name": "Sebastian Bergmann",
2632
                    "email": "[email protected]",
2633
                    "role": "lead"
2634
                }
2635
            ],
2636
            "description": "The PHP Unit Testing framework.",
2637
            "homepage": "https://phpunit.de/",
2638
            "keywords": [
2639
                "phpunit",
2640
                "testing",
2641
                "xunit"
2642
            ],
2643
            "time": "2018-02-01T05:50:59+00:00"
2644
        },
2645
        {
2646
            "name": "phpunit/phpunit-mock-objects",
2647
            "version": "3.4.4",
2648
            "source": {
2649
                "type": "git",
2650
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2651
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
2652
            },
2653
            "dist": {
2654
                "type": "zip",
2655
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
2656
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
2657
                "shasum": ""
2658
            },
2659
            "require": {
2660
                "doctrine/instantiator": "^1.0.2",
2661
                "php": "^5.6 || ^7.0",
2662
                "phpunit/php-text-template": "^1.2",
2663
                "sebastian/exporter": "^1.2 || ^2.0"
2664
            },
2665
            "conflict": {
2666
                "phpunit/phpunit": "<5.4.0"
2667
            },
2668
            "require-dev": {
2669
                "phpunit/phpunit": "^5.4"
2670
            },
2671
            "suggest": {
2672
                "ext-soap": "*"
2673
            },
2674
            "type": "library",
2675
            "extra": {
2676
                "branch-alias": {
2677
                    "dev-master": "3.2.x-dev"
2678
                }
2679
            },
2680
            "autoload": {
2681
                "classmap": [
2682
                    "src/"
2683
                ]
2684
            },
2685
            "notification-url": "https://packagist.org/downloads/",
2686
            "license": [
2687
                "BSD-3-Clause"
2688
            ],
2689
            "authors": [
2690
                {
2691
                    "name": "Sebastian Bergmann",
2692
                    "email": "[email protected]",
2693
                    "role": "lead"
2694
                }
2695
            ],
2696
            "description": "Mock Object library for PHPUnit",
2697
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2698
            "keywords": [
2699
                "mock",
2700
                "xunit"
2701
            ],
2702
            "time": "2017-06-30T09:13:00+00:00"
2703
        },
2704
        {
2705
            "name": "sebastian/code-unit-reverse-lookup",
2706
            "version": "1.0.1",
2707
            "source": {
2708
                "type": "git",
2709
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2710
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2711
            },
2712
            "dist": {
2713
                "type": "zip",
2714
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2715
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2716
                "shasum": ""
2717
            },
2718
            "require": {
2719
                "php": "^5.6 || ^7.0"
2720
            },
2721
            "require-dev": {
2722
                "phpunit/phpunit": "^5.7 || ^6.0"
2723
            },
2724
            "type": "library",
2725
            "extra": {
2726
                "branch-alias": {
2727
                    "dev-master": "1.0.x-dev"
2728
                }
2729
            },
2730
            "autoload": {
2731
                "classmap": [
2732
                    "src/"
2733
                ]
2734
            },
2735
            "notification-url": "https://packagist.org/downloads/",
2736
            "license": [
2737
                "BSD-3-Clause"
2738
            ],
2739
            "authors": [
2740
                {
2741
                    "name": "Sebastian Bergmann",
2742
                    "email": "[email protected]"
2743
                }
2744
            ],
2745
            "description": "Looks up which function or method a line of code belongs to",
2746
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2747
            "time": "2017-03-04T06:30:41+00:00"
2748
        },
2749
        {
2750
            "name": "sebastian/comparator",
2751
            "version": "1.2.4",
2752
            "source": {
2753
                "type": "git",
2754
                "url": "https://github.com/sebastianbergmann/comparator.git",
2755
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2756
            },
2757
            "dist": {
2758
                "type": "zip",
2759
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2760
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2761
                "shasum": ""
2762
            },
2763
            "require": {
2764
                "php": ">=5.3.3",
2765
                "sebastian/diff": "~1.2",
2766
                "sebastian/exporter": "~1.2 || ~2.0"
2767
            },
2768
            "require-dev": {
2769
                "phpunit/phpunit": "~4.4"
2770
            },
2771
            "type": "library",
2772
            "extra": {
2773
                "branch-alias": {
2774
                    "dev-master": "1.2.x-dev"
2775
                }
2776
            },
2777
            "autoload": {
2778
                "classmap": [
2779
                    "src/"
2780
                ]
2781
            },
2782
            "notification-url": "https://packagist.org/downloads/",
2783
            "license": [
2784
                "BSD-3-Clause"
2785
            ],
2786
            "authors": [
2787
                {
2788
                    "name": "Jeff Welch",
2789
                    "email": "[email protected]"
2790
                },
2791
                {
2792
                    "name": "Volker Dusch",
2793
                    "email": "[email protected]"
2794
                },
2795
                {
2796
                    "name": "Bernhard Schussek",
2797
                    "email": "[email protected]"
2798
                },
2799
                {
2800
                    "name": "Sebastian Bergmann",
2801
                    "email": "[email protected]"
2802
                }
2803
            ],
2804
            "description": "Provides the functionality to compare PHP values for equality",
2805
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2806
            "keywords": [
2807
                "comparator",
2808
                "compare",
2809
                "equality"
2810
            ],
2811
            "time": "2017-01-29T09:50:25+00:00"
2812
        },
2813
        {
2814
            "name": "sebastian/diff",
2815
            "version": "1.4.3",
2816
            "source": {
2817
                "type": "git",
2818
                "url": "https://github.com/sebastianbergmann/diff.git",
2819
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
2820
            },
2821
            "dist": {
2822
                "type": "zip",
2823
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2824
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
2825
                "shasum": ""
2826
            },
2827
            "require": {
2828
                "php": "^5.3.3 || ^7.0"
2829
            },
2830
            "require-dev": {
2831
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2832
            },
2833
            "type": "library",
2834
            "extra": {
2835
                "branch-alias": {
2836
                    "dev-master": "1.4-dev"
2837
                }
2838
            },
2839
            "autoload": {
2840
                "classmap": [
2841
                    "src/"
2842
                ]
2843
            },
2844
            "notification-url": "https://packagist.org/downloads/",
2845
            "license": [
2846
                "BSD-3-Clause"
2847
            ],
2848
            "authors": [
2849
                {
2850
                    "name": "Kore Nordmann",
2851
                    "email": "[email protected]"
2852
                },
2853
                {
2854
                    "name": "Sebastian Bergmann",
2855
                    "email": "[email protected]"
2856
                }
2857
            ],
2858
            "description": "Diff implementation",
2859
            "homepage": "https://github.com/sebastianbergmann/diff",
2860
            "keywords": [
2861
                "diff"
2862
            ],
2863
            "time": "2017-05-22T07:24:03+00:00"
2864
        },
2865
        {
2866
            "name": "sebastian/environment",
2867
            "version": "2.0.0",
2868
            "source": {
2869
                "type": "git",
2870
                "url": "https://github.com/sebastianbergmann/environment.git",
2871
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2872
            },
2873
            "dist": {
2874
                "type": "zip",
2875
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2876
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2877
                "shasum": ""
2878
            },
2879
            "require": {
2880
                "php": "^5.6 || ^7.0"
2881
            },
2882
            "require-dev": {
2883
                "phpunit/phpunit": "^5.0"
2884
            },
2885
            "type": "library",
2886
            "extra": {
2887
                "branch-alias": {
2888
                    "dev-master": "2.0.x-dev"
2889
                }
2890
            },
2891
            "autoload": {
2892
                "classmap": [
2893
                    "src/"
2894
                ]
2895
            },
2896
            "notification-url": "https://packagist.org/downloads/",
2897
            "license": [
2898
                "BSD-3-Clause"
2899
            ],
2900
            "authors": [
2901
                {
2902
                    "name": "Sebastian Bergmann",
2903
                    "email": "[email protected]"
2904
                }
2905
            ],
2906
            "description": "Provides functionality to handle HHVM/PHP environments",
2907
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2908
            "keywords": [
2909
                "Xdebug",
2910
                "environment",
2911
                "hhvm"
2912
            ],
2913
            "time": "2016-11-26T07:53:53+00:00"
2914
        },
2915
        {
2916
            "name": "sebastian/exporter",
2917
            "version": "2.0.0",
2918
            "source": {
2919
                "type": "git",
2920
                "url": "https://github.com/sebastianbergmann/exporter.git",
2921
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2922
            },
2923
            "dist": {
2924
                "type": "zip",
2925
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2926
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2927
                "shasum": ""
2928
            },
2929
            "require": {
2930
                "php": ">=5.3.3",
2931
                "sebastian/recursion-context": "~2.0"
2932
            },
2933
            "require-dev": {
2934
                "ext-mbstring": "*",
2935
                "phpunit/phpunit": "~4.4"
2936
            },
2937
            "type": "library",
2938
            "extra": {
2939
                "branch-alias": {
2940
                    "dev-master": "2.0.x-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": "Jeff Welch",
2955
                    "email": "[email protected]"
2956
                },
2957
                {
2958
                    "name": "Volker Dusch",
2959
                    "email": "[email protected]"
2960
                },
2961
                {
2962
                    "name": "Bernhard Schussek",
2963
                    "email": "[email protected]"
2964
                },
2965
                {
2966
                    "name": "Sebastian Bergmann",
2967
                    "email": "[email protected]"
2968
                },
2969
                {
2970
                    "name": "Adam Harvey",
2971
                    "email": "[email protected]"
2972
                }
2973
            ],
2974
            "description": "Provides the functionality to export PHP variables for visualization",
2975
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2976
            "keywords": [
2977
                "export",
2978
                "exporter"
2979
            ],
2980
            "time": "2016-11-19T08:54:04+00:00"
2981
        },
2982
        {
2983
            "name": "sebastian/global-state",
2984
            "version": "1.1.1",
2985
            "source": {
2986
                "type": "git",
2987
                "url": "https://github.com/sebastianbergmann/global-state.git",
2988
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2989
            },
2990
            "dist": {
2991
                "type": "zip",
2992
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2993
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2994
                "shasum": ""
2995
            },
2996
            "require": {
2997
                "php": ">=5.3.3"
2998
            },
2999
            "require-dev": {
3000
                "phpunit/phpunit": "~4.2"
3001
            },
3002
            "suggest": {
3003
                "ext-uopz": "*"
3004
            },
3005
            "type": "library",
3006
            "extra": {
3007
                "branch-alias": {
3008
                    "dev-master": "1.0-dev"
3009
                }
3010
            },
3011
            "autoload": {
3012
                "classmap": [
3013
                    "src/"
3014
                ]
3015
            },
3016
            "notification-url": "https://packagist.org/downloads/",
3017
            "license": [
3018
                "BSD-3-Clause"
3019
            ],
3020
            "authors": [
3021
                {
3022
                    "name": "Sebastian Bergmann",
3023
                    "email": "[email protected]"
3024
                }
3025
            ],
3026
            "description": "Snapshotting of global state",
3027
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3028
            "keywords": [
3029
                "global state"
3030
            ],
3031
            "time": "2015-10-12T03:26:01+00:00"
3032
        },
3033
        {
3034
            "name": "sebastian/object-enumerator",
3035
            "version": "2.0.1",
3036
            "source": {
3037
                "type": "git",
3038
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3039
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
3040
            },
3041
            "dist": {
3042
                "type": "zip",
3043
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
3044
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
3045
                "shasum": ""
3046
            },
3047
            "require": {
3048
                "php": ">=5.6",
3049
                "sebastian/recursion-context": "~2.0"
3050
            },
3051
            "require-dev": {
3052
                "phpunit/phpunit": "~5"
3053
            },
3054
            "type": "library",
3055
            "extra": {
3056
                "branch-alias": {
3057
                    "dev-master": "2.0.x-dev"
3058
                }
3059
            },
3060
            "autoload": {
3061
                "classmap": [
3062
                    "src/"
3063
                ]
3064
            },
3065
            "notification-url": "https://packagist.org/downloads/",
3066
            "license": [
3067
                "BSD-3-Clause"
3068
            ],
3069
            "authors": [
3070
                {
3071
                    "name": "Sebastian Bergmann",
3072
                    "email": "[email protected]"
3073
                }
3074
            ],
3075
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3076
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3077
            "time": "2017-02-18T15:18:39+00:00"
3078
        },
3079
        {
3080
            "name": "sebastian/recursion-context",
3081
            "version": "2.0.0",
3082
            "source": {
3083
                "type": "git",
3084
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3085
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3086
            },
3087
            "dist": {
3088
                "type": "zip",
3089
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3090
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3091
                "shasum": ""
3092
            },
3093
            "require": {
3094
                "php": ">=5.3.3"
3095
            },
3096
            "require-dev": {
3097
                "phpunit/phpunit": "~4.4"
3098
            },
3099
            "type": "library",
3100
            "extra": {
3101
                "branch-alias": {
3102
                    "dev-master": "2.0.x-dev"
3103
                }
3104
            },
3105
            "autoload": {
3106
                "classmap": [
3107
                    "src/"
3108
                ]
3109
            },
3110
            "notification-url": "https://packagist.org/downloads/",
3111
            "license": [
3112
                "BSD-3-Clause"
3113
            ],
3114
            "authors": [
3115
                {
3116
                    "name": "Jeff Welch",
3117
                    "email": "[email protected]"
3118
                },
3119
                {
3120
                    "name": "Sebastian Bergmann",
3121
                    "email": "[email protected]"
3122
                },
3123
                {
3124
                    "name": "Adam Harvey",
3125
                    "email": "[email protected]"
3126
                }
3127
            ],
3128
            "description": "Provides functionality to recursively process PHP variables",
3129
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3130
            "time": "2016-11-19T07:33:16+00:00"
3131
        },
3132
        {
3133
            "name": "sebastian/resource-operations",
3134
            "version": "1.0.0",
3135
            "source": {
3136
                "type": "git",
3137
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3138
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3139
            },
3140
            "dist": {
3141
                "type": "zip",
3142
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3143
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3144
                "shasum": ""
3145
            },
3146
            "require": {
3147
                "php": ">=5.6.0"
3148
            },
3149
            "type": "library",
3150
            "extra": {
3151
                "branch-alias": {
3152
                    "dev-master": "1.0.x-dev"
3153
                }
3154
            },
3155
            "autoload": {
3156
                "classmap": [
3157
                    "src/"
3158
                ]
3159
            },
3160
            "notification-url": "https://packagist.org/downloads/",
3161
            "license": [
3162
                "BSD-3-Clause"
3163
            ],
3164
            "authors": [
3165
                {
3166
                    "name": "Sebastian Bergmann",
3167
                    "email": "[email protected]"
3168
                }
3169
            ],
3170
            "description": "Provides a list of PHP built-in functions that operate on resources",
3171
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3172
            "time": "2015-07-28T20:34:47+00:00"
3173
        },
3174
        {
3175
            "name": "sebastian/version",
3176
            "version": "2.0.1",
3177
            "source": {
3178
                "type": "git",
3179
                "url": "https://github.com/sebastianbergmann/version.git",
3180
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3181
            },
3182
            "dist": {
3183
                "type": "zip",
3184
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3185
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3186
                "shasum": ""
3187
            },
3188
            "require": {
3189
                "php": ">=5.6"
3190
            },
3191
            "type": "library",
3192
            "extra": {
3193
                "branch-alias": {
3194
                    "dev-master": "2.0.x-dev"
3195
                }
3196
            },
3197
            "autoload": {
3198
                "classmap": [
3199
                    "src/"
3200
                ]
3201
            },
3202
            "notification-url": "https://packagist.org/downloads/",
3203
            "license": [
3204
                "BSD-3-Clause"
3205
            ],
3206
            "authors": [
3207
                {
3208
                    "name": "Sebastian Bergmann",
3209
                    "email": "[email protected]",
3210
                    "role": "lead"
3211
                }
3212
            ],
3213
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3214
            "homepage": "https://github.com/sebastianbergmann/version",
3215
            "time": "2016-10-03T07:35:21+00:00"
3216
        },
3217
        {
3218
            "name": "squizlabs/php_codesniffer",
3219
            "version": "2.9.1",
3220
            "source": {
3221
                "type": "git",
3222
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3223
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
3224
            },
3225
            "dist": {
3226
                "type": "zip",
3227
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
3228
                "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
3229
                "shasum": ""
3230
            },
3231
            "require": {
3232
                "ext-simplexml": "*",
3233
                "ext-tokenizer": "*",
3234
                "ext-xmlwriter": "*",
3235
                "php": ">=5.1.2"
3236
            },
3237
            "require-dev": {
3238
                "phpunit/phpunit": "~4.0"
3239
            },
3240
            "bin": [
3241
                "scripts/phpcs",
3242
                "scripts/phpcbf"
3243
            ],
3244
            "type": "library",
3245
            "extra": {
3246
                "branch-alias": {
3247
                    "dev-master": "2.x-dev"
3248
                }
3249
            },
3250
            "autoload": {
3251
                "classmap": [
3252
                    "CodeSniffer.php",
3253
                    "CodeSniffer/CLI.php",
3254
                    "CodeSniffer/Exception.php",
3255
                    "CodeSniffer/File.php",
3256
                    "CodeSniffer/Fixer.php",
3257
                    "CodeSniffer/Report.php",
3258
                    "CodeSniffer/Reporting.php",
3259
                    "CodeSniffer/Sniff.php",
3260
                    "CodeSniffer/Tokens.php",
3261
                    "CodeSniffer/Reports/",
3262
                    "CodeSniffer/Tokenizers/",
3263
                    "CodeSniffer/DocGenerators/",
3264
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3265
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3266
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3267
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3268
                    "CodeSniffer/Standards/Generic/Sniffs/",
3269
                    "CodeSniffer/Standards/MySource/Sniffs/",
3270
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3271
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3272
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3273
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3274
                    "CodeSniffer/Standards/Zend/Sniffs/"
3275
                ]
3276
            },
3277
            "notification-url": "https://packagist.org/downloads/",
3278
            "license": [
3279
                "BSD-3-Clause"
3280
            ],
3281
            "authors": [
3282
                {
3283
                    "name": "Greg Sherwood",
3284
                    "role": "lead"
3285
                }
3286
            ],
3287
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3288
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3289
            "keywords": [
3290
                "phpcs",
3291
                "standards"
3292
            ],
3293
            "time": "2017-05-22T02:43:20+00:00"
3294
        },
3295
        {
3296
            "name": "symfony/yaml",
3297
            "version": "v4.0.8",
3298
            "source": {
3299
                "type": "git",
3300
                "url": "https://github.com/symfony/yaml.git",
3301
                "reference": "8b34ebb5989df61cbd77eff29a02c4db9ac1069c"
3302
            },
3303
            "dist": {
3304
                "type": "zip",
3305
                "url": "https://api.github.com/repos/symfony/yaml/zipball/8b34ebb5989df61cbd77eff29a02c4db9ac1069c",
3306
                "reference": "8b34ebb5989df61cbd77eff29a02c4db9ac1069c",
3307
                "shasum": ""
3308
            },
3309
            "require": {
3310
                "php": "^7.1.3"
3311
            },
3312
            "conflict": {
3313
                "symfony/console": "<3.4"
3314
            },
3315
            "require-dev": {
3316
                "symfony/console": "~3.4|~4.0"
3317
            },
3318
            "suggest": {
3319
                "symfony/console": "For validating YAML files using the lint command"
3320
            },
3321
            "type": "library",
3322
            "extra": {
3323
                "branch-alias": {
3324
                    "dev-master": "4.0-dev"
3325
                }
3326
            },
3327
            "autoload": {
3328
                "psr-4": {
3329
                    "Symfony\\Component\\Yaml\\": ""
3330
                },
3331
                "exclude-from-classmap": [
3332
                    "/Tests/"
3333
                ]
3334
            },
3335
            "notification-url": "https://packagist.org/downloads/",
3336
            "license": [
3337
                "MIT"
3338
            ],
3339
            "authors": [
3340
                {
3341
                    "name": "Fabien Potencier",
3342
                    "email": "[email protected]"
3343
                },
3344
                {
3345
                    "name": "Symfony Community",
3346
                    "homepage": "https://symfony.com/contributors"
3347
                }
3348
            ],
3349
            "description": "Symfony Yaml Component",
3350
            "homepage": "https://symfony.com",
3351
            "time": "2018-04-03T05:24:00+00:00"
3352
        },
3353
        {
3354
            "name": "webmozart/assert",
3355
            "version": "1.3.0",
3356
            "source": {
3357
                "type": "git",
3358
                "url": "https://github.com/webmozart/assert.git",
3359
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
3360
            },
3361
            "dist": {
3362
                "type": "zip",
3363
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
3364
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
3365
                "shasum": ""
3366
            },
3367
            "require": {
3368
                "php": "^5.3.3 || ^7.0"
3369
            },
3370
            "require-dev": {
3371
                "phpunit/phpunit": "^4.6",
3372
                "sebastian/version": "^1.0.1"
3373
            },
3374
            "type": "library",
3375
            "extra": {
3376
                "branch-alias": {
3377
                    "dev-master": "1.3-dev"
3378
                }
3379
            },
3380
            "autoload": {
3381
                "psr-4": {
3382
                    "Webmozart\\Assert\\": "src/"
3383
                }
3384
            },
3385
            "notification-url": "https://packagist.org/downloads/",
3386
            "license": [
3387
                "MIT"
3388
            ],
3389
            "authors": [
3390
                {
3391
                    "name": "Bernhard Schussek",
3392
                    "email": "[email protected]"
3393
                }
3394
            ],
3395
            "description": "Assertions to validate method input/output with nice error messages.",
3396
            "keywords": [
3397
                "assert",
3398
                "check",
3399
                "validate"
3400
            ],
3401
            "time": "2018-01-29T19:49:41+00:00"
3402
        }
3403
    ],
3404
    "aliases": [],
3405
    "minimum-stability": "stable",
3406
    "stability-flags": [],
3407
    "prefer-stable": false,
3408
    "prefer-lowest": false,
3409
    "platform": {
3410
        "php": "~5.6|~7.0"
3411
    },
3412
    "platform-dev": []
3413
}
3414