Completed
Push — master ( c8aaa6...de83e5 )
by Nasrul Hazim
07:36 queued 04:21
created

composer.lock (2 issues)

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": "bd2ca0effeac2f351e6915af6b4cd01e",
8
    "packages": [
9
        {
10
            "name": "cleaniquecoders/blueprint-macro",
11
            "version": "v2.0.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/cleaniquecoders/blueprint-macro.git",
15
                "reference": "039c0b92ceee02a5ae356c36931d04ed8327feab"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/cleaniquecoders/blueprint-macro/zipball/039c0b92ceee02a5ae356c36931d04ed8327feab",
20
                "reference": "039c0b92ceee02a5ae356c36931d04ed8327feab",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "doctrine/dbal": "^2.7",
25
                "illuminate/auth": "^5.5|^5.6",
26
                "illuminate/database": "^5.5|^5.6",
27
                "illuminate/support": "^5.5|^5.6",
28
                "php": ">=7.1"
29
            },
30
            "require-dev": {
31
                "codedungeon/phpunit-result-printer": "^0.4.4|^0.6.0",
32
                "orchestra/testbench": "3.5.*|3.6.*",
33
                "phpunit/phpunit": "^6.5|^7.0"
34
            },
35
            "type": "library",
36
            "extra": {
37
                "laravel": {
38
                    "providers": [
39
                        "CleaniqueCoders\\Blueprint\\Macro\\BlueprintMacroServiceProvider"
40
                    ]
41
                }
42
            },
43
            "autoload": {
44
                "psr-4": {
45
                    "CleaniqueCoders\\Blueprint\\Macro\\": "src/"
46
                }
47
            },
48
            "notification-url": "https://packagist.org/downloads/",
49
            "license": [
50
                "MIT"
51
            ],
52
            "authors": [
53
                {
54
                    "name": "Nasrul Hazim",
55
                    "email": "[email protected]"
56
                }
57
            ],
58
            "description": "Laravel Blueprint Macro",
59
            "time": "2018-06-17T00:45:29+00:00"
60
        },
61
        {
62
            "name": "doctrine/annotations",
63
            "version": "v1.6.0",
64
            "source": {
65
                "type": "git",
66
                "url": "https://github.com/doctrine/annotations.git",
67
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
68
            },
69
            "dist": {
70
                "type": "zip",
71
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
72
                "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
73
                "shasum": ""
74
            },
75
            "require": {
76
                "doctrine/lexer": "1.*",
77
                "php": "^7.1"
78
            },
79
            "require-dev": {
80
                "doctrine/cache": "1.*",
81
                "phpunit/phpunit": "^6.4"
82
            },
83
            "type": "library",
84
            "extra": {
85
                "branch-alias": {
86
                    "dev-master": "1.6.x-dev"
87
                }
88
            },
89
            "autoload": {
90
                "psr-4": {
91
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
92
                }
93
            },
94
            "notification-url": "https://packagist.org/downloads/",
95
            "license": [
96
                "MIT"
97
            ],
98
            "authors": [
99
                {
100
                    "name": "Roman Borschel",
101
                    "email": "[email protected]"
102
                },
103
                {
104
                    "name": "Benjamin Eberlei",
105
                    "email": "[email protected]"
106
                },
107
                {
108
                    "name": "Guilherme Blanco",
109
                    "email": "[email protected]"
110
                },
111
                {
112
                    "name": "Jonathan Wage",
113
                    "email": "[email protected]"
114
                },
115
                {
116
                    "name": "Johannes Schmitt",
117
                    "email": "[email protected]"
118
                }
119
            ],
120
            "description": "Docblock Annotations Parser",
121
            "homepage": "http://www.doctrine-project.org",
122
            "keywords": [
123
                "annotations",
124
                "docblock",
125
                "parser"
126
            ],
127
            "time": "2017-12-06T07:11:42+00:00"
128
        },
129
        {
130
            "name": "doctrine/cache",
131
            "version": "v1.7.1",
132
            "source": {
133
                "type": "git",
134
                "url": "https://github.com/doctrine/cache.git",
135
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
136
            },
137
            "dist": {
138
                "type": "zip",
139
                "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
140
                "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
141
                "shasum": ""
142
            },
143
            "require": {
144
                "php": "~7.1"
145
            },
146
            "conflict": {
147
                "doctrine/common": ">2.2,<2.4"
148
            },
149
            "require-dev": {
150
                "alcaeus/mongo-php-adapter": "^1.1",
151
                "mongodb/mongodb": "^1.1",
152
                "phpunit/phpunit": "^5.7",
153
                "predis/predis": "~1.0"
154
            },
155
            "suggest": {
156
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
157
            },
158
            "type": "library",
159
            "extra": {
160
                "branch-alias": {
161
                    "dev-master": "1.7.x-dev"
162
                }
163
            },
164
            "autoload": {
165
                "psr-4": {
166
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
167
                }
168
            },
169
            "notification-url": "https://packagist.org/downloads/",
170
            "license": [
171
                "MIT"
172
            ],
173
            "authors": [
174
                {
175
                    "name": "Roman Borschel",
176
                    "email": "[email protected]"
177
                },
178
                {
179
                    "name": "Benjamin Eberlei",
180
                    "email": "[email protected]"
181
                },
182
                {
183
                    "name": "Guilherme Blanco",
184
                    "email": "[email protected]"
185
                },
186
                {
187
                    "name": "Jonathan Wage",
188
                    "email": "[email protected]"
189
                },
190
                {
191
                    "name": "Johannes Schmitt",
192
                    "email": "[email protected]"
193
                }
194
            ],
195
            "description": "Caching library offering an object-oriented API for many cache backends",
196
            "homepage": "http://www.doctrine-project.org",
197
            "keywords": [
198
                "cache",
199
                "caching"
200
            ],
201
            "time": "2017-08-25T07:02:50+00:00"
202
        },
203
        {
204
            "name": "doctrine/collections",
205
            "version": "v1.5.0",
206
            "source": {
207
                "type": "git",
208
                "url": "https://github.com/doctrine/collections.git",
209
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
210
            },
211
            "dist": {
212
                "type": "zip",
213
                "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
214
                "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
215
                "shasum": ""
216
            },
217
            "require": {
218
                "php": "^7.1"
219
            },
220
            "require-dev": {
221
                "doctrine/coding-standard": "~0.1@dev",
222
                "phpunit/phpunit": "^5.7"
223
            },
224
            "type": "library",
225
            "extra": {
226
                "branch-alias": {
227
                    "dev-master": "1.3.x-dev"
228
                }
229
            },
230
            "autoload": {
231
                "psr-0": {
232
                    "Doctrine\\Common\\Collections\\": "lib/"
233
                }
234
            },
235
            "notification-url": "https://packagist.org/downloads/",
236
            "license": [
237
                "MIT"
238
            ],
239
            "authors": [
240
                {
241
                    "name": "Roman Borschel",
242
                    "email": "[email protected]"
243
                },
244
                {
245
                    "name": "Benjamin Eberlei",
246
                    "email": "[email protected]"
247
                },
248
                {
249
                    "name": "Guilherme Blanco",
250
                    "email": "[email protected]"
251
                },
252
                {
253
                    "name": "Jonathan Wage",
254
                    "email": "[email protected]"
255
                },
256
                {
257
                    "name": "Johannes Schmitt",
258
                    "email": "[email protected]"
259
                }
260
            ],
261
            "description": "Collections Abstraction library",
262
            "homepage": "http://www.doctrine-project.org",
263
            "keywords": [
264
                "array",
265
                "collections",
266
                "iterator"
267
            ],
268
            "time": "2017-07-22T10:37:32+00:00"
269
        },
270
        {
271
            "name": "doctrine/common",
272
            "version": "v2.8.1",
273
            "source": {
274
                "type": "git",
275
                "url": "https://github.com/doctrine/common.git",
276
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
277
            },
278
            "dist": {
279
                "type": "zip",
280
                "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
281
                "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
282
                "shasum": ""
283
            },
284
            "require": {
285
                "doctrine/annotations": "1.*",
286
                "doctrine/cache": "1.*",
287
                "doctrine/collections": "1.*",
288
                "doctrine/inflector": "1.*",
289
                "doctrine/lexer": "1.*",
290
                "php": "~7.1"
291
            },
292
            "require-dev": {
293
                "phpunit/phpunit": "^5.7"
294
            },
295
            "type": "library",
296
            "extra": {
297
                "branch-alias": {
298
                    "dev-master": "2.8.x-dev"
299
                }
300
            },
301
            "autoload": {
302
                "psr-4": {
303
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
304
                }
305
            },
306
            "notification-url": "https://packagist.org/downloads/",
307
            "license": [
308
                "MIT"
309
            ],
310
            "authors": [
311
                {
312
                    "name": "Roman Borschel",
313
                    "email": "[email protected]"
314
                },
315
                {
316
                    "name": "Benjamin Eberlei",
317
                    "email": "[email protected]"
318
                },
319
                {
320
                    "name": "Guilherme Blanco",
321
                    "email": "[email protected]"
322
                },
323
                {
324
                    "name": "Jonathan Wage",
325
                    "email": "[email protected]"
326
                },
327
                {
328
                    "name": "Johannes Schmitt",
329
                    "email": "[email protected]"
330
                }
331
            ],
332
            "description": "Common Library for Doctrine projects",
333
            "homepage": "http://www.doctrine-project.org",
334
            "keywords": [
335
                "annotations",
336
                "collections",
337
                "eventmanager",
338
                "persistence",
339
                "spl"
340
            ],
341
            "time": "2017-08-31T08:43:38+00:00"
342
        },
343
        {
344
            "name": "doctrine/dbal",
345
            "version": "v2.7.1",
346
            "source": {
347
                "type": "git",
348
                "url": "https://github.com/doctrine/dbal.git",
349
                "reference": "11037b4352c008373561dc6fc836834eed80c3b5"
350
            },
351
            "dist": {
352
                "type": "zip",
353
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5",
354
                "reference": "11037b4352c008373561dc6fc836834eed80c3b5",
355
                "shasum": ""
356
            },
357
            "require": {
358
                "doctrine/common": "^2.7.1",
359
                "ext-pdo": "*",
360
                "php": "^7.1"
361
            },
362
            "require-dev": {
363
                "doctrine/coding-standard": "^4.0",
364
                "phpunit/phpunit": "^7.0",
365
                "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
366
                "symfony/console": "^2.0.5||^3.0",
367
                "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
368
            },
369
            "suggest": {
370
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
371
            },
372
            "bin": [
373
                "bin/doctrine-dbal"
374
            ],
375
            "type": "library",
376
            "extra": {
377
                "branch-alias": {
378
                    "dev-master": "2.7.x-dev"
379
                }
380
            },
381
            "autoload": {
382
                "psr-0": {
383
                    "Doctrine\\DBAL\\": "lib/"
384
                }
385
            },
386
            "notification-url": "https://packagist.org/downloads/",
387
            "license": [
388
                "MIT"
389
            ],
390
            "authors": [
391
                {
392
                    "name": "Roman Borschel",
393
                    "email": "[email protected]"
394
                },
395
                {
396
                    "name": "Benjamin Eberlei",
397
                    "email": "[email protected]"
398
                },
399
                {
400
                    "name": "Guilherme Blanco",
401
                    "email": "[email protected]"
402
                },
403
                {
404
                    "name": "Jonathan Wage",
405
                    "email": "[email protected]"
406
                }
407
            ],
408
            "description": "Database Abstraction Layer",
409
            "homepage": "http://www.doctrine-project.org",
410
            "keywords": [
411
                "database",
412
                "dbal",
413
                "persistence",
414
                "queryobject"
415
            ],
416
            "time": "2018-04-07T18:44:18+00:00"
417
        },
418
        {
419
            "name": "doctrine/inflector",
420
            "version": "v1.3.0",
421
            "source": {
422
                "type": "git",
423
                "url": "https://github.com/doctrine/inflector.git",
424
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
425
            },
426
            "dist": {
427
                "type": "zip",
428
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
429
                "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
430
                "shasum": ""
431
            },
432
            "require": {
433
                "php": "^7.1"
434
            },
435
            "require-dev": {
436
                "phpunit/phpunit": "^6.2"
437
            },
438
            "type": "library",
439
            "extra": {
440
                "branch-alias": {
441
                    "dev-master": "1.3.x-dev"
442
                }
443
            },
444
            "autoload": {
445
                "psr-4": {
446
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
447
                }
448
            },
449
            "notification-url": "https://packagist.org/downloads/",
450
            "license": [
451
                "MIT"
452
            ],
453
            "authors": [
454
                {
455
                    "name": "Roman Borschel",
456
                    "email": "[email protected]"
457
                },
458
                {
459
                    "name": "Benjamin Eberlei",
460
                    "email": "[email protected]"
461
                },
462
                {
463
                    "name": "Guilherme Blanco",
464
                    "email": "[email protected]"
465
                },
466
                {
467
                    "name": "Jonathan Wage",
468
                    "email": "[email protected]"
469
                },
470
                {
471
                    "name": "Johannes Schmitt",
472
                    "email": "[email protected]"
473
                }
474
            ],
475
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
476
            "homepage": "http://www.doctrine-project.org",
477
            "keywords": [
478
                "inflection",
479
                "pluralize",
480
                "singularize",
481
                "string"
482
            ],
483
            "time": "2018-01-09T20:05:19+00:00"
484
        },
485
        {
486
            "name": "doctrine/lexer",
487
            "version": "v1.0.1",
488
            "source": {
489
                "type": "git",
490
                "url": "https://github.com/doctrine/lexer.git",
491
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
492
            },
493
            "dist": {
494
                "type": "zip",
495
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
496
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
497
                "shasum": ""
498
            },
499
            "require": {
500
                "php": ">=5.3.2"
501
            },
502
            "type": "library",
503
            "extra": {
504
                "branch-alias": {
505
                    "dev-master": "1.0.x-dev"
506
                }
507
            },
508
            "autoload": {
509
                "psr-0": {
510
                    "Doctrine\\Common\\Lexer\\": "lib/"
511
                }
512
            },
513
            "notification-url": "https://packagist.org/downloads/",
514
            "license": [
515
                "MIT"
516
            ],
517
            "authors": [
518
                {
519
                    "name": "Roman Borschel",
520
                    "email": "[email protected]"
521
                },
522
                {
523
                    "name": "Guilherme Blanco",
524
                    "email": "[email protected]"
525
                },
526
                {
527
                    "name": "Johannes Schmitt",
528
                    "email": "[email protected]"
529
                }
530
            ],
531
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
532
            "homepage": "http://www.doctrine-project.org",
533
            "keywords": [
534
                "lexer",
535
                "parser"
536
            ],
537
            "time": "2014-09-09T13:34:57+00:00"
538
        },
539
        {
540
            "name": "dragonmantank/cron-expression",
541
            "version": "v2.2.0",
542
            "source": {
543
                "type": "git",
544
                "url": "https://github.com/dragonmantank/cron-expression.git",
545
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
546
            },
547
            "dist": {
548
                "type": "zip",
549
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
550
                "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
551
                "shasum": ""
552
            },
553
            "require": {
554
                "php": ">=7.0.0"
555
            },
556
            "require-dev": {
557
                "phpunit/phpunit": "~6.4"
558
            },
559
            "type": "library",
560
            "autoload": {
561
                "psr-4": {
562
                    "Cron\\": "src/Cron/"
563
                }
564
            },
565
            "notification-url": "https://packagist.org/downloads/",
566
            "license": [
567
                "MIT"
568
            ],
569
            "authors": [
570
                {
571
                    "name": "Michael Dowling",
572
                    "email": "[email protected]",
573
                    "homepage": "https://github.com/mtdowling"
574
                },
575
                {
576
                    "name": "Chris Tankersley",
577
                    "email": "[email protected]",
578
                    "homepage": "https://github.com/dragonmantank"
579
                }
580
            ],
581
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
582
            "keywords": [
583
                "cron",
584
                "schedule"
585
            ],
586
            "time": "2018-06-06T03:12:17+00:00"
587
        },
588
        {
589
            "name": "egulias/email-validator",
590
            "version": "2.1.4",
591
            "source": {
592
                "type": "git",
593
                "url": "https://github.com/egulias/EmailValidator.git",
594
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
595
            },
596
            "dist": {
597
                "type": "zip",
598
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
599
                "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
600
                "shasum": ""
601
            },
602
            "require": {
603
                "doctrine/lexer": "^1.0.1",
604
                "php": ">= 5.5"
605
            },
606
            "require-dev": {
607
                "dominicsayers/isemail": "dev-master",
608
                "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
609
                "satooshi/php-coveralls": "^1.0.1"
610
            },
611
            "suggest": {
612
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
613
            },
614
            "type": "library",
615
            "extra": {
616
                "branch-alias": {
617
                    "dev-master": "2.0.x-dev"
618
                }
619
            },
620
            "autoload": {
621
                "psr-4": {
622
                    "Egulias\\EmailValidator\\": "EmailValidator"
623
                }
624
            },
625
            "notification-url": "https://packagist.org/downloads/",
626
            "license": [
627
                "MIT"
628
            ],
629
            "authors": [
630
                {
631
                    "name": "Eduardo Gulias Davis"
632
                }
633
            ],
634
            "description": "A library for validating emails against several RFCs",
635
            "homepage": "https://github.com/egulias/EmailValidator",
636
            "keywords": [
637
                "email",
638
                "emailvalidation",
639
                "emailvalidator",
640
                "validation",
641
                "validator"
642
            ],
643
            "time": "2018-04-10T10:11:19+00:00"
644
        },
645
        {
646
            "name": "erusev/parsedown",
647
            "version": "1.7.1",
648
            "source": {
649
                "type": "git",
650
                "url": "https://github.com/erusev/parsedown.git",
651
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
652
            },
653
            "dist": {
654
                "type": "zip",
655
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
656
                "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
657
                "shasum": ""
658
            },
659
            "require": {
660
                "ext-mbstring": "*",
661
                "php": ">=5.3.0"
662
            },
663
            "require-dev": {
664
                "phpunit/phpunit": "^4.8.35"
665
            },
666
            "type": "library",
667
            "autoload": {
668
                "psr-0": {
669
                    "Parsedown": ""
670
                }
671
            },
672
            "notification-url": "https://packagist.org/downloads/",
673
            "license": [
674
                "MIT"
675
            ],
676
            "authors": [
677
                {
678
                    "name": "Emanuil Rusev",
679
                    "email": "[email protected]",
680
                    "homepage": "http://erusev.com"
681
                }
682
            ],
683
            "description": "Parser for Markdown.",
684
            "homepage": "http://parsedown.org",
685
            "keywords": [
686
                "markdown",
687
                "parser"
688
            ],
689
            "time": "2018-03-08T01:11:30+00:00"
690
        },
691
        {
692
            "name": "laravel/framework",
0 ignored issues
show
There is a security advisory for your installed version of laravel/framework:

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

CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
1664
            "version": "v4.1.0",
1665
            "source": {
1666
                "type": "git",
1667
                "url": "https://github.com/symfony/http-foundation.git",
1668
                "reference": "a916c88390fb861ee21f12a92b107d51bb68af99"
1669
            },
1670
            "dist": {
1671
                "type": "zip",
1672
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a916c88390fb861ee21f12a92b107d51bb68af99",
1673
                "reference": "a916c88390fb861ee21f12a92b107d51bb68af99",
1674
                "shasum": ""
1675
            },
1676
            "require": {
1677
                "php": "^7.1.3",
1678
                "symfony/polyfill-mbstring": "~1.1"
1679
            },
1680
            "require-dev": {
1681
                "predis/predis": "~1.0",
1682
                "symfony/expression-language": "~3.4|~4.0"
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "4.1-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-4": {
1692
                    "Symfony\\Component\\HttpFoundation\\": ""
1693
                },
1694
                "exclude-from-classmap": [
1695
                    "/Tests/"
1696
                ]
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Fabien Potencier",
1705
                    "email": "[email protected]"
1706
                },
1707
                {
1708
                    "name": "Symfony Community",
1709
                    "homepage": "https://symfony.com/contributors"
1710
                }
1711
            ],
1712
            "description": "Symfony HttpFoundation Component",
1713
            "homepage": "https://symfony.com",
1714
            "time": "2018-05-25T14:55:38+00:00"
1715
        },
1716
        {
1717
            "name": "symfony/http-kernel",
1718
            "version": "v4.1.0",
1719
            "source": {
1720
                "type": "git",
1721
                "url": "https://github.com/symfony/http-kernel.git",
1722
                "reference": "b5ab9d4cdbfd369083744b6b5dfbf454e31e5f90"
1723
            },
1724
            "dist": {
1725
                "type": "zip",
1726
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b5ab9d4cdbfd369083744b6b5dfbf454e31e5f90",
1727
                "reference": "b5ab9d4cdbfd369083744b6b5dfbf454e31e5f90",
1728
                "shasum": ""
1729
            },
1730
            "require": {
1731
                "php": "^7.1.3",
1732
                "psr/log": "~1.0",
1733
                "symfony/debug": "~3.4|~4.0",
1734
                "symfony/event-dispatcher": "~4.1",
1735
                "symfony/http-foundation": "~4.1",
1736
                "symfony/polyfill-ctype": "~1.8"
1737
            },
1738
            "conflict": {
1739
                "symfony/config": "<3.4",
1740
                "symfony/dependency-injection": "<4.1",
1741
                "symfony/var-dumper": "<4.1",
1742
                "twig/twig": "<1.34|<2.4,>=2"
1743
            },
1744
            "provide": {
1745
                "psr/log-implementation": "1.0"
1746
            },
1747
            "require-dev": {
1748
                "psr/cache": "~1.0",
1749
                "symfony/browser-kit": "~3.4|~4.0",
1750
                "symfony/config": "~3.4|~4.0",
1751
                "symfony/console": "~3.4|~4.0",
1752
                "symfony/css-selector": "~3.4|~4.0",
1753
                "symfony/dependency-injection": "^4.1",
1754
                "symfony/dom-crawler": "~3.4|~4.0",
1755
                "symfony/expression-language": "~3.4|~4.0",
1756
                "symfony/finder": "~3.4|~4.0",
1757
                "symfony/process": "~3.4|~4.0",
1758
                "symfony/routing": "~3.4|~4.0",
1759
                "symfony/stopwatch": "~3.4|~4.0",
1760
                "symfony/templating": "~3.4|~4.0",
1761
                "symfony/translation": "~3.4|~4.0",
1762
                "symfony/var-dumper": "~4.1"
1763
            },
1764
            "suggest": {
1765
                "symfony/browser-kit": "",
1766
                "symfony/config": "",
1767
                "symfony/console": "",
1768
                "symfony/dependency-injection": "",
1769
                "symfony/var-dumper": ""
1770
            },
1771
            "type": "library",
1772
            "extra": {
1773
                "branch-alias": {
1774
                    "dev-master": "4.1-dev"
1775
                }
1776
            },
1777
            "autoload": {
1778
                "psr-4": {
1779
                    "Symfony\\Component\\HttpKernel\\": ""
1780
                },
1781
                "exclude-from-classmap": [
1782
                    "/Tests/"
1783
                ]
1784
            },
1785
            "notification-url": "https://packagist.org/downloads/",
1786
            "license": [
1787
                "MIT"
1788
            ],
1789
            "authors": [
1790
                {
1791
                    "name": "Fabien Potencier",
1792
                    "email": "[email protected]"
1793
                },
1794
                {
1795
                    "name": "Symfony Community",
1796
                    "homepage": "https://symfony.com/contributors"
1797
                }
1798
            ],
1799
            "description": "Symfony HttpKernel Component",
1800
            "homepage": "https://symfony.com",
1801
            "time": "2018-05-30T12:52:34+00:00"
1802
        },
1803
        {
1804
            "name": "symfony/polyfill-ctype",
1805
            "version": "v1.8.0",
1806
            "source": {
1807
                "type": "git",
1808
                "url": "https://github.com/symfony/polyfill-ctype.git",
1809
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
1810
            },
1811
            "dist": {
1812
                "type": "zip",
1813
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1814
                "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1815
                "shasum": ""
1816
            },
1817
            "require": {
1818
                "php": ">=5.3.3"
1819
            },
1820
            "type": "library",
1821
            "extra": {
1822
                "branch-alias": {
1823
                    "dev-master": "1.8-dev"
1824
                }
1825
            },
1826
            "autoload": {
1827
                "psr-4": {
1828
                    "Symfony\\Polyfill\\Ctype\\": ""
1829
                },
1830
                "files": [
1831
                    "bootstrap.php"
1832
                ]
1833
            },
1834
            "notification-url": "https://packagist.org/downloads/",
1835
            "license": [
1836
                "MIT"
1837
            ],
1838
            "authors": [
1839
                {
1840
                    "name": "Symfony Community",
1841
                    "homepage": "https://symfony.com/contributors"
1842
                },
1843
                {
1844
                    "name": "Gert de Pagter",
1845
                    "email": "[email protected]"
1846
                }
1847
            ],
1848
            "description": "Symfony polyfill for ctype functions",
1849
            "homepage": "https://symfony.com",
1850
            "keywords": [
1851
                "compatibility",
1852
                "ctype",
1853
                "polyfill",
1854
                "portable"
1855
            ],
1856
            "time": "2018-04-30T19:57:29+00:00"
1857
        },
1858
        {
1859
            "name": "symfony/polyfill-mbstring",
1860
            "version": "v1.8.0",
1861
            "source": {
1862
                "type": "git",
1863
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1864
                "reference": "3296adf6a6454a050679cde90f95350ad604b171"
1865
            },
1866
            "dist": {
1867
                "type": "zip",
1868
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
1869
                "reference": "3296adf6a6454a050679cde90f95350ad604b171",
1870
                "shasum": ""
1871
            },
1872
            "require": {
1873
                "php": ">=5.3.3"
1874
            },
1875
            "suggest": {
1876
                "ext-mbstring": "For best performance"
1877
            },
1878
            "type": "library",
1879
            "extra": {
1880
                "branch-alias": {
1881
                    "dev-master": "1.8-dev"
1882
                }
1883
            },
1884
            "autoload": {
1885
                "psr-4": {
1886
                    "Symfony\\Polyfill\\Mbstring\\": ""
1887
                },
1888
                "files": [
1889
                    "bootstrap.php"
1890
                ]
1891
            },
1892
            "notification-url": "https://packagist.org/downloads/",
1893
            "license": [
1894
                "MIT"
1895
            ],
1896
            "authors": [
1897
                {
1898
                    "name": "Nicolas Grekas",
1899
                    "email": "[email protected]"
1900
                },
1901
                {
1902
                    "name": "Symfony Community",
1903
                    "homepage": "https://symfony.com/contributors"
1904
                }
1905
            ],
1906
            "description": "Symfony polyfill for the Mbstring extension",
1907
            "homepage": "https://symfony.com",
1908
            "keywords": [
1909
                "compatibility",
1910
                "mbstring",
1911
                "polyfill",
1912
                "portable",
1913
                "shim"
1914
            ],
1915
            "time": "2018-04-26T10:06:28+00:00"
1916
        },
1917
        {
1918
            "name": "symfony/polyfill-php72",
1919
            "version": "v1.8.0",
1920
            "source": {
1921
                "type": "git",
1922
                "url": "https://github.com/symfony/polyfill-php72.git",
1923
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46"
1924
            },
1925
            "dist": {
1926
                "type": "zip",
1927
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1928
                "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46",
1929
                "shasum": ""
1930
            },
1931
            "require": {
1932
                "php": ">=5.3.3"
1933
            },
1934
            "type": "library",
1935
            "extra": {
1936
                "branch-alias": {
1937
                    "dev-master": "1.8-dev"
1938
                }
1939
            },
1940
            "autoload": {
1941
                "psr-4": {
1942
                    "Symfony\\Polyfill\\Php72\\": ""
1943
                },
1944
                "files": [
1945
                    "bootstrap.php"
1946
                ]
1947
            },
1948
            "notification-url": "https://packagist.org/downloads/",
1949
            "license": [
1950
                "MIT"
1951
            ],
1952
            "authors": [
1953
                {
1954
                    "name": "Nicolas Grekas",
1955
                    "email": "[email protected]"
1956
                },
1957
                {
1958
                    "name": "Symfony Community",
1959
                    "homepage": "https://symfony.com/contributors"
1960
                }
1961
            ],
1962
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1963
            "homepage": "https://symfony.com",
1964
            "keywords": [
1965
                "compatibility",
1966
                "polyfill",
1967
                "portable",
1968
                "shim"
1969
            ],
1970
            "time": "2018-04-26T10:06:28+00:00"
1971
        },
1972
        {
1973
            "name": "symfony/process",
1974
            "version": "v4.1.0",
1975
            "source": {
1976
                "type": "git",
1977
                "url": "https://github.com/symfony/process.git",
1978
                "reference": "73445bd33b0d337c060eef9652b94df72b6b3434"
1979
            },
1980
            "dist": {
1981
                "type": "zip",
1982
                "url": "https://api.github.com/repos/symfony/process/zipball/73445bd33b0d337c060eef9652b94df72b6b3434",
1983
                "reference": "73445bd33b0d337c060eef9652b94df72b6b3434",
1984
                "shasum": ""
1985
            },
1986
            "require": {
1987
                "php": "^7.1.3"
1988
            },
1989
            "type": "library",
1990
            "extra": {
1991
                "branch-alias": {
1992
                    "dev-master": "4.1-dev"
1993
                }
1994
            },
1995
            "autoload": {
1996
                "psr-4": {
1997
                    "Symfony\\Component\\Process\\": ""
1998
                },
1999
                "exclude-from-classmap": [
2000
                    "/Tests/"
2001
                ]
2002
            },
2003
            "notification-url": "https://packagist.org/downloads/",
2004
            "license": [
2005
                "MIT"
2006
            ],
2007
            "authors": [
2008
                {
2009
                    "name": "Fabien Potencier",
2010
                    "email": "[email protected]"
2011
                },
2012
                {
2013
                    "name": "Symfony Community",
2014
                    "homepage": "https://symfony.com/contributors"
2015
                }
2016
            ],
2017
            "description": "Symfony Process Component",
2018
            "homepage": "https://symfony.com",
2019
            "time": "2018-05-30T07:26:09+00:00"
2020
        },
2021
        {
2022
            "name": "symfony/routing",
2023
            "version": "v4.1.0",
2024
            "source": {
2025
                "type": "git",
2026
                "url": "https://github.com/symfony/routing.git",
2027
                "reference": "180b51c66d10f09e562c9ebc395b39aacb2cf8a2"
2028
            },
2029
            "dist": {
2030
                "type": "zip",
2031
                "url": "https://api.github.com/repos/symfony/routing/zipball/180b51c66d10f09e562c9ebc395b39aacb2cf8a2",
2032
                "reference": "180b51c66d10f09e562c9ebc395b39aacb2cf8a2",
2033
                "shasum": ""
2034
            },
2035
            "require": {
2036
                "php": "^7.1.3"
2037
            },
2038
            "conflict": {
2039
                "symfony/config": "<3.4",
2040
                "symfony/dependency-injection": "<3.4",
2041
                "symfony/yaml": "<3.4"
2042
            },
2043
            "require-dev": {
2044
                "doctrine/annotations": "~1.0",
2045
                "doctrine/common": "~2.2",
2046
                "psr/log": "~1.0",
2047
                "symfony/config": "~3.4|~4.0",
2048
                "symfony/dependency-injection": "~3.4|~4.0",
2049
                "symfony/expression-language": "~3.4|~4.0",
2050
                "symfony/http-foundation": "~3.4|~4.0",
2051
                "symfony/yaml": "~3.4|~4.0"
2052
            },
2053
            "suggest": {
2054
                "doctrine/annotations": "For using the annotation loader",
2055
                "symfony/config": "For using the all-in-one router or any loader",
2056
                "symfony/dependency-injection": "For loading routes from a service",
2057
                "symfony/expression-language": "For using expression matching",
2058
                "symfony/http-foundation": "For using a Symfony Request object",
2059
                "symfony/yaml": "For using the YAML loader"
2060
            },
2061
            "type": "library",
2062
            "extra": {
2063
                "branch-alias": {
2064
                    "dev-master": "4.1-dev"
2065
                }
2066
            },
2067
            "autoload": {
2068
                "psr-4": {
2069
                    "Symfony\\Component\\Routing\\": ""
2070
                },
2071
                "exclude-from-classmap": [
2072
                    "/Tests/"
2073
                ]
2074
            },
2075
            "notification-url": "https://packagist.org/downloads/",
2076
            "license": [
2077
                "MIT"
2078
            ],
2079
            "authors": [
2080
                {
2081
                    "name": "Fabien Potencier",
2082
                    "email": "[email protected]"
2083
                },
2084
                {
2085
                    "name": "Symfony Community",
2086
                    "homepage": "https://symfony.com/contributors"
2087
                }
2088
            ],
2089
            "description": "Symfony Routing Component",
2090
            "homepage": "https://symfony.com",
2091
            "keywords": [
2092
                "router",
2093
                "routing",
2094
                "uri",
2095
                "url"
2096
            ],
2097
            "time": "2018-05-30T07:26:09+00:00"
2098
        },
2099
        {
2100
            "name": "symfony/translation",
2101
            "version": "v4.1.0",
2102
            "source": {
2103
                "type": "git",
2104
                "url": "https://github.com/symfony/translation.git",
2105
                "reference": "16328f5b217cebc8dd4adfe4aeeaa8c377581f5a"
2106
            },
2107
            "dist": {
2108
                "type": "zip",
2109
                "url": "https://api.github.com/repos/symfony/translation/zipball/16328f5b217cebc8dd4adfe4aeeaa8c377581f5a",
2110
                "reference": "16328f5b217cebc8dd4adfe4aeeaa8c377581f5a",
2111
                "shasum": ""
2112
            },
2113
            "require": {
2114
                "php": "^7.1.3",
2115
                "symfony/polyfill-mbstring": "~1.0"
2116
            },
2117
            "conflict": {
2118
                "symfony/config": "<3.4",
2119
                "symfony/dependency-injection": "<3.4",
2120
                "symfony/yaml": "<3.4"
2121
            },
2122
            "require-dev": {
2123
                "psr/log": "~1.0",
2124
                "symfony/config": "~3.4|~4.0",
2125
                "symfony/console": "~3.4|~4.0",
2126
                "symfony/dependency-injection": "~3.4|~4.0",
2127
                "symfony/finder": "~2.8|~3.0|~4.0",
2128
                "symfony/intl": "~3.4|~4.0",
2129
                "symfony/yaml": "~3.4|~4.0"
2130
            },
2131
            "suggest": {
2132
                "psr/log-implementation": "To use logging capability in translator",
2133
                "symfony/config": "",
2134
                "symfony/yaml": ""
2135
            },
2136
            "type": "library",
2137
            "extra": {
2138
                "branch-alias": {
2139
                    "dev-master": "4.1-dev"
2140
                }
2141
            },
2142
            "autoload": {
2143
                "psr-4": {
2144
                    "Symfony\\Component\\Translation\\": ""
2145
                },
2146
                "exclude-from-classmap": [
2147
                    "/Tests/"
2148
                ]
2149
            },
2150
            "notification-url": "https://packagist.org/downloads/",
2151
            "license": [
2152
                "MIT"
2153
            ],
2154
            "authors": [
2155
                {
2156
                    "name": "Fabien Potencier",
2157
                    "email": "[email protected]"
2158
                },
2159
                {
2160
                    "name": "Symfony Community",
2161
                    "homepage": "https://symfony.com/contributors"
2162
                }
2163
            ],
2164
            "description": "Symfony Translation Component",
2165
            "homepage": "https://symfony.com",
2166
            "time": "2018-05-30T07:26:09+00:00"
2167
        },
2168
        {
2169
            "name": "symfony/var-dumper",
2170
            "version": "v4.1.0",
2171
            "source": {
2172
                "type": "git",
2173
                "url": "https://github.com/symfony/var-dumper.git",
2174
                "reference": "bc88ad53e825ebacc7b190bbd360781fce381c64"
2175
            },
2176
            "dist": {
2177
                "type": "zip",
2178
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bc88ad53e825ebacc7b190bbd360781fce381c64",
2179
                "reference": "bc88ad53e825ebacc7b190bbd360781fce381c64",
2180
                "shasum": ""
2181
            },
2182
            "require": {
2183
                "php": "^7.1.3",
2184
                "symfony/polyfill-mbstring": "~1.0",
2185
                "symfony/polyfill-php72": "~1.5"
2186
            },
2187
            "conflict": {
2188
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2189
                "symfony/console": "<3.4"
2190
            },
2191
            "require-dev": {
2192
                "ext-iconv": "*",
2193
                "symfony/process": "~3.4|~4.0",
2194
                "twig/twig": "~1.34|~2.4"
2195
            },
2196
            "suggest": {
2197
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2198
                "ext-intl": "To show region name in time zone dump",
2199
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2200
            },
2201
            "bin": [
2202
                "Resources/bin/var-dump-server"
2203
            ],
2204
            "type": "library",
2205
            "extra": {
2206
                "branch-alias": {
2207
                    "dev-master": "4.1-dev"
2208
                }
2209
            },
2210
            "autoload": {
2211
                "files": [
2212
                    "Resources/functions/dump.php"
2213
                ],
2214
                "psr-4": {
2215
                    "Symfony\\Component\\VarDumper\\": ""
2216
                },
2217
                "exclude-from-classmap": [
2218
                    "/Tests/"
2219
                ]
2220
            },
2221
            "notification-url": "https://packagist.org/downloads/",
2222
            "license": [
2223
                "MIT"
2224
            ],
2225
            "authors": [
2226
                {
2227
                    "name": "Nicolas Grekas",
2228
                    "email": "[email protected]"
2229
                },
2230
                {
2231
                    "name": "Symfony Community",
2232
                    "homepage": "https://symfony.com/contributors"
2233
                }
2234
            ],
2235
            "description": "Symfony mechanism for exploring and dumping PHP variables",
2236
            "homepage": "https://symfony.com",
2237
            "keywords": [
2238
                "debug",
2239
                "dump"
2240
            ],
2241
            "time": "2018-04-29T07:56:09+00:00"
2242
        },
2243
        {
2244
            "name": "tijsverkoyen/css-to-inline-styles",
2245
            "version": "2.2.1",
2246
            "source": {
2247
                "type": "git",
2248
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2249
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2250
            },
2251
            "dist": {
2252
                "type": "zip",
2253
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2254
                "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2255
                "shasum": ""
2256
            },
2257
            "require": {
2258
                "php": "^5.5 || ^7.0",
2259
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2260
            },
2261
            "require-dev": {
2262
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2263
            },
2264
            "type": "library",
2265
            "extra": {
2266
                "branch-alias": {
2267
                    "dev-master": "2.2.x-dev"
2268
                }
2269
            },
2270
            "autoload": {
2271
                "psr-4": {
2272
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
2273
                }
2274
            },
2275
            "notification-url": "https://packagist.org/downloads/",
2276
            "license": [
2277
                "BSD-3-Clause"
2278
            ],
2279
            "authors": [
2280
                {
2281
                    "name": "Tijs Verkoyen",
2282
                    "email": "[email protected]",
2283
                    "role": "Developer"
2284
                }
2285
            ],
2286
            "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.",
2287
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2288
            "time": "2017-11-27T11:13:29+00:00"
2289
        },
2290
        {
2291
            "name": "vlucas/phpdotenv",
2292
            "version": "v2.4.0",
2293
            "source": {
2294
                "type": "git",
2295
                "url": "https://github.com/vlucas/phpdotenv.git",
2296
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
2297
            },
2298
            "dist": {
2299
                "type": "zip",
2300
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2301
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
2302
                "shasum": ""
2303
            },
2304
            "require": {
2305
                "php": ">=5.3.9"
2306
            },
2307
            "require-dev": {
2308
                "phpunit/phpunit": "^4.8 || ^5.0"
2309
            },
2310
            "type": "library",
2311
            "extra": {
2312
                "branch-alias": {
2313
                    "dev-master": "2.4-dev"
2314
                }
2315
            },
2316
            "autoload": {
2317
                "psr-4": {
2318
                    "Dotenv\\": "src/"
2319
                }
2320
            },
2321
            "notification-url": "https://packagist.org/downloads/",
2322
            "license": [
2323
                "BSD-3-Clause-Attribution"
2324
            ],
2325
            "authors": [
2326
                {
2327
                    "name": "Vance Lucas",
2328
                    "email": "[email protected]",
2329
                    "homepage": "http://www.vancelucas.com"
2330
                }
2331
            ],
2332
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2333
            "keywords": [
2334
                "dotenv",
2335
                "env",
2336
                "environment"
2337
            ],
2338
            "time": "2016-09-01T10:05:43+00:00"
2339
        }
2340
    ],
2341
    "packages-dev": [
2342
        {
2343
            "name": "codedungeon/phpunit-result-printer",
2344
            "version": "0.6.1",
2345
            "source": {
2346
                "type": "git",
2347
                "url": "https://github.com/mikeerickson/phpunit-pretty-result-printer.git",
2348
                "reference": "e4cbf937b422bd2ce5ff9929e77592eb8188dbe6"
2349
            },
2350
            "dist": {
2351
                "type": "zip",
2352
                "url": "https://api.github.com/repos/mikeerickson/phpunit-pretty-result-printer/zipball/e4cbf937b422bd2ce5ff9929e77592eb8188dbe6",
2353
                "reference": "e4cbf937b422bd2ce5ff9929e77592eb8188dbe6",
2354
                "shasum": ""
2355
            },
2356
            "require": {
2357
                "hassankhan/config": "^0.10.0",
2358
                "php": "^7.1",
2359
                "symfony/yaml": "^2.7|^3.0|^4.0"
2360
            },
2361
            "require-dev": {
2362
                "phpunit/phpunit": ">=5.2",
2363
                "spatie/phpunit-watcher": "^1.3"
2364
            },
2365
            "type": "library",
2366
            "autoload": {
2367
                "psr-4": {
2368
                    "Codedungeon\\PHPUnitPrettyResultPrinter\\": "src/"
2369
                }
2370
            },
2371
            "notification-url": "https://packagist.org/downloads/",
2372
            "license": [
2373
                "MIT"
2374
            ],
2375
            "authors": [
2376
                {
2377
                    "name": "Mike Erickson",
2378
                    "email": "[email protected]"
2379
                }
2380
            ],
2381
            "description": "PHPUnit Pretty Result Printer",
2382
            "keywords": [
2383
                "composer",
2384
                "package",
2385
                "phpunit",
2386
                "printer",
2387
                "result-printer"
2388
            ],
2389
            "time": "2018-03-02T23:02:03+00:00"
2390
        },
2391
        {
2392
            "name": "doctrine/instantiator",
2393
            "version": "1.1.0",
2394
            "source": {
2395
                "type": "git",
2396
                "url": "https://github.com/doctrine/instantiator.git",
2397
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2398
            },
2399
            "dist": {
2400
                "type": "zip",
2401
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2402
                "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2403
                "shasum": ""
2404
            },
2405
            "require": {
2406
                "php": "^7.1"
2407
            },
2408
            "require-dev": {
2409
                "athletic/athletic": "~0.1.8",
2410
                "ext-pdo": "*",
2411
                "ext-phar": "*",
2412
                "phpunit/phpunit": "^6.2.3",
2413
                "squizlabs/php_codesniffer": "^3.0.2"
2414
            },
2415
            "type": "library",
2416
            "extra": {
2417
                "branch-alias": {
2418
                    "dev-master": "1.2.x-dev"
2419
                }
2420
            },
2421
            "autoload": {
2422
                "psr-4": {
2423
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2424
                }
2425
            },
2426
            "notification-url": "https://packagist.org/downloads/",
2427
            "license": [
2428
                "MIT"
2429
            ],
2430
            "authors": [
2431
                {
2432
                    "name": "Marco Pivetta",
2433
                    "email": "[email protected]",
2434
                    "homepage": "http://ocramius.github.com/"
2435
                }
2436
            ],
2437
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2438
            "homepage": "https://github.com/doctrine/instantiator",
2439
            "keywords": [
2440
                "constructor",
2441
                "instantiate"
2442
            ],
2443
            "time": "2017-07-22T11:58:36+00:00"
2444
        },
2445
        {
2446
            "name": "fzaninotto/faker",
2447
            "version": "v1.7.1",
2448
            "source": {
2449
                "type": "git",
2450
                "url": "https://github.com/fzaninotto/Faker.git",
2451
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
2452
            },
2453
            "dist": {
2454
                "type": "zip",
2455
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2456
                "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
2457
                "shasum": ""
2458
            },
2459
            "require": {
2460
                "php": "^5.3.3 || ^7.0"
2461
            },
2462
            "require-dev": {
2463
                "ext-intl": "*",
2464
                "phpunit/phpunit": "^4.0 || ^5.0",
2465
                "squizlabs/php_codesniffer": "^1.5"
2466
            },
2467
            "type": "library",
2468
            "extra": {
2469
                "branch-alias": {
2470
                    "dev-master": "1.8-dev"
2471
                }
2472
            },
2473
            "autoload": {
2474
                "psr-4": {
2475
                    "Faker\\": "src/Faker/"
2476
                }
2477
            },
2478
            "notification-url": "https://packagist.org/downloads/",
2479
            "license": [
2480
                "MIT"
2481
            ],
2482
            "authors": [
2483
                {
2484
                    "name": "François Zaninotto"
2485
                }
2486
            ],
2487
            "description": "Faker is a PHP library that generates fake data for you.",
2488
            "keywords": [
2489
                "data",
2490
                "faker",
2491
                "fixtures"
2492
            ],
2493
            "time": "2017-08-15T16:48:10+00:00"
2494
        },
2495
        {
2496
            "name": "hassankhan/config",
2497
            "version": "0.10.0",
2498
            "source": {
2499
                "type": "git",
2500
                "url": "https://github.com/hassankhan/config.git",
2501
                "reference": "06ac500348af033f1a2e44dc357ca86282626d4a"
2502
            },
2503
            "dist": {
2504
                "type": "zip",
2505
                "url": "https://api.github.com/repos/hassankhan/config/zipball/06ac500348af033f1a2e44dc357ca86282626d4a",
2506
                "reference": "06ac500348af033f1a2e44dc357ca86282626d4a",
2507
                "shasum": ""
2508
            },
2509
            "require": {
2510
                "php": ">=5.3.0"
2511
            },
2512
            "require-dev": {
2513
                "phpunit/phpunit": "~4.0",
2514
                "scrutinizer/ocular": "~1.1",
2515
                "squizlabs/php_codesniffer": "~2.2"
2516
            },
2517
            "suggest": {
2518
                "symfony/yaml": "~2.5"
2519
            },
2520
            "type": "library",
2521
            "autoload": {
2522
                "psr-4": {
2523
                    "Noodlehaus\\": "src"
2524
                }
2525
            },
2526
            "notification-url": "https://packagist.org/downloads/",
2527
            "license": [
2528
                "MIT"
2529
            ],
2530
            "authors": [
2531
                {
2532
                    "name": "Hassan Khan",
2533
                    "homepage": "http://hassankhan.me/",
2534
                    "role": "Developer"
2535
                }
2536
            ],
2537
            "description": "Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files",
2538
            "homepage": "http://hassankhan.me/config/",
2539
            "keywords": [
2540
                "config",
2541
                "configuration",
2542
                "ini",
2543
                "json",
2544
                "microphp",
2545
                "unframework",
2546
                "xml",
2547
                "yaml",
2548
                "yml"
2549
            ],
2550
            "time": "2016-02-11T16:21:17+00:00"
2551
        },
2552
        {
2553
            "name": "myclabs/deep-copy",
2554
            "version": "1.8.1",
2555
            "source": {
2556
                "type": "git",
2557
                "url": "https://github.com/myclabs/DeepCopy.git",
2558
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2559
            },
2560
            "dist": {
2561
                "type": "zip",
2562
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2563
                "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2564
                "shasum": ""
2565
            },
2566
            "require": {
2567
                "php": "^7.1"
2568
            },
2569
            "replace": {
2570
                "myclabs/deep-copy": "self.version"
2571
            },
2572
            "require-dev": {
2573
                "doctrine/collections": "^1.0",
2574
                "doctrine/common": "^2.6",
2575
                "phpunit/phpunit": "^7.1"
2576
            },
2577
            "type": "library",
2578
            "autoload": {
2579
                "psr-4": {
2580
                    "DeepCopy\\": "src/DeepCopy/"
2581
                },
2582
                "files": [
2583
                    "src/DeepCopy/deep_copy.php"
2584
                ]
2585
            },
2586
            "notification-url": "https://packagist.org/downloads/",
2587
            "license": [
2588
                "MIT"
2589
            ],
2590
            "description": "Create deep copies (clones) of your objects",
2591
            "keywords": [
2592
                "clone",
2593
                "copy",
2594
                "duplicate",
2595
                "object",
2596
                "object graph"
2597
            ],
2598
            "time": "2018-06-11T23:09:50+00:00"
2599
        },
2600
        {
2601
            "name": "orchestra/testbench",
2602
            "version": "v3.6.4",
2603
            "source": {
2604
                "type": "git",
2605
                "url": "https://github.com/orchestral/testbench.git",
2606
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73"
2607
            },
2608
            "dist": {
2609
                "type": "zip",
2610
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/242cc47d2e5d86ababe36d22519e2b948eff8f73",
2611
                "reference": "242cc47d2e5d86ababe36d22519e2b948eff8f73",
2612
                "shasum": ""
2613
            },
2614
            "require": {
2615
                "laravel/framework": "~5.6.13",
2616
                "orchestra/testbench-core": "~3.6.5",
2617
                "php": ">=7.1",
2618
                "phpunit/phpunit": "~7.0"
2619
            },
2620
            "require-dev": {
2621
                "mockery/mockery": "~1.0"
2622
            },
2623
            "type": "library",
2624
            "extra": {
2625
                "branch-alias": {
2626
                    "dev-master": "3.6-dev"
2627
                }
2628
            },
2629
            "notification-url": "https://packagist.org/downloads/",
2630
            "license": [
2631
                "MIT"
2632
            ],
2633
            "authors": [
2634
                {
2635
                    "name": "Mior Muhammad Zaki",
2636
                    "email": "[email protected]",
2637
                    "homepage": "https://github.com/crynobone"
2638
                }
2639
            ],
2640
            "description": "Laravel Testing Helper for Packages Development",
2641
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2642
            "keywords": [
2643
                "BDD",
2644
                "TDD",
2645
                "laravel",
2646
                "orchestra-platform",
2647
                "orchestral",
2648
                "testing"
2649
            ],
2650
            "time": "2018-03-27T09:27:00+00:00"
2651
        },
2652
        {
2653
            "name": "orchestra/testbench-core",
2654
            "version": "v3.6.5",
2655
            "source": {
2656
                "type": "git",
2657
                "url": "https://github.com/orchestral/testbench-core.git",
2658
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52"
2659
            },
2660
            "dist": {
2661
                "type": "zip",
2662
                "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/d089f0fd32a81764fbd98044148a193db828dd52",
2663
                "reference": "d089f0fd32a81764fbd98044148a193db828dd52",
2664
                "shasum": ""
2665
            },
2666
            "require": {
2667
                "fzaninotto/faker": "~1.4",
2668
                "php": ">=7.1"
2669
            },
2670
            "require-dev": {
2671
                "laravel/framework": "~5.6.13",
2672
                "mockery/mockery": "~1.0",
2673
                "phpunit/phpunit": "~7.0"
2674
            },
2675
            "suggest": {
2676
                "laravel/framework": "Required for testing (~5.6.13).",
2677
                "mockery/mockery": "Allow to use Mockery for testing (~1.0).",
2678
                "orchestra/testbench-browser-kit": "Allow to use legacy Laravel BrowserKit for testing (~3.6).",
2679
                "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.6).",
2680
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~7.0)."
2681
            },
2682
            "type": "library",
2683
            "extra": {
2684
                "branch-alias": {
2685
                    "dev-master": "3.6-dev"
2686
                }
2687
            },
2688
            "autoload": {
2689
                "psr-4": {
2690
                    "Orchestra\\Testbench\\": "src/"
2691
                }
2692
            },
2693
            "notification-url": "https://packagist.org/downloads/",
2694
            "license": [
2695
                "MIT"
2696
            ],
2697
            "authors": [
2698
                {
2699
                    "name": "Mior Muhammad Zaki",
2700
                    "email": "[email protected]",
2701
                    "homepage": "https://github.com/crynobone"
2702
                }
2703
            ],
2704
            "description": "Testing Helper for Laravel Development",
2705
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2706
            "keywords": [
2707
                "BDD",
2708
                "TDD",
2709
                "laravel",
2710
                "orchestra-platform",
2711
                "orchestral",
2712
                "testing"
2713
            ],
2714
            "time": "2018-03-27T08:00:28+00:00"
2715
        },
2716
        {
2717
            "name": "phar-io/manifest",
2718
            "version": "1.0.1",
2719
            "source": {
2720
                "type": "git",
2721
                "url": "https://github.com/phar-io/manifest.git",
2722
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
2723
            },
2724
            "dist": {
2725
                "type": "zip",
2726
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
2727
                "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
2728
                "shasum": ""
2729
            },
2730
            "require": {
2731
                "ext-dom": "*",
2732
                "ext-phar": "*",
2733
                "phar-io/version": "^1.0.1",
2734
                "php": "^5.6 || ^7.0"
2735
            },
2736
            "type": "library",
2737
            "extra": {
2738
                "branch-alias": {
2739
                    "dev-master": "1.0.x-dev"
2740
                }
2741
            },
2742
            "autoload": {
2743
                "classmap": [
2744
                    "src/"
2745
                ]
2746
            },
2747
            "notification-url": "https://packagist.org/downloads/",
2748
            "license": [
2749
                "BSD-3-Clause"
2750
            ],
2751
            "authors": [
2752
                {
2753
                    "name": "Arne Blankerts",
2754
                    "email": "[email protected]",
2755
                    "role": "Developer"
2756
                },
2757
                {
2758
                    "name": "Sebastian Heuer",
2759
                    "email": "[email protected]",
2760
                    "role": "Developer"
2761
                },
2762
                {
2763
                    "name": "Sebastian Bergmann",
2764
                    "email": "[email protected]",
2765
                    "role": "Developer"
2766
                }
2767
            ],
2768
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2769
            "time": "2017-03-05T18:14:27+00:00"
2770
        },
2771
        {
2772
            "name": "phar-io/version",
2773
            "version": "1.0.1",
2774
            "source": {
2775
                "type": "git",
2776
                "url": "https://github.com/phar-io/version.git",
2777
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
2778
            },
2779
            "dist": {
2780
                "type": "zip",
2781
                "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
2782
                "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
2783
                "shasum": ""
2784
            },
2785
            "require": {
2786
                "php": "^5.6 || ^7.0"
2787
            },
2788
            "type": "library",
2789
            "autoload": {
2790
                "classmap": [
2791
                    "src/"
2792
                ]
2793
            },
2794
            "notification-url": "https://packagist.org/downloads/",
2795
            "license": [
2796
                "BSD-3-Clause"
2797
            ],
2798
            "authors": [
2799
                {
2800
                    "name": "Arne Blankerts",
2801
                    "email": "[email protected]",
2802
                    "role": "Developer"
2803
                },
2804
                {
2805
                    "name": "Sebastian Heuer",
2806
                    "email": "[email protected]",
2807
                    "role": "Developer"
2808
                },
2809
                {
2810
                    "name": "Sebastian Bergmann",
2811
                    "email": "[email protected]",
2812
                    "role": "Developer"
2813
                }
2814
            ],
2815
            "description": "Library for handling version information and constraints",
2816
            "time": "2017-03-05T17:38:23+00:00"
2817
        },
2818
        {
2819
            "name": "phpdocumentor/reflection-common",
2820
            "version": "1.0.1",
2821
            "source": {
2822
                "type": "git",
2823
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2824
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2825
            },
2826
            "dist": {
2827
                "type": "zip",
2828
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2829
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2830
                "shasum": ""
2831
            },
2832
            "require": {
2833
                "php": ">=5.5"
2834
            },
2835
            "require-dev": {
2836
                "phpunit/phpunit": "^4.6"
2837
            },
2838
            "type": "library",
2839
            "extra": {
2840
                "branch-alias": {
2841
                    "dev-master": "1.0.x-dev"
2842
                }
2843
            },
2844
            "autoload": {
2845
                "psr-4": {
2846
                    "phpDocumentor\\Reflection\\": [
2847
                        "src"
2848
                    ]
2849
                }
2850
            },
2851
            "notification-url": "https://packagist.org/downloads/",
2852
            "license": [
2853
                "MIT"
2854
            ],
2855
            "authors": [
2856
                {
2857
                    "name": "Jaap van Otterdijk",
2858
                    "email": "[email protected]"
2859
                }
2860
            ],
2861
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2862
            "homepage": "http://www.phpdoc.org",
2863
            "keywords": [
2864
                "FQSEN",
2865
                "phpDocumentor",
2866
                "phpdoc",
2867
                "reflection",
2868
                "static analysis"
2869
            ],
2870
            "time": "2017-09-11T18:02:19+00:00"
2871
        },
2872
        {
2873
            "name": "phpdocumentor/reflection-docblock",
2874
            "version": "4.3.0",
2875
            "source": {
2876
                "type": "git",
2877
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2878
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2879
            },
2880
            "dist": {
2881
                "type": "zip",
2882
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
2883
                "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2884
                "shasum": ""
2885
            },
2886
            "require": {
2887
                "php": "^7.0",
2888
                "phpdocumentor/reflection-common": "^1.0.0",
2889
                "phpdocumentor/type-resolver": "^0.4.0",
2890
                "webmozart/assert": "^1.0"
2891
            },
2892
            "require-dev": {
2893
                "doctrine/instantiator": "~1.0.5",
2894
                "mockery/mockery": "^1.0",
2895
                "phpunit/phpunit": "^6.4"
2896
            },
2897
            "type": "library",
2898
            "extra": {
2899
                "branch-alias": {
2900
                    "dev-master": "4.x-dev"
2901
                }
2902
            },
2903
            "autoload": {
2904
                "psr-4": {
2905
                    "phpDocumentor\\Reflection\\": [
2906
                        "src/"
2907
                    ]
2908
                }
2909
            },
2910
            "notification-url": "https://packagist.org/downloads/",
2911
            "license": [
2912
                "MIT"
2913
            ],
2914
            "authors": [
2915
                {
2916
                    "name": "Mike van Riel",
2917
                    "email": "[email protected]"
2918
                }
2919
            ],
2920
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2921
            "time": "2017-11-30T07:14:17+00:00"
2922
        },
2923
        {
2924
            "name": "phpdocumentor/type-resolver",
2925
            "version": "0.4.0",
2926
            "source": {
2927
                "type": "git",
2928
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2929
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2930
            },
2931
            "dist": {
2932
                "type": "zip",
2933
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
2934
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2935
                "shasum": ""
2936
            },
2937
            "require": {
2938
                "php": "^5.5 || ^7.0",
2939
                "phpdocumentor/reflection-common": "^1.0"
2940
            },
2941
            "require-dev": {
2942
                "mockery/mockery": "^0.9.4",
2943
                "phpunit/phpunit": "^5.2||^4.8.24"
2944
            },
2945
            "type": "library",
2946
            "extra": {
2947
                "branch-alias": {
2948
                    "dev-master": "1.0.x-dev"
2949
                }
2950
            },
2951
            "autoload": {
2952
                "psr-4": {
2953
                    "phpDocumentor\\Reflection\\": [
2954
                        "src/"
2955
                    ]
2956
                }
2957
            },
2958
            "notification-url": "https://packagist.org/downloads/",
2959
            "license": [
2960
                "MIT"
2961
            ],
2962
            "authors": [
2963
                {
2964
                    "name": "Mike van Riel",
2965
                    "email": "[email protected]"
2966
                }
2967
            ],
2968
            "time": "2017-07-14T14:27:02+00:00"
2969
        },
2970
        {
2971
            "name": "phpspec/prophecy",
2972
            "version": "1.7.6",
2973
            "source": {
2974
                "type": "git",
2975
                "url": "https://github.com/phpspec/prophecy.git",
2976
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
2977
            },
2978
            "dist": {
2979
                "type": "zip",
2980
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2981
                "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
2982
                "shasum": ""
2983
            },
2984
            "require": {
2985
                "doctrine/instantiator": "^1.0.2",
2986
                "php": "^5.3|^7.0",
2987
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2988
                "sebastian/comparator": "^1.1|^2.0|^3.0",
2989
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
2990
            },
2991
            "require-dev": {
2992
                "phpspec/phpspec": "^2.5|^3.2",
2993
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2994
            },
2995
            "type": "library",
2996
            "extra": {
2997
                "branch-alias": {
2998
                    "dev-master": "1.7.x-dev"
2999
                }
3000
            },
3001
            "autoload": {
3002
                "psr-0": {
3003
                    "Prophecy\\": "src/"
3004
                }
3005
            },
3006
            "notification-url": "https://packagist.org/downloads/",
3007
            "license": [
3008
                "MIT"
3009
            ],
3010
            "authors": [
3011
                {
3012
                    "name": "Konstantin Kudryashov",
3013
                    "email": "[email protected]",
3014
                    "homepage": "http://everzet.com"
3015
                },
3016
                {
3017
                    "name": "Marcello Duarte",
3018
                    "email": "[email protected]"
3019
                }
3020
            ],
3021
            "description": "Highly opinionated mocking framework for PHP 5.3+",
3022
            "homepage": "https://github.com/phpspec/prophecy",
3023
            "keywords": [
3024
                "Double",
3025
                "Dummy",
3026
                "fake",
3027
                "mock",
3028
                "spy",
3029
                "stub"
3030
            ],
3031
            "time": "2018-04-18T13:57:24+00:00"
3032
        },
3033
        {
3034
            "name": "phpunit/php-code-coverage",
3035
            "version": "6.0.7",
3036
            "source": {
3037
                "type": "git",
3038
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3039
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a"
3040
            },
3041
            "dist": {
3042
                "type": "zip",
3043
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/865662550c384bc1db7e51d29aeda1c2c161d69a",
3044
                "reference": "865662550c384bc1db7e51d29aeda1c2c161d69a",
3045
                "shasum": ""
3046
            },
3047
            "require": {
3048
                "ext-dom": "*",
3049
                "ext-xmlwriter": "*",
3050
                "php": "^7.1",
3051
                "phpunit/php-file-iterator": "^2.0",
3052
                "phpunit/php-text-template": "^1.2.1",
3053
                "phpunit/php-token-stream": "^3.0",
3054
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
3055
                "sebastian/environment": "^3.1",
3056
                "sebastian/version": "^2.0.1",
3057
                "theseer/tokenizer": "^1.1"
3058
            },
3059
            "require-dev": {
3060
                "phpunit/phpunit": "^7.0"
3061
            },
3062
            "suggest": {
3063
                "ext-xdebug": "^2.6.0"
3064
            },
3065
            "type": "library",
3066
            "extra": {
3067
                "branch-alias": {
3068
                    "dev-master": "6.0-dev"
3069
                }
3070
            },
3071
            "autoload": {
3072
                "classmap": [
3073
                    "src/"
3074
                ]
3075
            },
3076
            "notification-url": "https://packagist.org/downloads/",
3077
            "license": [
3078
                "BSD-3-Clause"
3079
            ],
3080
            "authors": [
3081
                {
3082
                    "name": "Sebastian Bergmann",
3083
                    "email": "[email protected]",
3084
                    "role": "lead"
3085
                }
3086
            ],
3087
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3088
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
3089
            "keywords": [
3090
                "coverage",
3091
                "testing",
3092
                "xunit"
3093
            ],
3094
            "time": "2018-06-01T07:51:50+00:00"
3095
        },
3096
        {
3097
            "name": "phpunit/php-file-iterator",
3098
            "version": "2.0.1",
3099
            "source": {
3100
                "type": "git",
3101
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
3102
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c"
3103
            },
3104
            "dist": {
3105
                "type": "zip",
3106
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3107
                "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c",
3108
                "shasum": ""
3109
            },
3110
            "require": {
3111
                "php": "^7.1"
3112
            },
3113
            "type": "library",
3114
            "extra": {
3115
                "branch-alias": {
3116
                    "dev-master": "2.0.x-dev"
3117
                }
3118
            },
3119
            "autoload": {
3120
                "classmap": [
3121
                    "src/"
3122
                ]
3123
            },
3124
            "notification-url": "https://packagist.org/downloads/",
3125
            "license": [
3126
                "BSD-3-Clause"
3127
            ],
3128
            "authors": [
3129
                {
3130
                    "name": "Sebastian Bergmann",
3131
                    "email": "[email protected]",
3132
                    "role": "lead"
3133
                }
3134
            ],
3135
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3136
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3137
            "keywords": [
3138
                "filesystem",
3139
                "iterator"
3140
            ],
3141
            "time": "2018-06-11T11:44:00+00:00"
3142
        },
3143
        {
3144
            "name": "phpunit/php-text-template",
3145
            "version": "1.2.1",
3146
            "source": {
3147
                "type": "git",
3148
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
3149
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3150
            },
3151
            "dist": {
3152
                "type": "zip",
3153
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3154
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3155
                "shasum": ""
3156
            },
3157
            "require": {
3158
                "php": ">=5.3.3"
3159
            },
3160
            "type": "library",
3161
            "autoload": {
3162
                "classmap": [
3163
                    "src/"
3164
                ]
3165
            },
3166
            "notification-url": "https://packagist.org/downloads/",
3167
            "license": [
3168
                "BSD-3-Clause"
3169
            ],
3170
            "authors": [
3171
                {
3172
                    "name": "Sebastian Bergmann",
3173
                    "email": "[email protected]",
3174
                    "role": "lead"
3175
                }
3176
            ],
3177
            "description": "Simple template engine.",
3178
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3179
            "keywords": [
3180
                "template"
3181
            ],
3182
            "time": "2015-06-21T13:50:34+00:00"
3183
        },
3184
        {
3185
            "name": "phpunit/php-timer",
3186
            "version": "2.0.0",
3187
            "source": {
3188
                "type": "git",
3189
                "url": "https://github.com/sebastianbergmann/php-timer.git",
3190
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
3191
            },
3192
            "dist": {
3193
                "type": "zip",
3194
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
3195
                "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
3196
                "shasum": ""
3197
            },
3198
            "require": {
3199
                "php": "^7.1"
3200
            },
3201
            "require-dev": {
3202
                "phpunit/phpunit": "^7.0"
3203
            },
3204
            "type": "library",
3205
            "extra": {
3206
                "branch-alias": {
3207
                    "dev-master": "2.0-dev"
3208
                }
3209
            },
3210
            "autoload": {
3211
                "classmap": [
3212
                    "src/"
3213
                ]
3214
            },
3215
            "notification-url": "https://packagist.org/downloads/",
3216
            "license": [
3217
                "BSD-3-Clause"
3218
            ],
3219
            "authors": [
3220
                {
3221
                    "name": "Sebastian Bergmann",
3222
                    "email": "[email protected]",
3223
                    "role": "lead"
3224
                }
3225
            ],
3226
            "description": "Utility class for timing",
3227
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
3228
            "keywords": [
3229
                "timer"
3230
            ],
3231
            "time": "2018-02-01T13:07:23+00:00"
3232
        },
3233
        {
3234
            "name": "phpunit/php-token-stream",
3235
            "version": "3.0.0",
3236
            "source": {
3237
                "type": "git",
3238
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3239
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
3240
            },
3241
            "dist": {
3242
                "type": "zip",
3243
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3244
                "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
3245
                "shasum": ""
3246
            },
3247
            "require": {
3248
                "ext-tokenizer": "*",
3249
                "php": "^7.1"
3250
            },
3251
            "require-dev": {
3252
                "phpunit/phpunit": "^7.0"
3253
            },
3254
            "type": "library",
3255
            "extra": {
3256
                "branch-alias": {
3257
                    "dev-master": "3.0-dev"
3258
                }
3259
            },
3260
            "autoload": {
3261
                "classmap": [
3262
                    "src/"
3263
                ]
3264
            },
3265
            "notification-url": "https://packagist.org/downloads/",
3266
            "license": [
3267
                "BSD-3-Clause"
3268
            ],
3269
            "authors": [
3270
                {
3271
                    "name": "Sebastian Bergmann",
3272
                    "email": "[email protected]"
3273
                }
3274
            ],
3275
            "description": "Wrapper around PHP's tokenizer extension.",
3276
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3277
            "keywords": [
3278
                "tokenizer"
3279
            ],
3280
            "time": "2018-02-01T13:16:43+00:00"
3281
        },
3282
        {
3283
            "name": "phpunit/phpunit",
3284
            "version": "7.2.4",
3285
            "source": {
3286
                "type": "git",
3287
                "url": "https://github.com/sebastianbergmann/phpunit.git",
3288
                "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd"
3289
            },
3290
            "dist": {
3291
                "type": "zip",
3292
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
3293
                "reference": "00bc0b93f0ff4f557e9ea766557fde96da9a03dd",
3294
                "shasum": ""
3295
            },
3296
            "require": {
3297
                "doctrine/instantiator": "^1.1",
3298
                "ext-dom": "*",
3299
                "ext-json": "*",
3300
                "ext-libxml": "*",
3301
                "ext-mbstring": "*",
3302
                "ext-xml": "*",
3303
                "myclabs/deep-copy": "^1.7",
3304
                "phar-io/manifest": "^1.0.1",
3305
                "phar-io/version": "^1.0",
3306
                "php": "^7.1",
3307
                "phpspec/prophecy": "^1.7",
3308
                "phpunit/php-code-coverage": "^6.0.7",
3309
                "phpunit/php-file-iterator": "^2.0",
3310
                "phpunit/php-text-template": "^1.2.1",
3311
                "phpunit/php-timer": "^2.0",
3312
                "sebastian/comparator": "^3.0",
3313
                "sebastian/diff": "^3.0",
3314
                "sebastian/environment": "^3.1",
3315
                "sebastian/exporter": "^3.1",
3316
                "sebastian/global-state": "^2.0",
3317
                "sebastian/object-enumerator": "^3.0.3",
3318
                "sebastian/resource-operations": "^1.0",
3319
                "sebastian/version": "^2.0.1"
3320
            },
3321
            "conflict": {
3322
                "phpunit/phpunit-mock-objects": "*"
3323
            },
3324
            "require-dev": {
3325
                "ext-pdo": "*"
3326
            },
3327
            "suggest": {
3328
                "ext-soap": "*",
3329
                "ext-xdebug": "*",
3330
                "phpunit/php-invoker": "^2.0"
3331
            },
3332
            "bin": [
3333
                "phpunit"
3334
            ],
3335
            "type": "library",
3336
            "extra": {
3337
                "branch-alias": {
3338
                    "dev-master": "7.2-dev"
3339
                }
3340
            },
3341
            "autoload": {
3342
                "classmap": [
3343
                    "src/"
3344
                ]
3345
            },
3346
            "notification-url": "https://packagist.org/downloads/",
3347
            "license": [
3348
                "BSD-3-Clause"
3349
            ],
3350
            "authors": [
3351
                {
3352
                    "name": "Sebastian Bergmann",
3353
                    "email": "[email protected]",
3354
                    "role": "lead"
3355
                }
3356
            ],
3357
            "description": "The PHP Unit Testing framework.",
3358
            "homepage": "https://phpunit.de/",
3359
            "keywords": [
3360
                "phpunit",
3361
                "testing",
3362
                "xunit"
3363
            ],
3364
            "time": "2018-06-05T03:40:05+00:00"
3365
        },
3366
        {
3367
            "name": "sebastian/code-unit-reverse-lookup",
3368
            "version": "1.0.1",
3369
            "source": {
3370
                "type": "git",
3371
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3372
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
3373
            },
3374
            "dist": {
3375
                "type": "zip",
3376
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3377
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
3378
                "shasum": ""
3379
            },
3380
            "require": {
3381
                "php": "^5.6 || ^7.0"
3382
            },
3383
            "require-dev": {
3384
                "phpunit/phpunit": "^5.7 || ^6.0"
3385
            },
3386
            "type": "library",
3387
            "extra": {
3388
                "branch-alias": {
3389
                    "dev-master": "1.0.x-dev"
3390
                }
3391
            },
3392
            "autoload": {
3393
                "classmap": [
3394
                    "src/"
3395
                ]
3396
            },
3397
            "notification-url": "https://packagist.org/downloads/",
3398
            "license": [
3399
                "BSD-3-Clause"
3400
            ],
3401
            "authors": [
3402
                {
3403
                    "name": "Sebastian Bergmann",
3404
                    "email": "[email protected]"
3405
                }
3406
            ],
3407
            "description": "Looks up which function or method a line of code belongs to",
3408
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3409
            "time": "2017-03-04T06:30:41+00:00"
3410
        },
3411
        {
3412
            "name": "sebastian/comparator",
3413
            "version": "3.0.1",
3414
            "source": {
3415
                "type": "git",
3416
                "url": "https://github.com/sebastianbergmann/comparator.git",
3417
                "reference": "591a30922f54656695e59b1f39501aec513403da"
3418
            },
3419
            "dist": {
3420
                "type": "zip",
3421
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/591a30922f54656695e59b1f39501aec513403da",
3422
                "reference": "591a30922f54656695e59b1f39501aec513403da",
3423
                "shasum": ""
3424
            },
3425
            "require": {
3426
                "php": "^7.1",
3427
                "sebastian/diff": "^3.0",
3428
                "sebastian/exporter": "^3.1"
3429
            },
3430
            "require-dev": {
3431
                "phpunit/phpunit": "^7.1"
3432
            },
3433
            "type": "library",
3434
            "extra": {
3435
                "branch-alias": {
3436
                    "dev-master": "3.0-dev"
3437
                }
3438
            },
3439
            "autoload": {
3440
                "classmap": [
3441
                    "src/"
3442
                ]
3443
            },
3444
            "notification-url": "https://packagist.org/downloads/",
3445
            "license": [
3446
                "BSD-3-Clause"
3447
            ],
3448
            "authors": [
3449
                {
3450
                    "name": "Jeff Welch",
3451
                    "email": "[email protected]"
3452
                },
3453
                {
3454
                    "name": "Volker Dusch",
3455
                    "email": "[email protected]"
3456
                },
3457
                {
3458
                    "name": "Bernhard Schussek",
3459
                    "email": "[email protected]"
3460
                },
3461
                {
3462
                    "name": "Sebastian Bergmann",
3463
                    "email": "[email protected]"
3464
                }
3465
            ],
3466
            "description": "Provides the functionality to compare PHP values for equality",
3467
            "homepage": "https://github.com/sebastianbergmann/comparator",
3468
            "keywords": [
3469
                "comparator",
3470
                "compare",
3471
                "equality"
3472
            ],
3473
            "time": "2018-06-14T15:05:28+00:00"
3474
        },
3475
        {
3476
            "name": "sebastian/diff",
3477
            "version": "3.0.1",
3478
            "source": {
3479
                "type": "git",
3480
                "url": "https://github.com/sebastianbergmann/diff.git",
3481
                "reference": "366541b989927187c4ca70490a35615d3fef2dce"
3482
            },
3483
            "dist": {
3484
                "type": "zip",
3485
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
3486
                "reference": "366541b989927187c4ca70490a35615d3fef2dce",
3487
                "shasum": ""
3488
            },
3489
            "require": {
3490
                "php": "^7.1"
3491
            },
3492
            "require-dev": {
3493
                "phpunit/phpunit": "^7.0",
3494
                "symfony/process": "^2 || ^3.3 || ^4"
3495
            },
3496
            "type": "library",
3497
            "extra": {
3498
                "branch-alias": {
3499
                    "dev-master": "3.0-dev"
3500
                }
3501
            },
3502
            "autoload": {
3503
                "classmap": [
3504
                    "src/"
3505
                ]
3506
            },
3507
            "notification-url": "https://packagist.org/downloads/",
3508
            "license": [
3509
                "BSD-3-Clause"
3510
            ],
3511
            "authors": [
3512
                {
3513
                    "name": "Kore Nordmann",
3514
                    "email": "[email protected]"
3515
                },
3516
                {
3517
                    "name": "Sebastian Bergmann",
3518
                    "email": "[email protected]"
3519
                }
3520
            ],
3521
            "description": "Diff implementation",
3522
            "homepage": "https://github.com/sebastianbergmann/diff",
3523
            "keywords": [
3524
                "diff",
3525
                "udiff",
3526
                "unidiff",
3527
                "unified diff"
3528
            ],
3529
            "time": "2018-06-10T07:54:39+00:00"
3530
        },
3531
        {
3532
            "name": "sebastian/environment",
3533
            "version": "3.1.0",
3534
            "source": {
3535
                "type": "git",
3536
                "url": "https://github.com/sebastianbergmann/environment.git",
3537
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
3538
            },
3539
            "dist": {
3540
                "type": "zip",
3541
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3542
                "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
3543
                "shasum": ""
3544
            },
3545
            "require": {
3546
                "php": "^7.0"
3547
            },
3548
            "require-dev": {
3549
                "phpunit/phpunit": "^6.1"
3550
            },
3551
            "type": "library",
3552
            "extra": {
3553
                "branch-alias": {
3554
                    "dev-master": "3.1.x-dev"
3555
                }
3556
            },
3557
            "autoload": {
3558
                "classmap": [
3559
                    "src/"
3560
                ]
3561
            },
3562
            "notification-url": "https://packagist.org/downloads/",
3563
            "license": [
3564
                "BSD-3-Clause"
3565
            ],
3566
            "authors": [
3567
                {
3568
                    "name": "Sebastian Bergmann",
3569
                    "email": "[email protected]"
3570
                }
3571
            ],
3572
            "description": "Provides functionality to handle HHVM/PHP environments",
3573
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3574
            "keywords": [
3575
                "Xdebug",
3576
                "environment",
3577
                "hhvm"
3578
            ],
3579
            "time": "2017-07-01T08:51:00+00:00"
3580
        },
3581
        {
3582
            "name": "sebastian/exporter",
3583
            "version": "3.1.0",
3584
            "source": {
3585
                "type": "git",
3586
                "url": "https://github.com/sebastianbergmann/exporter.git",
3587
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
3588
            },
3589
            "dist": {
3590
                "type": "zip",
3591
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
3592
                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
3593
                "shasum": ""
3594
            },
3595
            "require": {
3596
                "php": "^7.0",
3597
                "sebastian/recursion-context": "^3.0"
3598
            },
3599
            "require-dev": {
3600
                "ext-mbstring": "*",
3601
                "phpunit/phpunit": "^6.0"
3602
            },
3603
            "type": "library",
3604
            "extra": {
3605
                "branch-alias": {
3606
                    "dev-master": "3.1.x-dev"
3607
                }
3608
            },
3609
            "autoload": {
3610
                "classmap": [
3611
                    "src/"
3612
                ]
3613
            },
3614
            "notification-url": "https://packagist.org/downloads/",
3615
            "license": [
3616
                "BSD-3-Clause"
3617
            ],
3618
            "authors": [
3619
                {
3620
                    "name": "Jeff Welch",
3621
                    "email": "[email protected]"
3622
                },
3623
                {
3624
                    "name": "Volker Dusch",
3625
                    "email": "[email protected]"
3626
                },
3627
                {
3628
                    "name": "Bernhard Schussek",
3629
                    "email": "[email protected]"
3630
                },
3631
                {
3632
                    "name": "Sebastian Bergmann",
3633
                    "email": "[email protected]"
3634
                },
3635
                {
3636
                    "name": "Adam Harvey",
3637
                    "email": "[email protected]"
3638
                }
3639
            ],
3640
            "description": "Provides the functionality to export PHP variables for visualization",
3641
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3642
            "keywords": [
3643
                "export",
3644
                "exporter"
3645
            ],
3646
            "time": "2017-04-03T13:19:02+00:00"
3647
        },
3648
        {
3649
            "name": "sebastian/global-state",
3650
            "version": "2.0.0",
3651
            "source": {
3652
                "type": "git",
3653
                "url": "https://github.com/sebastianbergmann/global-state.git",
3654
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
3655
            },
3656
            "dist": {
3657
                "type": "zip",
3658
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3659
                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
3660
                "shasum": ""
3661
            },
3662
            "require": {
3663
                "php": "^7.0"
3664
            },
3665
            "require-dev": {
3666
                "phpunit/phpunit": "^6.0"
3667
            },
3668
            "suggest": {
3669
                "ext-uopz": "*"
3670
            },
3671
            "type": "library",
3672
            "extra": {
3673
                "branch-alias": {
3674
                    "dev-master": "2.0-dev"
3675
                }
3676
            },
3677
            "autoload": {
3678
                "classmap": [
3679
                    "src/"
3680
                ]
3681
            },
3682
            "notification-url": "https://packagist.org/downloads/",
3683
            "license": [
3684
                "BSD-3-Clause"
3685
            ],
3686
            "authors": [
3687
                {
3688
                    "name": "Sebastian Bergmann",
3689
                    "email": "[email protected]"
3690
                }
3691
            ],
3692
            "description": "Snapshotting of global state",
3693
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3694
            "keywords": [
3695
                "global state"
3696
            ],
3697
            "time": "2017-04-27T15:39:26+00:00"
3698
        },
3699
        {
3700
            "name": "sebastian/object-enumerator",
3701
            "version": "3.0.3",
3702
            "source": {
3703
                "type": "git",
3704
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3705
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
3706
            },
3707
            "dist": {
3708
                "type": "zip",
3709
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3710
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
3711
                "shasum": ""
3712
            },
3713
            "require": {
3714
                "php": "^7.0",
3715
                "sebastian/object-reflector": "^1.1.1",
3716
                "sebastian/recursion-context": "^3.0"
3717
            },
3718
            "require-dev": {
3719
                "phpunit/phpunit": "^6.0"
3720
            },
3721
            "type": "library",
3722
            "extra": {
3723
                "branch-alias": {
3724
                    "dev-master": "3.0.x-dev"
3725
                }
3726
            },
3727
            "autoload": {
3728
                "classmap": [
3729
                    "src/"
3730
                ]
3731
            },
3732
            "notification-url": "https://packagist.org/downloads/",
3733
            "license": [
3734
                "BSD-3-Clause"
3735
            ],
3736
            "authors": [
3737
                {
3738
                    "name": "Sebastian Bergmann",
3739
                    "email": "[email protected]"
3740
                }
3741
            ],
3742
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3743
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3744
            "time": "2017-08-03T12:35:26+00:00"
3745
        },
3746
        {
3747
            "name": "sebastian/object-reflector",
3748
            "version": "1.1.1",
3749
            "source": {
3750
                "type": "git",
3751
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
3752
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
3753
            },
3754
            "dist": {
3755
                "type": "zip",
3756
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
3757
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
3758
                "shasum": ""
3759
            },
3760
            "require": {
3761
                "php": "^7.0"
3762
            },
3763
            "require-dev": {
3764
                "phpunit/phpunit": "^6.0"
3765
            },
3766
            "type": "library",
3767
            "extra": {
3768
                "branch-alias": {
3769
                    "dev-master": "1.1-dev"
3770
                }
3771
            },
3772
            "autoload": {
3773
                "classmap": [
3774
                    "src/"
3775
                ]
3776
            },
3777
            "notification-url": "https://packagist.org/downloads/",
3778
            "license": [
3779
                "BSD-3-Clause"
3780
            ],
3781
            "authors": [
3782
                {
3783
                    "name": "Sebastian Bergmann",
3784
                    "email": "[email protected]"
3785
                }
3786
            ],
3787
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
3788
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
3789
            "time": "2017-03-29T09:07:27+00:00"
3790
        },
3791
        {
3792
            "name": "sebastian/recursion-context",
3793
            "version": "3.0.0",
3794
            "source": {
3795
                "type": "git",
3796
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3797
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
3798
            },
3799
            "dist": {
3800
                "type": "zip",
3801
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3802
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
3803
                "shasum": ""
3804
            },
3805
            "require": {
3806
                "php": "^7.0"
3807
            },
3808
            "require-dev": {
3809
                "phpunit/phpunit": "^6.0"
3810
            },
3811
            "type": "library",
3812
            "extra": {
3813
                "branch-alias": {
3814
                    "dev-master": "3.0.x-dev"
3815
                }
3816
            },
3817
            "autoload": {
3818
                "classmap": [
3819
                    "src/"
3820
                ]
3821
            },
3822
            "notification-url": "https://packagist.org/downloads/",
3823
            "license": [
3824
                "BSD-3-Clause"
3825
            ],
3826
            "authors": [
3827
                {
3828
                    "name": "Jeff Welch",
3829
                    "email": "[email protected]"
3830
                },
3831
                {
3832
                    "name": "Sebastian Bergmann",
3833
                    "email": "[email protected]"
3834
                },
3835
                {
3836
                    "name": "Adam Harvey",
3837
                    "email": "[email protected]"
3838
                }
3839
            ],
3840
            "description": "Provides functionality to recursively process PHP variables",
3841
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3842
            "time": "2017-03-03T06:23:57+00:00"
3843
        },
3844
        {
3845
            "name": "sebastian/resource-operations",
3846
            "version": "1.0.0",
3847
            "source": {
3848
                "type": "git",
3849
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3850
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3851
            },
3852
            "dist": {
3853
                "type": "zip",
3854
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3855
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3856
                "shasum": ""
3857
            },
3858
            "require": {
3859
                "php": ">=5.6.0"
3860
            },
3861
            "type": "library",
3862
            "extra": {
3863
                "branch-alias": {
3864
                    "dev-master": "1.0.x-dev"
3865
                }
3866
            },
3867
            "autoload": {
3868
                "classmap": [
3869
                    "src/"
3870
                ]
3871
            },
3872
            "notification-url": "https://packagist.org/downloads/",
3873
            "license": [
3874
                "BSD-3-Clause"
3875
            ],
3876
            "authors": [
3877
                {
3878
                    "name": "Sebastian Bergmann",
3879
                    "email": "[email protected]"
3880
                }
3881
            ],
3882
            "description": "Provides a list of PHP built-in functions that operate on resources",
3883
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3884
            "time": "2015-07-28T20:34:47+00:00"
3885
        },
3886
        {
3887
            "name": "sebastian/version",
3888
            "version": "2.0.1",
3889
            "source": {
3890
                "type": "git",
3891
                "url": "https://github.com/sebastianbergmann/version.git",
3892
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
3893
            },
3894
            "dist": {
3895
                "type": "zip",
3896
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
3897
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
3898
                "shasum": ""
3899
            },
3900
            "require": {
3901
                "php": ">=5.6"
3902
            },
3903
            "type": "library",
3904
            "extra": {
3905
                "branch-alias": {
3906
                    "dev-master": "2.0.x-dev"
3907
                }
3908
            },
3909
            "autoload": {
3910
                "classmap": [
3911
                    "src/"
3912
                ]
3913
            },
3914
            "notification-url": "https://packagist.org/downloads/",
3915
            "license": [
3916
                "BSD-3-Clause"
3917
            ],
3918
            "authors": [
3919
                {
3920
                    "name": "Sebastian Bergmann",
3921
                    "email": "[email protected]",
3922
                    "role": "lead"
3923
                }
3924
            ],
3925
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3926
            "homepage": "https://github.com/sebastianbergmann/version",
3927
            "time": "2016-10-03T07:35:21+00:00"
3928
        },
3929
        {
3930
            "name": "symfony/yaml",
3931
            "version": "v4.1.0",
3932
            "source": {
3933
                "type": "git",
3934
                "url": "https://github.com/symfony/yaml.git",
3935
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
3936
            },
3937
            "dist": {
3938
                "type": "zip",
3939
                "url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3940
                "reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
3941
                "shasum": ""
3942
            },
3943
            "require": {
3944
                "php": "^7.1.3",
3945
                "symfony/polyfill-ctype": "~1.8"
3946
            },
3947
            "conflict": {
3948
                "symfony/console": "<3.4"
3949
            },
3950
            "require-dev": {
3951
                "symfony/console": "~3.4|~4.0"
3952
            },
3953
            "suggest": {
3954
                "symfony/console": "For validating YAML files using the lint command"
3955
            },
3956
            "type": "library",
3957
            "extra": {
3958
                "branch-alias": {
3959
                    "dev-master": "4.1-dev"
3960
                }
3961
            },
3962
            "autoload": {
3963
                "psr-4": {
3964
                    "Symfony\\Component\\Yaml\\": ""
3965
                },
3966
                "exclude-from-classmap": [
3967
                    "/Tests/"
3968
                ]
3969
            },
3970
            "notification-url": "https://packagist.org/downloads/",
3971
            "license": [
3972
                "MIT"
3973
            ],
3974
            "authors": [
3975
                {
3976
                    "name": "Fabien Potencier",
3977
                    "email": "[email protected]"
3978
                },
3979
                {
3980
                    "name": "Symfony Community",
3981
                    "homepage": "https://symfony.com/contributors"
3982
                }
3983
            ],
3984
            "description": "Symfony Yaml Component",
3985
            "homepage": "https://symfony.com",
3986
            "time": "2018-05-30T07:26:09+00:00"
3987
        },
3988
        {
3989
            "name": "theseer/tokenizer",
3990
            "version": "1.1.0",
3991
            "source": {
3992
                "type": "git",
3993
                "url": "https://github.com/theseer/tokenizer.git",
3994
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
3995
            },
3996
            "dist": {
3997
                "type": "zip",
3998
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
3999
                "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
4000
                "shasum": ""
4001
            },
4002
            "require": {
4003
                "ext-dom": "*",
4004
                "ext-tokenizer": "*",
4005
                "ext-xmlwriter": "*",
4006
                "php": "^7.0"
4007
            },
4008
            "type": "library",
4009
            "autoload": {
4010
                "classmap": [
4011
                    "src/"
4012
                ]
4013
            },
4014
            "notification-url": "https://packagist.org/downloads/",
4015
            "license": [
4016
                "BSD-3-Clause"
4017
            ],
4018
            "authors": [
4019
                {
4020
                    "name": "Arne Blankerts",
4021
                    "email": "[email protected]",
4022
                    "role": "Developer"
4023
                }
4024
            ],
4025
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4026
            "time": "2017-04-07T12:08:54+00:00"
4027
        },
4028
        {
4029
            "name": "webmozart/assert",
4030
            "version": "1.3.0",
4031
            "source": {
4032
                "type": "git",
4033
                "url": "https://github.com/webmozart/assert.git",
4034
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
4035
            },
4036
            "dist": {
4037
                "type": "zip",
4038
                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
4039
                "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
4040
                "shasum": ""
4041
            },
4042
            "require": {
4043
                "php": "^5.3.3 || ^7.0"
4044
            },
4045
            "require-dev": {
4046
                "phpunit/phpunit": "^4.6",
4047
                "sebastian/version": "^1.0.1"
4048
            },
4049
            "type": "library",
4050
            "extra": {
4051
                "branch-alias": {
4052
                    "dev-master": "1.3-dev"
4053
                }
4054
            },
4055
            "autoload": {
4056
                "psr-4": {
4057
                    "Webmozart\\Assert\\": "src/"
4058
                }
4059
            },
4060
            "notification-url": "https://packagist.org/downloads/",
4061
            "license": [
4062
                "MIT"
4063
            ],
4064
            "authors": [
4065
                {
4066
                    "name": "Bernhard Schussek",
4067
                    "email": "[email protected]"
4068
                }
4069
            ],
4070
            "description": "Assertions to validate method input/output with nice error messages.",
4071
            "keywords": [
4072
                "assert",
4073
                "check",
4074
                "validate"
4075
            ],
4076
            "time": "2018-01-29T19:49:41+00:00"
4077
        }
4078
    ],
4079
    "aliases": [],
4080
    "minimum-stability": "stable",
4081
    "stability-flags": [],
4082
    "prefer-stable": false,
4083
    "prefer-lowest": false,
4084
    "platform": {
4085
        "php": ">=7.1"
4086
    },
4087
    "platform-dev": []
4088
}
4089