Test Failed
Pull Request — master (#3)
by
unknown
17:36
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "0f56555ed508ca5035c5be1c2340d1f7",
8
    "packages": [
9
        {
10
            "name": "classpreloader/classpreloader",
11
            "version": "3.2.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
15
                "reference": "4729e438e0ada350f91148e7d4bb9809342575ff"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/4729e438e0ada350f91148e7d4bb9809342575ff",
20
                "reference": "4729e438e0ada350f91148e7d4bb9809342575ff",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "nikic/php-parser": "^1.0|^2.0|^3.0",
25
                "php": ">=5.5.9"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "^4.8|^5.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "3.2-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-4": {
38
                    "ClassPreloader\\": "src/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Michael Dowling",
48
                    "email": "[email protected]"
49
                },
50
                {
51
                    "name": "Graham Campbell",
52
                    "email": "[email protected]"
53
                }
54
            ],
55
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
56
            "keywords": [
57
                "autoload",
58
                "class",
59
                "preload"
60
            ],
61
            "time": "2017-12-10T11:40:39+00:00"
62
        },
63
        {
64
            "name": "dnoegel/php-xdg-base-dir",
65
            "version": "0.1",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
69
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
74
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "php": ">=5.3.2"
79
            },
80
            "require-dev": {
81
                "phpunit/phpunit": "@stable"
82
            },
83
            "type": "project",
84
            "autoload": {
85
                "psr-4": {
86
                    "XdgBaseDir\\": "src/"
87
                }
88
            },
89
            "notification-url": "https://packagist.org/downloads/",
90
            "license": [
91
                "MIT"
92
            ],
93
            "description": "implementation of xdg base directory specification for php",
94
            "time": "2014-10-24T07:27:01+00:00"
95
        },
96
        {
97
            "name": "doctrine/annotations",
98
            "version": "v1.4.0",
99
            "source": {
100
                "type": "git",
101
                "url": "https://github.com/doctrine/annotations.git",
102
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
103
            },
104
            "dist": {
105
                "type": "zip",
106
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
107
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
108
                "shasum": ""
109
            },
110
            "require": {
111
                "doctrine/lexer": "1.*",
112
                "php": "^5.6 || ^7.0"
113
            },
114
            "require-dev": {
115
                "doctrine/cache": "1.*",
116
                "phpunit/phpunit": "^5.7"
117
            },
118
            "type": "library",
119
            "extra": {
120
                "branch-alias": {
121
                    "dev-master": "1.4.x-dev"
122
                }
123
            },
124
            "autoload": {
125
                "psr-4": {
126
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
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": "Docblock Annotations Parser",
156
            "homepage": "http://www.doctrine-project.org",
157
            "keywords": [
158
                "annotations",
159
                "docblock",
160
                "parser"
161
            ],
162
            "time": "2017-02-24T16:22:25+00:00"
163
        },
164
        {
165
            "name": "doctrine/cache",
166
            "version": "v1.6.2",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/doctrine/cache.git",
170
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
175
                "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
176
                "shasum": ""
177
            },
178
            "require": {
179
                "php": "~5.5|~7.0"
180
            },
181
            "conflict": {
182
                "doctrine/common": ">2.2,<2.4"
183
            },
184
            "require-dev": {
185
                "phpunit/phpunit": "~4.8|~5.0",
186
                "predis/predis": "~1.0",
187
                "satooshi/php-coveralls": "~0.6"
188
            },
189
            "type": "library",
190
            "extra": {
191
                "branch-alias": {
192
                    "dev-master": "1.6.x-dev"
193
                }
194
            },
195
            "autoload": {
196
                "psr-4": {
197
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
198
                }
199
            },
200
            "notification-url": "https://packagist.org/downloads/",
201
            "license": [
202
                "MIT"
203
            ],
204
            "authors": [
205
                {
206
                    "name": "Roman Borschel",
207
                    "email": "[email protected]"
208
                },
209
                {
210
                    "name": "Benjamin Eberlei",
211
                    "email": "[email protected]"
212
                },
213
                {
214
                    "name": "Guilherme Blanco",
215
                    "email": "[email protected]"
216
                },
217
                {
218
                    "name": "Jonathan Wage",
219
                    "email": "[email protected]"
220
                },
221
                {
222
                    "name": "Johannes Schmitt",
223
                    "email": "[email protected]"
224
                }
225
            ],
226
            "description": "Caching library offering an object-oriented API for many cache backends",
227
            "homepage": "http://www.doctrine-project.org",
228
            "keywords": [
229
                "cache",
230
                "caching"
231
            ],
232
            "time": "2017-07-22T12:49:21+00:00"
233
        },
234
        {
235
            "name": "doctrine/collections",
236
            "version": "v1.4.0",
237
            "source": {
238
                "type": "git",
239
                "url": "https://github.com/doctrine/collections.git",
240
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
241
            },
242
            "dist": {
243
                "type": "zip",
244
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
245
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
246
                "shasum": ""
247
            },
248
            "require": {
249
                "php": "^5.6 || ^7.0"
250
            },
251
            "require-dev": {
252
                "doctrine/coding-standard": "~0.1@dev",
253
                "phpunit/phpunit": "^5.7"
254
            },
255
            "type": "library",
256
            "extra": {
257
                "branch-alias": {
258
                    "dev-master": "1.3.x-dev"
259
                }
260
            },
261
            "autoload": {
262
                "psr-0": {
263
                    "Doctrine\\Common\\Collections\\": "lib/"
264
                }
265
            },
266
            "notification-url": "https://packagist.org/downloads/",
267
            "license": [
268
                "MIT"
269
            ],
270
            "authors": [
271
                {
272
                    "name": "Roman Borschel",
273
                    "email": "[email protected]"
274
                },
275
                {
276
                    "name": "Benjamin Eberlei",
277
                    "email": "[email protected]"
278
                },
279
                {
280
                    "name": "Guilherme Blanco",
281
                    "email": "[email protected]"
282
                },
283
                {
284
                    "name": "Jonathan Wage",
285
                    "email": "[email protected]"
286
                },
287
                {
288
                    "name": "Johannes Schmitt",
289
                    "email": "[email protected]"
290
                }
291
            ],
292
            "description": "Collections Abstraction library",
293
            "homepage": "http://www.doctrine-project.org",
294
            "keywords": [
295
                "array",
296
                "collections",
297
                "iterator"
298
            ],
299
            "time": "2017-01-03T10:49:41+00:00"
300
        },
301
        {
302
            "name": "doctrine/common",
303
            "version": "v2.7.3",
304
            "source": {
305
                "type": "git",
306
                "url": "https://github.com/doctrine/common.git",
307
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
308
            },
309
            "dist": {
310
                "type": "zip",
311
                "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
312
                "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
313
                "shasum": ""
314
            },
315
            "require": {
316
                "doctrine/annotations": "1.*",
317
                "doctrine/cache": "1.*",
318
                "doctrine/collections": "1.*",
319
                "doctrine/inflector": "1.*",
320
                "doctrine/lexer": "1.*",
321
                "php": "~5.6|~7.0"
322
            },
323
            "require-dev": {
324
                "phpunit/phpunit": "^5.4.6"
325
            },
326
            "type": "library",
327
            "extra": {
328
                "branch-alias": {
329
                    "dev-master": "2.7.x-dev"
330
                }
331
            },
332
            "autoload": {
333
                "psr-4": {
334
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
335
                }
336
            },
337
            "notification-url": "https://packagist.org/downloads/",
338
            "license": [
339
                "MIT"
340
            ],
341
            "authors": [
342
                {
343
                    "name": "Roman Borschel",
344
                    "email": "[email protected]"
345
                },
346
                {
347
                    "name": "Benjamin Eberlei",
348
                    "email": "[email protected]"
349
                },
350
                {
351
                    "name": "Guilherme Blanco",
352
                    "email": "[email protected]"
353
                },
354
                {
355
                    "name": "Jonathan Wage",
356
                    "email": "[email protected]"
357
                },
358
                {
359
                    "name": "Johannes Schmitt",
360
                    "email": "[email protected]"
361
                }
362
            ],
363
            "description": "Common Library for Doctrine projects",
364
            "homepage": "http://www.doctrine-project.org",
365
            "keywords": [
366
                "annotations",
367
                "collections",
368
                "eventmanager",
369
                "persistence",
370
                "spl"
371
            ],
372
            "time": "2017-07-22T08:35:12+00:00"
373
        },
374
        {
375
            "name": "doctrine/dbal",
376
            "version": "v2.5.13",
377
            "source": {
378
                "type": "git",
379
                "url": "https://github.com/doctrine/dbal.git",
380
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
381
            },
382
            "dist": {
383
                "type": "zip",
384
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
385
                "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
386
                "shasum": ""
387
            },
388
            "require": {
389
                "doctrine/common": ">=2.4,<2.8-dev",
390
                "php": ">=5.3.2"
391
            },
392
            "require-dev": {
393
                "phpunit/phpunit": "4.*",
394
                "symfony/console": "2.*||^3.0"
395
            },
396
            "suggest": {
397
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
398
            },
399
            "bin": [
400
                "bin/doctrine-dbal"
401
            ],
402
            "type": "library",
403
            "extra": {
404
                "branch-alias": {
405
                    "dev-master": "2.5.x-dev"
406
                }
407
            },
408
            "autoload": {
409
                "psr-0": {
410
                    "Doctrine\\DBAL\\": "lib/"
411
                }
412
            },
413
            "notification-url": "https://packagist.org/downloads/",
414
            "license": [
415
                "MIT"
416
            ],
417
            "authors": [
418
                {
419
                    "name": "Roman Borschel",
420
                    "email": "[email protected]"
421
                },
422
                {
423
                    "name": "Benjamin Eberlei",
424
                    "email": "[email protected]"
425
                },
426
                {
427
                    "name": "Guilherme Blanco",
428
                    "email": "[email protected]"
429
                },
430
                {
431
                    "name": "Jonathan Wage",
432
                    "email": "[email protected]"
433
                }
434
            ],
435
            "description": "Database Abstraction Layer",
436
            "homepage": "http://www.doctrine-project.org",
437
            "keywords": [
438
                "database",
439
                "dbal",
440
                "persistence",
441
                "queryobject"
442
            ],
443
            "time": "2017-07-22T20:44:48+00:00"
444
        },
445
        {
446
            "name": "doctrine/inflector",
447
            "version": "v1.1.0",
448
            "source": {
449
                "type": "git",
450
                "url": "https://github.com/doctrine/inflector.git",
451
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
452
            },
453
            "dist": {
454
                "type": "zip",
455
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
456
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
457
                "shasum": ""
458
            },
459
            "require": {
460
                "php": ">=5.3.2"
461
            },
462
            "require-dev": {
463
                "phpunit/phpunit": "4.*"
464
            },
465
            "type": "library",
466
            "extra": {
467
                "branch-alias": {
468
                    "dev-master": "1.1.x-dev"
469
                }
470
            },
471
            "autoload": {
472
                "psr-0": {
473
                    "Doctrine\\Common\\Inflector\\": "lib/"
474
                }
475
            },
476
            "notification-url": "https://packagist.org/downloads/",
477
            "license": [
478
                "MIT"
479
            ],
480
            "authors": [
481
                {
482
                    "name": "Roman Borschel",
483
                    "email": "[email protected]"
484
                },
485
                {
486
                    "name": "Benjamin Eberlei",
487
                    "email": "[email protected]"
488
                },
489
                {
490
                    "name": "Guilherme Blanco",
491
                    "email": "[email protected]"
492
                },
493
                {
494
                    "name": "Jonathan Wage",
495
                    "email": "[email protected]"
496
                },
497
                {
498
                    "name": "Johannes Schmitt",
499
                    "email": "[email protected]"
500
                }
501
            ],
502
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
503
            "homepage": "http://www.doctrine-project.org",
504
            "keywords": [
505
                "inflection",
506
                "pluralize",
507
                "singularize",
508
                "string"
509
            ],
510
            "time": "2015-11-06T14:35:42+00:00"
511
        },
512
        {
513
            "name": "doctrine/lexer",
514
            "version": "v1.0.1",
515
            "source": {
516
                "type": "git",
517
                "url": "https://github.com/doctrine/lexer.git",
518
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
519
            },
520
            "dist": {
521
                "type": "zip",
522
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
523
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
524
                "shasum": ""
525
            },
526
            "require": {
527
                "php": ">=5.3.2"
528
            },
529
            "type": "library",
530
            "extra": {
531
                "branch-alias": {
532
                    "dev-master": "1.0.x-dev"
533
                }
534
            },
535
            "autoload": {
536
                "psr-0": {
537
                    "Doctrine\\Common\\Lexer\\": "lib/"
538
                }
539
            },
540
            "notification-url": "https://packagist.org/downloads/",
541
            "license": [
542
                "MIT"
543
            ],
544
            "authors": [
545
                {
546
                    "name": "Roman Borschel",
547
                    "email": "[email protected]"
548
                },
549
                {
550
                    "name": "Guilherme Blanco",
551
                    "email": "[email protected]"
552
                },
553
                {
554
                    "name": "Johannes Schmitt",
555
                    "email": "[email protected]"
556
                }
557
            ],
558
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
559
            "homepage": "http://www.doctrine-project.org",
560
            "keywords": [
561
                "lexer",
562
                "parser"
563
            ],
564
            "time": "2014-09-09T13:34:57+00:00"
565
        },
566
        {
567
            "name": "jakub-onderka/php-console-color",
568
            "version": "0.1",
569
            "source": {
570
                "type": "git",
571
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
572
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
573
            },
574
            "dist": {
575
                "type": "zip",
576
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
577
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
578
                "shasum": ""
579
            },
580
            "require": {
581
                "php": ">=5.3.2"
582
            },
583
            "require-dev": {
584
                "jakub-onderka/php-code-style": "1.0",
585
                "jakub-onderka/php-parallel-lint": "0.*",
586
                "jakub-onderka/php-var-dump-check": "0.*",
587
                "phpunit/phpunit": "3.7.*",
588
                "squizlabs/php_codesniffer": "1.*"
589
            },
590
            "type": "library",
591
            "autoload": {
592
                "psr-0": {
593
                    "JakubOnderka\\PhpConsoleColor": "src/"
594
                }
595
            },
596
            "notification-url": "https://packagist.org/downloads/",
597
            "license": [
598
                "BSD-2-Clause"
599
            ],
600
            "authors": [
601
                {
602
                    "name": "Jakub Onderka",
603
                    "email": "[email protected]",
604
                    "homepage": "http://www.acci.cz"
605
                }
606
            ],
607
            "time": "2014-04-08T15:00:19+00:00"
608
        },
609
        {
610
            "name": "jakub-onderka/php-console-highlighter",
611
            "version": "v0.3.2",
612
            "source": {
613
                "type": "git",
614
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
615
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
616
            },
617
            "dist": {
618
                "type": "zip",
619
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
620
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
621
                "shasum": ""
622
            },
623
            "require": {
624
                "jakub-onderka/php-console-color": "~0.1",
625
                "php": ">=5.3.0"
626
            },
627
            "require-dev": {
628
                "jakub-onderka/php-code-style": "~1.0",
629
                "jakub-onderka/php-parallel-lint": "~0.5",
630
                "jakub-onderka/php-var-dump-check": "~0.1",
631
                "phpunit/phpunit": "~4.0",
632
                "squizlabs/php_codesniffer": "~1.5"
633
            },
634
            "type": "library",
635
            "autoload": {
636
                "psr-0": {
637
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
638
                }
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "authors": [
645
                {
646
                    "name": "Jakub Onderka",
647
                    "email": "[email protected]",
648
                    "homepage": "http://www.acci.cz/"
649
                }
650
            ],
651
            "time": "2015-04-20T18:58:01+00:00"
652
        },
653
        {
654
            "name": "jeremeamia/SuperClosure",
655
            "version": "2.4.0",
656
            "source": {
657
                "type": "git",
658
                "url": "https://github.com/jeremeamia/super_closure.git",
659
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
660
            },
661
            "dist": {
662
                "type": "zip",
663
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
664
                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
665
                "shasum": ""
666
            },
667
            "require": {
668
                "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
669
                "php": ">=5.4",
670
                "symfony/polyfill-php56": "^1.0"
671
            },
672
            "require-dev": {
673
                "phpunit/phpunit": "^4.0|^5.0"
674
            },
675
            "type": "library",
676
            "extra": {
677
                "branch-alias": {
678
                    "dev-master": "2.4-dev"
679
                }
680
            },
681
            "autoload": {
682
                "psr-4": {
683
                    "SuperClosure\\": "src/"
684
                }
685
            },
686
            "notification-url": "https://packagist.org/downloads/",
687
            "license": [
688
                "MIT"
689
            ],
690
            "authors": [
691
                {
692
                    "name": "Jeremy Lindblom",
693
                    "email": "[email protected]",
694
                    "homepage": "https://github.com/jeremeamia",
695
                    "role": "Developer"
696
                }
697
            ],
698
            "description": "Serialize Closure objects, including their context and binding",
699
            "homepage": "https://github.com/jeremeamia/super_closure",
700
            "keywords": [
701
                "closure",
702
                "function",
703
                "lambda",
704
                "parser",
705
                "serializable",
706
                "serialize",
707
                "tokenizer"
708
            ],
709
            "time": "2018-03-21T22:21:57+00:00"
710
        },
711
        {
712
            "name": "laravel/framework",
0 ignored issues
show
There are 3 security advisories for your installed version of laravel/framework:

- Exploit of encryption failure vulnerability
- Password reset phishing vulnerability
- Timing attack vector for remember me token
Loading history...
713
            "version": "v5.3.31",
714
            "source": {
715
                "type": "git",
716
                "url": "https://github.com/laravel/framework.git",
717
                "reference": "e641e75fc5b26ad0ba8c19b7e83b08cad1d03b89"
718
            },
719
            "dist": {
720
                "type": "zip",
721
                "url": "https://api.github.com/repos/laravel/framework/zipball/e641e75fc5b26ad0ba8c19b7e83b08cad1d03b89",
722
                "reference": "e641e75fc5b26ad0ba8c19b7e83b08cad1d03b89",
723
                "shasum": ""
724
            },
725
            "require": {
726
                "classpreloader/classpreloader": "~3.0",
727
                "doctrine/inflector": "~1.0",
728
                "ext-mbstring": "*",
729
                "ext-openssl": "*",
730
                "jeremeamia/superclosure": "~2.2",
731
                "league/flysystem": "~1.0",
732
                "monolog/monolog": "~1.11",
733
                "mtdowling/cron-expression": "~1.0",
734
                "nesbot/carbon": "~1.20",
735
                "paragonie/random_compat": "~1.4|~2.0",
736
                "php": ">=5.6.4",
737
                "psy/psysh": "0.7.*|0.8.*",
738
                "ramsey/uuid": "~3.0",
739
                "swiftmailer/swiftmailer": "~5.4",
740
                "symfony/console": "3.1.*",
741
                "symfony/debug": "3.1.*",
742
                "symfony/finder": "3.1.*",
743
                "symfony/http-foundation": "3.1.*",
744
                "symfony/http-kernel": "3.1.*",
745
                "symfony/process": "3.1.*",
746
                "symfony/routing": "3.1.*",
747
                "symfony/translation": "3.1.*",
748
                "symfony/var-dumper": "3.1.*",
749
                "vlucas/phpdotenv": "~2.2"
750
            },
751
            "replace": {
752
                "illuminate/auth": "self.version",
753
                "illuminate/broadcasting": "self.version",
754
                "illuminate/bus": "self.version",
755
                "illuminate/cache": "self.version",
756
                "illuminate/config": "self.version",
757
                "illuminate/console": "self.version",
758
                "illuminate/container": "self.version",
759
                "illuminate/contracts": "self.version",
760
                "illuminate/cookie": "self.version",
761
                "illuminate/database": "self.version",
762
                "illuminate/encryption": "self.version",
763
                "illuminate/events": "self.version",
764
                "illuminate/exception": "self.version",
765
                "illuminate/filesystem": "self.version",
766
                "illuminate/hashing": "self.version",
767
                "illuminate/http": "self.version",
768
                "illuminate/log": "self.version",
769
                "illuminate/mail": "self.version",
770
                "illuminate/notifications": "self.version",
771
                "illuminate/pagination": "self.version",
772
                "illuminate/pipeline": "self.version",
773
                "illuminate/queue": "self.version",
774
                "illuminate/redis": "self.version",
775
                "illuminate/routing": "self.version",
776
                "illuminate/session": "self.version",
777
                "illuminate/support": "self.version",
778
                "illuminate/translation": "self.version",
779
                "illuminate/validation": "self.version",
780
                "illuminate/view": "self.version",
781
                "tightenco/collect": "self.version"
782
            },
783
            "require-dev": {
784
                "aws/aws-sdk-php": "~3.0",
785
                "mockery/mockery": "~0.9.4",
786
                "pda/pheanstalk": "~3.0",
787
                "phpunit/phpunit": "~5.4",
788
                "predis/predis": "~1.0",
789
                "symfony/css-selector": "3.1.*",
790
                "symfony/dom-crawler": "3.1.*"
791
            },
792
            "suggest": {
793
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
794
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
795
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
796
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
797
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
798
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
799
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
800
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
801
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
802
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (3.1.*).",
803
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (3.1.*).",
804
                "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)."
805
            },
806
            "type": "library",
807
            "extra": {
808
                "branch-alias": {
809
                    "dev-master": "5.3-dev"
810
                }
811
            },
812
            "autoload": {
813
                "files": [
814
                    "src/Illuminate/Foundation/helpers.php",
815
                    "src/Illuminate/Support/helpers.php"
816
                ],
817
                "psr-4": {
818
                    "Illuminate\\": "src/Illuminate/"
819
                }
820
            },
821
            "notification-url": "https://packagist.org/downloads/",
822
            "license": [
823
                "MIT"
824
            ],
825
            "authors": [
826
                {
827
                    "name": "Taylor Otwell",
828
                    "email": "[email protected]"
829
                }
830
            ],
831
            "description": "The Laravel Framework.",
832
            "homepage": "https://laravel.com",
833
            "keywords": [
834
                "framework",
835
                "laravel"
836
            ],
837
            "time": "2017-03-24T16:31:06+00:00"
838
        },
839
        {
840
            "name": "league/flysystem",
841
            "version": "1.0.45",
842
            "source": {
843
                "type": "git",
844
                "url": "https://github.com/thephpleague/flysystem.git",
845
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
846
            },
847
            "dist": {
848
                "type": "zip",
849
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
850
                "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
851
                "shasum": ""
852
            },
853
            "require": {
854
                "php": ">=5.5.9"
855
            },
856
            "conflict": {
857
                "league/flysystem-sftp": "<1.0.6"
858
            },
859
            "require-dev": {
860
                "ext-fileinfo": "*",
861
                "phpspec/phpspec": "^3.4",
862
                "phpunit/phpunit": "^5.7"
863
            },
864
            "suggest": {
865
                "ext-fileinfo": "Required for MimeType",
866
                "ext-ftp": "Allows you to use FTP server storage",
867
                "ext-openssl": "Allows you to use FTPS server storage",
868
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
869
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
870
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
871
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
872
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
873
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
874
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
875
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
876
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
877
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
878
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
879
            },
880
            "type": "library",
881
            "extra": {
882
                "branch-alias": {
883
                    "dev-master": "1.1-dev"
884
                }
885
            },
886
            "autoload": {
887
                "psr-4": {
888
                    "League\\Flysystem\\": "src/"
889
                }
890
            },
891
            "notification-url": "https://packagist.org/downloads/",
892
            "license": [
893
                "MIT"
894
            ],
895
            "authors": [
896
                {
897
                    "name": "Frank de Jonge",
898
                    "email": "[email protected]"
899
                }
900
            ],
901
            "description": "Filesystem abstraction: Many filesystems, one API.",
902
            "keywords": [
903
                "Cloud Files",
904
                "WebDAV",
905
                "abstraction",
906
                "aws",
907
                "cloud",
908
                "copy.com",
909
                "dropbox",
910
                "file systems",
911
                "files",
912
                "filesystem",
913
                "filesystems",
914
                "ftp",
915
                "rackspace",
916
                "remote",
917
                "s3",
918
                "sftp",
919
                "storage"
920
            ],
921
            "time": "2018-05-07T08:44:23+00:00"
922
        },
923
        {
924
            "name": "mccool/laravel-auto-presenter",
925
            "version": "4.3.0",
926
            "source": {
927
                "type": "git",
928
                "url": "https://github.com/laravel-auto-presenter/laravel-auto-presenter.git",
929
                "reference": "08ce32a41aa5d6c842b4cc19ae442e211cb3dd96"
930
            },
931
            "dist": {
932
                "type": "zip",
933
                "url": "https://api.github.com/repos/laravel-auto-presenter/laravel-auto-presenter/zipball/08ce32a41aa5d6c842b4cc19ae442e211cb3dd96",
934
                "reference": "08ce32a41aa5d6c842b4cc19ae442e211cb3dd96",
935
                "shasum": ""
936
            },
937
            "require": {
938
                "illuminate/container": "5.1.*|5.2.*|5.3.*",
939
                "illuminate/contracts": "5.1.*|5.2.*|5.3.*",
940
                "illuminate/events": "5.1.*|5.2.*|5.3.*",
941
                "illuminate/pagination": "5.1.*|5.2.*|5.3.*",
942
                "illuminate/support": "5.1.*|5.2.*|5.3.*",
943
                "illuminate/view": "5.1.*|5.2.*|5.3.*",
944
                "php": ">=5.5.9"
945
            },
946
            "require-dev": {
947
                "graham-campbell/testbench": "^3.1",
948
                "mockery/mockery": "^0.9.4",
949
                "phpunit/phpunit": "^4.8|^5.0"
950
            },
951
            "type": "library",
952
            "extra": {
953
                "branch-alias": {
954
                    "dev-master": "4.3-dev"
955
                }
956
            },
957
            "autoload": {
958
                "psr-4": {
959
                    "McCool\\LaravelAutoPresenter\\": "src/"
960
                }
961
            },
962
            "notification-url": "https://packagist.org/downloads/",
963
            "license": [
964
                "MIT"
965
            ],
966
            "authors": [
967
                {
968
                    "name": "Shawn McCool",
969
                    "email": "[email protected]"
970
                },
971
                {
972
                    "name": "Graham Campbell",
973
                    "email": "[email protected]"
974
                }
975
            ],
976
            "description": "A system for auto-decorating models with presenter objects.",
977
            "keywords": [
978
                "eloquent",
979
                "laravel",
980
                "lpm",
981
                "presenter"
982
            ],
983
            "time": "2016-05-01T15:29:13+00:00"
984
        },
985
        {
986
            "name": "monolog/monolog",
987
            "version": "1.23.0",
988
            "source": {
989
                "type": "git",
990
                "url": "https://github.com/Seldaek/monolog.git",
991
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
992
            },
993
            "dist": {
994
                "type": "zip",
995
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
996
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
997
                "shasum": ""
998
            },
999
            "require": {
1000
                "php": ">=5.3.0",
1001
                "psr/log": "~1.0"
1002
            },
1003
            "provide": {
1004
                "psr/log-implementation": "1.0.0"
1005
            },
1006
            "require-dev": {
1007
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1008
                "doctrine/couchdb": "~1.0@dev",
1009
                "graylog2/gelf-php": "~1.0",
1010
                "jakub-onderka/php-parallel-lint": "0.9",
1011
                "php-amqplib/php-amqplib": "~2.4",
1012
                "php-console/php-console": "^3.1.3",
1013
                "phpunit/phpunit": "~4.5",
1014
                "phpunit/phpunit-mock-objects": "2.3.0",
1015
                "ruflin/elastica": ">=0.90 <3.0",
1016
                "sentry/sentry": "^0.13",
1017
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1018
            },
1019
            "suggest": {
1020
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1021
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1022
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1023
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1024
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1025
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1026
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1027
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1028
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1029
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1030
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1031
            },
1032
            "type": "library",
1033
            "extra": {
1034
                "branch-alias": {
1035
                    "dev-master": "2.0.x-dev"
1036
                }
1037
            },
1038
            "autoload": {
1039
                "psr-4": {
1040
                    "Monolog\\": "src/Monolog"
1041
                }
1042
            },
1043
            "notification-url": "https://packagist.org/downloads/",
1044
            "license": [
1045
                "MIT"
1046
            ],
1047
            "authors": [
1048
                {
1049
                    "name": "Jordi Boggiano",
1050
                    "email": "[email protected]",
1051
                    "homepage": "http://seld.be"
1052
                }
1053
            ],
1054
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1055
            "homepage": "http://github.com/Seldaek/monolog",
1056
            "keywords": [
1057
                "log",
1058
                "logging",
1059
                "psr-3"
1060
            ],
1061
            "time": "2017-06-19T01:22:40+00:00"
1062
        },
1063
        {
1064
            "name": "mtdowling/cron-expression",
1065
            "version": "v1.2.1",
1066
            "source": {
1067
                "type": "git",
1068
                "url": "https://github.com/mtdowling/cron-expression.git",
1069
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
1070
            },
1071
            "dist": {
1072
                "type": "zip",
1073
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
1074
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
1075
                "shasum": ""
1076
            },
1077
            "require": {
1078
                "php": ">=5.3.2"
1079
            },
1080
            "require-dev": {
1081
                "phpunit/phpunit": "~4.0|~5.0"
1082
            },
1083
            "type": "library",
1084
            "autoload": {
1085
                "psr-4": {
1086
                    "Cron\\": "src/Cron/"
1087
                }
1088
            },
1089
            "notification-url": "https://packagist.org/downloads/",
1090
            "license": [
1091
                "MIT"
1092
            ],
1093
            "authors": [
1094
                {
1095
                    "name": "Michael Dowling",
1096
                    "email": "[email protected]",
1097
                    "homepage": "https://github.com/mtdowling"
1098
                }
1099
            ],
1100
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1101
            "keywords": [
1102
                "cron",
1103
                "schedule"
1104
            ],
1105
            "time": "2017-01-23T04:29:33+00:00"
1106
        },
1107
        {
1108
            "name": "nesbot/carbon",
1109
            "version": "1.32.0",
1110
            "source": {
1111
                "type": "git",
1112
                "url": "https://github.com/briannesbitt/Carbon.git",
1113
                "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343"
1114
            },
1115
            "dist": {
1116
                "type": "zip",
1117
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/64563e2b9f69e4db1b82a60e81efa327a30ff343",
1118
                "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343",
1119
                "shasum": ""
1120
            },
1121
            "require": {
1122
                "php": ">=5.3.9",
1123
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1124
            },
1125
            "require-dev": {
1126
                "friendsofphp/php-cs-fixer": "~2",
1127
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1128
            },
1129
            "type": "library",
1130
            "extra": {
1131
                "laravel": {
1132
                    "providers": [
1133
                        "Carbon\\Laravel\\ServiceProvider"
1134
                    ]
1135
                }
1136
            },
1137
            "autoload": {
1138
                "psr-4": {
1139
                    "": "src/"
1140
                }
1141
            },
1142
            "notification-url": "https://packagist.org/downloads/",
1143
            "license": [
1144
                "MIT"
1145
            ],
1146
            "authors": [
1147
                {
1148
                    "name": "Brian Nesbitt",
1149
                    "email": "[email protected]",
1150
                    "homepage": "http://nesbot.com"
1151
                }
1152
            ],
1153
            "description": "A simple API extension for DateTime.",
1154
            "homepage": "http://carbon.nesbot.com",
1155
            "keywords": [
1156
                "date",
1157
                "datetime",
1158
                "time"
1159
            ],
1160
            "time": "2018-07-05T06:59:26+00:00"
1161
        },
1162
        {
1163
            "name": "nikic/php-parser",
1164
            "version": "v3.1.5",
1165
            "source": {
1166
                "type": "git",
1167
                "url": "https://github.com/nikic/PHP-Parser.git",
1168
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1169
            },
1170
            "dist": {
1171
                "type": "zip",
1172
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1173
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1174
                "shasum": ""
1175
            },
1176
            "require": {
1177
                "ext-tokenizer": "*",
1178
                "php": ">=5.5"
1179
            },
1180
            "require-dev": {
1181
                "phpunit/phpunit": "~4.0|~5.0"
1182
            },
1183
            "bin": [
1184
                "bin/php-parse"
1185
            ],
1186
            "type": "library",
1187
            "extra": {
1188
                "branch-alias": {
1189
                    "dev-master": "3.0-dev"
1190
                }
1191
            },
1192
            "autoload": {
1193
                "psr-4": {
1194
                    "PhpParser\\": "lib/PhpParser"
1195
                }
1196
            },
1197
            "notification-url": "https://packagist.org/downloads/",
1198
            "license": [
1199
                "BSD-3-Clause"
1200
            ],
1201
            "authors": [
1202
                {
1203
                    "name": "Nikita Popov"
1204
                }
1205
            ],
1206
            "description": "A PHP parser written in PHP",
1207
            "keywords": [
1208
                "parser",
1209
                "php"
1210
            ],
1211
            "time": "2018-02-28T20:30:58+00:00"
1212
        },
1213
        {
1214
            "name": "paragonie/random_compat",
1215
            "version": "v2.0.17",
1216
            "source": {
1217
                "type": "git",
1218
                "url": "https://github.com/paragonie/random_compat.git",
1219
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
1220
            },
1221
            "dist": {
1222
                "type": "zip",
1223
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
1224
                "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
1225
                "shasum": ""
1226
            },
1227
            "require": {
1228
                "php": ">=5.2.0"
1229
            },
1230
            "require-dev": {
1231
                "phpunit/phpunit": "4.*|5.*"
1232
            },
1233
            "suggest": {
1234
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1235
            },
1236
            "type": "library",
1237
            "autoload": {
1238
                "files": [
1239
                    "lib/random.php"
1240
                ]
1241
            },
1242
            "notification-url": "https://packagist.org/downloads/",
1243
            "license": [
1244
                "MIT"
1245
            ],
1246
            "authors": [
1247
                {
1248
                    "name": "Paragon Initiative Enterprises",
1249
                    "email": "[email protected]",
1250
                    "homepage": "https://paragonie.com"
1251
                }
1252
            ],
1253
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1254
            "keywords": [
1255
                "csprng",
1256
                "polyfill",
1257
                "pseudorandom",
1258
                "random"
1259
            ],
1260
            "time": "2018-07-04T16:31:37+00:00"
1261
        },
1262
        {
1263
            "name": "psr/log",
1264
            "version": "1.0.2",
1265
            "source": {
1266
                "type": "git",
1267
                "url": "https://github.com/php-fig/log.git",
1268
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1269
            },
1270
            "dist": {
1271
                "type": "zip",
1272
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1273
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1274
                "shasum": ""
1275
            },
1276
            "require": {
1277
                "php": ">=5.3.0"
1278
            },
1279
            "type": "library",
1280
            "extra": {
1281
                "branch-alias": {
1282
                    "dev-master": "1.0.x-dev"
1283
                }
1284
            },
1285
            "autoload": {
1286
                "psr-4": {
1287
                    "Psr\\Log\\": "Psr/Log/"
1288
                }
1289
            },
1290
            "notification-url": "https://packagist.org/downloads/",
1291
            "license": [
1292
                "MIT"
1293
            ],
1294
            "authors": [
1295
                {
1296
                    "name": "PHP-FIG",
1297
                    "homepage": "http://www.php-fig.org/"
1298
                }
1299
            ],
1300
            "description": "Common interface for logging libraries",
1301
            "homepage": "https://github.com/php-fig/log",
1302
            "keywords": [
1303
                "log",
1304
                "psr",
1305
                "psr-3"
1306
            ],
1307
            "time": "2016-10-10T12:19:37+00:00"
1308
        },
1309
        {
1310
            "name": "psy/psysh",
1311
            "version": "v0.8.18",
1312
            "source": {
1313
                "type": "git",
1314
                "url": "https://github.com/bobthecow/psysh.git",
1315
                "reference": "5357b1cffc8fb375d6a9e3c86d5c82dd38a40834"
1316
            },
1317
            "dist": {
1318
                "type": "zip",
1319
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5357b1cffc8fb375d6a9e3c86d5c82dd38a40834",
1320
                "reference": "5357b1cffc8fb375d6a9e3c86d5c82dd38a40834",
1321
                "shasum": ""
1322
            },
1323
            "require": {
1324
                "dnoegel/php-xdg-base-dir": "0.1",
1325
                "jakub-onderka/php-console-highlighter": "0.3.*",
1326
                "nikic/php-parser": "~1.3|~2.0|~3.0",
1327
                "php": ">=5.3.9",
1328
                "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
1329
                "symfony/var-dumper": "~2.7|~3.0|~4.0"
1330
            },
1331
            "require-dev": {
1332
                "hoa/console": "~3.16|~1.14",
1333
                "phpunit/phpunit": "^4.8.35|^5.4.3",
1334
                "symfony/finder": "~2.1|~3.0|~4.0"
1335
            },
1336
            "suggest": {
1337
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1338
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1339
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1340
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
1341
                "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
1342
            },
1343
            "bin": [
1344
                "bin/psysh"
1345
            ],
1346
            "type": "library",
1347
            "extra": {
1348
                "branch-alias": {
1349
                    "dev-develop": "0.8.x-dev"
1350
                }
1351
            },
1352
            "autoload": {
1353
                "files": [
1354
                    "src/Psy/functions.php"
1355
                ],
1356
                "psr-4": {
1357
                    "Psy\\": "src/Psy/"
1358
                }
1359
            },
1360
            "notification-url": "https://packagist.org/downloads/",
1361
            "license": [
1362
                "MIT"
1363
            ],
1364
            "authors": [
1365
                {
1366
                    "name": "Justin Hileman",
1367
                    "email": "[email protected]",
1368
                    "homepage": "http://justinhileman.com"
1369
                }
1370
            ],
1371
            "description": "An interactive shell for modern PHP.",
1372
            "homepage": "http://psysh.org",
1373
            "keywords": [
1374
                "REPL",
1375
                "console",
1376
                "interactive",
1377
                "shell"
1378
            ],
1379
            "time": "2018-04-02T05:41:44+00:00"
1380
        },
1381
        {
1382
            "name": "ramsey/uuid",
1383
            "version": "3.7.3",
1384
            "source": {
1385
                "type": "git",
1386
                "url": "https://github.com/ramsey/uuid.git",
1387
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
1388
            },
1389
            "dist": {
1390
                "type": "zip",
1391
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1392
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1393
                "shasum": ""
1394
            },
1395
            "require": {
1396
                "paragonie/random_compat": "^1.0|^2.0",
1397
                "php": "^5.4 || ^7.0"
1398
            },
1399
            "replace": {
1400
                "rhumsaa/uuid": "self.version"
1401
            },
1402
            "require-dev": {
1403
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
1404
                "doctrine/annotations": "~1.2.0",
1405
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
1406
                "ircmaxell/random-lib": "^1.1",
1407
                "jakub-onderka/php-parallel-lint": "^0.9.0",
1408
                "mockery/mockery": "^0.9.9",
1409
                "moontoast/math": "^1.1",
1410
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
1411
                "phpunit/phpunit": "^4.7|^5.0",
1412
                "squizlabs/php_codesniffer": "^2.3"
1413
            },
1414
            "suggest": {
1415
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1416
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1417
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1418
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1419
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1420
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1421
            },
1422
            "type": "library",
1423
            "extra": {
1424
                "branch-alias": {
1425
                    "dev-master": "3.x-dev"
1426
                }
1427
            },
1428
            "autoload": {
1429
                "psr-4": {
1430
                    "Ramsey\\Uuid\\": "src/"
1431
                }
1432
            },
1433
            "notification-url": "https://packagist.org/downloads/",
1434
            "license": [
1435
                "MIT"
1436
            ],
1437
            "authors": [
1438
                {
1439
                    "name": "Marijn Huizendveld",
1440
                    "email": "[email protected]"
1441
                },
1442
                {
1443
                    "name": "Thibaud Fabre",
1444
                    "email": "[email protected]"
1445
                },
1446
                {
1447
                    "name": "Ben Ramsey",
1448
                    "email": "[email protected]",
1449
                    "homepage": "https://benramsey.com"
1450
                }
1451
            ],
1452
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1453
            "homepage": "https://github.com/ramsey/uuid",
1454
            "keywords": [
1455
                "guid",
1456
                "identifier",
1457
                "uuid"
1458
            ],
1459
            "time": "2018-01-20T00:28:24+00:00"
1460
        },
1461
        {
1462
            "name": "swiftmailer/swiftmailer",
1463
            "version": "v5.4.9",
1464
            "source": {
1465
                "type": "git",
1466
                "url": "https://github.com/swiftmailer/swiftmailer.git",
1467
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
1468
            },
1469
            "dist": {
1470
                "type": "zip",
1471
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
1472
                "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
1473
                "shasum": ""
1474
            },
1475
            "require": {
1476
                "php": ">=5.3.3"
1477
            },
1478
            "require-dev": {
1479
                "mockery/mockery": "~0.9.1",
1480
                "symfony/phpunit-bridge": "~3.2"
1481
            },
1482
            "type": "library",
1483
            "extra": {
1484
                "branch-alias": {
1485
                    "dev-master": "5.4-dev"
1486
                }
1487
            },
1488
            "autoload": {
1489
                "files": [
1490
                    "lib/swift_required.php"
1491
                ]
1492
            },
1493
            "notification-url": "https://packagist.org/downloads/",
1494
            "license": [
1495
                "MIT"
1496
            ],
1497
            "authors": [
1498
                {
1499
                    "name": "Chris Corbyn"
1500
                },
1501
                {
1502
                    "name": "Fabien Potencier",
1503
                    "email": "[email protected]"
1504
                }
1505
            ],
1506
            "description": "Swiftmailer, free feature-rich PHP mailer",
1507
            "homepage": "https://swiftmailer.symfony.com",
1508
            "keywords": [
1509
                "email",
1510
                "mail",
1511
                "mailer"
1512
            ],
1513
            "time": "2018-01-23T07:37:21+00:00"
1514
        },
1515
        {
1516
            "name": "symfony/console",
1517
            "version": "v3.1.10",
1518
            "source": {
1519
                "type": "git",
1520
                "url": "https://github.com/symfony/console.git",
1521
                "reference": "047f16485d68c083bd5d9b73ff16f9cb9c1a9f52"
1522
            },
1523
            "dist": {
1524
                "type": "zip",
1525
                "url": "https://api.github.com/repos/symfony/console/zipball/047f16485d68c083bd5d9b73ff16f9cb9c1a9f52",
1526
                "reference": "047f16485d68c083bd5d9b73ff16f9cb9c1a9f52",
1527
                "shasum": ""
1528
            },
1529
            "require": {
1530
                "php": ">=5.5.9",
1531
                "symfony/debug": "~2.8|~3.0",
1532
                "symfony/polyfill-mbstring": "~1.0"
1533
            },
1534
            "require-dev": {
1535
                "psr/log": "~1.0",
1536
                "symfony/event-dispatcher": "~2.8|~3.0",
1537
                "symfony/process": "~2.8|~3.0"
1538
            },
1539
            "suggest": {
1540
                "psr/log": "For using the console logger",
1541
                "symfony/event-dispatcher": "",
1542
                "symfony/process": ""
1543
            },
1544
            "type": "library",
1545
            "extra": {
1546
                "branch-alias": {
1547
                    "dev-master": "3.1-dev"
1548
                }
1549
            },
1550
            "autoload": {
1551
                "psr-4": {
1552
                    "Symfony\\Component\\Console\\": ""
1553
                },
1554
                "exclude-from-classmap": [
1555
                    "/Tests/"
1556
                ]
1557
            },
1558
            "notification-url": "https://packagist.org/downloads/",
1559
            "license": [
1560
                "MIT"
1561
            ],
1562
            "authors": [
1563
                {
1564
                    "name": "Fabien Potencier",
1565
                    "email": "[email protected]"
1566
                },
1567
                {
1568
                    "name": "Symfony Community",
1569
                    "homepage": "https://symfony.com/contributors"
1570
                }
1571
            ],
1572
            "description": "Symfony Console Component",
1573
            "homepage": "https://symfony.com",
1574
            "time": "2017-01-08T20:43:43+00:00"
1575
        },
1576
        {
1577
            "name": "symfony/debug",
1578
            "version": "v3.1.10",
1579
            "source": {
1580
                "type": "git",
1581
                "url": "https://github.com/symfony/debug.git",
1582
                "reference": "c6661361626b3cf5cf2089df98b3b5006a197e85"
1583
            },
1584
            "dist": {
1585
                "type": "zip",
1586
                "url": "https://api.github.com/repos/symfony/debug/zipball/c6661361626b3cf5cf2089df98b3b5006a197e85",
1587
                "reference": "c6661361626b3cf5cf2089df98b3b5006a197e85",
1588
                "shasum": ""
1589
            },
1590
            "require": {
1591
                "php": ">=5.5.9",
1592
                "psr/log": "~1.0"
1593
            },
1594
            "conflict": {
1595
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1596
            },
1597
            "require-dev": {
1598
                "symfony/class-loader": "~2.8|~3.0",
1599
                "symfony/http-kernel": "~2.8|~3.0"
1600
            },
1601
            "type": "library",
1602
            "extra": {
1603
                "branch-alias": {
1604
                    "dev-master": "3.1-dev"
1605
                }
1606
            },
1607
            "autoload": {
1608
                "psr-4": {
1609
                    "Symfony\\Component\\Debug\\": ""
1610
                },
1611
                "exclude-from-classmap": [
1612
                    "/Tests/"
1613
                ]
1614
            },
1615
            "notification-url": "https://packagist.org/downloads/",
1616
            "license": [
1617
                "MIT"
1618
            ],
1619
            "authors": [
1620
                {
1621
                    "name": "Fabien Potencier",
1622
                    "email": "[email protected]"
1623
                },
1624
                {
1625
                    "name": "Symfony Community",
1626
                    "homepage": "https://symfony.com/contributors"
1627
                }
1628
            ],
1629
            "description": "Symfony Debug Component",
1630
            "homepage": "https://symfony.com",
1631
            "time": "2017-01-28T00:04:57+00:00"
1632
        },
1633
        {
1634
            "name": "symfony/event-dispatcher",
1635
            "version": "v3.4.12",
1636
            "source": {
1637
                "type": "git",
1638
                "url": "https://github.com/symfony/event-dispatcher.git",
1639
                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
1640
            },
1641
            "dist": {
1642
                "type": "zip",
1643
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1644
                "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
1645
                "shasum": ""
1646
            },
1647
            "require": {
1648
                "php": "^5.5.9|>=7.0.8"
1649
            },
1650
            "conflict": {
1651
                "symfony/dependency-injection": "<3.3"
1652
            },
1653
            "require-dev": {
1654
                "psr/log": "~1.0",
1655
                "symfony/config": "~2.8|~3.0|~4.0",
1656
                "symfony/dependency-injection": "~3.3|~4.0",
1657
                "symfony/expression-language": "~2.8|~3.0|~4.0",
1658
                "symfony/stopwatch": "~2.8|~3.0|~4.0"
1659
            },
1660
            "suggest": {
1661
                "symfony/dependency-injection": "",
1662
                "symfony/http-kernel": ""
1663
            },
1664
            "type": "library",
1665
            "extra": {
1666
                "branch-alias": {
1667
                    "dev-master": "3.4-dev"
1668
                }
1669
            },
1670
            "autoload": {
1671
                "psr-4": {
1672
                    "Symfony\\Component\\EventDispatcher\\": ""
1673
                },
1674
                "exclude-from-classmap": [
1675
                    "/Tests/"
1676
                ]
1677
            },
1678
            "notification-url": "https://packagist.org/downloads/",
1679
            "license": [
1680
                "MIT"
1681
            ],
1682
            "authors": [
1683
                {
1684
                    "name": "Fabien Potencier",
1685
                    "email": "[email protected]"
1686
                },
1687
                {
1688
                    "name": "Symfony Community",
1689
                    "homepage": "https://symfony.com/contributors"
1690
                }
1691
            ],
1692
            "description": "Symfony EventDispatcher Component",
1693
            "homepage": "https://symfony.com",
1694
            "time": "2018-04-06T07:35:25+00:00"
1695
        },
1696
        {
1697
            "name": "symfony/finder",
1698
            "version": "v3.1.10",
1699
            "source": {
1700
                "type": "git",
1701
                "url": "https://github.com/symfony/finder.git",
1702
                "reference": "59687a255d1562f2c17b012418273862083d85f7"
1703
            },
1704
            "dist": {
1705
                "type": "zip",
1706
                "url": "https://api.github.com/repos/symfony/finder/zipball/59687a255d1562f2c17b012418273862083d85f7",
1707
                "reference": "59687a255d1562f2c17b012418273862083d85f7",
1708
                "shasum": ""
1709
            },
1710
            "require": {
1711
                "php": ">=5.5.9"
1712
            },
1713
            "type": "library",
1714
            "extra": {
1715
                "branch-alias": {
1716
                    "dev-master": "3.1-dev"
1717
                }
1718
            },
1719
            "autoload": {
1720
                "psr-4": {
1721
                    "Symfony\\Component\\Finder\\": ""
1722
                },
1723
                "exclude-from-classmap": [
1724
                    "/Tests/"
1725
                ]
1726
            },
1727
            "notification-url": "https://packagist.org/downloads/",
1728
            "license": [
1729
                "MIT"
1730
            ],
1731
            "authors": [
1732
                {
1733
                    "name": "Fabien Potencier",
1734
                    "email": "[email protected]"
1735
                },
1736
                {
1737
                    "name": "Symfony Community",
1738
                    "homepage": "https://symfony.com/contributors"
1739
                }
1740
            ],
1741
            "description": "Symfony Finder Component",
1742
            "homepage": "https://symfony.com",
1743
            "time": "2017-01-02T20:31:54+00:00"
1744
        },
1745
        {
1746
            "name": "symfony/http-foundation",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-foundation:

CVE-2018-11386: Denial of service when using PDOSessionHandler
Loading history...
1747
            "version": "v3.1.10",
1748
            "source": {
1749
                "type": "git",
1750
                "url": "https://github.com/symfony/http-foundation.git",
1751
                "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0"
1752
            },
1753
            "dist": {
1754
                "type": "zip",
1755
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cef0ad49a2e90455cfc649522025b5a2929648c0",
1756
                "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0",
1757
                "shasum": ""
1758
            },
1759
            "require": {
1760
                "php": ">=5.5.9",
1761
                "symfony/polyfill-mbstring": "~1.1"
1762
            },
1763
            "require-dev": {
1764
                "symfony/expression-language": "~2.8|~3.0"
1765
            },
1766
            "type": "library",
1767
            "extra": {
1768
                "branch-alias": {
1769
                    "dev-master": "3.1-dev"
1770
                }
1771
            },
1772
            "autoload": {
1773
                "psr-4": {
1774
                    "Symfony\\Component\\HttpFoundation\\": ""
1775
                },
1776
                "exclude-from-classmap": [
1777
                    "/Tests/"
1778
                ]
1779
            },
1780
            "notification-url": "https://packagist.org/downloads/",
1781
            "license": [
1782
                "MIT"
1783
            ],
1784
            "authors": [
1785
                {
1786
                    "name": "Fabien Potencier",
1787
                    "email": "[email protected]"
1788
                },
1789
                {
1790
                    "name": "Symfony Community",
1791
                    "homepage": "https://symfony.com/contributors"
1792
                }
1793
            ],
1794
            "description": "Symfony HttpFoundation Component",
1795
            "homepage": "https://symfony.com",
1796
            "time": "2017-01-08T20:43:43+00:00"
1797
        },
1798
        {
1799
            "name": "symfony/http-kernel",
1800
            "version": "v3.1.10",
1801
            "source": {
1802
                "type": "git",
1803
                "url": "https://github.com/symfony/http-kernel.git",
1804
                "reference": "c830387dec1b48c100473d10a6a356c3c3ae2a13"
1805
            },
1806
            "dist": {
1807
                "type": "zip",
1808
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c830387dec1b48c100473d10a6a356c3c3ae2a13",
1809
                "reference": "c830387dec1b48c100473d10a6a356c3c3ae2a13",
1810
                "shasum": ""
1811
            },
1812
            "require": {
1813
                "php": ">=5.5.9",
1814
                "psr/log": "~1.0",
1815
                "symfony/debug": "~2.8|~3.0",
1816
                "symfony/event-dispatcher": "~2.8|~3.0",
1817
                "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
1818
            },
1819
            "conflict": {
1820
                "symfony/config": "<2.8"
1821
            },
1822
            "require-dev": {
1823
                "symfony/browser-kit": "~2.8|~3.0",
1824
                "symfony/class-loader": "~2.8|~3.0",
1825
                "symfony/config": "~2.8|~3.0",
1826
                "symfony/console": "~2.8|~3.0",
1827
                "symfony/css-selector": "~2.8|~3.0",
1828
                "symfony/dependency-injection": "~2.8|~3.0",
1829
                "symfony/dom-crawler": "~2.8|~3.0",
1830
                "symfony/expression-language": "~2.8|~3.0",
1831
                "symfony/finder": "~2.8|~3.0",
1832
                "symfony/process": "~2.8|~3.0",
1833
                "symfony/routing": "~2.8|~3.0",
1834
                "symfony/stopwatch": "~2.8|~3.0",
1835
                "symfony/templating": "~2.8|~3.0",
1836
                "symfony/translation": "~2.8|~3.0",
1837
                "symfony/var-dumper": "~2.8|~3.0"
1838
            },
1839
            "suggest": {
1840
                "symfony/browser-kit": "",
1841
                "symfony/class-loader": "",
1842
                "symfony/config": "",
1843
                "symfony/console": "",
1844
                "symfony/dependency-injection": "",
1845
                "symfony/finder": "",
1846
                "symfony/var-dumper": ""
1847
            },
1848
            "type": "library",
1849
            "extra": {
1850
                "branch-alias": {
1851
                    "dev-master": "3.1-dev"
1852
                }
1853
            },
1854
            "autoload": {
1855
                "psr-4": {
1856
                    "Symfony\\Component\\HttpKernel\\": ""
1857
                },
1858
                "exclude-from-classmap": [
1859
                    "/Tests/"
1860
                ]
1861
            },
1862
            "notification-url": "https://packagist.org/downloads/",
1863
            "license": [
1864
                "MIT"
1865
            ],
1866
            "authors": [
1867
                {
1868
                    "name": "Fabien Potencier",
1869
                    "email": "[email protected]"
1870
                },
1871
                {
1872
                    "name": "Symfony Community",
1873
                    "homepage": "https://symfony.com/contributors"
1874
                }
1875
            ],
1876
            "description": "Symfony HttpKernel Component",
1877
            "homepage": "https://symfony.com",
1878
            "time": "2017-01-28T02:53:17+00:00"
1879
        },
1880
        {
1881
            "name": "symfony/polyfill-mbstring",
1882
            "version": "v1.8.0",
1883
            "source": {
1884
                "type": "git",
1885
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1886
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1887
            },
1888
            "dist": {
1889
                "type": "zip",
1890
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1891
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1892
                "shasum": ""
1893
            },
1894
            "require": {
1895
                "php": ">=5.3.3"
1896
            },
1897
            "suggest": {
1898
                "ext-mbstring": "For best performance"
1899
            },
1900
            "type": "library",
1901
            "extra": {
1902
                "branch-alias": {
1903
                    "dev-master": "1.8-dev"
1904
                }
1905
            },
1906
            "autoload": {
1907
                "psr-4": {
1908
                    "Symfony\\Polyfill\\Mbstring\\": ""
1909
                },
1910
                "files": [
1911
                    "bootstrap.php"
1912
                ]
1913
            },
1914
            "notification-url": "https://packagist.org/downloads/",
1915
            "license": [
1916
                "MIT"
1917
            ],
1918
            "authors": [
1919
                {
1920
                    "name": "Nicolas Grekas",
1921
                    "email": "[email protected]"
1922
                },
1923
                {
1924
                    "name": "Symfony Community",
1925
                    "homepage": "https://symfony.com/contributors"
1926
                }
1927
            ],
1928
            "description": "Symfony polyfill for the Mbstring extension",
1929
            "homepage": "https://symfony.com",
1930
            "keywords": [
1931
                "compatibility",
1932
                "mbstring",
1933
                "polyfill",
1934
                "portable",
1935
                "shim"
1936
            ],
1937
            "time": "2018-04-26T10:06:28+00:00"
1938
        },
1939
        {
1940
            "name": "symfony/polyfill-php56",
1941
            "version": "v1.8.0",
1942
            "source": {
1943
                "type": "git",
1944
                "url": "https://github.com/symfony/polyfill-php56.git",
1945
                "reference": "af98553c84912459db3f636329567809d639a8f6"
1946
            },
1947
            "dist": {
1948
                "type": "zip",
1949
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6",
1950
                "reference": "af98553c84912459db3f636329567809d639a8f6",
1951
                "shasum": ""
1952
            },
1953
            "require": {
1954
                "php": ">=5.3.3",
1955
                "symfony/polyfill-util": "~1.0"
1956
            },
1957
            "type": "library",
1958
            "extra": {
1959
                "branch-alias": {
1960
                    "dev-master": "1.8-dev"
1961
                }
1962
            },
1963
            "autoload": {
1964
                "psr-4": {
1965
                    "Symfony\\Polyfill\\Php56\\": ""
1966
                },
1967
                "files": [
1968
                    "bootstrap.php"
1969
                ]
1970
            },
1971
            "notification-url": "https://packagist.org/downloads/",
1972
            "license": [
1973
                "MIT"
1974
            ],
1975
            "authors": [
1976
                {
1977
                    "name": "Nicolas Grekas",
1978
                    "email": "[email protected]"
1979
                },
1980
                {
1981
                    "name": "Symfony Community",
1982
                    "homepage": "https://symfony.com/contributors"
1983
                }
1984
            ],
1985
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1986
            "homepage": "https://symfony.com",
1987
            "keywords": [
1988
                "compatibility",
1989
                "polyfill",
1990
                "portable",
1991
                "shim"
1992
            ],
1993
            "time": "2018-04-26T10:06:28+00:00"
1994
        },
1995
        {
1996
            "name": "symfony/polyfill-util",
1997
            "version": "v1.8.0",
1998
            "source": {
1999
                "type": "git",
2000
                "url": "https://github.com/symfony/polyfill-util.git",
2001
                "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a"
2002
            },
2003
            "dist": {
2004
                "type": "zip",
2005
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
2006
                "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a",
2007
                "shasum": ""
2008
            },
2009
            "require": {
2010
                "php": ">=5.3.3"
2011
            },
2012
            "type": "library",
2013
            "extra": {
2014
                "branch-alias": {
2015
                    "dev-master": "1.8-dev"
2016
                }
2017
            },
2018
            "autoload": {
2019
                "psr-4": {
2020
                    "Symfony\\Polyfill\\Util\\": ""
2021
                }
2022
            },
2023
            "notification-url": "https://packagist.org/downloads/",
2024
            "license": [
2025
                "MIT"
2026
            ],
2027
            "authors": [
2028
                {
2029
                    "name": "Nicolas Grekas",
2030
                    "email": "[email protected]"
2031
                },
2032
                {
2033
                    "name": "Symfony Community",
2034
                    "homepage": "https://symfony.com/contributors"
2035
                }
2036
            ],
2037
            "description": "Symfony utilities for portability of PHP codes",
2038
            "homepage": "https://symfony.com",
2039
            "keywords": [
2040
                "compat",
2041
                "compatibility",
2042
                "polyfill",
2043
                "shim"
2044
            ],
2045
            "time": "2018-04-26T10:06:28+00:00"
2046
        },
2047
        {
2048
            "name": "symfony/process",
2049
            "version": "v3.1.10",
2050
            "source": {
2051
                "type": "git",
2052
                "url": "https://github.com/symfony/process.git",
2053
                "reference": "2605753c5f8c531623d24d002825ebb1d6a22248"
2054
            },
2055
            "dist": {
2056
                "type": "zip",
2057
                "url": "https://api.github.com/repos/symfony/process/zipball/2605753c5f8c531623d24d002825ebb1d6a22248",
2058
                "reference": "2605753c5f8c531623d24d002825ebb1d6a22248",
2059
                "shasum": ""
2060
            },
2061
            "require": {
2062
                "php": ">=5.5.9"
2063
            },
2064
            "type": "library",
2065
            "extra": {
2066
                "branch-alias": {
2067
                    "dev-master": "3.1-dev"
2068
                }
2069
            },
2070
            "autoload": {
2071
                "psr-4": {
2072
                    "Symfony\\Component\\Process\\": ""
2073
                },
2074
                "exclude-from-classmap": [
2075
                    "/Tests/"
2076
                ]
2077
            },
2078
            "notification-url": "https://packagist.org/downloads/",
2079
            "license": [
2080
                "MIT"
2081
            ],
2082
            "authors": [
2083
                {
2084
                    "name": "Fabien Potencier",
2085
                    "email": "[email protected]"
2086
                },
2087
                {
2088
                    "name": "Symfony Community",
2089
                    "homepage": "https://symfony.com/contributors"
2090
                }
2091
            ],
2092
            "description": "Symfony Process Component",
2093
            "homepage": "https://symfony.com",
2094
            "time": "2017-01-21T17:13:55+00:00"
2095
        },
2096
        {
2097
            "name": "symfony/routing",
2098
            "version": "v3.1.10",
2099
            "source": {
2100
                "type": "git",
2101
                "url": "https://github.com/symfony/routing.git",
2102
                "reference": "f25581d4eb0a82962c291917f826166f0dcd8a9a"
2103
            },
2104
            "dist": {
2105
                "type": "zip",
2106
                "url": "https://api.github.com/repos/symfony/routing/zipball/f25581d4eb0a82962c291917f826166f0dcd8a9a",
2107
                "reference": "f25581d4eb0a82962c291917f826166f0dcd8a9a",
2108
                "shasum": ""
2109
            },
2110
            "require": {
2111
                "php": ">=5.5.9"
2112
            },
2113
            "conflict": {
2114
                "symfony/config": "<2.8"
2115
            },
2116
            "require-dev": {
2117
                "doctrine/annotations": "~1.0",
2118
                "doctrine/common": "~2.2",
2119
                "psr/log": "~1.0",
2120
                "symfony/config": "~2.8|~3.0",
2121
                "symfony/expression-language": "~2.8|~3.0",
2122
                "symfony/http-foundation": "~2.8|~3.0",
2123
                "symfony/yaml": "~2.8|~3.0"
2124
            },
2125
            "suggest": {
2126
                "doctrine/annotations": "For using the annotation loader",
2127
                "symfony/config": "For using the all-in-one router or any loader",
2128
                "symfony/dependency-injection": "For loading routes from a service",
2129
                "symfony/expression-language": "For using expression matching",
2130
                "symfony/http-foundation": "For using a Symfony Request object",
2131
                "symfony/yaml": "For using the YAML loader"
2132
            },
2133
            "type": "library",
2134
            "extra": {
2135
                "branch-alias": {
2136
                    "dev-master": "3.1-dev"
2137
                }
2138
            },
2139
            "autoload": {
2140
                "psr-4": {
2141
                    "Symfony\\Component\\Routing\\": ""
2142
                },
2143
                "exclude-from-classmap": [
2144
                    "/Tests/"
2145
                ]
2146
            },
2147
            "notification-url": "https://packagist.org/downloads/",
2148
            "license": [
2149
                "MIT"
2150
            ],
2151
            "authors": [
2152
                {
2153
                    "name": "Fabien Potencier",
2154
                    "email": "[email protected]"
2155
                },
2156
                {
2157
                    "name": "Symfony Community",
2158
                    "homepage": "https://symfony.com/contributors"
2159
                }
2160
            ],
2161
            "description": "Symfony Routing Component",
2162
            "homepage": "https://symfony.com",
2163
            "keywords": [
2164
                "router",
2165
                "routing",
2166
                "uri",
2167
                "url"
2168
            ],
2169
            "time": "2017-01-28T00:04:57+00:00"
2170
        },
2171
        {
2172
            "name": "symfony/translation",
2173
            "version": "v3.1.10",
2174
            "source": {
2175
                "type": "git",
2176
                "url": "https://github.com/symfony/translation.git",
2177
                "reference": "d5a20fab5f63f44c233c69b3041c3cb1d4945e45"
2178
            },
2179
            "dist": {
2180
                "type": "zip",
2181
                "url": "https://api.github.com/repos/symfony/translation/zipball/d5a20fab5f63f44c233c69b3041c3cb1d4945e45",
2182
                "reference": "d5a20fab5f63f44c233c69b3041c3cb1d4945e45",
2183
                "shasum": ""
2184
            },
2185
            "require": {
2186
                "php": ">=5.5.9",
2187
                "symfony/polyfill-mbstring": "~1.0"
2188
            },
2189
            "conflict": {
2190
                "symfony/config": "<2.8"
2191
            },
2192
            "require-dev": {
2193
                "psr/log": "~1.0",
2194
                "symfony/config": "~2.8|~3.0",
2195
                "symfony/intl": "~2.8|~3.0",
2196
                "symfony/yaml": "~2.8|~3.0"
2197
            },
2198
            "suggest": {
2199
                "psr/log": "To use logging capability in translator",
2200
                "symfony/config": "",
2201
                "symfony/yaml": ""
2202
            },
2203
            "type": "library",
2204
            "extra": {
2205
                "branch-alias": {
2206
                    "dev-master": "3.1-dev"
2207
                }
2208
            },
2209
            "autoload": {
2210
                "psr-4": {
2211
                    "Symfony\\Component\\Translation\\": ""
2212
                },
2213
                "exclude-from-classmap": [
2214
                    "/Tests/"
2215
                ]
2216
            },
2217
            "notification-url": "https://packagist.org/downloads/",
2218
            "license": [
2219
                "MIT"
2220
            ],
2221
            "authors": [
2222
                {
2223
                    "name": "Fabien Potencier",
2224
                    "email": "[email protected]"
2225
                },
2226
                {
2227
                    "name": "Symfony Community",
2228
                    "homepage": "https://symfony.com/contributors"
2229
                }
2230
            ],
2231
            "description": "Symfony Translation Component",
2232
            "homepage": "https://symfony.com",
2233
            "time": "2017-01-21T17:01:39+00:00"
2234
        },
2235
        {
2236
            "name": "symfony/var-dumper",
2237
            "version": "v3.1.10",
2238
            "source": {
2239
                "type": "git",
2240
                "url": "https://github.com/symfony/var-dumper.git",
2241
                "reference": "16df11647e5b992d687cb4eeeb9a882d5f5c26b9"
2242
            },
2243
            "dist": {
2244
                "type": "zip",
2245
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/16df11647e5b992d687cb4eeeb9a882d5f5c26b9",
2246
                "reference": "16df11647e5b992d687cb4eeeb9a882d5f5c26b9",
2247
                "shasum": ""
2248
            },
2249
            "require": {
2250
                "php": ">=5.5.9",
2251
                "symfony/polyfill-mbstring": "~1.0"
2252
            },
2253
            "require-dev": {
2254
                "twig/twig": "~1.20|~2.0"
2255
            },
2256
            "suggest": {
2257
                "ext-symfony_debug": ""
2258
            },
2259
            "type": "library",
2260
            "extra": {
2261
                "branch-alias": {
2262
                    "dev-master": "3.1-dev"
2263
                }
2264
            },
2265
            "autoload": {
2266
                "files": [
2267
                    "Resources/functions/dump.php"
2268
                ],
2269
                "psr-4": {
2270
                    "Symfony\\Component\\VarDumper\\": ""
2271
                },
2272
                "exclude-from-classmap": [
2273
                    "/Tests/"
2274
                ]
2275
            },
2276
            "notification-url": "https://packagist.org/downloads/",
2277
            "license": [
2278
                "MIT"
2279
            ],
2280
            "authors": [
2281
                {
2282
                    "name": "Nicolas Grekas",
2283
                    "email": "[email protected]"
2284
                },
2285
                {
2286
                    "name": "Symfony Community",
2287
                    "homepage": "https://symfony.com/contributors"
2288
                }
2289
            ],
2290
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2291
            "homepage": "https://symfony.com",
2292
            "keywords": [
2293
                "debug",
2294
                "dump"
2295
            ],
2296
            "time": "2017-01-24T13:02:38+00:00"
2297
        },
2298
        {
2299
            "name": "vlucas/phpdotenv",
2300
            "version": "v2.5.0",
2301
            "source": {
2302
                "type": "git",
2303
                "url": "https://github.com/vlucas/phpdotenv.git",
2304
                "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a"
2305
            },
2306
            "dist": {
2307
                "type": "zip",
2308
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
2309
                "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a",
2310
                "shasum": ""
2311
            },
2312
            "require": {
2313
                "php": ">=5.3.9"
2314
            },
2315
            "require-dev": {
2316
                "phpunit/phpunit": "^4.8.35 || ^5.0"
2317
            },
2318
            "type": "library",
2319
            "extra": {
2320
                "branch-alias": {
2321
                    "dev-master": "2.5-dev"
2322
                }
2323
            },
2324
            "autoload": {
2325
                "psr-4": {
2326
                    "Dotenv\\": "src/"
2327
                }
2328
            },
2329
            "notification-url": "https://packagist.org/downloads/",
2330
            "license": [
2331
                "BSD-3-Clause"
2332
            ],
2333
            "authors": [
2334
                {
2335
                    "name": "Vance Lucas",
2336
                    "email": "[email protected]",
2337
                    "homepage": "http://www.vancelucas.com"
2338
                }
2339
            ],
2340
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2341
            "keywords": [
2342
                "dotenv",
2343
                "env",
2344
                "environment"
2345
            ],
2346
            "time": "2018-07-01T10:25:50+00:00"
2347
        }
2348
    ],
2349
    "packages-dev": [
2350
        {
2351
            "name": "codeclimate/php-test-reporter",
2352
            "version": "dev-master",
2353
            "source": {
2354
                "type": "git",
2355
                "url": "https://github.com/codeclimate/php-test-reporter.git",
2356
                "reference": "f35752238d994c8894a3c079bdbe2c535e0265af"
2357
            },
2358
            "dist": {
2359
                "type": "zip",
2360
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/f35752238d994c8894a3c079bdbe2c535e0265af",
2361
                "reference": "f35752238d994c8894a3c079bdbe2c535e0265af",
2362
                "shasum": ""
2363
            },
2364
            "require": {
2365
                "ext-curl": "*",
2366
                "padraic/phar-updater": "^1.0",
2367
                "php": "^5.3 || ^7.0",
2368
                "psr/log": "^1.0",
2369
                "satooshi/php-coveralls": "^1.0",
2370
                "symfony/console": "^2.0 || ^3.0 || ^4.0"
2371
            },
2372
            "require-dev": {
2373
                "friendsofphp/php-cs-fixer": "^2.0.0",
2374
                "phpunit/phpunit": "^4.8.35 || ^5.7.0 || ^6.0.0"
2375
            },
2376
            "bin": [
2377
                "composer/bin/test-reporter"
2378
            ],
2379
            "type": "library",
2380
            "extra": {
2381
                "branch-alias": {
2382
                    "dev-master": "0.3.x-dev"
2383
                }
2384
            },
2385
            "autoload": {
2386
                "psr-4": {
2387
                    "CodeClimate\\PhpTestReporter\\": "src/"
2388
                }
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "MIT"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Code Climate",
2397
                    "email": "[email protected]",
2398
                    "homepage": "https://codeclimate.com"
2399
                }
2400
            ],
2401
            "description": "PHP client for reporting test coverage to Code Climate",
2402
            "homepage": "https://github.com/codeclimate/php-test-reporter",
2403
            "keywords": [
2404
                "codeclimate",
2405
                "coverage"
2406
            ],
2407
            "time": "2018-04-11T15:45:47+00:00"
2408
        },
2409
        {
2410
            "name": "composer/ca-bundle",
2411
            "version": "1.1.1",
2412
            "source": {
2413
                "type": "git",
2414
                "url": "https://github.com/composer/ca-bundle.git",
2415
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169"
2416
            },
2417
            "dist": {
2418
                "type": "zip",
2419
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169",
2420
                "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169",
2421
                "shasum": ""
2422
            },
2423
            "require": {
2424
                "ext-openssl": "*",
2425
                "ext-pcre": "*",
2426
                "php": "^5.3.2 || ^7.0"
2427
            },
2428
            "require-dev": {
2429
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
2430
                "psr/log": "^1.0",
2431
                "symfony/process": "^2.5 || ^3.0 || ^4.0"
2432
            },
2433
            "type": "library",
2434
            "extra": {
2435
                "branch-alias": {
2436
                    "dev-master": "1.x-dev"
2437
                }
2438
            },
2439
            "autoload": {
2440
                "psr-4": {
2441
                    "Composer\\CaBundle\\": "src"
2442
                }
2443
            },
2444
            "notification-url": "https://packagist.org/downloads/",
2445
            "license": [
2446
                "MIT"
2447
            ],
2448
            "authors": [
2449
                {
2450
                    "name": "Jordi Boggiano",
2451
                    "email": "[email protected]",
2452
                    "homepage": "http://seld.be"
2453
                }
2454
            ],
2455
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
2456
            "keywords": [
2457
                "cabundle",
2458
                "cacert",
2459
                "certificate",
2460
                "ssl",
2461
                "tls"
2462
            ],
2463
            "time": "2018-03-29T19:57:20+00:00"
2464
        },
2465
        {
2466
            "name": "doctrine/instantiator",
2467
            "version": "1.0.5",
2468
            "source": {
2469
                "type": "git",
2470
                "url": "https://github.com/doctrine/instantiator.git",
2471
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2472
            },
2473
            "dist": {
2474
                "type": "zip",
2475
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2476
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2477
                "shasum": ""
2478
            },
2479
            "require": {
2480
                "php": ">=5.3,<8.0-DEV"
2481
            },
2482
            "require-dev": {
2483
                "athletic/athletic": "~0.1.8",
2484
                "ext-pdo": "*",
2485
                "ext-phar": "*",
2486
                "phpunit/phpunit": "~4.0",
2487
                "squizlabs/php_codesniffer": "~2.0"
2488
            },
2489
            "type": "library",
2490
            "extra": {
2491
                "branch-alias": {
2492
                    "dev-master": "1.0.x-dev"
2493
                }
2494
            },
2495
            "autoload": {
2496
                "psr-4": {
2497
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2498
                }
2499
            },
2500
            "notification-url": "https://packagist.org/downloads/",
2501
            "license": [
2502
                "MIT"
2503
            ],
2504
            "authors": [
2505
                {
2506
                    "name": "Marco Pivetta",
2507
                    "email": "[email protected]",
2508
                    "homepage": "http://ocramius.github.com/"
2509
                }
2510
            ],
2511
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2512
            "homepage": "https://github.com/doctrine/instantiator",
2513
            "keywords": [
2514
                "constructor",
2515
                "instantiate"
2516
            ],
2517
            "time": "2015-06-14T21:17:01+00:00"
2518
        },
2519
        {
2520
            "name": "fzaninotto/faker",
2521
            "version": "v1.8.0",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/fzaninotto/Faker.git",
2525
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
2530
                "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "php": "^5.3.3 || ^7.0"
2535
            },
2536
            "require-dev": {
2537
                "ext-intl": "*",
2538
                "phpunit/phpunit": "^4.8.35 || ^5.7",
2539
                "squizlabs/php_codesniffer": "^1.5"
2540
            },
2541
            "type": "library",
2542
            "extra": {
2543
                "branch-alias": {
2544
                    "dev-master": "1.8-dev"
2545
                }
2546
            },
2547
            "autoload": {
2548
                "psr-4": {
2549
                    "Faker\\": "src/Faker/"
2550
                }
2551
            },
2552
            "notification-url": "https://packagist.org/downloads/",
2553
            "license": [
2554
                "MIT"
2555
            ],
2556
            "authors": [
2557
                {
2558
                    "name": "François Zaninotto"
2559
                }
2560
            ],
2561
            "description": "Faker is a PHP library that generates fake data for you.",
2562
            "keywords": [
2563
                "data",
2564
                "faker",
2565
                "fixtures"
2566
            ],
2567
            "time": "2018-07-12T10:23:15+00:00"
2568
        },
2569
        {
2570
            "name": "guzzle/guzzle",
2571
            "version": "v3.8.1",
2572
            "source": {
2573
                "type": "git",
2574
                "url": "https://github.com/guzzle/guzzle.git",
2575
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
2576
            },
2577
            "dist": {
2578
                "type": "zip",
2579
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
2580
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
2581
                "shasum": ""
2582
            },
2583
            "require": {
2584
                "ext-curl": "*",
2585
                "php": ">=5.3.3",
2586
                "symfony/event-dispatcher": ">=2.1"
2587
            },
2588
            "replace": {
2589
                "guzzle/batch": "self.version",
2590
                "guzzle/cache": "self.version",
2591
                "guzzle/common": "self.version",
2592
                "guzzle/http": "self.version",
2593
                "guzzle/inflection": "self.version",
2594
                "guzzle/iterator": "self.version",
2595
                "guzzle/log": "self.version",
2596
                "guzzle/parser": "self.version",
2597
                "guzzle/plugin": "self.version",
2598
                "guzzle/plugin-async": "self.version",
2599
                "guzzle/plugin-backoff": "self.version",
2600
                "guzzle/plugin-cache": "self.version",
2601
                "guzzle/plugin-cookie": "self.version",
2602
                "guzzle/plugin-curlauth": "self.version",
2603
                "guzzle/plugin-error-response": "self.version",
2604
                "guzzle/plugin-history": "self.version",
2605
                "guzzle/plugin-log": "self.version",
2606
                "guzzle/plugin-md5": "self.version",
2607
                "guzzle/plugin-mock": "self.version",
2608
                "guzzle/plugin-oauth": "self.version",
2609
                "guzzle/service": "self.version",
2610
                "guzzle/stream": "self.version"
2611
            },
2612
            "require-dev": {
2613
                "doctrine/cache": "*",
2614
                "monolog/monolog": "1.*",
2615
                "phpunit/phpunit": "3.7.*",
2616
                "psr/log": "1.0.*",
2617
                "symfony/class-loader": "*",
2618
                "zendframework/zend-cache": "<2.3",
2619
                "zendframework/zend-log": "<2.3"
2620
            },
2621
            "type": "library",
2622
            "extra": {
2623
                "branch-alias": {
2624
                    "dev-master": "3.8-dev"
2625
                }
2626
            },
2627
            "autoload": {
2628
                "psr-0": {
2629
                    "Guzzle": "src/",
2630
                    "Guzzle\\Tests": "tests/"
2631
                }
2632
            },
2633
            "notification-url": "https://packagist.org/downloads/",
2634
            "license": [
2635
                "MIT"
2636
            ],
2637
            "authors": [
2638
                {
2639
                    "name": "Michael Dowling",
2640
                    "email": "[email protected]",
2641
                    "homepage": "https://github.com/mtdowling"
2642
                },
2643
                {
2644
                    "name": "Guzzle Community",
2645
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
2646
                }
2647
            ],
2648
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
2649
            "homepage": "http://guzzlephp.org/",
2650
            "keywords": [
2651
                "client",
2652
                "curl",
2653
                "framework",
2654
                "http",
2655
                "http client",
2656
                "rest",
2657
                "web service"
2658
            ],
2659
            "abandoned": "guzzlehttp/guzzle",
2660
            "time": "2014-01-28T22:29:15+00:00"
2661
        },
2662
        {
2663
            "name": "laracasts/testdummy",
2664
            "version": "2.3.2",
2665
            "source": {
2666
                "type": "git",
2667
                "url": "https://github.com/laracasts/TestDummy.git",
2668
                "reference": "ba986a66b6f4a1e149355357353af3072d5521ee"
2669
            },
2670
            "dist": {
2671
                "type": "zip",
2672
                "url": "https://api.github.com/repos/laracasts/TestDummy/zipball/ba986a66b6f4a1e149355357353af3072d5521ee",
2673
                "reference": "ba986a66b6f4a1e149355357353af3072d5521ee",
2674
                "shasum": ""
2675
            },
2676
            "require": {
2677
                "fzaninotto/faker": "~1.4",
2678
                "illuminate/support": "~4.0|~5.0",
2679
                "php": ">=5.4.0"
2680
            },
2681
            "require-dev": {
2682
                "illuminate/database": "~4.0|~5.0",
2683
                "phpspec/phpspec": "~2.0",
2684
                "phpunit/phpunit": "~4.7@dev"
2685
            },
2686
            "type": "library",
2687
            "autoload": {
2688
                "psr-4": {
2689
                    "Laracasts\\TestDummy\\": "src/"
2690
                },
2691
                "files": [
2692
                    "src/functions.php"
2693
                ]
2694
            },
2695
            "notification-url": "https://packagist.org/downloads/",
2696
            "license": [
2697
                "MIT"
2698
            ],
2699
            "authors": [
2700
                {
2701
                    "name": "Jeffrey Way",
2702
                    "email": "[email protected]"
2703
                }
2704
            ],
2705
            "description": "Easy test stubs",
2706
            "keywords": [
2707
                "factorygirl",
2708
                "laravel",
2709
                "stubs",
2710
                "testing"
2711
            ],
2712
            "time": "2015-04-27T15:56:12+00:00"
2713
        },
2714
        {
2715
            "name": "myclabs/deep-copy",
2716
            "version": "1.7.0",
2717
            "source": {
2718
                "type": "git",
2719
                "url": "https://github.com/myclabs/DeepCopy.git",
2720
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2721
            },
2722
            "dist": {
2723
                "type": "zip",
2724
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2725
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2726
                "shasum": ""
2727
            },
2728
            "require": {
2729
                "php": "^5.6 || ^7.0"
2730
            },
2731
            "require-dev": {
2732
                "doctrine/collections": "^1.0",
2733
                "doctrine/common": "^2.6",
2734
                "phpunit/phpunit": "^4.1"
2735
            },
2736
            "type": "library",
2737
            "autoload": {
2738
                "psr-4": {
2739
                    "DeepCopy\\": "src/DeepCopy/"
2740
                },
2741
                "files": [
2742
                    "src/DeepCopy/deep_copy.php"
2743
                ]
2744
            },
2745
            "notification-url": "https://packagist.org/downloads/",
2746
            "license": [
2747
                "MIT"
2748
            ],
2749
            "description": "Create deep copies (clones) of your objects",
2750
            "keywords": [
2751
                "clone",
2752
                "copy",
2753
                "duplicate",
2754
                "object",
2755
                "object graph"
2756
            ],
2757
            "time": "2017-10-19T19:58:43+00:00"
2758
        },
2759
        {
2760
            "name": "orchestra/database",
2761
            "version": "v3.3.6",
2762
            "source": {
2763
                "type": "git",
2764
                "url": "https://github.com/orchestral/database.git",
2765
                "reference": "f6b84efe22415e77af5b98701bd9d27b6ad10aec"
2766
            },
2767
            "dist": {
2768
                "type": "zip",
2769
                "url": "https://api.github.com/repos/orchestral/database/zipball/f6b84efe22415e77af5b98701bd9d27b6ad10aec",
2770
                "reference": "f6b84efe22415e77af5b98701bd9d27b6ad10aec",
2771
                "shasum": ""
2772
            },
2773
            "require": {
2774
                "illuminate/contracts": "~5.3.0",
2775
                "illuminate/database": "~5.3.0",
2776
                "php": ">=5.6.0"
2777
            },
2778
            "type": "library",
2779
            "extra": {
2780
                "branch-alias": {
2781
                    "dev-master": "3.3-dev"
2782
                }
2783
            },
2784
            "autoload": {
2785
                "psr-4": {
2786
                    "Orchestra\\Database\\": ""
2787
                }
2788
            },
2789
            "notification-url": "https://packagist.org/downloads/",
2790
            "license": [
2791
                "MIT"
2792
            ],
2793
            "authors": [
2794
                {
2795
                    "name": "Mior Muhammad Zaki",
2796
                    "email": "[email protected]",
2797
                    "homepage": "https://github.com/crynobone"
2798
                },
2799
                {
2800
                    "name": "Taylor Otwell",
2801
                    "email": "[email protected]",
2802
                    "homepage": "https://github.com/taylorotwell"
2803
                }
2804
            ],
2805
            "description": "Database Component for Orchestra Platform",
2806
            "keywords": [
2807
                "database",
2808
                "orchestra-platform",
2809
                "orchestral"
2810
            ],
2811
            "time": "2017-02-08T02:33:45+00:00"
2812
        },
2813
        {
2814
            "name": "orchestra/testbench",
2815
            "version": "v3.3.7",
2816
            "source": {
2817
                "type": "git",
2818
                "url": "https://github.com/orchestral/testbench.git",
2819
                "reference": "260ff3584b401200bb85b3976bb1dc138d362d05"
2820
            },
2821
            "dist": {
2822
                "type": "zip",
2823
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/260ff3584b401200bb85b3976bb1dc138d362d05",
2824
                "reference": "260ff3584b401200bb85b3976bb1dc138d362d05",
2825
                "shasum": ""
2826
            },
2827
            "require": {
2828
                "fzaninotto/faker": "~1.4",
2829
                "laravel/framework": "~5.3.29",
2830
                "orchestra/database": "~3.3.6",
2831
                "php": ">=5.6.0",
2832
                "symfony/css-selector": "3.1.*",
2833
                "symfony/dom-crawler": "3.1.*"
2834
            },
2835
            "require-dev": {
2836
                "mockery/mockery": "^0.9.4",
2837
                "phpunit/phpunit": "~4.8 || ~5.0"
2838
            },
2839
            "suggest": {
2840
                "phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package (~4.0|~5.0)."
2841
            },
2842
            "type": "library",
2843
            "extra": {
2844
                "branch-alias": {
2845
                    "dev-master": "3.3-dev"
2846
                }
2847
            },
2848
            "autoload": {
2849
                "psr-4": {
2850
                    "Orchestra\\Testbench\\": "src/"
2851
                }
2852
            },
2853
            "notification-url": "https://packagist.org/downloads/",
2854
            "license": [
2855
                "MIT"
2856
            ],
2857
            "authors": [
2858
                {
2859
                    "name": "Mior Muhammad Zaki",
2860
                    "email": "[email protected]",
2861
                    "homepage": "https://github.com/crynobone"
2862
                }
2863
            ],
2864
            "description": "Laravel Testing Helper for Packages Development",
2865
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2866
            "keywords": [
2867
                "BDD",
2868
                "TDD",
2869
                "laravel",
2870
                "orchestra-platform",
2871
                "orchestral",
2872
                "testing"
2873
            ],
2874
            "time": "2017-03-10T06:55:12+00:00"
2875
        },
2876
        {
2877
            "name": "padraic/humbug_get_contents",
2878
            "version": "1.1.2",
2879
            "source": {
2880
                "type": "git",
2881
                "url": "https://github.com/humbug/file_get_contents.git",
2882
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7"
2883
            },
2884
            "dist": {
2885
                "type": "zip",
2886
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7",
2887
                "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7",
2888
                "shasum": ""
2889
            },
2890
            "require": {
2891
                "composer/ca-bundle": "^1.0",
2892
                "ext-openssl": "*",
2893
                "php": "^5.3 || ^7.0 || ^7.1 || ^7.2"
2894
            },
2895
            "require-dev": {
2896
                "bamarni/composer-bin-plugin": "^1.1",
2897
                "mikey179/vfsstream": "^1.6",
2898
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
2899
            },
2900
            "type": "library",
2901
            "extra": {
2902
                "bamarni-bin": {
2903
                    "bin-links": false
2904
                },
2905
                "branch-alias": {
2906
                    "dev-master": "2.0-dev"
2907
                }
2908
            },
2909
            "autoload": {
2910
                "psr-4": {
2911
                    "Humbug\\": "src/"
2912
                },
2913
                "files": [
2914
                    "src/function.php",
2915
                    "src/functions.php"
2916
                ]
2917
            },
2918
            "notification-url": "https://packagist.org/downloads/",
2919
            "license": [
2920
                "BSD-3-Clause"
2921
            ],
2922
            "authors": [
2923
                {
2924
                    "name": "Pádraic Brady",
2925
                    "email": "[email protected]",
2926
                    "homepage": "http://blog.astrumfutura.com"
2927
                },
2928
                {
2929
                    "name": "Théo Fidry",
2930
                    "email": "[email protected]"
2931
                }
2932
            ],
2933
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
2934
            "homepage": "https://github.com/padraic/file_get_contents",
2935
            "keywords": [
2936
                "download",
2937
                "file_get_contents",
2938
                "http",
2939
                "https",
2940
                "ssl",
2941
                "tls"
2942
            ],
2943
            "time": "2018-02-12T18:47:17+00:00"
2944
        },
2945
        {
2946
            "name": "padraic/phar-updater",
2947
            "version": "v1.0.6",
2948
            "source": {
2949
                "type": "git",
2950
                "url": "https://github.com/humbug/phar-updater.git",
2951
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1"
2952
            },
2953
            "dist": {
2954
                "type": "zip",
2955
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
2956
                "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1",
2957
                "shasum": ""
2958
            },
2959
            "require": {
2960
                "padraic/humbug_get_contents": "^1.0",
2961
                "php": ">=5.3.3"
2962
            },
2963
            "require-dev": {
2964
                "phpunit/phpunit": "~4.0"
2965
            },
2966
            "type": "library",
2967
            "extra": {
2968
                "branch-alias": {
2969
                    "dev-master": "1.0-dev"
2970
                }
2971
            },
2972
            "autoload": {
2973
                "psr-4": {
2974
                    "Humbug\\SelfUpdate\\": "src/"
2975
                }
2976
            },
2977
            "notification-url": "https://packagist.org/downloads/",
2978
            "license": [
2979
                "BSD-3-Clause"
2980
            ],
2981
            "authors": [
2982
                {
2983
                    "name": "Pádraic Brady",
2984
                    "email": "[email protected]",
2985
                    "homepage": "http://blog.astrumfutura.com"
2986
                }
2987
            ],
2988
            "description": "A thing to make PHAR self-updating easy and secure.",
2989
            "keywords": [
2990
                "humbug",
2991
                "phar",
2992
                "self-update",
2993
                "update"
2994
            ],
2995
            "time": "2018-03-30T12:52:15+00:00"
2996
        },
2997
        {
2998
            "name": "phpdocumentor/reflection-common",
2999
            "version": "1.0.1",
3000
            "source": {
3001
                "type": "git",
3002
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3003
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3004
            },
3005
            "dist": {
3006
                "type": "zip",
3007
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3008
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3009
                "shasum": ""
3010
            },
3011
            "require": {
3012
                "php": ">=5.5"
3013
            },
3014
            "require-dev": {
3015
                "phpunit/phpunit": "^4.6"
3016
            },
3017
            "type": "library",
3018
            "extra": {
3019
                "branch-alias": {
3020
                    "dev-master": "1.0.x-dev"
3021
                }
3022
            },
3023
            "autoload": {
3024
                "psr-4": {
3025
                    "phpDocumentor\\Reflection\\": [
3026
                        "src"
3027
                    ]
3028
                }
3029
            },
3030
            "notification-url": "https://packagist.org/downloads/",
3031
            "license": [
3032
                "MIT"
3033
            ],
3034
            "authors": [
3035
                {
3036
                    "name": "Jaap van Otterdijk",
3037
                    "email": "[email protected]"
3038
                }
3039
            ],
3040
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3041
            "homepage": "http://www.phpdoc.org",
3042
            "keywords": [
3043
                "FQSEN",
3044
                "phpDocumentor",
3045
                "phpdoc",
3046
                "reflection",
3047
                "static analysis"
3048
            ],
3049
            "time": "2017-09-11T18:02:19+00:00"
3050
        },
3051
        {
3052
            "name": "phpdocumentor/reflection-docblock",
3053
            "version": "3.3.2",
3054
            "source": {
3055
                "type": "git",
3056
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3057
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
3058
            },
3059
            "dist": {
3060
                "type": "zip",
3061
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
3062
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
3063
                "shasum": ""
3064
            },
3065
            "require": {
3066
                "php": "^5.6 || ^7.0",
3067
                "phpdocumentor/reflection-common": "^1.0.0",
3068
                "phpdocumentor/type-resolver": "^0.4.0",
3069
                "webmozart/assert": "^1.0"
3070
            },
3071
            "require-dev": {
3072
                "mockery/mockery": "^0.9.4",
3073
                "phpunit/phpunit": "^4.4"
3074
            },
3075
            "type": "library",
3076
            "autoload": {
3077
                "psr-4": {
3078
                    "phpDocumentor\\Reflection\\": [
3079
                        "src/"
3080
                    ]
3081
                }
3082
            },
3083
            "notification-url": "https://packagist.org/downloads/",
3084
            "license": [
3085
                "MIT"
3086
            ],
3087
            "authors": [
3088
                {
3089
                    "name": "Mike van Riel",
3090
                    "email": "[email protected]"
3091
                }
3092
            ],
3093
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3094
            "time": "2017-11-10T14:09:06+00:00"
3095
        },
3096
        {
3097
            "name": "phpdocumentor/type-resolver",
3098
            "version": "0.4.0",
3099
            "source": {
3100
                "type": "git",
3101
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
3102
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3103
            },
3104
            "dist": {
3105
                "type": "zip",
3106
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3107
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3108
                "shasum": ""
3109
            },
3110
            "require": {
3111
                "php": "^5.5 || ^7.0",
3112
                "phpdocumentor/reflection-common": "^1.0"
3113
            },
3114
            "require-dev": {
3115
                "mockery/mockery": "^0.9.4",
3116
                "phpunit/phpunit": "^5.2||^4.8.24"
3117
            },
3118
            "type": "library",
3119
            "extra": {
3120
                "branch-alias": {
3121
                    "dev-master": "1.0.x-dev"
3122
                }
3123
            },
3124
            "autoload": {
3125
                "psr-4": {
3126
                    "phpDocumentor\\Reflection\\": [
3127
                        "src/"
3128
                    ]
3129
                }
3130
            },
3131
            "notification-url": "https://packagist.org/downloads/",
3132
            "license": [
3133
                "MIT"
3134
            ],
3135
            "authors": [
3136
                {
3137
                    "name": "Mike van Riel",
3138
                    "email": "[email protected]"
3139
                }
3140
            ],
3141
            "time": "2017-07-14T14:27:02+00:00"
3142
        },
3143
        {
3144
            "name": "phpspec/php-diff",
3145
            "version": "v1.0.2",
3146
            "source": {
3147
                "type": "git",
3148
                "url": "https://github.com/phpspec/php-diff.git",
3149
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
3150
            },
3151
            "dist": {
3152
                "type": "zip",
3153
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
3154
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
3155
                "shasum": ""
3156
            },
3157
            "type": "library",
3158
            "autoload": {
3159
                "psr-0": {
3160
                    "Diff": "lib/"
3161
                }
3162
            },
3163
            "notification-url": "https://packagist.org/downloads/",
3164
            "license": [
3165
                "BSD-3-Clause"
3166
            ],
3167
            "authors": [
3168
                {
3169
                    "name": "Chris Boulton",
3170
                    "homepage": "http://github.com/chrisboulton"
3171
                }
3172
            ],
3173
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
3174
            "time": "2013-11-01T13:02:21+00:00"
3175
        },
3176
        {
3177
            "name": "phpspec/phpspec",
3178
            "version": "2.5.8",
3179
            "source": {
3180
                "type": "git",
3181
                "url": "https://github.com/phpspec/phpspec.git",
3182
                "reference": "d8a153dcb52f929b448c0bf2cc19c7388951adb1"
3183
            },
3184
            "dist": {
3185
                "type": "zip",
3186
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/d8a153dcb52f929b448c0bf2cc19c7388951adb1",
3187
                "reference": "d8a153dcb52f929b448c0bf2cc19c7388951adb1",
3188
                "shasum": ""
3189
            },
3190
            "require": {
3191
                "doctrine/instantiator": "^1.0.1",
3192
                "ext-tokenizer": "*",
3193
                "php": ">=5.3.3",
3194
                "phpspec/php-diff": "~1.0.0",
3195
                "phpspec/prophecy": "~1.4",
3196
                "sebastian/exporter": "~1.0|~2.0|^3.0",
3197
                "symfony/console": "~2.3|~3.0,!=3.2.8",
3198
                "symfony/event-dispatcher": "~2.1|~3.0",
3199
                "symfony/finder": "~2.1|~3.0",
3200
                "symfony/process": "^2.6|~3.0",
3201
                "symfony/yaml": "~2.1|~3.0"
3202
            },
3203
            "require-dev": {
3204
                "behat/behat": "^3.0.11,!=3.3.1",
3205
                "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
3206
                "phpunit/phpunit": "~4.4",
3207
                "symfony/filesystem": "~2.1|~3.0"
3208
            },
3209
            "suggest": {
3210
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
3211
            },
3212
            "bin": [
3213
                "bin/phpspec"
3214
            ],
3215
            "type": "library",
3216
            "extra": {
3217
                "branch-alias": {
3218
                    "dev-master": "2.5.x-dev"
3219
                }
3220
            },
3221
            "autoload": {
3222
                "psr-0": {
3223
                    "PhpSpec": "src/"
3224
                }
3225
            },
3226
            "notification-url": "https://packagist.org/downloads/",
3227
            "license": [
3228
                "MIT"
3229
            ],
3230
            "authors": [
3231
                {
3232
                    "name": "Konstantin Kudryashov",
3233
                    "email": "[email protected]",
3234
                    "homepage": "http://everzet.com"
3235
                },
3236
                {
3237
                    "name": "Marcello Duarte",
3238
                    "homepage": "http://marcelloduarte.net/"
3239
                }
3240
            ],
3241
            "description": "Specification-oriented BDD framework for PHP 5.3+",
3242
            "homepage": "http://phpspec.net/",
3243
            "keywords": [
3244
                "BDD",
3245
                "SpecBDD",
3246
                "TDD",
3247
                "spec",
3248
                "specification",
3249
                "testing",
3250
                "tests"
3251
            ],
3252
            "time": "2017-07-29T17:19:38+00:00"
3253
        },
3254
        {
3255
            "name": "phpspec/prophecy",
3256
            "version": "1.7.6",
3257
            "source": {
3258
                "type": "git",
3259
                "url": "https://github.com/phpspec/prophecy.git",
3260
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
3261
            },
3262
            "dist": {
3263
                "type": "zip",
3264
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3265
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
3266
                "shasum": ""
3267
            },
3268
            "require": {
3269
                "doctrine/instantiator": "^1.0.2",
3270
                "php": "^5.3|^7.0",
3271
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3272
                "sebastian/comparator": "^1.1|^2.0|^3.0",
3273
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3274
            },
3275
            "require-dev": {
3276
                "phpspec/phpspec": "^2.5|^3.2",
3277
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
3278
            },
3279
            "type": "library",
3280
            "extra": {
3281
                "branch-alias": {
3282
                    "dev-master": "1.7.x-dev"
3283
                }
3284
            },
3285
            "autoload": {
3286
                "psr-0": {
3287
                    "Prophecy\\": "src/"
3288
                }
3289
            },
3290
            "notification-url": "https://packagist.org/downloads/",
3291
            "license": [
3292
                "MIT"
3293
            ],
3294
            "authors": [
3295
                {
3296
                    "name": "Konstantin Kudryashov",
3297
                    "email": "[email protected]",
3298
                    "homepage": "http://everzet.com"
3299
                },
3300
                {
3301
                    "name": "Marcello Duarte",
3302
                    "email": "[email protected]"
3303
                }
3304
            ],
3305
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3306
            "homepage": "https://github.com/phpspec/prophecy",
3307
            "keywords": [
3308
                "Double",
3309
                "Dummy",
3310
                "fake",
3311
                "mock",
3312
                "spy",
3313
                "stub"
3314
            ],
3315
            "time": "2018-04-18T13:57:24+00:00"
3316
        },
3317
        {
3318
            "name": "phpunit/php-code-coverage",
3319
            "version": "4.0.8",
3320
            "source": {
3321
                "type": "git",
3322
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3323
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
3324
            },
3325
            "dist": {
3326
                "type": "zip",
3327
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3328
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
3329
                "shasum": ""
3330
            },
3331
            "require": {
3332
                "ext-dom": "*",
3333
                "ext-xmlwriter": "*",
3334
                "php": "^5.6 || ^7.0",
3335
                "phpunit/php-file-iterator": "^1.3",
3336
                "phpunit/php-text-template": "^1.2",
3337
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
3338
                "sebastian/code-unit-reverse-lookup": "^1.0",
3339
                "sebastian/environment": "^1.3.2 || ^2.0",
3340
                "sebastian/version": "^1.0 || ^2.0"
3341
            },
3342
            "require-dev": {
3343
                "ext-xdebug": "^2.1.4",
3344
                "phpunit/phpunit": "^5.7"
3345
            },
3346
            "suggest": {
3347
                "ext-xdebug": "^2.5.1"
3348
            },
3349
            "type": "library",
3350
            "extra": {
3351
                "branch-alias": {
3352
                    "dev-master": "4.0.x-dev"
3353
                }
3354
            },
3355
            "autoload": {
3356
                "classmap": [
3357
                    "src/"
3358
                ]
3359
            },
3360
            "notification-url": "https://packagist.org/downloads/",
3361
            "license": [
3362
                "BSD-3-Clause"
3363
            ],
3364
            "authors": [
3365
                {
3366
                    "name": "Sebastian Bergmann",
3367
                    "email": "[email protected]",
3368
                    "role": "lead"
3369
                }
3370
            ],
3371
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3372
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3373
            "keywords": [
3374
                "coverage",
3375
                "testing",
3376
                "xunit"
3377
            ],
3378
            "time": "2017-04-02T07:44:40+00:00"
3379
        },
3380
        {
3381
            "name": "phpunit/php-file-iterator",
3382
            "version": "1.4.5",
3383
            "source": {
3384
                "type": "git",
3385
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3386
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
3387
            },
3388
            "dist": {
3389
                "type": "zip",
3390
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
3391
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
3392
                "shasum": ""
3393
            },
3394
            "require": {
3395
                "php": ">=5.3.3"
3396
            },
3397
            "type": "library",
3398
            "extra": {
3399
                "branch-alias": {
3400
                    "dev-master": "1.4.x-dev"
3401
                }
3402
            },
3403
            "autoload": {
3404
                "classmap": [
3405
                    "src/"
3406
                ]
3407
            },
3408
            "notification-url": "https://packagist.org/downloads/",
3409
            "license": [
3410
                "BSD-3-Clause"
3411
            ],
3412
            "authors": [
3413
                {
3414
                    "name": "Sebastian Bergmann",
3415
                    "email": "[email protected]",
3416
                    "role": "lead"
3417
                }
3418
            ],
3419
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3420
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3421
            "keywords": [
3422
                "filesystem",
3423
                "iterator"
3424
            ],
3425
            "time": "2017-11-27T13:52:08+00:00"
3426
        },
3427
        {
3428
            "name": "phpunit/php-text-template",
3429
            "version": "1.2.1",
3430
            "source": {
3431
                "type": "git",
3432
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3433
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3434
            },
3435
            "dist": {
3436
                "type": "zip",
3437
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3438
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3439
                "shasum": ""
3440
            },
3441
            "require": {
3442
                "php": ">=5.3.3"
3443
            },
3444
            "type": "library",
3445
            "autoload": {
3446
                "classmap": [
3447
                    "src/"
3448
                ]
3449
            },
3450
            "notification-url": "https://packagist.org/downloads/",
3451
            "license": [
3452
                "BSD-3-Clause"
3453
            ],
3454
            "authors": [
3455
                {
3456
                    "name": "Sebastian Bergmann",
3457
                    "email": "[email protected]",
3458
                    "role": "lead"
3459
                }
3460
            ],
3461
            "description": "Simple template engine.",
3462
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3463
            "keywords": [
3464
                "template"
3465
            ],
3466
            "time": "2015-06-21T13:50:34+00:00"
3467
        },
3468
        {
3469
            "name": "phpunit/php-timer",
3470
            "version": "1.0.9",
3471
            "source": {
3472
                "type": "git",
3473
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3474
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
3475
            },
3476
            "dist": {
3477
                "type": "zip",
3478
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3479
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
3480
                "shasum": ""
3481
            },
3482
            "require": {
3483
                "php": "^5.3.3 || ^7.0"
3484
            },
3485
            "require-dev": {
3486
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3487
            },
3488
            "type": "library",
3489
            "extra": {
3490
                "branch-alias": {
3491
                    "dev-master": "1.0-dev"
3492
                }
3493
            },
3494
            "autoload": {
3495
                "classmap": [
3496
                    "src/"
3497
                ]
3498
            },
3499
            "notification-url": "https://packagist.org/downloads/",
3500
            "license": [
3501
                "BSD-3-Clause"
3502
            ],
3503
            "authors": [
3504
                {
3505
                    "name": "Sebastian Bergmann",
3506
                    "email": "[email protected]",
3507
                    "role": "lead"
3508
                }
3509
            ],
3510
            "description": "Utility class for timing",
3511
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3512
            "keywords": [
3513
                "timer"
3514
            ],
3515
            "time": "2017-02-26T11:10:40+00:00"
3516
        },
3517
        {
3518
            "name": "phpunit/php-token-stream",
3519
            "version": "1.4.12",
3520
            "source": {
3521
                "type": "git",
3522
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3523
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
3524
            },
3525
            "dist": {
3526
                "type": "zip",
3527
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
3528
                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
3529
                "shasum": ""
3530
            },
3531
            "require": {
3532
                "ext-tokenizer": "*",
3533
                "php": ">=5.3.3"
3534
            },
3535
            "require-dev": {
3536
                "phpunit/phpunit": "~4.2"
3537
            },
3538
            "type": "library",
3539
            "extra": {
3540
                "branch-alias": {
3541
                    "dev-master": "1.4-dev"
3542
                }
3543
            },
3544
            "autoload": {
3545
                "classmap": [
3546
                    "src/"
3547
                ]
3548
            },
3549
            "notification-url": "https://packagist.org/downloads/",
3550
            "license": [
3551
                "BSD-3-Clause"
3552
            ],
3553
            "authors": [
3554
                {
3555
                    "name": "Sebastian Bergmann",
3556
                    "email": "[email protected]"
3557
                }
3558
            ],
3559
            "description": "Wrapper around PHP's tokenizer extension.",
3560
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3561
            "keywords": [
3562
                "tokenizer"
3563
            ],
3564
            "time": "2017-12-04T08:55:13+00:00"
3565
        },
3566
        {
3567
            "name": "phpunit/phpunit",
3568
            "version": "5.7.27",
3569
            "source": {
3570
                "type": "git",
3571
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3572
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
3573
            },
3574
            "dist": {
3575
                "type": "zip",
3576
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
3577
                "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
3578
                "shasum": ""
3579
            },
3580
            "require": {
3581
                "ext-dom": "*",
3582
                "ext-json": "*",
3583
                "ext-libxml": "*",
3584
                "ext-mbstring": "*",
3585
                "ext-xml": "*",
3586
                "myclabs/deep-copy": "~1.3",
3587
                "php": "^5.6 || ^7.0",
3588
                "phpspec/prophecy": "^1.6.2",
3589
                "phpunit/php-code-coverage": "^4.0.4",
3590
                "phpunit/php-file-iterator": "~1.4",
3591
                "phpunit/php-text-template": "~1.2",
3592
                "phpunit/php-timer": "^1.0.6",
3593
                "phpunit/phpunit-mock-objects": "^3.2",
3594
                "sebastian/comparator": "^1.2.4",
3595
                "sebastian/diff": "^1.4.3",
3596
                "sebastian/environment": "^1.3.4 || ^2.0",
3597
                "sebastian/exporter": "~2.0",
3598
                "sebastian/global-state": "^1.1",
3599
                "sebastian/object-enumerator": "~2.0",
3600
                "sebastian/resource-operations": "~1.0",
3601
                "sebastian/version": "^1.0.6|^2.0.1",
3602
                "symfony/yaml": "~2.1|~3.0|~4.0"
3603
            },
3604
            "conflict": {
3605
                "phpdocumentor/reflection-docblock": "3.0.2"
3606
            },
3607
            "require-dev": {
3608
                "ext-pdo": "*"
3609
            },
3610
            "suggest": {
3611
                "ext-xdebug": "*",
3612
                "phpunit/php-invoker": "~1.1"
3613
            },
3614
            "bin": [
3615
                "phpunit"
3616
            ],
3617
            "type": "library",
3618
            "extra": {
3619
                "branch-alias": {
3620
                    "dev-master": "5.7.x-dev"
3621
                }
3622
            },
3623
            "autoload": {
3624
                "classmap": [
3625
                    "src/"
3626
                ]
3627
            },
3628
            "notification-url": "https://packagist.org/downloads/",
3629
            "license": [
3630
                "BSD-3-Clause"
3631
            ],
3632
            "authors": [
3633
                {
3634
                    "name": "Sebastian Bergmann",
3635
                    "email": "[email protected]",
3636
                    "role": "lead"
3637
                }
3638
            ],
3639
            "description": "The PHP Unit Testing framework.",
3640
            "homepage": "https://phpunit.de/",
3641
            "keywords": [
3642
                "phpunit",
3643
                "testing",
3644
                "xunit"
3645
            ],
3646
            "time": "2018-02-01T05:50:59+00:00"
3647
        },
3648
        {
3649
            "name": "phpunit/phpunit-mock-objects",
3650
            "version": "3.4.4",
3651
            "source": {
3652
                "type": "git",
3653
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3654
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
3655
            },
3656
            "dist": {
3657
                "type": "zip",
3658
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
3659
                "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
3660
                "shasum": ""
3661
            },
3662
            "require": {
3663
                "doctrine/instantiator": "^1.0.2",
3664
                "php": "^5.6 || ^7.0",
3665
                "phpunit/php-text-template": "^1.2",
3666
                "sebastian/exporter": "^1.2 || ^2.0"
3667
            },
3668
            "conflict": {
3669
                "phpunit/phpunit": "<5.4.0"
3670
            },
3671
            "require-dev": {
3672
                "phpunit/phpunit": "^5.4"
3673
            },
3674
            "suggest": {
3675
                "ext-soap": "*"
3676
            },
3677
            "type": "library",
3678
            "extra": {
3679
                "branch-alias": {
3680
                    "dev-master": "3.2.x-dev"
3681
                }
3682
            },
3683
            "autoload": {
3684
                "classmap": [
3685
                    "src/"
3686
                ]
3687
            },
3688
            "notification-url": "https://packagist.org/downloads/",
3689
            "license": [
3690
                "BSD-3-Clause"
3691
            ],
3692
            "authors": [
3693
                {
3694
                    "name": "Sebastian Bergmann",
3695
                    "email": "[email protected]",
3696
                    "role": "lead"
3697
                }
3698
            ],
3699
            "description": "Mock Object library for PHPUnit",
3700
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3701
            "keywords": [
3702
                "mock",
3703
                "xunit"
3704
            ],
3705
            "time": "2017-06-30T09:13:00+00:00"
3706
        },
3707
        {
3708
            "name": "satooshi/php-coveralls",
3709
            "version": "v1.1.0",
3710
            "source": {
3711
                "type": "git",
3712
                "url": "https://github.com/php-coveralls/php-coveralls.git",
3713
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad"
3714
            },
3715
            "dist": {
3716
                "type": "zip",
3717
                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
3718
                "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
3719
                "shasum": ""
3720
            },
3721
            "require": {
3722
                "ext-json": "*",
3723
                "ext-simplexml": "*",
3724
                "guzzle/guzzle": "^2.8 || ^3.0",
3725
                "php": "^5.3.3 || ^7.0",
3726
                "psr/log": "^1.0",
3727
                "symfony/config": "^2.1 || ^3.0 || ^4.0",
3728
                "symfony/console": "^2.1 || ^3.0 || ^4.0",
3729
                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
3730
                "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
3731
            },
3732
            "require-dev": {
3733
                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
3734
            },
3735
            "suggest": {
3736
                "symfony/http-kernel": "Allows Symfony integration"
3737
            },
3738
            "bin": [
3739
                "bin/coveralls"
3740
            ],
3741
            "type": "library",
3742
            "autoload": {
3743
                "psr-4": {
3744
                    "Satooshi\\": "src/Satooshi/"
3745
                }
3746
            },
3747
            "notification-url": "https://packagist.org/downloads/",
3748
            "license": [
3749
                "MIT"
3750
            ],
3751
            "authors": [
3752
                {
3753
                    "name": "Kitamura Satoshi",
3754
                    "email": "[email protected]",
3755
                    "homepage": "https://www.facebook.com/satooshi.jp"
3756
                }
3757
            ],
3758
            "description": "PHP client library for Coveralls API",
3759
            "homepage": "https://github.com/php-coveralls/php-coveralls",
3760
            "keywords": [
3761
                "ci",
3762
                "coverage",
3763
                "github",
3764
                "test"
3765
            ],
3766
            "abandoned": "php-coveralls/php-coveralls",
3767
            "time": "2017-12-06T23:17:56+00:00"
3768
        },
3769
        {
3770
            "name": "sebastian/code-unit-reverse-lookup",
3771
            "version": "1.0.1",
3772
            "source": {
3773
                "type": "git",
3774
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3775
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3776
            },
3777
            "dist": {
3778
                "type": "zip",
3779
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3780
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3781
                "shasum": ""
3782
            },
3783
            "require": {
3784
                "php": "^5.6 || ^7.0"
3785
            },
3786
            "require-dev": {
3787
                "phpunit/phpunit": "^5.7 || ^6.0"
3788
            },
3789
            "type": "library",
3790
            "extra": {
3791
                "branch-alias": {
3792
                    "dev-master": "1.0.x-dev"
3793
                }
3794
            },
3795
            "autoload": {
3796
                "classmap": [
3797
                    "src/"
3798
                ]
3799
            },
3800
            "notification-url": "https://packagist.org/downloads/",
3801
            "license": [
3802
                "BSD-3-Clause"
3803
            ],
3804
            "authors": [
3805
                {
3806
                    "name": "Sebastian Bergmann",
3807
                    "email": "[email protected]"
3808
                }
3809
            ],
3810
            "description": "Looks up which function or method a line of code belongs to",
3811
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3812
            "time": "2017-03-04T06:30:41+00:00"
3813
        },
3814
        {
3815
            "name": "sebastian/comparator",
3816
            "version": "1.2.4",
3817
            "source": {
3818
                "type": "git",
3819
                "url": "https://github.com/sebastianbergmann/comparator.git",
3820
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
3821
            },
3822
            "dist": {
3823
                "type": "zip",
3824
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3825
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
3826
                "shasum": ""
3827
            },
3828
            "require": {
3829
                "php": ">=5.3.3",
3830
                "sebastian/diff": "~1.2",
3831
                "sebastian/exporter": "~1.2 || ~2.0"
3832
            },
3833
            "require-dev": {
3834
                "phpunit/phpunit": "~4.4"
3835
            },
3836
            "type": "library",
3837
            "extra": {
3838
                "branch-alias": {
3839
                    "dev-master": "1.2.x-dev"
3840
                }
3841
            },
3842
            "autoload": {
3843
                "classmap": [
3844
                    "src/"
3845
                ]
3846
            },
3847
            "notification-url": "https://packagist.org/downloads/",
3848
            "license": [
3849
                "BSD-3-Clause"
3850
            ],
3851
            "authors": [
3852
                {
3853
                    "name": "Jeff Welch",
3854
                    "email": "[email protected]"
3855
                },
3856
                {
3857
                    "name": "Volker Dusch",
3858
                    "email": "[email protected]"
3859
                },
3860
                {
3861
                    "name": "Bernhard Schussek",
3862
                    "email": "[email protected]"
3863
                },
3864
                {
3865
                    "name": "Sebastian Bergmann",
3866
                    "email": "[email protected]"
3867
                }
3868
            ],
3869
            "description": "Provides the functionality to compare PHP values for equality",
3870
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3871
            "keywords": [
3872
                "comparator",
3873
                "compare",
3874
                "equality"
3875
            ],
3876
            "time": "2017-01-29T09:50:25+00:00"
3877
        },
3878
        {
3879
            "name": "sebastian/diff",
3880
            "version": "1.4.3",
3881
            "source": {
3882
                "type": "git",
3883
                "url": "https://github.com/sebastianbergmann/diff.git",
3884
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
3885
            },
3886
            "dist": {
3887
                "type": "zip",
3888
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3889
                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
3890
                "shasum": ""
3891
            },
3892
            "require": {
3893
                "php": "^5.3.3 || ^7.0"
3894
            },
3895
            "require-dev": {
3896
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3897
            },
3898
            "type": "library",
3899
            "extra": {
3900
                "branch-alias": {
3901
                    "dev-master": "1.4-dev"
3902
                }
3903
            },
3904
            "autoload": {
3905
                "classmap": [
3906
                    "src/"
3907
                ]
3908
            },
3909
            "notification-url": "https://packagist.org/downloads/",
3910
            "license": [
3911
                "BSD-3-Clause"
3912
            ],
3913
            "authors": [
3914
                {
3915
                    "name": "Kore Nordmann",
3916
                    "email": "[email protected]"
3917
                },
3918
                {
3919
                    "name": "Sebastian Bergmann",
3920
                    "email": "[email protected]"
3921
                }
3922
            ],
3923
            "description": "Diff implementation",
3924
            "homepage": "https://github.com/sebastianbergmann/diff",
3925
            "keywords": [
3926
                "diff"
3927
            ],
3928
            "time": "2017-05-22T07:24:03+00:00"
3929
        },
3930
        {
3931
            "name": "sebastian/environment",
3932
            "version": "2.0.0",
3933
            "source": {
3934
                "type": "git",
3935
                "url": "https://github.com/sebastianbergmann/environment.git",
3936
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
3937
            },
3938
            "dist": {
3939
                "type": "zip",
3940
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3941
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
3942
                "shasum": ""
3943
            },
3944
            "require": {
3945
                "php": "^5.6 || ^7.0"
3946
            },
3947
            "require-dev": {
3948
                "phpunit/phpunit": "^5.0"
3949
            },
3950
            "type": "library",
3951
            "extra": {
3952
                "branch-alias": {
3953
                    "dev-master": "2.0.x-dev"
3954
                }
3955
            },
3956
            "autoload": {
3957
                "classmap": [
3958
                    "src/"
3959
                ]
3960
            },
3961
            "notification-url": "https://packagist.org/downloads/",
3962
            "license": [
3963
                "BSD-3-Clause"
3964
            ],
3965
            "authors": [
3966
                {
3967
                    "name": "Sebastian Bergmann",
3968
                    "email": "[email protected]"
3969
                }
3970
            ],
3971
            "description": "Provides functionality to handle HHVM/PHP environments",
3972
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3973
            "keywords": [
3974
                "Xdebug",
3975
                "environment",
3976
                "hhvm"
3977
            ],
3978
            "time": "2016-11-26T07:53:53+00:00"
3979
        },
3980
        {
3981
            "name": "sebastian/exporter",
3982
            "version": "2.0.0",
3983
            "source": {
3984
                "type": "git",
3985
                "url": "https://github.com/sebastianbergmann/exporter.git",
3986
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
3987
            },
3988
            "dist": {
3989
                "type": "zip",
3990
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3991
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
3992
                "shasum": ""
3993
            },
3994
            "require": {
3995
                "php": ">=5.3.3",
3996
                "sebastian/recursion-context": "~2.0"
3997
            },
3998
            "require-dev": {
3999
                "ext-mbstring": "*",
4000
                "phpunit/phpunit": "~4.4"
4001
            },
4002
            "type": "library",
4003
            "extra": {
4004
                "branch-alias": {
4005
                    "dev-master": "2.0.x-dev"
4006
                }
4007
            },
4008
            "autoload": {
4009
                "classmap": [
4010
                    "src/"
4011
                ]
4012
            },
4013
            "notification-url": "https://packagist.org/downloads/",
4014
            "license": [
4015
                "BSD-3-Clause"
4016
            ],
4017
            "authors": [
4018
                {
4019
                    "name": "Jeff Welch",
4020
                    "email": "[email protected]"
4021
                },
4022
                {
4023
                    "name": "Volker Dusch",
4024
                    "email": "[email protected]"
4025
                },
4026
                {
4027
                    "name": "Bernhard Schussek",
4028
                    "email": "[email protected]"
4029
                },
4030
                {
4031
                    "name": "Sebastian Bergmann",
4032
                    "email": "[email protected]"
4033
                },
4034
                {
4035
                    "name": "Adam Harvey",
4036
                    "email": "[email protected]"
4037
                }
4038
            ],
4039
            "description": "Provides the functionality to export PHP variables for visualization",
4040
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
4041
            "keywords": [
4042
                "export",
4043
                "exporter"
4044
            ],
4045
            "time": "2016-11-19T08:54:04+00:00"
4046
        },
4047
        {
4048
            "name": "sebastian/global-state",
4049
            "version": "1.1.1",
4050
            "source": {
4051
                "type": "git",
4052
                "url": "https://github.com/sebastianbergmann/global-state.git",
4053
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
4054
            },
4055
            "dist": {
4056
                "type": "zip",
4057
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
4058
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
4059
                "shasum": ""
4060
            },
4061
            "require": {
4062
                "php": ">=5.3.3"
4063
            },
4064
            "require-dev": {
4065
                "phpunit/phpunit": "~4.2"
4066
            },
4067
            "suggest": {
4068
                "ext-uopz": "*"
4069
            },
4070
            "type": "library",
4071
            "extra": {
4072
                "branch-alias": {
4073
                    "dev-master": "1.0-dev"
4074
                }
4075
            },
4076
            "autoload": {
4077
                "classmap": [
4078
                    "src/"
4079
                ]
4080
            },
4081
            "notification-url": "https://packagist.org/downloads/",
4082
            "license": [
4083
                "BSD-3-Clause"
4084
            ],
4085
            "authors": [
4086
                {
4087
                    "name": "Sebastian Bergmann",
4088
                    "email": "[email protected]"
4089
                }
4090
            ],
4091
            "description": "Snapshotting of global state",
4092
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
4093
            "keywords": [
4094
                "global state"
4095
            ],
4096
            "time": "2015-10-12T03:26:01+00:00"
4097
        },
4098
        {
4099
            "name": "sebastian/object-enumerator",
4100
            "version": "2.0.1",
4101
            "source": {
4102
                "type": "git",
4103
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4104
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
4105
            },
4106
            "dist": {
4107
                "type": "zip",
4108
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
4109
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
4110
                "shasum": ""
4111
            },
4112
            "require": {
4113
                "php": ">=5.6",
4114
                "sebastian/recursion-context": "~2.0"
4115
            },
4116
            "require-dev": {
4117
                "phpunit/phpunit": "~5"
4118
            },
4119
            "type": "library",
4120
            "extra": {
4121
                "branch-alias": {
4122
                    "dev-master": "2.0.x-dev"
4123
                }
4124
            },
4125
            "autoload": {
4126
                "classmap": [
4127
                    "src/"
4128
                ]
4129
            },
4130
            "notification-url": "https://packagist.org/downloads/",
4131
            "license": [
4132
                "BSD-3-Clause"
4133
            ],
4134
            "authors": [
4135
                {
4136
                    "name": "Sebastian Bergmann",
4137
                    "email": "[email protected]"
4138
                }
4139
            ],
4140
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4141
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4142
            "time": "2017-02-18T15:18:39+00:00"
4143
        },
4144
        {
4145
            "name": "sebastian/recursion-context",
4146
            "version": "2.0.0",
4147
            "source": {
4148
                "type": "git",
4149
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
4150
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
4151
            },
4152
            "dist": {
4153
                "type": "zip",
4154
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4155
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
4156
                "shasum": ""
4157
            },
4158
            "require": {
4159
                "php": ">=5.3.3"
4160
            },
4161
            "require-dev": {
4162
                "phpunit/phpunit": "~4.4"
4163
            },
4164
            "type": "library",
4165
            "extra": {
4166
                "branch-alias": {
4167
                    "dev-master": "2.0.x-dev"
4168
                }
4169
            },
4170
            "autoload": {
4171
                "classmap": [
4172
                    "src/"
4173
                ]
4174
            },
4175
            "notification-url": "https://packagist.org/downloads/",
4176
            "license": [
4177
                "BSD-3-Clause"
4178
            ],
4179
            "authors": [
4180
                {
4181
                    "name": "Jeff Welch",
4182
                    "email": "[email protected]"
4183
                },
4184
                {
4185
                    "name": "Sebastian Bergmann",
4186
                    "email": "[email protected]"
4187
                },
4188
                {
4189
                    "name": "Adam Harvey",
4190
                    "email": "[email protected]"
4191
                }
4192
            ],
4193
            "description": "Provides functionality to recursively process PHP variables",
4194
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4195
            "time": "2016-11-19T07:33:16+00:00"
4196
        },
4197
        {
4198
            "name": "sebastian/resource-operations",
4199
            "version": "1.0.0",
4200
            "source": {
4201
                "type": "git",
4202
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
4203
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4204
            },
4205
            "dist": {
4206
                "type": "zip",
4207
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4208
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4209
                "shasum": ""
4210
            },
4211
            "require": {
4212
                "php": ">=5.6.0"
4213
            },
4214
            "type": "library",
4215
            "extra": {
4216
                "branch-alias": {
4217
                    "dev-master": "1.0.x-dev"
4218
                }
4219
            },
4220
            "autoload": {
4221
                "classmap": [
4222
                    "src/"
4223
                ]
4224
            },
4225
            "notification-url": "https://packagist.org/downloads/",
4226
            "license": [
4227
                "BSD-3-Clause"
4228
            ],
4229
            "authors": [
4230
                {
4231
                    "name": "Sebastian Bergmann",
4232
                    "email": "[email protected]"
4233
                }
4234
            ],
4235
            "description": "Provides a list of PHP built-in functions that operate on resources",
4236
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4237
            "time": "2015-07-28T20:34:47+00:00"
4238
        },
4239
        {
4240
            "name": "sebastian/version",
4241
            "version": "2.0.1",
4242
            "source": {
4243
                "type": "git",
4244
                "url": "https://github.com/sebastianbergmann/version.git",
4245
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4246
            },
4247
            "dist": {
4248
                "type": "zip",
4249
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4250
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4251
                "shasum": ""
4252
            },
4253
            "require": {
4254
                "php": ">=5.6"
4255
            },
4256
            "type": "library",
4257
            "extra": {
4258
                "branch-alias": {
4259
                    "dev-master": "2.0.x-dev"
4260
                }
4261
            },
4262
            "autoload": {
4263
                "classmap": [
4264
                    "src/"
4265
                ]
4266
            },
4267
            "notification-url": "https://packagist.org/downloads/",
4268
            "license": [
4269
                "BSD-3-Clause"
4270
            ],
4271
            "authors": [
4272
                {
4273
                    "name": "Sebastian Bergmann",
4274
                    "email": "[email protected]",
4275
                    "role": "lead"
4276
                }
4277
            ],
4278
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4279
            "homepage": "https://github.com/sebastianbergmann/version",
4280
            "time": "2016-10-03T07:35:21+00:00"
4281
        },
4282
        {
4283
            "name": "symfony/config",
4284
            "version": "v3.3.2",
4285
            "source": {
4286
                "type": "git",
4287
                "url": "https://github.com/symfony/config.git",
4288
                "reference": "35716d4904e0506a7a5a9bcf23f854aeb5719bca"
4289
            },
4290
            "dist": {
4291
                "type": "zip",
4292
                "url": "https://api.github.com/repos/symfony/config/zipball/35716d4904e0506a7a5a9bcf23f854aeb5719bca",
4293
                "reference": "35716d4904e0506a7a5a9bcf23f854aeb5719bca",
4294
                "shasum": ""
4295
            },
4296
            "require": {
4297
                "php": ">=5.5.9",
4298
                "symfony/filesystem": "~2.8|~3.0"
4299
            },
4300
            "conflict": {
4301
                "symfony/dependency-injection": "<3.3"
4302
            },
4303
            "require-dev": {
4304
                "symfony/dependency-injection": "~3.3",
4305
                "symfony/yaml": "~3.0"
4306
            },
4307
            "suggest": {
4308
                "symfony/yaml": "To use the yaml reference dumper"
4309
            },
4310
            "type": "library",
4311
            "extra": {
4312
                "branch-alias": {
4313
                    "dev-master": "3.3-dev"
4314
                }
4315
            },
4316
            "autoload": {
4317
                "psr-4": {
4318
                    "Symfony\\Component\\Config\\": ""
4319
                },
4320
                "exclude-from-classmap": [
4321
                    "/Tests/"
4322
                ]
4323
            },
4324
            "notification-url": "https://packagist.org/downloads/",
4325
            "license": [
4326
                "MIT"
4327
            ],
4328
            "authors": [
4329
                {
4330
                    "name": "Fabien Potencier",
4331
                    "email": "[email protected]"
4332
                },
4333
                {
4334
                    "name": "Symfony Community",
4335
                    "homepage": "https://symfony.com/contributors"
4336
                }
4337
            ],
4338
            "description": "Symfony Config Component",
4339
            "homepage": "https://symfony.com",
4340
            "time": "2017-06-02T18:07:20+00:00"
4341
        },
4342
        {
4343
            "name": "symfony/css-selector",
4344
            "version": "v3.1.10",
4345
            "source": {
4346
                "type": "git",
4347
                "url": "https://github.com/symfony/css-selector.git",
4348
                "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
4349
            },
4350
            "dist": {
4351
                "type": "zip",
4352
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
4353
                "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
4354
                "shasum": ""
4355
            },
4356
            "require": {
4357
                "php": ">=5.5.9"
4358
            },
4359
            "type": "library",
4360
            "extra": {
4361
                "branch-alias": {
4362
                    "dev-master": "3.1-dev"
4363
                }
4364
            },
4365
            "autoload": {
4366
                "psr-4": {
4367
                    "Symfony\\Component\\CssSelector\\": ""
4368
                },
4369
                "exclude-from-classmap": [
4370
                    "/Tests/"
4371
                ]
4372
            },
4373
            "notification-url": "https://packagist.org/downloads/",
4374
            "license": [
4375
                "MIT"
4376
            ],
4377
            "authors": [
4378
                {
4379
                    "name": "Jean-François Simon",
4380
                    "email": "[email protected]"
4381
                },
4382
                {
4383
                    "name": "Fabien Potencier",
4384
                    "email": "[email protected]"
4385
                },
4386
                {
4387
                    "name": "Symfony Community",
4388
                    "homepage": "https://symfony.com/contributors"
4389
                }
4390
            ],
4391
            "description": "Symfony CssSelector Component",
4392
            "homepage": "https://symfony.com",
4393
            "time": "2017-01-02T20:31:54+00:00"
4394
        },
4395
        {
4396
            "name": "symfony/dom-crawler",
4397
            "version": "v3.1.10",
4398
            "source": {
4399
                "type": "git",
4400
                "url": "https://github.com/symfony/dom-crawler.git",
4401
                "reference": "7eede2a901a19928494194f7d1815a77b9a473a0"
4402
            },
4403
            "dist": {
4404
                "type": "zip",
4405
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7eede2a901a19928494194f7d1815a77b9a473a0",
4406
                "reference": "7eede2a901a19928494194f7d1815a77b9a473a0",
4407
                "shasum": ""
4408
            },
4409
            "require": {
4410
                "php": ">=5.5.9",
4411
                "symfony/polyfill-mbstring": "~1.0"
4412
            },
4413
            "require-dev": {
4414
                "symfony/css-selector": "~2.8|~3.0"
4415
            },
4416
            "suggest": {
4417
                "symfony/css-selector": ""
4418
            },
4419
            "type": "library",
4420
            "extra": {
4421
                "branch-alias": {
4422
                    "dev-master": "3.1-dev"
4423
                }
4424
            },
4425
            "autoload": {
4426
                "psr-4": {
4427
                    "Symfony\\Component\\DomCrawler\\": ""
4428
                },
4429
                "exclude-from-classmap": [
4430
                    "/Tests/"
4431
                ]
4432
            },
4433
            "notification-url": "https://packagist.org/downloads/",
4434
            "license": [
4435
                "MIT"
4436
            ],
4437
            "authors": [
4438
                {
4439
                    "name": "Fabien Potencier",
4440
                    "email": "[email protected]"
4441
                },
4442
                {
4443
                    "name": "Symfony Community",
4444
                    "homepage": "https://symfony.com/contributors"
4445
                }
4446
            ],
4447
            "description": "Symfony DomCrawler Component",
4448
            "homepage": "https://symfony.com",
4449
            "time": "2017-01-21T17:13:55+00:00"
4450
        },
4451
        {
4452
            "name": "symfony/filesystem",
4453
            "version": "v3.4.12",
4454
            "source": {
4455
                "type": "git",
4456
                "url": "https://github.com/symfony/filesystem.git",
4457
                "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed"
4458
            },
4459
            "dist": {
4460
                "type": "zip",
4461
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed",
4462
                "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed",
4463
                "shasum": ""
4464
            },
4465
            "require": {
4466
                "php": "^5.5.9|>=7.0.8",
4467
                "symfony/polyfill-ctype": "~1.8"
4468
            },
4469
            "type": "library",
4470
            "extra": {
4471
                "branch-alias": {
4472
                    "dev-master": "3.4-dev"
4473
                }
4474
            },
4475
            "autoload": {
4476
                "psr-4": {
4477
                    "Symfony\\Component\\Filesystem\\": ""
4478
                },
4479
                "exclude-from-classmap": [
4480
                    "/Tests/"
4481
                ]
4482
            },
4483
            "notification-url": "https://packagist.org/downloads/",
4484
            "license": [
4485
                "MIT"
4486
            ],
4487
            "authors": [
4488
                {
4489
                    "name": "Fabien Potencier",
4490
                    "email": "[email protected]"
4491
                },
4492
                {
4493
                    "name": "Symfony Community",
4494
                    "homepage": "https://symfony.com/contributors"
4495
                }
4496
            ],
4497
            "description": "Symfony Filesystem Component",
4498
            "homepage": "https://symfony.com",
4499
            "time": "2018-06-21T11:10:19+00:00"
4500
        },
4501
        {
4502
            "name": "symfony/polyfill-ctype",
4503
            "version": "v1.8.0",
4504
            "source": {
4505
                "type": "git",
4506
                "url": "https://github.com/symfony/polyfill-ctype.git",
4507
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
4508
            },
4509
            "dist": {
4510
                "type": "zip",
4511
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
4512
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
4513
                "shasum": ""
4514
            },
4515
            "require": {
4516
                "php": ">=5.3.3"
4517
            },
4518
            "type": "library",
4519
            "extra": {
4520
                "branch-alias": {
4521
                    "dev-master": "1.8-dev"
4522
                }
4523
            },
4524
            "autoload": {
4525
                "psr-4": {
4526
                    "Symfony\\Polyfill\\Ctype\\": ""
4527
                },
4528
                "files": [
4529
                    "bootstrap.php"
4530
                ]
4531
            },
4532
            "notification-url": "https://packagist.org/downloads/",
4533
            "license": [
4534
                "MIT"
4535
            ],
4536
            "authors": [
4537
                {
4538
                    "name": "Symfony Community",
4539
                    "homepage": "https://symfony.com/contributors"
4540
                },
4541
                {
4542
                    "name": "Gert de Pagter",
4543
                    "email": "[email protected]"
4544
                }
4545
            ],
4546
            "description": "Symfony polyfill for ctype functions",
4547
            "homepage": "https://symfony.com",
4548
            "keywords": [
4549
                "compatibility",
4550
                "ctype",
4551
                "polyfill",
4552
                "portable"
4553
            ],
4554
            "time": "2018-04-30T19:57:29+00:00"
4555
        },
4556
        {
4557
            "name": "symfony/stopwatch",
4558
            "version": "v3.4.12",
4559
            "source": {
4560
                "type": "git",
4561
                "url": "https://github.com/symfony/stopwatch.git",
4562
                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af"
4563
            },
4564
            "dist": {
4565
                "type": "zip",
4566
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af",
4567
                "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af",
4568
                "shasum": ""
4569
            },
4570
            "require": {
4571
                "php": "^5.5.9|>=7.0.8"
4572
            },
4573
            "type": "library",
4574
            "extra": {
4575
                "branch-alias": {
4576
                    "dev-master": "3.4-dev"
4577
                }
4578
            },
4579
            "autoload": {
4580
                "psr-4": {
4581
                    "Symfony\\Component\\Stopwatch\\": ""
4582
                },
4583
                "exclude-from-classmap": [
4584
                    "/Tests/"
4585
                ]
4586
            },
4587
            "notification-url": "https://packagist.org/downloads/",
4588
            "license": [
4589
                "MIT"
4590
            ],
4591
            "authors": [
4592
                {
4593
                    "name": "Fabien Potencier",
4594
                    "email": "[email protected]"
4595
                },
4596
                {
4597
                    "name": "Symfony Community",
4598
                    "homepage": "https://symfony.com/contributors"
4599
                }
4600
            ],
4601
            "description": "Symfony Stopwatch Component",
4602
            "homepage": "https://symfony.com",
4603
            "time": "2018-02-17T14:55:25+00:00"
4604
        },
4605
        {
4606
            "name": "symfony/yaml",
4607
            "version": "v3.3.17",
4608
            "source": {
4609
                "type": "git",
4610
                "url": "https://github.com/symfony/yaml.git",
4611
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
4612
            },
4613
            "dist": {
4614
                "type": "zip",
4615
                "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
4616
                "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
4617
                "shasum": ""
4618
            },
4619
            "require": {
4620
                "php": "^5.5.9|>=7.0.8"
4621
            },
4622
            "require-dev": {
4623
                "symfony/console": "~2.8|~3.0"
4624
            },
4625
            "suggest": {
4626
                "symfony/console": "For validating YAML files using the lint command"
4627
            },
4628
            "type": "library",
4629
            "extra": {
4630
                "branch-alias": {
4631
                    "dev-master": "3.3-dev"
4632
                }
4633
            },
4634
            "autoload": {
4635
                "psr-4": {
4636
                    "Symfony\\Component\\Yaml\\": ""
4637
                },
4638
                "exclude-from-classmap": [
4639
                    "/Tests/"
4640
                ]
4641
            },
4642
            "notification-url": "https://packagist.org/downloads/",
4643
            "license": [
4644
                "MIT"
4645
            ],
4646
            "authors": [
4647
                {
4648
                    "name": "Fabien Potencier",
4649
                    "email": "[email protected]"
4650
                },
4651
                {
4652
                    "name": "Symfony Community",
4653
                    "homepage": "https://symfony.com/contributors"
4654
                }
4655
            ],
4656
            "description": "Symfony Yaml Component",
4657
            "homepage": "https://symfony.com",
4658
            "time": "2018-01-20T15:04:53+00:00"
4659
        },
4660
        {
4661
            "name": "webmozart/assert",
4662
            "version": "1.3.0",
4663
            "source": {
4664
                "type": "git",
4665
                "url": "https://github.com/webmozart/assert.git",
4666
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4667
            },
4668
            "dist": {
4669
                "type": "zip",
4670
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4671
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4672
                "shasum": ""
4673
            },
4674
            "require": {
4675
                "php": "^5.3.3 || ^7.0"
4676
            },
4677
            "require-dev": {
4678
                "phpunit/phpunit": "^4.6",
4679
                "sebastian/version": "^1.0.1"
4680
            },
4681
            "type": "library",
4682
            "extra": {
4683
                "branch-alias": {
4684
                    "dev-master": "1.3-dev"
4685
                }
4686
            },
4687
            "autoload": {
4688
                "psr-4": {
4689
                    "Webmozart\\Assert\\": "src/"
4690
                }
4691
            },
4692
            "notification-url": "https://packagist.org/downloads/",
4693
            "license": [
4694
                "MIT"
4695
            ],
4696
            "authors": [
4697
                {
4698
                    "name": "Bernhard Schussek",
4699
                    "email": "[email protected]"
4700
                }
4701
            ],
4702
            "description": "Assertions to validate method input/output with nice error messages.",
4703
            "keywords": [
4704
                "assert",
4705
                "check",
4706
                "validate"
4707
            ],
4708
            "time": "2018-01-29T19:49:41+00:00"
4709
        }
4710
    ],
4711
    "aliases": [],
4712
    "minimum-stability": "stable",
4713
    "stability-flags": {
4714
        "codeclimate/php-test-reporter": 20
4715
    },
4716
    "prefer-stable": false,
4717
    "prefer-lowest": false,
4718
    "platform": {
4719
        "php": ">=5.5.9"
4720
    },
4721
    "platform-dev": []
4722
}
4723