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