Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Issues (184)

composer.lock (1 issue)

Severity
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "7435e1ae4672df7cac5ac7330b84b8c7",
8
    "packages": [
9
        {
10
            "name": "anahkiasen/underscore-php",
11
            "version": "2.0.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/Anahkiasen/underscore-php.git",
15
                "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/Anahkiasen/underscore-php/zipball/48f97b295c82d99c1fe10d8b0684c43f051b5580",
20
                "reference": "48f97b295c82d99c1fe10d8b0684c43f051b5580",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/inflector": "^1.0",
25
                "patchwork/utf8": "^1.2",
26
                "php": ">=5.4.0"
27
            },
28
            "require-dev": {
29
                "fabpot/php-cs-fixer": "2.0.*@dev",
30
                "phpunit/phpunit": "^4.6"
31
            },
32
            "type": "library",
33
            "autoload": {
34
                "psr-4": {
35
                    "Underscore\\": [
36
                        "src",
37
                        "tests"
38
                    ]
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Maxime Fabre",
48
                    "email": "[email protected]"
49
                }
50
            ],
51
            "description": "A redacted port of Underscore.js for PHP",
52
            "keywords": [
53
                "internals",
54
                "laravel",
55
                "toolkit"
56
            ],
57
            "time": "2015-05-16T19:24:58+00:00"
58
        },
59
        {
60
            "name": "barryvdh/elfinder-flysystem-driver",
61
            "version": "v0.2.1",
62
            "source": {
63
                "type": "git",
64
                "url": "https://github.com/barryvdh/elfinder-flysystem-driver.git",
65
                "reference": "1f323056495fdce019b6ef1621be697f2945c609"
66
            },
67
            "dist": {
68
                "type": "zip",
69
                "url": "https://api.github.com/repos/barryvdh/elfinder-flysystem-driver/zipball/1f323056495fdce019b6ef1621be697f2945c609",
70
                "reference": "1f323056495fdce019b6ef1621be697f2945c609",
71
                "shasum": ""
72
            },
73
            "require": {
74
                "intervention/image": "^2.0",
75
                "league/flysystem": "^1.0",
76
                "league/flysystem-cached-adapter": "^1.0",
77
                "php": ">=5.4",
78
                "studio-42/elfinder": "^2.1.10"
79
            },
80
            "suggest": {
81
                "league/glide": "1.x to display images through Glide"
82
            },
83
            "type": "library",
84
            "extra": {
85
                "branch-alias": {
86
                    "dev-master": "0.2-dev"
87
                }
88
            },
89
            "autoload": {
90
                "classmap": [
91
                    "elFinderVolumeFlysystem.php"
92
                ],
93
                "psr-4": {
94
                    "Barryvdh\\elFinderFlysystemDriver\\": "src/"
95
                }
96
            },
97
            "notification-url": "https://packagist.org/downloads/",
98
            "license": [
99
                "MIT"
100
            ],
101
            "authors": [
102
                {
103
                    "name": "Barry vd. Heuvel",
104
                    "email": "[email protected]"
105
                }
106
            ],
107
            "description": "A Flysystem Driver for elFinder",
108
            "keywords": [
109
                "Flysystem",
110
                "elfinder",
111
                "filesystem"
112
            ],
113
            "time": "2017-07-08T17:59:38+00:00"
114
        },
115
        {
116
            "name": "barryvdh/laravel-elfinder",
117
            "version": "v0.3.12",
118
            "source": {
119
                "type": "git",
120
                "url": "https://github.com/barryvdh/laravel-elfinder.git",
121
                "reference": "05e17d6dd41b4cc860a555c320bb108fdef09a44"
122
            },
123
            "dist": {
124
                "type": "zip",
125
                "url": "https://api.github.com/repos/barryvdh/laravel-elfinder/zipball/05e17d6dd41b4cc860a555c320bb108fdef09a44",
126
                "reference": "05e17d6dd41b4cc860a555c320bb108fdef09a44",
127
                "shasum": ""
128
            },
129
            "require": {
130
                "barryvdh/elfinder-flysystem-driver": "^0.1.4|^0.2",
131
                "illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
132
                "league/flysystem": "^1.0",
133
                "league/flysystem-cached-adapter": "^1.0",
134
                "php": ">=5.4.0",
135
                "studio-42/elfinder": "~2.1.10"
136
            },
137
            "type": "library",
138
            "extra": {
139
                "branch-alias": {
140
                    "dev-master": "0.3-dev"
141
                },
142
                "laravel": {
143
                    "providers": [
144
                        "Barryvdh\\Elfinder\\ElfinderServiceProvider"
145
                    ]
146
                }
147
            },
148
            "autoload": {
149
                "psr-4": {
150
                    "Barryvdh\\Elfinder\\": "src/"
151
                }
152
            },
153
            "notification-url": "https://packagist.org/downloads/",
154
            "license": [
155
                "MIT"
156
            ],
157
            "authors": [
158
                {
159
                    "name": "Barry vd. Heuvel",
160
                    "email": "[email protected]"
161
                }
162
            ],
163
            "description": "A Laravel Package to integrate elFinder 2",
164
            "keywords": [
165
                "elfinder",
166
                "filebrowser",
167
                "laravel",
168
                "tinymce"
169
            ],
170
            "time": "2018-02-08T07:54:10+00:00"
171
        },
172
        {
173
            "name": "consoletvs/charts",
174
            "version": "5.4.0",
175
            "source": {
176
                "type": "git",
177
                "url": "https://github.com/ConsoleTVs/Charts.git",
178
                "reference": "353039ae19488c0ddd33213f5506548ef8b77558"
179
            },
180
            "dist": {
181
                "type": "zip",
182
                "url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/353039ae19488c0ddd33213f5506548ef8b77558",
183
                "reference": "353039ae19488c0ddd33213f5506548ef8b77558",
184
                "shasum": ""
185
            },
186
            "require": {
187
                "consoletvs/support": "^2.1.2",
188
                "illuminate/support": "5.*",
189
                "jenssegers/date": "v3.*",
190
                "jlawrence/eos": "3.*",
191
                "php": ">=7.0.0"
192
            },
193
            "type": "library",
194
            "extra": {
195
                "laravel": {
196
                    "providers": [
197
                        "ConsoleTVs\\Charts\\ChartsServiceProvider"
198
                    ],
199
                    "aliases": {
200
                        "Charts": "ConsoleTVs\\Charts\\Facades\\Charts"
201
                    }
202
                }
203
            },
204
            "autoload": {
205
                "psr-4": {
206
                    "ConsoleTVs\\Charts\\": "src/"
207
                }
208
            },
209
            "notification-url": "https://packagist.org/downloads/",
210
            "license": [
211
                "MIT"
212
            ],
213
            "authors": [
214
                {
215
                    "name": "Erik Campobadal",
216
                    "email": "[email protected]"
217
                }
218
            ],
219
            "description": "Create charts for laravel using different charts libraries",
220
            "time": "2017-09-28T14:44:56+00:00"
221
        },
222
        {
223
            "name": "consoletvs/support",
224
            "version": "2.5",
225
            "source": {
226
                "type": "git",
227
                "url": "https://github.com/ConsoleTVs/Support.git",
228
                "reference": "c7502eb323069bc7da1ad37e28d9c281ade8f1f0"
229
            },
230
            "dist": {
231
                "type": "zip",
232
                "url": "https://api.github.com/repos/ConsoleTVs/Support/zipball/c7502eb323069bc7da1ad37e28d9c281ade8f1f0",
233
                "reference": "c7502eb323069bc7da1ad37e28d9c281ade8f1f0",
234
                "shasum": ""
235
            },
236
            "require": {
237
                "ext-bcmath": "*",
238
                "illuminate/support": "5.*",
239
                "intervention/image": "^2.4",
240
                "php": ">=7.0",
241
                "umpirsky/language-list": "^1.0"
242
            },
243
            "type": "library",
244
            "extra": {
245
                "laravel": {
246
                    "providers": [
247
                        "ConsoleTVs\\Support\\SupportServiceProvider"
248
                    ]
249
                }
250
            },
251
            "autoload": {
252
                "psr-4": {
253
                    "ConsoleTVs\\Support\\": "."
254
                }
255
            },
256
            "notification-url": "https://packagist.org/downloads/",
257
            "license": [
258
                "MIT"
259
            ],
260
            "authors": [
261
                {
262
                    "name": "Erik Campobadal",
263
                    "email": "[email protected]"
264
                }
265
            ],
266
            "description": "ConsoleTVs support library",
267
            "time": "2017-12-15T07:30:36+00:00"
268
        },
269
        {
270
            "name": "dnoegel/php-xdg-base-dir",
271
            "version": "0.1",
272
            "source": {
273
                "type": "git",
274
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
275
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
276
            },
277
            "dist": {
278
                "type": "zip",
279
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
280
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
281
                "shasum": ""
282
            },
283
            "require": {
284
                "php": ">=5.3.2"
285
            },
286
            "require-dev": {
287
                "phpunit/phpunit": "@stable"
288
            },
289
            "type": "project",
290
            "autoload": {
291
                "psr-4": {
292
                    "XdgBaseDir\\": "src/"
293
                }
294
            },
295
            "notification-url": "https://packagist.org/downloads/",
296
            "license": [
297
                "MIT"
298
            ],
299
            "description": "implementation of xdg base directory specification for php",
300
            "time": "2014-10-24T07:27:01+00:00"
301
        },
302
        {
303
            "name": "doctrine/annotations",
304
            "version": "v1.6.0",
305
            "source": {
306
                "type": "git",
307
                "url": "https://github.com/doctrine/annotations.git",
308
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
309
            },
310
            "dist": {
311
                "type": "zip",
312
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
313
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
314
                "shasum": ""
315
            },
316
            "require": {
317
                "doctrine/lexer": "1.*",
318
                "php": "^7.1"
319
            },
320
            "require-dev": {
321
                "doctrine/cache": "1.*",
322
                "phpunit/phpunit": "^6.4"
323
            },
324
            "type": "library",
325
            "extra": {
326
                "branch-alias": {
327
                    "dev-master": "1.6.x-dev"
328
                }
329
            },
330
            "autoload": {
331
                "psr-4": {
332
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
333
                }
334
            },
335
            "notification-url": "https://packagist.org/downloads/",
336
            "license": [
337
                "MIT"
338
            ],
339
            "authors": [
340
                {
341
                    "name": "Roman Borschel",
342
                    "email": "[email protected]"
343
                },
344
                {
345
                    "name": "Benjamin Eberlei",
346
                    "email": "[email protected]"
347
                },
348
                {
349
                    "name": "Guilherme Blanco",
350
                    "email": "[email protected]"
351
                },
352
                {
353
                    "name": "Jonathan Wage",
354
                    "email": "[email protected]"
355
                },
356
                {
357
                    "name": "Johannes Schmitt",
358
                    "email": "[email protected]"
359
                }
360
            ],
361
            "description": "Docblock Annotations Parser",
362
            "homepage": "http://www.doctrine-project.org",
363
            "keywords": [
364
                "annotations",
365
                "docblock",
366
                "parser"
367
            ],
368
            "time": "2017-12-06T07:11:42+00:00"
369
        },
370
        {
371
            "name": "doctrine/cache",
372
            "version": "v1.7.1",
373
            "source": {
374
                "type": "git",
375
                "url": "https://github.com/doctrine/cache.git",
376
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
377
            },
378
            "dist": {
379
                "type": "zip",
380
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
381
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
382
                "shasum": ""
383
            },
384
            "require": {
385
                "php": "~7.1"
386
            },
387
            "conflict": {
388
                "doctrine/common": ">2.2,<2.4"
389
            },
390
            "require-dev": {
391
                "alcaeus/mongo-php-adapter": "^1.1",
392
                "mongodb/mongodb": "^1.1",
393
                "phpunit/phpunit": "^5.7",
394
                "predis/predis": "~1.0"
395
            },
396
            "suggest": {
397
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
398
            },
399
            "type": "library",
400
            "extra": {
401
                "branch-alias": {
402
                    "dev-master": "1.7.x-dev"
403
                }
404
            },
405
            "autoload": {
406
                "psr-4": {
407
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
408
                }
409
            },
410
            "notification-url": "https://packagist.org/downloads/",
411
            "license": [
412
                "MIT"
413
            ],
414
            "authors": [
415
                {
416
                    "name": "Roman Borschel",
417
                    "email": "[email protected]"
418
                },
419
                {
420
                    "name": "Benjamin Eberlei",
421
                    "email": "[email protected]"
422
                },
423
                {
424
                    "name": "Guilherme Blanco",
425
                    "email": "[email protected]"
426
                },
427
                {
428
                    "name": "Jonathan Wage",
429
                    "email": "[email protected]"
430
                },
431
                {
432
                    "name": "Johannes Schmitt",
433
                    "email": "[email protected]"
434
                }
435
            ],
436
            "description": "Caching library offering an object-oriented API for many cache backends",
437
            "homepage": "http://www.doctrine-project.org",
438
            "keywords": [
439
                "cache",
440
                "caching"
441
            ],
442
            "time": "2017-08-25T07:02:50+00:00"
443
        },
444
        {
445
            "name": "doctrine/collections",
446
            "version": "v1.5.0",
447
            "source": {
448
                "type": "git",
449
                "url": "https://github.com/doctrine/collections.git",
450
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
451
            },
452
            "dist": {
453
                "type": "zip",
454
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
455
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
456
                "shasum": ""
457
            },
458
            "require": {
459
                "php": "^7.1"
460
            },
461
            "require-dev": {
462
                "doctrine/coding-standard": "~0.1@dev",
463
                "phpunit/phpunit": "^5.7"
464
            },
465
            "type": "library",
466
            "extra": {
467
                "branch-alias": {
468
                    "dev-master": "1.3.x-dev"
469
                }
470
            },
471
            "autoload": {
472
                "psr-0": {
473
                    "Doctrine\\Common\\Collections\\": "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": "Collections Abstraction library",
503
            "homepage": "http://www.doctrine-project.org",
504
            "keywords": [
505
                "array",
506
                "collections",
507
                "iterator"
508
            ],
509
            "time": "2017-07-22T10:37:32+00:00"
510
        },
511
        {
512
            "name": "doctrine/common",
513
            "version": "v2.8.1",
514
            "source": {
515
                "type": "git",
516
                "url": "https://github.com/doctrine/common.git",
517
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
518
            },
519
            "dist": {
520
                "type": "zip",
521
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
522
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
523
                "shasum": ""
524
            },
525
            "require": {
526
                "doctrine/annotations": "1.*",
527
                "doctrine/cache": "1.*",
528
                "doctrine/collections": "1.*",
529
                "doctrine/inflector": "1.*",
530
                "doctrine/lexer": "1.*",
531
                "php": "~7.1"
532
            },
533
            "require-dev": {
534
                "phpunit/phpunit": "^5.7"
535
            },
536
            "type": "library",
537
            "extra": {
538
                "branch-alias": {
539
                    "dev-master": "2.8.x-dev"
540
                }
541
            },
542
            "autoload": {
543
                "psr-4": {
544
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
545
                }
546
            },
547
            "notification-url": "https://packagist.org/downloads/",
548
            "license": [
549
                "MIT"
550
            ],
551
            "authors": [
552
                {
553
                    "name": "Roman Borschel",
554
                    "email": "[email protected]"
555
                },
556
                {
557
                    "name": "Benjamin Eberlei",
558
                    "email": "[email protected]"
559
                },
560
                {
561
                    "name": "Guilherme Blanco",
562
                    "email": "[email protected]"
563
                },
564
                {
565
                    "name": "Jonathan Wage",
566
                    "email": "[email protected]"
567
                },
568
                {
569
                    "name": "Johannes Schmitt",
570
                    "email": "[email protected]"
571
                }
572
            ],
573
            "description": "Common Library for Doctrine projects",
574
            "homepage": "http://www.doctrine-project.org",
575
            "keywords": [
576
                "annotations",
577
                "collections",
578
                "eventmanager",
579
                "persistence",
580
                "spl"
581
            ],
582
            "time": "2017-08-31T08:43:38+00:00"
583
        },
584
        {
585
            "name": "doctrine/dbal",
586
            "version": "v2.6.3",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/doctrine/dbal.git",
590
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
595
                "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "doctrine/common": "^2.7.1",
600
                "ext-pdo": "*",
601
                "php": "^7.1"
602
            },
603
            "require-dev": {
604
                "phpunit/phpunit": "^5.4.6",
605
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
606
                "symfony/console": "2.*||^3.0"
607
            },
608
            "suggest": {
609
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
610
            },
611
            "bin": [
612
                "bin/doctrine-dbal"
613
            ],
614
            "type": "library",
615
            "extra": {
616
                "branch-alias": {
617
                    "dev-master": "2.6.x-dev"
618
                }
619
            },
620
            "autoload": {
621
                "psr-0": {
622
                    "Doctrine\\DBAL\\": "lib/"
623
                }
624
            },
625
            "notification-url": "https://packagist.org/downloads/",
626
            "license": [
627
                "MIT"
628
            ],
629
            "authors": [
630
                {
631
                    "name": "Roman Borschel",
632
                    "email": "[email protected]"
633
                },
634
                {
635
                    "name": "Benjamin Eberlei",
636
                    "email": "[email protected]"
637
                },
638
                {
639
                    "name": "Guilherme Blanco",
640
                    "email": "[email protected]"
641
                },
642
                {
643
                    "name": "Jonathan Wage",
644
                    "email": "[email protected]"
645
                }
646
            ],
647
            "description": "Database Abstraction Layer",
648
            "homepage": "http://www.doctrine-project.org",
649
            "keywords": [
650
                "database",
651
                "dbal",
652
                "persistence",
653
                "queryobject"
654
            ],
655
            "time": "2017-11-19T13:38:54+00:00"
656
        },
657
        {
658
            "name": "doctrine/inflector",
659
            "version": "v1.3.0",
660
            "source": {
661
                "type": "git",
662
                "url": "https://github.com/doctrine/inflector.git",
663
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
664
            },
665
            "dist": {
666
                "type": "zip",
667
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
668
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
669
                "shasum": ""
670
            },
671
            "require": {
672
                "php": "^7.1"
673
            },
674
            "require-dev": {
675
                "phpunit/phpunit": "^6.2"
676
            },
677
            "type": "library",
678
            "extra": {
679
                "branch-alias": {
680
                    "dev-master": "1.3.x-dev"
681
                }
682
            },
683
            "autoload": {
684
                "psr-4": {
685
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
686
                }
687
            },
688
            "notification-url": "https://packagist.org/downloads/",
689
            "license": [
690
                "MIT"
691
            ],
692
            "authors": [
693
                {
694
                    "name": "Roman Borschel",
695
                    "email": "[email protected]"
696
                },
697
                {
698
                    "name": "Benjamin Eberlei",
699
                    "email": "[email protected]"
700
                },
701
                {
702
                    "name": "Guilherme Blanco",
703
                    "email": "[email protected]"
704
                },
705
                {
706
                    "name": "Jonathan Wage",
707
                    "email": "[email protected]"
708
                },
709
                {
710
                    "name": "Johannes Schmitt",
711
                    "email": "[email protected]"
712
                }
713
            ],
714
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
715
            "homepage": "http://www.doctrine-project.org",
716
            "keywords": [
717
                "inflection",
718
                "pluralize",
719
                "singularize",
720
                "string"
721
            ],
722
            "time": "2018-01-09T20:05:19+00:00"
723
        },
724
        {
725
            "name": "doctrine/lexer",
726
            "version": "v1.0.1",
727
            "source": {
728
                "type": "git",
729
                "url": "https://github.com/doctrine/lexer.git",
730
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
731
            },
732
            "dist": {
733
                "type": "zip",
734
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
735
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
736
                "shasum": ""
737
            },
738
            "require": {
739
                "php": ">=5.3.2"
740
            },
741
            "type": "library",
742
            "extra": {
743
                "branch-alias": {
744
                    "dev-master": "1.0.x-dev"
745
                }
746
            },
747
            "autoload": {
748
                "psr-0": {
749
                    "Doctrine\\Common\\Lexer\\": "lib/"
750
                }
751
            },
752
            "notification-url": "https://packagist.org/downloads/",
753
            "license": [
754
                "MIT"
755
            ],
756
            "authors": [
757
                {
758
                    "name": "Roman Borschel",
759
                    "email": "[email protected]"
760
                },
761
                {
762
                    "name": "Guilherme Blanco",
763
                    "email": "[email protected]"
764
                },
765
                {
766
                    "name": "Johannes Schmitt",
767
                    "email": "[email protected]"
768
                }
769
            ],
770
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
771
            "homepage": "http://www.doctrine-project.org",
772
            "keywords": [
773
                "lexer",
774
                "parser"
775
            ],
776
            "time": "2014-09-09T13:34:57+00:00"
777
        },
778
        {
779
            "name": "egulias/email-validator",
780
            "version": "2.1.3",
781
            "source": {
782
                "type": "git",
783
                "url": "https://github.com/egulias/EmailValidator.git",
784
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
785
            },
786
            "dist": {
787
                "type": "zip",
788
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
789
                "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
790
                "shasum": ""
791
            },
792
            "require": {
793
                "doctrine/lexer": "^1.0.1",
794
                "php": ">= 5.5"
795
            },
796
            "require-dev": {
797
                "dominicsayers/isemail": "dev-master",
798
                "phpunit/phpunit": "^4.8.35",
799
                "satooshi/php-coveralls": "^1.0.1"
800
            },
801
            "suggest": {
802
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
803
            },
804
            "type": "library",
805
            "extra": {
806
                "branch-alias": {
807
                    "dev-master": "2.0.x-dev"
808
                }
809
            },
810
            "autoload": {
811
                "psr-4": {
812
                    "Egulias\\EmailValidator\\": "EmailValidator"
813
                }
814
            },
815
            "notification-url": "https://packagist.org/downloads/",
816
            "license": [
817
                "MIT"
818
            ],
819
            "authors": [
820
                {
821
                    "name": "Eduardo Gulias Davis"
822
                }
823
            ],
824
            "description": "A library for validating emails against several RFCs",
825
            "homepage": "https://github.com/egulias/EmailValidator",
826
            "keywords": [
827
                "email",
828
                "emailvalidation",
829
                "emailvalidator",
830
                "validation",
831
                "validator"
832
            ],
833
            "time": "2017-11-15T23:40:40+00:00"
834
        },
835
        {
836
            "name": "erusev/parsedown",
837
            "version": "1.7.1",
838
            "source": {
839
                "type": "git",
840
                "url": "https://github.com/erusev/parsedown.git",
841
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
842
            },
843
            "dist": {
844
                "type": "zip",
845
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
846
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
847
                "shasum": ""
848
            },
849
            "require": {
850
                "ext-mbstring": "*",
851
                "php": ">=5.3.0"
852
            },
853
            "require-dev": {
854
                "phpunit/phpunit": "^4.8.35"
855
            },
856
            "type": "library",
857
            "autoload": {
858
                "psr-0": {
859
                    "Parsedown": ""
860
                }
861
            },
862
            "notification-url": "https://packagist.org/downloads/",
863
            "license": [
864
                "MIT"
865
            ],
866
            "authors": [
867
                {
868
                    "name": "Emanuil Rusev",
869
                    "email": "[email protected]",
870
                    "homepage": "http://erusev.com"
871
                }
872
            ],
873
            "description": "Parser for Markdown.",
874
            "homepage": "http://parsedown.org",
875
            "keywords": [
876
                "markdown",
877
                "parser"
878
            ],
879
            "time": "2018-03-08T01:11:30+00:00"
880
        },
881
        {
882
            "name": "fideloper/proxy",
883
            "version": "3.3.4",
884
            "source": {
885
                "type": "git",
886
                "url": "https://github.com/fideloper/TrustedProxy.git",
887
                "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f"
888
            },
889
            "dist": {
890
                "type": "zip",
891
                "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9cdf6f118af58d89764249bbcc7bb260c132924f",
892
                "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f",
893
                "shasum": ""
894
            },
895
            "require": {
896
                "illuminate/contracts": "~5.0",
897
                "php": ">=5.4.0"
898
            },
899
            "require-dev": {
900
                "illuminate/http": "~5.0",
901
                "mockery/mockery": "~0.9.3",
902
                "phpunit/phpunit": "^5.7"
903
            },
904
            "type": "library",
905
            "extra": {
906
                "branch-alias": {
907
                    "dev-master": "3.3-dev"
908
                },
909
                "laravel": {
910
                    "providers": [
911
                        "Fideloper\\Proxy\\TrustedProxyServiceProvider"
912
                    ]
913
                }
914
            },
915
            "autoload": {
916
                "psr-4": {
917
                    "Fideloper\\Proxy\\": "src/"
918
                }
919
            },
920
            "notification-url": "https://packagist.org/downloads/",
921
            "license": [
922
                "MIT"
923
            ],
924
            "authors": [
925
                {
926
                    "name": "Chris Fidao",
927
                    "email": "[email protected]"
928
                }
929
            ],
930
            "description": "Set trusted proxies for Laravel",
931
            "keywords": [
932
                "load balancing",
933
                "proxy",
934
                "trusted proxy"
935
            ],
936
            "time": "2017-06-15T17:19:42+00:00"
937
        },
938
        {
939
            "name": "guzzlehttp/psr7",
940
            "version": "1.4.2",
941
            "source": {
942
                "type": "git",
943
                "url": "https://github.com/guzzle/psr7.git",
944
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
945
            },
946
            "dist": {
947
                "type": "zip",
948
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
949
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
950
                "shasum": ""
951
            },
952
            "require": {
953
                "php": ">=5.4.0",
954
                "psr/http-message": "~1.0"
955
            },
956
            "provide": {
957
                "psr/http-message-implementation": "1.0"
958
            },
959
            "require-dev": {
960
                "phpunit/phpunit": "~4.0"
961
            },
962
            "type": "library",
963
            "extra": {
964
                "branch-alias": {
965
                    "dev-master": "1.4-dev"
966
                }
967
            },
968
            "autoload": {
969
                "psr-4": {
970
                    "GuzzleHttp\\Psr7\\": "src/"
971
                },
972
                "files": [
973
                    "src/functions_include.php"
974
                ]
975
            },
976
            "notification-url": "https://packagist.org/downloads/",
977
            "license": [
978
                "MIT"
979
            ],
980
            "authors": [
981
                {
982
                    "name": "Michael Dowling",
983
                    "email": "[email protected]",
984
                    "homepage": "https://github.com/mtdowling"
985
                },
986
                {
987
                    "name": "Tobias Schultze",
988
                    "homepage": "https://github.com/Tobion"
989
                }
990
            ],
991
            "description": "PSR-7 message implementation that also provides common utility methods",
992
            "keywords": [
993
                "http",
994
                "message",
995
                "request",
996
                "response",
997
                "stream",
998
                "uri",
999
                "url"
1000
            ],
1001
            "time": "2017-03-20T17:10:46+00:00"
1002
        },
1003
        {
1004
            "name": "intervention/image",
1005
            "version": "2.4.1",
1006
            "source": {
1007
                "type": "git",
1008
                "url": "https://github.com/Intervention/image.git",
1009
                "reference": "3603dbcc9a17d307533473246a6c58c31cf17919"
1010
            },
1011
            "dist": {
1012
                "type": "zip",
1013
                "url": "https://api.github.com/repos/Intervention/image/zipball/3603dbcc9a17d307533473246a6c58c31cf17919",
1014
                "reference": "3603dbcc9a17d307533473246a6c58c31cf17919",
1015
                "shasum": ""
1016
            },
1017
            "require": {
1018
                "ext-fileinfo": "*",
1019
                "guzzlehttp/psr7": "~1.1",
1020
                "php": ">=5.4.0"
1021
            },
1022
            "require-dev": {
1023
                "mockery/mockery": "~0.9.2",
1024
                "phpunit/phpunit": "^4.8 || ^5.7"
1025
            },
1026
            "suggest": {
1027
                "ext-gd": "to use GD library based image processing.",
1028
                "ext-imagick": "to use Imagick based image processing.",
1029
                "intervention/imagecache": "Caching extension for the Intervention Image library"
1030
            },
1031
            "type": "library",
1032
            "extra": {
1033
                "branch-alias": {
1034
                    "dev-master": "2.3-dev"
1035
                },
1036
                "laravel": {
1037
                    "providers": [
1038
                        "Intervention\\Image\\ImageServiceProvider"
1039
                    ],
1040
                    "aliases": {
1041
                        "Image": "Intervention\\Image\\Facades\\Image"
1042
                    }
1043
                }
1044
            },
1045
            "autoload": {
1046
                "psr-4": {
1047
                    "Intervention\\Image\\": "src/Intervention/Image"
1048
                }
1049
            },
1050
            "notification-url": "https://packagist.org/downloads/",
1051
            "license": [
1052
                "MIT"
1053
            ],
1054
            "authors": [
1055
                {
1056
                    "name": "Oliver Vogel",
1057
                    "email": "[email protected]",
1058
                    "homepage": "http://olivervogel.com/"
1059
                }
1060
            ],
1061
            "description": "Image handling and manipulation library with support for Laravel integration",
1062
            "homepage": "http://image.intervention.io/",
1063
            "keywords": [
1064
                "gd",
1065
                "image",
1066
                "imagick",
1067
                "laravel",
1068
                "thumbnail",
1069
                "watermark"
1070
            ],
1071
            "time": "2017-09-21T16:29:17+00:00"
1072
        },
1073
        {
1074
            "name": "jakub-onderka/php-console-color",
1075
            "version": "0.1",
1076
            "source": {
1077
                "type": "git",
1078
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1079
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
1080
            },
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
1084
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
1085
                "shasum": ""
1086
            },
1087
            "require": {
1088
                "php": ">=5.3.2"
1089
            },
1090
            "require-dev": {
1091
                "jakub-onderka/php-code-style": "1.0",
1092
                "jakub-onderka/php-parallel-lint": "0.*",
1093
                "jakub-onderka/php-var-dump-check": "0.*",
1094
                "phpunit/phpunit": "3.7.*",
1095
                "squizlabs/php_codesniffer": "1.*"
1096
            },
1097
            "type": "library",
1098
            "autoload": {
1099
                "psr-0": {
1100
                    "JakubOnderka\\PhpConsoleColor": "src/"
1101
                }
1102
            },
1103
            "notification-url": "https://packagist.org/downloads/",
1104
            "license": [
1105
                "BSD-2-Clause"
1106
            ],
1107
            "authors": [
1108
                {
1109
                    "name": "Jakub Onderka",
1110
                    "email": "[email protected]",
1111
                    "homepage": "http://www.acci.cz"
1112
                }
1113
            ],
1114
            "time": "2014-04-08T15:00:19+00:00"
1115
        },
1116
        {
1117
            "name": "jakub-onderka/php-console-highlighter",
1118
            "version": "v0.3.2",
1119
            "source": {
1120
                "type": "git",
1121
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1122
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
1123
            },
1124
            "dist": {
1125
                "type": "zip",
1126
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1127
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
1128
                "shasum": ""
1129
            },
1130
            "require": {
1131
                "jakub-onderka/php-console-color": "~0.1",
1132
                "php": ">=5.3.0"
1133
            },
1134
            "require-dev": {
1135
                "jakub-onderka/php-code-style": "~1.0",
1136
                "jakub-onderka/php-parallel-lint": "~0.5",
1137
                "jakub-onderka/php-var-dump-check": "~0.1",
1138
                "phpunit/phpunit": "~4.0",
1139
                "squizlabs/php_codesniffer": "~1.5"
1140
            },
1141
            "type": "library",
1142
            "autoload": {
1143
                "psr-0": {
1144
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
1145
                }
1146
            },
1147
            "notification-url": "https://packagist.org/downloads/",
1148
            "license": [
1149
                "MIT"
1150
            ],
1151
            "authors": [
1152
                {
1153
                    "name": "Jakub Onderka",
1154
                    "email": "[email protected]",
1155
                    "homepage": "http://www.acci.cz/"
1156
                }
1157
            ],
1158
            "time": "2015-04-20T18:58:01+00:00"
1159
        },
1160
        {
1161
            "name": "jenssegers/date",
1162
            "version": "v3.3.1",
1163
            "source": {
1164
                "type": "git",
1165
                "url": "https://github.com/jenssegers/date.git",
1166
                "reference": "eb9ae6b49001a4b8031404aba52e6145a2dda3af"
1167
            },
1168
            "dist": {
1169
                "type": "zip",
1170
                "url": "https://api.github.com/repos/jenssegers/date/zipball/eb9ae6b49001a4b8031404aba52e6145a2dda3af",
1171
                "reference": "eb9ae6b49001a4b8031404aba52e6145a2dda3af",
1172
                "shasum": ""
1173
            },
1174
            "require": {
1175
                "nesbot/carbon": "^1.0",
1176
                "php": ">=5.4",
1177
                "symfony/translation": "^2.7|^3.0|^4.0"
1178
            },
1179
            "require-dev": {
1180
                "phpunit/phpunit": "^4.0|^5.0|^6.0",
1181
                "satooshi/php-coveralls": "^1.0"
1182
            },
1183
            "type": "library",
1184
            "extra": {
1185
                "branch-alias": {
1186
                    "dev-master": "3.1-dev"
1187
                },
1188
                "laravel": {
1189
                    "providers": [
1190
                        "Jenssegers\\Date\\DateServiceProvider"
1191
                    ],
1192
                    "aliases": {
1193
                        "Date": "Jenssegers\\Date\\Date"
1194
                    }
1195
                }
1196
            },
1197
            "autoload": {
1198
                "psr-4": {
1199
                    "Jenssegers\\Date\\": "src/"
1200
                }
1201
            },
1202
            "notification-url": "https://packagist.org/downloads/",
1203
            "license": [
1204
                "MIT"
1205
            ],
1206
            "authors": [
1207
                {
1208
                    "name": "Jens Segers",
1209
                    "homepage": "https://jenssegers.com"
1210
                }
1211
            ],
1212
            "description": "A date library to help you work with dates in different languages",
1213
            "homepage": "https://github.com/jenssegers/date",
1214
            "keywords": [
1215
                "carbon",
1216
                "date",
1217
                "datetime",
1218
                "i18n",
1219
                "laravel",
1220
                "time",
1221
                "translation"
1222
            ],
1223
            "time": "2018-03-01T09:51:53+00:00"
1224
        },
1225
        {
1226
            "name": "jlawrence/eos",
1227
            "version": "v3.2.2",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/jlawrence11/eos.git",
1231
                "reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/jlawrence11/eos/zipball/25e3d0f2316cb4636000f452a8e7dcc83725a32a",
1236
                "reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a",
1237
                "shasum": ""
1238
            },
1239
            "require-dev": {
1240
                "codeclimate/php-test-reporter": "dev-master",
1241
                "phpunit/phpunit": "4.*"
1242
            },
1243
            "type": "library",
1244
            "autoload": {
1245
                "psr-4": {
1246
                    "jlawrence\\eos\\": "src/"
1247
                }
1248
            },
1249
            "notification-url": "https://packagist.org/downloads/",
1250
            "license": [
1251
                "LGPL-2.1+"
1252
            ],
1253
            "authors": [
1254
                {
1255
                    "name": "Jon Lawrence",
1256
                    "email": "[email protected]"
1257
                }
1258
            ],
1259
            "description": "Parse and solve math equations without using 'eval()'.",
1260
            "keywords": [
1261
                "eos",
1262
                "equations",
1263
                "math",
1264
                "solve"
1265
            ],
1266
            "time": "2016-03-02T22:35:41+00:00"
1267
        },
1268
        {
1269
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

Exploit of encryption failure vulnerability
Loading history...
1270
            "version": "v5.5.39",
1271
            "source": {
1272
                "type": "git",
1273
                "url": "https://github.com/laravel/framework.git",
1274
                "reference": "a21ef7e51df831a7c38d24dcf8c4774ee0847526"
1275
            },
1276
            "dist": {
1277
                "type": "zip",
1278
                "url": "https://api.github.com/repos/laravel/framework/zipball/a21ef7e51df831a7c38d24dcf8c4774ee0847526",
1279
                "reference": "a21ef7e51df831a7c38d24dcf8c4774ee0847526",
1280
                "shasum": ""
1281
            },
1282
            "require": {
1283
                "doctrine/inflector": "~1.1",
1284
                "erusev/parsedown": "~1.7",
1285
                "ext-mbstring": "*",
1286
                "ext-openssl": "*",
1287
                "league/flysystem": "~1.0",
1288
                "monolog/monolog": "~1.12",
1289
                "mtdowling/cron-expression": "~1.0",
1290
                "nesbot/carbon": "^1.24.1",
1291
                "php": ">=7.0",
1292
                "psr/container": "~1.0",
1293
                "psr/simple-cache": "^1.0",
1294
                "ramsey/uuid": "~3.0",
1295
                "swiftmailer/swiftmailer": "~6.0",
1296
                "symfony/console": "~3.3",
1297
                "symfony/debug": "~3.3",
1298
                "symfony/finder": "~3.3",
1299
                "symfony/http-foundation": "~3.3",
1300
                "symfony/http-kernel": "~3.3",
1301
                "symfony/process": "~3.3",
1302
                "symfony/routing": "~3.3",
1303
                "symfony/var-dumper": "~3.3",
1304
                "tijsverkoyen/css-to-inline-styles": "~2.2",
1305
                "vlucas/phpdotenv": "~2.2"
1306
            },
1307
            "replace": {
1308
                "illuminate/auth": "self.version",
1309
                "illuminate/broadcasting": "self.version",
1310
                "illuminate/bus": "self.version",
1311
                "illuminate/cache": "self.version",
1312
                "illuminate/config": "self.version",
1313
                "illuminate/console": "self.version",
1314
                "illuminate/container": "self.version",
1315
                "illuminate/contracts": "self.version",
1316
                "illuminate/cookie": "self.version",
1317
                "illuminate/database": "self.version",
1318
                "illuminate/encryption": "self.version",
1319
                "illuminate/events": "self.version",
1320
                "illuminate/filesystem": "self.version",
1321
                "illuminate/hashing": "self.version",
1322
                "illuminate/http": "self.version",
1323
                "illuminate/log": "self.version",
1324
                "illuminate/mail": "self.version",
1325
                "illuminate/notifications": "self.version",
1326
                "illuminate/pagination": "self.version",
1327
                "illuminate/pipeline": "self.version",
1328
                "illuminate/queue": "self.version",
1329
                "illuminate/redis": "self.version",
1330
                "illuminate/routing": "self.version",
1331
                "illuminate/session": "self.version",
1332
                "illuminate/support": "self.version",
1333
                "illuminate/translation": "self.version",
1334
                "illuminate/validation": "self.version",
1335
                "illuminate/view": "self.version",
1336
                "tightenco/collect": "<5.5.33"
1337
            },
1338
            "require-dev": {
1339
                "aws/aws-sdk-php": "~3.0",
1340
                "doctrine/dbal": "~2.5",
1341
                "filp/whoops": "^2.1.4",
1342
                "mockery/mockery": "~1.0",
1343
                "orchestra/testbench-core": "3.5.*",
1344
                "pda/pheanstalk": "~3.0",
1345
                "phpunit/phpunit": "~6.0",
1346
                "predis/predis": "^1.1.1",
1347
                "symfony/css-selector": "~3.3",
1348
                "symfony/dom-crawler": "~3.3"
1349
            },
1350
            "suggest": {
1351
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
1352
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
1353
                "ext-pcntl": "Required to use all features of the queue worker.",
1354
                "ext-posix": "Required to use all features of the queue worker.",
1355
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1356
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
1357
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
1358
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1359
                "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
1360
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1361
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
1362
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1363
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
1364
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
1365
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
1366
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
1367
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
1368
            },
1369
            "type": "library",
1370
            "extra": {
1371
                "branch-alias": {
1372
                    "dev-master": "5.5-dev"
1373
                }
1374
            },
1375
            "autoload": {
1376
                "files": [
1377
                    "src/Illuminate/Foundation/helpers.php",
1378
                    "src/Illuminate/Support/helpers.php"
1379
                ],
1380
                "psr-4": {
1381
                    "Illuminate\\": "src/Illuminate/"
1382
                }
1383
            },
1384
            "notification-url": "https://packagist.org/downloads/",
1385
            "license": [
1386
                "MIT"
1387
            ],
1388
            "authors": [
1389
                {
1390
                    "name": "Taylor Otwell",
1391
                    "email": "[email protected]"
1392
                }
1393
            ],
1394
            "description": "The Laravel Framework.",
1395
            "homepage": "https://laravel.com",
1396
            "keywords": [
1397
                "framework",
1398
                "laravel"
1399
            ],
1400
            "time": "2018-03-09T17:24:53+00:00"
1401
        },
1402
        {
1403
            "name": "laravel/scout",
1404
            "version": "v4.0.3",
1405
            "source": {
1406
                "type": "git",
1407
                "url": "https://github.com/laravel/scout.git",
1408
                "reference": "297d9c5ef94c3f70e9c76b87a02d4b527698956e"
1409
            },
1410
            "dist": {
1411
                "type": "zip",
1412
                "url": "https://api.github.com/repos/laravel/scout/zipball/297d9c5ef94c3f70e9c76b87a02d4b527698956e",
1413
                "reference": "297d9c5ef94c3f70e9c76b87a02d4b527698956e",
1414
                "shasum": ""
1415
            },
1416
            "require": {
1417
                "illuminate/bus": "~5.4",
1418
                "illuminate/contracts": "~5.4",
1419
                "illuminate/database": "~5.4",
1420
                "illuminate/pagination": "~5.4",
1421
                "illuminate/queue": "~5.4",
1422
                "illuminate/support": "~5.4",
1423
                "php": ">=7.0"
1424
            },
1425
            "require-dev": {
1426
                "algolia/algoliasearch-client-php": "^1.10",
1427
                "mockery/mockery": "~1.0",
1428
                "phpunit/phpunit": "~6.0"
1429
            },
1430
            "suggest": {
1431
                "algolia/algoliasearch-client-php": "Required to use the Algolia engine (^1.10)."
1432
            },
1433
            "type": "library",
1434
            "extra": {
1435
                "branch-alias": {
1436
                    "dev-master": "3.0-dev"
1437
                },
1438
                "laravel": {
1439
                    "providers": [
1440
                        "Laravel\\Scout\\ScoutServiceProvider"
1441
                    ]
1442
                }
1443
            },
1444
            "autoload": {
1445
                "psr-4": {
1446
                    "Laravel\\Scout\\": "src/"
1447
                }
1448
            },
1449
            "notification-url": "https://packagist.org/downloads/",
1450
            "license": [
1451
                "MIT"
1452
            ],
1453
            "authors": [
1454
                {
1455
                    "name": "Taylor Otwell",
1456
                    "email": "[email protected]"
1457
                }
1458
            ],
1459
            "description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
1460
            "keywords": [
1461
                "algolia",
1462
                "laravel",
1463
                "search"
1464
            ],
1465
            "time": "2018-03-16T18:00:44+00:00"
1466
        },
1467
        {
1468
            "name": "laravel/tinker",
1469
            "version": "v1.0.5",
1470
            "source": {
1471
                "type": "git",
1472
                "url": "https://github.com/laravel/tinker.git",
1473
                "reference": "94f6daf2131508cebd11cd6f8632ba586d7ecc41"
1474
            },
1475
            "dist": {
1476
                "type": "zip",
1477
                "url": "https://api.github.com/repos/laravel/tinker/zipball/94f6daf2131508cebd11cd6f8632ba586d7ecc41",
1478
                "reference": "94f6daf2131508cebd11cd6f8632ba586d7ecc41",
1479
                "shasum": ""
1480
            },
1481
            "require": {
1482
                "illuminate/console": "~5.1",
1483
                "illuminate/contracts": "~5.1",
1484
                "illuminate/support": "~5.1",
1485
                "php": ">=5.5.9",
1486
                "psy/psysh": "0.7.*|0.8.*",
1487
                "symfony/var-dumper": "~3.0|~4.0"
1488
            },
1489
            "require-dev": {
1490
                "phpunit/phpunit": "~4.0|~5.0"
1491
            },
1492
            "suggest": {
1493
                "illuminate/database": "The Illuminate Database package (~5.1)."
1494
            },
1495
            "type": "library",
1496
            "extra": {
1497
                "branch-alias": {
1498
                    "dev-master": "1.0-dev"
1499
                },
1500
                "laravel": {
1501
                    "providers": [
1502
                        "Laravel\\Tinker\\TinkerServiceProvider"
1503
                    ]
1504
                }
1505
            },
1506
            "autoload": {
1507
                "psr-4": {
1508
                    "Laravel\\Tinker\\": "src/"
1509
                }
1510
            },
1511
            "notification-url": "https://packagist.org/downloads/",
1512
            "license": [
1513
                "MIT"
1514
            ],
1515
            "authors": [
1516
                {
1517
                    "name": "Taylor Otwell",
1518
                    "email": "[email protected]"
1519
                }
1520
            ],
1521
            "description": "Powerful REPL for the Laravel framework.",
1522
            "keywords": [
1523
                "REPL",
1524
                "Tinker",
1525
                "laravel",
1526
                "psysh"
1527
            ],
1528
            "time": "2018-03-06T17:34:36+00:00"
1529
        },
1530
        {
1531
            "name": "league/flysystem",
1532
            "version": "1.0.43",
1533
            "source": {
1534
                "type": "git",
1535
                "url": "https://github.com/thephpleague/flysystem.git",
1536
                "reference": "1ce7cc142d906ba58dc54c82915d355a9191c8a8"
1537
            },
1538
            "dist": {
1539
                "type": "zip",
1540
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1ce7cc142d906ba58dc54c82915d355a9191c8a8",
1541
                "reference": "1ce7cc142d906ba58dc54c82915d355a9191c8a8",
1542
                "shasum": ""
1543
            },
1544
            "require": {
1545
                "php": ">=5.5.9"
1546
            },
1547
            "conflict": {
1548
                "league/flysystem-sftp": "<1.0.6"
1549
            },
1550
            "require-dev": {
1551
                "ext-fileinfo": "*",
1552
                "phpspec/phpspec": "^3.4",
1553
                "phpunit/phpunit": "^5.7"
1554
            },
1555
            "suggest": {
1556
                "ext-fileinfo": "Required for MimeType",
1557
                "ext-ftp": "Allows you to use FTP server storage",
1558
                "ext-openssl": "Allows you to use FTPS server storage",
1559
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1560
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1561
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1562
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1563
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1564
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1565
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1566
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1567
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1568
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1569
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1570
            },
1571
            "type": "library",
1572
            "extra": {
1573
                "branch-alias": {
1574
                    "dev-master": "1.1-dev"
1575
                }
1576
            },
1577
            "autoload": {
1578
                "psr-4": {
1579
                    "League\\Flysystem\\": "src/"
1580
                }
1581
            },
1582
            "notification-url": "https://packagist.org/downloads/",
1583
            "license": [
1584
                "MIT"
1585
            ],
1586
            "authors": [
1587
                {
1588
                    "name": "Frank de Jonge",
1589
                    "email": "[email protected]"
1590
                }
1591
            ],
1592
            "description": "Filesystem abstraction: Many filesystems, one API.",
1593
            "keywords": [
1594
                "Cloud Files",
1595
                "WebDAV",
1596
                "abstraction",
1597
                "aws",
1598
                "cloud",
1599
                "copy.com",
1600
                "dropbox",
1601
                "file systems",
1602
                "files",
1603
                "filesystem",
1604
                "filesystems",
1605
                "ftp",
1606
                "rackspace",
1607
                "remote",
1608
                "s3",
1609
                "sftp",
1610
                "storage"
1611
            ],
1612
            "time": "2018-03-01T10:27:04+00:00"
1613
        },
1614
        {
1615
            "name": "league/flysystem-cached-adapter",
1616
            "version": "1.0.6",
1617
            "source": {
1618
                "type": "git",
1619
                "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
1620
                "reference": "93eec679c57f8510816577f361988b10b5b57351"
1621
            },
1622
            "dist": {
1623
                "type": "zip",
1624
                "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/93eec679c57f8510816577f361988b10b5b57351",
1625
                "reference": "93eec679c57f8510816577f361988b10b5b57351",
1626
                "shasum": ""
1627
            },
1628
            "require": {
1629
                "league/flysystem": "~1.0",
1630
                "psr/cache": "^1.0.0"
1631
            },
1632
            "require-dev": {
1633
                "henrikbjorn/phpspec-code-coverage": "~1.0@dev",
1634
                "mockery/mockery": "~0.9",
1635
                "phpspec/phpspec": "~2.1",
1636
                "phpunit/phpunit": "~4.1",
1637
                "predis/predis": "~1.0",
1638
                "tedivm/stash": "~0.12"
1639
            },
1640
            "suggest": {
1641
                "ext-phpredis": "Pure C implemented extension for PHP"
1642
            },
1643
            "type": "library",
1644
            "autoload": {
1645
                "psr-4": {
1646
                    "League\\Flysystem\\Cached\\": "src/"
1647
                }
1648
            },
1649
            "notification-url": "https://packagist.org/downloads/",
1650
            "license": [
1651
                "MIT"
1652
            ],
1653
            "authors": [
1654
                {
1655
                    "name": "frankdejonge",
1656
                    "email": "[email protected]"
1657
                }
1658
            ],
1659
            "description": "An adapter decorator to enable meta-data caching.",
1660
            "time": "2017-03-20T09:59:34+00:00"
1661
        },
1662
        {
1663
            "name": "league/glide",
1664
            "version": "1.3.0",
1665
            "source": {
1666
                "type": "git",
1667
                "url": "https://github.com/thephpleague/glide.git",
1668
                "reference": "bd29f65c9666abd72e66916e0573801e435ca878"
1669
            },
1670
            "dist": {
1671
                "type": "zip",
1672
                "url": "https://api.github.com/repos/thephpleague/glide/zipball/bd29f65c9666abd72e66916e0573801e435ca878",
1673
                "reference": "bd29f65c9666abd72e66916e0573801e435ca878",
1674
                "shasum": ""
1675
            },
1676
            "require": {
1677
                "intervention/image": "^2.1",
1678
                "league/flysystem": "^1.0",
1679
                "php": "^5.4 | ^7.0",
1680
                "psr/http-message": "^1.0"
1681
            },
1682
            "require-dev": {
1683
                "mockery/mockery": "~0.9",
1684
                "phpunit/php-token-stream": "^1.4",
1685
                "phpunit/phpunit": "~4.4"
1686
            },
1687
            "type": "library",
1688
            "extra": {
1689
                "branch-alias": {
1690
                    "dev-master": "1.1-dev"
1691
                }
1692
            },
1693
            "autoload": {
1694
                "psr-4": {
1695
                    "League\\Glide\\": "src/"
1696
                }
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Jonathan Reinink",
1705
                    "email": "[email protected]",
1706
                    "homepage": "http://reinink.ca"
1707
                }
1708
            ],
1709
            "description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
1710
            "homepage": "http://glide.thephpleague.com",
1711
            "keywords": [
1712
                "ImageMagick",
1713
                "editing",
1714
                "gd",
1715
                "image",
1716
                "imagick",
1717
                "league",
1718
                "manipulation",
1719
                "processing"
1720
            ],
1721
            "time": "2018-02-12T23:28:25+00:00"
1722
        },
1723
        {
1724
            "name": "monolog/monolog",
1725
            "version": "1.23.0",
1726
            "source": {
1727
                "type": "git",
1728
                "url": "https://github.com/Seldaek/monolog.git",
1729
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1730
            },
1731
            "dist": {
1732
                "type": "zip",
1733
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1734
                "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1735
                "shasum": ""
1736
            },
1737
            "require": {
1738
                "php": ">=5.3.0",
1739
                "psr/log": "~1.0"
1740
            },
1741
            "provide": {
1742
                "psr/log-implementation": "1.0.0"
1743
            },
1744
            "require-dev": {
1745
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1746
                "doctrine/couchdb": "~1.0@dev",
1747
                "graylog2/gelf-php": "~1.0",
1748
                "jakub-onderka/php-parallel-lint": "0.9",
1749
                "php-amqplib/php-amqplib": "~2.4",
1750
                "php-console/php-console": "^3.1.3",
1751
                "phpunit/phpunit": "~4.5",
1752
                "phpunit/phpunit-mock-objects": "2.3.0",
1753
                "ruflin/elastica": ">=0.90 <3.0",
1754
                "sentry/sentry": "^0.13",
1755
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1756
            },
1757
            "suggest": {
1758
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1759
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1760
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1761
                "ext-mongo": "Allow sending log messages to a MongoDB server",
1762
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1763
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1764
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1765
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1766
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1767
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1768
                "sentry/sentry": "Allow sending log messages to a Sentry server"
1769
            },
1770
            "type": "library",
1771
            "extra": {
1772
                "branch-alias": {
1773
                    "dev-master": "2.0.x-dev"
1774
                }
1775
            },
1776
            "autoload": {
1777
                "psr-4": {
1778
                    "Monolog\\": "src/Monolog"
1779
                }
1780
            },
1781
            "notification-url": "https://packagist.org/downloads/",
1782
            "license": [
1783
                "MIT"
1784
            ],
1785
            "authors": [
1786
                {
1787
                    "name": "Jordi Boggiano",
1788
                    "email": "[email protected]",
1789
                    "homepage": "http://seld.be"
1790
                }
1791
            ],
1792
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1793
            "homepage": "http://github.com/Seldaek/monolog",
1794
            "keywords": [
1795
                "log",
1796
                "logging",
1797
                "psr-3"
1798
            ],
1799
            "time": "2017-06-19T01:22:40+00:00"
1800
        },
1801
        {
1802
            "name": "mtdowling/cron-expression",
1803
            "version": "v1.2.1",
1804
            "source": {
1805
                "type": "git",
1806
                "url": "https://github.com/mtdowling/cron-expression.git",
1807
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
1808
            },
1809
            "dist": {
1810
                "type": "zip",
1811
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
1812
                "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
1813
                "shasum": ""
1814
            },
1815
            "require": {
1816
                "php": ">=5.3.2"
1817
            },
1818
            "require-dev": {
1819
                "phpunit/phpunit": "~4.0|~5.0"
1820
            },
1821
            "type": "library",
1822
            "autoload": {
1823
                "psr-4": {
1824
                    "Cron\\": "src/Cron/"
1825
                }
1826
            },
1827
            "notification-url": "https://packagist.org/downloads/",
1828
            "license": [
1829
                "MIT"
1830
            ],
1831
            "authors": [
1832
                {
1833
                    "name": "Michael Dowling",
1834
                    "email": "[email protected]",
1835
                    "homepage": "https://github.com/mtdowling"
1836
                }
1837
            ],
1838
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1839
            "keywords": [
1840
                "cron",
1841
                "schedule"
1842
            ],
1843
            "time": "2017-01-23T04:29:33+00:00"
1844
        },
1845
        {
1846
            "name": "nesbot/carbon",
1847
            "version": "1.25.0",
1848
            "source": {
1849
                "type": "git",
1850
                "url": "https://github.com/briannesbitt/Carbon.git",
1851
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4"
1852
            },
1853
            "dist": {
1854
                "type": "zip",
1855
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cbcf13da0b531767e39eb86e9687f5deba9857b4",
1856
                "reference": "cbcf13da0b531767e39eb86e9687f5deba9857b4",
1857
                "shasum": ""
1858
            },
1859
            "require": {
1860
                "php": ">=5.3.9",
1861
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1862
            },
1863
            "require-dev": {
1864
                "friendsofphp/php-cs-fixer": "~2",
1865
                "phpunit/phpunit": "^4.8.35 || ^5.7"
1866
            },
1867
            "type": "library",
1868
            "extra": {
1869
                "branch-alias": {
1870
                    "dev-master": "1.23-dev"
1871
                }
1872
            },
1873
            "autoload": {
1874
                "psr-4": {
1875
                    "Carbon\\": "src/Carbon/"
1876
                }
1877
            },
1878
            "notification-url": "https://packagist.org/downloads/",
1879
            "license": [
1880
                "MIT"
1881
            ],
1882
            "authors": [
1883
                {
1884
                    "name": "Brian Nesbitt",
1885
                    "email": "[email protected]",
1886
                    "homepage": "http://nesbot.com"
1887
                }
1888
            ],
1889
            "description": "A simple API extension for DateTime.",
1890
            "homepage": "http://carbon.nesbot.com",
1891
            "keywords": [
1892
                "date",
1893
                "datetime",
1894
                "time"
1895
            ],
1896
            "time": "2018-03-19T15:50:49+00:00"
1897
        },
1898
        {
1899
            "name": "nikic/php-parser",
1900
            "version": "v3.1.5",
1901
            "source": {
1902
                "type": "git",
1903
                "url": "https://github.com/nikic/PHP-Parser.git",
1904
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
1905
            },
1906
            "dist": {
1907
                "type": "zip",
1908
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1909
                "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
1910
                "shasum": ""
1911
            },
1912
            "require": {
1913
                "ext-tokenizer": "*",
1914
                "php": ">=5.5"
1915
            },
1916
            "require-dev": {
1917
                "phpunit/phpunit": "~4.0|~5.0"
1918
            },
1919
            "bin": [
1920
                "bin/php-parse"
1921
            ],
1922
            "type": "library",
1923
            "extra": {
1924
                "branch-alias": {
1925
                    "dev-master": "3.0-dev"
1926
                }
1927
            },
1928
            "autoload": {
1929
                "psr-4": {
1930
                    "PhpParser\\": "lib/PhpParser"
1931
                }
1932
            },
1933
            "notification-url": "https://packagist.org/downloads/",
1934
            "license": [
1935
                "BSD-3-Clause"
1936
            ],
1937
            "authors": [
1938
                {
1939
                    "name": "Nikita Popov"
1940
                }
1941
            ],
1942
            "description": "A PHP parser written in PHP",
1943
            "keywords": [
1944
                "parser",
1945
                "php"
1946
            ],
1947
            "time": "2018-02-28T20:30:58+00:00"
1948
        },
1949
        {
1950
            "name": "owen-it/laravel-auditing",
1951
            "version": "v5.0.4",
1952
            "source": {
1953
                "type": "git",
1954
                "url": "https://github.com/owen-it/laravel-auditing.git",
1955
                "reference": "79bac531b2efa8859e5bab113998d905e4a3e9e5"
1956
            },
1957
            "dist": {
1958
                "type": "zip",
1959
                "url": "https://api.github.com/repos/owen-it/laravel-auditing/zipball/79bac531b2efa8859e5bab113998d905e4a3e9e5",
1960
                "reference": "79bac531b2efa8859e5bab113998d905e4a3e9e5",
1961
                "shasum": ""
1962
            },
1963
            "require": {
1964
                "illuminate/console": "5.2.* || 5.3.* || 5.4.* || 5.5.*",
1965
                "illuminate/database": "5.2.* || 5.3.* || 5.4.* || 5.5.*",
1966
                "illuminate/filesystem": "5.2.* || 5.3.* || 5.4.* || 5.5.*",
1967
                "php": ">=7.0.13"
1968
            },
1969
            "require-dev": {
1970
                "mockery/mockery": "~1.0",
1971
                "orchestra/database": "^3.5",
1972
                "orchestra/testbench": "^3.5",
1973
                "phpunit/phpunit": "^6.0"
1974
            },
1975
            "suggest": {
1976
                "laravelista/lumen-vendor-publish": "Needed to publish the package configuration in Lumen"
1977
            },
1978
            "type": "package",
1979
            "extra": {
1980
                "branch-alias": {
1981
                    "dev-master": "5.0-dev"
1982
                },
1983
                "laravel": {
1984
                    "providers": [
1985
                        "OwenIt\\Auditing\\AuditingServiceProvider"
1986
                    ]
1987
                }
1988
            },
1989
            "autoload": {
1990
                "psr-4": {
1991
                    "OwenIt\\Auditing\\": "src/"
1992
                }
1993
            },
1994
            "notification-url": "https://packagist.org/downloads/",
1995
            "license": [
1996
                "MIT"
1997
            ],
1998
            "authors": [
1999
                {
2000
                    "name": "Quetzy Garcia",
2001
                    "email": "[email protected]"
2002
                },
2003
                {
2004
                    "name": "Antério Vieira",
2005
                    "email": "[email protected]"
2006
                },
2007
                {
2008
                    "name": "Raphael França",
2009
                    "email": "[email protected]"
2010
                }
2011
            ],
2012
            "description": "Audit changes of your Eloquent models in Laravel/Lumen",
2013
            "homepage": "http://laravel-auditing.com",
2014
            "keywords": [
2015
                "Accountability",
2016
                "Audit",
2017
                "auditing",
2018
                "changes",
2019
                "eloquent",
2020
                "history",
2021
                "laravel",
2022
                "log",
2023
                "logging",
2024
                "lumen",
2025
                "observer",
2026
                "record",
2027
                "revision",
2028
                "tracking"
2029
            ],
2030
            "time": "2018-02-06T23:25:55+00:00"
2031
        },
2032
        {
2033
            "name": "paragonie/random_compat",
2034
            "version": "v2.0.11",
2035
            "source": {
2036
                "type": "git",
2037
                "url": "https://github.com/paragonie/random_compat.git",
2038
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
2039
            },
2040
            "dist": {
2041
                "type": "zip",
2042
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
2043
                "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
2044
                "shasum": ""
2045
            },
2046
            "require": {
2047
                "php": ">=5.2.0"
2048
            },
2049
            "require-dev": {
2050
                "phpunit/phpunit": "4.*|5.*"
2051
            },
2052
            "suggest": {
2053
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2054
            },
2055
            "type": "library",
2056
            "autoload": {
2057
                "files": [
2058
                    "lib/random.php"
2059
                ]
2060
            },
2061
            "notification-url": "https://packagist.org/downloads/",
2062
            "license": [
2063
                "MIT"
2064
            ],
2065
            "authors": [
2066
                {
2067
                    "name": "Paragon Initiative Enterprises",
2068
                    "email": "[email protected]",
2069
                    "homepage": "https://paragonie.com"
2070
                }
2071
            ],
2072
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2073
            "keywords": [
2074
                "csprng",
2075
                "pseudorandom",
2076
                "random"
2077
            ],
2078
            "time": "2017-09-27T21:40:39+00:00"
2079
        },
2080
        {
2081
            "name": "patchwork/utf8",
2082
            "version": "v1.3.1",
2083
            "source": {
2084
                "type": "git",
2085
                "url": "https://github.com/tchwork/utf8.git",
2086
                "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a"
2087
            },
2088
            "dist": {
2089
                "type": "zip",
2090
                "url": "https://api.github.com/repos/tchwork/utf8/zipball/30ec6451aec7d2536f0af8fe535f70c764f2c47a",
2091
                "reference": "30ec6451aec7d2536f0af8fe535f70c764f2c47a",
2092
                "shasum": ""
2093
            },
2094
            "require": {
2095
                "lib-pcre": ">=7.3",
2096
                "php": ">=5.3.0"
2097
            },
2098
            "suggest": {
2099
                "ext-iconv": "Use iconv for best performance",
2100
                "ext-intl": "Use Intl for best performance",
2101
                "ext-mbstring": "Use Mbstring for best performance",
2102
                "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows"
2103
            },
2104
            "type": "library",
2105
            "extra": {
2106
                "branch-alias": {
2107
                    "dev-master": "1.3-dev"
2108
                }
2109
            },
2110
            "autoload": {
2111
                "psr-4": {
2112
                    "Patchwork\\": "src/Patchwork/"
2113
                },
2114
                "classmap": [
2115
                    "src/Normalizer.php"
2116
                ]
2117
            },
2118
            "notification-url": "https://packagist.org/downloads/",
2119
            "license": [
2120
                "(Apache-2.0 or GPL-2.0)"
2121
            ],
2122
            "authors": [
2123
                {
2124
                    "name": "Nicolas Grekas",
2125
                    "email": "[email protected]"
2126
                }
2127
            ],
2128
            "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
2129
            "homepage": "https://github.com/tchwork/utf8",
2130
            "keywords": [
2131
                "grapheme",
2132
                "i18n",
2133
                "unicode",
2134
                "utf-8",
2135
                "utf8"
2136
            ],
2137
            "time": "2016-05-18T13:57:10+00:00"
2138
        },
2139
        {
2140
            "name": "psr/cache",
2141
            "version": "1.0.1",
2142
            "source": {
2143
                "type": "git",
2144
                "url": "https://github.com/php-fig/cache.git",
2145
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2146
            },
2147
            "dist": {
2148
                "type": "zip",
2149
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2150
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2151
                "shasum": ""
2152
            },
2153
            "require": {
2154
                "php": ">=5.3.0"
2155
            },
2156
            "type": "library",
2157
            "extra": {
2158
                "branch-alias": {
2159
                    "dev-master": "1.0.x-dev"
2160
                }
2161
            },
2162
            "autoload": {
2163
                "psr-4": {
2164
                    "Psr\\Cache\\": "src/"
2165
                }
2166
            },
2167
            "notification-url": "https://packagist.org/downloads/",
2168
            "license": [
2169
                "MIT"
2170
            ],
2171
            "authors": [
2172
                {
2173
                    "name": "PHP-FIG",
2174
                    "homepage": "http://www.php-fig.org/"
2175
                }
2176
            ],
2177
            "description": "Common interface for caching libraries",
2178
            "keywords": [
2179
                "cache",
2180
                "psr",
2181
                "psr-6"
2182
            ],
2183
            "time": "2016-08-06T20:24:11+00:00"
2184
        },
2185
        {
2186
            "name": "psr/container",
2187
            "version": "1.0.0",
2188
            "source": {
2189
                "type": "git",
2190
                "url": "https://github.com/php-fig/container.git",
2191
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2192
            },
2193
            "dist": {
2194
                "type": "zip",
2195
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2196
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2197
                "shasum": ""
2198
            },
2199
            "require": {
2200
                "php": ">=5.3.0"
2201
            },
2202
            "type": "library",
2203
            "extra": {
2204
                "branch-alias": {
2205
                    "dev-master": "1.0.x-dev"
2206
                }
2207
            },
2208
            "autoload": {
2209
                "psr-4": {
2210
                    "Psr\\Container\\": "src/"
2211
                }
2212
            },
2213
            "notification-url": "https://packagist.org/downloads/",
2214
            "license": [
2215
                "MIT"
2216
            ],
2217
            "authors": [
2218
                {
2219
                    "name": "PHP-FIG",
2220
                    "homepage": "http://www.php-fig.org/"
2221
                }
2222
            ],
2223
            "description": "Common Container Interface (PHP FIG PSR-11)",
2224
            "homepage": "https://github.com/php-fig/container",
2225
            "keywords": [
2226
                "PSR-11",
2227
                "container",
2228
                "container-interface",
2229
                "container-interop",
2230
                "psr"
2231
            ],
2232
            "time": "2017-02-14T16:28:37+00:00"
2233
        },
2234
        {
2235
            "name": "psr/http-message",
2236
            "version": "1.0.1",
2237
            "source": {
2238
                "type": "git",
2239
                "url": "https://github.com/php-fig/http-message.git",
2240
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2241
            },
2242
            "dist": {
2243
                "type": "zip",
2244
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2245
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2246
                "shasum": ""
2247
            },
2248
            "require": {
2249
                "php": ">=5.3.0"
2250
            },
2251
            "type": "library",
2252
            "extra": {
2253
                "branch-alias": {
2254
                    "dev-master": "1.0.x-dev"
2255
                }
2256
            },
2257
            "autoload": {
2258
                "psr-4": {
2259
                    "Psr\\Http\\Message\\": "src/"
2260
                }
2261
            },
2262
            "notification-url": "https://packagist.org/downloads/",
2263
            "license": [
2264
                "MIT"
2265
            ],
2266
            "authors": [
2267
                {
2268
                    "name": "PHP-FIG",
2269
                    "homepage": "http://www.php-fig.org/"
2270
                }
2271
            ],
2272
            "description": "Common interface for HTTP messages",
2273
            "homepage": "https://github.com/php-fig/http-message",
2274
            "keywords": [
2275
                "http",
2276
                "http-message",
2277
                "psr",
2278
                "psr-7",
2279
                "request",
2280
                "response"
2281
            ],
2282
            "time": "2016-08-06T14:39:51+00:00"
2283
        },
2284
        {
2285
            "name": "psr/log",
2286
            "version": "1.0.2",
2287
            "source": {
2288
                "type": "git",
2289
                "url": "https://github.com/php-fig/log.git",
2290
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2291
            },
2292
            "dist": {
2293
                "type": "zip",
2294
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2295
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2296
                "shasum": ""
2297
            },
2298
            "require": {
2299
                "php": ">=5.3.0"
2300
            },
2301
            "type": "library",
2302
            "extra": {
2303
                "branch-alias": {
2304
                    "dev-master": "1.0.x-dev"
2305
                }
2306
            },
2307
            "autoload": {
2308
                "psr-4": {
2309
                    "Psr\\Log\\": "Psr/Log/"
2310
                }
2311
            },
2312
            "notification-url": "https://packagist.org/downloads/",
2313
            "license": [
2314
                "MIT"
2315
            ],
2316
            "authors": [
2317
                {
2318
                    "name": "PHP-FIG",
2319
                    "homepage": "http://www.php-fig.org/"
2320
                }
2321
            ],
2322
            "description": "Common interface for logging libraries",
2323
            "homepage": "https://github.com/php-fig/log",
2324
            "keywords": [
2325
                "log",
2326
                "psr",
2327
                "psr-3"
2328
            ],
2329
            "time": "2016-10-10T12:19:37+00:00"
2330
        },
2331
        {
2332
            "name": "psr/simple-cache",
2333
            "version": "1.0.1",
2334
            "source": {
2335
                "type": "git",
2336
                "url": "https://github.com/php-fig/simple-cache.git",
2337
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2338
            },
2339
            "dist": {
2340
                "type": "zip",
2341
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2342
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2343
                "shasum": ""
2344
            },
2345
            "require": {
2346
                "php": ">=5.3.0"
2347
            },
2348
            "type": "library",
2349
            "extra": {
2350
                "branch-alias": {
2351
                    "dev-master": "1.0.x-dev"
2352
                }
2353
            },
2354
            "autoload": {
2355
                "psr-4": {
2356
                    "Psr\\SimpleCache\\": "src/"
2357
                }
2358
            },
2359
            "notification-url": "https://packagist.org/downloads/",
2360
            "license": [
2361
                "MIT"
2362
            ],
2363
            "authors": [
2364
                {
2365
                    "name": "PHP-FIG",
2366
                    "homepage": "http://www.php-fig.org/"
2367
                }
2368
            ],
2369
            "description": "Common interfaces for simple caching",
2370
            "keywords": [
2371
                "cache",
2372
                "caching",
2373
                "psr",
2374
                "psr-16",
2375
                "simple-cache"
2376
            ],
2377
            "time": "2017-10-23T01:57:42+00:00"
2378
        },
2379
        {
2380
            "name": "psy/psysh",
2381
            "version": "v0.8.17",
2382
            "source": {
2383
                "type": "git",
2384
                "url": "https://github.com/bobthecow/psysh.git",
2385
                "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec"
2386
            },
2387
            "dist": {
2388
                "type": "zip",
2389
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
2390
                "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
2391
                "shasum": ""
2392
            },
2393
            "require": {
2394
                "dnoegel/php-xdg-base-dir": "0.1",
2395
                "jakub-onderka/php-console-highlighter": "0.3.*",
2396
                "nikic/php-parser": "~1.3|~2.0|~3.0",
2397
                "php": ">=5.3.9",
2398
                "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
2399
                "symfony/var-dumper": "~2.7|~3.0|~4.0"
2400
            },
2401
            "require-dev": {
2402
                "hoa/console": "~3.16|~1.14",
2403
                "phpunit/phpunit": "^4.8.35|^5.4.3",
2404
                "symfony/finder": "~2.1|~3.0|~4.0"
2405
            },
2406
            "suggest": {
2407
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
2408
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
2409
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
2410
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
2411
                "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
2412
            },
2413
            "bin": [
2414
                "bin/psysh"
2415
            ],
2416
            "type": "library",
2417
            "extra": {
2418
                "branch-alias": {
2419
                    "dev-develop": "0.8.x-dev"
2420
                }
2421
            },
2422
            "autoload": {
2423
                "files": [
2424
                    "src/Psy/functions.php"
2425
                ],
2426
                "psr-4": {
2427
                    "Psy\\": "src/Psy/"
2428
                }
2429
            },
2430
            "notification-url": "https://packagist.org/downloads/",
2431
            "license": [
2432
                "MIT"
2433
            ],
2434
            "authors": [
2435
                {
2436
                    "name": "Justin Hileman",
2437
                    "email": "[email protected]",
2438
                    "homepage": "http://justinhileman.com"
2439
                }
2440
            ],
2441
            "description": "An interactive shell for modern PHP.",
2442
            "homepage": "http://psysh.org",
2443
            "keywords": [
2444
                "REPL",
2445
                "console",
2446
                "interactive",
2447
                "shell"
2448
            ],
2449
            "time": "2017-12-28T16:14:16+00:00"
2450
        },
2451
        {
2452
            "name": "ramsey/uuid",
2453
            "version": "3.7.3",
2454
            "source": {
2455
                "type": "git",
2456
                "url": "https://github.com/ramsey/uuid.git",
2457
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
2458
            },
2459
            "dist": {
2460
                "type": "zip",
2461
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
2462
                "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
2463
                "shasum": ""
2464
            },
2465
            "require": {
2466
                "paragonie/random_compat": "^1.0|^2.0",
2467
                "php": "^5.4 || ^7.0"
2468
            },
2469
            "replace": {
2470
                "rhumsaa/uuid": "self.version"
2471
            },
2472
            "require-dev": {
2473
                "codeception/aspect-mock": "^1.0 | ~2.0.0",
2474
                "doctrine/annotations": "~1.2.0",
2475
                "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
2476
                "ircmaxell/random-lib": "^1.1",
2477
                "jakub-onderka/php-parallel-lint": "^0.9.0",
2478
                "mockery/mockery": "^0.9.9",
2479
                "moontoast/math": "^1.1",
2480
                "php-mock/php-mock-phpunit": "^0.3|^1.1",
2481
                "phpunit/phpunit": "^4.7|^5.0",
2482
                "squizlabs/php_codesniffer": "^2.3"
2483
            },
2484
            "suggest": {
2485
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
2486
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
2487
                "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2488
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
2489
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
2490
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2491
            },
2492
            "type": "library",
2493
            "extra": {
2494
                "branch-alias": {
2495
                    "dev-master": "3.x-dev"
2496
                }
2497
            },
2498
            "autoload": {
2499
                "psr-4": {
2500
                    "Ramsey\\Uuid\\": "src/"
2501
                }
2502
            },
2503
            "notification-url": "https://packagist.org/downloads/",
2504
            "license": [
2505
                "MIT"
2506
            ],
2507
            "authors": [
2508
                {
2509
                    "name": "Marijn Huizendveld",
2510
                    "email": "[email protected]"
2511
                },
2512
                {
2513
                    "name": "Thibaud Fabre",
2514
                    "email": "[email protected]"
2515
                },
2516
                {
2517
                    "name": "Ben Ramsey",
2518
                    "email": "[email protected]",
2519
                    "homepage": "https://benramsey.com"
2520
                }
2521
            ],
2522
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2523
            "homepage": "https://github.com/ramsey/uuid",
2524
            "keywords": [
2525
                "guid",
2526
                "identifier",
2527
                "uuid"
2528
            ],
2529
            "time": "2018-01-20T00:28:24+00:00"
2530
        },
2531
        {
2532
            "name": "spatie/laravel-activitylog",
2533
            "version": "2.5.1",
2534
            "source": {
2535
                "type": "git",
2536
                "url": "https://github.com/spatie/laravel-activitylog.git",
2537
                "reference": "cd743016a2653ceeef310513b6f09396ccab2d91"
2538
            },
2539
            "dist": {
2540
                "type": "zip",
2541
                "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/cd743016a2653ceeef310513b6f09396ccab2d91",
2542
                "reference": "cd743016a2653ceeef310513b6f09396ccab2d91",
2543
                "shasum": ""
2544
            },
2545
            "require": {
2546
                "illuminate/config": "~5.5.0|~5.6.0",
2547
                "illuminate/database": "~5.5.0|~5.6.0",
2548
                "illuminate/support": "~5.5.0|~5.6.0",
2549
                "php": "^7.0",
2550
                "spatie/string": "^2.1"
2551
            },
2552
            "require-dev": {
2553
                "orchestra/testbench": "~3.5.0|~3.6.0",
2554
                "phpunit/phpunit": "^6.2|^7.0"
2555
            },
2556
            "type": "library",
2557
            "extra": {
2558
                "laravel": {
2559
                    "providers": [
2560
                        "Spatie\\Activitylog\\ActivitylogServiceProvider"
2561
                    ]
2562
                }
2563
            },
2564
            "autoload": {
2565
                "psr-4": {
2566
                    "Spatie\\Activitylog\\": "src"
2567
                },
2568
                "files": [
2569
                    "src/helpers.php"
2570
                ]
2571
            },
2572
            "notification-url": "https://packagist.org/downloads/",
2573
            "license": [
2574
                "MIT"
2575
            ],
2576
            "authors": [
2577
                {
2578
                    "name": "Sebastian De Deyne",
2579
                    "email": "[email protected]",
2580
                    "homepage": "https://spatie.be",
2581
                    "role": "Developer"
2582
                },
2583
                {
2584
                    "name": "Freek Van der Herten",
2585
                    "email": "[email protected]",
2586
                    "homepage": "https://spatie.be",
2587
                    "role": "Developer"
2588
                }
2589
            ],
2590
            "description": "A very simple activity logger to monitor the users of your website or application",
2591
            "homepage": "https://github.com/spatie/activitylog",
2592
            "keywords": [
2593
                "activity",
2594
                "laravel",
2595
                "log",
2596
                "spatie",
2597
                "user"
2598
            ],
2599
            "time": "2018-02-10T22:20:31+00:00"
2600
        },
2601
        {
2602
            "name": "spatie/string",
2603
            "version": "2.2.2",
2604
            "source": {
2605
                "type": "git",
2606
                "url": "https://github.com/spatie/string.git",
2607
                "reference": "28607b9925b4f0499d48570553ca419c6298e26b"
2608
            },
2609
            "dist": {
2610
                "type": "zip",
2611
                "url": "https://api.github.com/repos/spatie/string/zipball/28607b9925b4f0499d48570553ca419c6298e26b",
2612
                "reference": "28607b9925b4f0499d48570553ca419c6298e26b",
2613
                "shasum": ""
2614
            },
2615
            "require": {
2616
                "anahkiasen/underscore-php": "^2.0",
2617
                "php": ">=5.6.0"
2618
            },
2619
            "require-dev": {
2620
                "phpunit/phpunit": "5.*",
2621
                "scrutinizer/ocular": "~1.1"
2622
            },
2623
            "type": "library",
2624
            "autoload": {
2625
                "files": [
2626
                    "src/string_functions.php"
2627
                ],
2628
                "psr-4": {
2629
                    "Spatie\\String\\": "src"
2630
                }
2631
            },
2632
            "notification-url": "https://packagist.org/downloads/",
2633
            "license": [
2634
                "MIT"
2635
            ],
2636
            "authors": [
2637
                {
2638
                    "name": "Freek Van der Herten",
2639
                    "email": "[email protected]",
2640
                    "homepage": "https://murze.be",
2641
                    "role": "Developer"
2642
                }
2643
            ],
2644
            "description": "String handling evolved",
2645
            "homepage": "https://github.com/spatie/string",
2646
            "keywords": [
2647
                "handling",
2648
                "handy",
2649
                "spatie",
2650
                "string"
2651
            ],
2652
            "time": "2017-11-08T14:28:57+00:00"
2653
        },
2654
        {
2655
            "name": "studio-42/elfinder",
2656
            "version": "2.1.35",
2657
            "source": {
2658
                "type": "git",
2659
                "url": "https://github.com/Studio-42/elFinder.git",
2660
                "reference": "6ae2d6a826b2bd42035df63857a0ba80c7033baa"
2661
            },
2662
            "dist": {
2663
                "type": "zip",
2664
                "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/6ae2d6a826b2bd42035df63857a0ba80c7033baa",
2665
                "reference": "6ae2d6a826b2bd42035df63857a0ba80c7033baa",
2666
                "shasum": ""
2667
            },
2668
            "require": {
2669
                "php": ">=5.2"
2670
            },
2671
            "suggest": {
2672
                "barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root.",
2673
                "google/apiclient": "VolumeDriver GoogleDrive require `google/apiclient:^2.0.",
2674
                "kunalvarma05/dropbox-php-sdk": "VolumeDriver `Dropbox`2 require `kunalvarma05/dropbox-php-sdk.",
2675
                "nao-pon/flysystem-google-drive": "require in GoogleDrive network volume mounting with Flysystem."
2676
            },
2677
            "type": "library",
2678
            "autoload": {
2679
                "classmap": [
2680
                    "php"
2681
                ]
2682
            },
2683
            "notification-url": "https://packagist.org/downloads/",
2684
            "license": [
2685
                "BSD-3-Clause"
2686
            ],
2687
            "authors": [
2688
                {
2689
                    "name": "Dmitry Levashov",
2690
                    "email": "[email protected]",
2691
                    "homepage": "http://std42.ru"
2692
                },
2693
                {
2694
                    "name": "Troex Nevelin",
2695
                    "email": "[email protected]",
2696
                    "homepage": "http://std42.ru"
2697
                },
2698
                {
2699
                    "name": "Community contributions",
2700
                    "homepage": "https://github.com/Studio-42/elFinder/contributors"
2701
                },
2702
                {
2703
                    "name": "Naoki Sawada",
2704
                    "email": "[email protected]",
2705
                    "homepage": "http://xoops.hypweb.net"
2706
                }
2707
            ],
2708
            "description": "File manager for web",
2709
            "homepage": "http://elfinder.org",
2710
            "time": "2018-03-21T14:17:40+00:00"
2711
        },
2712
        {
2713
            "name": "swiftmailer/swiftmailer",
2714
            "version": "v6.0.2",
2715
            "source": {
2716
                "type": "git",
2717
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2718
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
2719
            },
2720
            "dist": {
2721
                "type": "zip",
2722
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
2723
                "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
2724
                "shasum": ""
2725
            },
2726
            "require": {
2727
                "egulias/email-validator": "~2.0",
2728
                "php": ">=7.0.0"
2729
            },
2730
            "require-dev": {
2731
                "mockery/mockery": "~0.9.1",
2732
                "symfony/phpunit-bridge": "~3.3@dev"
2733
            },
2734
            "type": "library",
2735
            "extra": {
2736
                "branch-alias": {
2737
                    "dev-master": "6.0-dev"
2738
                }
2739
            },
2740
            "autoload": {
2741
                "files": [
2742
                    "lib/swift_required.php"
2743
                ]
2744
            },
2745
            "notification-url": "https://packagist.org/downloads/",
2746
            "license": [
2747
                "MIT"
2748
            ],
2749
            "authors": [
2750
                {
2751
                    "name": "Chris Corbyn"
2752
                },
2753
                {
2754
                    "name": "Fabien Potencier",
2755
                    "email": "[email protected]"
2756
                }
2757
            ],
2758
            "description": "Swiftmailer, free feature-rich PHP mailer",
2759
            "homepage": "http://swiftmailer.symfony.com",
2760
            "keywords": [
2761
                "email",
2762
                "mail",
2763
                "mailer"
2764
            ],
2765
            "time": "2017-09-30T22:39:41+00:00"
2766
        },
2767
        {
2768
            "name": "symfony/console",
2769
            "version": "v3.4.6",
2770
            "source": {
2771
                "type": "git",
2772
                "url": "https://github.com/symfony/console.git",
2773
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7"
2774
            },
2775
            "dist": {
2776
                "type": "zip",
2777
                "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7",
2778
                "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7",
2779
                "shasum": ""
2780
            },
2781
            "require": {
2782
                "php": "^5.5.9|>=7.0.8",
2783
                "symfony/debug": "~2.8|~3.0|~4.0",
2784
                "symfony/polyfill-mbstring": "~1.0"
2785
            },
2786
            "conflict": {
2787
                "symfony/dependency-injection": "<3.4",
2788
                "symfony/process": "<3.3"
2789
            },
2790
            "require-dev": {
2791
                "psr/log": "~1.0",
2792
                "symfony/config": "~3.3|~4.0",
2793
                "symfony/dependency-injection": "~3.4|~4.0",
2794
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2795
                "symfony/lock": "~3.4|~4.0",
2796
                "symfony/process": "~3.3|~4.0"
2797
            },
2798
            "suggest": {
2799
                "psr/log": "For using the console logger",
2800
                "symfony/event-dispatcher": "",
2801
                "symfony/lock": "",
2802
                "symfony/process": ""
2803
            },
2804
            "type": "library",
2805
            "extra": {
2806
                "branch-alias": {
2807
                    "dev-master": "3.4-dev"
2808
                }
2809
            },
2810
            "autoload": {
2811
                "psr-4": {
2812
                    "Symfony\\Component\\Console\\": ""
2813
                },
2814
                "exclude-from-classmap": [
2815
                    "/Tests/"
2816
                ]
2817
            },
2818
            "notification-url": "https://packagist.org/downloads/",
2819
            "license": [
2820
                "MIT"
2821
            ],
2822
            "authors": [
2823
                {
2824
                    "name": "Fabien Potencier",
2825
                    "email": "[email protected]"
2826
                },
2827
                {
2828
                    "name": "Symfony Community",
2829
                    "homepage": "https://symfony.com/contributors"
2830
                }
2831
            ],
2832
            "description": "Symfony Console Component",
2833
            "homepage": "https://symfony.com",
2834
            "time": "2018-02-26T15:46:28+00:00"
2835
        },
2836
        {
2837
            "name": "symfony/css-selector",
2838
            "version": "v4.0.6",
2839
            "source": {
2840
                "type": "git",
2841
                "url": "https://github.com/symfony/css-selector.git",
2842
                "reference": "c69f1e93aa898fd9fec627ebef467188151c8dc2"
2843
            },
2844
            "dist": {
2845
                "type": "zip",
2846
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/c69f1e93aa898fd9fec627ebef467188151c8dc2",
2847
                "reference": "c69f1e93aa898fd9fec627ebef467188151c8dc2",
2848
                "shasum": ""
2849
            },
2850
            "require": {
2851
                "php": "^7.1.3"
2852
            },
2853
            "type": "library",
2854
            "extra": {
2855
                "branch-alias": {
2856
                    "dev-master": "4.0-dev"
2857
                }
2858
            },
2859
            "autoload": {
2860
                "psr-4": {
2861
                    "Symfony\\Component\\CssSelector\\": ""
2862
                },
2863
                "exclude-from-classmap": [
2864
                    "/Tests/"
2865
                ]
2866
            },
2867
            "notification-url": "https://packagist.org/downloads/",
2868
            "license": [
2869
                "MIT"
2870
            ],
2871
            "authors": [
2872
                {
2873
                    "name": "Jean-François Simon",
2874
                    "email": "[email protected]"
2875
                },
2876
                {
2877
                    "name": "Fabien Potencier",
2878
                    "email": "[email protected]"
2879
                },
2880
                {
2881
                    "name": "Symfony Community",
2882
                    "homepage": "https://symfony.com/contributors"
2883
                }
2884
            ],
2885
            "description": "Symfony CssSelector Component",
2886
            "homepage": "https://symfony.com",
2887
            "time": "2018-02-03T14:58:37+00:00"
2888
        },
2889
        {
2890
            "name": "symfony/debug",
2891
            "version": "v3.4.6",
2892
            "source": {
2893
                "type": "git",
2894
                "url": "https://github.com/symfony/debug.git",
2895
                "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc"
2896
            },
2897
            "dist": {
2898
                "type": "zip",
2899
                "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
2900
                "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
2901
                "shasum": ""
2902
            },
2903
            "require": {
2904
                "php": "^5.5.9|>=7.0.8",
2905
                "psr/log": "~1.0"
2906
            },
2907
            "conflict": {
2908
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2909
            },
2910
            "require-dev": {
2911
                "symfony/http-kernel": "~2.8|~3.0|~4.0"
2912
            },
2913
            "type": "library",
2914
            "extra": {
2915
                "branch-alias": {
2916
                    "dev-master": "3.4-dev"
2917
                }
2918
            },
2919
            "autoload": {
2920
                "psr-4": {
2921
                    "Symfony\\Component\\Debug\\": ""
2922
                },
2923
                "exclude-from-classmap": [
2924
                    "/Tests/"
2925
                ]
2926
            },
2927
            "notification-url": "https://packagist.org/downloads/",
2928
            "license": [
2929
                "MIT"
2930
            ],
2931
            "authors": [
2932
                {
2933
                    "name": "Fabien Potencier",
2934
                    "email": "[email protected]"
2935
                },
2936
                {
2937
                    "name": "Symfony Community",
2938
                    "homepage": "https://symfony.com/contributors"
2939
                }
2940
            ],
2941
            "description": "Symfony Debug Component",
2942
            "homepage": "https://symfony.com",
2943
            "time": "2018-02-28T21:49:22+00:00"
2944
        },
2945
        {
2946
            "name": "symfony/event-dispatcher",
2947
            "version": "v4.0.6",
2948
            "source": {
2949
                "type": "git",
2950
                "url": "https://github.com/symfony/event-dispatcher.git",
2951
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428"
2952
            },
2953
            "dist": {
2954
                "type": "zip",
2955
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/85eaf6a8ec915487abac52e133efc4a268204428",
2956
                "reference": "85eaf6a8ec915487abac52e133efc4a268204428",
2957
                "shasum": ""
2958
            },
2959
            "require": {
2960
                "php": "^7.1.3"
2961
            },
2962
            "conflict": {
2963
                "symfony/dependency-injection": "<3.4"
2964
            },
2965
            "require-dev": {
2966
                "psr/log": "~1.0",
2967
                "symfony/config": "~3.4|~4.0",
2968
                "symfony/dependency-injection": "~3.4|~4.0",
2969
                "symfony/expression-language": "~3.4|~4.0",
2970
                "symfony/stopwatch": "~3.4|~4.0"
2971
            },
2972
            "suggest": {
2973
                "symfony/dependency-injection": "",
2974
                "symfony/http-kernel": ""
2975
            },
2976
            "type": "library",
2977
            "extra": {
2978
                "branch-alias": {
2979
                    "dev-master": "4.0-dev"
2980
                }
2981
            },
2982
            "autoload": {
2983
                "psr-4": {
2984
                    "Symfony\\Component\\EventDispatcher\\": ""
2985
                },
2986
                "exclude-from-classmap": [
2987
                    "/Tests/"
2988
                ]
2989
            },
2990
            "notification-url": "https://packagist.org/downloads/",
2991
            "license": [
2992
                "MIT"
2993
            ],
2994
            "authors": [
2995
                {
2996
                    "name": "Fabien Potencier",
2997
                    "email": "[email protected]"
2998
                },
2999
                {
3000
                    "name": "Symfony Community",
3001
                    "homepage": "https://symfony.com/contributors"
3002
                }
3003
            ],
3004
            "description": "Symfony EventDispatcher Component",
3005
            "homepage": "https://symfony.com",
3006
            "time": "2018-02-14T14:11:10+00:00"
3007
        },
3008
        {
3009
            "name": "symfony/finder",
3010
            "version": "v3.4.6",
3011
            "source": {
3012
                "type": "git",
3013
                "url": "https://github.com/symfony/finder.git",
3014
                "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625"
3015
            },
3016
            "dist": {
3017
                "type": "zip",
3018
                "url": "https://api.github.com/repos/symfony/finder/zipball/a479817ce0a9e4adfd7d39c6407c95d97c254625",
3019
                "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625",
3020
                "shasum": ""
3021
            },
3022
            "require": {
3023
                "php": "^5.5.9|>=7.0.8"
3024
            },
3025
            "type": "library",
3026
            "extra": {
3027
                "branch-alias": {
3028
                    "dev-master": "3.4-dev"
3029
                }
3030
            },
3031
            "autoload": {
3032
                "psr-4": {
3033
                    "Symfony\\Component\\Finder\\": ""
3034
                },
3035
                "exclude-from-classmap": [
3036
                    "/Tests/"
3037
                ]
3038
            },
3039
            "notification-url": "https://packagist.org/downloads/",
3040
            "license": [
3041
                "MIT"
3042
            ],
3043
            "authors": [
3044
                {
3045
                    "name": "Fabien Potencier",
3046
                    "email": "[email protected]"
3047
                },
3048
                {
3049
                    "name": "Symfony Community",
3050
                    "homepage": "https://symfony.com/contributors"
3051
                }
3052
            ],
3053
            "description": "Symfony Finder Component",
3054
            "homepage": "https://symfony.com",
3055
            "time": "2018-03-05T18:28:11+00:00"
3056
        },
3057
        {
3058
            "name": "symfony/http-foundation",
3059
            "version": "v3.4.6",
3060
            "source": {
3061
                "type": "git",
3062
                "url": "https://github.com/symfony/http-foundation.git",
3063
                "reference": "6f5935723c11b4125fc9927db6ad2feaa196e175"
3064
            },
3065
            "dist": {
3066
                "type": "zip",
3067
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f5935723c11b4125fc9927db6ad2feaa196e175",
3068
                "reference": "6f5935723c11b4125fc9927db6ad2feaa196e175",
3069
                "shasum": ""
3070
            },
3071
            "require": {
3072
                "php": "^5.5.9|>=7.0.8",
3073
                "symfony/polyfill-mbstring": "~1.1",
3074
                "symfony/polyfill-php70": "~1.6"
3075
            },
3076
            "require-dev": {
3077
                "symfony/expression-language": "~2.8|~3.0|~4.0"
3078
            },
3079
            "type": "library",
3080
            "extra": {
3081
                "branch-alias": {
3082
                    "dev-master": "3.4-dev"
3083
                }
3084
            },
3085
            "autoload": {
3086
                "psr-4": {
3087
                    "Symfony\\Component\\HttpFoundation\\": ""
3088
                },
3089
                "exclude-from-classmap": [
3090
                    "/Tests/"
3091
                ]
3092
            },
3093
            "notification-url": "https://packagist.org/downloads/",
3094
            "license": [
3095
                "MIT"
3096
            ],
3097
            "authors": [
3098
                {
3099
                    "name": "Fabien Potencier",
3100
                    "email": "[email protected]"
3101
                },
3102
                {
3103
                    "name": "Symfony Community",
3104
                    "homepage": "https://symfony.com/contributors"
3105
                }
3106
            ],
3107
            "description": "Symfony HttpFoundation Component",
3108
            "homepage": "https://symfony.com",
3109
            "time": "2018-02-22T10:48:49+00:00"
3110
        },
3111
        {
3112
            "name": "symfony/http-kernel",
3113
            "version": "v3.4.6",
3114
            "source": {
3115
                "type": "git",
3116
                "url": "https://github.com/symfony/http-kernel.git",
3117
                "reference": "a443bbbd93682aa08e623fade4c94edd586ed2de"
3118
            },
3119
            "dist": {
3120
                "type": "zip",
3121
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a443bbbd93682aa08e623fade4c94edd586ed2de",
3122
                "reference": "a443bbbd93682aa08e623fade4c94edd586ed2de",
3123
                "shasum": ""
3124
            },
3125
            "require": {
3126
                "php": "^5.5.9|>=7.0.8",
3127
                "psr/log": "~1.0",
3128
                "symfony/debug": "~2.8|~3.0|~4.0",
3129
                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
3130
                "symfony/http-foundation": "^3.4.4|^4.0.4"
3131
            },
3132
            "conflict": {
3133
                "symfony/config": "<2.8",
3134
                "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4",
3135
                "symfony/var-dumper": "<3.3",
3136
                "twig/twig": "<1.34|<2.4,>=2"
3137
            },
3138
            "provide": {
3139
                "psr/log-implementation": "1.0"
3140
            },
3141
            "require-dev": {
3142
                "psr/cache": "~1.0",
3143
                "symfony/browser-kit": "~2.8|~3.0|~4.0",
3144
                "symfony/class-loader": "~2.8|~3.0",
3145
                "symfony/config": "~2.8|~3.0|~4.0",
3146
                "symfony/console": "~2.8|~3.0|~4.0",
3147
                "symfony/css-selector": "~2.8|~3.0|~4.0",
3148
                "symfony/dependency-injection": "^3.4.5|^4.0.5",
3149
                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
3150
                "symfony/expression-language": "~2.8|~3.0|~4.0",
3151
                "symfony/finder": "~2.8|~3.0|~4.0",
3152
                "symfony/process": "~2.8|~3.0|~4.0",
3153
                "symfony/routing": "~3.4|~4.0",
3154
                "symfony/stopwatch": "~2.8|~3.0|~4.0",
3155
                "symfony/templating": "~2.8|~3.0|~4.0",
3156
                "symfony/translation": "~2.8|~3.0|~4.0",
3157
                "symfony/var-dumper": "~3.3|~4.0"
3158
            },
3159
            "suggest": {
3160
                "symfony/browser-kit": "",
3161
                "symfony/config": "",
3162
                "symfony/console": "",
3163
                "symfony/dependency-injection": "",
3164
                "symfony/finder": "",
3165
                "symfony/var-dumper": ""
3166
            },
3167
            "type": "library",
3168
            "extra": {
3169
                "branch-alias": {
3170
                    "dev-master": "3.4-dev"
3171
                }
3172
            },
3173
            "autoload": {
3174
                "psr-4": {
3175
                    "Symfony\\Component\\HttpKernel\\": ""
3176
                },
3177
                "exclude-from-classmap": [
3178
                    "/Tests/"
3179
                ]
3180
            },
3181
            "notification-url": "https://packagist.org/downloads/",
3182
            "license": [
3183
                "MIT"
3184
            ],
3185
            "authors": [
3186
                {
3187
                    "name": "Fabien Potencier",
3188
                    "email": "[email protected]"
3189
                },
3190
                {
3191
                    "name": "Symfony Community",
3192
                    "homepage": "https://symfony.com/contributors"
3193
                }
3194
            ],
3195
            "description": "Symfony HttpKernel Component",
3196
            "homepage": "https://symfony.com",
3197
            "time": "2018-03-05T19:41:07+00:00"
3198
        },
3199
        {
3200
            "name": "symfony/polyfill-mbstring",
3201
            "version": "v1.7.0",
3202
            "source": {
3203
                "type": "git",
3204
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3205
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
3206
            },
3207
            "dist": {
3208
                "type": "zip",
3209
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3210
                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
3211
                "shasum": ""
3212
            },
3213
            "require": {
3214
                "php": ">=5.3.3"
3215
            },
3216
            "suggest": {
3217
                "ext-mbstring": "For best performance"
3218
            },
3219
            "type": "library",
3220
            "extra": {
3221
                "branch-alias": {
3222
                    "dev-master": "1.7-dev"
3223
                }
3224
            },
3225
            "autoload": {
3226
                "psr-4": {
3227
                    "Symfony\\Polyfill\\Mbstring\\": ""
3228
                },
3229
                "files": [
3230
                    "bootstrap.php"
3231
                ]
3232
            },
3233
            "notification-url": "https://packagist.org/downloads/",
3234
            "license": [
3235
                "MIT"
3236
            ],
3237
            "authors": [
3238
                {
3239
                    "name": "Nicolas Grekas",
3240
                    "email": "[email protected]"
3241
                },
3242
                {
3243
                    "name": "Symfony Community",
3244
                    "homepage": "https://symfony.com/contributors"
3245
                }
3246
            ],
3247
            "description": "Symfony polyfill for the Mbstring extension",
3248
            "homepage": "https://symfony.com",
3249
            "keywords": [
3250
                "compatibility",
3251
                "mbstring",
3252
                "polyfill",
3253
                "portable",
3254
                "shim"
3255
            ],
3256
            "time": "2018-01-30T19:27:44+00:00"
3257
        },
3258
        {
3259
            "name": "symfony/polyfill-php70",
3260
            "version": "v1.7.0",
3261
            "source": {
3262
                "type": "git",
3263
                "url": "https://github.com/symfony/polyfill-php70.git",
3264
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
3265
            },
3266
            "dist": {
3267
                "type": "zip",
3268
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
3269
                "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
3270
                "shasum": ""
3271
            },
3272
            "require": {
3273
                "paragonie/random_compat": "~1.0|~2.0",
3274
                "php": ">=5.3.3"
3275
            },
3276
            "type": "library",
3277
            "extra": {
3278
                "branch-alias": {
3279
                    "dev-master": "1.7-dev"
3280
                }
3281
            },
3282
            "autoload": {
3283
                "psr-4": {
3284
                    "Symfony\\Polyfill\\Php70\\": ""
3285
                },
3286
                "files": [
3287
                    "bootstrap.php"
3288
                ],
3289
                "classmap": [
3290
                    "Resources/stubs"
3291
                ]
3292
            },
3293
            "notification-url": "https://packagist.org/downloads/",
3294
            "license": [
3295
                "MIT"
3296
            ],
3297
            "authors": [
3298
                {
3299
                    "name": "Nicolas Grekas",
3300
                    "email": "[email protected]"
3301
                },
3302
                {
3303
                    "name": "Symfony Community",
3304
                    "homepage": "https://symfony.com/contributors"
3305
                }
3306
            ],
3307
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3308
            "homepage": "https://symfony.com",
3309
            "keywords": [
3310
                "compatibility",
3311
                "polyfill",
3312
                "portable",
3313
                "shim"
3314
            ],
3315
            "time": "2018-01-30T19:27:44+00:00"
3316
        },
3317
        {
3318
            "name": "symfony/process",
3319
            "version": "v3.4.6",
3320
            "source": {
3321
                "type": "git",
3322
                "url": "https://github.com/symfony/process.git",
3323
                "reference": "cc4aea21f619116aaf1c58016a944e4821c8e8af"
3324
            },
3325
            "dist": {
3326
                "type": "zip",
3327
                "url": "https://api.github.com/repos/symfony/process/zipball/cc4aea21f619116aaf1c58016a944e4821c8e8af",
3328
                "reference": "cc4aea21f619116aaf1c58016a944e4821c8e8af",
3329
                "shasum": ""
3330
            },
3331
            "require": {
3332
                "php": "^5.5.9|>=7.0.8"
3333
            },
3334
            "type": "library",
3335
            "extra": {
3336
                "branch-alias": {
3337
                    "dev-master": "3.4-dev"
3338
                }
3339
            },
3340
            "autoload": {
3341
                "psr-4": {
3342
                    "Symfony\\Component\\Process\\": ""
3343
                },
3344
                "exclude-from-classmap": [
3345
                    "/Tests/"
3346
                ]
3347
            },
3348
            "notification-url": "https://packagist.org/downloads/",
3349
            "license": [
3350
                "MIT"
3351
            ],
3352
            "authors": [
3353
                {
3354
                    "name": "Fabien Potencier",
3355
                    "email": "[email protected]"
3356
                },
3357
                {
3358
                    "name": "Symfony Community",
3359
                    "homepage": "https://symfony.com/contributors"
3360
                }
3361
            ],
3362
            "description": "Symfony Process Component",
3363
            "homepage": "https://symfony.com",
3364
            "time": "2018-02-12T17:55:00+00:00"
3365
        },
3366
        {
3367
            "name": "symfony/routing",
3368
            "version": "v3.4.6",
3369
            "source": {
3370
                "type": "git",
3371
                "url": "https://github.com/symfony/routing.git",
3372
                "reference": "8773a9d52715f1a579576ce0e60213de34f5ef3e"
3373
            },
3374
            "dist": {
3375
                "type": "zip",
3376
                "url": "https://api.github.com/repos/symfony/routing/zipball/8773a9d52715f1a579576ce0e60213de34f5ef3e",
3377
                "reference": "8773a9d52715f1a579576ce0e60213de34f5ef3e",
3378
                "shasum": ""
3379
            },
3380
            "require": {
3381
                "php": "^5.5.9|>=7.0.8"
3382
            },
3383
            "conflict": {
3384
                "symfony/config": "<2.8",
3385
                "symfony/dependency-injection": "<3.3",
3386
                "symfony/yaml": "<3.4"
3387
            },
3388
            "require-dev": {
3389
                "doctrine/annotations": "~1.0",
3390
                "doctrine/common": "~2.2",
3391
                "psr/log": "~1.0",
3392
                "symfony/config": "~2.8|~3.0|~4.0",
3393
                "symfony/dependency-injection": "~3.3|~4.0",
3394
                "symfony/expression-language": "~2.8|~3.0|~4.0",
3395
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
3396
                "symfony/yaml": "~3.4|~4.0"
3397
            },
3398
            "suggest": {
3399
                "doctrine/annotations": "For using the annotation loader",
3400
                "symfony/config": "For using the all-in-one router or any loader",
3401
                "symfony/dependency-injection": "For loading routes from a service",
3402
                "symfony/expression-language": "For using expression matching",
3403
                "symfony/http-foundation": "For using a Symfony Request object",
3404
                "symfony/yaml": "For using the YAML loader"
3405
            },
3406
            "type": "library",
3407
            "extra": {
3408
                "branch-alias": {
3409
                    "dev-master": "3.4-dev"
3410
                }
3411
            },
3412
            "autoload": {
3413
                "psr-4": {
3414
                    "Symfony\\Component\\Routing\\": ""
3415
                },
3416
                "exclude-from-classmap": [
3417
                    "/Tests/"
3418
                ]
3419
            },
3420
            "notification-url": "https://packagist.org/downloads/",
3421
            "license": [
3422
                "MIT"
3423
            ],
3424
            "authors": [
3425
                {
3426
                    "name": "Fabien Potencier",
3427
                    "email": "[email protected]"
3428
                },
3429
                {
3430
                    "name": "Symfony Community",
3431
                    "homepage": "https://symfony.com/contributors"
3432
                }
3433
            ],
3434
            "description": "Symfony Routing Component",
3435
            "homepage": "https://symfony.com",
3436
            "keywords": [
3437
                "router",
3438
                "routing",
3439
                "uri",
3440
                "url"
3441
            ],
3442
            "time": "2018-02-28T21:49:22+00:00"
3443
        },
3444
        {
3445
            "name": "symfony/translation",
3446
            "version": "v4.0.6",
3447
            "source": {
3448
                "type": "git",
3449
                "url": "https://github.com/symfony/translation.git",
3450
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938"
3451
            },
3452
            "dist": {
3453
                "type": "zip",
3454
                "url": "https://api.github.com/repos/symfony/translation/zipball/e20a9b7f9f62cb33a11638b345c248e7d510c938",
3455
                "reference": "e20a9b7f9f62cb33a11638b345c248e7d510c938",
3456
                "shasum": ""
3457
            },
3458
            "require": {
3459
                "php": "^7.1.3",
3460
                "symfony/polyfill-mbstring": "~1.0"
3461
            },
3462
            "conflict": {
3463
                "symfony/config": "<3.4",
3464
                "symfony/dependency-injection": "<3.4",
3465
                "symfony/yaml": "<3.4"
3466
            },
3467
            "require-dev": {
3468
                "psr/log": "~1.0",
3469
                "symfony/config": "~3.4|~4.0",
3470
                "symfony/dependency-injection": "~3.4|~4.0",
3471
                "symfony/finder": "~2.8|~3.0|~4.0",
3472
                "symfony/intl": "~3.4|~4.0",
3473
                "symfony/yaml": "~3.4|~4.0"
3474
            },
3475
            "suggest": {
3476
                "psr/log": "To use logging capability in translator",
3477
                "symfony/config": "",
3478
                "symfony/yaml": ""
3479
            },
3480
            "type": "library",
3481
            "extra": {
3482
                "branch-alias": {
3483
                    "dev-master": "4.0-dev"
3484
                }
3485
            },
3486
            "autoload": {
3487
                "psr-4": {
3488
                    "Symfony\\Component\\Translation\\": ""
3489
                },
3490
                "exclude-from-classmap": [
3491
                    "/Tests/"
3492
                ]
3493
            },
3494
            "notification-url": "https://packagist.org/downloads/",
3495
            "license": [
3496
                "MIT"
3497
            ],
3498
            "authors": [
3499
                {
3500
                    "name": "Fabien Potencier",
3501
                    "email": "[email protected]"
3502
                },
3503
                {
3504
                    "name": "Symfony Community",
3505
                    "homepage": "https://symfony.com/contributors"
3506
                }
3507
            ],
3508
            "description": "Symfony Translation Component",
3509
            "homepage": "https://symfony.com",
3510
            "time": "2018-02-22T10:50:29+00:00"
3511
        },
3512
        {
3513
            "name": "symfony/var-dumper",
3514
            "version": "v3.4.6",
3515
            "source": {
3516
                "type": "git",
3517
                "url": "https://github.com/symfony/var-dumper.git",
3518
                "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d"
3519
            },
3520
            "dist": {
3521
                "type": "zip",
3522
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/80964679d81da3d5618519e0e4be488c3d7ecd7d",
3523
                "reference": "80964679d81da3d5618519e0e4be488c3d7ecd7d",
3524
                "shasum": ""
3525
            },
3526
            "require": {
3527
                "php": "^5.5.9|>=7.0.8",
3528
                "symfony/polyfill-mbstring": "~1.0"
3529
            },
3530
            "conflict": {
3531
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3532
            },
3533
            "require-dev": {
3534
                "ext-iconv": "*",
3535
                "twig/twig": "~1.34|~2.4"
3536
            },
3537
            "suggest": {
3538
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3539
                "ext-intl": "To show region name in time zone dump",
3540
                "ext-symfony_debug": ""
3541
            },
3542
            "type": "library",
3543
            "extra": {
3544
                "branch-alias": {
3545
                    "dev-master": "3.4-dev"
3546
                }
3547
            },
3548
            "autoload": {
3549
                "files": [
3550
                    "Resources/functions/dump.php"
3551
                ],
3552
                "psr-4": {
3553
                    "Symfony\\Component\\VarDumper\\": ""
3554
                },
3555
                "exclude-from-classmap": [
3556
                    "/Tests/"
3557
                ]
3558
            },
3559
            "notification-url": "https://packagist.org/downloads/",
3560
            "license": [
3561
                "MIT"
3562
            ],
3563
            "authors": [
3564
                {
3565
                    "name": "Nicolas Grekas",
3566
                    "email": "[email protected]"
3567
                },
3568
                {
3569
                    "name": "Symfony Community",
3570
                    "homepage": "https://symfony.com/contributors"
3571
                }
3572
            ],
3573
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3574
            "homepage": "https://symfony.com",
3575
            "keywords": [
3576
                "debug",
3577
                "dump"
3578
            ],
3579
            "time": "2018-02-22T17:29:24+00:00"
3580
        },
3581
        {
3582
            "name": "tijsverkoyen/css-to-inline-styles",
3583
            "version": "2.2.1",
3584
            "source": {
3585
                "type": "git",
3586
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3587
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
3588
            },
3589
            "dist": {
3590
                "type": "zip",
3591
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3592
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3593
                "shasum": ""
3594
            },
3595
            "require": {
3596
                "php": "^5.5 || ^7.0",
3597
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
3598
            },
3599
            "require-dev": {
3600
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3601
            },
3602
            "type": "library",
3603
            "extra": {
3604
                "branch-alias": {
3605
                    "dev-master": "2.2.x-dev"
3606
                }
3607
            },
3608
            "autoload": {
3609
                "psr-4": {
3610
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
3611
                }
3612
            },
3613
            "notification-url": "https://packagist.org/downloads/",
3614
            "license": [
3615
                "BSD-3-Clause"
3616
            ],
3617
            "authors": [
3618
                {
3619
                    "name": "Tijs Verkoyen",
3620
                    "email": "[email protected]",
3621
                    "role": "Developer"
3622
                }
3623
            ],
3624
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
3625
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3626
            "time": "2017-11-27T11:13:29+00:00"
3627
        },
3628
        {
3629
            "name": "umpirsky/language-list",
3630
            "version": "v1.0",
3631
            "source": {
3632
                "type": "git",
3633
                "url": "https://github.com/umpirsky/language-list.git",
3634
                "reference": "3079e6ea4d908bd9f8e0b07477c7d8ad3b1d8c8c"
3635
            },
3636
            "dist": {
3637
                "type": "zip",
3638
                "url": "https://api.github.com/repos/umpirsky/language-list/zipball/3079e6ea4d908bd9f8e0b07477c7d8ad3b1d8c8c",
3639
                "reference": "3079e6ea4d908bd9f8e0b07477c7d8ad3b1d8c8c",
3640
                "shasum": ""
3641
            },
3642
            "require": {
3643
                "php": ">=5.4"
3644
            },
3645
            "require-dev": {
3646
                "symfony/locale": "^2.7|^3.0",
3647
                "umpirsky/list-generator": "^1.1"
3648
            },
3649
            "type": "library",
3650
            "notification-url": "https://packagist.org/downloads/",
3651
            "license": [
3652
                "MIT"
3653
            ],
3654
            "authors": [
3655
                {
3656
                    "name": "Saša Stamenković",
3657
                    "email": "[email protected]"
3658
                }
3659
            ],
3660
            "description": "List of all languages with names and ISO 639-1 codes in all languages and all data formats.",
3661
            "time": "2016-09-26T14:12:15+00:00"
3662
        },
3663
        {
3664
            "name": "vlucas/phpdotenv",
3665
            "version": "v2.4.0",
3666
            "source": {
3667
                "type": "git",
3668
                "url": "https://github.com/vlucas/phpdotenv.git",
3669
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
3670
            },
3671
            "dist": {
3672
                "type": "zip",
3673
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3674
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3675
                "shasum": ""
3676
            },
3677
            "require": {
3678
                "php": ">=5.3.9"
3679
            },
3680
            "require-dev": {
3681
                "phpunit/phpunit": "^4.8 || ^5.0"
3682
            },
3683
            "type": "library",
3684
            "extra": {
3685
                "branch-alias": {
3686
                    "dev-master": "2.4-dev"
3687
                }
3688
            },
3689
            "autoload": {
3690
                "psr-4": {
3691
                    "Dotenv\\": "src/"
3692
                }
3693
            },
3694
            "notification-url": "https://packagist.org/downloads/",
3695
            "license": [
3696
                "BSD-3-Clause-Attribution"
3697
            ],
3698
            "authors": [
3699
                {
3700
                    "name": "Vance Lucas",
3701
                    "email": "[email protected]",
3702
                    "homepage": "http://www.vancelucas.com"
3703
                }
3704
            ],
3705
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3706
            "keywords": [
3707
                "dotenv",
3708
                "env",
3709
                "environment"
3710
            ],
3711
            "time": "2016-09-01T10:05:43+00:00"
3712
        },
3713
        {
3714
            "name": "yab/laravel-scout-mysql-driver",
3715
            "version": "v2.0.3",
3716
            "source": {
3717
                "type": "git",
3718
                "url": "https://github.com/YABhq/laravel-scout-mysql-driver.git",
3719
                "reference": "3f9cf88098265d36e158c595b25e3aa4a99e106d"
3720
            },
3721
            "dist": {
3722
                "type": "zip",
3723
                "url": "https://api.github.com/repos/YABhq/laravel-scout-mysql-driver/zipball/3f9cf88098265d36e158c595b25e3aa4a99e106d",
3724
                "reference": "3f9cf88098265d36e158c595b25e3aa4a99e106d",
3725
                "shasum": ""
3726
            },
3727
            "require": {
3728
                "laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*",
3729
                "laravel/scout": "^2.0|^3.0|^4.0",
3730
                "php": ">=5.6.4"
3731
            },
3732
            "type": "library",
3733
            "extra": {
3734
                "laravel": {
3735
                    "providers": [
3736
                        "Yab\\MySQLScout\\Providers\\MySQLScoutServiceProvider"
3737
                    ]
3738
                }
3739
            },
3740
            "autoload": {
3741
                "psr-4": {
3742
                    "Yab\\MySQLScout\\": "src/"
3743
                },
3744
                "files": [
3745
                    "src/helpers.php"
3746
                ]
3747
            },
3748
            "notification-url": "https://packagist.org/downloads/",
3749
            "license": [
3750
                "MIT"
3751
            ],
3752
            "authors": [
3753
                {
3754
                    "name": "Matt Lantz",
3755
                    "email": "[email protected]"
3756
                },
3757
                {
3758
                    "name": "Damian Crisafulli",
3759
                    "email": "[email protected]"
3760
                }
3761
            ],
3762
            "description": "MySQL driver for Laravel Scout.",
3763
            "time": "2018-02-17T11:47:40+00:00"
3764
        }
3765
    ],
3766
    "packages-dev": [
3767
        {
3768
            "name": "barryvdh/laravel-debugbar",
3769
            "version": "v3.1.4",
3770
            "source": {
3771
                "type": "git",
3772
                "url": "https://github.com/barryvdh/laravel-debugbar.git",
3773
                "reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1"
3774
            },
3775
            "dist": {
3776
                "type": "zip",
3777
                "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/7a91480cc6e597caed5117a3c5d685f06d35c5a1",
3778
                "reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1",
3779
                "shasum": ""
3780
            },
3781
            "require": {
3782
                "illuminate/routing": "5.5.x|5.6.x",
3783
                "illuminate/session": "5.5.x|5.6.x",
3784
                "illuminate/support": "5.5.x|5.6.x",
3785
                "maximebf/debugbar": "~1.15.0",
3786
                "php": ">=7.0",
3787
                "symfony/debug": "^3|^4",
3788
                "symfony/finder": "^3|^4"
3789
            },
3790
            "require-dev": {
3791
                "illuminate/framework": "5.5.x"
3792
            },
3793
            "type": "library",
3794
            "extra": {
3795
                "branch-alias": {
3796
                    "dev-master": "3.2-dev"
3797
                },
3798
                "laravel": {
3799
                    "providers": [
3800
                        "Barryvdh\\Debugbar\\ServiceProvider"
3801
                    ],
3802
                    "aliases": {
3803
                        "Debugbar": "Barryvdh\\Debugbar\\Facade"
3804
                    }
3805
                }
3806
            },
3807
            "autoload": {
3808
                "psr-4": {
3809
                    "Barryvdh\\Debugbar\\": "src/"
3810
                },
3811
                "files": [
3812
                    "src/helpers.php"
3813
                ]
3814
            },
3815
            "notification-url": "https://packagist.org/downloads/",
3816
            "license": [
3817
                "MIT"
3818
            ],
3819
            "authors": [
3820
                {
3821
                    "name": "Barry vd. Heuvel",
3822
                    "email": "[email protected]"
3823
                }
3824
            ],
3825
            "description": "PHP Debugbar integration for Laravel",
3826
            "keywords": [
3827
                "debug",
3828
                "debugbar",
3829
                "laravel",
3830
                "profiler",
3831
                "webprofiler"
3832
            ],
3833
            "time": "2018-03-06T08:35:31+00:00"
3834
        },
3835
        {
3836
            "name": "barryvdh/laravel-ide-helper",
3837
            "version": "v2.4.3",
3838
            "source": {
3839
                "type": "git",
3840
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
3841
                "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd"
3842
            },
3843
            "dist": {
3844
                "type": "zip",
3845
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3846
                "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3847
                "shasum": ""
3848
            },
3849
            "require": {
3850
                "barryvdh/reflection-docblock": "^2.0.4",
3851
                "illuminate/console": "^5.0,<5.7",
3852
                "illuminate/filesystem": "^5.0,<5.7",
3853
                "illuminate/support": "^5.0,<5.7",
3854
                "php": ">=5.4.0",
3855
                "symfony/class-loader": "^2.3|^3.0"
3856
            },
3857
            "require-dev": {
3858
                "doctrine/dbal": "~2.3",
3859
                "illuminate/config": "^5.0,<5.7",
3860
                "illuminate/view": "^5.0,<5.7",
3861
                "phpunit/phpunit": "4.*",
3862
                "scrutinizer/ocular": "~1.1",
3863
                "squizlabs/php_codesniffer": "~2.3"
3864
            },
3865
            "suggest": {
3866
                "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
3867
            },
3868
            "type": "library",
3869
            "extra": {
3870
                "branch-alias": {
3871
                    "dev-master": "2.3-dev"
3872
                },
3873
                "laravel": {
3874
                    "providers": [
3875
                        "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
3876
                    ]
3877
                }
3878
            },
3879
            "autoload": {
3880
                "psr-4": {
3881
                    "Barryvdh\\LaravelIdeHelper\\": "src"
3882
                }
3883
            },
3884
            "notification-url": "https://packagist.org/downloads/",
3885
            "license": [
3886
                "MIT"
3887
            ],
3888
            "authors": [
3889
                {
3890
                    "name": "Barry vd. Heuvel",
3891
                    "email": "[email protected]"
3892
                }
3893
            ],
3894
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
3895
            "keywords": [
3896
                "autocomplete",
3897
                "codeintel",
3898
                "helper",
3899
                "ide",
3900
                "laravel",
3901
                "netbeans",
3902
                "phpdoc",
3903
                "phpstorm",
3904
                "sublime"
3905
            ],
3906
            "time": "2018-02-08T07:56:07+00:00"
3907
        },
3908
        {
3909
            "name": "barryvdh/reflection-docblock",
3910
            "version": "v2.0.4",
3911
            "source": {
3912
                "type": "git",
3913
                "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
3914
                "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
3915
            },
3916
            "dist": {
3917
                "type": "zip",
3918
                "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c",
3919
                "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
3920
                "shasum": ""
3921
            },
3922
            "require": {
3923
                "php": ">=5.3.3"
3924
            },
3925
            "require-dev": {
3926
                "phpunit/phpunit": "~4.0,<4.5"
3927
            },
3928
            "suggest": {
3929
                "dflydev/markdown": "~1.0",
3930
                "erusev/parsedown": "~1.0"
3931
            },
3932
            "type": "library",
3933
            "extra": {
3934
                "branch-alias": {
3935
                    "dev-master": "2.0.x-dev"
3936
                }
3937
            },
3938
            "autoload": {
3939
                "psr-0": {
3940
                    "Barryvdh": [
3941
                        "src/"
3942
                    ]
3943
                }
3944
            },
3945
            "notification-url": "https://packagist.org/downloads/",
3946
            "license": [
3947
                "MIT"
3948
            ],
3949
            "authors": [
3950
                {
3951
                    "name": "Mike van Riel",
3952
                    "email": "[email protected]"
3953
                }
3954
            ],
3955
            "time": "2016-06-13T19:28:20+00:00"
3956
        },
3957
        {
3958
            "name": "codacy/coverage",
3959
            "version": "dev-master",
3960
            "source": {
3961
                "type": "git",
3962
                "url": "https://github.com/codacy/php-codacy-coverage.git",
3963
                "reference": "4988cd098db4d578681bfd3176071931ad475150"
3964
            },
3965
            "dist": {
3966
                "type": "zip",
3967
                "url": "https://api.github.com/repos/codacy/php-codacy-coverage/zipball/4988cd098db4d578681bfd3176071931ad475150",
3968
                "reference": "4988cd098db4d578681bfd3176071931ad475150",
3969
                "shasum": ""
3970
            },
3971
            "require": {
3972
                "gitonomy/gitlib": ">=1.0",
3973
                "php": ">=5.3.3",
3974
                "symfony/console": "~2.5|~3.0|~4.0"
3975
            },
3976
            "require-dev": {
3977
                "phpunit/phpunit": "~6.5"
3978
            },
3979
            "bin": [
3980
                "bin/codacycoverage"
3981
            ],
3982
            "type": "library",
3983
            "autoload": {
3984
                "classmap": [
3985
                    "src/"
3986
                ]
3987
            },
3988
            "notification-url": "https://packagist.org/downloads/",
3989
            "license": [
3990
                "MIT"
3991
            ],
3992
            "authors": [
3993
                {
3994
                    "name": "Jakob Pupke",
3995
                    "email": "[email protected]"
3996
                }
3997
            ],
3998
            "description": "Sends PHP test coverage information to Codacy.",
3999
            "homepage": "https://github.com/codacy/php-codacy-coverage",
4000
            "time": "2018-03-22T16:43:39+00:00"
4001
        },
4002
        {
4003
            "name": "doctrine/instantiator",
4004
            "version": "1.1.0",
4005
            "source": {
4006
                "type": "git",
4007
                "url": "https://github.com/doctrine/instantiator.git",
4008
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
4009
            },
4010
            "dist": {
4011
                "type": "zip",
4012
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
4013
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
4014
                "shasum": ""
4015
            },
4016
            "require": {
4017
                "php": "^7.1"
4018
            },
4019
            "require-dev": {
4020
                "athletic/athletic": "~0.1.8",
4021
                "ext-pdo": "*",
4022
                "ext-phar": "*",
4023
                "phpunit/phpunit": "^6.2.3",
4024
                "squizlabs/php_codesniffer": "^3.0.2"
4025
            },
4026
            "type": "library",
4027
            "extra": {
4028
                "branch-alias": {
4029
                    "dev-master": "1.2.x-dev"
4030
                }
4031
            },
4032
            "autoload": {
4033
                "psr-4": {
4034
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4035
                }
4036
            },
4037
            "notification-url": "https://packagist.org/downloads/",
4038
            "license": [
4039
                "MIT"
4040
            ],
4041
            "authors": [
4042
                {
4043
                    "name": "Marco Pivetta",
4044
                    "email": "[email protected]",
4045
                    "homepage": "http://ocramius.github.com/"
4046
                }
4047
            ],
4048
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4049
            "homepage": "https://github.com/doctrine/instantiator",
4050
            "keywords": [
4051
                "constructor",
4052
                "instantiate"
4053
            ],
4054
            "time": "2017-07-22T11:58:36+00:00"
4055
        },
4056
        {
4057
            "name": "filp/whoops",
4058
            "version": "2.1.14",
4059
            "source": {
4060
                "type": "git",
4061
                "url": "https://github.com/filp/whoops.git",
4062
                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
4063
            },
4064
            "dist": {
4065
                "type": "zip",
4066
                "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
4067
                "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
4068
                "shasum": ""
4069
            },
4070
            "require": {
4071
                "php": "^5.5.9 || ^7.0",
4072
                "psr/log": "^1.0.1"
4073
            },
4074
            "require-dev": {
4075
                "mockery/mockery": "0.9.*",
4076
                "phpunit/phpunit": "^4.8.35 || ^5.7",
4077
                "symfony/var-dumper": "^2.6 || ^3.0"
4078
            },
4079
            "suggest": {
4080
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
4081
                "whoops/soap": "Formats errors as SOAP responses"
4082
            },
4083
            "type": "library",
4084
            "extra": {
4085
                "branch-alias": {
4086
                    "dev-master": "2.0-dev"
4087
                }
4088
            },
4089
            "autoload": {
4090
                "psr-4": {
4091
                    "Whoops\\": "src/Whoops/"
4092
                }
4093
            },
4094
            "notification-url": "https://packagist.org/downloads/",
4095
            "license": [
4096
                "MIT"
4097
            ],
4098
            "authors": [
4099
                {
4100
                    "name": "Filipe Dobreira",
4101
                    "homepage": "https://github.com/filp",
4102
                    "role": "Developer"
4103
                }
4104
            ],
4105
            "description": "php error handling for cool kids",
4106
            "homepage": "https://filp.github.io/whoops/",
4107
            "keywords": [
4108
                "error",
4109
                "exception",
4110
                "handling",
4111
                "library",
4112
                "throwable",
4113
                "whoops"
4114
            ],
4115
            "time": "2017-11-23T18:22:44+00:00"
4116
        },
4117
        {
4118
            "name": "fzaninotto/faker",
4119
            "version": "v1.7.1",
4120
            "source": {
4121
                "type": "git",
4122
                "url": "https://github.com/fzaninotto/Faker.git",
4123
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
4124
            },
4125
            "dist": {
4126
                "type": "zip",
4127
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
4128
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
4129
                "shasum": ""
4130
            },
4131
            "require": {
4132
                "php": "^5.3.3 || ^7.0"
4133
            },
4134
            "require-dev": {
4135
                "ext-intl": "*",
4136
                "phpunit/phpunit": "^4.0 || ^5.0",
4137
                "squizlabs/php_codesniffer": "^1.5"
4138
            },
4139
            "type": "library",
4140
            "extra": {
4141
                "branch-alias": {
4142
                    "dev-master": "1.8-dev"
4143
                }
4144
            },
4145
            "autoload": {
4146
                "psr-4": {
4147
                    "Faker\\": "src/Faker/"
4148
                }
4149
            },
4150
            "notification-url": "https://packagist.org/downloads/",
4151
            "license": [
4152
                "MIT"
4153
            ],
4154
            "authors": [
4155
                {
4156
                    "name": "François Zaninotto"
4157
                }
4158
            ],
4159
            "description": "Faker is a PHP library that generates fake data for you.",
4160
            "keywords": [
4161
                "data",
4162
                "faker",
4163
                "fixtures"
4164
            ],
4165
            "time": "2017-08-15T16:48:10+00:00"
4166
        },
4167
        {
4168
            "name": "gitonomy/gitlib",
4169
            "version": "v1.0.3",
4170
            "source": {
4171
                "type": "git",
4172
                "url": "https://github.com/gitonomy/gitlib.git",
4173
                "reference": "1c2b0605115786613cb517798046c8ab57c17097"
4174
            },
4175
            "dist": {
4176
                "type": "zip",
4177
                "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/1c2b0605115786613cb517798046c8ab57c17097",
4178
                "reference": "1c2b0605115786613cb517798046c8ab57c17097",
4179
                "shasum": ""
4180
            },
4181
            "require": {
4182
                "php": "^5.3 || ^7.0",
4183
                "symfony/process": "^2.3|^3.0|^4.0"
4184
            },
4185
            "require-dev": {
4186
                "phpunit/phpunit": "^4.8.35|^5.7",
4187
                "psr/log": "^1.0"
4188
            },
4189
            "suggest": {
4190
                "psr/log": "Add some log"
4191
            },
4192
            "type": "library",
4193
            "extra": {
4194
                "branch-alias": {
4195
                    "dev-master": "1.0-dev"
4196
                }
4197
            },
4198
            "autoload": {
4199
                "psr-4": {
4200
                    "Gitonomy\\Git\\": "src/Gitonomy/Git/"
4201
                }
4202
            },
4203
            "notification-url": "https://packagist.org/downloads/",
4204
            "license": [
4205
                "MIT"
4206
            ],
4207
            "authors": [
4208
                {
4209
                    "name": "Alexandre Salomé",
4210
                    "email": "[email protected]",
4211
                    "homepage": "http://alexandre-salome.fr"
4212
                },
4213
                {
4214
                    "name": "Julien DIDIER",
4215
                    "email": "[email protected]",
4216
                    "homepage": "http://www.jdidier.net"
4217
                }
4218
            ],
4219
            "description": "Library for accessing git",
4220
            "homepage": "http://gitonomy.com",
4221
            "time": "2018-01-10T11:34:47+00:00"
4222
        },
4223
        {
4224
            "name": "hamcrest/hamcrest-php",
4225
            "version": "v1.2.2",
4226
            "source": {
4227
                "type": "git",
4228
                "url": "https://github.com/hamcrest/hamcrest-php.git",
4229
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
4230
            },
4231
            "dist": {
4232
                "type": "zip",
4233
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
4234
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
4235
                "shasum": ""
4236
            },
4237
            "require": {
4238
                "php": ">=5.3.2"
4239
            },
4240
            "replace": {
4241
                "cordoval/hamcrest-php": "*",
4242
                "davedevelopment/hamcrest-php": "*",
4243
                "kodova/hamcrest-php": "*"
4244
            },
4245
            "require-dev": {
4246
                "phpunit/php-file-iterator": "1.3.3",
4247
                "satooshi/php-coveralls": "dev-master"
4248
            },
4249
            "type": "library",
4250
            "autoload": {
4251
                "classmap": [
4252
                    "hamcrest"
4253
                ],
4254
                "files": [
4255
                    "hamcrest/Hamcrest.php"
4256
                ]
4257
            },
4258
            "notification-url": "https://packagist.org/downloads/",
4259
            "license": [
4260
                "BSD"
4261
            ],
4262
            "description": "This is the PHP port of Hamcrest Matchers",
4263
            "keywords": [
4264
                "test"
4265
            ],
4266
            "time": "2015-05-11T14:41:42+00:00"
4267
        },
4268
        {
4269
            "name": "maximebf/debugbar",
4270
            "version": "v1.15.0",
4271
            "source": {
4272
                "type": "git",
4273
                "url": "https://github.com/maximebf/php-debugbar.git",
4274
                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
4275
            },
4276
            "dist": {
4277
                "type": "zip",
4278
                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
4279
                "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
4280
                "shasum": ""
4281
            },
4282
            "require": {
4283
                "php": ">=5.3.0",
4284
                "psr/log": "^1.0",
4285
                "symfony/var-dumper": "^2.6|^3.0|^4.0"
4286
            },
4287
            "require-dev": {
4288
                "phpunit/phpunit": "^4.0|^5.0"
4289
            },
4290
            "suggest": {
4291
                "kriswallsmith/assetic": "The best way to manage assets",
4292
                "monolog/monolog": "Log using Monolog",
4293
                "predis/predis": "Redis storage"
4294
            },
4295
            "type": "library",
4296
            "extra": {
4297
                "branch-alias": {
4298
                    "dev-master": "1.14-dev"
4299
                }
4300
            },
4301
            "autoload": {
4302
                "psr-4": {
4303
                    "DebugBar\\": "src/DebugBar/"
4304
                }
4305
            },
4306
            "notification-url": "https://packagist.org/downloads/",
4307
            "license": [
4308
                "MIT"
4309
            ],
4310
            "authors": [
4311
                {
4312
                    "name": "Maxime Bouroumeau-Fuseau",
4313
                    "email": "[email protected]",
4314
                    "homepage": "http://maximebf.com"
4315
                },
4316
                {
4317
                    "name": "Barry vd. Heuvel",
4318
                    "email": "[email protected]"
4319
                }
4320
            ],
4321
            "description": "Debug bar in the browser for php application",
4322
            "homepage": "https://github.com/maximebf/php-debugbar",
4323
            "keywords": [
4324
                "debug",
4325
                "debugbar"
4326
            ],
4327
            "time": "2017-12-15T11:13:46+00:00"
4328
        },
4329
        {
4330
            "name": "mockery/mockery",
4331
            "version": "0.9.9",
4332
            "source": {
4333
                "type": "git",
4334
                "url": "https://github.com/mockery/mockery.git",
4335
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
4336
            },
4337
            "dist": {
4338
                "type": "zip",
4339
                "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
4340
                "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
4341
                "shasum": ""
4342
            },
4343
            "require": {
4344
                "hamcrest/hamcrest-php": "~1.1",
4345
                "lib-pcre": ">=7.0",
4346
                "php": ">=5.3.2"
4347
            },
4348
            "require-dev": {
4349
                "phpunit/phpunit": "~4.0"
4350
            },
4351
            "type": "library",
4352
            "extra": {
4353
                "branch-alias": {
4354
                    "dev-master": "0.9.x-dev"
4355
                }
4356
            },
4357
            "autoload": {
4358
                "psr-0": {
4359
                    "Mockery": "library/"
4360
                }
4361
            },
4362
            "notification-url": "https://packagist.org/downloads/",
4363
            "license": [
4364
                "BSD-3-Clause"
4365
            ],
4366
            "authors": [
4367
                {
4368
                    "name": "Padraic Brady",
4369
                    "email": "[email protected]",
4370
                    "homepage": "http://blog.astrumfutura.com"
4371
                },
4372
                {
4373
                    "name": "Dave Marshall",
4374
                    "email": "[email protected]",
4375
                    "homepage": "http://davedevelopment.co.uk"
4376
                }
4377
            ],
4378
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
4379
            "homepage": "http://github.com/padraic/mockery",
4380
            "keywords": [
4381
                "BDD",
4382
                "TDD",
4383
                "library",
4384
                "mock",
4385
                "mock objects",
4386
                "mockery",
4387
                "stub",
4388
                "test",
4389
                "test double",
4390
                "testing"
4391
            ],
4392
            "time": "2017-02-28T12:52:32+00:00"
4393
        },
4394
        {
4395
            "name": "myclabs/deep-copy",
4396
            "version": "1.7.0",
4397
            "source": {
4398
                "type": "git",
4399
                "url": "https://github.com/myclabs/DeepCopy.git",
4400
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
4401
            },
4402
            "dist": {
4403
                "type": "zip",
4404
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4405
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
4406
                "shasum": ""
4407
            },
4408
            "require": {
4409
                "php": "^5.6 || ^7.0"
4410
            },
4411
            "require-dev": {
4412
                "doctrine/collections": "^1.0",
4413
                "doctrine/common": "^2.6",
4414
                "phpunit/phpunit": "^4.1"
4415
            },
4416
            "type": "library",
4417
            "autoload": {
4418
                "psr-4": {
4419
                    "DeepCopy\\": "src/DeepCopy/"
4420
                },
4421
                "files": [
4422
                    "src/DeepCopy/deep_copy.php"
4423
                ]
4424
            },
4425
            "notification-url": "https://packagist.org/downloads/",
4426
            "license": [
4427
                "MIT"
4428
            ],
4429
            "description": "Create deep copies (clones) of your objects",
4430
            "keywords": [
4431
                "clone",
4432
                "copy",
4433
                "duplicate",
4434
                "object",
4435
                "object graph"
4436
            ],
4437
            "time": "2017-10-19T19:58:43+00:00"
4438
        },
4439
        {
4440
            "name": "phar-io/manifest",
4441
            "version": "1.0.1",
4442
            "source": {
4443
                "type": "git",
4444
                "url": "https://github.com/phar-io/manifest.git",
4445
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
4446
            },
4447
            "dist": {
4448
                "type": "zip",
4449
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
4450
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
4451
                "shasum": ""
4452
            },
4453
            "require": {
4454
                "ext-dom": "*",
4455
                "ext-phar": "*",
4456
                "phar-io/version": "^1.0.1",
4457
                "php": "^5.6 || ^7.0"
4458
            },
4459
            "type": "library",
4460
            "extra": {
4461
                "branch-alias": {
4462
                    "dev-master": "1.0.x-dev"
4463
                }
4464
            },
4465
            "autoload": {
4466
                "classmap": [
4467
                    "src/"
4468
                ]
4469
            },
4470
            "notification-url": "https://packagist.org/downloads/",
4471
            "license": [
4472
                "BSD-3-Clause"
4473
            ],
4474
            "authors": [
4475
                {
4476
                    "name": "Arne Blankerts",
4477
                    "email": "[email protected]",
4478
                    "role": "Developer"
4479
                },
4480
                {
4481
                    "name": "Sebastian Heuer",
4482
                    "email": "[email protected]",
4483
                    "role": "Developer"
4484
                },
4485
                {
4486
                    "name": "Sebastian Bergmann",
4487
                    "email": "[email protected]",
4488
                    "role": "Developer"
4489
                }
4490
            ],
4491
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4492
            "time": "2017-03-05T18:14:27+00:00"
4493
        },
4494
        {
4495
            "name": "phar-io/version",
4496
            "version": "1.0.1",
4497
            "source": {
4498
                "type": "git",
4499
                "url": "https://github.com/phar-io/version.git",
4500
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4501
            },
4502
            "dist": {
4503
                "type": "zip",
4504
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4505
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4506
                "shasum": ""
4507
            },
4508
            "require": {
4509
                "php": "^5.6 || ^7.0"
4510
            },
4511
            "type": "library",
4512
            "autoload": {
4513
                "classmap": [
4514
                    "src/"
4515
                ]
4516
            },
4517
            "notification-url": "https://packagist.org/downloads/",
4518
            "license": [
4519
                "BSD-3-Clause"
4520
            ],
4521
            "authors": [
4522
                {
4523
                    "name": "Arne Blankerts",
4524
                    "email": "[email protected]",
4525
                    "role": "Developer"
4526
                },
4527
                {
4528
                    "name": "Sebastian Heuer",
4529
                    "email": "[email protected]",
4530
                    "role": "Developer"
4531
                },
4532
                {
4533
                    "name": "Sebastian Bergmann",
4534
                    "email": "[email protected]",
4535
                    "role": "Developer"
4536
                }
4537
            ],
4538
            "description": "Library for handling version information and constraints",
4539
            "time": "2017-03-05T17:38:23+00:00"
4540
        },
4541
        {
4542
            "name": "phpdocumentor/reflection-common",
4543
            "version": "1.0.1",
4544
            "source": {
4545
                "type": "git",
4546
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4547
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4548
            },
4549
            "dist": {
4550
                "type": "zip",
4551
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4552
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4553
                "shasum": ""
4554
            },
4555
            "require": {
4556
                "php": ">=5.5"
4557
            },
4558
            "require-dev": {
4559
                "phpunit/phpunit": "^4.6"
4560
            },
4561
            "type": "library",
4562
            "extra": {
4563
                "branch-alias": {
4564
                    "dev-master": "1.0.x-dev"
4565
                }
4566
            },
4567
            "autoload": {
4568
                "psr-4": {
4569
                    "phpDocumentor\\Reflection\\": [
4570
                        "src"
4571
                    ]
4572
                }
4573
            },
4574
            "notification-url": "https://packagist.org/downloads/",
4575
            "license": [
4576
                "MIT"
4577
            ],
4578
            "authors": [
4579
                {
4580
                    "name": "Jaap van Otterdijk",
4581
                    "email": "[email protected]"
4582
                }
4583
            ],
4584
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4585
            "homepage": "http://www.phpdoc.org",
4586
            "keywords": [
4587
                "FQSEN",
4588
                "phpDocumentor",
4589
                "phpdoc",
4590
                "reflection",
4591
                "static analysis"
4592
            ],
4593
            "time": "2017-09-11T18:02:19+00:00"
4594
        },
4595
        {
4596
            "name": "phpdocumentor/reflection-docblock",
4597
            "version": "4.3.0",
4598
            "source": {
4599
                "type": "git",
4600
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4601
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4602
            },
4603
            "dist": {
4604
                "type": "zip",
4605
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4606
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4607
                "shasum": ""
4608
            },
4609
            "require": {
4610
                "php": "^7.0",
4611
                "phpdocumentor/reflection-common": "^1.0.0",
4612
                "phpdocumentor/type-resolver": "^0.4.0",
4613
                "webmozart/assert": "^1.0"
4614
            },
4615
            "require-dev": {
4616
                "doctrine/instantiator": "~1.0.5",
4617
                "mockery/mockery": "^1.0",
4618
                "phpunit/phpunit": "^6.4"
4619
            },
4620
            "type": "library",
4621
            "extra": {
4622
                "branch-alias": {
4623
                    "dev-master": "4.x-dev"
4624
                }
4625
            },
4626
            "autoload": {
4627
                "psr-4": {
4628
                    "phpDocumentor\\Reflection\\": [
4629
                        "src/"
4630
                    ]
4631
                }
4632
            },
4633
            "notification-url": "https://packagist.org/downloads/",
4634
            "license": [
4635
                "MIT"
4636
            ],
4637
            "authors": [
4638
                {
4639
                    "name": "Mike van Riel",
4640
                    "email": "[email protected]"
4641
                }
4642
            ],
4643
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4644
            "time": "2017-11-30T07:14:17+00:00"
4645
        },
4646
        {
4647
            "name": "phpdocumentor/type-resolver",
4648
            "version": "0.4.0",
4649
            "source": {
4650
                "type": "git",
4651
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4652
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4653
            },
4654
            "dist": {
4655
                "type": "zip",
4656
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4657
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4658
                "shasum": ""
4659
            },
4660
            "require": {
4661
                "php": "^5.5 || ^7.0",
4662
                "phpdocumentor/reflection-common": "^1.0"
4663
            },
4664
            "require-dev": {
4665
                "mockery/mockery": "^0.9.4",
4666
                "phpunit/phpunit": "^5.2||^4.8.24"
4667
            },
4668
            "type": "library",
4669
            "extra": {
4670
                "branch-alias": {
4671
                    "dev-master": "1.0.x-dev"
4672
                }
4673
            },
4674
            "autoload": {
4675
                "psr-4": {
4676
                    "phpDocumentor\\Reflection\\": [
4677
                        "src/"
4678
                    ]
4679
                }
4680
            },
4681
            "notification-url": "https://packagist.org/downloads/",
4682
            "license": [
4683
                "MIT"
4684
            ],
4685
            "authors": [
4686
                {
4687
                    "name": "Mike van Riel",
4688
                    "email": "[email protected]"
4689
                }
4690
            ],
4691
            "time": "2017-07-14T14:27:02+00:00"
4692
        },
4693
        {
4694
            "name": "phpspec/prophecy",
4695
            "version": "1.7.5",
4696
            "source": {
4697
                "type": "git",
4698
                "url": "https://github.com/phpspec/prophecy.git",
4699
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
4700
            },
4701
            "dist": {
4702
                "type": "zip",
4703
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
4704
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
4705
                "shasum": ""
4706
            },
4707
            "require": {
4708
                "doctrine/instantiator": "^1.0.2",
4709
                "php": "^5.3|^7.0",
4710
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4711
                "sebastian/comparator": "^1.1|^2.0",
4712
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4713
            },
4714
            "require-dev": {
4715
                "phpspec/phpspec": "^2.5|^3.2",
4716
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4717
            },
4718
            "type": "library",
4719
            "extra": {
4720
                "branch-alias": {
4721
                    "dev-master": "1.7.x-dev"
4722
                }
4723
            },
4724
            "autoload": {
4725
                "psr-0": {
4726
                    "Prophecy\\": "src/"
4727
                }
4728
            },
4729
            "notification-url": "https://packagist.org/downloads/",
4730
            "license": [
4731
                "MIT"
4732
            ],
4733
            "authors": [
4734
                {
4735
                    "name": "Konstantin Kudryashov",
4736
                    "email": "[email protected]",
4737
                    "homepage": "http://everzet.com"
4738
                },
4739
                {
4740
                    "name": "Marcello Duarte",
4741
                    "email": "[email protected]"
4742
                }
4743
            ],
4744
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4745
            "homepage": "https://github.com/phpspec/prophecy",
4746
            "keywords": [
4747
                "Double",
4748
                "Dummy",
4749
                "fake",
4750
                "mock",
4751
                "spy",
4752
                "stub"
4753
            ],
4754
            "time": "2018-02-19T10:16:54+00:00"
4755
        },
4756
        {
4757
            "name": "phpunit/php-code-coverage",
4758
            "version": "5.3.0",
4759
            "source": {
4760
                "type": "git",
4761
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4762
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
4763
            },
4764
            "dist": {
4765
                "type": "zip",
4766
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
4767
                "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
4768
                "shasum": ""
4769
            },
4770
            "require": {
4771
                "ext-dom": "*",
4772
                "ext-xmlwriter": "*",
4773
                "php": "^7.0",
4774
                "phpunit/php-file-iterator": "^1.4.2",
4775
                "phpunit/php-text-template": "^1.2.1",
4776
                "phpunit/php-token-stream": "^2.0.1",
4777
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4778
                "sebastian/environment": "^3.0",
4779
                "sebastian/version": "^2.0.1",
4780
                "theseer/tokenizer": "^1.1"
4781
            },
4782
            "require-dev": {
4783
                "phpunit/phpunit": "^6.0"
4784
            },
4785
            "suggest": {
4786
                "ext-xdebug": "^2.5.5"
4787
            },
4788
            "type": "library",
4789
            "extra": {
4790
                "branch-alias": {
4791
                    "dev-master": "5.3.x-dev"
4792
                }
4793
            },
4794
            "autoload": {
4795
                "classmap": [
4796
                    "src/"
4797
                ]
4798
            },
4799
            "notification-url": "https://packagist.org/downloads/",
4800
            "license": [
4801
                "BSD-3-Clause"
4802
            ],
4803
            "authors": [
4804
                {
4805
                    "name": "Sebastian Bergmann",
4806
                    "email": "[email protected]",
4807
                    "role": "lead"
4808
                }
4809
            ],
4810
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4811
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4812
            "keywords": [
4813
                "coverage",
4814
                "testing",
4815
                "xunit"
4816
            ],
4817
            "time": "2017-12-06T09:29:45+00:00"
4818
        },
4819
        {
4820
            "name": "phpunit/php-file-iterator",
4821
            "version": "1.4.5",
4822
            "source": {
4823
                "type": "git",
4824
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4825
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4826
            },
4827
            "dist": {
4828
                "type": "zip",
4829
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4830
                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4831
                "shasum": ""
4832
            },
4833
            "require": {
4834
                "php": ">=5.3.3"
4835
            },
4836
            "type": "library",
4837
            "extra": {
4838
                "branch-alias": {
4839
                    "dev-master": "1.4.x-dev"
4840
                }
4841
            },
4842
            "autoload": {
4843
                "classmap": [
4844
                    "src/"
4845
                ]
4846
            },
4847
            "notification-url": "https://packagist.org/downloads/",
4848
            "license": [
4849
                "BSD-3-Clause"
4850
            ],
4851
            "authors": [
4852
                {
4853
                    "name": "Sebastian Bergmann",
4854
                    "email": "[email protected]",
4855
                    "role": "lead"
4856
                }
4857
            ],
4858
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4859
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4860
            "keywords": [
4861
                "filesystem",
4862
                "iterator"
4863
            ],
4864
            "time": "2017-11-27T13:52:08+00:00"
4865
        },
4866
        {
4867
            "name": "phpunit/php-text-template",
4868
            "version": "1.2.1",
4869
            "source": {
4870
                "type": "git",
4871
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4872
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4873
            },
4874
            "dist": {
4875
                "type": "zip",
4876
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4877
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4878
                "shasum": ""
4879
            },
4880
            "require": {
4881
                "php": ">=5.3.3"
4882
            },
4883
            "type": "library",
4884
            "autoload": {
4885
                "classmap": [
4886
                    "src/"
4887
                ]
4888
            },
4889
            "notification-url": "https://packagist.org/downloads/",
4890
            "license": [
4891
                "BSD-3-Clause"
4892
            ],
4893
            "authors": [
4894
                {
4895
                    "name": "Sebastian Bergmann",
4896
                    "email": "[email protected]",
4897
                    "role": "lead"
4898
                }
4899
            ],
4900
            "description": "Simple template engine.",
4901
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4902
            "keywords": [
4903
                "template"
4904
            ],
4905
            "time": "2015-06-21T13:50:34+00:00"
4906
        },
4907
        {
4908
            "name": "phpunit/php-timer",
4909
            "version": "1.0.9",
4910
            "source": {
4911
                "type": "git",
4912
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4913
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4914
            },
4915
            "dist": {
4916
                "type": "zip",
4917
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4918
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4919
                "shasum": ""
4920
            },
4921
            "require": {
4922
                "php": "^5.3.3 || ^7.0"
4923
            },
4924
            "require-dev": {
4925
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4926
            },
4927
            "type": "library",
4928
            "extra": {
4929
                "branch-alias": {
4930
                    "dev-master": "1.0-dev"
4931
                }
4932
            },
4933
            "autoload": {
4934
                "classmap": [
4935
                    "src/"
4936
                ]
4937
            },
4938
            "notification-url": "https://packagist.org/downloads/",
4939
            "license": [
4940
                "BSD-3-Clause"
4941
            ],
4942
            "authors": [
4943
                {
4944
                    "name": "Sebastian Bergmann",
4945
                    "email": "[email protected]",
4946
                    "role": "lead"
4947
                }
4948
            ],
4949
            "description": "Utility class for timing",
4950
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4951
            "keywords": [
4952
                "timer"
4953
            ],
4954
            "time": "2017-02-26T11:10:40+00:00"
4955
        },
4956
        {
4957
            "name": "phpunit/php-token-stream",
4958
            "version": "2.0.2",
4959
            "source": {
4960
                "type": "git",
4961
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4962
                "reference": "791198a2c6254db10131eecfe8c06670700904db"
4963
            },
4964
            "dist": {
4965
                "type": "zip",
4966
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
4967
                "reference": "791198a2c6254db10131eecfe8c06670700904db",
4968
                "shasum": ""
4969
            },
4970
            "require": {
4971
                "ext-tokenizer": "*",
4972
                "php": "^7.0"
4973
            },
4974
            "require-dev": {
4975
                "phpunit/phpunit": "^6.2.4"
4976
            },
4977
            "type": "library",
4978
            "extra": {
4979
                "branch-alias": {
4980
                    "dev-master": "2.0-dev"
4981
                }
4982
            },
4983
            "autoload": {
4984
                "classmap": [
4985
                    "src/"
4986
                ]
4987
            },
4988
            "notification-url": "https://packagist.org/downloads/",
4989
            "license": [
4990
                "BSD-3-Clause"
4991
            ],
4992
            "authors": [
4993
                {
4994
                    "name": "Sebastian Bergmann",
4995
                    "email": "[email protected]"
4996
                }
4997
            ],
4998
            "description": "Wrapper around PHP's tokenizer extension.",
4999
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
5000
            "keywords": [
5001
                "tokenizer"
5002
            ],
5003
            "time": "2017-11-27T05:48:46+00:00"
5004
        },
5005
        {
5006
            "name": "phpunit/phpunit",
5007
            "version": "6.5.7",
5008
            "source": {
5009
                "type": "git",
5010
                "url": "https://github.com/sebastianbergmann/phpunit.git",
5011
                "reference": "6bd77b57707c236833d2b57b968e403df060c9d9"
5012
            },
5013
            "dist": {
5014
                "type": "zip",
5015
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6bd77b57707c236833d2b57b968e403df060c9d9",
5016
                "reference": "6bd77b57707c236833d2b57b968e403df060c9d9",
5017
                "shasum": ""
5018
            },
5019
            "require": {
5020
                "ext-dom": "*",
5021
                "ext-json": "*",
5022
                "ext-libxml": "*",
5023
                "ext-mbstring": "*",
5024
                "ext-xml": "*",
5025
                "myclabs/deep-copy": "^1.6.1",
5026
                "phar-io/manifest": "^1.0.1",
5027
                "phar-io/version": "^1.0",
5028
                "php": "^7.0",
5029
                "phpspec/prophecy": "^1.7",
5030
                "phpunit/php-code-coverage": "^5.3",
5031
                "phpunit/php-file-iterator": "^1.4.3",
5032
                "phpunit/php-text-template": "^1.2.1",
5033
                "phpunit/php-timer": "^1.0.9",
5034
                "phpunit/phpunit-mock-objects": "^5.0.5",
5035
                "sebastian/comparator": "^2.1",
5036
                "sebastian/diff": "^2.0",
5037
                "sebastian/environment": "^3.1",
5038
                "sebastian/exporter": "^3.1",
5039
                "sebastian/global-state": "^2.0",
5040
                "sebastian/object-enumerator": "^3.0.3",
5041
                "sebastian/resource-operations": "^1.0",
5042
                "sebastian/version": "^2.0.1"
5043
            },
5044
            "conflict": {
5045
                "phpdocumentor/reflection-docblock": "3.0.2",
5046
                "phpunit/dbunit": "<3.0"
5047
            },
5048
            "require-dev": {
5049
                "ext-pdo": "*"
5050
            },
5051
            "suggest": {
5052
                "ext-xdebug": "*",
5053
                "phpunit/php-invoker": "^1.1"
5054
            },
5055
            "bin": [
5056
                "phpunit"
5057
            ],
5058
            "type": "library",
5059
            "extra": {
5060
                "branch-alias": {
5061
                    "dev-master": "6.5.x-dev"
5062
                }
5063
            },
5064
            "autoload": {
5065
                "classmap": [
5066
                    "src/"
5067
                ]
5068
            },
5069
            "notification-url": "https://packagist.org/downloads/",
5070
            "license": [
5071
                "BSD-3-Clause"
5072
            ],
5073
            "authors": [
5074
                {
5075
                    "name": "Sebastian Bergmann",
5076
                    "email": "[email protected]",
5077
                    "role": "lead"
5078
                }
5079
            ],
5080
            "description": "The PHP Unit Testing framework.",
5081
            "homepage": "https://phpunit.de/",
5082
            "keywords": [
5083
                "phpunit",
5084
                "testing",
5085
                "xunit"
5086
            ],
5087
            "time": "2018-02-26T07:01:09+00:00"
5088
        },
5089
        {
5090
            "name": "phpunit/phpunit-mock-objects",
5091
            "version": "5.0.6",
5092
            "source": {
5093
                "type": "git",
5094
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
5095
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
5096
            },
5097
            "dist": {
5098
                "type": "zip",
5099
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
5100
                "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
5101
                "shasum": ""
5102
            },
5103
            "require": {
5104
                "doctrine/instantiator": "^1.0.5",
5105
                "php": "^7.0",
5106
                "phpunit/php-text-template": "^1.2.1",
5107
                "sebastian/exporter": "^3.1"
5108
            },
5109
            "conflict": {
5110
                "phpunit/phpunit": "<6.0"
5111
            },
5112
            "require-dev": {
5113
                "phpunit/phpunit": "^6.5"
5114
            },
5115
            "suggest": {
5116
                "ext-soap": "*"
5117
            },
5118
            "type": "library",
5119
            "extra": {
5120
                "branch-alias": {
5121
                    "dev-master": "5.0.x-dev"
5122
                }
5123
            },
5124
            "autoload": {
5125
                "classmap": [
5126
                    "src/"
5127
                ]
5128
            },
5129
            "notification-url": "https://packagist.org/downloads/",
5130
            "license": [
5131
                "BSD-3-Clause"
5132
            ],
5133
            "authors": [
5134
                {
5135
                    "name": "Sebastian Bergmann",
5136
                    "email": "[email protected]",
5137
                    "role": "lead"
5138
                }
5139
            ],
5140
            "description": "Mock Object library for PHPUnit",
5141
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5142
            "keywords": [
5143
                "mock",
5144
                "xunit"
5145
            ],
5146
            "time": "2018-01-06T05:45:45+00:00"
5147
        },
5148
        {
5149
            "name": "sebastian/code-unit-reverse-lookup",
5150
            "version": "1.0.1",
5151
            "source": {
5152
                "type": "git",
5153
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5154
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
5155
            },
5156
            "dist": {
5157
                "type": "zip",
5158
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5159
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
5160
                "shasum": ""
5161
            },
5162
            "require": {
5163
                "php": "^5.6 || ^7.0"
5164
            },
5165
            "require-dev": {
5166
                "phpunit/phpunit": "^5.7 || ^6.0"
5167
            },
5168
            "type": "library",
5169
            "extra": {
5170
                "branch-alias": {
5171
                    "dev-master": "1.0.x-dev"
5172
                }
5173
            },
5174
            "autoload": {
5175
                "classmap": [
5176
                    "src/"
5177
                ]
5178
            },
5179
            "notification-url": "https://packagist.org/downloads/",
5180
            "license": [
5181
                "BSD-3-Clause"
5182
            ],
5183
            "authors": [
5184
                {
5185
                    "name": "Sebastian Bergmann",
5186
                    "email": "[email protected]"
5187
                }
5188
            ],
5189
            "description": "Looks up which function or method a line of code belongs to",
5190
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5191
            "time": "2017-03-04T06:30:41+00:00"
5192
        },
5193
        {
5194
            "name": "sebastian/comparator",
5195
            "version": "2.1.3",
5196
            "source": {
5197
                "type": "git",
5198
                "url": "https://github.com/sebastianbergmann/comparator.git",
5199
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
5200
            },
5201
            "dist": {
5202
                "type": "zip",
5203
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
5204
                "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
5205
                "shasum": ""
5206
            },
5207
            "require": {
5208
                "php": "^7.0",
5209
                "sebastian/diff": "^2.0 || ^3.0",
5210
                "sebastian/exporter": "^3.1"
5211
            },
5212
            "require-dev": {
5213
                "phpunit/phpunit": "^6.4"
5214
            },
5215
            "type": "library",
5216
            "extra": {
5217
                "branch-alias": {
5218
                    "dev-master": "2.1.x-dev"
5219
                }
5220
            },
5221
            "autoload": {
5222
                "classmap": [
5223
                    "src/"
5224
                ]
5225
            },
5226
            "notification-url": "https://packagist.org/downloads/",
5227
            "license": [
5228
                "BSD-3-Clause"
5229
            ],
5230
            "authors": [
5231
                {
5232
                    "name": "Jeff Welch",
5233
                    "email": "[email protected]"
5234
                },
5235
                {
5236
                    "name": "Volker Dusch",
5237
                    "email": "[email protected]"
5238
                },
5239
                {
5240
                    "name": "Bernhard Schussek",
5241
                    "email": "[email protected]"
5242
                },
5243
                {
5244
                    "name": "Sebastian Bergmann",
5245
                    "email": "[email protected]"
5246
                }
5247
            ],
5248
            "description": "Provides the functionality to compare PHP values for equality",
5249
            "homepage": "https://github.com/sebastianbergmann/comparator",
5250
            "keywords": [
5251
                "comparator",
5252
                "compare",
5253
                "equality"
5254
            ],
5255
            "time": "2018-02-01T13:46:46+00:00"
5256
        },
5257
        {
5258
            "name": "sebastian/diff",
5259
            "version": "2.0.1",
5260
            "source": {
5261
                "type": "git",
5262
                "url": "https://github.com/sebastianbergmann/diff.git",
5263
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
5264
            },
5265
            "dist": {
5266
                "type": "zip",
5267
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5268
                "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
5269
                "shasum": ""
5270
            },
5271
            "require": {
5272
                "php": "^7.0"
5273
            },
5274
            "require-dev": {
5275
                "phpunit/phpunit": "^6.2"
5276
            },
5277
            "type": "library",
5278
            "extra": {
5279
                "branch-alias": {
5280
                    "dev-master": "2.0-dev"
5281
                }
5282
            },
5283
            "autoload": {
5284
                "classmap": [
5285
                    "src/"
5286
                ]
5287
            },
5288
            "notification-url": "https://packagist.org/downloads/",
5289
            "license": [
5290
                "BSD-3-Clause"
5291
            ],
5292
            "authors": [
5293
                {
5294
                    "name": "Kore Nordmann",
5295
                    "email": "[email protected]"
5296
                },
5297
                {
5298
                    "name": "Sebastian Bergmann",
5299
                    "email": "[email protected]"
5300
                }
5301
            ],
5302
            "description": "Diff implementation",
5303
            "homepage": "https://github.com/sebastianbergmann/diff",
5304
            "keywords": [
5305
                "diff"
5306
            ],
5307
            "time": "2017-08-03T08:09:46+00:00"
5308
        },
5309
        {
5310
            "name": "sebastian/environment",
5311
            "version": "3.1.0",
5312
            "source": {
5313
                "type": "git",
5314
                "url": "https://github.com/sebastianbergmann/environment.git",
5315
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
5316
            },
5317
            "dist": {
5318
                "type": "zip",
5319
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5320
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
5321
                "shasum": ""
5322
            },
5323
            "require": {
5324
                "php": "^7.0"
5325
            },
5326
            "require-dev": {
5327
                "phpunit/phpunit": "^6.1"
5328
            },
5329
            "type": "library",
5330
            "extra": {
5331
                "branch-alias": {
5332
                    "dev-master": "3.1.x-dev"
5333
                }
5334
            },
5335
            "autoload": {
5336
                "classmap": [
5337
                    "src/"
5338
                ]
5339
            },
5340
            "notification-url": "https://packagist.org/downloads/",
5341
            "license": [
5342
                "BSD-3-Clause"
5343
            ],
5344
            "authors": [
5345
                {
5346
                    "name": "Sebastian Bergmann",
5347
                    "email": "[email protected]"
5348
                }
5349
            ],
5350
            "description": "Provides functionality to handle HHVM/PHP environments",
5351
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5352
            "keywords": [
5353
                "Xdebug",
5354
                "environment",
5355
                "hhvm"
5356
            ],
5357
            "time": "2017-07-01T08:51:00+00:00"
5358
        },
5359
        {
5360
            "name": "sebastian/exporter",
5361
            "version": "3.1.0",
5362
            "source": {
5363
                "type": "git",
5364
                "url": "https://github.com/sebastianbergmann/exporter.git",
5365
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
5366
            },
5367
            "dist": {
5368
                "type": "zip",
5369
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
5370
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
5371
                "shasum": ""
5372
            },
5373
            "require": {
5374
                "php": "^7.0",
5375
                "sebastian/recursion-context": "^3.0"
5376
            },
5377
            "require-dev": {
5378
                "ext-mbstring": "*",
5379
                "phpunit/phpunit": "^6.0"
5380
            },
5381
            "type": "library",
5382
            "extra": {
5383
                "branch-alias": {
5384
                    "dev-master": "3.1.x-dev"
5385
                }
5386
            },
5387
            "autoload": {
5388
                "classmap": [
5389
                    "src/"
5390
                ]
5391
            },
5392
            "notification-url": "https://packagist.org/downloads/",
5393
            "license": [
5394
                "BSD-3-Clause"
5395
            ],
5396
            "authors": [
5397
                {
5398
                    "name": "Jeff Welch",
5399
                    "email": "[email protected]"
5400
                },
5401
                {
5402
                    "name": "Volker Dusch",
5403
                    "email": "[email protected]"
5404
                },
5405
                {
5406
                    "name": "Bernhard Schussek",
5407
                    "email": "[email protected]"
5408
                },
5409
                {
5410
                    "name": "Sebastian Bergmann",
5411
                    "email": "[email protected]"
5412
                },
5413
                {
5414
                    "name": "Adam Harvey",
5415
                    "email": "[email protected]"
5416
                }
5417
            ],
5418
            "description": "Provides the functionality to export PHP variables for visualization",
5419
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5420
            "keywords": [
5421
                "export",
5422
                "exporter"
5423
            ],
5424
            "time": "2017-04-03T13:19:02+00:00"
5425
        },
5426
        {
5427
            "name": "sebastian/global-state",
5428
            "version": "2.0.0",
5429
            "source": {
5430
                "type": "git",
5431
                "url": "https://github.com/sebastianbergmann/global-state.git",
5432
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
5433
            },
5434
            "dist": {
5435
                "type": "zip",
5436
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5437
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
5438
                "shasum": ""
5439
            },
5440
            "require": {
5441
                "php": "^7.0"
5442
            },
5443
            "require-dev": {
5444
                "phpunit/phpunit": "^6.0"
5445
            },
5446
            "suggest": {
5447
                "ext-uopz": "*"
5448
            },
5449
            "type": "library",
5450
            "extra": {
5451
                "branch-alias": {
5452
                    "dev-master": "2.0-dev"
5453
                }
5454
            },
5455
            "autoload": {
5456
                "classmap": [
5457
                    "src/"
5458
                ]
5459
            },
5460
            "notification-url": "https://packagist.org/downloads/",
5461
            "license": [
5462
                "BSD-3-Clause"
5463
            ],
5464
            "authors": [
5465
                {
5466
                    "name": "Sebastian Bergmann",
5467
                    "email": "[email protected]"
5468
                }
5469
            ],
5470
            "description": "Snapshotting of global state",
5471
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5472
            "keywords": [
5473
                "global state"
5474
            ],
5475
            "time": "2017-04-27T15:39:26+00:00"
5476
        },
5477
        {
5478
            "name": "sebastian/object-enumerator",
5479
            "version": "3.0.3",
5480
            "source": {
5481
                "type": "git",
5482
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5483
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5484
            },
5485
            "dist": {
5486
                "type": "zip",
5487
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5488
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5489
                "shasum": ""
5490
            },
5491
            "require": {
5492
                "php": "^7.0",
5493
                "sebastian/object-reflector": "^1.1.1",
5494
                "sebastian/recursion-context": "^3.0"
5495
            },
5496
            "require-dev": {
5497
                "phpunit/phpunit": "^6.0"
5498
            },
5499
            "type": "library",
5500
            "extra": {
5501
                "branch-alias": {
5502
                    "dev-master": "3.0.x-dev"
5503
                }
5504
            },
5505
            "autoload": {
5506
                "classmap": [
5507
                    "src/"
5508
                ]
5509
            },
5510
            "notification-url": "https://packagist.org/downloads/",
5511
            "license": [
5512
                "BSD-3-Clause"
5513
            ],
5514
            "authors": [
5515
                {
5516
                    "name": "Sebastian Bergmann",
5517
                    "email": "[email protected]"
5518
                }
5519
            ],
5520
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5521
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5522
            "time": "2017-08-03T12:35:26+00:00"
5523
        },
5524
        {
5525
            "name": "sebastian/object-reflector",
5526
            "version": "1.1.1",
5527
            "source": {
5528
                "type": "git",
5529
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5530
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5531
            },
5532
            "dist": {
5533
                "type": "zip",
5534
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5535
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5536
                "shasum": ""
5537
            },
5538
            "require": {
5539
                "php": "^7.0"
5540
            },
5541
            "require-dev": {
5542
                "phpunit/phpunit": "^6.0"
5543
            },
5544
            "type": "library",
5545
            "extra": {
5546
                "branch-alias": {
5547
                    "dev-master": "1.1-dev"
5548
                }
5549
            },
5550
            "autoload": {
5551
                "classmap": [
5552
                    "src/"
5553
                ]
5554
            },
5555
            "notification-url": "https://packagist.org/downloads/",
5556
            "license": [
5557
                "BSD-3-Clause"
5558
            ],
5559
            "authors": [
5560
                {
5561
                    "name": "Sebastian Bergmann",
5562
                    "email": "[email protected]"
5563
                }
5564
            ],
5565
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5566
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5567
            "time": "2017-03-29T09:07:27+00:00"
5568
        },
5569
        {
5570
            "name": "sebastian/recursion-context",
5571
            "version": "3.0.0",
5572
            "source": {
5573
                "type": "git",
5574
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5575
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5576
            },
5577
            "dist": {
5578
                "type": "zip",
5579
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5580
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5581
                "shasum": ""
5582
            },
5583
            "require": {
5584
                "php": "^7.0"
5585
            },
5586
            "require-dev": {
5587
                "phpunit/phpunit": "^6.0"
5588
            },
5589
            "type": "library",
5590
            "extra": {
5591
                "branch-alias": {
5592
                    "dev-master": "3.0.x-dev"
5593
                }
5594
            },
5595
            "autoload": {
5596
                "classmap": [
5597
                    "src/"
5598
                ]
5599
            },
5600
            "notification-url": "https://packagist.org/downloads/",
5601
            "license": [
5602
                "BSD-3-Clause"
5603
            ],
5604
            "authors": [
5605
                {
5606
                    "name": "Jeff Welch",
5607
                    "email": "[email protected]"
5608
                },
5609
                {
5610
                    "name": "Sebastian Bergmann",
5611
                    "email": "[email protected]"
5612
                },
5613
                {
5614
                    "name": "Adam Harvey",
5615
                    "email": "[email protected]"
5616
                }
5617
            ],
5618
            "description": "Provides functionality to recursively process PHP variables",
5619
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5620
            "time": "2017-03-03T06:23:57+00:00"
5621
        },
5622
        {
5623
            "name": "sebastian/resource-operations",
5624
            "version": "1.0.0",
5625
            "source": {
5626
                "type": "git",
5627
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5628
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5629
            },
5630
            "dist": {
5631
                "type": "zip",
5632
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5633
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5634
                "shasum": ""
5635
            },
5636
            "require": {
5637
                "php": ">=5.6.0"
5638
            },
5639
            "type": "library",
5640
            "extra": {
5641
                "branch-alias": {
5642
                    "dev-master": "1.0.x-dev"
5643
                }
5644
            },
5645
            "autoload": {
5646
                "classmap": [
5647
                    "src/"
5648
                ]
5649
            },
5650
            "notification-url": "https://packagist.org/downloads/",
5651
            "license": [
5652
                "BSD-3-Clause"
5653
            ],
5654
            "authors": [
5655
                {
5656
                    "name": "Sebastian Bergmann",
5657
                    "email": "[email protected]"
5658
                }
5659
            ],
5660
            "description": "Provides a list of PHP built-in functions that operate on resources",
5661
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5662
            "time": "2015-07-28T20:34:47+00:00"
5663
        },
5664
        {
5665
            "name": "sebastian/version",
5666
            "version": "2.0.1",
5667
            "source": {
5668
                "type": "git",
5669
                "url": "https://github.com/sebastianbergmann/version.git",
5670
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5671
            },
5672
            "dist": {
5673
                "type": "zip",
5674
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5675
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5676
                "shasum": ""
5677
            },
5678
            "require": {
5679
                "php": ">=5.6"
5680
            },
5681
            "type": "library",
5682
            "extra": {
5683
                "branch-alias": {
5684
                    "dev-master": "2.0.x-dev"
5685
                }
5686
            },
5687
            "autoload": {
5688
                "classmap": [
5689
                    "src/"
5690
                ]
5691
            },
5692
            "notification-url": "https://packagist.org/downloads/",
5693
            "license": [
5694
                "BSD-3-Clause"
5695
            ],
5696
            "authors": [
5697
                {
5698
                    "name": "Sebastian Bergmann",
5699
                    "email": "[email protected]",
5700
                    "role": "lead"
5701
                }
5702
            ],
5703
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5704
            "homepage": "https://github.com/sebastianbergmann/version",
5705
            "time": "2016-10-03T07:35:21+00:00"
5706
        },
5707
        {
5708
            "name": "symfony/class-loader",
5709
            "version": "v3.4.9",
5710
            "source": {
5711
                "type": "git",
5712
                "url": "https://github.com/symfony/class-loader.git",
5713
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
5714
            },
5715
            "dist": {
5716
                "type": "zip",
5717
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
5718
                "reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
5719
                "shasum": ""
5720
            },
5721
            "require": {
5722
                "php": "^5.5.9|>=7.0.8"
5723
            },
5724
            "require-dev": {
5725
                "symfony/finder": "~2.8|~3.0|~4.0",
5726
                "symfony/polyfill-apcu": "~1.1"
5727
            },
5728
            "suggest": {
5729
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
5730
            },
5731
            "type": "library",
5732
            "extra": {
5733
                "branch-alias": {
5734
                    "dev-master": "3.4-dev"
5735
                }
5736
            },
5737
            "autoload": {
5738
                "psr-4": {
5739
                    "Symfony\\Component\\ClassLoader\\": ""
5740
                },
5741
                "exclude-from-classmap": [
5742
                    "/Tests/"
5743
                ]
5744
            },
5745
            "notification-url": "https://packagist.org/downloads/",
5746
            "license": [
5747
                "MIT"
5748
            ],
5749
            "authors": [
5750
                {
5751
                    "name": "Fabien Potencier",
5752
                    "email": "[email protected]"
5753
                },
5754
                {
5755
                    "name": "Symfony Community",
5756
                    "homepage": "https://symfony.com/contributors"
5757
                }
5758
            ],
5759
            "description": "Symfony ClassLoader Component",
5760
            "homepage": "https://symfony.com",
5761
            "time": "2018-01-03T07:37:34+00:00"
5762
        },
5763
        {
5764
            "name": "symfony/thanks",
5765
            "version": "v1.0.7",
5766
            "source": {
5767
                "type": "git",
5768
                "url": "https://github.com/symfony/thanks.git",
5769
                "reference": "bade4992c46ed722162694b4af8d72f84402819a"
5770
            },
5771
            "dist": {
5772
                "type": "zip",
5773
                "url": "https://api.github.com/repos/symfony/thanks/zipball/bade4992c46ed722162694b4af8d72f84402819a",
5774
                "reference": "bade4992c46ed722162694b4af8d72f84402819a",
5775
                "shasum": ""
5776
            },
5777
            "require": {
5778
                "composer-plugin-api": "^1.0",
5779
                "php": "^5.5.9|^7.0.0"
5780
            },
5781
            "type": "composer-plugin",
5782
            "extra": {
5783
                "branch-alias": {
5784
                    "dev-master": "1.0-dev"
5785
                },
5786
                "class": "Symfony\\Thanks\\Thanks"
5787
            },
5788
            "autoload": {
5789
                "psr-4": {
5790
                    "Symfony\\Thanks\\": "src"
5791
                }
5792
            },
5793
            "notification-url": "https://packagist.org/downloads/",
5794
            "license": [
5795
                "MIT"
5796
            ],
5797
            "authors": [
5798
                {
5799
                    "name": "Nicolas Grekas",
5800
                    "email": "[email protected]"
5801
                }
5802
            ],
5803
            "description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!",
5804
            "time": "2018-03-14T21:51:39+00:00"
5805
        },
5806
        {
5807
            "name": "theseer/tokenizer",
5808
            "version": "1.1.0",
5809
            "source": {
5810
                "type": "git",
5811
                "url": "https://github.com/theseer/tokenizer.git",
5812
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5813
            },
5814
            "dist": {
5815
                "type": "zip",
5816
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5817
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5818
                "shasum": ""
5819
            },
5820
            "require": {
5821
                "ext-dom": "*",
5822
                "ext-tokenizer": "*",
5823
                "ext-xmlwriter": "*",
5824
                "php": "^7.0"
5825
            },
5826
            "type": "library",
5827
            "autoload": {
5828
                "classmap": [
5829
                    "src/"
5830
                ]
5831
            },
5832
            "notification-url": "https://packagist.org/downloads/",
5833
            "license": [
5834
                "BSD-3-Clause"
5835
            ],
5836
            "authors": [
5837
                {
5838
                    "name": "Arne Blankerts",
5839
                    "email": "[email protected]",
5840
                    "role": "Developer"
5841
                }
5842
            ],
5843
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5844
            "time": "2017-04-07T12:08:54+00:00"
5845
        },
5846
        {
5847
            "name": "webmozart/assert",
5848
            "version": "1.3.0",
5849
            "source": {
5850
                "type": "git",
5851
                "url": "https://github.com/webmozart/assert.git",
5852
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5853
            },
5854
            "dist": {
5855
                "type": "zip",
5856
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5857
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5858
                "shasum": ""
5859
            },
5860
            "require": {
5861
                "php": "^5.3.3 || ^7.0"
5862
            },
5863
            "require-dev": {
5864
                "phpunit/phpunit": "^4.6",
5865
                "sebastian/version": "^1.0.1"
5866
            },
5867
            "type": "library",
5868
            "extra": {
5869
                "branch-alias": {
5870
                    "dev-master": "1.3-dev"
5871
                }
5872
            },
5873
            "autoload": {
5874
                "psr-4": {
5875
                    "Webmozart\\Assert\\": "src/"
5876
                }
5877
            },
5878
            "notification-url": "https://packagist.org/downloads/",
5879
            "license": [
5880
                "MIT"
5881
            ],
5882
            "authors": [
5883
                {
5884
                    "name": "Bernhard Schussek",
5885
                    "email": "[email protected]"
5886
                }
5887
            ],
5888
            "description": "Assertions to validate method input/output with nice error messages.",
5889
            "keywords": [
5890
                "assert",
5891
                "check",
5892
                "validate"
5893
            ],
5894
            "time": "2018-01-29T19:49:41+00:00"
5895
        }
5896
    ],
5897
    "aliases": [],
5898
    "minimum-stability": "stable",
5899
    "stability-flags": {
5900
        "codacy/coverage": 20
5901
    },
5902
    "prefer-stable": false,
5903
    "prefer-lowest": false,
5904
    "platform": {
5905
        "php": ">=7.0.0"
5906
    },
5907
    "platform-dev": []
5908
}
5909