Completed
Push — master ( 37aaf4...0c89b8 )
by Matt
13:05
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": "0b4807e7dcf5c469d1d5f8255d1a60ce",
8
    "packages": [
9
        {
10
            "name": "danielstjules/stringy",
11
            "version": "3.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/danielstjules/Stringy.git",
15
                "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
20
                "reference": "df24ab62d2d8213bbbe88cc36fc35a4503b4bd7e",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.4.0",
25
                "symfony/polyfill-mbstring": "~1.1"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "~4.0"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-4": {
33
                    "Stringy\\": "src/"
34
                },
35
                "files": [
36
                    "src/Create.php"
37
                ]
38
            },
39
            "notification-url": "https://packagist.org/downloads/",
40
            "license": [
41
                "MIT"
42
            ],
43
            "authors": [
44
                {
45
                    "name": "Daniel St. Jules",
46
                    "email": "[email protected]",
47
                    "homepage": "http://www.danielstjules.com"
48
                }
49
            ],
50
            "description": "A string manipulation library with multibyte support",
51
            "homepage": "https://github.com/danielstjules/Stringy",
52
            "keywords": [
53
                "UTF",
54
                "helpers",
55
                "manipulation",
56
                "methods",
57
                "multibyte",
58
                "string",
59
                "utf-8",
60
                "utility",
61
                "utils"
62
            ],
63
            "time": "2017-06-12T01:10:27+00:00"
64
        },
65
        {
66
            "name": "dnoegel/php-xdg-base-dir",
67
            "version": "0.1",
68
            "source": {
69
                "type": "git",
70
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
71
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
72
            },
73
            "dist": {
74
                "type": "zip",
75
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
76
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
77
                "shasum": ""
78
            },
79
            "require": {
80
                "php": ">=5.3.2"
81
            },
82
            "require-dev": {
83
                "phpunit/phpunit": "@stable"
84
            },
85
            "type": "project",
86
            "autoload": {
87
                "psr-4": {
88
                    "XdgBaseDir\\": "src/"
89
                }
90
            },
91
            "notification-url": "https://packagist.org/downloads/",
92
            "license": [
93
                "MIT"
94
            ],
95
            "description": "implementation of xdg base directory specification for php",
96
            "time": "2014-10-24T07:27:01+00:00"
97
        },
98
        {
99
            "name": "doctrine/inflector",
100
            "version": "v1.2.0",
101
            "source": {
102
                "type": "git",
103
                "url": "https://github.com/doctrine/inflector.git",
104
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
105
            },
106
            "dist": {
107
                "type": "zip",
108
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
109
                "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
110
                "shasum": ""
111
            },
112
            "require": {
113
                "php": "^7.0"
114
            },
115
            "require-dev": {
116
                "phpunit/phpunit": "^6.2"
117
            },
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "1.2.x-dev"
122
                }
123
            },
124
            "autoload": {
125
                "psr-4": {
126
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
127
                }
128
            },
129
            "notification-url": "https://packagist.org/downloads/",
130
            "license": [
131
                "MIT"
132
            ],
133
            "authors": [
134
                {
135
                    "name": "Roman Borschel",
136
                    "email": "[email protected]"
137
                },
138
                {
139
                    "name": "Benjamin Eberlei",
140
                    "email": "[email protected]"
141
                },
142
                {
143
                    "name": "Guilherme Blanco",
144
                    "email": "[email protected]"
145
                },
146
                {
147
                    "name": "Jonathan Wage",
148
                    "email": "[email protected]"
149
                },
150
                {
151
                    "name": "Johannes Schmitt",
152
                    "email": "[email protected]"
153
                }
154
            ],
155
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
156
            "homepage": "http://www.doctrine-project.org",
157
            "keywords": [
158
                "inflection",
159
                "pluralize",
160
                "singularize",
161
                "string"
162
            ],
163
            "time": "2017-07-22T12:18:28+00:00"
164
        },
165
        {
166
            "name": "doctrine/lexer",
167
            "version": "v1.0.1",
168
            "source": {
169
                "type": "git",
170
                "url": "https://github.com/doctrine/lexer.git",
171
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
172
            },
173
            "dist": {
174
                "type": "zip",
175
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
176
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
177
                "shasum": ""
178
            },
179
            "require": {
180
                "php": ">=5.3.2"
181
            },
182
            "type": "library",
183
            "extra": {
184
                "branch-alias": {
185
                    "dev-master": "1.0.x-dev"
186
                }
187
            },
188
            "autoload": {
189
                "psr-0": {
190
                    "Doctrine\\Common\\Lexer\\": "lib/"
191
                }
192
            },
193
            "notification-url": "https://packagist.org/downloads/",
194
            "license": [
195
                "MIT"
196
            ],
197
            "authors": [
198
                {
199
                    "name": "Roman Borschel",
200
                    "email": "[email protected]"
201
                },
202
                {
203
                    "name": "Guilherme Blanco",
204
                    "email": "[email protected]"
205
                },
206
                {
207
                    "name": "Johannes Schmitt",
208
                    "email": "[email protected]"
209
                }
210
            ],
211
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
212
            "homepage": "http://www.doctrine-project.org",
213
            "keywords": [
214
                "lexer",
215
                "parser"
216
            ],
217
            "time": "2014-09-09T13:34:57+00:00"
218
        },
219
        {
220
            "name": "egulias/email-validator",
221
            "version": "2.1.3",
222
            "source": {
223
                "type": "git",
224
                "url": "https://github.com/egulias/EmailValidator.git",
225
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
226
            },
227
            "dist": {
228
                "type": "zip",
229
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
230
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
231
                "shasum": ""
232
            },
233
            "require": {
234
                "doctrine/lexer": "^1.0.1",
235
                "php": ">= 5.5"
236
            },
237
            "require-dev": {
238
                "dominicsayers/isemail": "dev-master",
239
                "phpunit/phpunit": "^4.8.35",
240
                "satooshi/php-coveralls": "^1.0.1"
241
            },
242
            "suggest": {
243
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
244
            },
245
            "type": "library",
246
            "extra": {
247
                "branch-alias": {
248
                    "dev-master": "2.0.x-dev"
249
                }
250
            },
251
            "autoload": {
252
                "psr-4": {
253
                    "Egulias\\EmailValidator\\": "EmailValidator"
254
                }
255
            },
256
            "notification-url": "https://packagist.org/downloads/",
257
            "license": [
258
                "MIT"
259
            ],
260
            "authors": [
261
                {
262
                    "name": "Eduardo Gulias Davis"
263
                }
264
            ],
265
            "description": "A library for validating emails against several RFCs",
266
            "homepage": "https://github.com/egulias/EmailValidator",
267
            "keywords": [
268
                "email",
269
                "emailvalidation",
270
                "emailvalidator",
271
                "validation",
272
                "validator"
273
            ],
274
            "time": "2017-11-15T23:40:40+00:00"
275
        },
276
        {
277
            "name": "erusev/parsedown",
0 ignored issues
show
There is a security advisory for your installed version of erusev/parsedown:

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