Passed
Push — master ( 6ac48f...cd0850 )
by Nasrul Hazim
02:01
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": "026b52cf23954b9281d4420dff2babd9",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
20
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^7.1"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "^6.2"
28
            },
29
            "type": "library",
30
            "extra": {
31
                "branch-alias": {
32
                    "dev-master": "1.3.x-dev"
33
                }
34
            },
35
            "autoload": {
36
                "psr-4": {
37
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38
                }
39
            },
40
            "notification-url": "https://packagist.org/downloads/",
41
            "license": [
42
                "MIT"
43
            ],
44
            "authors": [
45
                {
46
                    "name": "Roman Borschel",
47
                    "email": "[email protected]"
48
                },
49
                {
50
                    "name": "Benjamin Eberlei",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Guilherme Blanco",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Jonathan Wage",
59
                    "email": "[email protected]"
60
                },
61
                {
62
                    "name": "Johannes Schmitt",
63
                    "email": "[email protected]"
64
                }
65
            ],
66
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67
            "homepage": "http://www.doctrine-project.org",
68
            "keywords": [
69
                "inflection",
70
                "pluralize",
71
                "singularize",
72
                "string"
73
            ],
74
            "time": "2018-01-09T20:05:19+00:00"
75
        },
76
        {
77
            "name": "doctrine/lexer",
78
            "version": "v1.0.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/doctrine/lexer.git",
82
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
87
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "extra": {
95
                "branch-alias": {
96
                    "dev-master": "1.0.x-dev"
97
                }
98
            },
99
            "autoload": {
100
                "psr-0": {
101
                    "Doctrine\\Common\\Lexer\\": "lib/"
102
                }
103
            },
104
            "notification-url": "https://packagist.org/downloads/",
105
            "license": [
106
                "MIT"
107
            ],
108
            "authors": [
109
                {
110
                    "name": "Roman Borschel",
111
                    "email": "[email protected]"
112
                },
113
                {
114
                    "name": "Guilherme Blanco",
115
                    "email": "[email protected]"
116
                },
117
                {
118
                    "name": "Johannes Schmitt",
119
                    "email": "[email protected]"
120
                }
121
            ],
122
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
123
            "homepage": "http://www.doctrine-project.org",
124
            "keywords": [
125
                "lexer",
126
                "parser"
127
            ],
128
            "time": "2014-09-09T13:34:57+00:00"
129
        },
130
        {
131
            "name": "dragonmantank/cron-expression",
132
            "version": "v2.2.0",
133
            "source": {
134
                "type": "git",
135
                "url": "https://github.com/dragonmantank/cron-expression.git",
136
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
137
            },
138
            "dist": {
139
                "type": "zip",
140
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
141
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
142
                "shasum": ""
143
            },
144
            "require": {
145
                "php": ">=7.0.0"
146
            },
147
            "require-dev": {
148
                "phpunit/phpunit": "~6.4"
149
            },
150
            "type": "library",
151
            "autoload": {
152
                "psr-4": {
153
                    "Cron\\": "src/Cron/"
154
                }
155
            },
156
            "notification-url": "https://packagist.org/downloads/",
157
            "license": [
158
                "MIT"
159
            ],
160
            "authors": [
161
                {
162
                    "name": "Michael Dowling",
163
                    "email": "[email protected]",
164
                    "homepage": "https://github.com/mtdowling"
165
                },
166
                {
167
                    "name": "Chris Tankersley",
168
                    "email": "[email protected]",
169
                    "homepage": "https://github.com/dragonmantank"
170
                }
171
            ],
172
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
173
            "keywords": [
174
                "cron",
175
                "schedule"
176
            ],
177
            "time": "2018-06-06T03:12:17+00:00"
178
        },
179
        {
180
            "name": "egulias/email-validator",
181
            "version": "2.1.4",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/egulias/EmailValidator.git",
185
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
190
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "doctrine/lexer": "^1.0.1",
195
                "php": ">= 5.5"
196
            },
197
            "require-dev": {
198
                "dominicsayers/isemail": "dev-master",
199
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
200
                "satooshi/php-coveralls": "^1.0.1"
201
            },
202
            "suggest": {
203
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
204
            },
205
            "type": "library",
206
            "extra": {
207
                "branch-alias": {
208
                    "dev-master": "2.0.x-dev"
209
                }
210
            },
211
            "autoload": {
212
                "psr-4": {
213
                    "Egulias\\EmailValidator\\": "EmailValidator"
214
                }
215
            },
216
            "notification-url": "https://packagist.org/downloads/",
217
            "license": [
218
                "MIT"
219
            ],
220
            "authors": [
221
                {
222
                    "name": "Eduardo Gulias Davis"
223
                }
224
            ],
225
            "description": "A library for validating emails against several RFCs",
226
            "homepage": "https://github.com/egulias/EmailValidator",
227
            "keywords": [
228
                "email",
229
                "emailvalidation",
230
                "emailvalidator",
231
                "validation",
232
                "validator"
233
            ],
234
            "time": "2018-04-10T10:11:19+00:00"
235
        },
236
        {
237
            "name": "erusev/parsedown",
238
            "version": "1.7.1",
239
            "source": {
240
                "type": "git",
241
                "url": "https://github.com/erusev/parsedown.git",
242
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
243
            },
244
            "dist": {
245
                "type": "zip",
246
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
247
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
248
                "shasum": ""
249
            },
250
            "require": {
251
                "ext-mbstring": "*",
252
                "php": ">=5.3.0"
253
            },
254
            "require-dev": {
255
                "phpunit/phpunit": "^4.8.35"
256
            },
257
            "type": "library",
258
            "autoload": {
259
                "psr-0": {
260
                    "Parsedown": ""
261
                }
262
            },
263
            "notification-url": "https://packagist.org/downloads/",
264
            "license": [
265
                "MIT"
266
            ],
267
            "authors": [
268
                {
269
                    "name": "Emanuil Rusev",
270
                    "email": "[email protected]",
271
                    "homepage": "http://erusev.com"
272
                }
273
            ],
274
            "description": "Parser for Markdown.",
275
            "homepage": "http://parsedown.org",
276
            "keywords": [
277
                "markdown",
278
                "parser"
279
            ],
280
            "time": "2018-03-08T01:11:30+00:00"
281
        },
282
        {
283
            "name": "guzzlehttp/guzzle",
284
            "version": "6.3.3",
285
            "source": {
286
                "type": "git",
287
                "url": "https://github.com/guzzle/guzzle.git",
288
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
289
            },
290
            "dist": {
291
                "type": "zip",
292
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
293
                "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
294
                "shasum": ""
295
            },
296
            "require": {
297
                "guzzlehttp/promises": "^1.0",
298
                "guzzlehttp/psr7": "^1.4",
299
                "php": ">=5.5"
300
            },
301
            "require-dev": {
302
                "ext-curl": "*",
303
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
304
                "psr/log": "^1.0"
305
            },
306
            "suggest": {
307
                "psr/log": "Required for using the Log middleware"
308
            },
309
            "type": "library",
310
            "extra": {
311
                "branch-alias": {
312
                    "dev-master": "6.3-dev"
313
                }
314
            },
315
            "autoload": {
316
                "files": [
317
                    "src/functions_include.php"
318
                ],
319
                "psr-4": {
320
                    "GuzzleHttp\\": "src/"
321
                }
322
            },
323
            "notification-url": "https://packagist.org/downloads/",
324
            "license": [
325
                "MIT"
326
            ],
327
            "authors": [
328
                {
329
                    "name": "Michael Dowling",
330
                    "email": "[email protected]",
331
                    "homepage": "https://github.com/mtdowling"
332
                }
333
            ],
334
            "description": "Guzzle is a PHP HTTP client library",
335
            "homepage": "http://guzzlephp.org/",
336
            "keywords": [
337
                "client",
338
                "curl",
339
                "framework",
340
                "http",
341
                "http client",
342
                "rest",
343
                "web service"
344
            ],
345
            "time": "2018-04-22T15:46:56+00:00"
346
        },
347
        {
348
            "name": "guzzlehttp/promises",
349
            "version": "v1.3.1",
350
            "source": {
351
                "type": "git",
352
                "url": "https://github.com/guzzle/promises.git",
353
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
354
            },
355
            "dist": {
356
                "type": "zip",
357
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
358
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
359
                "shasum": ""
360
            },
361
            "require": {
362
                "php": ">=5.5.0"
363
            },
364
            "require-dev": {
365
                "phpunit/phpunit": "^4.0"
366
            },
367
            "type": "library",
368
            "extra": {
369
                "branch-alias": {
370
                    "dev-master": "1.4-dev"
371
                }
372
            },
373
            "autoload": {
374
                "psr-4": {
375
                    "GuzzleHttp\\Promise\\": "src/"
376
                },
377
                "files": [
378
                    "src/functions_include.php"
379
                ]
380
            },
381
            "notification-url": "https://packagist.org/downloads/",
382
            "license": [
383
                "MIT"
384
            ],
385
            "authors": [
386
                {
387
                    "name": "Michael Dowling",
388
                    "email": "[email protected]",
389
                    "homepage": "https://github.com/mtdowling"
390
                }
391
            ],
392
            "description": "Guzzle promises library",
393
            "keywords": [
394
                "promise"
395
            ],
396
            "time": "2016-12-20T10:07:11+00:00"
397
        },
398
        {
399
            "name": "guzzlehttp/psr7",
400
            "version": "1.4.2",
401
            "source": {
402
                "type": "git",
403
                "url": "https://github.com/guzzle/psr7.git",
404
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
405
            },
406
            "dist": {
407
                "type": "zip",
408
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
409
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
410
                "shasum": ""
411
            },
412
            "require": {
413
                "php": ">=5.4.0",
414
                "psr/http-message": "~1.0"
415
            },
416
            "provide": {
417
                "psr/http-message-implementation": "1.0"
418
            },
419
            "require-dev": {
420
                "phpunit/phpunit": "~4.0"
421
            },
422
            "type": "library",
423
            "extra": {
424
                "branch-alias": {
425
                    "dev-master": "1.4-dev"
426
                }
427
            },
428
            "autoload": {
429
                "psr-4": {
430
                    "GuzzleHttp\\Psr7\\": "src/"
431
                },
432
                "files": [
433
                    "src/functions_include.php"
434
                ]
435
            },
436
            "notification-url": "https://packagist.org/downloads/",
437
            "license": [
438
                "MIT"
439
            ],
440
            "authors": [
441
                {
442
                    "name": "Michael Dowling",
443
                    "email": "[email protected]",
444
                    "homepage": "https://github.com/mtdowling"
445
                },
446
                {
447
                    "name": "Tobias Schultze",
448
                    "homepage": "https://github.com/Tobion"
449
                }
450
            ],
451
            "description": "PSR-7 message implementation that also provides common utility methods",
452
            "keywords": [
453
                "http",
454
                "message",
455
                "request",
456
                "response",
457
                "stream",
458
                "uri",
459
                "url"
460
            ],
461
            "time": "2017-03-20T17:10:46+00:00"
462
        },
463
        {
464
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

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