Projekt

Obecné

Profil

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