Completed
Push — master ( 428611...baa155 )
by Amelia
02:41
created

composer.lock (1 issue)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "1d1fcf808c644cdab4bca112a9828dfa",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "egulias/email-validator",
132
            "version": "2.1.3",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/egulias/EmailValidator.git",
136
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
141
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "doctrine/lexer": "^1.0.1",
146
                "php": ">= 5.5"
147
            },
148
            "require-dev": {
149
                "dominicsayers/isemail": "dev-master",
150
                "phpunit/phpunit": "^4.8.35",
151
                "satooshi/php-coveralls": "^1.0.1"
152
            },
153
            "suggest": {
154
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
155
            },
156
            "type": "library",
157
            "extra": {
158
                "branch-alias": {
159
                    "dev-master": "2.0.x-dev"
160
                }
161
            },
162
            "autoload": {
163
                "psr-4": {
164
                    "Egulias\\EmailValidator\\": "EmailValidator"
165
                }
166
            },
167
            "notification-url": "https://packagist.org/downloads/",
168
            "license": [
169
                "MIT"
170
            ],
171
            "authors": [
172
                {
173
                    "name": "Eduardo Gulias Davis"
174
                }
175
            ],
176
            "description": "A library for validating emails against several RFCs",
177
            "homepage": "https://github.com/egulias/EmailValidator",
178
            "keywords": [
179
                "email",
180
                "emailvalidation",
181
                "emailvalidator",
182
                "validation",
183
                "validator"
184
            ],
185
            "time": "2017-11-15T23:40:40+00:00"
186
        },
187
        {
188
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

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