Projekt

Obecné

Profil

Stáhnout (196 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "f58cabd0613b5fb1c84929018285ce2e",
8
    "packages": [
9
        {
10
            "name": "asm89/stack-cors",
11
            "version": "1.3.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/asm89/stack-cors.git",
15
                "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
20
                "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.5.9",
25
                "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
26
                "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^5.0 || ^4.8.10",
30
                "squizlabs/php_codesniffer": "^2.3"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.2-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-4": {
40
                    "Asm89\\Stack\\": "src/Asm89/Stack/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Alexander",
50
                    "email": "iam.asm89@gmail.com"
51
                }
52
            ],
53
            "description": "Cross-origin resource sharing library and stack middleware",
54
            "homepage": "https://github.com/asm89/stack-cors",
55
            "keywords": [
56
                "cors",
57
                "stack"
58
            ],
59
            "time": "2019-12-24T22:41:47+00:00"
60
        },
61
        {
62
            "name": "dnoegel/php-xdg-base-dir",
63
            "version": "v0.1.1",
64
            "source": {
65
                "type": "git",
66
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
67
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
68
            },
69
            "dist": {
70
                "type": "zip",
71
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
72
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
73
                "shasum": ""
74
            },
75
            "require": {
76
                "php": ">=5.3.2"
77
            },
78
            "require-dev": {
79
                "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
80
            },
81
            "type": "library",
82
            "autoload": {
83
                "psr-4": {
84
                    "XdgBaseDir\\": "src/"
85
                }
86
            },
87
            "notification-url": "https://packagist.org/downloads/",
88
            "license": [
89
                "MIT"
90
            ],
91
            "description": "implementation of xdg base directory specification for php",
92
            "time": "2019-12-04T15:06:13+00:00"
93
        },
94
        {
95
            "name": "doctrine/inflector",
96
            "version": "1.3.1",
97
            "source": {
98
                "type": "git",
99
                "url": "https://github.com/doctrine/inflector.git",
100
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
101
            },
102
            "dist": {
103
                "type": "zip",
104
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
105
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
106
                "shasum": ""
107
            },
108
            "require": {
109
                "php": "^7.1"
110
            },
111
            "require-dev": {
112
                "phpunit/phpunit": "^6.2"
113
            },
114
            "type": "library",
115
            "extra": {
116
                "branch-alias": {
117
                    "dev-master": "1.3.x-dev"
118
                }
119
            },
120
            "autoload": {
121
                "psr-4": {
122
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
123
                }
124
            },
125
            "notification-url": "https://packagist.org/downloads/",
126
            "license": [
127
                "MIT"
128
            ],
129
            "authors": [
130
                {
131
                    "name": "Guilherme Blanco",
132
                    "email": "guilhermeblanco@gmail.com"
133
                },
134
                {
135
                    "name": "Roman Borschel",
136
                    "email": "roman@code-factory.org"
137
                },
138
                {
139
                    "name": "Benjamin Eberlei",
140
                    "email": "kontakt@beberlei.de"
141
                },
142
                {
143
                    "name": "Jonathan Wage",
144
                    "email": "jonwage@gmail.com"
145
                },
146
                {
147
                    "name": "Johannes Schmitt",
148
                    "email": "schmittjoh@gmail.com"
149
                }
150
            ],
151
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
152
            "homepage": "http://www.doctrine-project.org",
153
            "keywords": [
154
                "inflection",
155
                "pluralize",
156
                "singularize",
157
                "string"
158
            ],
159
            "time": "2019-10-30T19:59:35+00:00"
160
        },
161
        {
162
            "name": "doctrine/lexer",
163
            "version": "1.2.0",
164
            "source": {
165
                "type": "git",
166
                "url": "https://github.com/doctrine/lexer.git",
167
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
168
            },
169
            "dist": {
170
                "type": "zip",
171
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
172
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
173
                "shasum": ""
174
            },
175
            "require": {
176
                "php": "^7.2"
177
            },
178
            "require-dev": {
179
                "doctrine/coding-standard": "^6.0",
180
                "phpstan/phpstan": "^0.11.8",
181
                "phpunit/phpunit": "^8.2"
182
            },
183
            "type": "library",
184
            "extra": {
185
                "branch-alias": {
186
                    "dev-master": "1.2.x-dev"
187
                }
188
            },
189
            "autoload": {
190
                "psr-4": {
191
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
192
                }
193
            },
194
            "notification-url": "https://packagist.org/downloads/",
195
            "license": [
196
                "MIT"
197
            ],
198
            "authors": [
199
                {
200
                    "name": "Guilherme Blanco",
201
                    "email": "guilhermeblanco@gmail.com"
202
                },
203
                {
204
                    "name": "Roman Borschel",
205
                    "email": "roman@code-factory.org"
206
                },
207
                {
208
                    "name": "Johannes Schmitt",
209
                    "email": "schmittjoh@gmail.com"
210
                }
211
            ],
212
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
213
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
214
            "keywords": [
215
                "annotations",
216
                "docblock",
217
                "lexer",
218
                "parser",
219
                "php"
220
            ],
221
            "time": "2019-10-30T14:39:59+00:00"
222
        },
223
        {
224
            "name": "dragonmantank/cron-expression",
225
            "version": "v2.3.0",
226
            "source": {
227
                "type": "git",
228
                "url": "https://github.com/dragonmantank/cron-expression.git",
229
                "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
230
            },
231
            "dist": {
232
                "type": "zip",
233
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
234
                "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
235
                "shasum": ""
236
            },
237
            "require": {
238
                "php": "^7.0"
239
            },
240
            "require-dev": {
241
                "phpunit/phpunit": "^6.4|^7.0"
242
            },
243
            "type": "library",
244
            "extra": {
245
                "branch-alias": {
246
                    "dev-master": "2.3-dev"
247
                }
248
            },
249
            "autoload": {
250
                "psr-4": {
251
                    "Cron\\": "src/Cron/"
252
                }
253
            },
254
            "notification-url": "https://packagist.org/downloads/",
255
            "license": [
256
                "MIT"
257
            ],
258
            "authors": [
259
                {
260
                    "name": "Michael Dowling",
261
                    "email": "mtdowling@gmail.com",
262
                    "homepage": "https://github.com/mtdowling"
263
                },
264
                {
265
                    "name": "Chris Tankersley",
266
                    "email": "chris@ctankersley.com",
267
                    "homepage": "https://github.com/dragonmantank"
268
                }
269
            ],
270
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
271
            "keywords": [
272
                "cron",
273
                "schedule"
274
            ],
275
            "time": "2019-03-31T00:38:28+00:00"
276
        },
277
        {
278
            "name": "egulias/email-validator",
279
            "version": "2.1.17",
280
            "source": {
281
                "type": "git",
282
                "url": "https://github.com/egulias/EmailValidator.git",
283
                "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
284
            },
285
            "dist": {
286
                "type": "zip",
287
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
288
                "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
289
                "shasum": ""
290
            },
291
            "require": {
292
                "doctrine/lexer": "^1.0.1",
293
                "php": ">=5.5",
294
                "symfony/polyfill-intl-idn": "^1.10"
295
            },
296
            "require-dev": {
297
                "dominicsayers/isemail": "^3.0.7",
298
                "phpunit/phpunit": "^4.8.36|^7.5.15",
299
                "satooshi/php-coveralls": "^1.0.1"
300
            },
301
            "suggest": {
302
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
303
            },
304
            "type": "library",
305
            "extra": {
306
                "branch-alias": {
307
                    "dev-master": "2.1.x-dev"
308
                }
309
            },
310
            "autoload": {
311
                "psr-4": {
312
                    "Egulias\\EmailValidator\\": "EmailValidator"
313
                }
314
            },
315
            "notification-url": "https://packagist.org/downloads/",
316
            "license": [
317
                "MIT"
318
            ],
319
            "authors": [
320
                {
321
                    "name": "Eduardo Gulias Davis"
322
                }
323
            ],
324
            "description": "A library for validating emails against several RFCs",
325
            "homepage": "https://github.com/egulias/EmailValidator",
326
            "keywords": [
327
                "email",
328
                "emailvalidation",
329
                "emailvalidator",
330
                "validation",
331
                "validator"
332
            ],
333
            "time": "2020-02-13T22:36:52+00:00"
334
        },
335
        {
336
            "name": "fideloper/proxy",
337
            "version": "4.3.0",
338
            "source": {
339
                "type": "git",
340
                "url": "https://github.com/fideloper/TrustedProxy.git",
341
                "reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a"
342
            },
343
            "dist": {
344
                "type": "zip",
345
                "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
346
                "reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
347
                "shasum": ""
348
            },
349
            "require": {
350
                "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
351
                "php": ">=5.4.0"
352
            },
353
            "require-dev": {
354
                "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
355
                "mockery/mockery": "^1.0",
356
                "phpunit/phpunit": "^6.0"
357
            },
358
            "type": "library",
359
            "extra": {
360
                "laravel": {
361
                    "providers": [
362
                        "Fideloper\\Proxy\\TrustedProxyServiceProvider"
363
                    ]
364
                }
365
            },
366
            "autoload": {
367
                "psr-4": {
368
                    "Fideloper\\Proxy\\": "src/"
369
                }
370
            },
371
            "notification-url": "https://packagist.org/downloads/",
372
            "license": [
373
                "MIT"
374
            ],
375
            "authors": [
376
                {
377
                    "name": "Chris Fidao",
378
                    "email": "fideloper@gmail.com"
379
                }
380
            ],
381
            "description": "Set trusted proxies for Laravel",
382
            "keywords": [
383
                "load balancing",
384
                "proxy",
385
                "trusted proxy"
386
            ],
387
            "time": "2020-02-22T01:51:47+00:00"
388
        },
389
        {
390
            "name": "fruitcake/laravel-cors",
391
            "version": "v1.0.5",
392
            "source": {
393
                "type": "git",
394
                "url": "https://github.com/fruitcake/laravel-cors.git",
395
                "reference": "0e0500133dbb6325266133dd72f040617c9cdbd0"
396
            },
397
            "dist": {
398
                "type": "zip",
399
                "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/0e0500133dbb6325266133dd72f040617c9cdbd0",
400
                "reference": "0e0500133dbb6325266133dd72f040617c9cdbd0",
401
                "shasum": ""
402
            },
403
            "require": {
404
                "asm89/stack-cors": "^1.3",
405
                "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
406
                "illuminate/support": "^5.5|^6.0|^7.0|^8.0",
407
                "php": ">=7",
408
                "symfony/http-foundation": "^3.3|^4.0|^5.0",
409
                "symfony/http-kernel": "^3.3|^4.0|^5.0"
410
            },
411
            "require-dev": {
412
                "laravel/framework": "^5.5|^6.0|^7.0|^8.0",
413
                "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
414
                "phpro/grumphp": "^0.16|^0.17",
415
                "phpunit/phpunit": "^6.0|^7.0|^8.0",
416
                "squizlabs/php_codesniffer": "^3.5"
417
            },
418
            "type": "library",
419
            "extra": {
420
                "branch-alias": {
421
                    "dev-master": "1.0-dev"
422
                },
423
                "laravel": {
424
                    "providers": [
425
                        "Fruitcake\\Cors\\CorsServiceProvider"
426
                    ]
427
                }
428
            },
429
            "autoload": {
430
                "psr-4": {
431
                    "Fruitcake\\Cors\\": "src/"
432
                }
433
            },
434
            "notification-url": "https://packagist.org/downloads/",
435
            "license": [
436
                "MIT"
437
            ],
438
            "authors": [
439
                {
440
                    "name": "Fruitcake",
441
                    "homepage": "https://fruitcake.nl"
442
                },
443
                {
444
                    "name": "Barry vd. Heuvel",
445
                    "email": "barryvdh@gmail.com"
446
                }
447
            ],
448
            "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
449
            "keywords": [
450
                "api",
451
                "cors",
452
                "crossdomain",
453
                "laravel"
454
            ],
455
            "time": "2020-03-11T21:05:07+00:00"
456
        },
457
        {
458
            "name": "guzzlehttp/guzzle",
459
            "version": "6.5.2",
460
            "source": {
461
                "type": "git",
462
                "url": "https://github.com/guzzle/guzzle.git",
463
                "reference": "43ece0e75098b7ecd8d13918293029e555a50f82"
464
            },
465
            "dist": {
466
                "type": "zip",
467
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/43ece0e75098b7ecd8d13918293029e555a50f82",
468
                "reference": "43ece0e75098b7ecd8d13918293029e555a50f82",
469
                "shasum": ""
470
            },
471
            "require": {
472
                "ext-json": "*",
473
                "guzzlehttp/promises": "^1.0",
474
                "guzzlehttp/psr7": "^1.6.1",
475
                "php": ">=5.5"
476
            },
477
            "require-dev": {
478
                "ext-curl": "*",
479
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
480
                "psr/log": "^1.1"
481
            },
482
            "suggest": {
483
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
484
                "psr/log": "Required for using the Log middleware"
485
            },
486
            "type": "library",
487
            "extra": {
488
                "branch-alias": {
489
                    "dev-master": "6.5-dev"
490
                }
491
            },
492
            "autoload": {
493
                "psr-4": {
494
                    "GuzzleHttp\\": "src/"
495
                },
496
                "files": [
497
                    "src/functions_include.php"
498
                ]
499
            },
500
            "notification-url": "https://packagist.org/downloads/",
501
            "license": [
502
                "MIT"
503
            ],
504
            "authors": [
505
                {
506
                    "name": "Michael Dowling",
507
                    "email": "mtdowling@gmail.com",
508
                    "homepage": "https://github.com/mtdowling"
509
                }
510
            ],
511
            "description": "Guzzle is a PHP HTTP client library",
512
            "homepage": "http://guzzlephp.org/",
513
            "keywords": [
514
                "client",
515
                "curl",
516
                "framework",
517
                "http",
518
                "http client",
519
                "rest",
520
                "web service"
521
            ],
522
            "time": "2019-12-23T11:57:10+00:00"
523
        },
524
        {
525
            "name": "guzzlehttp/promises",
526
            "version": "v1.3.1",
527
            "source": {
528
                "type": "git",
529
                "url": "https://github.com/guzzle/promises.git",
530
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
531
            },
532
            "dist": {
533
                "type": "zip",
534
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
535
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
536
                "shasum": ""
537
            },
538
            "require": {
539
                "php": ">=5.5.0"
540
            },
541
            "require-dev": {
542
                "phpunit/phpunit": "^4.0"
543
            },
544
            "type": "library",
545
            "extra": {
546
                "branch-alias": {
547
                    "dev-master": "1.4-dev"
548
                }
549
            },
550
            "autoload": {
551
                "psr-4": {
552
                    "GuzzleHttp\\Promise\\": "src/"
553
                },
554
                "files": [
555
                    "src/functions_include.php"
556
                ]
557
            },
558
            "notification-url": "https://packagist.org/downloads/",
559
            "license": [
560
                "MIT"
561
            ],
562
            "authors": [
563
                {
564
                    "name": "Michael Dowling",
565
                    "email": "mtdowling@gmail.com",
566
                    "homepage": "https://github.com/mtdowling"
567
                }
568
            ],
569
            "description": "Guzzle promises library",
570
            "keywords": [
571
                "promise"
572
            ],
573
            "time": "2016-12-20T10:07:11+00:00"
574
        },
575
        {
576
            "name": "guzzlehttp/psr7",
577
            "version": "1.6.1",
578
            "source": {
579
                "type": "git",
580
                "url": "https://github.com/guzzle/psr7.git",
581
                "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
582
            },
583
            "dist": {
584
                "type": "zip",
585
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
586
                "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
587
                "shasum": ""
588
            },
589
            "require": {
590
                "php": ">=5.4.0",
591
                "psr/http-message": "~1.0",
592
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
593
            },
594
            "provide": {
595
                "psr/http-message-implementation": "1.0"
596
            },
597
            "require-dev": {
598
                "ext-zlib": "*",
599
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
600
            },
601
            "suggest": {
602
                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
603
            },
604
            "type": "library",
605
            "extra": {
606
                "branch-alias": {
607
                    "dev-master": "1.6-dev"
608
                }
609
            },
610
            "autoload": {
611
                "psr-4": {
612
                    "GuzzleHttp\\Psr7\\": "src/"
613
                },
614
                "files": [
615
                    "src/functions_include.php"
616
                ]
617
            },
618
            "notification-url": "https://packagist.org/downloads/",
619
            "license": [
620
                "MIT"
621
            ],
622
            "authors": [
623
                {
624
                    "name": "Michael Dowling",
625
                    "email": "mtdowling@gmail.com",
626
                    "homepage": "https://github.com/mtdowling"
627
                },
628
                {
629
                    "name": "Tobias Schultze",
630
                    "homepage": "https://github.com/Tobion"
631
                }
632
            ],
633
            "description": "PSR-7 message implementation that also provides common utility methods",
634
            "keywords": [
635
                "http",
636
                "message",
637
                "psr-7",
638
                "request",
639
                "response",
640
                "stream",
641
                "uri",
642
                "url"
643
            ],
644
            "time": "2019-07-01T23:21:34+00:00"
645
        },
646
        {
647
            "name": "jakub-onderka/php-console-color",
648
            "version": "v0.2",
649
            "source": {
650
                "type": "git",
651
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
652
                "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
653
            },
654
            "dist": {
655
                "type": "zip",
656
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
657
                "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
658
                "shasum": ""
659
            },
660
            "require": {
661
                "php": ">=5.4.0"
662
            },
663
            "require-dev": {
664
                "jakub-onderka/php-code-style": "1.0",
665
                "jakub-onderka/php-parallel-lint": "1.0",
666
                "jakub-onderka/php-var-dump-check": "0.*",
667
                "phpunit/phpunit": "~4.3",
668
                "squizlabs/php_codesniffer": "1.*"
669
            },
670
            "type": "library",
671
            "autoload": {
672
                "psr-4": {
673
                    "JakubOnderka\\PhpConsoleColor\\": "src/"
674
                }
675
            },
676
            "notification-url": "https://packagist.org/downloads/",
677
            "license": [
678
                "BSD-2-Clause"
679
            ],
680
            "authors": [
681
                {
682
                    "name": "Jakub Onderka",
683
                    "email": "jakub.onderka@gmail.com"
684
                }
685
            ],
686
            "abandoned": "php-parallel-lint/php-console-color",
687
            "time": "2018-09-29T17:23:10+00:00"
688
        },
689
        {
690
            "name": "jakub-onderka/php-console-highlighter",
691
            "version": "v0.4",
692
            "source": {
693
                "type": "git",
694
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
695
                "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
696
            },
697
            "dist": {
698
                "type": "zip",
699
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
700
                "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
701
                "shasum": ""
702
            },
703
            "require": {
704
                "ext-tokenizer": "*",
705
                "jakub-onderka/php-console-color": "~0.2",
706
                "php": ">=5.4.0"
707
            },
708
            "require-dev": {
709
                "jakub-onderka/php-code-style": "~1.0",
710
                "jakub-onderka/php-parallel-lint": "~1.0",
711
                "jakub-onderka/php-var-dump-check": "~0.1",
712
                "phpunit/phpunit": "~4.0",
713
                "squizlabs/php_codesniffer": "~1.5"
714
            },
715
            "type": "library",
716
            "autoload": {
717
                "psr-4": {
718
                    "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
719
                }
720
            },
721
            "notification-url": "https://packagist.org/downloads/",
722
            "license": [
723
                "MIT"
724
            ],
725
            "authors": [
726
                {
727
                    "name": "Jakub Onderka",
728
                    "email": "acci@acci.cz",
729
                    "homepage": "http://www.acci.cz/"
730
                }
731
            ],
732
            "description": "Highlight PHP code in terminal",
733
            "abandoned": "php-parallel-lint/php-console-highlighter",
734
            "time": "2018-09-29T18:48:56+00:00"
735
        },
736
        {
737
            "name": "laravel/framework",
738
            "version": "v7.1.2",
739
            "source": {
740
                "type": "git",
741
                "url": "https://github.com/laravel/framework.git",
742
                "reference": "951e10fbfed2a2d547c3fc33853125b4a619e01a"
743
            },
744
            "dist": {
745
                "type": "zip",
746
                "url": "https://api.github.com/repos/laravel/framework/zipball/951e10fbfed2a2d547c3fc33853125b4a619e01a",
747
                "reference": "951e10fbfed2a2d547c3fc33853125b4a619e01a",
748
                "shasum": ""
749
            },
750
            "require": {
751
                "doctrine/inflector": "^1.1",
752
                "dragonmantank/cron-expression": "^2.0",
753
                "egulias/email-validator": "^2.1.10",
754
                "ext-json": "*",
755
                "ext-mbstring": "*",
756
                "ext-openssl": "*",
757
                "league/commonmark": "^1.3",
758
                "league/flysystem": "^1.0.8",
759
                "monolog/monolog": "^2.0",
760
                "nesbot/carbon": "^2.17",
761
                "opis/closure": "^3.1",
762
                "php": "^7.2.5",
763
                "psr/container": "^1.0",
764
                "psr/simple-cache": "^1.0",
765
                "ramsey/uuid": "^3.7",
766
                "swiftmailer/swiftmailer": "^6.0",
767
                "symfony/console": "^5.0",
768
                "symfony/error-handler": "^5.0",
769
                "symfony/finder": "^5.0",
770
                "symfony/http-foundation": "^5.0",
771
                "symfony/http-kernel": "^5.0",
772
                "symfony/mime": "^5.0",
773
                "symfony/process": "^5.0",
774
                "symfony/routing": "^5.0",
775
                "symfony/var-dumper": "^5.0",
776
                "tijsverkoyen/css-to-inline-styles": "^2.2.2",
777
                "vlucas/phpdotenv": "^4.0",
778
                "voku/portable-ascii": "^1.4.8"
779
            },
780
            "conflict": {
781
                "tightenco/collect": "<5.5.33"
782
            },
783
            "replace": {
784
                "illuminate/auth": "self.version",
785
                "illuminate/broadcasting": "self.version",
786
                "illuminate/bus": "self.version",
787
                "illuminate/cache": "self.version",
788
                "illuminate/config": "self.version",
789
                "illuminate/console": "self.version",
790
                "illuminate/container": "self.version",
791
                "illuminate/contracts": "self.version",
792
                "illuminate/cookie": "self.version",
793
                "illuminate/database": "self.version",
794
                "illuminate/encryption": "self.version",
795
                "illuminate/events": "self.version",
796
                "illuminate/filesystem": "self.version",
797
                "illuminate/hashing": "self.version",
798
                "illuminate/http": "self.version",
799
                "illuminate/log": "self.version",
800
                "illuminate/mail": "self.version",
801
                "illuminate/notifications": "self.version",
802
                "illuminate/pagination": "self.version",
803
                "illuminate/pipeline": "self.version",
804
                "illuminate/queue": "self.version",
805
                "illuminate/redis": "self.version",
806
                "illuminate/routing": "self.version",
807
                "illuminate/session": "self.version",
808
                "illuminate/support": "self.version",
809
                "illuminate/testing": "self.version",
810
                "illuminate/translation": "self.version",
811
                "illuminate/validation": "self.version",
812
                "illuminate/view": "self.version"
813
            },
814
            "require-dev": {
815
                "aws/aws-sdk-php": "^3.0",
816
                "doctrine/dbal": "^2.6",
817
                "filp/whoops": "^2.4",
818
                "guzzlehttp/guzzle": "^6.3.1|^7.0",
819
                "league/flysystem-cached-adapter": "^1.0",
820
                "mockery/mockery": "^1.3.1",
821
                "moontoast/math": "^1.1",
822
                "orchestra/testbench-core": "^5.0",
823
                "pda/pheanstalk": "^4.0",
824
                "phpunit/phpunit": "^8.4|^9.0",
825
                "predis/predis": "^1.1.1",
826
                "symfony/cache": "^5.0"
827
            },
828
            "suggest": {
829
                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
830
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
831
                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
832
                "ext-memcached": "Required to use the memcache cache driver.",
833
                "ext-pcntl": "Required to use all features of the queue worker.",
834
                "ext-posix": "Required to use all features of the queue worker.",
835
                "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
836
                "filp/whoops": "Required for friendly error pages in development (^2.4).",
837
                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
838
                "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0).",
839
                "laravel/tinker": "Required to use the tinker console command (^2.0).",
840
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
841
                "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
842
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
843
                "mockery/mockery": "Required to use mocking (^1.3.1).",
844
                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
845
                "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
846
                "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
847
                "phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0).",
848
                "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
849
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
850
                "symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
851
                "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
852
                "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "7.x-dev"
858
                }
859
            },
860
            "autoload": {
861
                "files": [
862
                    "src/Illuminate/Foundation/helpers.php",
863
                    "src/Illuminate/Support/helpers.php"
864
                ],
865
                "psr-4": {
866
                    "Illuminate\\": "src/Illuminate/"
867
                }
868
            },
869
            "notification-url": "https://packagist.org/downloads/",
870
            "license": [
871
                "MIT"
872
            ],
873
            "authors": [
874
                {
875
                    "name": "Taylor Otwell",
876
                    "email": "taylor@laravel.com"
877
                }
878
            ],
879
            "description": "The Laravel Framework.",
880
            "homepage": "https://laravel.com",
881
            "keywords": [
882
                "framework",
883
                "laravel"
884
            ],
885
            "time": "2020-03-13T13:52:44+00:00"
886
        },
887
        {
888
            "name": "laravel/tinker",
889
            "version": "v2.2.0",
890
            "source": {
891
                "type": "git",
892
                "url": "https://github.com/laravel/tinker.git",
893
                "reference": "37579c93271ec30ef099dd633ec7c2de5e5fb112"
894
            },
895
            "dist": {
896
                "type": "zip",
897
                "url": "https://api.github.com/repos/laravel/tinker/zipball/37579c93271ec30ef099dd633ec7c2de5e5fb112",
898
                "reference": "37579c93271ec30ef099dd633ec7c2de5e5fb112",
899
                "shasum": ""
900
            },
901
            "require": {
902
                "illuminate/console": "^6.0|^7.0",
903
                "illuminate/contracts": "^6.0|^7.0",
904
                "illuminate/support": "^6.0|^7.0",
905
                "php": "^7.2",
906
                "psy/psysh": "^0.9",
907
                "symfony/var-dumper": "^4.0|^5.0"
908
            },
909
            "require-dev": {
910
                "mockery/mockery": "^1.3.1",
911
                "phpunit/phpunit": "^8.0|^9.0"
912
            },
913
            "suggest": {
914
                "illuminate/database": "The Illuminate Database package (^6.0|^7.0)."
915
            },
916
            "type": "library",
917
            "extra": {
918
                "branch-alias": {
919
                    "dev-master": "2.x-dev"
920
                },
921
                "laravel": {
922
                    "providers": [
923
                        "Laravel\\Tinker\\TinkerServiceProvider"
924
                    ]
925
                }
926
            },
927
            "autoload": {
928
                "psr-4": {
929
                    "Laravel\\Tinker\\": "src/"
930
                }
931
            },
932
            "notification-url": "https://packagist.org/downloads/",
933
            "license": [
934
                "MIT"
935
            ],
936
            "authors": [
937
                {
938
                    "name": "Taylor Otwell",
939
                    "email": "taylor@laravel.com"
940
                }
941
            ],
942
            "description": "Powerful REPL for the Laravel framework.",
943
            "keywords": [
944
                "REPL",
945
                "Tinker",
946
                "laravel",
947
                "psysh"
948
            ],
949
            "time": "2020-02-05T15:00:44+00:00"
950
        },
951
        {
952
            "name": "laravel/ui",
953
            "version": "v2.0.1",
954
            "source": {
955
                "type": "git",
956
                "url": "https://github.com/laravel/ui.git",
957
                "reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83"
958
            },
959
            "dist": {
960
                "type": "zip",
961
                "url": "https://api.github.com/repos/laravel/ui/zipball/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
962
                "reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
963
                "shasum": ""
964
            },
965
            "require": {
966
                "illuminate/console": "^7.0",
967
                "illuminate/filesystem": "^7.0",
968
                "illuminate/support": "^7.0",
969
                "php": "^7.2.5"
970
            },
971
            "require-dev": {
972
                "mockery/mockery": "^1.0",
973
                "phpunit/phpunit": "^8.0"
974
            },
975
            "type": "library",
976
            "extra": {
977
                "laravel": {
978
                    "providers": [
979
                        "Laravel\\Ui\\UiServiceProvider"
980
                    ]
981
                }
982
            },
983
            "autoload": {
984
                "psr-4": {
985
                    "Laravel\\Ui\\": "src/",
986
                    "Illuminate\\Foundation\\Auth\\": "auth-backend/"
987
                }
988
            },
989
            "notification-url": "https://packagist.org/downloads/",
990
            "license": [
991
                "MIT"
992
            ],
993
            "authors": [
994
                {
995
                    "name": "Taylor Otwell",
996
                    "email": "taylor@laravel.com"
997
                }
998
            ],
999
            "description": "Laravel UI utilities and presets.",
1000
            "keywords": [
1001
                "laravel",
1002
                "ui"
1003
            ],
1004
            "time": "2020-03-03T20:16:46+00:00"
1005
        },
1006
        {
1007
            "name": "league/commonmark",
1008
            "version": "1.3.1",
1009
            "source": {
1010
                "type": "git",
1011
                "url": "https://github.com/thephpleague/commonmark.git",
1012
                "reference": "8015f806173c6ee54de25a87c2d69736696e88db"
1013
            },
1014
            "dist": {
1015
                "type": "zip",
1016
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/8015f806173c6ee54de25a87c2d69736696e88db",
1017
                "reference": "8015f806173c6ee54de25a87c2d69736696e88db",
1018
                "shasum": ""
1019
            },
1020
            "require": {
1021
                "ext-mbstring": "*",
1022
                "php": "^7.1"
1023
            },
1024
            "conflict": {
1025
                "scrutinizer/ocular": "1.7.*"
1026
            },
1027
            "require-dev": {
1028
                "cebe/markdown": "~1.0",
1029
                "commonmark/commonmark.js": "0.29.1",
1030
                "erusev/parsedown": "~1.0",
1031
                "ext-json": "*",
1032
                "github/gfm": "0.29.0",
1033
                "michelf/php-markdown": "~1.4",
1034
                "mikehaertl/php-shellcommand": "^1.4",
1035
                "phpstan/phpstan-shim": "^0.11.5",
1036
                "phpunit/phpunit": "^7.5",
1037
                "scrutinizer/ocular": "^1.5",
1038
                "symfony/finder": "^4.2"
1039
            },
1040
            "bin": [
1041
                "bin/commonmark"
1042
            ],
1043
            "type": "library",
1044
            "extra": {
1045
                "branch-alias": {
1046
                    "dev-master": "1.4-dev"
1047
                }
1048
            },
1049
            "autoload": {
1050
                "psr-4": {
1051
                    "League\\CommonMark\\": "src"
1052
                }
1053
            },
1054
            "notification-url": "https://packagist.org/downloads/",
1055
            "license": [
1056
                "BSD-3-Clause"
1057
            ],
1058
            "authors": [
1059
                {
1060
                    "name": "Colin O'Dell",
1061
                    "email": "colinodell@gmail.com",
1062
                    "homepage": "https://www.colinodell.com",
1063
                    "role": "Lead Developer"
1064
                }
1065
            ],
1066
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
1067
            "homepage": "https://commonmark.thephpleague.com",
1068
            "keywords": [
1069
                "commonmark",
1070
                "flavored",
1071
                "gfm",
1072
                "github",
1073
                "github-flavored",
1074
                "markdown",
1075
                "md",
1076
                "parser"
1077
            ],
1078
            "time": "2020-02-28T18:53:50+00:00"
1079
        },
1080
        {
1081
            "name": "league/flysystem",
1082
            "version": "1.0.65",
1083
            "source": {
1084
                "type": "git",
1085
                "url": "https://github.com/thephpleague/flysystem.git",
1086
                "reference": "8f17b3ba67097aafb8318cd5c553b1acf7c891c8"
1087
            },
1088
            "dist": {
1089
                "type": "zip",
1090
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8f17b3ba67097aafb8318cd5c553b1acf7c891c8",
1091
                "reference": "8f17b3ba67097aafb8318cd5c553b1acf7c891c8",
1092
                "shasum": ""
1093
            },
1094
            "require": {
1095
                "ext-fileinfo": "*",
1096
                "php": ">=5.5.9"
1097
            },
1098
            "conflict": {
1099
                "league/flysystem-sftp": "<1.0.6"
1100
            },
1101
            "require-dev": {
1102
                "phpspec/phpspec": "^3.4",
1103
                "phpunit/phpunit": "^5.7.26"
1104
            },
1105
            "suggest": {
1106
                "ext-fileinfo": "Required for MimeType",
1107
                "ext-ftp": "Allows you to use FTP server storage",
1108
                "ext-openssl": "Allows you to use FTPS server storage",
1109
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1110
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1111
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1112
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1113
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1114
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1115
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1116
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
1117
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1118
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1119
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1120
            },
1121
            "type": "library",
1122
            "extra": {
1123
                "branch-alias": {
1124
                    "dev-master": "1.1-dev"
1125
                }
1126
            },
1127
            "autoload": {
1128
                "psr-4": {
1129
                    "League\\Flysystem\\": "src/"
1130
                }
1131
            },
1132
            "notification-url": "https://packagist.org/downloads/",
1133
            "license": [
1134
                "MIT"
1135
            ],
1136
            "authors": [
1137
                {
1138
                    "name": "Frank de Jonge",
1139
                    "email": "info@frenky.net"
1140
                }
1141
            ],
1142
            "description": "Filesystem abstraction: Many filesystems, one API.",
1143
            "keywords": [
1144
                "Cloud Files",
1145
                "WebDAV",
1146
                "abstraction",
1147
                "aws",
1148
                "cloud",
1149
                "copy.com",
1150
                "dropbox",
1151
                "file systems",
1152
                "files",
1153
                "filesystem",
1154
                "filesystems",
1155
                "ftp",
1156
                "rackspace",
1157
                "remote",
1158
                "s3",
1159
                "sftp",
1160
                "storage"
1161
            ],
1162
            "time": "2020-03-08T18:53:20+00:00"
1163
        },
1164
        {
1165
            "name": "monolog/monolog",
1166
            "version": "2.0.2",
1167
            "source": {
1168
                "type": "git",
1169
                "url": "https://github.com/Seldaek/monolog.git",
1170
                "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8"
1171
            },
1172
            "dist": {
1173
                "type": "zip",
1174
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c861fcba2ca29404dc9e617eedd9eff4616986b8",
1175
                "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8",
1176
                "shasum": ""
1177
            },
1178
            "require": {
1179
                "php": "^7.2",
1180
                "psr/log": "^1.0.1"
1181
            },
1182
            "provide": {
1183
                "psr/log-implementation": "1.0.0"
1184
            },
1185
            "require-dev": {
1186
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1187
                "doctrine/couchdb": "~1.0@dev",
1188
                "elasticsearch/elasticsearch": "^6.0",
1189
                "graylog2/gelf-php": "^1.4.2",
1190
                "jakub-onderka/php-parallel-lint": "^0.9",
1191
                "php-amqplib/php-amqplib": "~2.4",
1192
                "php-console/php-console": "^3.1.3",
1193
                "phpspec/prophecy": "^1.6.1",
1194
                "phpunit/phpunit": "^8.3",
1195
                "predis/predis": "^1.1",
1196
                "rollbar/rollbar": "^1.3",
1197
                "ruflin/elastica": ">=0.90 <3.0",
1198
                "swiftmailer/swiftmailer": "^5.3|^6.0"
1199
            },
1200
            "suggest": {
1201
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1202
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1203
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1204
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1205
                "ext-mbstring": "Allow to work properly with unicode symbols",
1206
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1207
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1208
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1209
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1210
                "php-console/php-console": "Allow sending log messages to Google Chrome",
1211
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
1212
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1213
            },
1214
            "type": "library",
1215
            "extra": {
1216
                "branch-alias": {
1217
                    "dev-master": "2.x-dev"
1218
                }
1219
            },
1220
            "autoload": {
1221
                "psr-4": {
1222
                    "Monolog\\": "src/Monolog"
1223
                }
1224
            },
1225
            "notification-url": "https://packagist.org/downloads/",
1226
            "license": [
1227
                "MIT"
1228
            ],
1229
            "authors": [
1230
                {
1231
                    "name": "Jordi Boggiano",
1232
                    "email": "j.boggiano@seld.be",
1233
                    "homepage": "http://seld.be"
1234
                }
1235
            ],
1236
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1237
            "homepage": "http://github.com/Seldaek/monolog",
1238
            "keywords": [
1239
                "log",
1240
                "logging",
1241
                "psr-3"
1242
            ],
1243
            "time": "2019-12-20T14:22:59+00:00"
1244
        },
1245
        {
1246
            "name": "nesbot/carbon",
1247
            "version": "2.31.0",
1248
            "source": {
1249
                "type": "git",
1250
                "url": "https://github.com/briannesbitt/Carbon.git",
1251
                "reference": "bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d"
1252
            },
1253
            "dist": {
1254
                "type": "zip",
1255
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d",
1256
                "reference": "bbc0ab53f41a4c6f223c18efcdbd9bc725eb5d2d",
1257
                "shasum": ""
1258
            },
1259
            "require": {
1260
                "ext-json": "*",
1261
                "php": "^7.1.8 || ^8.0",
1262
                "symfony/translation": "^3.4 || ^4.0 || ^5.0"
1263
            },
1264
            "require-dev": {
1265
                "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
1266
                "kylekatarnls/multi-tester": "^1.1",
1267
                "phpmd/phpmd": "^2.8",
1268
                "phpstan/phpstan": "^0.11",
1269
                "phpunit/phpunit": "^7.5 || ^8.0",
1270
                "squizlabs/php_codesniffer": "^3.4"
1271
            },
1272
            "bin": [
1273
                "bin/carbon"
1274
            ],
1275
            "type": "library",
1276
            "extra": {
1277
                "branch-alias": {
1278
                    "dev-master": "2.x-dev"
1279
                },
1280
                "laravel": {
1281
                    "providers": [
1282
                        "Carbon\\Laravel\\ServiceProvider"
1283
                    ]
1284
                }
1285
            },
1286
            "autoload": {
1287
                "psr-4": {
1288
                    "Carbon\\": "src/Carbon/"
1289
                }
1290
            },
1291
            "notification-url": "https://packagist.org/downloads/",
1292
            "license": [
1293
                "MIT"
1294
            ],
1295
            "authors": [
1296
                {
1297
                    "name": "Brian Nesbitt",
1298
                    "email": "brian@nesbot.com",
1299
                    "homepage": "http://nesbot.com"
1300
                },
1301
                {
1302
                    "name": "kylekatarnls",
1303
                    "homepage": "http://github.com/kylekatarnls"
1304
                }
1305
            ],
1306
            "description": "An API extension for DateTime that supports 281 different languages.",
1307
            "homepage": "http://carbon.nesbot.com",
1308
            "keywords": [
1309
                "date",
1310
                "datetime",
1311
                "time"
1312
            ],
1313
            "time": "2020-03-01T11:11:58+00:00"
1314
        },
1315
        {
1316
            "name": "nikic/php-parser",
1317
            "version": "v4.3.0",
1318
            "source": {
1319
                "type": "git",
1320
                "url": "https://github.com/nikic/PHP-Parser.git",
1321
                "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
1322
            },
1323
            "dist": {
1324
                "type": "zip",
1325
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
1326
                "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
1327
                "shasum": ""
1328
            },
1329
            "require": {
1330
                "ext-tokenizer": "*",
1331
                "php": ">=7.0"
1332
            },
1333
            "require-dev": {
1334
                "ircmaxell/php-yacc": "0.0.5",
1335
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
1336
            },
1337
            "bin": [
1338
                "bin/php-parse"
1339
            ],
1340
            "type": "library",
1341
            "extra": {
1342
                "branch-alias": {
1343
                    "dev-master": "4.3-dev"
1344
                }
1345
            },
1346
            "autoload": {
1347
                "psr-4": {
1348
                    "PhpParser\\": "lib/PhpParser"
1349
                }
1350
            },
1351
            "notification-url": "https://packagist.org/downloads/",
1352
            "license": [
1353
                "BSD-3-Clause"
1354
            ],
1355
            "authors": [
1356
                {
1357
                    "name": "Nikita Popov"
1358
                }
1359
            ],
1360
            "description": "A PHP parser written in PHP",
1361
            "keywords": [
1362
                "parser",
1363
                "php"
1364
            ],
1365
            "time": "2019-11-08T13:50:10+00:00"
1366
        },
1367
        {
1368
            "name": "opis/closure",
1369
            "version": "3.5.1",
1370
            "source": {
1371
                "type": "git",
1372
                "url": "https://github.com/opis/closure.git",
1373
                "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
1374
            },
1375
            "dist": {
1376
                "type": "zip",
1377
                "url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
1378
                "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
1379
                "shasum": ""
1380
            },
1381
            "require": {
1382
                "php": "^5.4 || ^7.0"
1383
            },
1384
            "require-dev": {
1385
                "jeremeamia/superclosure": "^2.0",
1386
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
1387
            },
1388
            "type": "library",
1389
            "extra": {
1390
                "branch-alias": {
1391
                    "dev-master": "3.5.x-dev"
1392
                }
1393
            },
1394
            "autoload": {
1395
                "psr-4": {
1396
                    "Opis\\Closure\\": "src/"
1397
                },
1398
                "files": [
1399
                    "functions.php"
1400
                ]
1401
            },
1402
            "notification-url": "https://packagist.org/downloads/",
1403
            "license": [
1404
                "MIT"
1405
            ],
1406
            "authors": [
1407
                {
1408
                    "name": "Marius Sarca",
1409
                    "email": "marius.sarca@gmail.com"
1410
                },
1411
                {
1412
                    "name": "Sorin Sarca",
1413
                    "email": "sarca_sorin@hotmail.com"
1414
                }
1415
            ],
1416
            "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
1417
            "homepage": "https://opis.io/closure",
1418
            "keywords": [
1419
                "anonymous functions",
1420
                "closure",
1421
                "function",
1422
                "serializable",
1423
                "serialization",
1424
                "serialize"
1425
            ],
1426
            "time": "2019-11-29T22:36:02+00:00"
1427
        },
1428
        {
1429
            "name": "paragonie/random_compat",
1430
            "version": "v9.99.99",
1431
            "source": {
1432
                "type": "git",
1433
                "url": "https://github.com/paragonie/random_compat.git",
1434
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1435
            },
1436
            "dist": {
1437
                "type": "zip",
1438
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1439
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1440
                "shasum": ""
1441
            },
1442
            "require": {
1443
                "php": "^7"
1444
            },
1445
            "require-dev": {
1446
                "phpunit/phpunit": "4.*|5.*",
1447
                "vimeo/psalm": "^1"
1448
            },
1449
            "suggest": {
1450
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1451
            },
1452
            "type": "library",
1453
            "notification-url": "https://packagist.org/downloads/",
1454
            "license": [
1455
                "MIT"
1456
            ],
1457
            "authors": [
1458
                {
1459
                    "name": "Paragon Initiative Enterprises",
1460
                    "email": "security@paragonie.com",
1461
                    "homepage": "https://paragonie.com"
1462
                }
1463
            ],
1464
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1465
            "keywords": [
1466
                "csprng",
1467
                "polyfill",
1468
                "pseudorandom",
1469
                "random"
1470
            ],
1471
            "time": "2018-07-02T15:55:56+00:00"
1472
        },
1473
        {
1474
            "name": "phpoption/phpoption",
1475
            "version": "1.7.2",
1476
            "source": {
1477
                "type": "git",
1478
                "url": "https://github.com/schmittjoh/php-option.git",
1479
                "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
1480
            },
1481
            "dist": {
1482
                "type": "zip",
1483
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
1484
                "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
1485
                "shasum": ""
1486
            },
1487
            "require": {
1488
                "php": "^5.5.9 || ^7.0"
1489
            },
1490
            "require-dev": {
1491
                "bamarni/composer-bin-plugin": "^1.3",
1492
                "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
1493
            },
1494
            "type": "library",
1495
            "extra": {
1496
                "branch-alias": {
1497
                    "dev-master": "1.7-dev"
1498
                }
1499
            },
1500
            "autoload": {
1501
                "psr-4": {
1502
                    "PhpOption\\": "src/PhpOption/"
1503
                }
1504
            },
1505
            "notification-url": "https://packagist.org/downloads/",
1506
            "license": [
1507
                "Apache-2.0"
1508
            ],
1509
            "authors": [
1510
                {
1511
                    "name": "Johannes M. Schmitt",
1512
                    "email": "schmittjoh@gmail.com"
1513
                },
1514
                {
1515
                    "name": "Graham Campbell",
1516
                    "email": "graham@alt-three.com"
1517
                }
1518
            ],
1519
            "description": "Option Type for PHP",
1520
            "keywords": [
1521
                "language",
1522
                "option",
1523
                "php",
1524
                "type"
1525
            ],
1526
            "time": "2019-12-15T19:35:24+00:00"
1527
        },
1528
        {
1529
            "name": "psr/container",
1530
            "version": "1.0.0",
1531
            "source": {
1532
                "type": "git",
1533
                "url": "https://github.com/php-fig/container.git",
1534
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1535
            },
1536
            "dist": {
1537
                "type": "zip",
1538
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1539
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1540
                "shasum": ""
1541
            },
1542
            "require": {
1543
                "php": ">=5.3.0"
1544
            },
1545
            "type": "library",
1546
            "extra": {
1547
                "branch-alias": {
1548
                    "dev-master": "1.0.x-dev"
1549
                }
1550
            },
1551
            "autoload": {
1552
                "psr-4": {
1553
                    "Psr\\Container\\": "src/"
1554
                }
1555
            },
1556
            "notification-url": "https://packagist.org/downloads/",
1557
            "license": [
1558
                "MIT"
1559
            ],
1560
            "authors": [
1561
                {
1562
                    "name": "PHP-FIG",
1563
                    "homepage": "http://www.php-fig.org/"
1564
                }
1565
            ],
1566
            "description": "Common Container Interface (PHP FIG PSR-11)",
1567
            "homepage": "https://github.com/php-fig/container",
1568
            "keywords": [
1569
                "PSR-11",
1570
                "container",
1571
                "container-interface",
1572
                "container-interop",
1573
                "psr"
1574
            ],
1575
            "time": "2017-02-14T16:28:37+00:00"
1576
        },
1577
        {
1578
            "name": "psr/event-dispatcher",
1579
            "version": "1.0.0",
1580
            "source": {
1581
                "type": "git",
1582
                "url": "https://github.com/php-fig/event-dispatcher.git",
1583
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1584
            },
1585
            "dist": {
1586
                "type": "zip",
1587
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1588
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1589
                "shasum": ""
1590
            },
1591
            "require": {
1592
                "php": ">=7.2.0"
1593
            },
1594
            "type": "library",
1595
            "extra": {
1596
                "branch-alias": {
1597
                    "dev-master": "1.0.x-dev"
1598
                }
1599
            },
1600
            "autoload": {
1601
                "psr-4": {
1602
                    "Psr\\EventDispatcher\\": "src/"
1603
                }
1604
            },
1605
            "notification-url": "https://packagist.org/downloads/",
1606
            "license": [
1607
                "MIT"
1608
            ],
1609
            "authors": [
1610
                {
1611
                    "name": "PHP-FIG",
1612
                    "homepage": "http://www.php-fig.org/"
1613
                }
1614
            ],
1615
            "description": "Standard interfaces for event handling.",
1616
            "keywords": [
1617
                "events",
1618
                "psr",
1619
                "psr-14"
1620
            ],
1621
            "time": "2019-01-08T18:20:26+00:00"
1622
        },
1623
        {
1624
            "name": "psr/http-message",
1625
            "version": "1.0.1",
1626
            "source": {
1627
                "type": "git",
1628
                "url": "https://github.com/php-fig/http-message.git",
1629
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1630
            },
1631
            "dist": {
1632
                "type": "zip",
1633
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1634
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1635
                "shasum": ""
1636
            },
1637
            "require": {
1638
                "php": ">=5.3.0"
1639
            },
1640
            "type": "library",
1641
            "extra": {
1642
                "branch-alias": {
1643
                    "dev-master": "1.0.x-dev"
1644
                }
1645
            },
1646
            "autoload": {
1647
                "psr-4": {
1648
                    "Psr\\Http\\Message\\": "src/"
1649
                }
1650
            },
1651
            "notification-url": "https://packagist.org/downloads/",
1652
            "license": [
1653
                "MIT"
1654
            ],
1655
            "authors": [
1656
                {
1657
                    "name": "PHP-FIG",
1658
                    "homepage": "http://www.php-fig.org/"
1659
                }
1660
            ],
1661
            "description": "Common interface for HTTP messages",
1662
            "homepage": "https://github.com/php-fig/http-message",
1663
            "keywords": [
1664
                "http",
1665
                "http-message",
1666
                "psr",
1667
                "psr-7",
1668
                "request",
1669
                "response"
1670
            ],
1671
            "time": "2016-08-06T14:39:51+00:00"
1672
        },
1673
        {
1674
            "name": "psr/log",
1675
            "version": "1.1.2",
1676
            "source": {
1677
                "type": "git",
1678
                "url": "https://github.com/php-fig/log.git",
1679
                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1680
            },
1681
            "dist": {
1682
                "type": "zip",
1683
                "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1684
                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1685
                "shasum": ""
1686
            },
1687
            "require": {
1688
                "php": ">=5.3.0"
1689
            },
1690
            "type": "library",
1691
            "extra": {
1692
                "branch-alias": {
1693
                    "dev-master": "1.1.x-dev"
1694
                }
1695
            },
1696
            "autoload": {
1697
                "psr-4": {
1698
                    "Psr\\Log\\": "Psr/Log/"
1699
                }
1700
            },
1701
            "notification-url": "https://packagist.org/downloads/",
1702
            "license": [
1703
                "MIT"
1704
            ],
1705
            "authors": [
1706
                {
1707
                    "name": "PHP-FIG",
1708
                    "homepage": "http://www.php-fig.org/"
1709
                }
1710
            ],
1711
            "description": "Common interface for logging libraries",
1712
            "homepage": "https://github.com/php-fig/log",
1713
            "keywords": [
1714
                "log",
1715
                "psr",
1716
                "psr-3"
1717
            ],
1718
            "time": "2019-11-01T11:05:21+00:00"
1719
        },
1720
        {
1721
            "name": "psr/simple-cache",
1722
            "version": "1.0.1",
1723
            "source": {
1724
                "type": "git",
1725
                "url": "https://github.com/php-fig/simple-cache.git",
1726
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1727
            },
1728
            "dist": {
1729
                "type": "zip",
1730
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1731
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1732
                "shasum": ""
1733
            },
1734
            "require": {
1735
                "php": ">=5.3.0"
1736
            },
1737
            "type": "library",
1738
            "extra": {
1739
                "branch-alias": {
1740
                    "dev-master": "1.0.x-dev"
1741
                }
1742
            },
1743
            "autoload": {
1744
                "psr-4": {
1745
                    "Psr\\SimpleCache\\": "src/"
1746
                }
1747
            },
1748
            "notification-url": "https://packagist.org/downloads/",
1749
            "license": [
1750
                "MIT"
1751
            ],
1752
            "authors": [
1753
                {
1754
                    "name": "PHP-FIG",
1755
                    "homepage": "http://www.php-fig.org/"
1756
                }
1757
            ],
1758
            "description": "Common interfaces for simple caching",
1759
            "keywords": [
1760
                "cache",
1761
                "caching",
1762
                "psr",
1763
                "psr-16",
1764
                "simple-cache"
1765
            ],
1766
            "time": "2017-10-23T01:57:42+00:00"
1767
        },
1768
        {
1769
            "name": "psy/psysh",
1770
            "version": "v0.9.12",
1771
            "source": {
1772
                "type": "git",
1773
                "url": "https://github.com/bobthecow/psysh.git",
1774
                "reference": "90da7f37568aee36b116a030c5f99c915267edd4"
1775
            },
1776
            "dist": {
1777
                "type": "zip",
1778
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/90da7f37568aee36b116a030c5f99c915267edd4",
1779
                "reference": "90da7f37568aee36b116a030c5f99c915267edd4",
1780
                "shasum": ""
1781
            },
1782
            "require": {
1783
                "dnoegel/php-xdg-base-dir": "0.1.*",
1784
                "ext-json": "*",
1785
                "ext-tokenizer": "*",
1786
                "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
1787
                "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
1788
                "php": ">=5.4.0",
1789
                "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0|~5.0",
1790
                "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0"
1791
            },
1792
            "require-dev": {
1793
                "bamarni/composer-bin-plugin": "^1.2",
1794
                "hoa/console": "~2.15|~3.16",
1795
                "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
1796
            },
1797
            "suggest": {
1798
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1799
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1800
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1801
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
1802
                "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
1803
            },
1804
            "bin": [
1805
                "bin/psysh"
1806
            ],
1807
            "type": "library",
1808
            "extra": {
1809
                "branch-alias": {
1810
                    "dev-develop": "0.9.x-dev"
1811
                }
1812
            },
1813
            "autoload": {
1814
                "files": [
1815
                    "src/functions.php"
1816
                ],
1817
                "psr-4": {
1818
                    "Psy\\": "src/"
1819
                }
1820
            },
1821
            "notification-url": "https://packagist.org/downloads/",
1822
            "license": [
1823
                "MIT"
1824
            ],
1825
            "authors": [
1826
                {
1827
                    "name": "Justin Hileman",
1828
                    "email": "justin@justinhileman.info",
1829
                    "homepage": "http://justinhileman.com"
1830
                }
1831
            ],
1832
            "description": "An interactive shell for modern PHP.",
1833
            "homepage": "http://psysh.org",
1834
            "keywords": [
1835
                "REPL",
1836
                "console",
1837
                "interactive",
1838
                "shell"
1839
            ],
1840
            "time": "2019-12-06T14:19:43+00:00"
1841
        },
1842
        {
1843
            "name": "ralouphie/getallheaders",
1844
            "version": "3.0.3",
1845
            "source": {
1846
                "type": "git",
1847
                "url": "https://github.com/ralouphie/getallheaders.git",
1848
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
1849
            },
1850
            "dist": {
1851
                "type": "zip",
1852
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1853
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
1854
                "shasum": ""
1855
            },
1856
            "require": {
1857
                "php": ">=5.6"
1858
            },
1859
            "require-dev": {
1860
                "php-coveralls/php-coveralls": "^2.1",
1861
                "phpunit/phpunit": "^5 || ^6.5"
1862
            },
1863
            "type": "library",
1864
            "autoload": {
1865
                "files": [
1866
                    "src/getallheaders.php"
1867
                ]
1868
            },
1869
            "notification-url": "https://packagist.org/downloads/",
1870
            "license": [
1871
                "MIT"
1872
            ],
1873
            "authors": [
1874
                {
1875
                    "name": "Ralph Khattar",
1876
                    "email": "ralph.khattar@gmail.com"
1877
                }
1878
            ],
1879
            "description": "A polyfill for getallheaders.",
1880
            "time": "2019-03-08T08:55:37+00:00"
1881
        },
1882
        {
1883
            "name": "ramsey/uuid",
1884
            "version": "3.9.3",
1885
            "source": {
1886
                "type": "git",
1887
                "url": "https://github.com/ramsey/uuid.git",
1888
                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
1889
            },
1890
            "dist": {
1891
                "type": "zip",
1892
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
1893
                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
1894
                "shasum": ""
1895
            },
1896
            "require": {
1897
                "ext-json": "*",
1898
                "paragonie/random_compat": "^1 | ^2 | 9.99.99",
1899
                "php": "^5.4 | ^7 | ^8",
1900
                "symfony/polyfill-ctype": "^1.8"
1901
            },
1902
            "replace": {
1903
                "rhumsaa/uuid": "self.version"
1904
            },
1905
            "require-dev": {
1906
                "codeception/aspect-mock": "^1 | ^2",
1907
                "doctrine/annotations": "^1.2",
1908
                "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
1909
                "jakub-onderka/php-parallel-lint": "^1",
1910
                "mockery/mockery": "^0.9.11 | ^1",
1911
                "moontoast/math": "^1.1",
1912
                "paragonie/random-lib": "^2",
1913
                "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
1914
                "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
1915
                "squizlabs/php_codesniffer": "^3.5"
1916
            },
1917
            "suggest": {
1918
                "ext-ctype": "Provides support for PHP Ctype functions",
1919
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1920
                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
1921
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1922
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1923
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1924
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1925
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1926
            },
1927
            "type": "library",
1928
            "extra": {
1929
                "branch-alias": {
1930
                    "dev-master": "3.x-dev"
1931
                }
1932
            },
1933
            "autoload": {
1934
                "psr-4": {
1935
                    "Ramsey\\Uuid\\": "src/"
1936
                },
1937
                "files": [
1938
                    "src/functions.php"
1939
                ]
1940
            },
1941
            "notification-url": "https://packagist.org/downloads/",
1942
            "license": [
1943
                "MIT"
1944
            ],
1945
            "authors": [
1946
                {
1947
                    "name": "Ben Ramsey",
1948
                    "email": "ben@benramsey.com",
1949
                    "homepage": "https://benramsey.com"
1950
                },
1951
                {
1952
                    "name": "Marijn Huizendveld",
1953
                    "email": "marijn.huizendveld@gmail.com"
1954
                },
1955
                {
1956
                    "name": "Thibaud Fabre",
1957
                    "email": "thibaud@aztech.io"
1958
                }
1959
            ],
1960
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
1961
            "homepage": "https://github.com/ramsey/uuid",
1962
            "keywords": [
1963
                "guid",
1964
                "identifier",
1965
                "uuid"
1966
            ],
1967
            "time": "2020-02-21T04:36:14+00:00"
1968
        },
1969
        {
1970
            "name": "spatie/laravel-cookie-consent",
1971
            "version": "2.12.4",
1972
            "source": {
1973
                "type": "git",
1974
                "url": "https://github.com/spatie/laravel-cookie-consent.git",
1975
                "reference": "e455e6b45c68464ab8aad585ed51d1a098f967e4"
1976
            },
1977
            "dist": {
1978
                "type": "zip",
1979
                "url": "https://api.github.com/repos/spatie/laravel-cookie-consent/zipball/e455e6b45c68464ab8aad585ed51d1a098f967e4",
1980
                "reference": "e455e6b45c68464ab8aad585ed51d1a098f967e4",
1981
                "shasum": ""
1982
            },
1983
            "require": {
1984
                "illuminate/cookie": "~5.8.0|^6.0|^7.0",
1985
                "illuminate/support": "~5.8.0|^6.0|^7.0",
1986
                "illuminate/view": "~5.8.0|^6.0|^7.0",
1987
                "php": "^7.2"
1988
            },
1989
            "require-dev": {
1990
                "fzaninotto/faker": "~1.4",
1991
                "orchestra/testbench": "~3.8.0|^4.0|^5.0"
1992
            },
1993
            "type": "library",
1994
            "extra": {
1995
                "laravel": {
1996
                    "providers": [
1997
                        "Spatie\\CookieConsent\\CookieConsentServiceProvider"
1998
                    ]
1999
                }
2000
            },
2001
            "autoload": {
2002
                "psr-4": {
2003
                    "Spatie\\CookieConsent\\": "src"
2004
                }
2005
            },
2006
            "notification-url": "https://packagist.org/downloads/",
2007
            "license": [
2008
                "MIT"
2009
            ],
2010
            "authors": [
2011
                {
2012
                    "name": "Freek Van der Herten",
2013
                    "email": "freek@spatie.be",
2014
                    "homepage": "https://spatie.be",
2015
                    "role": "Developer"
2016
                },
2017
                {
2018
                    "name": "Willem Van Bockstal",
2019
                    "email": "willem@spatie.be",
2020
                    "homepage": "https://spatie.be",
2021
                    "role": "Developer"
2022
                }
2023
            ],
2024
            "description": "Make your Laravel app comply with the crazy EU cookie law",
2025
            "homepage": "https://github.com/spatie/cookie-consent",
2026
            "keywords": [
2027
                "comply",
2028
                "cookie",
2029
                "cookie-consent",
2030
                "eu",
2031
                "law",
2032
                "spatie"
2033
            ],
2034
            "time": "2020-05-14T16:57:04+00:00"
2035
        },
2036
        {
2037
            "name": "swiftmailer/swiftmailer",
2038
            "version": "v6.2.3",
2039
            "source": {
2040
                "type": "git",
2041
                "url": "https://github.com/swiftmailer/swiftmailer.git",
2042
                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
2043
            },
2044
            "dist": {
2045
                "type": "zip",
2046
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2047
                "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
2048
                "shasum": ""
2049
            },
2050
            "require": {
2051
                "egulias/email-validator": "~2.0",
2052
                "php": ">=7.0.0",
2053
                "symfony/polyfill-iconv": "^1.0",
2054
                "symfony/polyfill-intl-idn": "^1.10",
2055
                "symfony/polyfill-mbstring": "^1.0"
2056
            },
2057
            "require-dev": {
2058
                "mockery/mockery": "~0.9.1",
2059
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
2060
            },
2061
            "suggest": {
2062
                "ext-intl": "Needed to support internationalized email addresses",
2063
                "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
2064
            },
2065
            "type": "library",
2066
            "extra": {
2067
                "branch-alias": {
2068
                    "dev-master": "6.2-dev"
2069
                }
2070
            },
2071
            "autoload": {
2072
                "files": [
2073
                    "lib/swift_required.php"
2074
                ]
2075
            },
2076
            "notification-url": "https://packagist.org/downloads/",
2077
            "license": [
2078
                "MIT"
2079
            ],
2080
            "authors": [
2081
                {
2082
                    "name": "Chris Corbyn"
2083
                },
2084
                {
2085
                    "name": "Fabien Potencier",
2086
                    "email": "fabien@symfony.com"
2087
                }
2088
            ],
2089
            "description": "Swiftmailer, free feature-rich PHP mailer",
2090
            "homepage": "https://swiftmailer.symfony.com",
2091
            "keywords": [
2092
                "email",
2093
                "mail",
2094
                "mailer"
2095
            ],
2096
            "time": "2019-11-12T09:31:26+00:00"
2097
        },
2098
        {
2099
            "name": "symfony/console",
2100
            "version": "v5.0.5",
2101
            "source": {
2102
                "type": "git",
2103
                "url": "https://github.com/symfony/console.git",
2104
                "reference": "d29e2d36941de13600c399e393a60b8cfe59ac49"
2105
            },
2106
            "dist": {
2107
                "type": "zip",
2108
                "url": "https://api.github.com/repos/symfony/console/zipball/d29e2d36941de13600c399e393a60b8cfe59ac49",
2109
                "reference": "d29e2d36941de13600c399e393a60b8cfe59ac49",
2110
                "shasum": ""
2111
            },
2112
            "require": {
2113
                "php": "^7.2.5",
2114
                "symfony/polyfill-mbstring": "~1.0",
2115
                "symfony/polyfill-php73": "^1.8",
2116
                "symfony/service-contracts": "^1.1|^2"
2117
            },
2118
            "conflict": {
2119
                "symfony/dependency-injection": "<4.4",
2120
                "symfony/event-dispatcher": "<4.4",
2121
                "symfony/lock": "<4.4",
2122
                "symfony/process": "<4.4"
2123
            },
2124
            "provide": {
2125
                "psr/log-implementation": "1.0"
2126
            },
2127
            "require-dev": {
2128
                "psr/log": "~1.0",
2129
                "symfony/config": "^4.4|^5.0",
2130
                "symfony/dependency-injection": "^4.4|^5.0",
2131
                "symfony/event-dispatcher": "^4.4|^5.0",
2132
                "symfony/lock": "^4.4|^5.0",
2133
                "symfony/process": "^4.4|^5.0",
2134
                "symfony/var-dumper": "^4.4|^5.0"
2135
            },
2136
            "suggest": {
2137
                "psr/log": "For using the console logger",
2138
                "symfony/event-dispatcher": "",
2139
                "symfony/lock": "",
2140
                "symfony/process": ""
2141
            },
2142
            "type": "library",
2143
            "extra": {
2144
                "branch-alias": {
2145
                    "dev-master": "5.0-dev"
2146
                }
2147
            },
2148
            "autoload": {
2149
                "psr-4": {
2150
                    "Symfony\\Component\\Console\\": ""
2151
                },
2152
                "exclude-from-classmap": [
2153
                    "/Tests/"
2154
                ]
2155
            },
2156
            "notification-url": "https://packagist.org/downloads/",
2157
            "license": [
2158
                "MIT"
2159
            ],
2160
            "authors": [
2161
                {
2162
                    "name": "Fabien Potencier",
2163
                    "email": "fabien@symfony.com"
2164
                },
2165
                {
2166
                    "name": "Symfony Community",
2167
                    "homepage": "https://symfony.com/contributors"
2168
                }
2169
            ],
2170
            "description": "Symfony Console Component",
2171
            "homepage": "https://symfony.com",
2172
            "time": "2020-02-24T15:05:31+00:00"
2173
        },
2174
        {
2175
            "name": "symfony/css-selector",
2176
            "version": "v5.0.5",
2177
            "source": {
2178
                "type": "git",
2179
                "url": "https://github.com/symfony/css-selector.git",
2180
                "reference": "a0b51ba9938ccc206d9284de7eb527c2d4550b44"
2181
            },
2182
            "dist": {
2183
                "type": "zip",
2184
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/a0b51ba9938ccc206d9284de7eb527c2d4550b44",
2185
                "reference": "a0b51ba9938ccc206d9284de7eb527c2d4550b44",
2186
                "shasum": ""
2187
            },
2188
            "require": {
2189
                "php": "^7.2.5"
2190
            },
2191
            "type": "library",
2192
            "extra": {
2193
                "branch-alias": {
2194
                    "dev-master": "5.0-dev"
2195
                }
2196
            },
2197
            "autoload": {
2198
                "psr-4": {
2199
                    "Symfony\\Component\\CssSelector\\": ""
2200
                },
2201
                "exclude-from-classmap": [
2202
                    "/Tests/"
2203
                ]
2204
            },
2205
            "notification-url": "https://packagist.org/downloads/",
2206
            "license": [
2207
                "MIT"
2208
            ],
2209
            "authors": [
2210
                {
2211
                    "name": "Fabien Potencier",
2212
                    "email": "fabien@symfony.com"
2213
                },
2214
                {
2215
                    "name": "Jean-François Simon",
2216
                    "email": "jeanfrancois.simon@sensiolabs.com"
2217
                },
2218
                {
2219
                    "name": "Symfony Community",
2220
                    "homepage": "https://symfony.com/contributors"
2221
                }
2222
            ],
2223
            "description": "Symfony CssSelector Component",
2224
            "homepage": "https://symfony.com",
2225
            "time": "2020-02-04T09:41:09+00:00"
2226
        },
2227
        {
2228
            "name": "symfony/error-handler",
2229
            "version": "v5.0.5",
2230
            "source": {
2231
                "type": "git",
2232
                "url": "https://github.com/symfony/error-handler.git",
2233
                "reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec"
2234
            },
2235
            "dist": {
2236
                "type": "zip",
2237
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/24a938d9913f42d006ee1ca0164ea1f29c1067ec",
2238
                "reference": "24a938d9913f42d006ee1ca0164ea1f29c1067ec",
2239
                "shasum": ""
2240
            },
2241
            "require": {
2242
                "php": "^7.2.5",
2243
                "psr/log": "^1.0",
2244
                "symfony/var-dumper": "^4.4|^5.0"
2245
            },
2246
            "require-dev": {
2247
                "symfony/http-kernel": "^4.4|^5.0",
2248
                "symfony/serializer": "^4.4|^5.0"
2249
            },
2250
            "type": "library",
2251
            "extra": {
2252
                "branch-alias": {
2253
                    "dev-master": "5.0-dev"
2254
                }
2255
            },
2256
            "autoload": {
2257
                "psr-4": {
2258
                    "Symfony\\Component\\ErrorHandler\\": ""
2259
                },
2260
                "exclude-from-classmap": [
2261
                    "/Tests/"
2262
                ]
2263
            },
2264
            "notification-url": "https://packagist.org/downloads/",
2265
            "license": [
2266
                "MIT"
2267
            ],
2268
            "authors": [
2269
                {
2270
                    "name": "Fabien Potencier",
2271
                    "email": "fabien@symfony.com"
2272
                },
2273
                {
2274
                    "name": "Symfony Community",
2275
                    "homepage": "https://symfony.com/contributors"
2276
                }
2277
            ],
2278
            "description": "Symfony ErrorHandler Component",
2279
            "homepage": "https://symfony.com",
2280
            "time": "2020-02-29T10:07:09+00:00"
2281
        },
2282
        {
2283
            "name": "symfony/event-dispatcher",
2284
            "version": "v5.0.5",
2285
            "source": {
2286
                "type": "git",
2287
                "url": "https://github.com/symfony/event-dispatcher.git",
2288
                "reference": "b45ad88b253c5a9702ce218e201d89c85d148cea"
2289
            },
2290
            "dist": {
2291
                "type": "zip",
2292
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b45ad88b253c5a9702ce218e201d89c85d148cea",
2293
                "reference": "b45ad88b253c5a9702ce218e201d89c85d148cea",
2294
                "shasum": ""
2295
            },
2296
            "require": {
2297
                "php": "^7.2.5",
2298
                "symfony/event-dispatcher-contracts": "^2"
2299
            },
2300
            "conflict": {
2301
                "symfony/dependency-injection": "<4.4"
2302
            },
2303
            "provide": {
2304
                "psr/event-dispatcher-implementation": "1.0",
2305
                "symfony/event-dispatcher-implementation": "2.0"
2306
            },
2307
            "require-dev": {
2308
                "psr/log": "~1.0",
2309
                "symfony/config": "^4.4|^5.0",
2310
                "symfony/dependency-injection": "^4.4|^5.0",
2311
                "symfony/expression-language": "^4.4|^5.0",
2312
                "symfony/http-foundation": "^4.4|^5.0",
2313
                "symfony/service-contracts": "^1.1|^2",
2314
                "symfony/stopwatch": "^4.4|^5.0"
2315
            },
2316
            "suggest": {
2317
                "symfony/dependency-injection": "",
2318
                "symfony/http-kernel": ""
2319
            },
2320
            "type": "library",
2321
            "extra": {
2322
                "branch-alias": {
2323
                    "dev-master": "5.0-dev"
2324
                }
2325
            },
2326
            "autoload": {
2327
                "psr-4": {
2328
                    "Symfony\\Component\\EventDispatcher\\": ""
2329
                },
2330
                "exclude-from-classmap": [
2331
                    "/Tests/"
2332
                ]
2333
            },
2334
            "notification-url": "https://packagist.org/downloads/",
2335
            "license": [
2336
                "MIT"
2337
            ],
2338
            "authors": [
2339
                {
2340
                    "name": "Fabien Potencier",
2341
                    "email": "fabien@symfony.com"
2342
                },
2343
                {
2344
                    "name": "Symfony Community",
2345
                    "homepage": "https://symfony.com/contributors"
2346
                }
2347
            ],
2348
            "description": "Symfony EventDispatcher Component",
2349
            "homepage": "https://symfony.com",
2350
            "time": "2020-02-22T20:09:08+00:00"
2351
        },
2352
        {
2353
            "name": "symfony/event-dispatcher-contracts",
2354
            "version": "v2.0.1",
2355
            "source": {
2356
                "type": "git",
2357
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2358
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
2359
            },
2360
            "dist": {
2361
                "type": "zip",
2362
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
2363
                "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
2364
                "shasum": ""
2365
            },
2366
            "require": {
2367
                "php": "^7.2.5",
2368
                "psr/event-dispatcher": "^1"
2369
            },
2370
            "suggest": {
2371
                "symfony/event-dispatcher-implementation": ""
2372
            },
2373
            "type": "library",
2374
            "extra": {
2375
                "branch-alias": {
2376
                    "dev-master": "2.0-dev"
2377
                }
2378
            },
2379
            "autoload": {
2380
                "psr-4": {
2381
                    "Symfony\\Contracts\\EventDispatcher\\": ""
2382
                }
2383
            },
2384
            "notification-url": "https://packagist.org/downloads/",
2385
            "license": [
2386
                "MIT"
2387
            ],
2388
            "authors": [
2389
                {
2390
                    "name": "Nicolas Grekas",
2391
                    "email": "p@tchwork.com"
2392
                },
2393
                {
2394
                    "name": "Symfony Community",
2395
                    "homepage": "https://symfony.com/contributors"
2396
                }
2397
            ],
2398
            "description": "Generic abstractions related to dispatching event",
2399
            "homepage": "https://symfony.com",
2400
            "keywords": [
2401
                "abstractions",
2402
                "contracts",
2403
                "decoupling",
2404
                "interfaces",
2405
                "interoperability",
2406
                "standards"
2407
            ],
2408
            "time": "2019-11-18T17:27:11+00:00"
2409
        },
2410
        {
2411
            "name": "symfony/finder",
2412
            "version": "v5.0.5",
2413
            "source": {
2414
                "type": "git",
2415
                "url": "https://github.com/symfony/finder.git",
2416
                "reference": "6251f201187ca9d66f6b099d3de65d279e971138"
2417
            },
2418
            "dist": {
2419
                "type": "zip",
2420
                "url": "https://api.github.com/repos/symfony/finder/zipball/6251f201187ca9d66f6b099d3de65d279e971138",
2421
                "reference": "6251f201187ca9d66f6b099d3de65d279e971138",
2422
                "shasum": ""
2423
            },
2424
            "require": {
2425
                "php": "^7.2.5"
2426
            },
2427
            "type": "library",
2428
            "extra": {
2429
                "branch-alias": {
2430
                    "dev-master": "5.0-dev"
2431
                }
2432
            },
2433
            "autoload": {
2434
                "psr-4": {
2435
                    "Symfony\\Component\\Finder\\": ""
2436
                },
2437
                "exclude-from-classmap": [
2438
                    "/Tests/"
2439
                ]
2440
            },
2441
            "notification-url": "https://packagist.org/downloads/",
2442
            "license": [
2443
                "MIT"
2444
            ],
2445
            "authors": [
2446
                {
2447
                    "name": "Fabien Potencier",
2448
                    "email": "fabien@symfony.com"
2449
                },
2450
                {
2451
                    "name": "Symfony Community",
2452
                    "homepage": "https://symfony.com/contributors"
2453
                }
2454
            ],
2455
            "description": "Symfony Finder Component",
2456
            "homepage": "https://symfony.com",
2457
            "time": "2020-02-14T07:43:07+00:00"
2458
        },
2459
        {
2460
            "name": "symfony/http-foundation",
2461
            "version": "v5.0.5",
2462
            "source": {
2463
                "type": "git",
2464
                "url": "https://github.com/symfony/http-foundation.git",
2465
                "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335"
2466
            },
2467
            "dist": {
2468
                "type": "zip",
2469
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
2470
                "reference": "6f9c2ba72f4295d7ce6cf9f79dbb18036291d335",
2471
                "shasum": ""
2472
            },
2473
            "require": {
2474
                "php": "^7.2.5",
2475
                "symfony/mime": "^4.4|^5.0",
2476
                "symfony/polyfill-mbstring": "~1.1"
2477
            },
2478
            "require-dev": {
2479
                "predis/predis": "~1.0",
2480
                "symfony/expression-language": "^4.4|^5.0"
2481
            },
2482
            "type": "library",
2483
            "extra": {
2484
                "branch-alias": {
2485
                    "dev-master": "5.0-dev"
2486
                }
2487
            },
2488
            "autoload": {
2489
                "psr-4": {
2490
                    "Symfony\\Component\\HttpFoundation\\": ""
2491
                },
2492
                "exclude-from-classmap": [
2493
                    "/Tests/"
2494
                ]
2495
            },
2496
            "notification-url": "https://packagist.org/downloads/",
2497
            "license": [
2498
                "MIT"
2499
            ],
2500
            "authors": [
2501
                {
2502
                    "name": "Fabien Potencier",
2503
                    "email": "fabien@symfony.com"
2504
                },
2505
                {
2506
                    "name": "Symfony Community",
2507
                    "homepage": "https://symfony.com/contributors"
2508
                }
2509
            ],
2510
            "description": "Symfony HttpFoundation Component",
2511
            "homepage": "https://symfony.com",
2512
            "time": "2020-02-14T07:43:07+00:00"
2513
        },
2514
        {
2515
            "name": "symfony/http-kernel",
2516
            "version": "v5.0.5",
2517
            "source": {
2518
                "type": "git",
2519
                "url": "https://github.com/symfony/http-kernel.git",
2520
                "reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520"
2521
            },
2522
            "dist": {
2523
                "type": "zip",
2524
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/021d7d54e080405678f2d8c54cb31d0bb03b4520",
2525
                "reference": "021d7d54e080405678f2d8c54cb31d0bb03b4520",
2526
                "shasum": ""
2527
            },
2528
            "require": {
2529
                "php": "^7.2.5",
2530
                "psr/log": "~1.0",
2531
                "symfony/error-handler": "^4.4|^5.0",
2532
                "symfony/event-dispatcher": "^5.0",
2533
                "symfony/http-foundation": "^4.4|^5.0",
2534
                "symfony/polyfill-ctype": "^1.8",
2535
                "symfony/polyfill-php73": "^1.9"
2536
            },
2537
            "conflict": {
2538
                "symfony/browser-kit": "<4.4",
2539
                "symfony/cache": "<5.0",
2540
                "symfony/config": "<5.0",
2541
                "symfony/dependency-injection": "<4.4",
2542
                "symfony/doctrine-bridge": "<5.0",
2543
                "symfony/form": "<5.0",
2544
                "symfony/http-client": "<5.0",
2545
                "symfony/mailer": "<5.0",
2546
                "symfony/messenger": "<5.0",
2547
                "symfony/translation": "<5.0",
2548
                "symfony/twig-bridge": "<5.0",
2549
                "symfony/validator": "<5.0",
2550
                "twig/twig": "<2.4"
2551
            },
2552
            "provide": {
2553
                "psr/log-implementation": "1.0"
2554
            },
2555
            "require-dev": {
2556
                "psr/cache": "~1.0",
2557
                "symfony/browser-kit": "^4.4|^5.0",
2558
                "symfony/config": "^5.0",
2559
                "symfony/console": "^4.4|^5.0",
2560
                "symfony/css-selector": "^4.4|^5.0",
2561
                "symfony/dependency-injection": "^4.4|^5.0",
2562
                "symfony/dom-crawler": "^4.4|^5.0",
2563
                "symfony/expression-language": "^4.4|^5.0",
2564
                "symfony/finder": "^4.4|^5.0",
2565
                "symfony/process": "^4.4|^5.0",
2566
                "symfony/routing": "^4.4|^5.0",
2567
                "symfony/stopwatch": "^4.4|^5.0",
2568
                "symfony/translation": "^4.4|^5.0",
2569
                "symfony/translation-contracts": "^1.1|^2",
2570
                "twig/twig": "^2.4|^3.0"
2571
            },
2572
            "suggest": {
2573
                "symfony/browser-kit": "",
2574
                "symfony/config": "",
2575
                "symfony/console": "",
2576
                "symfony/dependency-injection": ""
2577
            },
2578
            "type": "library",
2579
            "extra": {
2580
                "branch-alias": {
2581
                    "dev-master": "5.0-dev"
2582
                }
2583
            },
2584
            "autoload": {
2585
                "psr-4": {
2586
                    "Symfony\\Component\\HttpKernel\\": ""
2587
                },
2588
                "exclude-from-classmap": [
2589
                    "/Tests/"
2590
                ]
2591
            },
2592
            "notification-url": "https://packagist.org/downloads/",
2593
            "license": [
2594
                "MIT"
2595
            ],
2596
            "authors": [
2597
                {
2598
                    "name": "Fabien Potencier",
2599
                    "email": "fabien@symfony.com"
2600
                },
2601
                {
2602
                    "name": "Symfony Community",
2603
                    "homepage": "https://symfony.com/contributors"
2604
                }
2605
            ],
2606
            "description": "Symfony HttpKernel Component",
2607
            "homepage": "https://symfony.com",
2608
            "time": "2020-02-29T10:41:30+00:00"
2609
        },
2610
        {
2611
            "name": "symfony/mime",
2612
            "version": "v5.0.5",
2613
            "source": {
2614
                "type": "git",
2615
                "url": "https://github.com/symfony/mime.git",
2616
                "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c"
2617
            },
2618
            "dist": {
2619
                "type": "zip",
2620
                "url": "https://api.github.com/repos/symfony/mime/zipball/9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
2621
                "reference": "9b3e5b5e58c56bbd76628c952d2b78556d305f3c",
2622
                "shasum": ""
2623
            },
2624
            "require": {
2625
                "php": "^7.2.5",
2626
                "symfony/polyfill-intl-idn": "^1.10",
2627
                "symfony/polyfill-mbstring": "^1.0"
2628
            },
2629
            "conflict": {
2630
                "symfony/mailer": "<4.4"
2631
            },
2632
            "require-dev": {
2633
                "egulias/email-validator": "^2.1.10",
2634
                "symfony/dependency-injection": "^4.4|^5.0"
2635
            },
2636
            "type": "library",
2637
            "extra": {
2638
                "branch-alias": {
2639
                    "dev-master": "5.0-dev"
2640
                }
2641
            },
2642
            "autoload": {
2643
                "psr-4": {
2644
                    "Symfony\\Component\\Mime\\": ""
2645
                },
2646
                "exclude-from-classmap": [
2647
                    "/Tests/"
2648
                ]
2649
            },
2650
            "notification-url": "https://packagist.org/downloads/",
2651
            "license": [
2652
                "MIT"
2653
            ],
2654
            "authors": [
2655
                {
2656
                    "name": "Fabien Potencier",
2657
                    "email": "fabien@symfony.com"
2658
                },
2659
                {
2660
                    "name": "Symfony Community",
2661
                    "homepage": "https://symfony.com/contributors"
2662
                }
2663
            ],
2664
            "description": "A library to manipulate MIME messages",
2665
            "homepage": "https://symfony.com",
2666
            "keywords": [
2667
                "mime",
2668
                "mime-type"
2669
            ],
2670
            "time": "2020-02-04T09:41:09+00:00"
2671
        },
2672
        {
2673
            "name": "symfony/polyfill-ctype",
2674
            "version": "v1.14.0",
2675
            "source": {
2676
                "type": "git",
2677
                "url": "https://github.com/symfony/polyfill-ctype.git",
2678
                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
2679
            },
2680
            "dist": {
2681
                "type": "zip",
2682
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
2683
                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
2684
                "shasum": ""
2685
            },
2686
            "require": {
2687
                "php": ">=5.3.3"
2688
            },
2689
            "suggest": {
2690
                "ext-ctype": "For best performance"
2691
            },
2692
            "type": "library",
2693
            "extra": {
2694
                "branch-alias": {
2695
                    "dev-master": "1.14-dev"
2696
                }
2697
            },
2698
            "autoload": {
2699
                "psr-4": {
2700
                    "Symfony\\Polyfill\\Ctype\\": ""
2701
                },
2702
                "files": [
2703
                    "bootstrap.php"
2704
                ]
2705
            },
2706
            "notification-url": "https://packagist.org/downloads/",
2707
            "license": [
2708
                "MIT"
2709
            ],
2710
            "authors": [
2711
                {
2712
                    "name": "Gert de Pagter",
2713
                    "email": "BackEndTea@gmail.com"
2714
                },
2715
                {
2716
                    "name": "Symfony Community",
2717
                    "homepage": "https://symfony.com/contributors"
2718
                }
2719
            ],
2720
            "description": "Symfony polyfill for ctype functions",
2721
            "homepage": "https://symfony.com",
2722
            "keywords": [
2723
                "compatibility",
2724
                "ctype",
2725
                "polyfill",
2726
                "portable"
2727
            ],
2728
            "time": "2020-01-13T11:15:53+00:00"
2729
        },
2730
        {
2731
            "name": "symfony/polyfill-iconv",
2732
            "version": "v1.14.0",
2733
            "source": {
2734
                "type": "git",
2735
                "url": "https://github.com/symfony/polyfill-iconv.git",
2736
                "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e"
2737
            },
2738
            "dist": {
2739
                "type": "zip",
2740
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/926832ce51059bb58211b7b2080a88e0c3b5328e",
2741
                "reference": "926832ce51059bb58211b7b2080a88e0c3b5328e",
2742
                "shasum": ""
2743
            },
2744
            "require": {
2745
                "php": ">=5.3.3"
2746
            },
2747
            "suggest": {
2748
                "ext-iconv": "For best performance"
2749
            },
2750
            "type": "library",
2751
            "extra": {
2752
                "branch-alias": {
2753
                    "dev-master": "1.14-dev"
2754
                }
2755
            },
2756
            "autoload": {
2757
                "psr-4": {
2758
                    "Symfony\\Polyfill\\Iconv\\": ""
2759
                },
2760
                "files": [
2761
                    "bootstrap.php"
2762
                ]
2763
            },
2764
            "notification-url": "https://packagist.org/downloads/",
2765
            "license": [
2766
                "MIT"
2767
            ],
2768
            "authors": [
2769
                {
2770
                    "name": "Nicolas Grekas",
2771
                    "email": "p@tchwork.com"
2772
                },
2773
                {
2774
                    "name": "Symfony Community",
2775
                    "homepage": "https://symfony.com/contributors"
2776
                }
2777
            ],
2778
            "description": "Symfony polyfill for the Iconv extension",
2779
            "homepage": "https://symfony.com",
2780
            "keywords": [
2781
                "compatibility",
2782
                "iconv",
2783
                "polyfill",
2784
                "portable",
2785
                "shim"
2786
            ],
2787
            "time": "2020-01-13T11:15:53+00:00"
2788
        },
2789
        {
2790
            "name": "symfony/polyfill-intl-idn",
2791
            "version": "v1.14.0",
2792
            "source": {
2793
                "type": "git",
2794
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
2795
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a"
2796
            },
2797
            "dist": {
2798
                "type": "zip",
2799
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a",
2800
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a",
2801
                "shasum": ""
2802
            },
2803
            "require": {
2804
                "php": ">=5.3.3",
2805
                "symfony/polyfill-mbstring": "^1.3",
2806
                "symfony/polyfill-php72": "^1.10"
2807
            },
2808
            "suggest": {
2809
                "ext-intl": "For best performance"
2810
            },
2811
            "type": "library",
2812
            "extra": {
2813
                "branch-alias": {
2814
                    "dev-master": "1.14-dev"
2815
                }
2816
            },
2817
            "autoload": {
2818
                "psr-4": {
2819
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
2820
                },
2821
                "files": [
2822
                    "bootstrap.php"
2823
                ]
2824
            },
2825
            "notification-url": "https://packagist.org/downloads/",
2826
            "license": [
2827
                "MIT"
2828
            ],
2829
            "authors": [
2830
                {
2831
                    "name": "Laurent Bassin",
2832
                    "email": "laurent@bassin.info"
2833
                },
2834
                {
2835
                    "name": "Symfony Community",
2836
                    "homepage": "https://symfony.com/contributors"
2837
                }
2838
            ],
2839
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2840
            "homepage": "https://symfony.com",
2841
            "keywords": [
2842
                "compatibility",
2843
                "idn",
2844
                "intl",
2845
                "polyfill",
2846
                "portable",
2847
                "shim"
2848
            ],
2849
            "time": "2020-01-17T12:01:36+00:00"
2850
        },
2851
        {
2852
            "name": "symfony/polyfill-mbstring",
2853
            "version": "v1.14.0",
2854
            "source": {
2855
                "type": "git",
2856
                "url": "https://github.com/symfony/polyfill-mbstring.git",
2857
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
2858
            },
2859
            "dist": {
2860
                "type": "zip",
2861
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
2862
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
2863
                "shasum": ""
2864
            },
2865
            "require": {
2866
                "php": ">=5.3.3"
2867
            },
2868
            "suggest": {
2869
                "ext-mbstring": "For best performance"
2870
            },
2871
            "type": "library",
2872
            "extra": {
2873
                "branch-alias": {
2874
                    "dev-master": "1.14-dev"
2875
                }
2876
            },
2877
            "autoload": {
2878
                "psr-4": {
2879
                    "Symfony\\Polyfill\\Mbstring\\": ""
2880
                },
2881
                "files": [
2882
                    "bootstrap.php"
2883
                ]
2884
            },
2885
            "notification-url": "https://packagist.org/downloads/",
2886
            "license": [
2887
                "MIT"
2888
            ],
2889
            "authors": [
2890
                {
2891
                    "name": "Nicolas Grekas",
2892
                    "email": "p@tchwork.com"
2893
                },
2894
                {
2895
                    "name": "Symfony Community",
2896
                    "homepage": "https://symfony.com/contributors"
2897
                }
2898
            ],
2899
            "description": "Symfony polyfill for the Mbstring extension",
2900
            "homepage": "https://symfony.com",
2901
            "keywords": [
2902
                "compatibility",
2903
                "mbstring",
2904
                "polyfill",
2905
                "portable",
2906
                "shim"
2907
            ],
2908
            "time": "2020-01-13T11:15:53+00:00"
2909
        },
2910
        {
2911
            "name": "symfony/polyfill-php72",
2912
            "version": "v1.14.0",
2913
            "source": {
2914
                "type": "git",
2915
                "url": "https://github.com/symfony/polyfill-php72.git",
2916
                "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"
2917
            },
2918
            "dist": {
2919
                "type": "zip",
2920
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
2921
                "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
2922
                "shasum": ""
2923
            },
2924
            "require": {
2925
                "php": ">=5.3.3"
2926
            },
2927
            "type": "library",
2928
            "extra": {
2929
                "branch-alias": {
2930
                    "dev-master": "1.14-dev"
2931
                }
2932
            },
2933
            "autoload": {
2934
                "psr-4": {
2935
                    "Symfony\\Polyfill\\Php72\\": ""
2936
                },
2937
                "files": [
2938
                    "bootstrap.php"
2939
                ]
2940
            },
2941
            "notification-url": "https://packagist.org/downloads/",
2942
            "license": [
2943
                "MIT"
2944
            ],
2945
            "authors": [
2946
                {
2947
                    "name": "Nicolas Grekas",
2948
                    "email": "p@tchwork.com"
2949
                },
2950
                {
2951
                    "name": "Symfony Community",
2952
                    "homepage": "https://symfony.com/contributors"
2953
                }
2954
            ],
2955
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2956
            "homepage": "https://symfony.com",
2957
            "keywords": [
2958
                "compatibility",
2959
                "polyfill",
2960
                "portable",
2961
                "shim"
2962
            ],
2963
            "time": "2020-01-13T11:15:53+00:00"
2964
        },
2965
        {
2966
            "name": "symfony/polyfill-php73",
2967
            "version": "v1.14.0",
2968
            "source": {
2969
                "type": "git",
2970
                "url": "https://github.com/symfony/polyfill-php73.git",
2971
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
2972
            },
2973
            "dist": {
2974
                "type": "zip",
2975
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
2976
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
2977
                "shasum": ""
2978
            },
2979
            "require": {
2980
                "php": ">=5.3.3"
2981
            },
2982
            "type": "library",
2983
            "extra": {
2984
                "branch-alias": {
2985
                    "dev-master": "1.14-dev"
2986
                }
2987
            },
2988
            "autoload": {
2989
                "psr-4": {
2990
                    "Symfony\\Polyfill\\Php73\\": ""
2991
                },
2992
                "files": [
2993
                    "bootstrap.php"
2994
                ],
2995
                "classmap": [
2996
                    "Resources/stubs"
2997
                ]
2998
            },
2999
            "notification-url": "https://packagist.org/downloads/",
3000
            "license": [
3001
                "MIT"
3002
            ],
3003
            "authors": [
3004
                {
3005
                    "name": "Nicolas Grekas",
3006
                    "email": "p@tchwork.com"
3007
                },
3008
                {
3009
                    "name": "Symfony Community",
3010
                    "homepage": "https://symfony.com/contributors"
3011
                }
3012
            ],
3013
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3014
            "homepage": "https://symfony.com",
3015
            "keywords": [
3016
                "compatibility",
3017
                "polyfill",
3018
                "portable",
3019
                "shim"
3020
            ],
3021
            "time": "2020-01-13T11:15:53+00:00"
3022
        },
3023
        {
3024
            "name": "symfony/process",
3025
            "version": "v5.0.5",
3026
            "source": {
3027
                "type": "git",
3028
                "url": "https://github.com/symfony/process.git",
3029
                "reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8"
3030
            },
3031
            "dist": {
3032
                "type": "zip",
3033
                "url": "https://api.github.com/repos/symfony/process/zipball/fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
3034
                "reference": "fd4a86dd7e36437f2fc080d8c42c7415d828a0a8",
3035
                "shasum": ""
3036
            },
3037
            "require": {
3038
                "php": "^7.2.5"
3039
            },
3040
            "type": "library",
3041
            "extra": {
3042
                "branch-alias": {
3043
                    "dev-master": "5.0-dev"
3044
                }
3045
            },
3046
            "autoload": {
3047
                "psr-4": {
3048
                    "Symfony\\Component\\Process\\": ""
3049
                },
3050
                "exclude-from-classmap": [
3051
                    "/Tests/"
3052
                ]
3053
            },
3054
            "notification-url": "https://packagist.org/downloads/",
3055
            "license": [
3056
                "MIT"
3057
            ],
3058
            "authors": [
3059
                {
3060
                    "name": "Fabien Potencier",
3061
                    "email": "fabien@symfony.com"
3062
                },
3063
                {
3064
                    "name": "Symfony Community",
3065
                    "homepage": "https://symfony.com/contributors"
3066
                }
3067
            ],
3068
            "description": "Symfony Process Component",
3069
            "homepage": "https://symfony.com",
3070
            "time": "2020-02-08T17:00:58+00:00"
3071
        },
3072
        {
3073
            "name": "symfony/routing",
3074
            "version": "v5.0.5",
3075
            "source": {
3076
                "type": "git",
3077
                "url": "https://github.com/symfony/routing.git",
3078
                "reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de"
3079
            },
3080
            "dist": {
3081
                "type": "zip",
3082
                "url": "https://api.github.com/repos/symfony/routing/zipball/d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
3083
                "reference": "d6ca39fd05c1902bf34d724ba06fb8044a0b46de",
3084
                "shasum": ""
3085
            },
3086
            "require": {
3087
                "php": "^7.2.5"
3088
            },
3089
            "conflict": {
3090
                "symfony/config": "<5.0",
3091
                "symfony/dependency-injection": "<4.4",
3092
                "symfony/yaml": "<4.4"
3093
            },
3094
            "require-dev": {
3095
                "doctrine/annotations": "~1.2",
3096
                "psr/log": "~1.0",
3097
                "symfony/config": "^5.0",
3098
                "symfony/dependency-injection": "^4.4|^5.0",
3099
                "symfony/expression-language": "^4.4|^5.0",
3100
                "symfony/http-foundation": "^4.4|^5.0",
3101
                "symfony/yaml": "^4.4|^5.0"
3102
            },
3103
            "suggest": {
3104
                "doctrine/annotations": "For using the annotation loader",
3105
                "symfony/config": "For using the all-in-one router or any loader",
3106
                "symfony/expression-language": "For using expression matching",
3107
                "symfony/http-foundation": "For using a Symfony Request object",
3108
                "symfony/yaml": "For using the YAML loader"
3109
            },
3110
            "type": "library",
3111
            "extra": {
3112
                "branch-alias": {
3113
                    "dev-master": "5.0-dev"
3114
                }
3115
            },
3116
            "autoload": {
3117
                "psr-4": {
3118
                    "Symfony\\Component\\Routing\\": ""
3119
                },
3120
                "exclude-from-classmap": [
3121
                    "/Tests/"
3122
                ]
3123
            },
3124
            "notification-url": "https://packagist.org/downloads/",
3125
            "license": [
3126
                "MIT"
3127
            ],
3128
            "authors": [
3129
                {
3130
                    "name": "Fabien Potencier",
3131
                    "email": "fabien@symfony.com"
3132
                },
3133
                {
3134
                    "name": "Symfony Community",
3135
                    "homepage": "https://symfony.com/contributors"
3136
                }
3137
            ],
3138
            "description": "Symfony Routing Component",
3139
            "homepage": "https://symfony.com",
3140
            "keywords": [
3141
                "router",
3142
                "routing",
3143
                "uri",
3144
                "url"
3145
            ],
3146
            "time": "2020-02-25T14:24:11+00:00"
3147
        },
3148
        {
3149
            "name": "symfony/service-contracts",
3150
            "version": "v2.0.1",
3151
            "source": {
3152
                "type": "git",
3153
                "url": "https://github.com/symfony/service-contracts.git",
3154
                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
3155
            },
3156
            "dist": {
3157
                "type": "zip",
3158
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
3159
                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
3160
                "shasum": ""
3161
            },
3162
            "require": {
3163
                "php": "^7.2.5",
3164
                "psr/container": "^1.0"
3165
            },
3166
            "suggest": {
3167
                "symfony/service-implementation": ""
3168
            },
3169
            "type": "library",
3170
            "extra": {
3171
                "branch-alias": {
3172
                    "dev-master": "2.0-dev"
3173
                }
3174
            },
3175
            "autoload": {
3176
                "psr-4": {
3177
                    "Symfony\\Contracts\\Service\\": ""
3178
                }
3179
            },
3180
            "notification-url": "https://packagist.org/downloads/",
3181
            "license": [
3182
                "MIT"
3183
            ],
3184
            "authors": [
3185
                {
3186
                    "name": "Nicolas Grekas",
3187
                    "email": "p@tchwork.com"
3188
                },
3189
                {
3190
                    "name": "Symfony Community",
3191
                    "homepage": "https://symfony.com/contributors"
3192
                }
3193
            ],
3194
            "description": "Generic abstractions related to writing services",
3195
            "homepage": "https://symfony.com",
3196
            "keywords": [
3197
                "abstractions",
3198
                "contracts",
3199
                "decoupling",
3200
                "interfaces",
3201
                "interoperability",
3202
                "standards"
3203
            ],
3204
            "time": "2019-11-18T17:27:11+00:00"
3205
        },
3206
        {
3207
            "name": "symfony/translation",
3208
            "version": "v5.0.5",
3209
            "source": {
3210
                "type": "git",
3211
                "url": "https://github.com/symfony/translation.git",
3212
                "reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b"
3213
            },
3214
            "dist": {
3215
                "type": "zip",
3216
                "url": "https://api.github.com/repos/symfony/translation/zipball/e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
3217
                "reference": "e9b93f42a1fd6aec6a0872d59ee5c8219a7d584b",
3218
                "shasum": ""
3219
            },
3220
            "require": {
3221
                "php": "^7.2.5",
3222
                "symfony/polyfill-mbstring": "~1.0",
3223
                "symfony/translation-contracts": "^2"
3224
            },
3225
            "conflict": {
3226
                "symfony/config": "<4.4",
3227
                "symfony/dependency-injection": "<5.0",
3228
                "symfony/http-kernel": "<5.0",
3229
                "symfony/twig-bundle": "<5.0",
3230
                "symfony/yaml": "<4.4"
3231
            },
3232
            "provide": {
3233
                "symfony/translation-implementation": "2.0"
3234
            },
3235
            "require-dev": {
3236
                "psr/log": "~1.0",
3237
                "symfony/config": "^4.4|^5.0",
3238
                "symfony/console": "^4.4|^5.0",
3239
                "symfony/dependency-injection": "^5.0",
3240
                "symfony/finder": "^4.4|^5.0",
3241
                "symfony/http-kernel": "^5.0",
3242
                "symfony/intl": "^4.4|^5.0",
3243
                "symfony/service-contracts": "^1.1.2|^2",
3244
                "symfony/yaml": "^4.4|^5.0"
3245
            },
3246
            "suggest": {
3247
                "psr/log-implementation": "To use logging capability in translator",
3248
                "symfony/config": "",
3249
                "symfony/yaml": ""
3250
            },
3251
            "type": "library",
3252
            "extra": {
3253
                "branch-alias": {
3254
                    "dev-master": "5.0-dev"
3255
                }
3256
            },
3257
            "autoload": {
3258
                "psr-4": {
3259
                    "Symfony\\Component\\Translation\\": ""
3260
                },
3261
                "exclude-from-classmap": [
3262
                    "/Tests/"
3263
                ]
3264
            },
3265
            "notification-url": "https://packagist.org/downloads/",
3266
            "license": [
3267
                "MIT"
3268
            ],
3269
            "authors": [
3270
                {
3271
                    "name": "Fabien Potencier",
3272
                    "email": "fabien@symfony.com"
3273
                },
3274
                {
3275
                    "name": "Symfony Community",
3276
                    "homepage": "https://symfony.com/contributors"
3277
                }
3278
            ],
3279
            "description": "Symfony Translation Component",
3280
            "homepage": "https://symfony.com",
3281
            "time": "2020-02-04T07:41:34+00:00"
3282
        },
3283
        {
3284
            "name": "symfony/translation-contracts",
3285
            "version": "v2.0.1",
3286
            "source": {
3287
                "type": "git",
3288
                "url": "https://github.com/symfony/translation-contracts.git",
3289
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
3290
            },
3291
            "dist": {
3292
                "type": "zip",
3293
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
3294
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
3295
                "shasum": ""
3296
            },
3297
            "require": {
3298
                "php": "^7.2.5"
3299
            },
3300
            "suggest": {
3301
                "symfony/translation-implementation": ""
3302
            },
3303
            "type": "library",
3304
            "extra": {
3305
                "branch-alias": {
3306
                    "dev-master": "2.0-dev"
3307
                }
3308
            },
3309
            "autoload": {
3310
                "psr-4": {
3311
                    "Symfony\\Contracts\\Translation\\": ""
3312
                }
3313
            },
3314
            "notification-url": "https://packagist.org/downloads/",
3315
            "license": [
3316
                "MIT"
3317
            ],
3318
            "authors": [
3319
                {
3320
                    "name": "Nicolas Grekas",
3321
                    "email": "p@tchwork.com"
3322
                },
3323
                {
3324
                    "name": "Symfony Community",
3325
                    "homepage": "https://symfony.com/contributors"
3326
                }
3327
            ],
3328
            "description": "Generic abstractions related to translation",
3329
            "homepage": "https://symfony.com",
3330
            "keywords": [
3331
                "abstractions",
3332
                "contracts",
3333
                "decoupling",
3334
                "interfaces",
3335
                "interoperability",
3336
                "standards"
3337
            ],
3338
            "time": "2019-11-18T17:27:11+00:00"
3339
        },
3340
        {
3341
            "name": "symfony/var-dumper",
3342
            "version": "v5.0.5",
3343
            "source": {
3344
                "type": "git",
3345
                "url": "https://github.com/symfony/var-dumper.git",
3346
                "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9"
3347
            },
3348
            "dist": {
3349
                "type": "zip",
3350
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
3351
                "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
3352
                "shasum": ""
3353
            },
3354
            "require": {
3355
                "php": "^7.2.5",
3356
                "symfony/polyfill-mbstring": "~1.0"
3357
            },
3358
            "conflict": {
3359
                "phpunit/phpunit": "<5.4.3",
3360
                "symfony/console": "<4.4"
3361
            },
3362
            "require-dev": {
3363
                "ext-iconv": "*",
3364
                "symfony/console": "^4.4|^5.0",
3365
                "symfony/process": "^4.4|^5.0",
3366
                "twig/twig": "^2.4|^3.0"
3367
            },
3368
            "suggest": {
3369
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3370
                "ext-intl": "To show region name in time zone dump",
3371
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
3372
            },
3373
            "bin": [
3374
                "Resources/bin/var-dump-server"
3375
            ],
3376
            "type": "library",
3377
            "extra": {
3378
                "branch-alias": {
3379
                    "dev-master": "5.0-dev"
3380
                }
3381
            },
3382
            "autoload": {
3383
                "files": [
3384
                    "Resources/functions/dump.php"
3385
                ],
3386
                "psr-4": {
3387
                    "Symfony\\Component\\VarDumper\\": ""
3388
                },
3389
                "exclude-from-classmap": [
3390
                    "/Tests/"
3391
                ]
3392
            },
3393
            "notification-url": "https://packagist.org/downloads/",
3394
            "license": [
3395
                "MIT"
3396
            ],
3397
            "authors": [
3398
                {
3399
                    "name": "Nicolas Grekas",
3400
                    "email": "p@tchwork.com"
3401
                },
3402
                {
3403
                    "name": "Symfony Community",
3404
                    "homepage": "https://symfony.com/contributors"
3405
                }
3406
            ],
3407
            "description": "Symfony mechanism for exploring and dumping PHP variables",
3408
            "homepage": "https://symfony.com",
3409
            "keywords": [
3410
                "debug",
3411
                "dump"
3412
            ],
3413
            "time": "2020-02-26T22:30:10+00:00"
3414
        },
3415
        {
3416
            "name": "tijsverkoyen/css-to-inline-styles",
3417
            "version": "2.2.2",
3418
            "source": {
3419
                "type": "git",
3420
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3421
                "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
3422
            },
3423
            "dist": {
3424
                "type": "zip",
3425
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
3426
                "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
3427
                "shasum": ""
3428
            },
3429
            "require": {
3430
                "ext-dom": "*",
3431
                "ext-libxml": "*",
3432
                "php": "^5.5 || ^7.0",
3433
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
3434
            },
3435
            "require-dev": {
3436
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3437
            },
3438
            "type": "library",
3439
            "extra": {
3440
                "branch-alias": {
3441
                    "dev-master": "2.2.x-dev"
3442
                }
3443
            },
3444
            "autoload": {
3445
                "psr-4": {
3446
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
3447
                }
3448
            },
3449
            "notification-url": "https://packagist.org/downloads/",
3450
            "license": [
3451
                "BSD-3-Clause"
3452
            ],
3453
            "authors": [
3454
                {
3455
                    "name": "Tijs Verkoyen",
3456
                    "email": "css_to_inline_styles@verkoyen.eu",
3457
                    "role": "Developer"
3458
                }
3459
            ],
3460
            "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.",
3461
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3462
            "time": "2019-10-24T08:53:34+00:00"
3463
        },
3464
        {
3465
            "name": "vlucas/phpdotenv",
3466
            "version": "v4.1.2",
3467
            "source": {
3468
                "type": "git",
3469
                "url": "https://github.com/vlucas/phpdotenv.git",
3470
                "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39"
3471
            },
3472
            "dist": {
3473
                "type": "zip",
3474
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/939dfda2d7267ac8fc53ac3d642b5de357554c39",
3475
                "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39",
3476
                "shasum": ""
3477
            },
3478
            "require": {
3479
                "php": "^5.5.9 || ^7.0",
3480
                "phpoption/phpoption": "^1.7.2",
3481
                "symfony/polyfill-ctype": "^1.9"
3482
            },
3483
            "require-dev": {
3484
                "bamarni/composer-bin-plugin": "^1.3",
3485
                "ext-filter": "*",
3486
                "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
3487
            },
3488
            "suggest": {
3489
                "ext-filter": "Required to use the boolean validator."
3490
            },
3491
            "type": "library",
3492
            "extra": {
3493
                "branch-alias": {
3494
                    "dev-master": "4.1-dev"
3495
                }
3496
            },
3497
            "autoload": {
3498
                "psr-4": {
3499
                    "Dotenv\\": "src/"
3500
                }
3501
            },
3502
            "notification-url": "https://packagist.org/downloads/",
3503
            "license": [
3504
                "BSD-3-Clause"
3505
            ],
3506
            "authors": [
3507
                {
3508
                    "name": "Graham Campbell",
3509
                    "email": "graham@alt-three.com",
3510
                    "homepage": "https://gjcampbell.co.uk/"
3511
                },
3512
                {
3513
                    "name": "Vance Lucas",
3514
                    "email": "vance@vancelucas.com",
3515
                    "homepage": "https://vancelucas.com/"
3516
                }
3517
            ],
3518
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3519
            "keywords": [
3520
                "dotenv",
3521
                "env",
3522
                "environment"
3523
            ],
3524
            "time": "2020-03-12T13:44:15+00:00"
3525
        },
3526
        {
3527
            "name": "voku/portable-ascii",
3528
            "version": "1.4.10",
3529
            "source": {
3530
                "type": "git",
3531
                "url": "https://github.com/voku/portable-ascii.git",
3532
                "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334"
3533
            },
3534
            "dist": {
3535
                "type": "zip",
3536
                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/240e93829a5f985fab0984a6e55ae5e26b78a334",
3537
                "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334",
3538
                "shasum": ""
3539
            },
3540
            "require": {
3541
                "php": ">=7.0.0"
3542
            },
3543
            "require-dev": {
3544
                "phpunit/phpunit": "~6.0 || ~7.0"
3545
            },
3546
            "suggest": {
3547
                "ext-intl": "Use Intl for transliterator_transliterate() support"
3548
            },
3549
            "type": "library",
3550
            "autoload": {
3551
                "psr-4": {
3552
                    "voku\\": "src/voku/",
3553
                    "voku\\tests\\": "tests/"
3554
                }
3555
            },
3556
            "notification-url": "https://packagist.org/downloads/",
3557
            "license": [
3558
                "MIT"
3559
            ],
3560
            "authors": [
3561
                {
3562
                    "name": "Lars Moelleken",
3563
                    "homepage": "http://www.moelleken.org/"
3564
                }
3565
            ],
3566
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
3567
            "homepage": "https://github.com/voku/portable-ascii",
3568
            "keywords": [
3569
                "ascii",
3570
                "clean",
3571
                "php"
3572
            ],
3573
            "time": "2020-03-13T01:23:26+00:00"
3574
        }
3575
    ],
3576
    "packages-dev": [
3577
        {
3578
            "name": "doctrine/instantiator",
3579
            "version": "1.3.0",
3580
            "source": {
3581
                "type": "git",
3582
                "url": "https://github.com/doctrine/instantiator.git",
3583
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
3584
            },
3585
            "dist": {
3586
                "type": "zip",
3587
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
3588
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
3589
                "shasum": ""
3590
            },
3591
            "require": {
3592
                "php": "^7.1"
3593
            },
3594
            "require-dev": {
3595
                "doctrine/coding-standard": "^6.0",
3596
                "ext-pdo": "*",
3597
                "ext-phar": "*",
3598
                "phpbench/phpbench": "^0.13",
3599
                "phpstan/phpstan-phpunit": "^0.11",
3600
                "phpstan/phpstan-shim": "^0.11",
3601
                "phpunit/phpunit": "^7.0"
3602
            },
3603
            "type": "library",
3604
            "extra": {
3605
                "branch-alias": {
3606
                    "dev-master": "1.2.x-dev"
3607
                }
3608
            },
3609
            "autoload": {
3610
                "psr-4": {
3611
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3612
                }
3613
            },
3614
            "notification-url": "https://packagist.org/downloads/",
3615
            "license": [
3616
                "MIT"
3617
            ],
3618
            "authors": [
3619
                {
3620
                    "name": "Marco Pivetta",
3621
                    "email": "ocramius@gmail.com",
3622
                    "homepage": "http://ocramius.github.com/"
3623
                }
3624
            ],
3625
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3626
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
3627
            "keywords": [
3628
                "constructor",
3629
                "instantiate"
3630
            ],
3631
            "time": "2019-10-21T16:45:58+00:00"
3632
        },
3633
        {
3634
            "name": "facade/flare-client-php",
3635
            "version": "1.3.2",
3636
            "source": {
3637
                "type": "git",
3638
                "url": "https://github.com/facade/flare-client-php.git",
3639
                "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004"
3640
            },
3641
            "dist": {
3642
                "type": "zip",
3643
                "url": "https://api.github.com/repos/facade/flare-client-php/zipball/db1e03426e7f9472c9ecd1092aff00f56aa6c004",
3644
                "reference": "db1e03426e7f9472c9ecd1092aff00f56aa6c004",
3645
                "shasum": ""
3646
            },
3647
            "require": {
3648
                "facade/ignition-contracts": "~1.0",
3649
                "illuminate/pipeline": "^5.5|^6.0|^7.0",
3650
                "php": "^7.1",
3651
                "symfony/http-foundation": "^3.3|^4.1|^5.0",
3652
                "symfony/var-dumper": "^3.4|^4.0|^5.0"
3653
            },
3654
            "require-dev": {
3655
                "larapack/dd": "^1.1",
3656
                "phpunit/phpunit": "^7.5.16",
3657
                "spatie/phpunit-snapshot-assertions": "^2.0"
3658
            },
3659
            "type": "library",
3660
            "extra": {
3661
                "branch-alias": {
3662
                    "dev-master": "1.0-dev"
3663
                }
3664
            },
3665
            "autoload": {
3666
                "psr-4": {
3667
                    "Facade\\FlareClient\\": "src"
3668
                },
3669
                "files": [
3670
                    "src/helpers.php"
3671
                ]
3672
            },
3673
            "notification-url": "https://packagist.org/downloads/",
3674
            "license": [
3675
                "MIT"
3676
            ],
3677
            "description": "Send PHP errors to Flare",
3678
            "homepage": "https://github.com/facade/flare-client-php",
3679
            "keywords": [
3680
                "exception",
3681
                "facade",
3682
                "flare",
3683
                "reporting"
3684
            ],
3685
            "time": "2020-03-02T15:52:04+00:00"
3686
        },
3687
        {
3688
            "name": "facade/ignition",
3689
            "version": "2.0.1",
3690
            "source": {
3691
                "type": "git",
3692
                "url": "https://github.com/facade/ignition.git",
3693
                "reference": "b8dbf7791c81619161270d580a64a30bad41b832"
3694
            },
3695
            "dist": {
3696
                "type": "zip",
3697
                "url": "https://api.github.com/repos/facade/ignition/zipball/b8dbf7791c81619161270d580a64a30bad41b832",
3698
                "reference": "b8dbf7791c81619161270d580a64a30bad41b832",
3699
                "shasum": ""
3700
            },
3701
            "require": {
3702
                "ext-json": "*",
3703
                "ext-mbstring": "*",
3704
                "facade/flare-client-php": "^1.0",
3705
                "facade/ignition-contracts": "^1.0",
3706
                "filp/whoops": "^2.4",
3707
                "illuminate/support": "^7.0",
3708
                "monolog/monolog": "^2.0",
3709
                "php": "^7.2.5",
3710
                "scrivo/highlight.php": "^9.15",
3711
                "symfony/console": "^5.0",
3712
                "symfony/var-dumper": "^5.0"
3713
            },
3714
            "require-dev": {
3715
                "friendsofphp/php-cs-fixer": "^2.14",
3716
                "mockery/mockery": "^1.3",
3717
                "orchestra/testbench": "5.0"
3718
            },
3719
            "suggest": {
3720
                "laravel/telescope": "^2.0"
3721
            },
3722
            "type": "library",
3723
            "extra": {
3724
                "branch-alias": {
3725
                    "dev-master": "2.x-dev"
3726
                },
3727
                "laravel": {
3728
                    "providers": [
3729
                        "Facade\\Ignition\\IgnitionServiceProvider"
3730
                    ],
3731
                    "aliases": {
3732
                        "Flare": "Facade\\Ignition\\Facades\\Flare"
3733
                    }
3734
                }
3735
            },
3736
            "autoload": {
3737
                "psr-4": {
3738
                    "Facade\\Ignition\\": "src"
3739
                },
3740
                "files": [
3741
                    "src/helpers.php"
3742
                ]
3743
            },
3744
            "notification-url": "https://packagist.org/downloads/",
3745
            "license": [
3746
                "MIT"
3747
            ],
3748
            "description": "A beautiful error page for Laravel applications.",
3749
            "homepage": "https://github.com/facade/ignition",
3750
            "keywords": [
3751
                "error",
3752
                "flare",
3753
                "laravel",
3754
                "page"
3755
            ],
3756
            "time": "2020-03-05T12:32:22+00:00"
3757
        },
3758
        {
3759
            "name": "facade/ignition-contracts",
3760
            "version": "1.0.0",
3761
            "source": {
3762
                "type": "git",
3763
                "url": "https://github.com/facade/ignition-contracts.git",
3764
                "reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
3765
            },
3766
            "dist": {
3767
                "type": "zip",
3768
                "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
3769
                "reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
3770
                "shasum": ""
3771
            },
3772
            "require": {
3773
                "php": "^7.1"
3774
            },
3775
            "type": "library",
3776
            "autoload": {
3777
                "psr-4": {
3778
                    "Facade\\IgnitionContracts\\": "src"
3779
                }
3780
            },
3781
            "notification-url": "https://packagist.org/downloads/",
3782
            "license": [
3783
                "MIT"
3784
            ],
3785
            "authors": [
3786
                {
3787
                    "name": "Freek Van der Herten",
3788
                    "email": "freek@spatie.be",
3789
                    "homepage": "https://flareapp.io",
3790
                    "role": "Developer"
3791
                }
3792
            ],
3793
            "description": "Solution contracts for Ignition",
3794
            "homepage": "https://github.com/facade/ignition-contracts",
3795
            "keywords": [
3796
                "contracts",
3797
                "flare",
3798
                "ignition"
3799
            ],
3800
            "time": "2019-08-30T14:06:08+00:00"
3801
        },
3802
        {
3803
            "name": "filp/whoops",
3804
            "version": "2.7.1",
3805
            "source": {
3806
                "type": "git",
3807
                "url": "https://github.com/filp/whoops.git",
3808
                "reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130"
3809
            },
3810
            "dist": {
3811
                "type": "zip",
3812
                "url": "https://api.github.com/repos/filp/whoops/zipball/fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
3813
                "reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
3814
                "shasum": ""
3815
            },
3816
            "require": {
3817
                "php": "^5.5.9 || ^7.0",
3818
                "psr/log": "^1.0.1"
3819
            },
3820
            "require-dev": {
3821
                "mockery/mockery": "^0.9 || ^1.0",
3822
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
3823
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
3824
            },
3825
            "suggest": {
3826
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
3827
                "whoops/soap": "Formats errors as SOAP responses"
3828
            },
3829
            "type": "library",
3830
            "extra": {
3831
                "branch-alias": {
3832
                    "dev-master": "2.6-dev"
3833
                }
3834
            },
3835
            "autoload": {
3836
                "psr-4": {
3837
                    "Whoops\\": "src/Whoops/"
3838
                }
3839
            },
3840
            "notification-url": "https://packagist.org/downloads/",
3841
            "license": [
3842
                "MIT"
3843
            ],
3844
            "authors": [
3845
                {
3846
                    "name": "Filipe Dobreira",
3847
                    "homepage": "https://github.com/filp",
3848
                    "role": "Developer"
3849
                }
3850
            ],
3851
            "description": "php error handling for cool kids",
3852
            "homepage": "https://filp.github.io/whoops/",
3853
            "keywords": [
3854
                "error",
3855
                "exception",
3856
                "handling",
3857
                "library",
3858
                "throwable",
3859
                "whoops"
3860
            ],
3861
            "time": "2020-01-15T10:00:00+00:00"
3862
        },
3863
        {
3864
            "name": "fzaninotto/faker",
3865
            "version": "v1.9.1",
3866
            "source": {
3867
                "type": "git",
3868
                "url": "https://github.com/fzaninotto/Faker.git",
3869
                "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
3870
            },
3871
            "dist": {
3872
                "type": "zip",
3873
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
3874
                "reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
3875
                "shasum": ""
3876
            },
3877
            "require": {
3878
                "php": "^5.3.3 || ^7.0"
3879
            },
3880
            "require-dev": {
3881
                "ext-intl": "*",
3882
                "phpunit/phpunit": "^4.8.35 || ^5.7",
3883
                "squizlabs/php_codesniffer": "^2.9.2"
3884
            },
3885
            "type": "library",
3886
            "extra": {
3887
                "branch-alias": {
3888
                    "dev-master": "1.9-dev"
3889
                }
3890
            },
3891
            "autoload": {
3892
                "psr-4": {
3893
                    "Faker\\": "src/Faker/"
3894
                }
3895
            },
3896
            "notification-url": "https://packagist.org/downloads/",
3897
            "license": [
3898
                "MIT"
3899
            ],
3900
            "authors": [
3901
                {
3902
                    "name": "François Zaninotto"
3903
                }
3904
            ],
3905
            "description": "Faker is a PHP library that generates fake data for you.",
3906
            "keywords": [
3907
                "data",
3908
                "faker",
3909
                "fixtures"
3910
            ],
3911
            "time": "2019-12-12T13:22:17+00:00"
3912
        },
3913
        {
3914
            "name": "hamcrest/hamcrest-php",
3915
            "version": "v2.0.0",
3916
            "source": {
3917
                "type": "git",
3918
                "url": "https://github.com/hamcrest/hamcrest-php.git",
3919
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3920
            },
3921
            "dist": {
3922
                "type": "zip",
3923
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3924
                "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3925
                "shasum": ""
3926
            },
3927
            "require": {
3928
                "php": "^5.3|^7.0"
3929
            },
3930
            "replace": {
3931
                "cordoval/hamcrest-php": "*",
3932
                "davedevelopment/hamcrest-php": "*",
3933
                "kodova/hamcrest-php": "*"
3934
            },
3935
            "require-dev": {
3936
                "phpunit/php-file-iterator": "1.3.3",
3937
                "phpunit/phpunit": "~4.0",
3938
                "satooshi/php-coveralls": "^1.0"
3939
            },
3940
            "type": "library",
3941
            "extra": {
3942
                "branch-alias": {
3943
                    "dev-master": "2.0-dev"
3944
                }
3945
            },
3946
            "autoload": {
3947
                "classmap": [
3948
                    "hamcrest"
3949
                ]
3950
            },
3951
            "notification-url": "https://packagist.org/downloads/",
3952
            "license": [
3953
                "BSD"
3954
            ],
3955
            "description": "This is the PHP port of Hamcrest Matchers",
3956
            "keywords": [
3957
                "test"
3958
            ],
3959
            "time": "2016-01-20T08:20:44+00:00"
3960
        },
3961
        {
3962
            "name": "mockery/mockery",
3963
            "version": "1.3.1",
3964
            "source": {
3965
                "type": "git",
3966
                "url": "https://github.com/mockery/mockery.git",
3967
                "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be"
3968
            },
3969
            "dist": {
3970
                "type": "zip",
3971
                "url": "https://api.github.com/repos/mockery/mockery/zipball/f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
3972
                "reference": "f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be",
3973
                "shasum": ""
3974
            },
3975
            "require": {
3976
                "hamcrest/hamcrest-php": "~2.0",
3977
                "lib-pcre": ">=7.0",
3978
                "php": ">=5.6.0"
3979
            },
3980
            "require-dev": {
3981
                "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
3982
            },
3983
            "type": "library",
3984
            "extra": {
3985
                "branch-alias": {
3986
                    "dev-master": "1.3.x-dev"
3987
                }
3988
            },
3989
            "autoload": {
3990
                "psr-0": {
3991
                    "Mockery": "library/"
3992
                }
3993
            },
3994
            "notification-url": "https://packagist.org/downloads/",
3995
            "license": [
3996
                "BSD-3-Clause"
3997
            ],
3998
            "authors": [
3999
                {
4000
                    "name": "Pádraic Brady",
4001
                    "email": "padraic.brady@gmail.com",
4002
                    "homepage": "http://blog.astrumfutura.com"
4003
                },
4004
                {
4005
                    "name": "Dave Marshall",
4006
                    "email": "dave.marshall@atstsolutions.co.uk",
4007
                    "homepage": "http://davedevelopment.co.uk"
4008
                }
4009
            ],
4010
            "description": "Mockery is a simple yet flexible PHP mock object framework",
4011
            "homepage": "https://github.com/mockery/mockery",
4012
            "keywords": [
4013
                "BDD",
4014
                "TDD",
4015
                "library",
4016
                "mock",
4017
                "mock objects",
4018
                "mockery",
4019
                "stub",
4020
                "test",
4021
                "test double",
4022
                "testing"
4023
            ],
4024
            "time": "2019-12-26T09:49:15+00:00"
4025
        },
4026
        {
4027
            "name": "myclabs/deep-copy",
4028
            "version": "1.9.5",
4029
            "source": {
4030
                "type": "git",
4031
                "url": "https://github.com/myclabs/DeepCopy.git",
4032
                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
4033
            },
4034
            "dist": {
4035
                "type": "zip",
4036
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
4037
                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
4038
                "shasum": ""
4039
            },
4040
            "require": {
4041
                "php": "^7.1"
4042
            },
4043
            "replace": {
4044
                "myclabs/deep-copy": "self.version"
4045
            },
4046
            "require-dev": {
4047
                "doctrine/collections": "^1.0",
4048
                "doctrine/common": "^2.6",
4049
                "phpunit/phpunit": "^7.1"
4050
            },
4051
            "type": "library",
4052
            "autoload": {
4053
                "psr-4": {
4054
                    "DeepCopy\\": "src/DeepCopy/"
4055
                },
4056
                "files": [
4057
                    "src/DeepCopy/deep_copy.php"
4058
                ]
4059
            },
4060
            "notification-url": "https://packagist.org/downloads/",
4061
            "license": [
4062
                "MIT"
4063
            ],
4064
            "description": "Create deep copies (clones) of your objects",
4065
            "keywords": [
4066
                "clone",
4067
                "copy",
4068
                "duplicate",
4069
                "object",
4070
                "object graph"
4071
            ],
4072
            "time": "2020-01-17T21:11:47+00:00"
4073
        },
4074
        {
4075
            "name": "nunomaduro/collision",
4076
            "version": "v4.1.3",
4077
            "source": {
4078
                "type": "git",
4079
                "url": "https://github.com/nunomaduro/collision.git",
4080
                "reference": "a430bce33d1ad07f756ea6cae9afce9ef8670b42"
4081
            },
4082
            "dist": {
4083
                "type": "zip",
4084
                "url": "https://api.github.com/repos/nunomaduro/collision/zipball/a430bce33d1ad07f756ea6cae9afce9ef8670b42",
4085
                "reference": "a430bce33d1ad07f756ea6cae9afce9ef8670b42",
4086
                "shasum": ""
4087
            },
4088
            "require": {
4089
                "facade/ignition-contracts": "^1.0",
4090
                "filp/whoops": "^2.4",
4091
                "jakub-onderka/php-console-highlighter": "^0.4",
4092
                "php": "^7.2.5",
4093
                "symfony/console": "^5.0"
4094
            },
4095
            "require-dev": {
4096
                "facade/ignition": "^2.0",
4097
                "fideloper/proxy": "^4.2",
4098
                "fruitcake/laravel-cors": "^1.0",
4099
                "laravel/framework": "^7.0",
4100
                "laravel/tinker": "^2.0",
4101
                "nunomaduro/larastan": "^0.5",
4102
                "orchestra/testbench": "^5.0",
4103
                "phpstan/phpstan": "^0.12.3",
4104
                "phpunit/phpunit": "^8.5.1 || ^9.0"
4105
            },
4106
            "type": "library",
4107
            "extra": {
4108
                "laravel": {
4109
                    "providers": [
4110
                        "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
4111
                    ]
4112
                }
4113
            },
4114
            "autoload": {
4115
                "psr-4": {
4116
                    "NunoMaduro\\Collision\\": "src/"
4117
                }
4118
            },
4119
            "notification-url": "https://packagist.org/downloads/",
4120
            "license": [
4121
                "MIT"
4122
            ],
4123
            "authors": [
4124
                {
4125
                    "name": "Nuno Maduro",
4126
                    "email": "enunomaduro@gmail.com"
4127
                }
4128
            ],
4129
            "description": "Cli error handling for console/command-line PHP applications.",
4130
            "keywords": [
4131
                "artisan",
4132
                "cli",
4133
                "command-line",
4134
                "console",
4135
                "error",
4136
                "handling",
4137
                "laravel",
4138
                "laravel-zero",
4139
                "php",
4140
                "symfony"
4141
            ],
4142
            "time": "2020-03-07T12:46:00+00:00"
4143
        },
4144
        {
4145
            "name": "phar-io/manifest",
4146
            "version": "1.0.3",
4147
            "source": {
4148
                "type": "git",
4149
                "url": "https://github.com/phar-io/manifest.git",
4150
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
4151
            },
4152
            "dist": {
4153
                "type": "zip",
4154
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4155
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
4156
                "shasum": ""
4157
            },
4158
            "require": {
4159
                "ext-dom": "*",
4160
                "ext-phar": "*",
4161
                "phar-io/version": "^2.0",
4162
                "php": "^5.6 || ^7.0"
4163
            },
4164
            "type": "library",
4165
            "extra": {
4166
                "branch-alias": {
4167
                    "dev-master": "1.0.x-dev"
4168
                }
4169
            },
4170
            "autoload": {
4171
                "classmap": [
4172
                    "src/"
4173
                ]
4174
            },
4175
            "notification-url": "https://packagist.org/downloads/",
4176
            "license": [
4177
                "BSD-3-Clause"
4178
            ],
4179
            "authors": [
4180
                {
4181
                    "name": "Arne Blankerts",
4182
                    "email": "arne@blankerts.de",
4183
                    "role": "Developer"
4184
                },
4185
                {
4186
                    "name": "Sebastian Heuer",
4187
                    "email": "sebastian@phpeople.de",
4188
                    "role": "Developer"
4189
                },
4190
                {
4191
                    "name": "Sebastian Bergmann",
4192
                    "email": "sebastian@phpunit.de",
4193
                    "role": "Developer"
4194
                }
4195
            ],
4196
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4197
            "time": "2018-07-08T19:23:20+00:00"
4198
        },
4199
        {
4200
            "name": "phar-io/version",
4201
            "version": "2.0.1",
4202
            "source": {
4203
                "type": "git",
4204
                "url": "https://github.com/phar-io/version.git",
4205
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
4206
            },
4207
            "dist": {
4208
                "type": "zip",
4209
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4210
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
4211
                "shasum": ""
4212
            },
4213
            "require": {
4214
                "php": "^5.6 || ^7.0"
4215
            },
4216
            "type": "library",
4217
            "autoload": {
4218
                "classmap": [
4219
                    "src/"
4220
                ]
4221
            },
4222
            "notification-url": "https://packagist.org/downloads/",
4223
            "license": [
4224
                "BSD-3-Clause"
4225
            ],
4226
            "authors": [
4227
                {
4228
                    "name": "Arne Blankerts",
4229
                    "email": "arne@blankerts.de",
4230
                    "role": "Developer"
4231
                },
4232
                {
4233
                    "name": "Sebastian Heuer",
4234
                    "email": "sebastian@phpeople.de",
4235
                    "role": "Developer"
4236
                },
4237
                {
4238
                    "name": "Sebastian Bergmann",
4239
                    "email": "sebastian@phpunit.de",
4240
                    "role": "Developer"
4241
                }
4242
            ],
4243
            "description": "Library for handling version information and constraints",
4244
            "time": "2018-07-08T19:19:57+00:00"
4245
        },
4246
        {
4247
            "name": "phpdocumentor/reflection-common",
4248
            "version": "2.0.0",
4249
            "source": {
4250
                "type": "git",
4251
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4252
                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
4253
            },
4254
            "dist": {
4255
                "type": "zip",
4256
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
4257
                "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
4258
                "shasum": ""
4259
            },
4260
            "require": {
4261
                "php": ">=7.1"
4262
            },
4263
            "require-dev": {
4264
                "phpunit/phpunit": "~6"
4265
            },
4266
            "type": "library",
4267
            "extra": {
4268
                "branch-alias": {
4269
                    "dev-master": "2.x-dev"
4270
                }
4271
            },
4272
            "autoload": {
4273
                "psr-4": {
4274
                    "phpDocumentor\\Reflection\\": "src/"
4275
                }
4276
            },
4277
            "notification-url": "https://packagist.org/downloads/",
4278
            "license": [
4279
                "MIT"
4280
            ],
4281
            "authors": [
4282
                {
4283
                    "name": "Jaap van Otterdijk",
4284
                    "email": "opensource@ijaap.nl"
4285
                }
4286
            ],
4287
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4288
            "homepage": "http://www.phpdoc.org",
4289
            "keywords": [
4290
                "FQSEN",
4291
                "phpDocumentor",
4292
                "phpdoc",
4293
                "reflection",
4294
                "static analysis"
4295
            ],
4296
            "time": "2018-08-07T13:53:10+00:00"
4297
        },
4298
        {
4299
            "name": "phpdocumentor/reflection-docblock",
4300
            "version": "5.1.0",
4301
            "source": {
4302
                "type": "git",
4303
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4304
                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
4305
            },
4306
            "dist": {
4307
                "type": "zip",
4308
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
4309
                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
4310
                "shasum": ""
4311
            },
4312
            "require": {
4313
                "ext-filter": "^7.1",
4314
                "php": "^7.2",
4315
                "phpdocumentor/reflection-common": "^2.0",
4316
                "phpdocumentor/type-resolver": "^1.0",
4317
                "webmozart/assert": "^1"
4318
            },
4319
            "require-dev": {
4320
                "doctrine/instantiator": "^1",
4321
                "mockery/mockery": "^1"
4322
            },
4323
            "type": "library",
4324
            "extra": {
4325
                "branch-alias": {
4326
                    "dev-master": "5.x-dev"
4327
                }
4328
            },
4329
            "autoload": {
4330
                "psr-4": {
4331
                    "phpDocumentor\\Reflection\\": "src"
4332
                }
4333
            },
4334
            "notification-url": "https://packagist.org/downloads/",
4335
            "license": [
4336
                "MIT"
4337
            ],
4338
            "authors": [
4339
                {
4340
                    "name": "Mike van Riel",
4341
                    "email": "me@mikevanriel.com"
4342
                },
4343
                {
4344
                    "name": "Jaap van Otterdijk",
4345
                    "email": "account@ijaap.nl"
4346
                }
4347
            ],
4348
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4349
            "time": "2020-02-22T12:28:44+00:00"
4350
        },
4351
        {
4352
            "name": "phpdocumentor/type-resolver",
4353
            "version": "1.1.0",
4354
            "source": {
4355
                "type": "git",
4356
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
4357
                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
4358
            },
4359
            "dist": {
4360
                "type": "zip",
4361
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
4362
                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
4363
                "shasum": ""
4364
            },
4365
            "require": {
4366
                "php": "^7.2",
4367
                "phpdocumentor/reflection-common": "^2.0"
4368
            },
4369
            "require-dev": {
4370
                "ext-tokenizer": "^7.2",
4371
                "mockery/mockery": "~1"
4372
            },
4373
            "type": "library",
4374
            "extra": {
4375
                "branch-alias": {
4376
                    "dev-master": "1.x-dev"
4377
                }
4378
            },
4379
            "autoload": {
4380
                "psr-4": {
4381
                    "phpDocumentor\\Reflection\\": "src"
4382
                }
4383
            },
4384
            "notification-url": "https://packagist.org/downloads/",
4385
            "license": [
4386
                "MIT"
4387
            ],
4388
            "authors": [
4389
                {
4390
                    "name": "Mike van Riel",
4391
                    "email": "me@mikevanriel.com"
4392
                }
4393
            ],
4394
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4395
            "time": "2020-02-18T18:59:58+00:00"
4396
        },
4397
        {
4398
            "name": "phpspec/prophecy",
4399
            "version": "v1.10.3",
4400
            "source": {
4401
                "type": "git",
4402
                "url": "https://github.com/phpspec/prophecy.git",
4403
                "reference": "451c3cd1418cf640de218914901e51b064abb093"
4404
            },
4405
            "dist": {
4406
                "type": "zip",
4407
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
4408
                "reference": "451c3cd1418cf640de218914901e51b064abb093",
4409
                "shasum": ""
4410
            },
4411
            "require": {
4412
                "doctrine/instantiator": "^1.0.2",
4413
                "php": "^5.3|^7.0",
4414
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
4415
                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
4416
                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
4417
            },
4418
            "require-dev": {
4419
                "phpspec/phpspec": "^2.5 || ^3.2",
4420
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4421
            },
4422
            "type": "library",
4423
            "extra": {
4424
                "branch-alias": {
4425
                    "dev-master": "1.10.x-dev"
4426
                }
4427
            },
4428
            "autoload": {
4429
                "psr-4": {
4430
                    "Prophecy\\": "src/Prophecy"
4431
                }
4432
            },
4433
            "notification-url": "https://packagist.org/downloads/",
4434
            "license": [
4435
                "MIT"
4436
            ],
4437
            "authors": [
4438
                {
4439
                    "name": "Konstantin Kudryashov",
4440
                    "email": "ever.zet@gmail.com",
4441
                    "homepage": "http://everzet.com"
4442
                },
4443
                {
4444
                    "name": "Marcello Duarte",
4445
                    "email": "marcello.duarte@gmail.com"
4446
                }
4447
            ],
4448
            "description": "Highly opinionated mocking framework for PHP 5.3+",
4449
            "homepage": "https://github.com/phpspec/prophecy",
4450
            "keywords": [
4451
                "Double",
4452
                "Dummy",
4453
                "fake",
4454
                "mock",
4455
                "spy",
4456
                "stub"
4457
            ],
4458
            "time": "2020-03-05T15:02:03+00:00"
4459
        },
4460
        {
4461
            "name": "phpunit/php-code-coverage",
4462
            "version": "7.0.10",
4463
            "source": {
4464
                "type": "git",
4465
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4466
                "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
4467
            },
4468
            "dist": {
4469
                "type": "zip",
4470
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
4471
                "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
4472
                "shasum": ""
4473
            },
4474
            "require": {
4475
                "ext-dom": "*",
4476
                "ext-xmlwriter": "*",
4477
                "php": "^7.2",
4478
                "phpunit/php-file-iterator": "^2.0.2",
4479
                "phpunit/php-text-template": "^1.2.1",
4480
                "phpunit/php-token-stream": "^3.1.1",
4481
                "sebastian/code-unit-reverse-lookup": "^1.0.1",
4482
                "sebastian/environment": "^4.2.2",
4483
                "sebastian/version": "^2.0.1",
4484
                "theseer/tokenizer": "^1.1.3"
4485
            },
4486
            "require-dev": {
4487
                "phpunit/phpunit": "^8.2.2"
4488
            },
4489
            "suggest": {
4490
                "ext-xdebug": "^2.7.2"
4491
            },
4492
            "type": "library",
4493
            "extra": {
4494
                "branch-alias": {
4495
                    "dev-master": "7.0-dev"
4496
                }
4497
            },
4498
            "autoload": {
4499
                "classmap": [
4500
                    "src/"
4501
                ]
4502
            },
4503
            "notification-url": "https://packagist.org/downloads/",
4504
            "license": [
4505
                "BSD-3-Clause"
4506
            ],
4507
            "authors": [
4508
                {
4509
                    "name": "Sebastian Bergmann",
4510
                    "email": "sebastian@phpunit.de",
4511
                    "role": "lead"
4512
                }
4513
            ],
4514
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4515
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4516
            "keywords": [
4517
                "coverage",
4518
                "testing",
4519
                "xunit"
4520
            ],
4521
            "time": "2019-11-20T13:55:58+00:00"
4522
        },
4523
        {
4524
            "name": "phpunit/php-file-iterator",
4525
            "version": "2.0.2",
4526
            "source": {
4527
                "type": "git",
4528
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4529
                "reference": "050bedf145a257b1ff02746c31894800e5122946"
4530
            },
4531
            "dist": {
4532
                "type": "zip",
4533
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
4534
                "reference": "050bedf145a257b1ff02746c31894800e5122946",
4535
                "shasum": ""
4536
            },
4537
            "require": {
4538
                "php": "^7.1"
4539
            },
4540
            "require-dev": {
4541
                "phpunit/phpunit": "^7.1"
4542
            },
4543
            "type": "library",
4544
            "extra": {
4545
                "branch-alias": {
4546
                    "dev-master": "2.0.x-dev"
4547
                }
4548
            },
4549
            "autoload": {
4550
                "classmap": [
4551
                    "src/"
4552
                ]
4553
            },
4554
            "notification-url": "https://packagist.org/downloads/",
4555
            "license": [
4556
                "BSD-3-Clause"
4557
            ],
4558
            "authors": [
4559
                {
4560
                    "name": "Sebastian Bergmann",
4561
                    "email": "sebastian@phpunit.de",
4562
                    "role": "lead"
4563
                }
4564
            ],
4565
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4566
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4567
            "keywords": [
4568
                "filesystem",
4569
                "iterator"
4570
            ],
4571
            "time": "2018-09-13T20:33:42+00:00"
4572
        },
4573
        {
4574
            "name": "phpunit/php-text-template",
4575
            "version": "1.2.1",
4576
            "source": {
4577
                "type": "git",
4578
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
4579
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4580
            },
4581
            "dist": {
4582
                "type": "zip",
4583
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4584
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4585
                "shasum": ""
4586
            },
4587
            "require": {
4588
                "php": ">=5.3.3"
4589
            },
4590
            "type": "library",
4591
            "autoload": {
4592
                "classmap": [
4593
                    "src/"
4594
                ]
4595
            },
4596
            "notification-url": "https://packagist.org/downloads/",
4597
            "license": [
4598
                "BSD-3-Clause"
4599
            ],
4600
            "authors": [
4601
                {
4602
                    "name": "Sebastian Bergmann",
4603
                    "email": "sebastian@phpunit.de",
4604
                    "role": "lead"
4605
                }
4606
            ],
4607
            "description": "Simple template engine.",
4608
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4609
            "keywords": [
4610
                "template"
4611
            ],
4612
            "time": "2015-06-21T13:50:34+00:00"
4613
        },
4614
        {
4615
            "name": "phpunit/php-timer",
4616
            "version": "2.1.2",
4617
            "source": {
4618
                "type": "git",
4619
                "url": "https://github.com/sebastianbergmann/php-timer.git",
4620
                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
4621
            },
4622
            "dist": {
4623
                "type": "zip",
4624
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
4625
                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
4626
                "shasum": ""
4627
            },
4628
            "require": {
4629
                "php": "^7.1"
4630
            },
4631
            "require-dev": {
4632
                "phpunit/phpunit": "^7.0"
4633
            },
4634
            "type": "library",
4635
            "extra": {
4636
                "branch-alias": {
4637
                    "dev-master": "2.1-dev"
4638
                }
4639
            },
4640
            "autoload": {
4641
                "classmap": [
4642
                    "src/"
4643
                ]
4644
            },
4645
            "notification-url": "https://packagist.org/downloads/",
4646
            "license": [
4647
                "BSD-3-Clause"
4648
            ],
4649
            "authors": [
4650
                {
4651
                    "name": "Sebastian Bergmann",
4652
                    "email": "sebastian@phpunit.de",
4653
                    "role": "lead"
4654
                }
4655
            ],
4656
            "description": "Utility class for timing",
4657
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
4658
            "keywords": [
4659
                "timer"
4660
            ],
4661
            "time": "2019-06-07T04:22:29+00:00"
4662
        },
4663
        {
4664
            "name": "phpunit/php-token-stream",
4665
            "version": "3.1.1",
4666
            "source": {
4667
                "type": "git",
4668
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4669
                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
4670
            },
4671
            "dist": {
4672
                "type": "zip",
4673
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
4674
                "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
4675
                "shasum": ""
4676
            },
4677
            "require": {
4678
                "ext-tokenizer": "*",
4679
                "php": "^7.1"
4680
            },
4681
            "require-dev": {
4682
                "phpunit/phpunit": "^7.0"
4683
            },
4684
            "type": "library",
4685
            "extra": {
4686
                "branch-alias": {
4687
                    "dev-master": "3.1-dev"
4688
                }
4689
            },
4690
            "autoload": {
4691
                "classmap": [
4692
                    "src/"
4693
                ]
4694
            },
4695
            "notification-url": "https://packagist.org/downloads/",
4696
            "license": [
4697
                "BSD-3-Clause"
4698
            ],
4699
            "authors": [
4700
                {
4701
                    "name": "Sebastian Bergmann",
4702
                    "email": "sebastian@phpunit.de"
4703
                }
4704
            ],
4705
            "description": "Wrapper around PHP's tokenizer extension.",
4706
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4707
            "keywords": [
4708
                "tokenizer"
4709
            ],
4710
            "time": "2019-09-17T06:23:10+00:00"
4711
        },
4712
        {
4713
            "name": "phpunit/phpunit",
4714
            "version": "8.5.2",
4715
            "source": {
4716
                "type": "git",
4717
                "url": "https://github.com/sebastianbergmann/phpunit.git",
4718
                "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0"
4719
            },
4720
            "dist": {
4721
                "type": "zip",
4722
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
4723
                "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
4724
                "shasum": ""
4725
            },
4726
            "require": {
4727
                "doctrine/instantiator": "^1.2.0",
4728
                "ext-dom": "*",
4729
                "ext-json": "*",
4730
                "ext-libxml": "*",
4731
                "ext-mbstring": "*",
4732
                "ext-xml": "*",
4733
                "ext-xmlwriter": "*",
4734
                "myclabs/deep-copy": "^1.9.1",
4735
                "phar-io/manifest": "^1.0.3",
4736
                "phar-io/version": "^2.0.1",
4737
                "php": "^7.2",
4738
                "phpspec/prophecy": "^1.8.1",
4739
                "phpunit/php-code-coverage": "^7.0.7",
4740
                "phpunit/php-file-iterator": "^2.0.2",
4741
                "phpunit/php-text-template": "^1.2.1",
4742
                "phpunit/php-timer": "^2.1.2",
4743
                "sebastian/comparator": "^3.0.2",
4744
                "sebastian/diff": "^3.0.2",
4745
                "sebastian/environment": "^4.2.2",
4746
                "sebastian/exporter": "^3.1.1",
4747
                "sebastian/global-state": "^3.0.0",
4748
                "sebastian/object-enumerator": "^3.0.3",
4749
                "sebastian/resource-operations": "^2.0.1",
4750
                "sebastian/type": "^1.1.3",
4751
                "sebastian/version": "^2.0.1"
4752
            },
4753
            "require-dev": {
4754
                "ext-pdo": "*"
4755
            },
4756
            "suggest": {
4757
                "ext-soap": "*",
4758
                "ext-xdebug": "*",
4759
                "phpunit/php-invoker": "^2.0.0"
4760
            },
4761
            "bin": [
4762
                "phpunit"
4763
            ],
4764
            "type": "library",
4765
            "extra": {
4766
                "branch-alias": {
4767
                    "dev-master": "8.5-dev"
4768
                }
4769
            },
4770
            "autoload": {
4771
                "classmap": [
4772
                    "src/"
4773
                ]
4774
            },
4775
            "notification-url": "https://packagist.org/downloads/",
4776
            "license": [
4777
                "BSD-3-Clause"
4778
            ],
4779
            "authors": [
4780
                {
4781
                    "name": "Sebastian Bergmann",
4782
                    "email": "sebastian@phpunit.de",
4783
                    "role": "lead"
4784
                }
4785
            ],
4786
            "description": "The PHP Unit Testing framework.",
4787
            "homepage": "https://phpunit.de/",
4788
            "keywords": [
4789
                "phpunit",
4790
                "testing",
4791
                "xunit"
4792
            ],
4793
            "time": "2020-01-08T08:49:49+00:00"
4794
        },
4795
        {
4796
            "name": "scrivo/highlight.php",
4797
            "version": "v9.18.1.1",
4798
            "source": {
4799
                "type": "git",
4800
                "url": "https://github.com/scrivo/highlight.php.git",
4801
                "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558"
4802
            },
4803
            "dist": {
4804
                "type": "zip",
4805
                "url": "https://api.github.com/repos/scrivo/highlight.php/zipball/52fc21c99fd888e33aed4879e55a3646f8d40558",
4806
                "reference": "52fc21c99fd888e33aed4879e55a3646f8d40558",
4807
                "shasum": ""
4808
            },
4809
            "require": {
4810
                "ext-json": "*",
4811
                "ext-mbstring": "*",
4812
                "php": ">=5.4"
4813
            },
4814
            "require-dev": {
4815
                "phpunit/phpunit": "^4.8|^5.7",
4816
                "sabberworm/php-css-parser": "^8.3",
4817
                "symfony/finder": "^2.8|^3.4",
4818
                "symfony/var-dumper": "^2.8|^3.4"
4819
            },
4820
            "suggest": {
4821
                "ext-dom": "Needed to make use of the features in the utilities namespace"
4822
            },
4823
            "type": "library",
4824
            "autoload": {
4825
                "psr-0": {
4826
                    "Highlight\\": "",
4827
                    "HighlightUtilities\\": ""
4828
                },
4829
                "files": [
4830
                    "HighlightUtilities/functions.php"
4831
                ]
4832
            },
4833
            "notification-url": "https://packagist.org/downloads/",
4834
            "license": [
4835
                "BSD-3-Clause"
4836
            ],
4837
            "authors": [
4838
                {
4839
                    "name": "Geert Bergman",
4840
                    "homepage": "http://www.scrivo.org/",
4841
                    "role": "Project Author"
4842
                },
4843
                {
4844
                    "name": "Vladimir Jimenez",
4845
                    "homepage": "https://allejo.io",
4846
                    "role": "Maintainer"
4847
                },
4848
                {
4849
                    "name": "Martin Folkers",
4850
                    "homepage": "https://twobrain.io",
4851
                    "role": "Contributor"
4852
                }
4853
            ],
4854
            "description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
4855
            "keywords": [
4856
                "code",
4857
                "highlight",
4858
                "highlight.js",
4859
                "highlight.php",
4860
                "syntax"
4861
            ],
4862
            "time": "2020-03-02T05:59:21+00:00"
4863
        },
4864
        {
4865
            "name": "sebastian/code-unit-reverse-lookup",
4866
            "version": "1.0.1",
4867
            "source": {
4868
                "type": "git",
4869
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4870
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4871
            },
4872
            "dist": {
4873
                "type": "zip",
4874
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4875
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4876
                "shasum": ""
4877
            },
4878
            "require": {
4879
                "php": "^5.6 || ^7.0"
4880
            },
4881
            "require-dev": {
4882
                "phpunit/phpunit": "^5.7 || ^6.0"
4883
            },
4884
            "type": "library",
4885
            "extra": {
4886
                "branch-alias": {
4887
                    "dev-master": "1.0.x-dev"
4888
                }
4889
            },
4890
            "autoload": {
4891
                "classmap": [
4892
                    "src/"
4893
                ]
4894
            },
4895
            "notification-url": "https://packagist.org/downloads/",
4896
            "license": [
4897
                "BSD-3-Clause"
4898
            ],
4899
            "authors": [
4900
                {
4901
                    "name": "Sebastian Bergmann",
4902
                    "email": "sebastian@phpunit.de"
4903
                }
4904
            ],
4905
            "description": "Looks up which function or method a line of code belongs to",
4906
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4907
            "time": "2017-03-04T06:30:41+00:00"
4908
        },
4909
        {
4910
            "name": "sebastian/comparator",
4911
            "version": "3.0.2",
4912
            "source": {
4913
                "type": "git",
4914
                "url": "https://github.com/sebastianbergmann/comparator.git",
4915
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
4916
            },
4917
            "dist": {
4918
                "type": "zip",
4919
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4920
                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
4921
                "shasum": ""
4922
            },
4923
            "require": {
4924
                "php": "^7.1",
4925
                "sebastian/diff": "^3.0",
4926
                "sebastian/exporter": "^3.1"
4927
            },
4928
            "require-dev": {
4929
                "phpunit/phpunit": "^7.1"
4930
            },
4931
            "type": "library",
4932
            "extra": {
4933
                "branch-alias": {
4934
                    "dev-master": "3.0-dev"
4935
                }
4936
            },
4937
            "autoload": {
4938
                "classmap": [
4939
                    "src/"
4940
                ]
4941
            },
4942
            "notification-url": "https://packagist.org/downloads/",
4943
            "license": [
4944
                "BSD-3-Clause"
4945
            ],
4946
            "authors": [
4947
                {
4948
                    "name": "Jeff Welch",
4949
                    "email": "whatthejeff@gmail.com"
4950
                },
4951
                {
4952
                    "name": "Volker Dusch",
4953
                    "email": "github@wallbash.com"
4954
                },
4955
                {
4956
                    "name": "Bernhard Schussek",
4957
                    "email": "bschussek@2bepublished.at"
4958
                },
4959
                {
4960
                    "name": "Sebastian Bergmann",
4961
                    "email": "sebastian@phpunit.de"
4962
                }
4963
            ],
4964
            "description": "Provides the functionality to compare PHP values for equality",
4965
            "homepage": "https://github.com/sebastianbergmann/comparator",
4966
            "keywords": [
4967
                "comparator",
4968
                "compare",
4969
                "equality"
4970
            ],
4971
            "time": "2018-07-12T15:12:46+00:00"
4972
        },
4973
        {
4974
            "name": "sebastian/diff",
4975
            "version": "3.0.2",
4976
            "source": {
4977
                "type": "git",
4978
                "url": "https://github.com/sebastianbergmann/diff.git",
4979
                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
4980
            },
4981
            "dist": {
4982
                "type": "zip",
4983
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4984
                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
4985
                "shasum": ""
4986
            },
4987
            "require": {
4988
                "php": "^7.1"
4989
            },
4990
            "require-dev": {
4991
                "phpunit/phpunit": "^7.5 || ^8.0",
4992
                "symfony/process": "^2 || ^3.3 || ^4"
4993
            },
4994
            "type": "library",
4995
            "extra": {
4996
                "branch-alias": {
4997
                    "dev-master": "3.0-dev"
4998
                }
4999
            },
5000
            "autoload": {
5001
                "classmap": [
5002
                    "src/"
5003
                ]
5004
            },
5005
            "notification-url": "https://packagist.org/downloads/",
5006
            "license": [
5007
                "BSD-3-Clause"
5008
            ],
5009
            "authors": [
5010
                {
5011
                    "name": "Kore Nordmann",
5012
                    "email": "mail@kore-nordmann.de"
5013
                },
5014
                {
5015
                    "name": "Sebastian Bergmann",
5016
                    "email": "sebastian@phpunit.de"
5017
                }
5018
            ],
5019
            "description": "Diff implementation",
5020
            "homepage": "https://github.com/sebastianbergmann/diff",
5021
            "keywords": [
5022
                "diff",
5023
                "udiff",
5024
                "unidiff",
5025
                "unified diff"
5026
            ],
5027
            "time": "2019-02-04T06:01:07+00:00"
5028
        },
5029
        {
5030
            "name": "sebastian/environment",
5031
            "version": "4.2.3",
5032
            "source": {
5033
                "type": "git",
5034
                "url": "https://github.com/sebastianbergmann/environment.git",
5035
                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
5036
            },
5037
            "dist": {
5038
                "type": "zip",
5039
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5040
                "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
5041
                "shasum": ""
5042
            },
5043
            "require": {
5044
                "php": "^7.1"
5045
            },
5046
            "require-dev": {
5047
                "phpunit/phpunit": "^7.5"
5048
            },
5049
            "suggest": {
5050
                "ext-posix": "*"
5051
            },
5052
            "type": "library",
5053
            "extra": {
5054
                "branch-alias": {
5055
                    "dev-master": "4.2-dev"
5056
                }
5057
            },
5058
            "autoload": {
5059
                "classmap": [
5060
                    "src/"
5061
                ]
5062
            },
5063
            "notification-url": "https://packagist.org/downloads/",
5064
            "license": [
5065
                "BSD-3-Clause"
5066
            ],
5067
            "authors": [
5068
                {
5069
                    "name": "Sebastian Bergmann",
5070
                    "email": "sebastian@phpunit.de"
5071
                }
5072
            ],
5073
            "description": "Provides functionality to handle HHVM/PHP environments",
5074
            "homepage": "http://www.github.com/sebastianbergmann/environment",
5075
            "keywords": [
5076
                "Xdebug",
5077
                "environment",
5078
                "hhvm"
5079
            ],
5080
            "time": "2019-11-20T08:46:58+00:00"
5081
        },
5082
        {
5083
            "name": "sebastian/exporter",
5084
            "version": "3.1.2",
5085
            "source": {
5086
                "type": "git",
5087
                "url": "https://github.com/sebastianbergmann/exporter.git",
5088
                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
5089
            },
5090
            "dist": {
5091
                "type": "zip",
5092
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
5093
                "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
5094
                "shasum": ""
5095
            },
5096
            "require": {
5097
                "php": "^7.0",
5098
                "sebastian/recursion-context": "^3.0"
5099
            },
5100
            "require-dev": {
5101
                "ext-mbstring": "*",
5102
                "phpunit/phpunit": "^6.0"
5103
            },
5104
            "type": "library",
5105
            "extra": {
5106
                "branch-alias": {
5107
                    "dev-master": "3.1.x-dev"
5108
                }
5109
            },
5110
            "autoload": {
5111
                "classmap": [
5112
                    "src/"
5113
                ]
5114
            },
5115
            "notification-url": "https://packagist.org/downloads/",
5116
            "license": [
5117
                "BSD-3-Clause"
5118
            ],
5119
            "authors": [
5120
                {
5121
                    "name": "Sebastian Bergmann",
5122
                    "email": "sebastian@phpunit.de"
5123
                },
5124
                {
5125
                    "name": "Jeff Welch",
5126
                    "email": "whatthejeff@gmail.com"
5127
                },
5128
                {
5129
                    "name": "Volker Dusch",
5130
                    "email": "github@wallbash.com"
5131
                },
5132
                {
5133
                    "name": "Adam Harvey",
5134
                    "email": "aharvey@php.net"
5135
                },
5136
                {
5137
                    "name": "Bernhard Schussek",
5138
                    "email": "bschussek@gmail.com"
5139
                }
5140
            ],
5141
            "description": "Provides the functionality to export PHP variables for visualization",
5142
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
5143
            "keywords": [
5144
                "export",
5145
                "exporter"
5146
            ],
5147
            "time": "2019-09-14T09:02:43+00:00"
5148
        },
5149
        {
5150
            "name": "sebastian/global-state",
5151
            "version": "3.0.0",
5152
            "source": {
5153
                "type": "git",
5154
                "url": "https://github.com/sebastianbergmann/global-state.git",
5155
                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
5156
            },
5157
            "dist": {
5158
                "type": "zip",
5159
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
5160
                "reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
5161
                "shasum": ""
5162
            },
5163
            "require": {
5164
                "php": "^7.2",
5165
                "sebastian/object-reflector": "^1.1.1",
5166
                "sebastian/recursion-context": "^3.0"
5167
            },
5168
            "require-dev": {
5169
                "ext-dom": "*",
5170
                "phpunit/phpunit": "^8.0"
5171
            },
5172
            "suggest": {
5173
                "ext-uopz": "*"
5174
            },
5175
            "type": "library",
5176
            "extra": {
5177
                "branch-alias": {
5178
                    "dev-master": "3.0-dev"
5179
                }
5180
            },
5181
            "autoload": {
5182
                "classmap": [
5183
                    "src/"
5184
                ]
5185
            },
5186
            "notification-url": "https://packagist.org/downloads/",
5187
            "license": [
5188
                "BSD-3-Clause"
5189
            ],
5190
            "authors": [
5191
                {
5192
                    "name": "Sebastian Bergmann",
5193
                    "email": "sebastian@phpunit.de"
5194
                }
5195
            ],
5196
            "description": "Snapshotting of global state",
5197
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
5198
            "keywords": [
5199
                "global state"
5200
            ],
5201
            "time": "2019-02-01T05:30:01+00:00"
5202
        },
5203
        {
5204
            "name": "sebastian/object-enumerator",
5205
            "version": "3.0.3",
5206
            "source": {
5207
                "type": "git",
5208
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5209
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
5210
            },
5211
            "dist": {
5212
                "type": "zip",
5213
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5214
                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
5215
                "shasum": ""
5216
            },
5217
            "require": {
5218
                "php": "^7.0",
5219
                "sebastian/object-reflector": "^1.1.1",
5220
                "sebastian/recursion-context": "^3.0"
5221
            },
5222
            "require-dev": {
5223
                "phpunit/phpunit": "^6.0"
5224
            },
5225
            "type": "library",
5226
            "extra": {
5227
                "branch-alias": {
5228
                    "dev-master": "3.0.x-dev"
5229
                }
5230
            },
5231
            "autoload": {
5232
                "classmap": [
5233
                    "src/"
5234
                ]
5235
            },
5236
            "notification-url": "https://packagist.org/downloads/",
5237
            "license": [
5238
                "BSD-3-Clause"
5239
            ],
5240
            "authors": [
5241
                {
5242
                    "name": "Sebastian Bergmann",
5243
                    "email": "sebastian@phpunit.de"
5244
                }
5245
            ],
5246
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5247
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5248
            "time": "2017-08-03T12:35:26+00:00"
5249
        },
5250
        {
5251
            "name": "sebastian/object-reflector",
5252
            "version": "1.1.1",
5253
            "source": {
5254
                "type": "git",
5255
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
5256
                "reference": "773f97c67f28de00d397be301821b06708fca0be"
5257
            },
5258
            "dist": {
5259
                "type": "zip",
5260
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5261
                "reference": "773f97c67f28de00d397be301821b06708fca0be",
5262
                "shasum": ""
5263
            },
5264
            "require": {
5265
                "php": "^7.0"
5266
            },
5267
            "require-dev": {
5268
                "phpunit/phpunit": "^6.0"
5269
            },
5270
            "type": "library",
5271
            "extra": {
5272
                "branch-alias": {
5273
                    "dev-master": "1.1-dev"
5274
                }
5275
            },
5276
            "autoload": {
5277
                "classmap": [
5278
                    "src/"
5279
                ]
5280
            },
5281
            "notification-url": "https://packagist.org/downloads/",
5282
            "license": [
5283
                "BSD-3-Clause"
5284
            ],
5285
            "authors": [
5286
                {
5287
                    "name": "Sebastian Bergmann",
5288
                    "email": "sebastian@phpunit.de"
5289
                }
5290
            ],
5291
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
5292
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5293
            "time": "2017-03-29T09:07:27+00:00"
5294
        },
5295
        {
5296
            "name": "sebastian/recursion-context",
5297
            "version": "3.0.0",
5298
            "source": {
5299
                "type": "git",
5300
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
5301
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5302
            },
5303
            "dist": {
5304
                "type": "zip",
5305
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5306
                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5307
                "shasum": ""
5308
            },
5309
            "require": {
5310
                "php": "^7.0"
5311
            },
5312
            "require-dev": {
5313
                "phpunit/phpunit": "^6.0"
5314
            },
5315
            "type": "library",
5316
            "extra": {
5317
                "branch-alias": {
5318
                    "dev-master": "3.0.x-dev"
5319
                }
5320
            },
5321
            "autoload": {
5322
                "classmap": [
5323
                    "src/"
5324
                ]
5325
            },
5326
            "notification-url": "https://packagist.org/downloads/",
5327
            "license": [
5328
                "BSD-3-Clause"
5329
            ],
5330
            "authors": [
5331
                {
5332
                    "name": "Jeff Welch",
5333
                    "email": "whatthejeff@gmail.com"
5334
                },
5335
                {
5336
                    "name": "Sebastian Bergmann",
5337
                    "email": "sebastian@phpunit.de"
5338
                },
5339
                {
5340
                    "name": "Adam Harvey",
5341
                    "email": "aharvey@php.net"
5342
                }
5343
            ],
5344
            "description": "Provides functionality to recursively process PHP variables",
5345
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5346
            "time": "2017-03-03T06:23:57+00:00"
5347
        },
5348
        {
5349
            "name": "sebastian/resource-operations",
5350
            "version": "2.0.1",
5351
            "source": {
5352
                "type": "git",
5353
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
5354
                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
5355
            },
5356
            "dist": {
5357
                "type": "zip",
5358
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5359
                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
5360
                "shasum": ""
5361
            },
5362
            "require": {
5363
                "php": "^7.1"
5364
            },
5365
            "type": "library",
5366
            "extra": {
5367
                "branch-alias": {
5368
                    "dev-master": "2.0-dev"
5369
                }
5370
            },
5371
            "autoload": {
5372
                "classmap": [
5373
                    "src/"
5374
                ]
5375
            },
5376
            "notification-url": "https://packagist.org/downloads/",
5377
            "license": [
5378
                "BSD-3-Clause"
5379
            ],
5380
            "authors": [
5381
                {
5382
                    "name": "Sebastian Bergmann",
5383
                    "email": "sebastian@phpunit.de"
5384
                }
5385
            ],
5386
            "description": "Provides a list of PHP built-in functions that operate on resources",
5387
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5388
            "time": "2018-10-04T04:07:39+00:00"
5389
        },
5390
        {
5391
            "name": "sebastian/type",
5392
            "version": "1.1.3",
5393
            "source": {
5394
                "type": "git",
5395
                "url": "https://github.com/sebastianbergmann/type.git",
5396
                "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
5397
            },
5398
            "dist": {
5399
                "type": "zip",
5400
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
5401
                "reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
5402
                "shasum": ""
5403
            },
5404
            "require": {
5405
                "php": "^7.2"
5406
            },
5407
            "require-dev": {
5408
                "phpunit/phpunit": "^8.2"
5409
            },
5410
            "type": "library",
5411
            "extra": {
5412
                "branch-alias": {
5413
                    "dev-master": "1.1-dev"
5414
                }
5415
            },
5416
            "autoload": {
5417
                "classmap": [
5418
                    "src/"
5419
                ]
5420
            },
5421
            "notification-url": "https://packagist.org/downloads/",
5422
            "license": [
5423
                "BSD-3-Clause"
5424
            ],
5425
            "authors": [
5426
                {
5427
                    "name": "Sebastian Bergmann",
5428
                    "email": "sebastian@phpunit.de",
5429
                    "role": "lead"
5430
                }
5431
            ],
5432
            "description": "Collection of value objects that represent the types of the PHP type system",
5433
            "homepage": "https://github.com/sebastianbergmann/type",
5434
            "time": "2019-07-02T08:10:15+00:00"
5435
        },
5436
        {
5437
            "name": "sebastian/version",
5438
            "version": "2.0.1",
5439
            "source": {
5440
                "type": "git",
5441
                "url": "https://github.com/sebastianbergmann/version.git",
5442
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5443
            },
5444
            "dist": {
5445
                "type": "zip",
5446
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5447
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5448
                "shasum": ""
5449
            },
5450
            "require": {
5451
                "php": ">=5.6"
5452
            },
5453
            "type": "library",
5454
            "extra": {
5455
                "branch-alias": {
5456
                    "dev-master": "2.0.x-dev"
5457
                }
5458
            },
5459
            "autoload": {
5460
                "classmap": [
5461
                    "src/"
5462
                ]
5463
            },
5464
            "notification-url": "https://packagist.org/downloads/",
5465
            "license": [
5466
                "BSD-3-Clause"
5467
            ],
5468
            "authors": [
5469
                {
5470
                    "name": "Sebastian Bergmann",
5471
                    "email": "sebastian@phpunit.de",
5472
                    "role": "lead"
5473
                }
5474
            ],
5475
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5476
            "homepage": "https://github.com/sebastianbergmann/version",
5477
            "time": "2016-10-03T07:35:21+00:00"
5478
        },
5479
        {
5480
            "name": "theseer/tokenizer",
5481
            "version": "1.1.3",
5482
            "source": {
5483
                "type": "git",
5484
                "url": "https://github.com/theseer/tokenizer.git",
5485
                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
5486
            },
5487
            "dist": {
5488
                "type": "zip",
5489
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
5490
                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
5491
                "shasum": ""
5492
            },
5493
            "require": {
5494
                "ext-dom": "*",
5495
                "ext-tokenizer": "*",
5496
                "ext-xmlwriter": "*",
5497
                "php": "^7.0"
5498
            },
5499
            "type": "library",
5500
            "autoload": {
5501
                "classmap": [
5502
                    "src/"
5503
                ]
5504
            },
5505
            "notification-url": "https://packagist.org/downloads/",
5506
            "license": [
5507
                "BSD-3-Clause"
5508
            ],
5509
            "authors": [
5510
                {
5511
                    "name": "Arne Blankerts",
5512
                    "email": "arne@blankerts.de",
5513
                    "role": "Developer"
5514
                }
5515
            ],
5516
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5517
            "time": "2019-06-13T22:48:21+00:00"
5518
        },
5519
        {
5520
            "name": "webmozart/assert",
5521
            "version": "1.7.0",
5522
            "source": {
5523
                "type": "git",
5524
                "url": "https://github.com/webmozart/assert.git",
5525
                "reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
5526
            },
5527
            "dist": {
5528
                "type": "zip",
5529
                "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
5530
                "reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
5531
                "shasum": ""
5532
            },
5533
            "require": {
5534
                "php": "^5.3.3 || ^7.0",
5535
                "symfony/polyfill-ctype": "^1.8"
5536
            },
5537
            "conflict": {
5538
                "vimeo/psalm": "<3.6.0"
5539
            },
5540
            "require-dev": {
5541
                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
5542
            },
5543
            "type": "library",
5544
            "autoload": {
5545
                "psr-4": {
5546
                    "Webmozart\\Assert\\": "src/"
5547
                }
5548
            },
5549
            "notification-url": "https://packagist.org/downloads/",
5550
            "license": [
5551
                "MIT"
5552
            ],
5553
            "authors": [
5554
                {
5555
                    "name": "Bernhard Schussek",
5556
                    "email": "bschussek@gmail.com"
5557
                }
5558
            ],
5559
            "description": "Assertions to validate method input/output with nice error messages.",
5560
            "keywords": [
5561
                "assert",
5562
                "check",
5563
                "validate"
5564
            ],
5565
            "time": "2020-02-14T12:15:55+00:00"
5566
        }
5567
    ],
5568
    "aliases": [],
5569
    "minimum-stability": "dev",
5570
    "stability-flags": [],
5571
    "prefer-stable": true,
5572
    "prefer-lowest": false,
5573
    "platform": {
5574
        "php": "^7.2.5"
5575
    },
5576
    "platform-dev": []
5577
}
(12-12/17)