gitlab-telegram-webhook

Форк
0
/
composer.lock 
10037 строк · 360.1 Кб
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": "5dfeeb7cde1c15458fb137a9dffc9dc4",
8
    "packages": [
9
        {
10
            "name": "artisansdk/ratelimiter",
11
            "version": "1.0.3",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/artisansdk/ratelimiter.git",
15
                "reference": "7f2b382e842f2dc339500fbf5ce09468151506d9"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/artisansdk/ratelimiter/zipball/7f2b382e842f2dc339500fbf5ce09468151506d9",
20
                "reference": "7f2b382e842f2dc339500fbf5ce09468151506d9",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "illuminate/contracts": "~5.0|~6.0|~7.0|~8.0|~9.0|~10.0",
25
                "nesbot/carbon": "~1.0|~2.0",
26
                "php": ">=7.0|>=8.0",
27
                "symfony/http-kernel": "~2.6|~3.3|~4.0|~5.0|~6.0"
28
            },
29
            "require-dev": {
30
                "artisansdk/bench": "~1.0.0-rc2"
31
            },
32
            "type": "library",
33
            "autoload": {
34
                "psr-4": {
35
                    "ArtisanSdk\\RateLimiter\\": "src/"
36
                }
37
            },
38
            "notification-url": "https://packagist.org/downloads/",
39
            "license": [
40
                "MIT"
41
            ],
42
            "authors": [
43
                {
44
                    "name": "Daniel LaBarge",
45
                    "email": "daniel@artisanmade.io"
46
                }
47
            ],
48
            "description": "A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.",
49
            "support": {
50
                "issues": "https://github.com/artisansdk/ratelimiter/issues",
51
                "source": "https://github.com/artisansdk/ratelimiter/tree/1.0.3"
52
            },
53
            "time": "2023-02-08T21:24:55+00:00"
54
        },
55
        {
56
            "name": "brick/math",
57
            "version": "0.11.0",
58
            "source": {
59
                "type": "git",
60
                "url": "https://github.com/brick/math.git",
61
                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
62
            },
63
            "dist": {
64
                "type": "zip",
65
                "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
66
                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
67
                "shasum": ""
68
            },
69
            "require": {
70
                "php": "^8.0"
71
            },
72
            "require-dev": {
73
                "php-coveralls/php-coveralls": "^2.2",
74
                "phpunit/phpunit": "^9.0",
75
                "vimeo/psalm": "5.0.0"
76
            },
77
            "type": "library",
78
            "autoload": {
79
                "psr-4": {
80
                    "Brick\\Math\\": "src/"
81
                }
82
            },
83
            "notification-url": "https://packagist.org/downloads/",
84
            "license": [
85
                "MIT"
86
            ],
87
            "description": "Arbitrary-precision arithmetic library",
88
            "keywords": [
89
                "Arbitrary-precision",
90
                "BigInteger",
91
                "BigRational",
92
                "arithmetic",
93
                "bigdecimal",
94
                "bignum",
95
                "brick",
96
                "math"
97
            ],
98
            "support": {
99
                "issues": "https://github.com/brick/math/issues",
100
                "source": "https://github.com/brick/math/tree/0.11.0"
101
            },
102
            "funding": [
103
                {
104
                    "url": "https://github.com/BenMorel",
105
                    "type": "github"
106
                }
107
            ],
108
            "time": "2023-01-15T23:15:59+00:00"
109
        },
110
        {
111
            "name": "carbonphp/carbon-doctrine-types",
112
            "version": "2.1.0",
113
            "source": {
114
                "type": "git",
115
                "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
116
                "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
117
            },
118
            "dist": {
119
                "type": "zip",
120
                "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
121
                "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
122
                "shasum": ""
123
            },
124
            "require": {
125
                "php": "^7.4 || ^8.0"
126
            },
127
            "conflict": {
128
                "doctrine/dbal": "<3.7.0 || >=4.0.0"
129
            },
130
            "require-dev": {
131
                "doctrine/dbal": "^3.7.0",
132
                "nesbot/carbon": "^2.71.0 || ^3.0.0",
133
                "phpunit/phpunit": "^10.3"
134
            },
135
            "type": "library",
136
            "autoload": {
137
                "psr-4": {
138
                    "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
139
                }
140
            },
141
            "notification-url": "https://packagist.org/downloads/",
142
            "license": [
143
                "MIT"
144
            ],
145
            "authors": [
146
                {
147
                    "name": "KyleKatarn",
148
                    "email": "kylekatarnls@gmail.com"
149
                }
150
            ],
151
            "description": "Types to use Carbon in Doctrine",
152
            "keywords": [
153
                "carbon",
154
                "date",
155
                "datetime",
156
                "doctrine",
157
                "time"
158
            ],
159
            "support": {
160
                "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
161
                "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
162
            },
163
            "funding": [
164
                {
165
                    "url": "https://github.com/kylekatarnls",
166
                    "type": "github"
167
                },
168
                {
169
                    "url": "https://opencollective.com/Carbon",
170
                    "type": "open_collective"
171
                },
172
                {
173
                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
174
                    "type": "tidelift"
175
                }
176
            ],
177
            "time": "2023-12-11T17:09:12+00:00"
178
        },
179
        {
180
            "name": "dflydev/dot-access-data",
181
            "version": "v3.0.2",
182
            "source": {
183
                "type": "git",
184
                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
185
                "reference": "f41715465d65213d644d3141a6a93081be5d3549"
186
            },
187
            "dist": {
188
                "type": "zip",
189
                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
190
                "reference": "f41715465d65213d644d3141a6a93081be5d3549",
191
                "shasum": ""
192
            },
193
            "require": {
194
                "php": "^7.1 || ^8.0"
195
            },
196
            "require-dev": {
197
                "phpstan/phpstan": "^0.12.42",
198
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
199
                "scrutinizer/ocular": "1.6.0",
200
                "squizlabs/php_codesniffer": "^3.5",
201
                "vimeo/psalm": "^4.0.0"
202
            },
203
            "type": "library",
204
            "extra": {
205
                "branch-alias": {
206
                    "dev-main": "3.x-dev"
207
                }
208
            },
209
            "autoload": {
210
                "psr-4": {
211
                    "Dflydev\\DotAccessData\\": "src/"
212
                }
213
            },
214
            "notification-url": "https://packagist.org/downloads/",
215
            "license": [
216
                "MIT"
217
            ],
218
            "authors": [
219
                {
220
                    "name": "Dragonfly Development Inc.",
221
                    "email": "info@dflydev.com",
222
                    "homepage": "http://dflydev.com"
223
                },
224
                {
225
                    "name": "Beau Simensen",
226
                    "email": "beau@dflydev.com",
227
                    "homepage": "http://beausimensen.com"
228
                },
229
                {
230
                    "name": "Carlos Frutos",
231
                    "email": "carlos@kiwing.it",
232
                    "homepage": "https://github.com/cfrutos"
233
                },
234
                {
235
                    "name": "Colin O'Dell",
236
                    "email": "colinodell@gmail.com",
237
                    "homepage": "https://www.colinodell.com"
238
                }
239
            ],
240
            "description": "Given a deep data structure, access data by dot notation.",
241
            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
242
            "keywords": [
243
                "access",
244
                "data",
245
                "dot",
246
                "notation"
247
            ],
248
            "support": {
249
                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
250
                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
251
            },
252
            "time": "2022-10-27T11:44:00+00:00"
253
        },
254
        {
255
            "name": "doctrine/inflector",
256
            "version": "2.0.9",
257
            "source": {
258
                "type": "git",
259
                "url": "https://github.com/doctrine/inflector.git",
260
                "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65"
261
            },
262
            "dist": {
263
                "type": "zip",
264
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65",
265
                "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65",
266
                "shasum": ""
267
            },
268
            "require": {
269
                "php": "^7.2 || ^8.0"
270
            },
271
            "require-dev": {
272
                "doctrine/coding-standard": "^11.0",
273
                "phpstan/phpstan": "^1.8",
274
                "phpstan/phpstan-phpunit": "^1.1",
275
                "phpstan/phpstan-strict-rules": "^1.3",
276
                "phpunit/phpunit": "^8.5 || ^9.5",
277
                "vimeo/psalm": "^4.25 || ^5.4"
278
            },
279
            "type": "library",
280
            "autoload": {
281
                "psr-4": {
282
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
283
                }
284
            },
285
            "notification-url": "https://packagist.org/downloads/",
286
            "license": [
287
                "MIT"
288
            ],
289
            "authors": [
290
                {
291
                    "name": "Guilherme Blanco",
292
                    "email": "guilhermeblanco@gmail.com"
293
                },
294
                {
295
                    "name": "Roman Borschel",
296
                    "email": "roman@code-factory.org"
297
                },
298
                {
299
                    "name": "Benjamin Eberlei",
300
                    "email": "kontakt@beberlei.de"
301
                },
302
                {
303
                    "name": "Jonathan Wage",
304
                    "email": "jonwage@gmail.com"
305
                },
306
                {
307
                    "name": "Johannes Schmitt",
308
                    "email": "schmittjoh@gmail.com"
309
                }
310
            ],
311
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
312
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
313
            "keywords": [
314
                "inflection",
315
                "inflector",
316
                "lowercase",
317
                "manipulation",
318
                "php",
319
                "plural",
320
                "singular",
321
                "strings",
322
                "uppercase",
323
                "words"
324
            ],
325
            "support": {
326
                "issues": "https://github.com/doctrine/inflector/issues",
327
                "source": "https://github.com/doctrine/inflector/tree/2.0.9"
328
            },
329
            "funding": [
330
                {
331
                    "url": "https://www.doctrine-project.org/sponsorship.html",
332
                    "type": "custom"
333
                },
334
                {
335
                    "url": "https://www.patreon.com/phpdoctrine",
336
                    "type": "patreon"
337
                },
338
                {
339
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
340
                    "type": "tidelift"
341
                }
342
            ],
343
            "time": "2024-01-15T18:05:13+00:00"
344
        },
345
        {
346
            "name": "doctrine/lexer",
347
            "version": "3.0.0",
348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/doctrine/lexer.git",
351
                "reference": "84a527db05647743d50373e0ec53a152f2cde568"
352
            },
353
            "dist": {
354
                "type": "zip",
355
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
356
                "reference": "84a527db05647743d50373e0ec53a152f2cde568",
357
                "shasum": ""
358
            },
359
            "require": {
360
                "php": "^8.1"
361
            },
362
            "require-dev": {
363
                "doctrine/coding-standard": "^10",
364
                "phpstan/phpstan": "^1.9",
365
                "phpunit/phpunit": "^9.5",
366
                "psalm/plugin-phpunit": "^0.18.3",
367
                "vimeo/psalm": "^5.0"
368
            },
369
            "type": "library",
370
            "autoload": {
371
                "psr-4": {
372
                    "Doctrine\\Common\\Lexer\\": "src"
373
                }
374
            },
375
            "notification-url": "https://packagist.org/downloads/",
376
            "license": [
377
                "MIT"
378
            ],
379
            "authors": [
380
                {
381
                    "name": "Guilherme Blanco",
382
                    "email": "guilhermeblanco@gmail.com"
383
                },
384
                {
385
                    "name": "Roman Borschel",
386
                    "email": "roman@code-factory.org"
387
                },
388
                {
389
                    "name": "Johannes Schmitt",
390
                    "email": "schmittjoh@gmail.com"
391
                }
392
            ],
393
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
394
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
395
            "keywords": [
396
                "annotations",
397
                "docblock",
398
                "lexer",
399
                "parser",
400
                "php"
401
            ],
402
            "support": {
403
                "issues": "https://github.com/doctrine/lexer/issues",
404
                "source": "https://github.com/doctrine/lexer/tree/3.0.0"
405
            },
406
            "funding": [
407
                {
408
                    "url": "https://www.doctrine-project.org/sponsorship.html",
409
                    "type": "custom"
410
                },
411
                {
412
                    "url": "https://www.patreon.com/phpdoctrine",
413
                    "type": "patreon"
414
                },
415
                {
416
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
417
                    "type": "tidelift"
418
                }
419
            ],
420
            "time": "2022-12-15T16:57:16+00:00"
421
        },
422
        {
423
            "name": "dragonmantank/cron-expression",
424
            "version": "v3.3.3",
425
            "source": {
426
                "type": "git",
427
                "url": "https://github.com/dragonmantank/cron-expression.git",
428
                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
429
            },
430
            "dist": {
431
                "type": "zip",
432
                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
433
                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
434
                "shasum": ""
435
            },
436
            "require": {
437
                "php": "^7.2|^8.0",
438
                "webmozart/assert": "^1.0"
439
            },
440
            "replace": {
441
                "mtdowling/cron-expression": "^1.0"
442
            },
443
            "require-dev": {
444
                "phpstan/extension-installer": "^1.0",
445
                "phpstan/phpstan": "^1.0",
446
                "phpstan/phpstan-webmozart-assert": "^1.0",
447
                "phpunit/phpunit": "^7.0|^8.0|^9.0"
448
            },
449
            "type": "library",
450
            "autoload": {
451
                "psr-4": {
452
                    "Cron\\": "src/Cron/"
453
                }
454
            },
455
            "notification-url": "https://packagist.org/downloads/",
456
            "license": [
457
                "MIT"
458
            ],
459
            "authors": [
460
                {
461
                    "name": "Chris Tankersley",
462
                    "email": "chris@ctankersley.com",
463
                    "homepage": "https://github.com/dragonmantank"
464
                }
465
            ],
466
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
467
            "keywords": [
468
                "cron",
469
                "schedule"
470
            ],
471
            "support": {
472
                "issues": "https://github.com/dragonmantank/cron-expression/issues",
473
                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
474
            },
475
            "funding": [
476
                {
477
                    "url": "https://github.com/dragonmantank",
478
                    "type": "github"
479
                }
480
            ],
481
            "time": "2023-08-10T19:36:49+00:00"
482
        },
483
        {
484
            "name": "egulias/email-validator",
485
            "version": "4.0.2",
486
            "source": {
487
                "type": "git",
488
                "url": "https://github.com/egulias/EmailValidator.git",
489
                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
490
            },
491
            "dist": {
492
                "type": "zip",
493
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
494
                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
495
                "shasum": ""
496
            },
497
            "require": {
498
                "doctrine/lexer": "^2.0 || ^3.0",
499
                "php": ">=8.1",
500
                "symfony/polyfill-intl-idn": "^1.26"
501
            },
502
            "require-dev": {
503
                "phpunit/phpunit": "^10.2",
504
                "vimeo/psalm": "^5.12"
505
            },
506
            "suggest": {
507
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
508
            },
509
            "type": "library",
510
            "extra": {
511
                "branch-alias": {
512
                    "dev-master": "4.0.x-dev"
513
                }
514
            },
515
            "autoload": {
516
                "psr-4": {
517
                    "Egulias\\EmailValidator\\": "src"
518
                }
519
            },
520
            "notification-url": "https://packagist.org/downloads/",
521
            "license": [
522
                "MIT"
523
            ],
524
            "authors": [
525
                {
526
                    "name": "Eduardo Gulias Davis"
527
                }
528
            ],
529
            "description": "A library for validating emails against several RFCs",
530
            "homepage": "https://github.com/egulias/EmailValidator",
531
            "keywords": [
532
                "email",
533
                "emailvalidation",
534
                "emailvalidator",
535
                "validation",
536
                "validator"
537
            ],
538
            "support": {
539
                "issues": "https://github.com/egulias/EmailValidator/issues",
540
                "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
541
            },
542
            "funding": [
543
                {
544
                    "url": "https://github.com/egulias",
545
                    "type": "github"
546
                }
547
            ],
548
            "time": "2023-10-06T06:47:41+00:00"
549
        },
550
        {
551
            "name": "fruitcake/php-cors",
552
            "version": "v1.3.0",
553
            "source": {
554
                "type": "git",
555
                "url": "https://github.com/fruitcake/php-cors.git",
556
                "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
557
            },
558
            "dist": {
559
                "type": "zip",
560
                "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
561
                "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
562
                "shasum": ""
563
            },
564
            "require": {
565
                "php": "^7.4|^8.0",
566
                "symfony/http-foundation": "^4.4|^5.4|^6|^7"
567
            },
568
            "require-dev": {
569
                "phpstan/phpstan": "^1.4",
570
                "phpunit/phpunit": "^9",
571
                "squizlabs/php_codesniffer": "^3.5"
572
            },
573
            "type": "library",
574
            "extra": {
575
                "branch-alias": {
576
                    "dev-master": "1.2-dev"
577
                }
578
            },
579
            "autoload": {
580
                "psr-4": {
581
                    "Fruitcake\\Cors\\": "src/"
582
                }
583
            },
584
            "notification-url": "https://packagist.org/downloads/",
585
            "license": [
586
                "MIT"
587
            ],
588
            "authors": [
589
                {
590
                    "name": "Fruitcake",
591
                    "homepage": "https://fruitcake.nl"
592
                },
593
                {
594
                    "name": "Barryvdh",
595
                    "email": "barryvdh@gmail.com"
596
                }
597
            ],
598
            "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
599
            "homepage": "https://github.com/fruitcake/php-cors",
600
            "keywords": [
601
                "cors",
602
                "laravel",
603
                "symfony"
604
            ],
605
            "support": {
606
                "issues": "https://github.com/fruitcake/php-cors/issues",
607
                "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
608
            },
609
            "funding": [
610
                {
611
                    "url": "https://fruitcake.nl",
612
                    "type": "custom"
613
                },
614
                {
615
                    "url": "https://github.com/barryvdh",
616
                    "type": "github"
617
                }
618
            ],
619
            "time": "2023-10-12T05:21:21+00:00"
620
        },
621
        {
622
            "name": "graham-campbell/result-type",
623
            "version": "v1.1.2",
624
            "source": {
625
                "type": "git",
626
                "url": "https://github.com/GrahamCampbell/Result-Type.git",
627
                "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
628
            },
629
            "dist": {
630
                "type": "zip",
631
                "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
632
                "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
633
                "shasum": ""
634
            },
635
            "require": {
636
                "php": "^7.2.5 || ^8.0",
637
                "phpoption/phpoption": "^1.9.2"
638
            },
639
            "require-dev": {
640
                "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
641
            },
642
            "type": "library",
643
            "autoload": {
644
                "psr-4": {
645
                    "GrahamCampbell\\ResultType\\": "src/"
646
                }
647
            },
648
            "notification-url": "https://packagist.org/downloads/",
649
            "license": [
650
                "MIT"
651
            ],
652
            "authors": [
653
                {
654
                    "name": "Graham Campbell",
655
                    "email": "hello@gjcampbell.co.uk",
656
                    "homepage": "https://github.com/GrahamCampbell"
657
                }
658
            ],
659
            "description": "An Implementation Of The Result Type",
660
            "keywords": [
661
                "Graham Campbell",
662
                "GrahamCampbell",
663
                "Result Type",
664
                "Result-Type",
665
                "result"
666
            ],
667
            "support": {
668
                "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
669
                "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
670
            },
671
            "funding": [
672
                {
673
                    "url": "https://github.com/GrahamCampbell",
674
                    "type": "github"
675
                },
676
                {
677
                    "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
678
                    "type": "tidelift"
679
                }
680
            ],
681
            "time": "2023-11-12T22:16:48+00:00"
682
        },
683
        {
684
            "name": "graylog2/gelf-php",
685
            "version": "2.0.1",
686
            "source": {
687
                "type": "git",
688
                "url": "https://github.com/bzikarsky/gelf-php.git",
689
                "reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f"
690
            },
691
            "dist": {
692
                "type": "zip",
693
                "url": "https://api.github.com/repos/bzikarsky/gelf-php/zipball/29ef48fa6eac6c8787b588949483f1739c57ad4f",
694
                "reference": "29ef48fa6eac6c8787b588949483f1739c57ad4f",
695
                "shasum": ""
696
            },
697
            "require": {
698
                "php": ">=8.0",
699
                "psr/log": "^1|^2|^3"
700
            },
701
            "provide": {
702
                "psr/log-implementation": "3.0.0"
703
            },
704
            "require-dev": {
705
                "phpunit/phpunit": "^9.6|^10.1",
706
                "squizlabs/php_codesniffer": "^3.6",
707
                "vimeo/psalm": "^5.11"
708
            },
709
            "type": "library",
710
            "autoload": {
711
                "psr-4": {
712
                    "Gelf\\": "src/Gelf"
713
                }
714
            },
715
            "notification-url": "https://packagist.org/downloads/",
716
            "license": [
717
                "MIT"
718
            ],
719
            "authors": [
720
                {
721
                    "name": "Benjamin Zikarsky",
722
                    "email": "benjamin@familie-zikarsky.de"
723
                },
724
                {
725
                    "name": "gelf-php contributors",
726
                    "homepage": "https://github.com/bzikarsky/gelf-php/contributors"
727
                }
728
            ],
729
            "description": "A php implementation to send log-messages to a GELF compatible backend like Graylog2.",
730
            "support": {
731
                "issues": "https://github.com/bzikarsky/gelf-php/issues",
732
                "source": "https://github.com/bzikarsky/gelf-php/tree/2.0.1"
733
            },
734
            "time": "2023-05-23T14:45:24+00:00"
735
        },
736
        {
737
            "name": "guzzlehttp/guzzle",
738
            "version": "7.8.1",
739
            "source": {
740
                "type": "git",
741
                "url": "https://github.com/guzzle/guzzle.git",
742
                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
743
            },
744
            "dist": {
745
                "type": "zip",
746
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
747
                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
748
                "shasum": ""
749
            },
750
            "require": {
751
                "ext-json": "*",
752
                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
753
                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
754
                "php": "^7.2.5 || ^8.0",
755
                "psr/http-client": "^1.0",
756
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
757
            },
758
            "provide": {
759
                "psr/http-client-implementation": "1.0"
760
            },
761
            "require-dev": {
762
                "bamarni/composer-bin-plugin": "^1.8.2",
763
                "ext-curl": "*",
764
                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
765
                "php-http/message-factory": "^1.1",
766
                "phpunit/phpunit": "^8.5.36 || ^9.6.15",
767
                "psr/log": "^1.1 || ^2.0 || ^3.0"
768
            },
769
            "suggest": {
770
                "ext-curl": "Required for CURL handler support",
771
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
772
                "psr/log": "Required for using the Log middleware"
773
            },
774
            "type": "library",
775
            "extra": {
776
                "bamarni-bin": {
777
                    "bin-links": true,
778
                    "forward-command": false
779
                }
780
            },
781
            "autoload": {
782
                "files": [
783
                    "src/functions_include.php"
784
                ],
785
                "psr-4": {
786
                    "GuzzleHttp\\": "src/"
787
                }
788
            },
789
            "notification-url": "https://packagist.org/downloads/",
790
            "license": [
791
                "MIT"
792
            ],
793
            "authors": [
794
                {
795
                    "name": "Graham Campbell",
796
                    "email": "hello@gjcampbell.co.uk",
797
                    "homepage": "https://github.com/GrahamCampbell"
798
                },
799
                {
800
                    "name": "Michael Dowling",
801
                    "email": "mtdowling@gmail.com",
802
                    "homepage": "https://github.com/mtdowling"
803
                },
804
                {
805
                    "name": "Jeremy Lindblom",
806
                    "email": "jeremeamia@gmail.com",
807
                    "homepage": "https://github.com/jeremeamia"
808
                },
809
                {
810
                    "name": "George Mponos",
811
                    "email": "gmponos@gmail.com",
812
                    "homepage": "https://github.com/gmponos"
813
                },
814
                {
815
                    "name": "Tobias Nyholm",
816
                    "email": "tobias.nyholm@gmail.com",
817
                    "homepage": "https://github.com/Nyholm"
818
                },
819
                {
820
                    "name": "Márk Sági-Kazár",
821
                    "email": "mark.sagikazar@gmail.com",
822
                    "homepage": "https://github.com/sagikazarmark"
823
                },
824
                {
825
                    "name": "Tobias Schultze",
826
                    "email": "webmaster@tubo-world.de",
827
                    "homepage": "https://github.com/Tobion"
828
                }
829
            ],
830
            "description": "Guzzle is a PHP HTTP client library",
831
            "keywords": [
832
                "client",
833
                "curl",
834
                "framework",
835
                "http",
836
                "http client",
837
                "psr-18",
838
                "psr-7",
839
                "rest",
840
                "web service"
841
            ],
842
            "support": {
843
                "issues": "https://github.com/guzzle/guzzle/issues",
844
                "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
845
            },
846
            "funding": [
847
                {
848
                    "url": "https://github.com/GrahamCampbell",
849
                    "type": "github"
850
                },
851
                {
852
                    "url": "https://github.com/Nyholm",
853
                    "type": "github"
854
                },
855
                {
856
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
857
                    "type": "tidelift"
858
                }
859
            ],
860
            "time": "2023-12-03T20:35:24+00:00"
861
        },
862
        {
863
            "name": "guzzlehttp/promises",
864
            "version": "2.0.2",
865
            "source": {
866
                "type": "git",
867
                "url": "https://github.com/guzzle/promises.git",
868
                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
869
            },
870
            "dist": {
871
                "type": "zip",
872
                "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
873
                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
874
                "shasum": ""
875
            },
876
            "require": {
877
                "php": "^7.2.5 || ^8.0"
878
            },
879
            "require-dev": {
880
                "bamarni/composer-bin-plugin": "^1.8.2",
881
                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
882
            },
883
            "type": "library",
884
            "extra": {
885
                "bamarni-bin": {
886
                    "bin-links": true,
887
                    "forward-command": false
888
                }
889
            },
890
            "autoload": {
891
                "psr-4": {
892
                    "GuzzleHttp\\Promise\\": "src/"
893
                }
894
            },
895
            "notification-url": "https://packagist.org/downloads/",
896
            "license": [
897
                "MIT"
898
            ],
899
            "authors": [
900
                {
901
                    "name": "Graham Campbell",
902
                    "email": "hello@gjcampbell.co.uk",
903
                    "homepage": "https://github.com/GrahamCampbell"
904
                },
905
                {
906
                    "name": "Michael Dowling",
907
                    "email": "mtdowling@gmail.com",
908
                    "homepage": "https://github.com/mtdowling"
909
                },
910
                {
911
                    "name": "Tobias Nyholm",
912
                    "email": "tobias.nyholm@gmail.com",
913
                    "homepage": "https://github.com/Nyholm"
914
                },
915
                {
916
                    "name": "Tobias Schultze",
917
                    "email": "webmaster@tubo-world.de",
918
                    "homepage": "https://github.com/Tobion"
919
                }
920
            ],
921
            "description": "Guzzle promises library",
922
            "keywords": [
923
                "promise"
924
            ],
925
            "support": {
926
                "issues": "https://github.com/guzzle/promises/issues",
927
                "source": "https://github.com/guzzle/promises/tree/2.0.2"
928
            },
929
            "funding": [
930
                {
931
                    "url": "https://github.com/GrahamCampbell",
932
                    "type": "github"
933
                },
934
                {
935
                    "url": "https://github.com/Nyholm",
936
                    "type": "github"
937
                },
938
                {
939
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
940
                    "type": "tidelift"
941
                }
942
            ],
943
            "time": "2023-12-03T20:19:20+00:00"
944
        },
945
        {
946
            "name": "guzzlehttp/psr7",
947
            "version": "2.6.2",
948
            "source": {
949
                "type": "git",
950
                "url": "https://github.com/guzzle/psr7.git",
951
                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
952
            },
953
            "dist": {
954
                "type": "zip",
955
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
956
                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
957
                "shasum": ""
958
            },
959
            "require": {
960
                "php": "^7.2.5 || ^8.0",
961
                "psr/http-factory": "^1.0",
962
                "psr/http-message": "^1.1 || ^2.0",
963
                "ralouphie/getallheaders": "^3.0"
964
            },
965
            "provide": {
966
                "psr/http-factory-implementation": "1.0",
967
                "psr/http-message-implementation": "1.0"
968
            },
969
            "require-dev": {
970
                "bamarni/composer-bin-plugin": "^1.8.2",
971
                "http-interop/http-factory-tests": "^0.9",
972
                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
973
            },
974
            "suggest": {
975
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
976
            },
977
            "type": "library",
978
            "extra": {
979
                "bamarni-bin": {
980
                    "bin-links": true,
981
                    "forward-command": false
982
                }
983
            },
984
            "autoload": {
985
                "psr-4": {
986
                    "GuzzleHttp\\Psr7\\": "src/"
987
                }
988
            },
989
            "notification-url": "https://packagist.org/downloads/",
990
            "license": [
991
                "MIT"
992
            ],
993
            "authors": [
994
                {
995
                    "name": "Graham Campbell",
996
                    "email": "hello@gjcampbell.co.uk",
997
                    "homepage": "https://github.com/GrahamCampbell"
998
                },
999
                {
1000
                    "name": "Michael Dowling",
1001
                    "email": "mtdowling@gmail.com",
1002
                    "homepage": "https://github.com/mtdowling"
1003
                },
1004
                {
1005
                    "name": "George Mponos",
1006
                    "email": "gmponos@gmail.com",
1007
                    "homepage": "https://github.com/gmponos"
1008
                },
1009
                {
1010
                    "name": "Tobias Nyholm",
1011
                    "email": "tobias.nyholm@gmail.com",
1012
                    "homepage": "https://github.com/Nyholm"
1013
                },
1014
                {
1015
                    "name": "Márk Sági-Kazár",
1016
                    "email": "mark.sagikazar@gmail.com",
1017
                    "homepage": "https://github.com/sagikazarmark"
1018
                },
1019
                {
1020
                    "name": "Tobias Schultze",
1021
                    "email": "webmaster@tubo-world.de",
1022
                    "homepage": "https://github.com/Tobion"
1023
                },
1024
                {
1025
                    "name": "Márk Sági-Kazár",
1026
                    "email": "mark.sagikazar@gmail.com",
1027
                    "homepage": "https://sagikazarmark.hu"
1028
                }
1029
            ],
1030
            "description": "PSR-7 message implementation that also provides common utility methods",
1031
            "keywords": [
1032
                "http",
1033
                "message",
1034
                "psr-7",
1035
                "request",
1036
                "response",
1037
                "stream",
1038
                "uri",
1039
                "url"
1040
            ],
1041
            "support": {
1042
                "issues": "https://github.com/guzzle/psr7/issues",
1043
                "source": "https://github.com/guzzle/psr7/tree/2.6.2"
1044
            },
1045
            "funding": [
1046
                {
1047
                    "url": "https://github.com/GrahamCampbell",
1048
                    "type": "github"
1049
                },
1050
                {
1051
                    "url": "https://github.com/Nyholm",
1052
                    "type": "github"
1053
                },
1054
                {
1055
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1056
                    "type": "tidelift"
1057
                }
1058
            ],
1059
            "time": "2023-12-03T20:05:35+00:00"
1060
        },
1061
        {
1062
            "name": "guzzlehttp/uri-template",
1063
            "version": "v1.0.3",
1064
            "source": {
1065
                "type": "git",
1066
                "url": "https://github.com/guzzle/uri-template.git",
1067
                "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
1068
            },
1069
            "dist": {
1070
                "type": "zip",
1071
                "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
1072
                "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
1073
                "shasum": ""
1074
            },
1075
            "require": {
1076
                "php": "^7.2.5 || ^8.0",
1077
                "symfony/polyfill-php80": "^1.24"
1078
            },
1079
            "require-dev": {
1080
                "bamarni/composer-bin-plugin": "^1.8.2",
1081
                "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1082
                "uri-template/tests": "1.0.0"
1083
            },
1084
            "type": "library",
1085
            "extra": {
1086
                "bamarni-bin": {
1087
                    "bin-links": true,
1088
                    "forward-command": false
1089
                }
1090
            },
1091
            "autoload": {
1092
                "psr-4": {
1093
                    "GuzzleHttp\\UriTemplate\\": "src"
1094
                }
1095
            },
1096
            "notification-url": "https://packagist.org/downloads/",
1097
            "license": [
1098
                "MIT"
1099
            ],
1100
            "authors": [
1101
                {
1102
                    "name": "Graham Campbell",
1103
                    "email": "hello@gjcampbell.co.uk",
1104
                    "homepage": "https://github.com/GrahamCampbell"
1105
                },
1106
                {
1107
                    "name": "Michael Dowling",
1108
                    "email": "mtdowling@gmail.com",
1109
                    "homepage": "https://github.com/mtdowling"
1110
                },
1111
                {
1112
                    "name": "George Mponos",
1113
                    "email": "gmponos@gmail.com",
1114
                    "homepage": "https://github.com/gmponos"
1115
                },
1116
                {
1117
                    "name": "Tobias Nyholm",
1118
                    "email": "tobias.nyholm@gmail.com",
1119
                    "homepage": "https://github.com/Nyholm"
1120
                }
1121
            ],
1122
            "description": "A polyfill class for uri_template of PHP",
1123
            "keywords": [
1124
                "guzzlehttp",
1125
                "uri-template"
1126
            ],
1127
            "support": {
1128
                "issues": "https://github.com/guzzle/uri-template/issues",
1129
                "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
1130
            },
1131
            "funding": [
1132
                {
1133
                    "url": "https://github.com/GrahamCampbell",
1134
                    "type": "github"
1135
                },
1136
                {
1137
                    "url": "https://github.com/Nyholm",
1138
                    "type": "github"
1139
                },
1140
                {
1141
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
1142
                    "type": "tidelift"
1143
                }
1144
            ],
1145
            "time": "2023-12-03T19:50:20+00:00"
1146
        },
1147
        {
1148
            "name": "hedii/laravel-gelf-logger",
1149
            "version": "8.1.1",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/hedii/laravel-gelf-logger.git",
1153
                "reference": "90c80b7eb5bc3dcd5694770a4d5c44c7173b2194"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/hedii/laravel-gelf-logger/zipball/90c80b7eb5bc3dcd5694770a4d5c44c7173b2194",
1158
                "reference": "90c80b7eb5bc3dcd5694770a4d5c44c7173b2194",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "graylog2/gelf-php": "^2.0",
1163
                "illuminate/log": "^10.0",
1164
                "php": "^8.1"
1165
            },
1166
            "require-dev": {
1167
                "orchestra/testbench": "^8.0"
1168
            },
1169
            "type": "library",
1170
            "autoload": {
1171
                "psr-4": {
1172
                    "Hedii\\LaravelGelfLogger\\": "src/"
1173
                }
1174
            },
1175
            "notification-url": "https://packagist.org/downloads/",
1176
            "license": [
1177
                "MIT"
1178
            ],
1179
            "authors": [
1180
                {
1181
                    "name": "hedii",
1182
                    "homepage": "https://hedichaibi.com"
1183
                }
1184
            ],
1185
            "description": "A Laravel package to send logs to a gelf compatible backend like graylog",
1186
            "keywords": [
1187
                "gelf",
1188
                "graylog",
1189
                "graylog2",
1190
                "hedii",
1191
                "laravel",
1192
                "laravel-gelf",
1193
                "log",
1194
                "logging",
1195
                "php",
1196
                "udp"
1197
            ],
1198
            "support": {
1199
                "issues": "https://github.com/hedii/laravel-gelf-logger/issues",
1200
                "source": "https://github.com/hedii/laravel-gelf-logger"
1201
            },
1202
            "time": "2023-08-14T19:20:53+00:00"
1203
        },
1204
        {
1205
            "name": "laravel/framework",
1206
            "version": "v10.41.0",
1207
            "source": {
1208
                "type": "git",
1209
                "url": "https://github.com/laravel/framework.git",
1210
                "reference": "da31969bd35e6ee0bbcd9e876f88952dc754b012"
1211
            },
1212
            "dist": {
1213
                "type": "zip",
1214
                "url": "https://api.github.com/repos/laravel/framework/zipball/da31969bd35e6ee0bbcd9e876f88952dc754b012",
1215
                "reference": "da31969bd35e6ee0bbcd9e876f88952dc754b012",
1216
                "shasum": ""
1217
            },
1218
            "require": {
1219
                "brick/math": "^0.9.3|^0.10.2|^0.11",
1220
                "composer-runtime-api": "^2.2",
1221
                "doctrine/inflector": "^2.0.5",
1222
                "dragonmantank/cron-expression": "^3.3.2",
1223
                "egulias/email-validator": "^3.2.1|^4.0",
1224
                "ext-ctype": "*",
1225
                "ext-filter": "*",
1226
                "ext-hash": "*",
1227
                "ext-mbstring": "*",
1228
                "ext-openssl": "*",
1229
                "ext-session": "*",
1230
                "ext-tokenizer": "*",
1231
                "fruitcake/php-cors": "^1.2",
1232
                "guzzlehttp/uri-template": "^1.0",
1233
                "laravel/prompts": "^0.1.9",
1234
                "laravel/serializable-closure": "^1.3",
1235
                "league/commonmark": "^2.2.1",
1236
                "league/flysystem": "^3.8.0",
1237
                "monolog/monolog": "^3.0",
1238
                "nesbot/carbon": "^2.67",
1239
                "nunomaduro/termwind": "^1.13",
1240
                "php": "^8.1",
1241
                "psr/container": "^1.1.1|^2.0.1",
1242
                "psr/log": "^1.0|^2.0|^3.0",
1243
                "psr/simple-cache": "^1.0|^2.0|^3.0",
1244
                "ramsey/uuid": "^4.7",
1245
                "symfony/console": "^6.2",
1246
                "symfony/error-handler": "^6.2",
1247
                "symfony/finder": "^6.2",
1248
                "symfony/http-foundation": "^6.4",
1249
                "symfony/http-kernel": "^6.2",
1250
                "symfony/mailer": "^6.2",
1251
                "symfony/mime": "^6.2",
1252
                "symfony/process": "^6.2",
1253
                "symfony/routing": "^6.2",
1254
                "symfony/uid": "^6.2",
1255
                "symfony/var-dumper": "^6.2",
1256
                "tijsverkoyen/css-to-inline-styles": "^2.2.5",
1257
                "vlucas/phpdotenv": "^5.4.1",
1258
                "voku/portable-ascii": "^2.0"
1259
            },
1260
            "conflict": {
1261
                "carbonphp/carbon-doctrine-types": ">=3.0",
1262
                "doctrine/dbal": ">=4.0",
1263
                "tightenco/collect": "<5.5.33"
1264
            },
1265
            "provide": {
1266
                "psr/container-implementation": "1.1|2.0",
1267
                "psr/simple-cache-implementation": "1.0|2.0|3.0"
1268
            },
1269
            "replace": {
1270
                "illuminate/auth": "self.version",
1271
                "illuminate/broadcasting": "self.version",
1272
                "illuminate/bus": "self.version",
1273
                "illuminate/cache": "self.version",
1274
                "illuminate/collections": "self.version",
1275
                "illuminate/conditionable": "self.version",
1276
                "illuminate/config": "self.version",
1277
                "illuminate/console": "self.version",
1278
                "illuminate/container": "self.version",
1279
                "illuminate/contracts": "self.version",
1280
                "illuminate/cookie": "self.version",
1281
                "illuminate/database": "self.version",
1282
                "illuminate/encryption": "self.version",
1283
                "illuminate/events": "self.version",
1284
                "illuminate/filesystem": "self.version",
1285
                "illuminate/hashing": "self.version",
1286
                "illuminate/http": "self.version",
1287
                "illuminate/log": "self.version",
1288
                "illuminate/macroable": "self.version",
1289
                "illuminate/mail": "self.version",
1290
                "illuminate/notifications": "self.version",
1291
                "illuminate/pagination": "self.version",
1292
                "illuminate/pipeline": "self.version",
1293
                "illuminate/process": "self.version",
1294
                "illuminate/queue": "self.version",
1295
                "illuminate/redis": "self.version",
1296
                "illuminate/routing": "self.version",
1297
                "illuminate/session": "self.version",
1298
                "illuminate/support": "self.version",
1299
                "illuminate/testing": "self.version",
1300
                "illuminate/translation": "self.version",
1301
                "illuminate/validation": "self.version",
1302
                "illuminate/view": "self.version"
1303
            },
1304
            "require-dev": {
1305
                "ably/ably-php": "^1.0",
1306
                "aws/aws-sdk-php": "^3.235.5",
1307
                "doctrine/dbal": "^3.5.1",
1308
                "ext-gmp": "*",
1309
                "fakerphp/faker": "^1.21",
1310
                "guzzlehttp/guzzle": "^7.5",
1311
                "league/flysystem-aws-s3-v3": "^3.0",
1312
                "league/flysystem-ftp": "^3.0",
1313
                "league/flysystem-path-prefixing": "^3.3",
1314
                "league/flysystem-read-only": "^3.3",
1315
                "league/flysystem-sftp-v3": "^3.0",
1316
                "mockery/mockery": "^1.5.1",
1317
                "nyholm/psr7": "^1.2",
1318
                "orchestra/testbench-core": "^8.18",
1319
                "pda/pheanstalk": "^4.0",
1320
                "phpstan/phpstan": "^1.4.7",
1321
                "phpunit/phpunit": "^10.0.7",
1322
                "predis/predis": "^2.0.2",
1323
                "symfony/cache": "^6.2",
1324
                "symfony/http-client": "^6.2.4",
1325
                "symfony/psr-http-message-bridge": "^2.0"
1326
            },
1327
            "suggest": {
1328
                "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1329
                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
1330
                "brianium/paratest": "Required to run tests in parallel (^6.0).",
1331
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
1332
                "ext-apcu": "Required to use the APC cache driver.",
1333
                "ext-fileinfo": "Required to use the Filesystem class.",
1334
                "ext-ftp": "Required to use the Flysystem FTP driver.",
1335
                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1336
                "ext-memcached": "Required to use the memcache cache driver.",
1337
                "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
1338
                "ext-pdo": "Required to use all database features.",
1339
                "ext-posix": "Required to use all features of the queue worker.",
1340
                "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
1341
                "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1342
                "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1343
                "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
1344
                "laravel/tinker": "Required to use the tinker console command (^2.0).",
1345
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
1346
                "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
1347
                "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
1348
                "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
1349
                "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
1350
                "mockery/mockery": "Required to use mocking (^1.5.1).",
1351
                "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1352
                "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1353
                "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).",
1354
                "predis/predis": "Required to use the predis connector (^2.0.2).",
1355
                "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1356
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
1357
                "symfony/cache": "Required to PSR-6 cache bridge (^6.2).",
1358
                "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
1359
                "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).",
1360
                "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).",
1361
                "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
1362
                "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
1363
            },
1364
            "type": "library",
1365
            "extra": {
1366
                "branch-alias": {
1367
                    "dev-master": "10.x-dev"
1368
                }
1369
            },
1370
            "autoload": {
1371
                "files": [
1372
                    "src/Illuminate/Collections/helpers.php",
1373
                    "src/Illuminate/Events/functions.php",
1374
                    "src/Illuminate/Filesystem/functions.php",
1375
                    "src/Illuminate/Foundation/helpers.php",
1376
                    "src/Illuminate/Support/helpers.php"
1377
                ],
1378
                "psr-4": {
1379
                    "Illuminate\\": "src/Illuminate/",
1380
                    "Illuminate\\Support\\": [
1381
                        "src/Illuminate/Macroable/",
1382
                        "src/Illuminate/Collections/",
1383
                        "src/Illuminate/Conditionable/"
1384
                    ]
1385
                }
1386
            },
1387
            "notification-url": "https://packagist.org/downloads/",
1388
            "license": [
1389
                "MIT"
1390
            ],
1391
            "authors": [
1392
                {
1393
                    "name": "Taylor Otwell",
1394
                    "email": "taylor@laravel.com"
1395
                }
1396
            ],
1397
            "description": "The Laravel Framework.",
1398
            "homepage": "https://laravel.com",
1399
            "keywords": [
1400
                "framework",
1401
                "laravel"
1402
            ],
1403
            "support": {
1404
                "issues": "https://github.com/laravel/framework/issues",
1405
                "source": "https://github.com/laravel/framework"
1406
            },
1407
            "time": "2024-01-16T15:23:58+00:00"
1408
        },
1409
        {
1410
            "name": "laravel/prompts",
1411
            "version": "v0.1.15",
1412
            "source": {
1413
                "type": "git",
1414
                "url": "https://github.com/laravel/prompts.git",
1415
                "reference": "d814a27514d99b03c85aa42b22cfd946568636c1"
1416
            },
1417
            "dist": {
1418
                "type": "zip",
1419
                "url": "https://api.github.com/repos/laravel/prompts/zipball/d814a27514d99b03c85aa42b22cfd946568636c1",
1420
                "reference": "d814a27514d99b03c85aa42b22cfd946568636c1",
1421
                "shasum": ""
1422
            },
1423
            "require": {
1424
                "ext-mbstring": "*",
1425
                "illuminate/collections": "^10.0|^11.0",
1426
                "php": "^8.1",
1427
                "symfony/console": "^6.2|^7.0"
1428
            },
1429
            "conflict": {
1430
                "illuminate/console": ">=10.17.0 <10.25.0",
1431
                "laravel/framework": ">=10.17.0 <10.25.0"
1432
            },
1433
            "require-dev": {
1434
                "mockery/mockery": "^1.5",
1435
                "pestphp/pest": "^2.3",
1436
                "phpstan/phpstan": "^1.11",
1437
                "phpstan/phpstan-mockery": "^1.1"
1438
            },
1439
            "suggest": {
1440
                "ext-pcntl": "Required for the spinner to be animated."
1441
            },
1442
            "type": "library",
1443
            "extra": {
1444
                "branch-alias": {
1445
                    "dev-main": "0.1.x-dev"
1446
                }
1447
            },
1448
            "autoload": {
1449
                "files": [
1450
                    "src/helpers.php"
1451
                ],
1452
                "psr-4": {
1453
                    "Laravel\\Prompts\\": "src/"
1454
                }
1455
            },
1456
            "notification-url": "https://packagist.org/downloads/",
1457
            "license": [
1458
                "MIT"
1459
            ],
1460
            "support": {
1461
                "issues": "https://github.com/laravel/prompts/issues",
1462
                "source": "https://github.com/laravel/prompts/tree/v0.1.15"
1463
            },
1464
            "time": "2023-12-29T22:37:42+00:00"
1465
        },
1466
        {
1467
            "name": "laravel/sanctum",
1468
            "version": "v3.3.3",
1469
            "source": {
1470
                "type": "git",
1471
                "url": "https://github.com/laravel/sanctum.git",
1472
                "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5"
1473
            },
1474
            "dist": {
1475
                "type": "zip",
1476
                "url": "https://api.github.com/repos/laravel/sanctum/zipball/8c104366459739f3ada0e994bcd3e6fd681ce3d5",
1477
                "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5",
1478
                "shasum": ""
1479
            },
1480
            "require": {
1481
                "ext-json": "*",
1482
                "illuminate/console": "^9.21|^10.0",
1483
                "illuminate/contracts": "^9.21|^10.0",
1484
                "illuminate/database": "^9.21|^10.0",
1485
                "illuminate/support": "^9.21|^10.0",
1486
                "php": "^8.0.2"
1487
            },
1488
            "require-dev": {
1489
                "mockery/mockery": "^1.0",
1490
                "orchestra/testbench": "^7.28.2|^8.8.3",
1491
                "phpstan/phpstan": "^1.10",
1492
                "phpunit/phpunit": "^9.6"
1493
            },
1494
            "type": "library",
1495
            "extra": {
1496
                "branch-alias": {
1497
                    "dev-master": "3.x-dev"
1498
                },
1499
                "laravel": {
1500
                    "providers": [
1501
                        "Laravel\\Sanctum\\SanctumServiceProvider"
1502
                    ]
1503
                }
1504
            },
1505
            "autoload": {
1506
                "psr-4": {
1507
                    "Laravel\\Sanctum\\": "src/"
1508
                }
1509
            },
1510
            "notification-url": "https://packagist.org/downloads/",
1511
            "license": [
1512
                "MIT"
1513
            ],
1514
            "authors": [
1515
                {
1516
                    "name": "Taylor Otwell",
1517
                    "email": "taylor@laravel.com"
1518
                }
1519
            ],
1520
            "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
1521
            "keywords": [
1522
                "auth",
1523
                "laravel",
1524
                "sanctum"
1525
            ],
1526
            "support": {
1527
                "issues": "https://github.com/laravel/sanctum/issues",
1528
                "source": "https://github.com/laravel/sanctum"
1529
            },
1530
            "time": "2023-12-19T18:44:48+00:00"
1531
        },
1532
        {
1533
            "name": "laravel/serializable-closure",
1534
            "version": "v1.3.3",
1535
            "source": {
1536
                "type": "git",
1537
                "url": "https://github.com/laravel/serializable-closure.git",
1538
                "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
1539
            },
1540
            "dist": {
1541
                "type": "zip",
1542
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
1543
                "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
1544
                "shasum": ""
1545
            },
1546
            "require": {
1547
                "php": "^7.3|^8.0"
1548
            },
1549
            "require-dev": {
1550
                "nesbot/carbon": "^2.61",
1551
                "pestphp/pest": "^1.21.3",
1552
                "phpstan/phpstan": "^1.8.2",
1553
                "symfony/var-dumper": "^5.4.11"
1554
            },
1555
            "type": "library",
1556
            "extra": {
1557
                "branch-alias": {
1558
                    "dev-master": "1.x-dev"
1559
                }
1560
            },
1561
            "autoload": {
1562
                "psr-4": {
1563
                    "Laravel\\SerializableClosure\\": "src/"
1564
                }
1565
            },
1566
            "notification-url": "https://packagist.org/downloads/",
1567
            "license": [
1568
                "MIT"
1569
            ],
1570
            "authors": [
1571
                {
1572
                    "name": "Taylor Otwell",
1573
                    "email": "taylor@laravel.com"
1574
                },
1575
                {
1576
                    "name": "Nuno Maduro",
1577
                    "email": "nuno@laravel.com"
1578
                }
1579
            ],
1580
            "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
1581
            "keywords": [
1582
                "closure",
1583
                "laravel",
1584
                "serializable"
1585
            ],
1586
            "support": {
1587
                "issues": "https://github.com/laravel/serializable-closure/issues",
1588
                "source": "https://github.com/laravel/serializable-closure"
1589
            },
1590
            "time": "2023-11-08T14:08:06+00:00"
1591
        },
1592
        {
1593
            "name": "laravel/tinker",
1594
            "version": "v2.9.0",
1595
            "source": {
1596
                "type": "git",
1597
                "url": "https://github.com/laravel/tinker.git",
1598
                "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
1599
            },
1600
            "dist": {
1601
                "type": "zip",
1602
                "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
1603
                "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
1604
                "shasum": ""
1605
            },
1606
            "require": {
1607
                "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
1608
                "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
1609
                "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
1610
                "php": "^7.2.5|^8.0",
1611
                "psy/psysh": "^0.11.1|^0.12.0",
1612
                "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
1613
            },
1614
            "require-dev": {
1615
                "mockery/mockery": "~1.3.3|^1.4.2",
1616
                "phpstan/phpstan": "^1.10",
1617
                "phpunit/phpunit": "^8.5.8|^9.3.3"
1618
            },
1619
            "suggest": {
1620
                "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
1621
            },
1622
            "type": "library",
1623
            "extra": {
1624
                "laravel": {
1625
                    "providers": [
1626
                        "Laravel\\Tinker\\TinkerServiceProvider"
1627
                    ]
1628
                }
1629
            },
1630
            "autoload": {
1631
                "psr-4": {
1632
                    "Laravel\\Tinker\\": "src/"
1633
                }
1634
            },
1635
            "notification-url": "https://packagist.org/downloads/",
1636
            "license": [
1637
                "MIT"
1638
            ],
1639
            "authors": [
1640
                {
1641
                    "name": "Taylor Otwell",
1642
                    "email": "taylor@laravel.com"
1643
                }
1644
            ],
1645
            "description": "Powerful REPL for the Laravel framework.",
1646
            "keywords": [
1647
                "REPL",
1648
                "Tinker",
1649
                "laravel",
1650
                "psysh"
1651
            ],
1652
            "support": {
1653
                "issues": "https://github.com/laravel/tinker/issues",
1654
                "source": "https://github.com/laravel/tinker/tree/v2.9.0"
1655
            },
1656
            "time": "2024-01-04T16:10:04+00:00"
1657
        },
1658
        {
1659
            "name": "league/commonmark",
1660
            "version": "2.4.1",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/thephpleague/commonmark.git",
1664
                "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
1669
                "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "ext-mbstring": "*",
1674
                "league/config": "^1.1.1",
1675
                "php": "^7.4 || ^8.0",
1676
                "psr/event-dispatcher": "^1.0",
1677
                "symfony/deprecation-contracts": "^2.1 || ^3.0",
1678
                "symfony/polyfill-php80": "^1.16"
1679
            },
1680
            "require-dev": {
1681
                "cebe/markdown": "^1.0",
1682
                "commonmark/cmark": "0.30.0",
1683
                "commonmark/commonmark.js": "0.30.0",
1684
                "composer/package-versions-deprecated": "^1.8",
1685
                "embed/embed": "^4.4",
1686
                "erusev/parsedown": "^1.0",
1687
                "ext-json": "*",
1688
                "github/gfm": "0.29.0",
1689
                "michelf/php-markdown": "^1.4 || ^2.0",
1690
                "nyholm/psr7": "^1.5",
1691
                "phpstan/phpstan": "^1.8.2",
1692
                "phpunit/phpunit": "^9.5.21",
1693
                "scrutinizer/ocular": "^1.8.1",
1694
                "symfony/finder": "^5.3 | ^6.0",
1695
                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
1696
                "unleashedtech/php-coding-standard": "^3.1.1",
1697
                "vimeo/psalm": "^4.24.0 || ^5.0.0"
1698
            },
1699
            "suggest": {
1700
                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
1701
            },
1702
            "type": "library",
1703
            "extra": {
1704
                "branch-alias": {
1705
                    "dev-main": "2.5-dev"
1706
                }
1707
            },
1708
            "autoload": {
1709
                "psr-4": {
1710
                    "League\\CommonMark\\": "src"
1711
                }
1712
            },
1713
            "notification-url": "https://packagist.org/downloads/",
1714
            "license": [
1715
                "BSD-3-Clause"
1716
            ],
1717
            "authors": [
1718
                {
1719
                    "name": "Colin O'Dell",
1720
                    "email": "colinodell@gmail.com",
1721
                    "homepage": "https://www.colinodell.com",
1722
                    "role": "Lead Developer"
1723
                }
1724
            ],
1725
            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1726
            "homepage": "https://commonmark.thephpleague.com",
1727
            "keywords": [
1728
                "commonmark",
1729
                "flavored",
1730
                "gfm",
1731
                "github",
1732
                "github-flavored",
1733
                "markdown",
1734
                "md",
1735
                "parser"
1736
            ],
1737
            "support": {
1738
                "docs": "https://commonmark.thephpleague.com/",
1739
                "forum": "https://github.com/thephpleague/commonmark/discussions",
1740
                "issues": "https://github.com/thephpleague/commonmark/issues",
1741
                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
1742
                "source": "https://github.com/thephpleague/commonmark"
1743
            },
1744
            "funding": [
1745
                {
1746
                    "url": "https://www.colinodell.com/sponsor",
1747
                    "type": "custom"
1748
                },
1749
                {
1750
                    "url": "https://www.paypal.me/colinpodell/10.00",
1751
                    "type": "custom"
1752
                },
1753
                {
1754
                    "url": "https://github.com/colinodell",
1755
                    "type": "github"
1756
                },
1757
                {
1758
                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1759
                    "type": "tidelift"
1760
                }
1761
            ],
1762
            "time": "2023-08-30T16:55:00+00:00"
1763
        },
1764
        {
1765
            "name": "league/config",
1766
            "version": "v1.2.0",
1767
            "source": {
1768
                "type": "git",
1769
                "url": "https://github.com/thephpleague/config.git",
1770
                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1771
            },
1772
            "dist": {
1773
                "type": "zip",
1774
                "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1775
                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1776
                "shasum": ""
1777
            },
1778
            "require": {
1779
                "dflydev/dot-access-data": "^3.0.1",
1780
                "nette/schema": "^1.2",
1781
                "php": "^7.4 || ^8.0"
1782
            },
1783
            "require-dev": {
1784
                "phpstan/phpstan": "^1.8.2",
1785
                "phpunit/phpunit": "^9.5.5",
1786
                "scrutinizer/ocular": "^1.8.1",
1787
                "unleashedtech/php-coding-standard": "^3.1",
1788
                "vimeo/psalm": "^4.7.3"
1789
            },
1790
            "type": "library",
1791
            "extra": {
1792
                "branch-alias": {
1793
                    "dev-main": "1.2-dev"
1794
                }
1795
            },
1796
            "autoload": {
1797
                "psr-4": {
1798
                    "League\\Config\\": "src"
1799
                }
1800
            },
1801
            "notification-url": "https://packagist.org/downloads/",
1802
            "license": [
1803
                "BSD-3-Clause"
1804
            ],
1805
            "authors": [
1806
                {
1807
                    "name": "Colin O'Dell",
1808
                    "email": "colinodell@gmail.com",
1809
                    "homepage": "https://www.colinodell.com",
1810
                    "role": "Lead Developer"
1811
                }
1812
            ],
1813
            "description": "Define configuration arrays with strict schemas and access values with dot notation",
1814
            "homepage": "https://config.thephpleague.com",
1815
            "keywords": [
1816
                "array",
1817
                "config",
1818
                "configuration",
1819
                "dot",
1820
                "dot-access",
1821
                "nested",
1822
                "schema"
1823
            ],
1824
            "support": {
1825
                "docs": "https://config.thephpleague.com/",
1826
                "issues": "https://github.com/thephpleague/config/issues",
1827
                "rss": "https://github.com/thephpleague/config/releases.atom",
1828
                "source": "https://github.com/thephpleague/config"
1829
            },
1830
            "funding": [
1831
                {
1832
                    "url": "https://www.colinodell.com/sponsor",
1833
                    "type": "custom"
1834
                },
1835
                {
1836
                    "url": "https://www.paypal.me/colinpodell/10.00",
1837
                    "type": "custom"
1838
                },
1839
                {
1840
                    "url": "https://github.com/colinodell",
1841
                    "type": "github"
1842
                }
1843
            ],
1844
            "time": "2022-12-11T20:36:23+00:00"
1845
        },
1846
        {
1847
            "name": "league/flysystem",
1848
            "version": "3.23.0",
1849
            "source": {
1850
                "type": "git",
1851
                "url": "https://github.com/thephpleague/flysystem.git",
1852
                "reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc"
1853
            },
1854
            "dist": {
1855
                "type": "zip",
1856
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
1857
                "reference": "d4ad81e2b67396e33dc9d7e54ec74ccf73151dcc",
1858
                "shasum": ""
1859
            },
1860
            "require": {
1861
                "league/flysystem-local": "^3.0.0",
1862
                "league/mime-type-detection": "^1.0.0",
1863
                "php": "^8.0.2"
1864
            },
1865
            "conflict": {
1866
                "async-aws/core": "<1.19.0",
1867
                "async-aws/s3": "<1.14.0",
1868
                "aws/aws-sdk-php": "3.209.31 || 3.210.0",
1869
                "guzzlehttp/guzzle": "<7.0",
1870
                "guzzlehttp/ringphp": "<1.1.1",
1871
                "phpseclib/phpseclib": "3.0.15",
1872
                "symfony/http-client": "<5.2"
1873
            },
1874
            "require-dev": {
1875
                "async-aws/s3": "^1.5 || ^2.0",
1876
                "async-aws/simple-s3": "^1.1 || ^2.0",
1877
                "aws/aws-sdk-php": "^3.220.0",
1878
                "composer/semver": "^3.0",
1879
                "ext-fileinfo": "*",
1880
                "ext-ftp": "*",
1881
                "ext-zip": "*",
1882
                "friendsofphp/php-cs-fixer": "^3.5",
1883
                "google/cloud-storage": "^1.23",
1884
                "microsoft/azure-storage-blob": "^1.1",
1885
                "phpseclib/phpseclib": "^3.0.34",
1886
                "phpstan/phpstan": "^1.10",
1887
                "phpunit/phpunit": "^9.5.11|^10.0",
1888
                "sabre/dav": "^4.3.1"
1889
            },
1890
            "type": "library",
1891
            "autoload": {
1892
                "psr-4": {
1893
                    "League\\Flysystem\\": "src"
1894
                }
1895
            },
1896
            "notification-url": "https://packagist.org/downloads/",
1897
            "license": [
1898
                "MIT"
1899
            ],
1900
            "authors": [
1901
                {
1902
                    "name": "Frank de Jonge",
1903
                    "email": "info@frankdejonge.nl"
1904
                }
1905
            ],
1906
            "description": "File storage abstraction for PHP",
1907
            "keywords": [
1908
                "WebDAV",
1909
                "aws",
1910
                "cloud",
1911
                "file",
1912
                "files",
1913
                "filesystem",
1914
                "filesystems",
1915
                "ftp",
1916
                "s3",
1917
                "sftp",
1918
                "storage"
1919
            ],
1920
            "support": {
1921
                "issues": "https://github.com/thephpleague/flysystem/issues",
1922
                "source": "https://github.com/thephpleague/flysystem/tree/3.23.0"
1923
            },
1924
            "funding": [
1925
                {
1926
                    "url": "https://ecologi.com/frankdejonge",
1927
                    "type": "custom"
1928
                },
1929
                {
1930
                    "url": "https://github.com/frankdejonge",
1931
                    "type": "github"
1932
                }
1933
            ],
1934
            "time": "2023-12-04T10:16:17+00:00"
1935
        },
1936
        {
1937
            "name": "league/flysystem-local",
1938
            "version": "3.23.0",
1939
            "source": {
1940
                "type": "git",
1941
                "url": "https://github.com/thephpleague/flysystem-local.git",
1942
                "reference": "5cf046ba5f059460e86a997c504dd781a39a109b"
1943
            },
1944
            "dist": {
1945
                "type": "zip",
1946
                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/5cf046ba5f059460e86a997c504dd781a39a109b",
1947
                "reference": "5cf046ba5f059460e86a997c504dd781a39a109b",
1948
                "shasum": ""
1949
            },
1950
            "require": {
1951
                "ext-fileinfo": "*",
1952
                "league/flysystem": "^3.0.0",
1953
                "league/mime-type-detection": "^1.0.0",
1954
                "php": "^8.0.2"
1955
            },
1956
            "type": "library",
1957
            "autoload": {
1958
                "psr-4": {
1959
                    "League\\Flysystem\\Local\\": ""
1960
                }
1961
            },
1962
            "notification-url": "https://packagist.org/downloads/",
1963
            "license": [
1964
                "MIT"
1965
            ],
1966
            "authors": [
1967
                {
1968
                    "name": "Frank de Jonge",
1969
                    "email": "info@frankdejonge.nl"
1970
                }
1971
            ],
1972
            "description": "Local filesystem adapter for Flysystem.",
1973
            "keywords": [
1974
                "Flysystem",
1975
                "file",
1976
                "files",
1977
                "filesystem",
1978
                "local"
1979
            ],
1980
            "support": {
1981
                "issues": "https://github.com/thephpleague/flysystem-local/issues",
1982
                "source": "https://github.com/thephpleague/flysystem-local/tree/3.23.0"
1983
            },
1984
            "funding": [
1985
                {
1986
                    "url": "https://ecologi.com/frankdejonge",
1987
                    "type": "custom"
1988
                },
1989
                {
1990
                    "url": "https://github.com/frankdejonge",
1991
                    "type": "github"
1992
                }
1993
            ],
1994
            "time": "2023-12-04T10:14:46+00:00"
1995
        },
1996
        {
1997
            "name": "league/mime-type-detection",
1998
            "version": "1.14.0",
1999
            "source": {
2000
                "type": "git",
2001
                "url": "https://github.com/thephpleague/mime-type-detection.git",
2002
                "reference": "b6a5854368533df0295c5761a0253656a2e52d9e"
2003
            },
2004
            "dist": {
2005
                "type": "zip",
2006
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b6a5854368533df0295c5761a0253656a2e52d9e",
2007
                "reference": "b6a5854368533df0295c5761a0253656a2e52d9e",
2008
                "shasum": ""
2009
            },
2010
            "require": {
2011
                "ext-fileinfo": "*",
2012
                "php": "^7.4 || ^8.0"
2013
            },
2014
            "require-dev": {
2015
                "friendsofphp/php-cs-fixer": "^3.2",
2016
                "phpstan/phpstan": "^0.12.68",
2017
                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2018
            },
2019
            "type": "library",
2020
            "autoload": {
2021
                "psr-4": {
2022
                    "League\\MimeTypeDetection\\": "src"
2023
                }
2024
            },
2025
            "notification-url": "https://packagist.org/downloads/",
2026
            "license": [
2027
                "MIT"
2028
            ],
2029
            "authors": [
2030
                {
2031
                    "name": "Frank de Jonge",
2032
                    "email": "info@frankdejonge.nl"
2033
                }
2034
            ],
2035
            "description": "Mime-type detection for Flysystem",
2036
            "support": {
2037
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2038
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.14.0"
2039
            },
2040
            "funding": [
2041
                {
2042
                    "url": "https://github.com/frankdejonge",
2043
                    "type": "github"
2044
                },
2045
                {
2046
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2047
                    "type": "tidelift"
2048
                }
2049
            ],
2050
            "time": "2023-10-17T14:13:20+00:00"
2051
        },
2052
        {
2053
            "name": "monolog/monolog",
2054
            "version": "3.5.0",
2055
            "source": {
2056
                "type": "git",
2057
                "url": "https://github.com/Seldaek/monolog.git",
2058
                "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
2059
            },
2060
            "dist": {
2061
                "type": "zip",
2062
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
2063
                "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
2064
                "shasum": ""
2065
            },
2066
            "require": {
2067
                "php": ">=8.1",
2068
                "psr/log": "^2.0 || ^3.0"
2069
            },
2070
            "provide": {
2071
                "psr/log-implementation": "3.0.0"
2072
            },
2073
            "require-dev": {
2074
                "aws/aws-sdk-php": "^3.0",
2075
                "doctrine/couchdb": "~1.0@dev",
2076
                "elasticsearch/elasticsearch": "^7 || ^8",
2077
                "ext-json": "*",
2078
                "graylog2/gelf-php": "^1.4.2 || ^2.0",
2079
                "guzzlehttp/guzzle": "^7.4.5",
2080
                "guzzlehttp/psr7": "^2.2",
2081
                "mongodb/mongodb": "^1.8",
2082
                "php-amqplib/php-amqplib": "~2.4 || ^3",
2083
                "phpstan/phpstan": "^1.9",
2084
                "phpstan/phpstan-deprecation-rules": "^1.0",
2085
                "phpstan/phpstan-strict-rules": "^1.4",
2086
                "phpunit/phpunit": "^10.1",
2087
                "predis/predis": "^1.1 || ^2",
2088
                "ruflin/elastica": "^7",
2089
                "symfony/mailer": "^5.4 || ^6",
2090
                "symfony/mime": "^5.4 || ^6"
2091
            },
2092
            "suggest": {
2093
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2094
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2095
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2096
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2097
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2098
                "ext-mbstring": "Allow to work properly with unicode symbols",
2099
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2100
                "ext-openssl": "Required to send log messages using SSL",
2101
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2102
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2103
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2104
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2105
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
2106
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2107
            },
2108
            "type": "library",
2109
            "extra": {
2110
                "branch-alias": {
2111
                    "dev-main": "3.x-dev"
2112
                }
2113
            },
2114
            "autoload": {
2115
                "psr-4": {
2116
                    "Monolog\\": "src/Monolog"
2117
                }
2118
            },
2119
            "notification-url": "https://packagist.org/downloads/",
2120
            "license": [
2121
                "MIT"
2122
            ],
2123
            "authors": [
2124
                {
2125
                    "name": "Jordi Boggiano",
2126
                    "email": "j.boggiano@seld.be",
2127
                    "homepage": "https://seld.be"
2128
                }
2129
            ],
2130
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2131
            "homepage": "https://github.com/Seldaek/monolog",
2132
            "keywords": [
2133
                "log",
2134
                "logging",
2135
                "psr-3"
2136
            ],
2137
            "support": {
2138
                "issues": "https://github.com/Seldaek/monolog/issues",
2139
                "source": "https://github.com/Seldaek/monolog/tree/3.5.0"
2140
            },
2141
            "funding": [
2142
                {
2143
                    "url": "https://github.com/Seldaek",
2144
                    "type": "github"
2145
                },
2146
                {
2147
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2148
                    "type": "tidelift"
2149
                }
2150
            ],
2151
            "time": "2023-10-27T15:32:31+00:00"
2152
        },
2153
        {
2154
            "name": "nesbot/carbon",
2155
            "version": "2.72.1",
2156
            "source": {
2157
                "type": "git",
2158
                "url": "https://github.com/briannesbitt/Carbon.git",
2159
                "reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78"
2160
            },
2161
            "dist": {
2162
                "type": "zip",
2163
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
2164
                "reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78",
2165
                "shasum": ""
2166
            },
2167
            "require": {
2168
                "carbonphp/carbon-doctrine-types": "*",
2169
                "ext-json": "*",
2170
                "php": "^7.1.8 || ^8.0",
2171
                "psr/clock": "^1.0",
2172
                "symfony/polyfill-mbstring": "^1.0",
2173
                "symfony/polyfill-php80": "^1.16",
2174
                "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2175
            },
2176
            "provide": {
2177
                "psr/clock-implementation": "1.0"
2178
            },
2179
            "require-dev": {
2180
                "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
2181
                "doctrine/orm": "^2.7 || ^3.0",
2182
                "friendsofphp/php-cs-fixer": "^3.0",
2183
                "kylekatarnls/multi-tester": "^2.0",
2184
                "ondrejmirtes/better-reflection": "*",
2185
                "phpmd/phpmd": "^2.9",
2186
                "phpstan/extension-installer": "^1.0",
2187
                "phpstan/phpstan": "^0.12.99 || ^1.7.14",
2188
                "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
2189
                "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
2190
                "squizlabs/php_codesniffer": "^3.4"
2191
            },
2192
            "bin": [
2193
                "bin/carbon"
2194
            ],
2195
            "type": "library",
2196
            "extra": {
2197
                "branch-alias": {
2198
                    "dev-3.x": "3.x-dev",
2199
                    "dev-master": "2.x-dev"
2200
                },
2201
                "laravel": {
2202
                    "providers": [
2203
                        "Carbon\\Laravel\\ServiceProvider"
2204
                    ]
2205
                },
2206
                "phpstan": {
2207
                    "includes": [
2208
                        "extension.neon"
2209
                    ]
2210
                }
2211
            },
2212
            "autoload": {
2213
                "psr-4": {
2214
                    "Carbon\\": "src/Carbon/"
2215
                }
2216
            },
2217
            "notification-url": "https://packagist.org/downloads/",
2218
            "license": [
2219
                "MIT"
2220
            ],
2221
            "authors": [
2222
                {
2223
                    "name": "Brian Nesbitt",
2224
                    "email": "brian@nesbot.com",
2225
                    "homepage": "https://markido.com"
2226
                },
2227
                {
2228
                    "name": "kylekatarnls",
2229
                    "homepage": "https://github.com/kylekatarnls"
2230
                }
2231
            ],
2232
            "description": "An API extension for DateTime that supports 281 different languages.",
2233
            "homepage": "https://carbon.nesbot.com",
2234
            "keywords": [
2235
                "date",
2236
                "datetime",
2237
                "time"
2238
            ],
2239
            "support": {
2240
                "docs": "https://carbon.nesbot.com/docs",
2241
                "issues": "https://github.com/briannesbitt/Carbon/issues",
2242
                "source": "https://github.com/briannesbitt/Carbon"
2243
            },
2244
            "funding": [
2245
                {
2246
                    "url": "https://github.com/sponsors/kylekatarnls",
2247
                    "type": "github"
2248
                },
2249
                {
2250
                    "url": "https://opencollective.com/Carbon#sponsor",
2251
                    "type": "opencollective"
2252
                },
2253
                {
2254
                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2255
                    "type": "tidelift"
2256
                }
2257
            ],
2258
            "time": "2023-12-08T23:47:49+00:00"
2259
        },
2260
        {
2261
            "name": "nette/schema",
2262
            "version": "v1.3.0",
2263
            "source": {
2264
                "type": "git",
2265
                "url": "https://github.com/nette/schema.git",
2266
                "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
2267
            },
2268
            "dist": {
2269
                "type": "zip",
2270
                "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2271
                "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2272
                "shasum": ""
2273
            },
2274
            "require": {
2275
                "nette/utils": "^4.0",
2276
                "php": "8.1 - 8.3"
2277
            },
2278
            "require-dev": {
2279
                "nette/tester": "^2.4",
2280
                "phpstan/phpstan-nette": "^1.0",
2281
                "tracy/tracy": "^2.8"
2282
            },
2283
            "type": "library",
2284
            "extra": {
2285
                "branch-alias": {
2286
                    "dev-master": "1.3-dev"
2287
                }
2288
            },
2289
            "autoload": {
2290
                "classmap": [
2291
                    "src/"
2292
                ]
2293
            },
2294
            "notification-url": "https://packagist.org/downloads/",
2295
            "license": [
2296
                "BSD-3-Clause",
2297
                "GPL-2.0-only",
2298
                "GPL-3.0-only"
2299
            ],
2300
            "authors": [
2301
                {
2302
                    "name": "David Grudl",
2303
                    "homepage": "https://davidgrudl.com"
2304
                },
2305
                {
2306
                    "name": "Nette Community",
2307
                    "homepage": "https://nette.org/contributors"
2308
                }
2309
            ],
2310
            "description": "📐 Nette Schema: validating data structures against a given Schema.",
2311
            "homepage": "https://nette.org",
2312
            "keywords": [
2313
                "config",
2314
                "nette"
2315
            ],
2316
            "support": {
2317
                "issues": "https://github.com/nette/schema/issues",
2318
                "source": "https://github.com/nette/schema/tree/v1.3.0"
2319
            },
2320
            "time": "2023-12-11T11:54:22+00:00"
2321
        },
2322
        {
2323
            "name": "nette/utils",
2324
            "version": "v4.0.4",
2325
            "source": {
2326
                "type": "git",
2327
                "url": "https://github.com/nette/utils.git",
2328
                "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
2329
            },
2330
            "dist": {
2331
                "type": "zip",
2332
                "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2333
                "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2334
                "shasum": ""
2335
            },
2336
            "require": {
2337
                "php": ">=8.0 <8.4"
2338
            },
2339
            "conflict": {
2340
                "nette/finder": "<3",
2341
                "nette/schema": "<1.2.2"
2342
            },
2343
            "require-dev": {
2344
                "jetbrains/phpstorm-attributes": "dev-master",
2345
                "nette/tester": "^2.5",
2346
                "phpstan/phpstan": "^1.0",
2347
                "tracy/tracy": "^2.9"
2348
            },
2349
            "suggest": {
2350
                "ext-gd": "to use Image",
2351
                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2352
                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2353
                "ext-json": "to use Nette\\Utils\\Json",
2354
                "ext-mbstring": "to use Strings::lower() etc...",
2355
                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2356
            },
2357
            "type": "library",
2358
            "extra": {
2359
                "branch-alias": {
2360
                    "dev-master": "4.0-dev"
2361
                }
2362
            },
2363
            "autoload": {
2364
                "classmap": [
2365
                    "src/"
2366
                ]
2367
            },
2368
            "notification-url": "https://packagist.org/downloads/",
2369
            "license": [
2370
                "BSD-3-Clause",
2371
                "GPL-2.0-only",
2372
                "GPL-3.0-only"
2373
            ],
2374
            "authors": [
2375
                {
2376
                    "name": "David Grudl",
2377
                    "homepage": "https://davidgrudl.com"
2378
                },
2379
                {
2380
                    "name": "Nette Community",
2381
                    "homepage": "https://nette.org/contributors"
2382
                }
2383
            ],
2384
            "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2385
            "homepage": "https://nette.org",
2386
            "keywords": [
2387
                "array",
2388
                "core",
2389
                "datetime",
2390
                "images",
2391
                "json",
2392
                "nette",
2393
                "paginator",
2394
                "password",
2395
                "slugify",
2396
                "string",
2397
                "unicode",
2398
                "utf-8",
2399
                "utility",
2400
                "validation"
2401
            ],
2402
            "support": {
2403
                "issues": "https://github.com/nette/utils/issues",
2404
                "source": "https://github.com/nette/utils/tree/v4.0.4"
2405
            },
2406
            "time": "2024-01-17T16:50:36+00:00"
2407
        },
2408
        {
2409
            "name": "nikic/php-parser",
2410
            "version": "v4.18.0",
2411
            "source": {
2412
                "type": "git",
2413
                "url": "https://github.com/nikic/PHP-Parser.git",
2414
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
2415
            },
2416
            "dist": {
2417
                "type": "zip",
2418
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
2419
                "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
2420
                "shasum": ""
2421
            },
2422
            "require": {
2423
                "ext-tokenizer": "*",
2424
                "php": ">=7.0"
2425
            },
2426
            "require-dev": {
2427
                "ircmaxell/php-yacc": "^0.0.7",
2428
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2429
            },
2430
            "bin": [
2431
                "bin/php-parse"
2432
            ],
2433
            "type": "library",
2434
            "extra": {
2435
                "branch-alias": {
2436
                    "dev-master": "4.9-dev"
2437
                }
2438
            },
2439
            "autoload": {
2440
                "psr-4": {
2441
                    "PhpParser\\": "lib/PhpParser"
2442
                }
2443
            },
2444
            "notification-url": "https://packagist.org/downloads/",
2445
            "license": [
2446
                "BSD-3-Clause"
2447
            ],
2448
            "authors": [
2449
                {
2450
                    "name": "Nikita Popov"
2451
                }
2452
            ],
2453
            "description": "A PHP parser written in PHP",
2454
            "keywords": [
2455
                "parser",
2456
                "php"
2457
            ],
2458
            "support": {
2459
                "issues": "https://github.com/nikic/PHP-Parser/issues",
2460
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
2461
            },
2462
            "time": "2023-12-10T21:03:43+00:00"
2463
        },
2464
        {
2465
            "name": "nunomaduro/termwind",
2466
            "version": "v1.15.1",
2467
            "source": {
2468
                "type": "git",
2469
                "url": "https://github.com/nunomaduro/termwind.git",
2470
                "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
2471
            },
2472
            "dist": {
2473
                "type": "zip",
2474
                "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
2475
                "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
2476
                "shasum": ""
2477
            },
2478
            "require": {
2479
                "ext-mbstring": "*",
2480
                "php": "^8.0",
2481
                "symfony/console": "^5.3.0|^6.0.0"
2482
            },
2483
            "require-dev": {
2484
                "ergebnis/phpstan-rules": "^1.0.",
2485
                "illuminate/console": "^8.0|^9.0",
2486
                "illuminate/support": "^8.0|^9.0",
2487
                "laravel/pint": "^1.0.0",
2488
                "pestphp/pest": "^1.21.0",
2489
                "pestphp/pest-plugin-mock": "^1.0",
2490
                "phpstan/phpstan": "^1.4.6",
2491
                "phpstan/phpstan-strict-rules": "^1.1.0",
2492
                "symfony/var-dumper": "^5.2.7|^6.0.0",
2493
                "thecodingmachine/phpstan-strict-rules": "^1.0.0"
2494
            },
2495
            "type": "library",
2496
            "extra": {
2497
                "laravel": {
2498
                    "providers": [
2499
                        "Termwind\\Laravel\\TermwindServiceProvider"
2500
                    ]
2501
                }
2502
            },
2503
            "autoload": {
2504
                "files": [
2505
                    "src/Functions.php"
2506
                ],
2507
                "psr-4": {
2508
                    "Termwind\\": "src/"
2509
                }
2510
            },
2511
            "notification-url": "https://packagist.org/downloads/",
2512
            "license": [
2513
                "MIT"
2514
            ],
2515
            "authors": [
2516
                {
2517
                    "name": "Nuno Maduro",
2518
                    "email": "enunomaduro@gmail.com"
2519
                }
2520
            ],
2521
            "description": "Its like Tailwind CSS, but for the console.",
2522
            "keywords": [
2523
                "cli",
2524
                "console",
2525
                "css",
2526
                "package",
2527
                "php",
2528
                "style"
2529
            ],
2530
            "support": {
2531
                "issues": "https://github.com/nunomaduro/termwind/issues",
2532
                "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
2533
            },
2534
            "funding": [
2535
                {
2536
                    "url": "https://www.paypal.com/paypalme/enunomaduro",
2537
                    "type": "custom"
2538
                },
2539
                {
2540
                    "url": "https://github.com/nunomaduro",
2541
                    "type": "github"
2542
                },
2543
                {
2544
                    "url": "https://github.com/xiCO2k",
2545
                    "type": "github"
2546
                }
2547
            ],
2548
            "time": "2023-02-08T01:06:31+00:00"
2549
        },
2550
        {
2551
            "name": "phpoption/phpoption",
2552
            "version": "1.9.2",
2553
            "source": {
2554
                "type": "git",
2555
                "url": "https://github.com/schmittjoh/php-option.git",
2556
                "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
2557
            },
2558
            "dist": {
2559
                "type": "zip",
2560
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
2561
                "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
2562
                "shasum": ""
2563
            },
2564
            "require": {
2565
                "php": "^7.2.5 || ^8.0"
2566
            },
2567
            "require-dev": {
2568
                "bamarni/composer-bin-plugin": "^1.8.2",
2569
                "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
2570
            },
2571
            "type": "library",
2572
            "extra": {
2573
                "bamarni-bin": {
2574
                    "bin-links": true,
2575
                    "forward-command": true
2576
                },
2577
                "branch-alias": {
2578
                    "dev-master": "1.9-dev"
2579
                }
2580
            },
2581
            "autoload": {
2582
                "psr-4": {
2583
                    "PhpOption\\": "src/PhpOption/"
2584
                }
2585
            },
2586
            "notification-url": "https://packagist.org/downloads/",
2587
            "license": [
2588
                "Apache-2.0"
2589
            ],
2590
            "authors": [
2591
                {
2592
                    "name": "Johannes M. Schmitt",
2593
                    "email": "schmittjoh@gmail.com",
2594
                    "homepage": "https://github.com/schmittjoh"
2595
                },
2596
                {
2597
                    "name": "Graham Campbell",
2598
                    "email": "hello@gjcampbell.co.uk",
2599
                    "homepage": "https://github.com/GrahamCampbell"
2600
                }
2601
            ],
2602
            "description": "Option Type for PHP",
2603
            "keywords": [
2604
                "language",
2605
                "option",
2606
                "php",
2607
                "type"
2608
            ],
2609
            "support": {
2610
                "issues": "https://github.com/schmittjoh/php-option/issues",
2611
                "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
2612
            },
2613
            "funding": [
2614
                {
2615
                    "url": "https://github.com/GrahamCampbell",
2616
                    "type": "github"
2617
                },
2618
                {
2619
                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
2620
                    "type": "tidelift"
2621
                }
2622
            ],
2623
            "time": "2023-11-12T21:59:55+00:00"
2624
        },
2625
        {
2626
            "name": "predis/predis",
2627
            "version": "v2.2.2",
2628
            "source": {
2629
                "type": "git",
2630
                "url": "https://github.com/predis/predis.git",
2631
                "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
2632
            },
2633
            "dist": {
2634
                "type": "zip",
2635
                "url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
2636
                "reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
2637
                "shasum": ""
2638
            },
2639
            "require": {
2640
                "php": "^7.2 || ^8.0"
2641
            },
2642
            "require-dev": {
2643
                "friendsofphp/php-cs-fixer": "^3.3",
2644
                "phpstan/phpstan": "^1.9",
2645
                "phpunit/phpunit": "^8.0 || ~9.4.4"
2646
            },
2647
            "suggest": {
2648
                "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
2649
            },
2650
            "type": "library",
2651
            "autoload": {
2652
                "psr-4": {
2653
                    "Predis\\": "src/"
2654
                }
2655
            },
2656
            "notification-url": "https://packagist.org/downloads/",
2657
            "license": [
2658
                "MIT"
2659
            ],
2660
            "authors": [
2661
                {
2662
                    "name": "Till Krüss",
2663
                    "homepage": "https://till.im",
2664
                    "role": "Maintainer"
2665
                }
2666
            ],
2667
            "description": "A flexible and feature-complete Redis client for PHP.",
2668
            "homepage": "http://github.com/predis/predis",
2669
            "keywords": [
2670
                "nosql",
2671
                "predis",
2672
                "redis"
2673
            ],
2674
            "support": {
2675
                "issues": "https://github.com/predis/predis/issues",
2676
                "source": "https://github.com/predis/predis/tree/v2.2.2"
2677
            },
2678
            "funding": [
2679
                {
2680
                    "url": "https://github.com/sponsors/tillkruss",
2681
                    "type": "github"
2682
                }
2683
            ],
2684
            "time": "2023-09-13T16:42:03+00:00"
2685
        },
2686
        {
2687
            "name": "psr/clock",
2688
            "version": "1.0.0",
2689
            "source": {
2690
                "type": "git",
2691
                "url": "https://github.com/php-fig/clock.git",
2692
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2693
            },
2694
            "dist": {
2695
                "type": "zip",
2696
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2697
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2698
                "shasum": ""
2699
            },
2700
            "require": {
2701
                "php": "^7.0 || ^8.0"
2702
            },
2703
            "type": "library",
2704
            "autoload": {
2705
                "psr-4": {
2706
                    "Psr\\Clock\\": "src/"
2707
                }
2708
            },
2709
            "notification-url": "https://packagist.org/downloads/",
2710
            "license": [
2711
                "MIT"
2712
            ],
2713
            "authors": [
2714
                {
2715
                    "name": "PHP-FIG",
2716
                    "homepage": "https://www.php-fig.org/"
2717
                }
2718
            ],
2719
            "description": "Common interface for reading the clock.",
2720
            "homepage": "https://github.com/php-fig/clock",
2721
            "keywords": [
2722
                "clock",
2723
                "now",
2724
                "psr",
2725
                "psr-20",
2726
                "time"
2727
            ],
2728
            "support": {
2729
                "issues": "https://github.com/php-fig/clock/issues",
2730
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
2731
            },
2732
            "time": "2022-11-25T14:36:26+00:00"
2733
        },
2734
        {
2735
            "name": "psr/container",
2736
            "version": "2.0.2",
2737
            "source": {
2738
                "type": "git",
2739
                "url": "https://github.com/php-fig/container.git",
2740
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2741
            },
2742
            "dist": {
2743
                "type": "zip",
2744
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2745
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2746
                "shasum": ""
2747
            },
2748
            "require": {
2749
                "php": ">=7.4.0"
2750
            },
2751
            "type": "library",
2752
            "extra": {
2753
                "branch-alias": {
2754
                    "dev-master": "2.0.x-dev"
2755
                }
2756
            },
2757
            "autoload": {
2758
                "psr-4": {
2759
                    "Psr\\Container\\": "src/"
2760
                }
2761
            },
2762
            "notification-url": "https://packagist.org/downloads/",
2763
            "license": [
2764
                "MIT"
2765
            ],
2766
            "authors": [
2767
                {
2768
                    "name": "PHP-FIG",
2769
                    "homepage": "https://www.php-fig.org/"
2770
                }
2771
            ],
2772
            "description": "Common Container Interface (PHP FIG PSR-11)",
2773
            "homepage": "https://github.com/php-fig/container",
2774
            "keywords": [
2775
                "PSR-11",
2776
                "container",
2777
                "container-interface",
2778
                "container-interop",
2779
                "psr"
2780
            ],
2781
            "support": {
2782
                "issues": "https://github.com/php-fig/container/issues",
2783
                "source": "https://github.com/php-fig/container/tree/2.0.2"
2784
            },
2785
            "time": "2021-11-05T16:47:00+00:00"
2786
        },
2787
        {
2788
            "name": "psr/event-dispatcher",
2789
            "version": "1.0.0",
2790
            "source": {
2791
                "type": "git",
2792
                "url": "https://github.com/php-fig/event-dispatcher.git",
2793
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2794
            },
2795
            "dist": {
2796
                "type": "zip",
2797
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2798
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2799
                "shasum": ""
2800
            },
2801
            "require": {
2802
                "php": ">=7.2.0"
2803
            },
2804
            "type": "library",
2805
            "extra": {
2806
                "branch-alias": {
2807
                    "dev-master": "1.0.x-dev"
2808
                }
2809
            },
2810
            "autoload": {
2811
                "psr-4": {
2812
                    "Psr\\EventDispatcher\\": "src/"
2813
                }
2814
            },
2815
            "notification-url": "https://packagist.org/downloads/",
2816
            "license": [
2817
                "MIT"
2818
            ],
2819
            "authors": [
2820
                {
2821
                    "name": "PHP-FIG",
2822
                    "homepage": "http://www.php-fig.org/"
2823
                }
2824
            ],
2825
            "description": "Standard interfaces for event handling.",
2826
            "keywords": [
2827
                "events",
2828
                "psr",
2829
                "psr-14"
2830
            ],
2831
            "support": {
2832
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
2833
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2834
            },
2835
            "time": "2019-01-08T18:20:26+00:00"
2836
        },
2837
        {
2838
            "name": "psr/http-client",
2839
            "version": "1.0.3",
2840
            "source": {
2841
                "type": "git",
2842
                "url": "https://github.com/php-fig/http-client.git",
2843
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2844
            },
2845
            "dist": {
2846
                "type": "zip",
2847
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
2848
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2849
                "shasum": ""
2850
            },
2851
            "require": {
2852
                "php": "^7.0 || ^8.0",
2853
                "psr/http-message": "^1.0 || ^2.0"
2854
            },
2855
            "type": "library",
2856
            "extra": {
2857
                "branch-alias": {
2858
                    "dev-master": "1.0.x-dev"
2859
                }
2860
            },
2861
            "autoload": {
2862
                "psr-4": {
2863
                    "Psr\\Http\\Client\\": "src/"
2864
                }
2865
            },
2866
            "notification-url": "https://packagist.org/downloads/",
2867
            "license": [
2868
                "MIT"
2869
            ],
2870
            "authors": [
2871
                {
2872
                    "name": "PHP-FIG",
2873
                    "homepage": "https://www.php-fig.org/"
2874
                }
2875
            ],
2876
            "description": "Common interface for HTTP clients",
2877
            "homepage": "https://github.com/php-fig/http-client",
2878
            "keywords": [
2879
                "http",
2880
                "http-client",
2881
                "psr",
2882
                "psr-18"
2883
            ],
2884
            "support": {
2885
                "source": "https://github.com/php-fig/http-client"
2886
            },
2887
            "time": "2023-09-23T14:17:50+00:00"
2888
        },
2889
        {
2890
            "name": "psr/http-factory",
2891
            "version": "1.0.2",
2892
            "source": {
2893
                "type": "git",
2894
                "url": "https://github.com/php-fig/http-factory.git",
2895
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
2896
            },
2897
            "dist": {
2898
                "type": "zip",
2899
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
2900
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
2901
                "shasum": ""
2902
            },
2903
            "require": {
2904
                "php": ">=7.0.0",
2905
                "psr/http-message": "^1.0 || ^2.0"
2906
            },
2907
            "type": "library",
2908
            "extra": {
2909
                "branch-alias": {
2910
                    "dev-master": "1.0.x-dev"
2911
                }
2912
            },
2913
            "autoload": {
2914
                "psr-4": {
2915
                    "Psr\\Http\\Message\\": "src/"
2916
                }
2917
            },
2918
            "notification-url": "https://packagist.org/downloads/",
2919
            "license": [
2920
                "MIT"
2921
            ],
2922
            "authors": [
2923
                {
2924
                    "name": "PHP-FIG",
2925
                    "homepage": "https://www.php-fig.org/"
2926
                }
2927
            ],
2928
            "description": "Common interfaces for PSR-7 HTTP message factories",
2929
            "keywords": [
2930
                "factory",
2931
                "http",
2932
                "message",
2933
                "psr",
2934
                "psr-17",
2935
                "psr-7",
2936
                "request",
2937
                "response"
2938
            ],
2939
            "support": {
2940
                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
2941
            },
2942
            "time": "2023-04-10T20:10:41+00:00"
2943
        },
2944
        {
2945
            "name": "psr/http-message",
2946
            "version": "2.0",
2947
            "source": {
2948
                "type": "git",
2949
                "url": "https://github.com/php-fig/http-message.git",
2950
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2951
            },
2952
            "dist": {
2953
                "type": "zip",
2954
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2955
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2956
                "shasum": ""
2957
            },
2958
            "require": {
2959
                "php": "^7.2 || ^8.0"
2960
            },
2961
            "type": "library",
2962
            "extra": {
2963
                "branch-alias": {
2964
                    "dev-master": "2.0.x-dev"
2965
                }
2966
            },
2967
            "autoload": {
2968
                "psr-4": {
2969
                    "Psr\\Http\\Message\\": "src/"
2970
                }
2971
            },
2972
            "notification-url": "https://packagist.org/downloads/",
2973
            "license": [
2974
                "MIT"
2975
            ],
2976
            "authors": [
2977
                {
2978
                    "name": "PHP-FIG",
2979
                    "homepage": "https://www.php-fig.org/"
2980
                }
2981
            ],
2982
            "description": "Common interface for HTTP messages",
2983
            "homepage": "https://github.com/php-fig/http-message",
2984
            "keywords": [
2985
                "http",
2986
                "http-message",
2987
                "psr",
2988
                "psr-7",
2989
                "request",
2990
                "response"
2991
            ],
2992
            "support": {
2993
                "source": "https://github.com/php-fig/http-message/tree/2.0"
2994
            },
2995
            "time": "2023-04-04T09:54:51+00:00"
2996
        },
2997
        {
2998
            "name": "psr/log",
2999
            "version": "3.0.0",
3000
            "source": {
3001
                "type": "git",
3002
                "url": "https://github.com/php-fig/log.git",
3003
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
3004
            },
3005
            "dist": {
3006
                "type": "zip",
3007
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
3008
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
3009
                "shasum": ""
3010
            },
3011
            "require": {
3012
                "php": ">=8.0.0"
3013
            },
3014
            "type": "library",
3015
            "extra": {
3016
                "branch-alias": {
3017
                    "dev-master": "3.x-dev"
3018
                }
3019
            },
3020
            "autoload": {
3021
                "psr-4": {
3022
                    "Psr\\Log\\": "src"
3023
                }
3024
            },
3025
            "notification-url": "https://packagist.org/downloads/",
3026
            "license": [
3027
                "MIT"
3028
            ],
3029
            "authors": [
3030
                {
3031
                    "name": "PHP-FIG",
3032
                    "homepage": "https://www.php-fig.org/"
3033
                }
3034
            ],
3035
            "description": "Common interface for logging libraries",
3036
            "homepage": "https://github.com/php-fig/log",
3037
            "keywords": [
3038
                "log",
3039
                "psr",
3040
                "psr-3"
3041
            ],
3042
            "support": {
3043
                "source": "https://github.com/php-fig/log/tree/3.0.0"
3044
            },
3045
            "time": "2021-07-14T16:46:02+00:00"
3046
        },
3047
        {
3048
            "name": "psr/simple-cache",
3049
            "version": "3.0.0",
3050
            "source": {
3051
                "type": "git",
3052
                "url": "https://github.com/php-fig/simple-cache.git",
3053
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
3054
            },
3055
            "dist": {
3056
                "type": "zip",
3057
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
3058
                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
3059
                "shasum": ""
3060
            },
3061
            "require": {
3062
                "php": ">=8.0.0"
3063
            },
3064
            "type": "library",
3065
            "extra": {
3066
                "branch-alias": {
3067
                    "dev-master": "3.0.x-dev"
3068
                }
3069
            },
3070
            "autoload": {
3071
                "psr-4": {
3072
                    "Psr\\SimpleCache\\": "src/"
3073
                }
3074
            },
3075
            "notification-url": "https://packagist.org/downloads/",
3076
            "license": [
3077
                "MIT"
3078
            ],
3079
            "authors": [
3080
                {
3081
                    "name": "PHP-FIG",
3082
                    "homepage": "https://www.php-fig.org/"
3083
                }
3084
            ],
3085
            "description": "Common interfaces for simple caching",
3086
            "keywords": [
3087
                "cache",
3088
                "caching",
3089
                "psr",
3090
                "psr-16",
3091
                "simple-cache"
3092
            ],
3093
            "support": {
3094
                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
3095
            },
3096
            "time": "2021-10-29T13:26:27+00:00"
3097
        },
3098
        {
3099
            "name": "psy/psysh",
3100
            "version": "v0.12.0",
3101
            "source": {
3102
                "type": "git",
3103
                "url": "https://github.com/bobthecow/psysh.git",
3104
                "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d"
3105
            },
3106
            "dist": {
3107
                "type": "zip",
3108
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d",
3109
                "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d",
3110
                "shasum": ""
3111
            },
3112
            "require": {
3113
                "ext-json": "*",
3114
                "ext-tokenizer": "*",
3115
                "nikic/php-parser": "^5.0 || ^4.0",
3116
                "php": "^8.0 || ^7.4",
3117
                "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
3118
                "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
3119
            },
3120
            "conflict": {
3121
                "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
3122
            },
3123
            "require-dev": {
3124
                "bamarni/composer-bin-plugin": "^1.2"
3125
            },
3126
            "suggest": {
3127
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
3128
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
3129
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
3130
            },
3131
            "bin": [
3132
                "bin/psysh"
3133
            ],
3134
            "type": "library",
3135
            "extra": {
3136
                "branch-alias": {
3137
                    "dev-main": "0.12.x-dev"
3138
                },
3139
                "bamarni-bin": {
3140
                    "bin-links": false,
3141
                    "forward-command": false
3142
                }
3143
            },
3144
            "autoload": {
3145
                "files": [
3146
                    "src/functions.php"
3147
                ],
3148
                "psr-4": {
3149
                    "Psy\\": "src/"
3150
                }
3151
            },
3152
            "notification-url": "https://packagist.org/downloads/",
3153
            "license": [
3154
                "MIT"
3155
            ],
3156
            "authors": [
3157
                {
3158
                    "name": "Justin Hileman",
3159
                    "email": "justin@justinhileman.info",
3160
                    "homepage": "http://justinhileman.com"
3161
                }
3162
            ],
3163
            "description": "An interactive shell for modern PHP.",
3164
            "homepage": "http://psysh.org",
3165
            "keywords": [
3166
                "REPL",
3167
                "console",
3168
                "interactive",
3169
                "shell"
3170
            ],
3171
            "support": {
3172
                "issues": "https://github.com/bobthecow/psysh/issues",
3173
                "source": "https://github.com/bobthecow/psysh/tree/v0.12.0"
3174
            },
3175
            "time": "2023-12-20T15:28:09+00:00"
3176
        },
3177
        {
3178
            "name": "ralouphie/getallheaders",
3179
            "version": "3.0.3",
3180
            "source": {
3181
                "type": "git",
3182
                "url": "https://github.com/ralouphie/getallheaders.git",
3183
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
3184
            },
3185
            "dist": {
3186
                "type": "zip",
3187
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3188
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
3189
                "shasum": ""
3190
            },
3191
            "require": {
3192
                "php": ">=5.6"
3193
            },
3194
            "require-dev": {
3195
                "php-coveralls/php-coveralls": "^2.1",
3196
                "phpunit/phpunit": "^5 || ^6.5"
3197
            },
3198
            "type": "library",
3199
            "autoload": {
3200
                "files": [
3201
                    "src/getallheaders.php"
3202
                ]
3203
            },
3204
            "notification-url": "https://packagist.org/downloads/",
3205
            "license": [
3206
                "MIT"
3207
            ],
3208
            "authors": [
3209
                {
3210
                    "name": "Ralph Khattar",
3211
                    "email": "ralph.khattar@gmail.com"
3212
                }
3213
            ],
3214
            "description": "A polyfill for getallheaders.",
3215
            "support": {
3216
                "issues": "https://github.com/ralouphie/getallheaders/issues",
3217
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3218
            },
3219
            "time": "2019-03-08T08:55:37+00:00"
3220
        },
3221
        {
3222
            "name": "ramsey/collection",
3223
            "version": "2.0.0",
3224
            "source": {
3225
                "type": "git",
3226
                "url": "https://github.com/ramsey/collection.git",
3227
                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
3228
            },
3229
            "dist": {
3230
                "type": "zip",
3231
                "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3232
                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3233
                "shasum": ""
3234
            },
3235
            "require": {
3236
                "php": "^8.1"
3237
            },
3238
            "require-dev": {
3239
                "captainhook/plugin-composer": "^5.3",
3240
                "ergebnis/composer-normalize": "^2.28.3",
3241
                "fakerphp/faker": "^1.21",
3242
                "hamcrest/hamcrest-php": "^2.0",
3243
                "jangregor/phpstan-prophecy": "^1.0",
3244
                "mockery/mockery": "^1.5",
3245
                "php-parallel-lint/php-console-highlighter": "^1.0",
3246
                "php-parallel-lint/php-parallel-lint": "^1.3",
3247
                "phpcsstandards/phpcsutils": "^1.0.0-rc1",
3248
                "phpspec/prophecy-phpunit": "^2.0",
3249
                "phpstan/extension-installer": "^1.2",
3250
                "phpstan/phpstan": "^1.9",
3251
                "phpstan/phpstan-mockery": "^1.1",
3252
                "phpstan/phpstan-phpunit": "^1.3",
3253
                "phpunit/phpunit": "^9.5",
3254
                "psalm/plugin-mockery": "^1.1",
3255
                "psalm/plugin-phpunit": "^0.18.4",
3256
                "ramsey/coding-standard": "^2.0.3",
3257
                "ramsey/conventional-commits": "^1.3",
3258
                "vimeo/psalm": "^5.4"
3259
            },
3260
            "type": "library",
3261
            "extra": {
3262
                "captainhook": {
3263
                    "force-install": true
3264
                },
3265
                "ramsey/conventional-commits": {
3266
                    "configFile": "conventional-commits.json"
3267
                }
3268
            },
3269
            "autoload": {
3270
                "psr-4": {
3271
                    "Ramsey\\Collection\\": "src/"
3272
                }
3273
            },
3274
            "notification-url": "https://packagist.org/downloads/",
3275
            "license": [
3276
                "MIT"
3277
            ],
3278
            "authors": [
3279
                {
3280
                    "name": "Ben Ramsey",
3281
                    "email": "ben@benramsey.com",
3282
                    "homepage": "https://benramsey.com"
3283
                }
3284
            ],
3285
            "description": "A PHP library for representing and manipulating collections.",
3286
            "keywords": [
3287
                "array",
3288
                "collection",
3289
                "hash",
3290
                "map",
3291
                "queue",
3292
                "set"
3293
            ],
3294
            "support": {
3295
                "issues": "https://github.com/ramsey/collection/issues",
3296
                "source": "https://github.com/ramsey/collection/tree/2.0.0"
3297
            },
3298
            "funding": [
3299
                {
3300
                    "url": "https://github.com/ramsey",
3301
                    "type": "github"
3302
                },
3303
                {
3304
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
3305
                    "type": "tidelift"
3306
                }
3307
            ],
3308
            "time": "2022-12-31T21:50:55+00:00"
3309
        },
3310
        {
3311
            "name": "ramsey/uuid",
3312
            "version": "4.7.5",
3313
            "source": {
3314
                "type": "git",
3315
                "url": "https://github.com/ramsey/uuid.git",
3316
                "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
3317
            },
3318
            "dist": {
3319
                "type": "zip",
3320
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
3321
                "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
3322
                "shasum": ""
3323
            },
3324
            "require": {
3325
                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
3326
                "ext-json": "*",
3327
                "php": "^8.0",
3328
                "ramsey/collection": "^1.2 || ^2.0"
3329
            },
3330
            "replace": {
3331
                "rhumsaa/uuid": "self.version"
3332
            },
3333
            "require-dev": {
3334
                "captainhook/captainhook": "^5.10",
3335
                "captainhook/plugin-composer": "^5.3",
3336
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3337
                "doctrine/annotations": "^1.8",
3338
                "ergebnis/composer-normalize": "^2.15",
3339
                "mockery/mockery": "^1.3",
3340
                "paragonie/random-lib": "^2",
3341
                "php-mock/php-mock": "^2.2",
3342
                "php-mock/php-mock-mockery": "^1.3",
3343
                "php-parallel-lint/php-parallel-lint": "^1.1",
3344
                "phpbench/phpbench": "^1.0",
3345
                "phpstan/extension-installer": "^1.1",
3346
                "phpstan/phpstan": "^1.8",
3347
                "phpstan/phpstan-mockery": "^1.1",
3348
                "phpstan/phpstan-phpunit": "^1.1",
3349
                "phpunit/phpunit": "^8.5 || ^9",
3350
                "ramsey/composer-repl": "^1.4",
3351
                "slevomat/coding-standard": "^8.4",
3352
                "squizlabs/php_codesniffer": "^3.5",
3353
                "vimeo/psalm": "^4.9"
3354
            },
3355
            "suggest": {
3356
                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3357
                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3358
                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3359
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3360
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3361
            },
3362
            "type": "library",
3363
            "extra": {
3364
                "captainhook": {
3365
                    "force-install": true
3366
                }
3367
            },
3368
            "autoload": {
3369
                "files": [
3370
                    "src/functions.php"
3371
                ],
3372
                "psr-4": {
3373
                    "Ramsey\\Uuid\\": "src/"
3374
                }
3375
            },
3376
            "notification-url": "https://packagist.org/downloads/",
3377
            "license": [
3378
                "MIT"
3379
            ],
3380
            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3381
            "keywords": [
3382
                "guid",
3383
                "identifier",
3384
                "uuid"
3385
            ],
3386
            "support": {
3387
                "issues": "https://github.com/ramsey/uuid/issues",
3388
                "source": "https://github.com/ramsey/uuid/tree/4.7.5"
3389
            },
3390
            "funding": [
3391
                {
3392
                    "url": "https://github.com/ramsey",
3393
                    "type": "github"
3394
                },
3395
                {
3396
                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
3397
                    "type": "tidelift"
3398
                }
3399
            ],
3400
            "time": "2023-11-08T05:53:05+00:00"
3401
        },
3402
        {
3403
            "name": "spatie/laravel-rate-limited-job-middleware",
3404
            "version": "2.3.0",
3405
            "source": {
3406
                "type": "git",
3407
                "url": "https://github.com/spatie/laravel-rate-limited-job-middleware.git",
3408
                "reference": "1682774606913202ca9333da755aa2ff8dfbc508"
3409
            },
3410
            "dist": {
3411
                "type": "zip",
3412
                "url": "https://api.github.com/repos/spatie/laravel-rate-limited-job-middleware/zipball/1682774606913202ca9333da755aa2ff8dfbc508",
3413
                "reference": "1682774606913202ca9333da755aa2ff8dfbc508",
3414
                "shasum": ""
3415
            },
3416
            "require": {
3417
                "artisansdk/ratelimiter": "^1.0",
3418
                "illuminate/cache": "^8.0|^9.0|^10.0",
3419
                "illuminate/redis": "^8.0|^9.0|^10.0",
3420
                "php": "^8.0"
3421
            },
3422
            "require-dev": {
3423
                "mockery/mockery": "^1.4.1",
3424
                "orchestra/testbench": "^6.23|^7.0|^8.0",
3425
                "pestphp/pest": "^1.21",
3426
                "phpunit/phpunit": "^9.5",
3427
                "spatie/pest-plugin-test-time": "^1.0",
3428
                "symfony/var-dumper": "^5.4|^6.0"
3429
            },
3430
            "type": "library",
3431
            "autoload": {
3432
                "psr-4": {
3433
                    "Spatie\\RateLimitedMiddleware\\": "src"
3434
                }
3435
            },
3436
            "notification-url": "https://packagist.org/downloads/",
3437
            "license": [
3438
                "MIT"
3439
            ],
3440
            "authors": [
3441
                {
3442
                    "name": "Freek Van der Herten",
3443
                    "email": "freek@spatie.be",
3444
                    "homepage": "https://spatie.be",
3445
                    "role": "Developer"
3446
                }
3447
            ],
3448
            "description": "A middleware that can rate limit jobs",
3449
            "homepage": "https://github.com/spatie/laravel-rate-limited-job-middleware",
3450
            "keywords": [
3451
                "laravel-rate-limited-job-middleware",
3452
                "spatie"
3453
            ],
3454
            "support": {
3455
                "issues": "https://github.com/spatie/laravel-rate-limited-job-middleware/issues",
3456
                "source": "https://github.com/spatie/laravel-rate-limited-job-middleware/tree/2.3.0"
3457
            },
3458
            "funding": [
3459
                {
3460
                    "url": "https://github.com/spatie",
3461
                    "type": "github"
3462
                }
3463
            ],
3464
            "time": "2023-06-19T14:21:20+00:00"
3465
        },
3466
        {
3467
            "name": "symfony/console",
3468
            "version": "v6.4.2",
3469
            "source": {
3470
                "type": "git",
3471
                "url": "https://github.com/symfony/console.git",
3472
                "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625"
3473
            },
3474
            "dist": {
3475
                "type": "zip",
3476
                "url": "https://api.github.com/repos/symfony/console/zipball/0254811a143e6bc6c8deea08b589a7e68a37f625",
3477
                "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625",
3478
                "shasum": ""
3479
            },
3480
            "require": {
3481
                "php": ">=8.1",
3482
                "symfony/deprecation-contracts": "^2.5|^3",
3483
                "symfony/polyfill-mbstring": "~1.0",
3484
                "symfony/service-contracts": "^2.5|^3",
3485
                "symfony/string": "^5.4|^6.0|^7.0"
3486
            },
3487
            "conflict": {
3488
                "symfony/dependency-injection": "<5.4",
3489
                "symfony/dotenv": "<5.4",
3490
                "symfony/event-dispatcher": "<5.4",
3491
                "symfony/lock": "<5.4",
3492
                "symfony/process": "<5.4"
3493
            },
3494
            "provide": {
3495
                "psr/log-implementation": "1.0|2.0|3.0"
3496
            },
3497
            "require-dev": {
3498
                "psr/log": "^1|^2|^3",
3499
                "symfony/config": "^5.4|^6.0|^7.0",
3500
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3501
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
3502
                "symfony/http-foundation": "^6.4|^7.0",
3503
                "symfony/http-kernel": "^6.4|^7.0",
3504
                "symfony/lock": "^5.4|^6.0|^7.0",
3505
                "symfony/messenger": "^5.4|^6.0|^7.0",
3506
                "symfony/process": "^5.4|^6.0|^7.0",
3507
                "symfony/stopwatch": "^5.4|^6.0|^7.0",
3508
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
3509
            },
3510
            "type": "library",
3511
            "autoload": {
3512
                "psr-4": {
3513
                    "Symfony\\Component\\Console\\": ""
3514
                },
3515
                "exclude-from-classmap": [
3516
                    "/Tests/"
3517
                ]
3518
            },
3519
            "notification-url": "https://packagist.org/downloads/",
3520
            "license": [
3521
                "MIT"
3522
            ],
3523
            "authors": [
3524
                {
3525
                    "name": "Fabien Potencier",
3526
                    "email": "fabien@symfony.com"
3527
                },
3528
                {
3529
                    "name": "Symfony Community",
3530
                    "homepage": "https://symfony.com/contributors"
3531
                }
3532
            ],
3533
            "description": "Eases the creation of beautiful and testable command line interfaces",
3534
            "homepage": "https://symfony.com",
3535
            "keywords": [
3536
                "cli",
3537
                "command-line",
3538
                "console",
3539
                "terminal"
3540
            ],
3541
            "support": {
3542
                "source": "https://github.com/symfony/console/tree/v6.4.2"
3543
            },
3544
            "funding": [
3545
                {
3546
                    "url": "https://symfony.com/sponsor",
3547
                    "type": "custom"
3548
                },
3549
                {
3550
                    "url": "https://github.com/fabpot",
3551
                    "type": "github"
3552
                },
3553
                {
3554
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3555
                    "type": "tidelift"
3556
                }
3557
            ],
3558
            "time": "2023-12-10T16:15:48+00:00"
3559
        },
3560
        {
3561
            "name": "symfony/css-selector",
3562
            "version": "v7.0.0",
3563
            "source": {
3564
                "type": "git",
3565
                "url": "https://github.com/symfony/css-selector.git",
3566
                "reference": "bb51d46e53ef8d50d523f0c5faedba056a27943e"
3567
            },
3568
            "dist": {
3569
                "type": "zip",
3570
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/bb51d46e53ef8d50d523f0c5faedba056a27943e",
3571
                "reference": "bb51d46e53ef8d50d523f0c5faedba056a27943e",
3572
                "shasum": ""
3573
            },
3574
            "require": {
3575
                "php": ">=8.2"
3576
            },
3577
            "type": "library",
3578
            "autoload": {
3579
                "psr-4": {
3580
                    "Symfony\\Component\\CssSelector\\": ""
3581
                },
3582
                "exclude-from-classmap": [
3583
                    "/Tests/"
3584
                ]
3585
            },
3586
            "notification-url": "https://packagist.org/downloads/",
3587
            "license": [
3588
                "MIT"
3589
            ],
3590
            "authors": [
3591
                {
3592
                    "name": "Fabien Potencier",
3593
                    "email": "fabien@symfony.com"
3594
                },
3595
                {
3596
                    "name": "Jean-François Simon",
3597
                    "email": "jeanfrancois.simon@sensiolabs.com"
3598
                },
3599
                {
3600
                    "name": "Symfony Community",
3601
                    "homepage": "https://symfony.com/contributors"
3602
                }
3603
            ],
3604
            "description": "Converts CSS selectors to XPath expressions",
3605
            "homepage": "https://symfony.com",
3606
            "support": {
3607
                "source": "https://github.com/symfony/css-selector/tree/v7.0.0"
3608
            },
3609
            "funding": [
3610
                {
3611
                    "url": "https://symfony.com/sponsor",
3612
                    "type": "custom"
3613
                },
3614
                {
3615
                    "url": "https://github.com/fabpot",
3616
                    "type": "github"
3617
                },
3618
                {
3619
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3620
                    "type": "tidelift"
3621
                }
3622
            ],
3623
            "time": "2023-10-31T17:59:56+00:00"
3624
        },
3625
        {
3626
            "name": "symfony/deprecation-contracts",
3627
            "version": "v3.4.0",
3628
            "source": {
3629
                "type": "git",
3630
                "url": "https://github.com/symfony/deprecation-contracts.git",
3631
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
3632
            },
3633
            "dist": {
3634
                "type": "zip",
3635
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
3636
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
3637
                "shasum": ""
3638
            },
3639
            "require": {
3640
                "php": ">=8.1"
3641
            },
3642
            "type": "library",
3643
            "extra": {
3644
                "branch-alias": {
3645
                    "dev-main": "3.4-dev"
3646
                },
3647
                "thanks": {
3648
                    "name": "symfony/contracts",
3649
                    "url": "https://github.com/symfony/contracts"
3650
                }
3651
            },
3652
            "autoload": {
3653
                "files": [
3654
                    "function.php"
3655
                ]
3656
            },
3657
            "notification-url": "https://packagist.org/downloads/",
3658
            "license": [
3659
                "MIT"
3660
            ],
3661
            "authors": [
3662
                {
3663
                    "name": "Nicolas Grekas",
3664
                    "email": "p@tchwork.com"
3665
                },
3666
                {
3667
                    "name": "Symfony Community",
3668
                    "homepage": "https://symfony.com/contributors"
3669
                }
3670
            ],
3671
            "description": "A generic function and convention to trigger deprecation notices",
3672
            "homepage": "https://symfony.com",
3673
            "support": {
3674
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
3675
            },
3676
            "funding": [
3677
                {
3678
                    "url": "https://symfony.com/sponsor",
3679
                    "type": "custom"
3680
                },
3681
                {
3682
                    "url": "https://github.com/fabpot",
3683
                    "type": "github"
3684
                },
3685
                {
3686
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3687
                    "type": "tidelift"
3688
                }
3689
            ],
3690
            "time": "2023-05-23T14:45:45+00:00"
3691
        },
3692
        {
3693
            "name": "symfony/error-handler",
3694
            "version": "v6.4.0",
3695
            "source": {
3696
                "type": "git",
3697
                "url": "https://github.com/symfony/error-handler.git",
3698
                "reference": "c873490a1c97b3a0a4838afc36ff36c112d02788"
3699
            },
3700
            "dist": {
3701
                "type": "zip",
3702
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/c873490a1c97b3a0a4838afc36ff36c112d02788",
3703
                "reference": "c873490a1c97b3a0a4838afc36ff36c112d02788",
3704
                "shasum": ""
3705
            },
3706
            "require": {
3707
                "php": ">=8.1",
3708
                "psr/log": "^1|^2|^3",
3709
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
3710
            },
3711
            "conflict": {
3712
                "symfony/deprecation-contracts": "<2.5",
3713
                "symfony/http-kernel": "<6.4"
3714
            },
3715
            "require-dev": {
3716
                "symfony/deprecation-contracts": "^2.5|^3",
3717
                "symfony/http-kernel": "^6.4|^7.0",
3718
                "symfony/serializer": "^5.4|^6.0|^7.0"
3719
            },
3720
            "bin": [
3721
                "Resources/bin/patch-type-declarations"
3722
            ],
3723
            "type": "library",
3724
            "autoload": {
3725
                "psr-4": {
3726
                    "Symfony\\Component\\ErrorHandler\\": ""
3727
                },
3728
                "exclude-from-classmap": [
3729
                    "/Tests/"
3730
                ]
3731
            },
3732
            "notification-url": "https://packagist.org/downloads/",
3733
            "license": [
3734
                "MIT"
3735
            ],
3736
            "authors": [
3737
                {
3738
                    "name": "Fabien Potencier",
3739
                    "email": "fabien@symfony.com"
3740
                },
3741
                {
3742
                    "name": "Symfony Community",
3743
                    "homepage": "https://symfony.com/contributors"
3744
                }
3745
            ],
3746
            "description": "Provides tools to manage errors and ease debugging PHP code",
3747
            "homepage": "https://symfony.com",
3748
            "support": {
3749
                "source": "https://github.com/symfony/error-handler/tree/v6.4.0"
3750
            },
3751
            "funding": [
3752
                {
3753
                    "url": "https://symfony.com/sponsor",
3754
                    "type": "custom"
3755
                },
3756
                {
3757
                    "url": "https://github.com/fabpot",
3758
                    "type": "github"
3759
                },
3760
                {
3761
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3762
                    "type": "tidelift"
3763
                }
3764
            ],
3765
            "time": "2023-10-18T09:43:34+00:00"
3766
        },
3767
        {
3768
            "name": "symfony/event-dispatcher",
3769
            "version": "v7.0.2",
3770
            "source": {
3771
                "type": "git",
3772
                "url": "https://github.com/symfony/event-dispatcher.git",
3773
                "reference": "098b62ae81fdd6cbf941f355059f617db28f4f9a"
3774
            },
3775
            "dist": {
3776
                "type": "zip",
3777
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/098b62ae81fdd6cbf941f355059f617db28f4f9a",
3778
                "reference": "098b62ae81fdd6cbf941f355059f617db28f4f9a",
3779
                "shasum": ""
3780
            },
3781
            "require": {
3782
                "php": ">=8.2",
3783
                "symfony/event-dispatcher-contracts": "^2.5|^3"
3784
            },
3785
            "conflict": {
3786
                "symfony/dependency-injection": "<6.4",
3787
                "symfony/service-contracts": "<2.5"
3788
            },
3789
            "provide": {
3790
                "psr/event-dispatcher-implementation": "1.0",
3791
                "symfony/event-dispatcher-implementation": "2.0|3.0"
3792
            },
3793
            "require-dev": {
3794
                "psr/log": "^1|^2|^3",
3795
                "symfony/config": "^6.4|^7.0",
3796
                "symfony/dependency-injection": "^6.4|^7.0",
3797
                "symfony/error-handler": "^6.4|^7.0",
3798
                "symfony/expression-language": "^6.4|^7.0",
3799
                "symfony/http-foundation": "^6.4|^7.0",
3800
                "symfony/service-contracts": "^2.5|^3",
3801
                "symfony/stopwatch": "^6.4|^7.0"
3802
            },
3803
            "type": "library",
3804
            "autoload": {
3805
                "psr-4": {
3806
                    "Symfony\\Component\\EventDispatcher\\": ""
3807
                },
3808
                "exclude-from-classmap": [
3809
                    "/Tests/"
3810
                ]
3811
            },
3812
            "notification-url": "https://packagist.org/downloads/",
3813
            "license": [
3814
                "MIT"
3815
            ],
3816
            "authors": [
3817
                {
3818
                    "name": "Fabien Potencier",
3819
                    "email": "fabien@symfony.com"
3820
                },
3821
                {
3822
                    "name": "Symfony Community",
3823
                    "homepage": "https://symfony.com/contributors"
3824
                }
3825
            ],
3826
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3827
            "homepage": "https://symfony.com",
3828
            "support": {
3829
                "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.2"
3830
            },
3831
            "funding": [
3832
                {
3833
                    "url": "https://symfony.com/sponsor",
3834
                    "type": "custom"
3835
                },
3836
                {
3837
                    "url": "https://github.com/fabpot",
3838
                    "type": "github"
3839
                },
3840
                {
3841
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3842
                    "type": "tidelift"
3843
                }
3844
            ],
3845
            "time": "2023-12-27T22:24:19+00:00"
3846
        },
3847
        {
3848
            "name": "symfony/event-dispatcher-contracts",
3849
            "version": "v3.4.0",
3850
            "source": {
3851
                "type": "git",
3852
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3853
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
3854
            },
3855
            "dist": {
3856
                "type": "zip",
3857
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
3858
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
3859
                "shasum": ""
3860
            },
3861
            "require": {
3862
                "php": ">=8.1",
3863
                "psr/event-dispatcher": "^1"
3864
            },
3865
            "type": "library",
3866
            "extra": {
3867
                "branch-alias": {
3868
                    "dev-main": "3.4-dev"
3869
                },
3870
                "thanks": {
3871
                    "name": "symfony/contracts",
3872
                    "url": "https://github.com/symfony/contracts"
3873
                }
3874
            },
3875
            "autoload": {
3876
                "psr-4": {
3877
                    "Symfony\\Contracts\\EventDispatcher\\": ""
3878
                }
3879
            },
3880
            "notification-url": "https://packagist.org/downloads/",
3881
            "license": [
3882
                "MIT"
3883
            ],
3884
            "authors": [
3885
                {
3886
                    "name": "Nicolas Grekas",
3887
                    "email": "p@tchwork.com"
3888
                },
3889
                {
3890
                    "name": "Symfony Community",
3891
                    "homepage": "https://symfony.com/contributors"
3892
                }
3893
            ],
3894
            "description": "Generic abstractions related to dispatching event",
3895
            "homepage": "https://symfony.com",
3896
            "keywords": [
3897
                "abstractions",
3898
                "contracts",
3899
                "decoupling",
3900
                "interfaces",
3901
                "interoperability",
3902
                "standards"
3903
            ],
3904
            "support": {
3905
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
3906
            },
3907
            "funding": [
3908
                {
3909
                    "url": "https://symfony.com/sponsor",
3910
                    "type": "custom"
3911
                },
3912
                {
3913
                    "url": "https://github.com/fabpot",
3914
                    "type": "github"
3915
                },
3916
                {
3917
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3918
                    "type": "tidelift"
3919
                }
3920
            ],
3921
            "time": "2023-05-23T14:45:45+00:00"
3922
        },
3923
        {
3924
            "name": "symfony/finder",
3925
            "version": "v6.4.0",
3926
            "source": {
3927
                "type": "git",
3928
                "url": "https://github.com/symfony/finder.git",
3929
                "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
3930
            },
3931
            "dist": {
3932
                "type": "zip",
3933
                "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
3934
                "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
3935
                "shasum": ""
3936
            },
3937
            "require": {
3938
                "php": ">=8.1"
3939
            },
3940
            "require-dev": {
3941
                "symfony/filesystem": "^6.0|^7.0"
3942
            },
3943
            "type": "library",
3944
            "autoload": {
3945
                "psr-4": {
3946
                    "Symfony\\Component\\Finder\\": ""
3947
                },
3948
                "exclude-from-classmap": [
3949
                    "/Tests/"
3950
                ]
3951
            },
3952
            "notification-url": "https://packagist.org/downloads/",
3953
            "license": [
3954
                "MIT"
3955
            ],
3956
            "authors": [
3957
                {
3958
                    "name": "Fabien Potencier",
3959
                    "email": "fabien@symfony.com"
3960
                },
3961
                {
3962
                    "name": "Symfony Community",
3963
                    "homepage": "https://symfony.com/contributors"
3964
                }
3965
            ],
3966
            "description": "Finds files and directories via an intuitive fluent interface",
3967
            "homepage": "https://symfony.com",
3968
            "support": {
3969
                "source": "https://github.com/symfony/finder/tree/v6.4.0"
3970
            },
3971
            "funding": [
3972
                {
3973
                    "url": "https://symfony.com/sponsor",
3974
                    "type": "custom"
3975
                },
3976
                {
3977
                    "url": "https://github.com/fabpot",
3978
                    "type": "github"
3979
                },
3980
                {
3981
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3982
                    "type": "tidelift"
3983
                }
3984
            ],
3985
            "time": "2023-10-31T17:30:12+00:00"
3986
        },
3987
        {
3988
            "name": "symfony/http-foundation",
3989
            "version": "v6.4.2",
3990
            "source": {
3991
                "type": "git",
3992
                "url": "https://github.com/symfony/http-foundation.git",
3993
                "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271"
3994
            },
3995
            "dist": {
3996
                "type": "zip",
3997
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/172d807f9ef3fc3fbed8377cc57c20d389269271",
3998
                "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271",
3999
                "shasum": ""
4000
            },
4001
            "require": {
4002
                "php": ">=8.1",
4003
                "symfony/deprecation-contracts": "^2.5|^3",
4004
                "symfony/polyfill-mbstring": "~1.1",
4005
                "symfony/polyfill-php83": "^1.27"
4006
            },
4007
            "conflict": {
4008
                "symfony/cache": "<6.3"
4009
            },
4010
            "require-dev": {
4011
                "doctrine/dbal": "^2.13.1|^3|^4",
4012
                "predis/predis": "^1.1|^2.0",
4013
                "symfony/cache": "^6.3|^7.0",
4014
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
4015
                "symfony/expression-language": "^5.4|^6.0|^7.0",
4016
                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
4017
                "symfony/mime": "^5.4|^6.0|^7.0",
4018
                "symfony/rate-limiter": "^5.4|^6.0|^7.0"
4019
            },
4020
            "type": "library",
4021
            "autoload": {
4022
                "psr-4": {
4023
                    "Symfony\\Component\\HttpFoundation\\": ""
4024
                },
4025
                "exclude-from-classmap": [
4026
                    "/Tests/"
4027
                ]
4028
            },
4029
            "notification-url": "https://packagist.org/downloads/",
4030
            "license": [
4031
                "MIT"
4032
            ],
4033
            "authors": [
4034
                {
4035
                    "name": "Fabien Potencier",
4036
                    "email": "fabien@symfony.com"
4037
                },
4038
                {
4039
                    "name": "Symfony Community",
4040
                    "homepage": "https://symfony.com/contributors"
4041
                }
4042
            ],
4043
            "description": "Defines an object-oriented layer for the HTTP specification",
4044
            "homepage": "https://symfony.com",
4045
            "support": {
4046
                "source": "https://github.com/symfony/http-foundation/tree/v6.4.2"
4047
            },
4048
            "funding": [
4049
                {
4050
                    "url": "https://symfony.com/sponsor",
4051
                    "type": "custom"
4052
                },
4053
                {
4054
                    "url": "https://github.com/fabpot",
4055
                    "type": "github"
4056
                },
4057
                {
4058
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4059
                    "type": "tidelift"
4060
                }
4061
            ],
4062
            "time": "2023-12-27T22:16:42+00:00"
4063
        },
4064
        {
4065
            "name": "symfony/http-kernel",
4066
            "version": "v6.4.2",
4067
            "source": {
4068
                "type": "git",
4069
                "url": "https://github.com/symfony/http-kernel.git",
4070
                "reference": "13e8387320b5942d0dc408440c888e2d526efef4"
4071
            },
4072
            "dist": {
4073
                "type": "zip",
4074
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/13e8387320b5942d0dc408440c888e2d526efef4",
4075
                "reference": "13e8387320b5942d0dc408440c888e2d526efef4",
4076
                "shasum": ""
4077
            },
4078
            "require": {
4079
                "php": ">=8.1",
4080
                "psr/log": "^1|^2|^3",
4081
                "symfony/deprecation-contracts": "^2.5|^3",
4082
                "symfony/error-handler": "^6.4|^7.0",
4083
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
4084
                "symfony/http-foundation": "^6.4|^7.0",
4085
                "symfony/polyfill-ctype": "^1.8"
4086
            },
4087
            "conflict": {
4088
                "symfony/browser-kit": "<5.4",
4089
                "symfony/cache": "<5.4",
4090
                "symfony/config": "<6.1",
4091
                "symfony/console": "<5.4",
4092
                "symfony/dependency-injection": "<6.4",
4093
                "symfony/doctrine-bridge": "<5.4",
4094
                "symfony/form": "<5.4",
4095
                "symfony/http-client": "<5.4",
4096
                "symfony/http-client-contracts": "<2.5",
4097
                "symfony/mailer": "<5.4",
4098
                "symfony/messenger": "<5.4",
4099
                "symfony/translation": "<5.4",
4100
                "symfony/translation-contracts": "<2.5",
4101
                "symfony/twig-bridge": "<5.4",
4102
                "symfony/validator": "<6.4",
4103
                "symfony/var-dumper": "<6.3",
4104
                "twig/twig": "<2.13"
4105
            },
4106
            "provide": {
4107
                "psr/log-implementation": "1.0|2.0|3.0"
4108
            },
4109
            "require-dev": {
4110
                "psr/cache": "^1.0|^2.0|^3.0",
4111
                "symfony/browser-kit": "^5.4|^6.0|^7.0",
4112
                "symfony/clock": "^6.2|^7.0",
4113
                "symfony/config": "^6.1|^7.0",
4114
                "symfony/console": "^5.4|^6.0|^7.0",
4115
                "symfony/css-selector": "^5.4|^6.0|^7.0",
4116
                "symfony/dependency-injection": "^6.4|^7.0",
4117
                "symfony/dom-crawler": "^5.4|^6.0|^7.0",
4118
                "symfony/expression-language": "^5.4|^6.0|^7.0",
4119
                "symfony/finder": "^5.4|^6.0|^7.0",
4120
                "symfony/http-client-contracts": "^2.5|^3",
4121
                "symfony/process": "^5.4|^6.0|^7.0",
4122
                "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
4123
                "symfony/routing": "^5.4|^6.0|^7.0",
4124
                "symfony/serializer": "^6.3|^7.0",
4125
                "symfony/stopwatch": "^5.4|^6.0|^7.0",
4126
                "symfony/translation": "^5.4|^6.0|^7.0",
4127
                "symfony/translation-contracts": "^2.5|^3",
4128
                "symfony/uid": "^5.4|^6.0|^7.0",
4129
                "symfony/validator": "^6.4|^7.0",
4130
                "symfony/var-exporter": "^6.2|^7.0",
4131
                "twig/twig": "^2.13|^3.0.4"
4132
            },
4133
            "type": "library",
4134
            "autoload": {
4135
                "psr-4": {
4136
                    "Symfony\\Component\\HttpKernel\\": ""
4137
                },
4138
                "exclude-from-classmap": [
4139
                    "/Tests/"
4140
                ]
4141
            },
4142
            "notification-url": "https://packagist.org/downloads/",
4143
            "license": [
4144
                "MIT"
4145
            ],
4146
            "authors": [
4147
                {
4148
                    "name": "Fabien Potencier",
4149
                    "email": "fabien@symfony.com"
4150
                },
4151
                {
4152
                    "name": "Symfony Community",
4153
                    "homepage": "https://symfony.com/contributors"
4154
                }
4155
            ],
4156
            "description": "Provides a structured process for converting a Request into a Response",
4157
            "homepage": "https://symfony.com",
4158
            "support": {
4159
                "source": "https://github.com/symfony/http-kernel/tree/v6.4.2"
4160
            },
4161
            "funding": [
4162
                {
4163
                    "url": "https://symfony.com/sponsor",
4164
                    "type": "custom"
4165
                },
4166
                {
4167
                    "url": "https://github.com/fabpot",
4168
                    "type": "github"
4169
                },
4170
                {
4171
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4172
                    "type": "tidelift"
4173
                }
4174
            ],
4175
            "time": "2023-12-30T15:31:44+00:00"
4176
        },
4177
        {
4178
            "name": "symfony/mailer",
4179
            "version": "v6.4.2",
4180
            "source": {
4181
                "type": "git",
4182
                "url": "https://github.com/symfony/mailer.git",
4183
                "reference": "6da89e5c9202f129717a770a03183fb140720168"
4184
            },
4185
            "dist": {
4186
                "type": "zip",
4187
                "url": "https://api.github.com/repos/symfony/mailer/zipball/6da89e5c9202f129717a770a03183fb140720168",
4188
                "reference": "6da89e5c9202f129717a770a03183fb140720168",
4189
                "shasum": ""
4190
            },
4191
            "require": {
4192
                "egulias/email-validator": "^2.1.10|^3|^4",
4193
                "php": ">=8.1",
4194
                "psr/event-dispatcher": "^1",
4195
                "psr/log": "^1|^2|^3",
4196
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
4197
                "symfony/mime": "^6.2|^7.0",
4198
                "symfony/service-contracts": "^2.5|^3"
4199
            },
4200
            "conflict": {
4201
                "symfony/http-client-contracts": "<2.5",
4202
                "symfony/http-kernel": "<5.4",
4203
                "symfony/messenger": "<6.2",
4204
                "symfony/mime": "<6.2",
4205
                "symfony/twig-bridge": "<6.2.1"
4206
            },
4207
            "require-dev": {
4208
                "symfony/console": "^5.4|^6.0|^7.0",
4209
                "symfony/http-client": "^5.4|^6.0|^7.0",
4210
                "symfony/messenger": "^6.2|^7.0",
4211
                "symfony/twig-bridge": "^6.2|^7.0"
4212
            },
4213
            "type": "library",
4214
            "autoload": {
4215
                "psr-4": {
4216
                    "Symfony\\Component\\Mailer\\": ""
4217
                },
4218
                "exclude-from-classmap": [
4219
                    "/Tests/"
4220
                ]
4221
            },
4222
            "notification-url": "https://packagist.org/downloads/",
4223
            "license": [
4224
                "MIT"
4225
            ],
4226
            "authors": [
4227
                {
4228
                    "name": "Fabien Potencier",
4229
                    "email": "fabien@symfony.com"
4230
                },
4231
                {
4232
                    "name": "Symfony Community",
4233
                    "homepage": "https://symfony.com/contributors"
4234
                }
4235
            ],
4236
            "description": "Helps sending emails",
4237
            "homepage": "https://symfony.com",
4238
            "support": {
4239
                "source": "https://github.com/symfony/mailer/tree/v6.4.2"
4240
            },
4241
            "funding": [
4242
                {
4243
                    "url": "https://symfony.com/sponsor",
4244
                    "type": "custom"
4245
                },
4246
                {
4247
                    "url": "https://github.com/fabpot",
4248
                    "type": "github"
4249
                },
4250
                {
4251
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4252
                    "type": "tidelift"
4253
                }
4254
            ],
4255
            "time": "2023-12-19T09:12:31+00:00"
4256
        },
4257
        {
4258
            "name": "symfony/mime",
4259
            "version": "v6.4.0",
4260
            "source": {
4261
                "type": "git",
4262
                "url": "https://github.com/symfony/mime.git",
4263
                "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205"
4264
            },
4265
            "dist": {
4266
                "type": "zip",
4267
                "url": "https://api.github.com/repos/symfony/mime/zipball/ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
4268
                "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
4269
                "shasum": ""
4270
            },
4271
            "require": {
4272
                "php": ">=8.1",
4273
                "symfony/deprecation-contracts": "^2.5|^3",
4274
                "symfony/polyfill-intl-idn": "^1.10",
4275
                "symfony/polyfill-mbstring": "^1.0"
4276
            },
4277
            "conflict": {
4278
                "egulias/email-validator": "~3.0.0",
4279
                "phpdocumentor/reflection-docblock": "<3.2.2",
4280
                "phpdocumentor/type-resolver": "<1.4.0",
4281
                "symfony/mailer": "<5.4",
4282
                "symfony/serializer": "<6.3.2"
4283
            },
4284
            "require-dev": {
4285
                "egulias/email-validator": "^2.1.10|^3.1|^4",
4286
                "league/html-to-markdown": "^5.0",
4287
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4288
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
4289
                "symfony/property-access": "^5.4|^6.0|^7.0",
4290
                "symfony/property-info": "^5.4|^6.0|^7.0",
4291
                "symfony/serializer": "^6.3.2|^7.0"
4292
            },
4293
            "type": "library",
4294
            "autoload": {
4295
                "psr-4": {
4296
                    "Symfony\\Component\\Mime\\": ""
4297
                },
4298
                "exclude-from-classmap": [
4299
                    "/Tests/"
4300
                ]
4301
            },
4302
            "notification-url": "https://packagist.org/downloads/",
4303
            "license": [
4304
                "MIT"
4305
            ],
4306
            "authors": [
4307
                {
4308
                    "name": "Fabien Potencier",
4309
                    "email": "fabien@symfony.com"
4310
                },
4311
                {
4312
                    "name": "Symfony Community",
4313
                    "homepage": "https://symfony.com/contributors"
4314
                }
4315
            ],
4316
            "description": "Allows manipulating MIME messages",
4317
            "homepage": "https://symfony.com",
4318
            "keywords": [
4319
                "mime",
4320
                "mime-type"
4321
            ],
4322
            "support": {
4323
                "source": "https://github.com/symfony/mime/tree/v6.4.0"
4324
            },
4325
            "funding": [
4326
                {
4327
                    "url": "https://symfony.com/sponsor",
4328
                    "type": "custom"
4329
                },
4330
                {
4331
                    "url": "https://github.com/fabpot",
4332
                    "type": "github"
4333
                },
4334
                {
4335
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4336
                    "type": "tidelift"
4337
                }
4338
            ],
4339
            "time": "2023-10-17T11:49:05+00:00"
4340
        },
4341
        {
4342
            "name": "symfony/polyfill-ctype",
4343
            "version": "v1.28.0",
4344
            "source": {
4345
                "type": "git",
4346
                "url": "https://github.com/symfony/polyfill-ctype.git",
4347
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
4348
            },
4349
            "dist": {
4350
                "type": "zip",
4351
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
4352
                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
4353
                "shasum": ""
4354
            },
4355
            "require": {
4356
                "php": ">=7.1"
4357
            },
4358
            "provide": {
4359
                "ext-ctype": "*"
4360
            },
4361
            "suggest": {
4362
                "ext-ctype": "For best performance"
4363
            },
4364
            "type": "library",
4365
            "extra": {
4366
                "branch-alias": {
4367
                    "dev-main": "1.28-dev"
4368
                },
4369
                "thanks": {
4370
                    "name": "symfony/polyfill",
4371
                    "url": "https://github.com/symfony/polyfill"
4372
                }
4373
            },
4374
            "autoload": {
4375
                "files": [
4376
                    "bootstrap.php"
4377
                ],
4378
                "psr-4": {
4379
                    "Symfony\\Polyfill\\Ctype\\": ""
4380
                }
4381
            },
4382
            "notification-url": "https://packagist.org/downloads/",
4383
            "license": [
4384
                "MIT"
4385
            ],
4386
            "authors": [
4387
                {
4388
                    "name": "Gert de Pagter",
4389
                    "email": "BackEndTea@gmail.com"
4390
                },
4391
                {
4392
                    "name": "Symfony Community",
4393
                    "homepage": "https://symfony.com/contributors"
4394
                }
4395
            ],
4396
            "description": "Symfony polyfill for ctype functions",
4397
            "homepage": "https://symfony.com",
4398
            "keywords": [
4399
                "compatibility",
4400
                "ctype",
4401
                "polyfill",
4402
                "portable"
4403
            ],
4404
            "support": {
4405
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
4406
            },
4407
            "funding": [
4408
                {
4409
                    "url": "https://symfony.com/sponsor",
4410
                    "type": "custom"
4411
                },
4412
                {
4413
                    "url": "https://github.com/fabpot",
4414
                    "type": "github"
4415
                },
4416
                {
4417
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4418
                    "type": "tidelift"
4419
                }
4420
            ],
4421
            "time": "2023-01-26T09:26:14+00:00"
4422
        },
4423
        {
4424
            "name": "symfony/polyfill-intl-grapheme",
4425
            "version": "v1.28.0",
4426
            "source": {
4427
                "type": "git",
4428
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4429
                "reference": "875e90aeea2777b6f135677f618529449334a612"
4430
            },
4431
            "dist": {
4432
                "type": "zip",
4433
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
4434
                "reference": "875e90aeea2777b6f135677f618529449334a612",
4435
                "shasum": ""
4436
            },
4437
            "require": {
4438
                "php": ">=7.1"
4439
            },
4440
            "suggest": {
4441
                "ext-intl": "For best performance"
4442
            },
4443
            "type": "library",
4444
            "extra": {
4445
                "branch-alias": {
4446
                    "dev-main": "1.28-dev"
4447
                },
4448
                "thanks": {
4449
                    "name": "symfony/polyfill",
4450
                    "url": "https://github.com/symfony/polyfill"
4451
                }
4452
            },
4453
            "autoload": {
4454
                "files": [
4455
                    "bootstrap.php"
4456
                ],
4457
                "psr-4": {
4458
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4459
                }
4460
            },
4461
            "notification-url": "https://packagist.org/downloads/",
4462
            "license": [
4463
                "MIT"
4464
            ],
4465
            "authors": [
4466
                {
4467
                    "name": "Nicolas Grekas",
4468
                    "email": "p@tchwork.com"
4469
                },
4470
                {
4471
                    "name": "Symfony Community",
4472
                    "homepage": "https://symfony.com/contributors"
4473
                }
4474
            ],
4475
            "description": "Symfony polyfill for intl's grapheme_* functions",
4476
            "homepage": "https://symfony.com",
4477
            "keywords": [
4478
                "compatibility",
4479
                "grapheme",
4480
                "intl",
4481
                "polyfill",
4482
                "portable",
4483
                "shim"
4484
            ],
4485
            "support": {
4486
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
4487
            },
4488
            "funding": [
4489
                {
4490
                    "url": "https://symfony.com/sponsor",
4491
                    "type": "custom"
4492
                },
4493
                {
4494
                    "url": "https://github.com/fabpot",
4495
                    "type": "github"
4496
                },
4497
                {
4498
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4499
                    "type": "tidelift"
4500
                }
4501
            ],
4502
            "time": "2023-01-26T09:26:14+00:00"
4503
        },
4504
        {
4505
            "name": "symfony/polyfill-intl-idn",
4506
            "version": "v1.28.0",
4507
            "source": {
4508
                "type": "git",
4509
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
4510
                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
4511
            },
4512
            "dist": {
4513
                "type": "zip",
4514
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
4515
                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
4516
                "shasum": ""
4517
            },
4518
            "require": {
4519
                "php": ">=7.1",
4520
                "symfony/polyfill-intl-normalizer": "^1.10",
4521
                "symfony/polyfill-php72": "^1.10"
4522
            },
4523
            "suggest": {
4524
                "ext-intl": "For best performance"
4525
            },
4526
            "type": "library",
4527
            "extra": {
4528
                "branch-alias": {
4529
                    "dev-main": "1.28-dev"
4530
                },
4531
                "thanks": {
4532
                    "name": "symfony/polyfill",
4533
                    "url": "https://github.com/symfony/polyfill"
4534
                }
4535
            },
4536
            "autoload": {
4537
                "files": [
4538
                    "bootstrap.php"
4539
                ],
4540
                "psr-4": {
4541
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
4542
                }
4543
            },
4544
            "notification-url": "https://packagist.org/downloads/",
4545
            "license": [
4546
                "MIT"
4547
            ],
4548
            "authors": [
4549
                {
4550
                    "name": "Laurent Bassin",
4551
                    "email": "laurent@bassin.info"
4552
                },
4553
                {
4554
                    "name": "Trevor Rowbotham",
4555
                    "email": "trevor.rowbotham@pm.me"
4556
                },
4557
                {
4558
                    "name": "Symfony Community",
4559
                    "homepage": "https://symfony.com/contributors"
4560
                }
4561
            ],
4562
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4563
            "homepage": "https://symfony.com",
4564
            "keywords": [
4565
                "compatibility",
4566
                "idn",
4567
                "intl",
4568
                "polyfill",
4569
                "portable",
4570
                "shim"
4571
            ],
4572
            "support": {
4573
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
4574
            },
4575
            "funding": [
4576
                {
4577
                    "url": "https://symfony.com/sponsor",
4578
                    "type": "custom"
4579
                },
4580
                {
4581
                    "url": "https://github.com/fabpot",
4582
                    "type": "github"
4583
                },
4584
                {
4585
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4586
                    "type": "tidelift"
4587
                }
4588
            ],
4589
            "time": "2023-01-26T09:30:37+00:00"
4590
        },
4591
        {
4592
            "name": "symfony/polyfill-intl-normalizer",
4593
            "version": "v1.28.0",
4594
            "source": {
4595
                "type": "git",
4596
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4597
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
4598
            },
4599
            "dist": {
4600
                "type": "zip",
4601
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4602
                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4603
                "shasum": ""
4604
            },
4605
            "require": {
4606
                "php": ">=7.1"
4607
            },
4608
            "suggest": {
4609
                "ext-intl": "For best performance"
4610
            },
4611
            "type": "library",
4612
            "extra": {
4613
                "branch-alias": {
4614
                    "dev-main": "1.28-dev"
4615
                },
4616
                "thanks": {
4617
                    "name": "symfony/polyfill",
4618
                    "url": "https://github.com/symfony/polyfill"
4619
                }
4620
            },
4621
            "autoload": {
4622
                "files": [
4623
                    "bootstrap.php"
4624
                ],
4625
                "psr-4": {
4626
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4627
                },
4628
                "classmap": [
4629
                    "Resources/stubs"
4630
                ]
4631
            },
4632
            "notification-url": "https://packagist.org/downloads/",
4633
            "license": [
4634
                "MIT"
4635
            ],
4636
            "authors": [
4637
                {
4638
                    "name": "Nicolas Grekas",
4639
                    "email": "p@tchwork.com"
4640
                },
4641
                {
4642
                    "name": "Symfony Community",
4643
                    "homepage": "https://symfony.com/contributors"
4644
                }
4645
            ],
4646
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
4647
            "homepage": "https://symfony.com",
4648
            "keywords": [
4649
                "compatibility",
4650
                "intl",
4651
                "normalizer",
4652
                "polyfill",
4653
                "portable",
4654
                "shim"
4655
            ],
4656
            "support": {
4657
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
4658
            },
4659
            "funding": [
4660
                {
4661
                    "url": "https://symfony.com/sponsor",
4662
                    "type": "custom"
4663
                },
4664
                {
4665
                    "url": "https://github.com/fabpot",
4666
                    "type": "github"
4667
                },
4668
                {
4669
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4670
                    "type": "tidelift"
4671
                }
4672
            ],
4673
            "time": "2023-01-26T09:26:14+00:00"
4674
        },
4675
        {
4676
            "name": "symfony/polyfill-mbstring",
4677
            "version": "v1.28.0",
4678
            "source": {
4679
                "type": "git",
4680
                "url": "https://github.com/symfony/polyfill-mbstring.git",
4681
                "reference": "42292d99c55abe617799667f454222c54c60e229"
4682
            },
4683
            "dist": {
4684
                "type": "zip",
4685
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
4686
                "reference": "42292d99c55abe617799667f454222c54c60e229",
4687
                "shasum": ""
4688
            },
4689
            "require": {
4690
                "php": ">=7.1"
4691
            },
4692
            "provide": {
4693
                "ext-mbstring": "*"
4694
            },
4695
            "suggest": {
4696
                "ext-mbstring": "For best performance"
4697
            },
4698
            "type": "library",
4699
            "extra": {
4700
                "branch-alias": {
4701
                    "dev-main": "1.28-dev"
4702
                },
4703
                "thanks": {
4704
                    "name": "symfony/polyfill",
4705
                    "url": "https://github.com/symfony/polyfill"
4706
                }
4707
            },
4708
            "autoload": {
4709
                "files": [
4710
                    "bootstrap.php"
4711
                ],
4712
                "psr-4": {
4713
                    "Symfony\\Polyfill\\Mbstring\\": ""
4714
                }
4715
            },
4716
            "notification-url": "https://packagist.org/downloads/",
4717
            "license": [
4718
                "MIT"
4719
            ],
4720
            "authors": [
4721
                {
4722
                    "name": "Nicolas Grekas",
4723
                    "email": "p@tchwork.com"
4724
                },
4725
                {
4726
                    "name": "Symfony Community",
4727
                    "homepage": "https://symfony.com/contributors"
4728
                }
4729
            ],
4730
            "description": "Symfony polyfill for the Mbstring extension",
4731
            "homepage": "https://symfony.com",
4732
            "keywords": [
4733
                "compatibility",
4734
                "mbstring",
4735
                "polyfill",
4736
                "portable",
4737
                "shim"
4738
            ],
4739
            "support": {
4740
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
4741
            },
4742
            "funding": [
4743
                {
4744
                    "url": "https://symfony.com/sponsor",
4745
                    "type": "custom"
4746
                },
4747
                {
4748
                    "url": "https://github.com/fabpot",
4749
                    "type": "github"
4750
                },
4751
                {
4752
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4753
                    "type": "tidelift"
4754
                }
4755
            ],
4756
            "time": "2023-07-28T09:04:16+00:00"
4757
        },
4758
        {
4759
            "name": "symfony/polyfill-php72",
4760
            "version": "v1.28.0",
4761
            "source": {
4762
                "type": "git",
4763
                "url": "https://github.com/symfony/polyfill-php72.git",
4764
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
4765
            },
4766
            "dist": {
4767
                "type": "zip",
4768
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
4769
                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
4770
                "shasum": ""
4771
            },
4772
            "require": {
4773
                "php": ">=7.1"
4774
            },
4775
            "type": "library",
4776
            "extra": {
4777
                "branch-alias": {
4778
                    "dev-main": "1.28-dev"
4779
                },
4780
                "thanks": {
4781
                    "name": "symfony/polyfill",
4782
                    "url": "https://github.com/symfony/polyfill"
4783
                }
4784
            },
4785
            "autoload": {
4786
                "files": [
4787
                    "bootstrap.php"
4788
                ],
4789
                "psr-4": {
4790
                    "Symfony\\Polyfill\\Php72\\": ""
4791
                }
4792
            },
4793
            "notification-url": "https://packagist.org/downloads/",
4794
            "license": [
4795
                "MIT"
4796
            ],
4797
            "authors": [
4798
                {
4799
                    "name": "Nicolas Grekas",
4800
                    "email": "p@tchwork.com"
4801
                },
4802
                {
4803
                    "name": "Symfony Community",
4804
                    "homepage": "https://symfony.com/contributors"
4805
                }
4806
            ],
4807
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4808
            "homepage": "https://symfony.com",
4809
            "keywords": [
4810
                "compatibility",
4811
                "polyfill",
4812
                "portable",
4813
                "shim"
4814
            ],
4815
            "support": {
4816
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
4817
            },
4818
            "funding": [
4819
                {
4820
                    "url": "https://symfony.com/sponsor",
4821
                    "type": "custom"
4822
                },
4823
                {
4824
                    "url": "https://github.com/fabpot",
4825
                    "type": "github"
4826
                },
4827
                {
4828
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4829
                    "type": "tidelift"
4830
                }
4831
            ],
4832
            "time": "2023-01-26T09:26:14+00:00"
4833
        },
4834
        {
4835
            "name": "symfony/polyfill-php80",
4836
            "version": "v1.28.0",
4837
            "source": {
4838
                "type": "git",
4839
                "url": "https://github.com/symfony/polyfill-php80.git",
4840
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
4841
            },
4842
            "dist": {
4843
                "type": "zip",
4844
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
4845
                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
4846
                "shasum": ""
4847
            },
4848
            "require": {
4849
                "php": ">=7.1"
4850
            },
4851
            "type": "library",
4852
            "extra": {
4853
                "branch-alias": {
4854
                    "dev-main": "1.28-dev"
4855
                },
4856
                "thanks": {
4857
                    "name": "symfony/polyfill",
4858
                    "url": "https://github.com/symfony/polyfill"
4859
                }
4860
            },
4861
            "autoload": {
4862
                "files": [
4863
                    "bootstrap.php"
4864
                ],
4865
                "psr-4": {
4866
                    "Symfony\\Polyfill\\Php80\\": ""
4867
                },
4868
                "classmap": [
4869
                    "Resources/stubs"
4870
                ]
4871
            },
4872
            "notification-url": "https://packagist.org/downloads/",
4873
            "license": [
4874
                "MIT"
4875
            ],
4876
            "authors": [
4877
                {
4878
                    "name": "Ion Bazan",
4879
                    "email": "ion.bazan@gmail.com"
4880
                },
4881
                {
4882
                    "name": "Nicolas Grekas",
4883
                    "email": "p@tchwork.com"
4884
                },
4885
                {
4886
                    "name": "Symfony Community",
4887
                    "homepage": "https://symfony.com/contributors"
4888
                }
4889
            ],
4890
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4891
            "homepage": "https://symfony.com",
4892
            "keywords": [
4893
                "compatibility",
4894
                "polyfill",
4895
                "portable",
4896
                "shim"
4897
            ],
4898
            "support": {
4899
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
4900
            },
4901
            "funding": [
4902
                {
4903
                    "url": "https://symfony.com/sponsor",
4904
                    "type": "custom"
4905
                },
4906
                {
4907
                    "url": "https://github.com/fabpot",
4908
                    "type": "github"
4909
                },
4910
                {
4911
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4912
                    "type": "tidelift"
4913
                }
4914
            ],
4915
            "time": "2023-01-26T09:26:14+00:00"
4916
        },
4917
        {
4918
            "name": "symfony/polyfill-php83",
4919
            "version": "v1.28.0",
4920
            "source": {
4921
                "type": "git",
4922
                "url": "https://github.com/symfony/polyfill-php83.git",
4923
                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
4924
            },
4925
            "dist": {
4926
                "type": "zip",
4927
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
4928
                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
4929
                "shasum": ""
4930
            },
4931
            "require": {
4932
                "php": ">=7.1",
4933
                "symfony/polyfill-php80": "^1.14"
4934
            },
4935
            "type": "library",
4936
            "extra": {
4937
                "branch-alias": {
4938
                    "dev-main": "1.28-dev"
4939
                },
4940
                "thanks": {
4941
                    "name": "symfony/polyfill",
4942
                    "url": "https://github.com/symfony/polyfill"
4943
                }
4944
            },
4945
            "autoload": {
4946
                "files": [
4947
                    "bootstrap.php"
4948
                ],
4949
                "psr-4": {
4950
                    "Symfony\\Polyfill\\Php83\\": ""
4951
                },
4952
                "classmap": [
4953
                    "Resources/stubs"
4954
                ]
4955
            },
4956
            "notification-url": "https://packagist.org/downloads/",
4957
            "license": [
4958
                "MIT"
4959
            ],
4960
            "authors": [
4961
                {
4962
                    "name": "Nicolas Grekas",
4963
                    "email": "p@tchwork.com"
4964
                },
4965
                {
4966
                    "name": "Symfony Community",
4967
                    "homepage": "https://symfony.com/contributors"
4968
                }
4969
            ],
4970
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
4971
            "homepage": "https://symfony.com",
4972
            "keywords": [
4973
                "compatibility",
4974
                "polyfill",
4975
                "portable",
4976
                "shim"
4977
            ],
4978
            "support": {
4979
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
4980
            },
4981
            "funding": [
4982
                {
4983
                    "url": "https://symfony.com/sponsor",
4984
                    "type": "custom"
4985
                },
4986
                {
4987
                    "url": "https://github.com/fabpot",
4988
                    "type": "github"
4989
                },
4990
                {
4991
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4992
                    "type": "tidelift"
4993
                }
4994
            ],
4995
            "time": "2023-08-16T06:22:46+00:00"
4996
        },
4997
        {
4998
            "name": "symfony/polyfill-uuid",
4999
            "version": "v1.28.0",
5000
            "source": {
5001
                "type": "git",
5002
                "url": "https://github.com/symfony/polyfill-uuid.git",
5003
                "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e"
5004
            },
5005
            "dist": {
5006
                "type": "zip",
5007
                "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e",
5008
                "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e",
5009
                "shasum": ""
5010
            },
5011
            "require": {
5012
                "php": ">=7.1"
5013
            },
5014
            "provide": {
5015
                "ext-uuid": "*"
5016
            },
5017
            "suggest": {
5018
                "ext-uuid": "For best performance"
5019
            },
5020
            "type": "library",
5021
            "extra": {
5022
                "branch-alias": {
5023
                    "dev-main": "1.28-dev"
5024
                },
5025
                "thanks": {
5026
                    "name": "symfony/polyfill",
5027
                    "url": "https://github.com/symfony/polyfill"
5028
                }
5029
            },
5030
            "autoload": {
5031
                "files": [
5032
                    "bootstrap.php"
5033
                ],
5034
                "psr-4": {
5035
                    "Symfony\\Polyfill\\Uuid\\": ""
5036
                }
5037
            },
5038
            "notification-url": "https://packagist.org/downloads/",
5039
            "license": [
5040
                "MIT"
5041
            ],
5042
            "authors": [
5043
                {
5044
                    "name": "Grégoire Pineau",
5045
                    "email": "lyrixx@lyrixx.info"
5046
                },
5047
                {
5048
                    "name": "Symfony Community",
5049
                    "homepage": "https://symfony.com/contributors"
5050
                }
5051
            ],
5052
            "description": "Symfony polyfill for uuid functions",
5053
            "homepage": "https://symfony.com",
5054
            "keywords": [
5055
                "compatibility",
5056
                "polyfill",
5057
                "portable",
5058
                "uuid"
5059
            ],
5060
            "support": {
5061
                "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0"
5062
            },
5063
            "funding": [
5064
                {
5065
                    "url": "https://symfony.com/sponsor",
5066
                    "type": "custom"
5067
                },
5068
                {
5069
                    "url": "https://github.com/fabpot",
5070
                    "type": "github"
5071
                },
5072
                {
5073
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5074
                    "type": "tidelift"
5075
                }
5076
            ],
5077
            "time": "2023-01-26T09:26:14+00:00"
5078
        },
5079
        {
5080
            "name": "symfony/process",
5081
            "version": "v6.4.2",
5082
            "source": {
5083
                "type": "git",
5084
                "url": "https://github.com/symfony/process.git",
5085
                "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241"
5086
            },
5087
            "dist": {
5088
                "type": "zip",
5089
                "url": "https://api.github.com/repos/symfony/process/zipball/c4b1ef0bc80533d87a2e969806172f1c2a980241",
5090
                "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241",
5091
                "shasum": ""
5092
            },
5093
            "require": {
5094
                "php": ">=8.1"
5095
            },
5096
            "type": "library",
5097
            "autoload": {
5098
                "psr-4": {
5099
                    "Symfony\\Component\\Process\\": ""
5100
                },
5101
                "exclude-from-classmap": [
5102
                    "/Tests/"
5103
                ]
5104
            },
5105
            "notification-url": "https://packagist.org/downloads/",
5106
            "license": [
5107
                "MIT"
5108
            ],
5109
            "authors": [
5110
                {
5111
                    "name": "Fabien Potencier",
5112
                    "email": "fabien@symfony.com"
5113
                },
5114
                {
5115
                    "name": "Symfony Community",
5116
                    "homepage": "https://symfony.com/contributors"
5117
                }
5118
            ],
5119
            "description": "Executes commands in sub-processes",
5120
            "homepage": "https://symfony.com",
5121
            "support": {
5122
                "source": "https://github.com/symfony/process/tree/v6.4.2"
5123
            },
5124
            "funding": [
5125
                {
5126
                    "url": "https://symfony.com/sponsor",
5127
                    "type": "custom"
5128
                },
5129
                {
5130
                    "url": "https://github.com/fabpot",
5131
                    "type": "github"
5132
                },
5133
                {
5134
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5135
                    "type": "tidelift"
5136
                }
5137
            ],
5138
            "time": "2023-12-22T16:42:54+00:00"
5139
        },
5140
        {
5141
            "name": "symfony/routing",
5142
            "version": "v6.4.2",
5143
            "source": {
5144
                "type": "git",
5145
                "url": "https://github.com/symfony/routing.git",
5146
                "reference": "98eab13a07fddc85766f1756129c69f207ffbc21"
5147
            },
5148
            "dist": {
5149
                "type": "zip",
5150
                "url": "https://api.github.com/repos/symfony/routing/zipball/98eab13a07fddc85766f1756129c69f207ffbc21",
5151
                "reference": "98eab13a07fddc85766f1756129c69f207ffbc21",
5152
                "shasum": ""
5153
            },
5154
            "require": {
5155
                "php": ">=8.1",
5156
                "symfony/deprecation-contracts": "^2.5|^3"
5157
            },
5158
            "conflict": {
5159
                "doctrine/annotations": "<1.12",
5160
                "symfony/config": "<6.2",
5161
                "symfony/dependency-injection": "<5.4",
5162
                "symfony/yaml": "<5.4"
5163
            },
5164
            "require-dev": {
5165
                "doctrine/annotations": "^1.12|^2",
5166
                "psr/log": "^1|^2|^3",
5167
                "symfony/config": "^6.2|^7.0",
5168
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5169
                "symfony/expression-language": "^5.4|^6.0|^7.0",
5170
                "symfony/http-foundation": "^5.4|^6.0|^7.0",
5171
                "symfony/yaml": "^5.4|^6.0|^7.0"
5172
            },
5173
            "type": "library",
5174
            "autoload": {
5175
                "psr-4": {
5176
                    "Symfony\\Component\\Routing\\": ""
5177
                },
5178
                "exclude-from-classmap": [
5179
                    "/Tests/"
5180
                ]
5181
            },
5182
            "notification-url": "https://packagist.org/downloads/",
5183
            "license": [
5184
                "MIT"
5185
            ],
5186
            "authors": [
5187
                {
5188
                    "name": "Fabien Potencier",
5189
                    "email": "fabien@symfony.com"
5190
                },
5191
                {
5192
                    "name": "Symfony Community",
5193
                    "homepage": "https://symfony.com/contributors"
5194
                }
5195
            ],
5196
            "description": "Maps an HTTP request to a set of configuration variables",
5197
            "homepage": "https://symfony.com",
5198
            "keywords": [
5199
                "router",
5200
                "routing",
5201
                "uri",
5202
                "url"
5203
            ],
5204
            "support": {
5205
                "source": "https://github.com/symfony/routing/tree/v6.4.2"
5206
            },
5207
            "funding": [
5208
                {
5209
                    "url": "https://symfony.com/sponsor",
5210
                    "type": "custom"
5211
                },
5212
                {
5213
                    "url": "https://github.com/fabpot",
5214
                    "type": "github"
5215
                },
5216
                {
5217
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5218
                    "type": "tidelift"
5219
                }
5220
            ],
5221
            "time": "2023-12-29T15:34:34+00:00"
5222
        },
5223
        {
5224
            "name": "symfony/service-contracts",
5225
            "version": "v3.4.1",
5226
            "source": {
5227
                "type": "git",
5228
                "url": "https://github.com/symfony/service-contracts.git",
5229
                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
5230
            },
5231
            "dist": {
5232
                "type": "zip",
5233
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
5234
                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
5235
                "shasum": ""
5236
            },
5237
            "require": {
5238
                "php": ">=8.1",
5239
                "psr/container": "^1.1|^2.0"
5240
            },
5241
            "conflict": {
5242
                "ext-psr": "<1.1|>=2"
5243
            },
5244
            "type": "library",
5245
            "extra": {
5246
                "branch-alias": {
5247
                    "dev-main": "3.4-dev"
5248
                },
5249
                "thanks": {
5250
                    "name": "symfony/contracts",
5251
                    "url": "https://github.com/symfony/contracts"
5252
                }
5253
            },
5254
            "autoload": {
5255
                "psr-4": {
5256
                    "Symfony\\Contracts\\Service\\": ""
5257
                },
5258
                "exclude-from-classmap": [
5259
                    "/Test/"
5260
                ]
5261
            },
5262
            "notification-url": "https://packagist.org/downloads/",
5263
            "license": [
5264
                "MIT"
5265
            ],
5266
            "authors": [
5267
                {
5268
                    "name": "Nicolas Grekas",
5269
                    "email": "p@tchwork.com"
5270
                },
5271
                {
5272
                    "name": "Symfony Community",
5273
                    "homepage": "https://symfony.com/contributors"
5274
                }
5275
            ],
5276
            "description": "Generic abstractions related to writing services",
5277
            "homepage": "https://symfony.com",
5278
            "keywords": [
5279
                "abstractions",
5280
                "contracts",
5281
                "decoupling",
5282
                "interfaces",
5283
                "interoperability",
5284
                "standards"
5285
            ],
5286
            "support": {
5287
                "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
5288
            },
5289
            "funding": [
5290
                {
5291
                    "url": "https://symfony.com/sponsor",
5292
                    "type": "custom"
5293
                },
5294
                {
5295
                    "url": "https://github.com/fabpot",
5296
                    "type": "github"
5297
                },
5298
                {
5299
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5300
                    "type": "tidelift"
5301
                }
5302
            ],
5303
            "time": "2023-12-26T14:02:43+00:00"
5304
        },
5305
        {
5306
            "name": "symfony/string",
5307
            "version": "v7.0.2",
5308
            "source": {
5309
                "type": "git",
5310
                "url": "https://github.com/symfony/string.git",
5311
                "reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5"
5312
            },
5313
            "dist": {
5314
                "type": "zip",
5315
                "url": "https://api.github.com/repos/symfony/string/zipball/cc78f14f91f5e53b42044d0620961c48028ff9f5",
5316
                "reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5",
5317
                "shasum": ""
5318
            },
5319
            "require": {
5320
                "php": ">=8.2",
5321
                "symfony/polyfill-ctype": "~1.8",
5322
                "symfony/polyfill-intl-grapheme": "~1.0",
5323
                "symfony/polyfill-intl-normalizer": "~1.0",
5324
                "symfony/polyfill-mbstring": "~1.0"
5325
            },
5326
            "conflict": {
5327
                "symfony/translation-contracts": "<2.5"
5328
            },
5329
            "require-dev": {
5330
                "symfony/error-handler": "^6.4|^7.0",
5331
                "symfony/http-client": "^6.4|^7.0",
5332
                "symfony/intl": "^6.4|^7.0",
5333
                "symfony/translation-contracts": "^2.5|^3.0",
5334
                "symfony/var-exporter": "^6.4|^7.0"
5335
            },
5336
            "type": "library",
5337
            "autoload": {
5338
                "files": [
5339
                    "Resources/functions.php"
5340
                ],
5341
                "psr-4": {
5342
                    "Symfony\\Component\\String\\": ""
5343
                },
5344
                "exclude-from-classmap": [
5345
                    "/Tests/"
5346
                ]
5347
            },
5348
            "notification-url": "https://packagist.org/downloads/",
5349
            "license": [
5350
                "MIT"
5351
            ],
5352
            "authors": [
5353
                {
5354
                    "name": "Nicolas Grekas",
5355
                    "email": "p@tchwork.com"
5356
                },
5357
                {
5358
                    "name": "Symfony Community",
5359
                    "homepage": "https://symfony.com/contributors"
5360
                }
5361
            ],
5362
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
5363
            "homepage": "https://symfony.com",
5364
            "keywords": [
5365
                "grapheme",
5366
                "i18n",
5367
                "string",
5368
                "unicode",
5369
                "utf-8",
5370
                "utf8"
5371
            ],
5372
            "support": {
5373
                "source": "https://github.com/symfony/string/tree/v7.0.2"
5374
            },
5375
            "funding": [
5376
                {
5377
                    "url": "https://symfony.com/sponsor",
5378
                    "type": "custom"
5379
                },
5380
                {
5381
                    "url": "https://github.com/fabpot",
5382
                    "type": "github"
5383
                },
5384
                {
5385
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5386
                    "type": "tidelift"
5387
                }
5388
            ],
5389
            "time": "2023-12-10T16:54:46+00:00"
5390
        },
5391
        {
5392
            "name": "symfony/translation",
5393
            "version": "v6.4.2",
5394
            "source": {
5395
                "type": "git",
5396
                "url": "https://github.com/symfony/translation.git",
5397
                "reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681"
5398
            },
5399
            "dist": {
5400
                "type": "zip",
5401
                "url": "https://api.github.com/repos/symfony/translation/zipball/a2ab2ec1a462e53016de8e8d5e8912bfd62ea681",
5402
                "reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681",
5403
                "shasum": ""
5404
            },
5405
            "require": {
5406
                "php": ">=8.1",
5407
                "symfony/deprecation-contracts": "^2.5|^3",
5408
                "symfony/polyfill-mbstring": "~1.0",
5409
                "symfony/translation-contracts": "^2.5|^3.0"
5410
            },
5411
            "conflict": {
5412
                "symfony/config": "<5.4",
5413
                "symfony/console": "<5.4",
5414
                "symfony/dependency-injection": "<5.4",
5415
                "symfony/http-client-contracts": "<2.5",
5416
                "symfony/http-kernel": "<5.4",
5417
                "symfony/service-contracts": "<2.5",
5418
                "symfony/twig-bundle": "<5.4",
5419
                "symfony/yaml": "<5.4"
5420
            },
5421
            "provide": {
5422
                "symfony/translation-implementation": "2.3|3.0"
5423
            },
5424
            "require-dev": {
5425
                "nikic/php-parser": "^4.13",
5426
                "psr/log": "^1|^2|^3",
5427
                "symfony/config": "^5.4|^6.0|^7.0",
5428
                "symfony/console": "^5.4|^6.0|^7.0",
5429
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
5430
                "symfony/finder": "^5.4|^6.0|^7.0",
5431
                "symfony/http-client-contracts": "^2.5|^3.0",
5432
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
5433
                "symfony/intl": "^5.4|^6.0|^7.0",
5434
                "symfony/polyfill-intl-icu": "^1.21",
5435
                "symfony/routing": "^5.4|^6.0|^7.0",
5436
                "symfony/service-contracts": "^2.5|^3",
5437
                "symfony/yaml": "^5.4|^6.0|^7.0"
5438
            },
5439
            "type": "library",
5440
            "autoload": {
5441
                "files": [
5442
                    "Resources/functions.php"
5443
                ],
5444
                "psr-4": {
5445
                    "Symfony\\Component\\Translation\\": ""
5446
                },
5447
                "exclude-from-classmap": [
5448
                    "/Tests/"
5449
                ]
5450
            },
5451
            "notification-url": "https://packagist.org/downloads/",
5452
            "license": [
5453
                "MIT"
5454
            ],
5455
            "authors": [
5456
                {
5457
                    "name": "Fabien Potencier",
5458
                    "email": "fabien@symfony.com"
5459
                },
5460
                {
5461
                    "name": "Symfony Community",
5462
                    "homepage": "https://symfony.com/contributors"
5463
                }
5464
            ],
5465
            "description": "Provides tools to internationalize your application",
5466
            "homepage": "https://symfony.com",
5467
            "support": {
5468
                "source": "https://github.com/symfony/translation/tree/v6.4.2"
5469
            },
5470
            "funding": [
5471
                {
5472
                    "url": "https://symfony.com/sponsor",
5473
                    "type": "custom"
5474
                },
5475
                {
5476
                    "url": "https://github.com/fabpot",
5477
                    "type": "github"
5478
                },
5479
                {
5480
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5481
                    "type": "tidelift"
5482
                }
5483
            ],
5484
            "time": "2023-12-18T09:25:29+00:00"
5485
        },
5486
        {
5487
            "name": "symfony/translation-contracts",
5488
            "version": "v3.4.1",
5489
            "source": {
5490
                "type": "git",
5491
                "url": "https://github.com/symfony/translation-contracts.git",
5492
                "reference": "06450585bf65e978026bda220cdebca3f867fde7"
5493
            },
5494
            "dist": {
5495
                "type": "zip",
5496
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
5497
                "reference": "06450585bf65e978026bda220cdebca3f867fde7",
5498
                "shasum": ""
5499
            },
5500
            "require": {
5501
                "php": ">=8.1"
5502
            },
5503
            "type": "library",
5504
            "extra": {
5505
                "branch-alias": {
5506
                    "dev-main": "3.4-dev"
5507
                },
5508
                "thanks": {
5509
                    "name": "symfony/contracts",
5510
                    "url": "https://github.com/symfony/contracts"
5511
                }
5512
            },
5513
            "autoload": {
5514
                "psr-4": {
5515
                    "Symfony\\Contracts\\Translation\\": ""
5516
                },
5517
                "exclude-from-classmap": [
5518
                    "/Test/"
5519
                ]
5520
            },
5521
            "notification-url": "https://packagist.org/downloads/",
5522
            "license": [
5523
                "MIT"
5524
            ],
5525
            "authors": [
5526
                {
5527
                    "name": "Nicolas Grekas",
5528
                    "email": "p@tchwork.com"
5529
                },
5530
                {
5531
                    "name": "Symfony Community",
5532
                    "homepage": "https://symfony.com/contributors"
5533
                }
5534
            ],
5535
            "description": "Generic abstractions related to translation",
5536
            "homepage": "https://symfony.com",
5537
            "keywords": [
5538
                "abstractions",
5539
                "contracts",
5540
                "decoupling",
5541
                "interfaces",
5542
                "interoperability",
5543
                "standards"
5544
            ],
5545
            "support": {
5546
                "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
5547
            },
5548
            "funding": [
5549
                {
5550
                    "url": "https://symfony.com/sponsor",
5551
                    "type": "custom"
5552
                },
5553
                {
5554
                    "url": "https://github.com/fabpot",
5555
                    "type": "github"
5556
                },
5557
                {
5558
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5559
                    "type": "tidelift"
5560
                }
5561
            ],
5562
            "time": "2023-12-26T14:02:43+00:00"
5563
        },
5564
        {
5565
            "name": "symfony/uid",
5566
            "version": "v6.4.0",
5567
            "source": {
5568
                "type": "git",
5569
                "url": "https://github.com/symfony/uid.git",
5570
                "reference": "8092dd1b1a41372110d06374f99ee62f7f0b9a92"
5571
            },
5572
            "dist": {
5573
                "type": "zip",
5574
                "url": "https://api.github.com/repos/symfony/uid/zipball/8092dd1b1a41372110d06374f99ee62f7f0b9a92",
5575
                "reference": "8092dd1b1a41372110d06374f99ee62f7f0b9a92",
5576
                "shasum": ""
5577
            },
5578
            "require": {
5579
                "php": ">=8.1",
5580
                "symfony/polyfill-uuid": "^1.15"
5581
            },
5582
            "require-dev": {
5583
                "symfony/console": "^5.4|^6.0|^7.0"
5584
            },
5585
            "type": "library",
5586
            "autoload": {
5587
                "psr-4": {
5588
                    "Symfony\\Component\\Uid\\": ""
5589
                },
5590
                "exclude-from-classmap": [
5591
                    "/Tests/"
5592
                ]
5593
            },
5594
            "notification-url": "https://packagist.org/downloads/",
5595
            "license": [
5596
                "MIT"
5597
            ],
5598
            "authors": [
5599
                {
5600
                    "name": "Grégoire Pineau",
5601
                    "email": "lyrixx@lyrixx.info"
5602
                },
5603
                {
5604
                    "name": "Nicolas Grekas",
5605
                    "email": "p@tchwork.com"
5606
                },
5607
                {
5608
                    "name": "Symfony Community",
5609
                    "homepage": "https://symfony.com/contributors"
5610
                }
5611
            ],
5612
            "description": "Provides an object-oriented API to generate and represent UIDs",
5613
            "homepage": "https://symfony.com",
5614
            "keywords": [
5615
                "UID",
5616
                "ulid",
5617
                "uuid"
5618
            ],
5619
            "support": {
5620
                "source": "https://github.com/symfony/uid/tree/v6.4.0"
5621
            },
5622
            "funding": [
5623
                {
5624
                    "url": "https://symfony.com/sponsor",
5625
                    "type": "custom"
5626
                },
5627
                {
5628
                    "url": "https://github.com/fabpot",
5629
                    "type": "github"
5630
                },
5631
                {
5632
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5633
                    "type": "tidelift"
5634
                }
5635
            ],
5636
            "time": "2023-10-31T08:18:17+00:00"
5637
        },
5638
        {
5639
            "name": "symfony/var-dumper",
5640
            "version": "v6.4.2",
5641
            "source": {
5642
                "type": "git",
5643
                "url": "https://github.com/symfony/var-dumper.git",
5644
                "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f"
5645
            },
5646
            "dist": {
5647
                "type": "zip",
5648
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
5649
                "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
5650
                "shasum": ""
5651
            },
5652
            "require": {
5653
                "php": ">=8.1",
5654
                "symfony/deprecation-contracts": "^2.5|^3",
5655
                "symfony/polyfill-mbstring": "~1.0"
5656
            },
5657
            "conflict": {
5658
                "symfony/console": "<5.4"
5659
            },
5660
            "require-dev": {
5661
                "ext-iconv": "*",
5662
                "symfony/console": "^5.4|^6.0|^7.0",
5663
                "symfony/error-handler": "^6.3|^7.0",
5664
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
5665
                "symfony/process": "^5.4|^6.0|^7.0",
5666
                "symfony/uid": "^5.4|^6.0|^7.0",
5667
                "twig/twig": "^2.13|^3.0.4"
5668
            },
5669
            "bin": [
5670
                "Resources/bin/var-dump-server"
5671
            ],
5672
            "type": "library",
5673
            "autoload": {
5674
                "files": [
5675
                    "Resources/functions/dump.php"
5676
                ],
5677
                "psr-4": {
5678
                    "Symfony\\Component\\VarDumper\\": ""
5679
                },
5680
                "exclude-from-classmap": [
5681
                    "/Tests/"
5682
                ]
5683
            },
5684
            "notification-url": "https://packagist.org/downloads/",
5685
            "license": [
5686
                "MIT"
5687
            ],
5688
            "authors": [
5689
                {
5690
                    "name": "Nicolas Grekas",
5691
                    "email": "p@tchwork.com"
5692
                },
5693
                {
5694
                    "name": "Symfony Community",
5695
                    "homepage": "https://symfony.com/contributors"
5696
                }
5697
            ],
5698
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
5699
            "homepage": "https://symfony.com",
5700
            "keywords": [
5701
                "debug",
5702
                "dump"
5703
            ],
5704
            "support": {
5705
                "source": "https://github.com/symfony/var-dumper/tree/v6.4.2"
5706
            },
5707
            "funding": [
5708
                {
5709
                    "url": "https://symfony.com/sponsor",
5710
                    "type": "custom"
5711
                },
5712
                {
5713
                    "url": "https://github.com/fabpot",
5714
                    "type": "github"
5715
                },
5716
                {
5717
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5718
                    "type": "tidelift"
5719
                }
5720
            ],
5721
            "time": "2023-12-28T19:16:56+00:00"
5722
        },
5723
        {
5724
            "name": "tijsverkoyen/css-to-inline-styles",
5725
            "version": "v2.2.7",
5726
            "source": {
5727
                "type": "git",
5728
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
5729
                "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
5730
            },
5731
            "dist": {
5732
                "type": "zip",
5733
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
5734
                "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
5735
                "shasum": ""
5736
            },
5737
            "require": {
5738
                "ext-dom": "*",
5739
                "ext-libxml": "*",
5740
                "php": "^5.5 || ^7.0 || ^8.0",
5741
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
5742
            },
5743
            "require-dev": {
5744
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
5745
            },
5746
            "type": "library",
5747
            "extra": {
5748
                "branch-alias": {
5749
                    "dev-master": "2.2.x-dev"
5750
                }
5751
            },
5752
            "autoload": {
5753
                "psr-4": {
5754
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
5755
                }
5756
            },
5757
            "notification-url": "https://packagist.org/downloads/",
5758
            "license": [
5759
                "BSD-3-Clause"
5760
            ],
5761
            "authors": [
5762
                {
5763
                    "name": "Tijs Verkoyen",
5764
                    "email": "css_to_inline_styles@verkoyen.eu",
5765
                    "role": "Developer"
5766
                }
5767
            ],
5768
            "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.",
5769
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
5770
            "support": {
5771
                "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
5772
                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
5773
            },
5774
            "time": "2023-12-08T13:03:43+00:00"
5775
        },
5776
        {
5777
            "name": "vlucas/phpdotenv",
5778
            "version": "v5.6.0",
5779
            "source": {
5780
                "type": "git",
5781
                "url": "https://github.com/vlucas/phpdotenv.git",
5782
                "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
5783
            },
5784
            "dist": {
5785
                "type": "zip",
5786
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
5787
                "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
5788
                "shasum": ""
5789
            },
5790
            "require": {
5791
                "ext-pcre": "*",
5792
                "graham-campbell/result-type": "^1.1.2",
5793
                "php": "^7.2.5 || ^8.0",
5794
                "phpoption/phpoption": "^1.9.2",
5795
                "symfony/polyfill-ctype": "^1.24",
5796
                "symfony/polyfill-mbstring": "^1.24",
5797
                "symfony/polyfill-php80": "^1.24"
5798
            },
5799
            "require-dev": {
5800
                "bamarni/composer-bin-plugin": "^1.8.2",
5801
                "ext-filter": "*",
5802
                "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
5803
            },
5804
            "suggest": {
5805
                "ext-filter": "Required to use the boolean validator."
5806
            },
5807
            "type": "library",
5808
            "extra": {
5809
                "bamarni-bin": {
5810
                    "bin-links": true,
5811
                    "forward-command": true
5812
                },
5813
                "branch-alias": {
5814
                    "dev-master": "5.6-dev"
5815
                }
5816
            },
5817
            "autoload": {
5818
                "psr-4": {
5819
                    "Dotenv\\": "src/"
5820
                }
5821
            },
5822
            "notification-url": "https://packagist.org/downloads/",
5823
            "license": [
5824
                "BSD-3-Clause"
5825
            ],
5826
            "authors": [
5827
                {
5828
                    "name": "Graham Campbell",
5829
                    "email": "hello@gjcampbell.co.uk",
5830
                    "homepage": "https://github.com/GrahamCampbell"
5831
                },
5832
                {
5833
                    "name": "Vance Lucas",
5834
                    "email": "vance@vancelucas.com",
5835
                    "homepage": "https://github.com/vlucas"
5836
                }
5837
            ],
5838
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
5839
            "keywords": [
5840
                "dotenv",
5841
                "env",
5842
                "environment"
5843
            ],
5844
            "support": {
5845
                "issues": "https://github.com/vlucas/phpdotenv/issues",
5846
                "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
5847
            },
5848
            "funding": [
5849
                {
5850
                    "url": "https://github.com/GrahamCampbell",
5851
                    "type": "github"
5852
                },
5853
                {
5854
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
5855
                    "type": "tidelift"
5856
                }
5857
            ],
5858
            "time": "2023-11-12T22:43:29+00:00"
5859
        },
5860
        {
5861
            "name": "voku/portable-ascii",
5862
            "version": "2.0.1",
5863
            "source": {
5864
                "type": "git",
5865
                "url": "https://github.com/voku/portable-ascii.git",
5866
                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
5867
            },
5868
            "dist": {
5869
                "type": "zip",
5870
                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
5871
                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
5872
                "shasum": ""
5873
            },
5874
            "require": {
5875
                "php": ">=7.0.0"
5876
            },
5877
            "require-dev": {
5878
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
5879
            },
5880
            "suggest": {
5881
                "ext-intl": "Use Intl for transliterator_transliterate() support"
5882
            },
5883
            "type": "library",
5884
            "autoload": {
5885
                "psr-4": {
5886
                    "voku\\": "src/voku/"
5887
                }
5888
            },
5889
            "notification-url": "https://packagist.org/downloads/",
5890
            "license": [
5891
                "MIT"
5892
            ],
5893
            "authors": [
5894
                {
5895
                    "name": "Lars Moelleken",
5896
                    "homepage": "http://www.moelleken.org/"
5897
                }
5898
            ],
5899
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
5900
            "homepage": "https://github.com/voku/portable-ascii",
5901
            "keywords": [
5902
                "ascii",
5903
                "clean",
5904
                "php"
5905
            ],
5906
            "support": {
5907
                "issues": "https://github.com/voku/portable-ascii/issues",
5908
                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
5909
            },
5910
            "funding": [
5911
                {
5912
                    "url": "https://www.paypal.me/moelleken",
5913
                    "type": "custom"
5914
                },
5915
                {
5916
                    "url": "https://github.com/voku",
5917
                    "type": "github"
5918
                },
5919
                {
5920
                    "url": "https://opencollective.com/portable-ascii",
5921
                    "type": "open_collective"
5922
                },
5923
                {
5924
                    "url": "https://www.patreon.com/voku",
5925
                    "type": "patreon"
5926
                },
5927
                {
5928
                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
5929
                    "type": "tidelift"
5930
                }
5931
            ],
5932
            "time": "2022-03-08T17:03:00+00:00"
5933
        },
5934
        {
5935
            "name": "webmozart/assert",
5936
            "version": "1.11.0",
5937
            "source": {
5938
                "type": "git",
5939
                "url": "https://github.com/webmozarts/assert.git",
5940
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
5941
            },
5942
            "dist": {
5943
                "type": "zip",
5944
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
5945
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
5946
                "shasum": ""
5947
            },
5948
            "require": {
5949
                "ext-ctype": "*",
5950
                "php": "^7.2 || ^8.0"
5951
            },
5952
            "conflict": {
5953
                "phpstan/phpstan": "<0.12.20",
5954
                "vimeo/psalm": "<4.6.1 || 4.6.2"
5955
            },
5956
            "require-dev": {
5957
                "phpunit/phpunit": "^8.5.13"
5958
            },
5959
            "type": "library",
5960
            "extra": {
5961
                "branch-alias": {
5962
                    "dev-master": "1.10-dev"
5963
                }
5964
            },
5965
            "autoload": {
5966
                "psr-4": {
5967
                    "Webmozart\\Assert\\": "src/"
5968
                }
5969
            },
5970
            "notification-url": "https://packagist.org/downloads/",
5971
            "license": [
5972
                "MIT"
5973
            ],
5974
            "authors": [
5975
                {
5976
                    "name": "Bernhard Schussek",
5977
                    "email": "bschussek@gmail.com"
5978
                }
5979
            ],
5980
            "description": "Assertions to validate method input/output with nice error messages.",
5981
            "keywords": [
5982
                "assert",
5983
                "check",
5984
                "validate"
5985
            ],
5986
            "support": {
5987
                "issues": "https://github.com/webmozarts/assert/issues",
5988
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
5989
            },
5990
            "time": "2022-06-03T18:03:27+00:00"
5991
        }
5992
    ],
5993
    "packages-dev": [
5994
        {
5995
            "name": "barryvdh/laravel-ide-helper",
5996
            "version": "v2.13.0",
5997
            "source": {
5998
                "type": "git",
5999
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
6000
                "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a"
6001
            },
6002
            "dist": {
6003
                "type": "zip",
6004
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/81d5b223ff067a1f38e14c100997e153b837fe4a",
6005
                "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a",
6006
                "shasum": ""
6007
            },
6008
            "require": {
6009
                "barryvdh/reflection-docblock": "^2.0.6",
6010
                "composer/class-map-generator": "^1.0",
6011
                "doctrine/dbal": "^2.6 || ^3",
6012
                "ext-json": "*",
6013
                "illuminate/console": "^8 || ^9 || ^10",
6014
                "illuminate/filesystem": "^8 || ^9 || ^10",
6015
                "illuminate/support": "^8 || ^9 || ^10",
6016
                "nikic/php-parser": "^4.7",
6017
                "php": "^7.3 || ^8.0",
6018
                "phpdocumentor/type-resolver": "^1.1.0"
6019
            },
6020
            "require-dev": {
6021
                "ext-pdo_sqlite": "*",
6022
                "friendsofphp/php-cs-fixer": "^2",
6023
                "illuminate/config": "^8 || ^9 || ^10",
6024
                "illuminate/view": "^8 || ^9 || ^10",
6025
                "mockery/mockery": "^1.4",
6026
                "orchestra/testbench": "^6 || ^7 || ^8",
6027
                "phpunit/phpunit": "^8.5 || ^9",
6028
                "spatie/phpunit-snapshot-assertions": "^3 || ^4",
6029
                "vimeo/psalm": "^3.12"
6030
            },
6031
            "suggest": {
6032
                "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10)."
6033
            },
6034
            "type": "library",
6035
            "extra": {
6036
                "branch-alias": {
6037
                    "dev-master": "2.12-dev"
6038
                },
6039
                "laravel": {
6040
                    "providers": [
6041
                        "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
6042
                    ]
6043
                }
6044
            },
6045
            "autoload": {
6046
                "psr-4": {
6047
                    "Barryvdh\\LaravelIdeHelper\\": "src"
6048
                }
6049
            },
6050
            "notification-url": "https://packagist.org/downloads/",
6051
            "license": [
6052
                "MIT"
6053
            ],
6054
            "authors": [
6055
                {
6056
                    "name": "Barry vd. Heuvel",
6057
                    "email": "barryvdh@gmail.com"
6058
                }
6059
            ],
6060
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
6061
            "keywords": [
6062
                "autocomplete",
6063
                "codeintel",
6064
                "helper",
6065
                "ide",
6066
                "laravel",
6067
                "netbeans",
6068
                "phpdoc",
6069
                "phpstorm",
6070
                "sublime"
6071
            ],
6072
            "support": {
6073
                "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
6074
                "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.13.0"
6075
            },
6076
            "funding": [
6077
                {
6078
                    "url": "https://fruitcake.nl",
6079
                    "type": "custom"
6080
                },
6081
                {
6082
                    "url": "https://github.com/barryvdh",
6083
                    "type": "github"
6084
                }
6085
            ],
6086
            "time": "2023-02-04T13:56:40+00:00"
6087
        },
6088
        {
6089
            "name": "barryvdh/reflection-docblock",
6090
            "version": "v2.1.1",
6091
            "source": {
6092
                "type": "git",
6093
                "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
6094
                "reference": "e6811e927f0ecc37cc4deaa6627033150343e597"
6095
            },
6096
            "dist": {
6097
                "type": "zip",
6098
                "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/e6811e927f0ecc37cc4deaa6627033150343e597",
6099
                "reference": "e6811e927f0ecc37cc4deaa6627033150343e597",
6100
                "shasum": ""
6101
            },
6102
            "require": {
6103
                "php": ">=5.3.3"
6104
            },
6105
            "require-dev": {
6106
                "phpunit/phpunit": "^8.5.14|^9"
6107
            },
6108
            "suggest": {
6109
                "dflydev/markdown": "~1.0",
6110
                "erusev/parsedown": "~1.0"
6111
            },
6112
            "type": "library",
6113
            "extra": {
6114
                "branch-alias": {
6115
                    "dev-master": "2.0.x-dev"
6116
                }
6117
            },
6118
            "autoload": {
6119
                "psr-0": {
6120
                    "Barryvdh": [
6121
                        "src/"
6122
                    ]
6123
                }
6124
            },
6125
            "notification-url": "https://packagist.org/downloads/",
6126
            "license": [
6127
                "MIT"
6128
            ],
6129
            "authors": [
6130
                {
6131
                    "name": "Mike van Riel",
6132
                    "email": "mike.vanriel@naenius.com"
6133
                }
6134
            ],
6135
            "support": {
6136
                "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.1.1"
6137
            },
6138
            "time": "2023-06-14T05:06:27+00:00"
6139
        },
6140
        {
6141
            "name": "composer/class-map-generator",
6142
            "version": "1.1.0",
6143
            "source": {
6144
                "type": "git",
6145
                "url": "https://github.com/composer/class-map-generator.git",
6146
                "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9"
6147
            },
6148
            "dist": {
6149
                "type": "zip",
6150
                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9",
6151
                "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
6152
                "shasum": ""
6153
            },
6154
            "require": {
6155
                "composer/pcre": "^2.1 || ^3.1",
6156
                "php": "^7.2 || ^8.0",
6157
                "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
6158
            },
6159
            "require-dev": {
6160
                "phpstan/phpstan": "^1.6",
6161
                "phpstan/phpstan-deprecation-rules": "^1",
6162
                "phpstan/phpstan-phpunit": "^1",
6163
                "phpstan/phpstan-strict-rules": "^1.1",
6164
                "symfony/filesystem": "^5.4 || ^6",
6165
                "symfony/phpunit-bridge": "^5"
6166
            },
6167
            "type": "library",
6168
            "extra": {
6169
                "branch-alias": {
6170
                    "dev-main": "1.x-dev"
6171
                }
6172
            },
6173
            "autoload": {
6174
                "psr-4": {
6175
                    "Composer\\ClassMapGenerator\\": "src"
6176
                }
6177
            },
6178
            "notification-url": "https://packagist.org/downloads/",
6179
            "license": [
6180
                "MIT"
6181
            ],
6182
            "authors": [
6183
                {
6184
                    "name": "Jordi Boggiano",
6185
                    "email": "j.boggiano@seld.be",
6186
                    "homepage": "https://seld.be"
6187
                }
6188
            ],
6189
            "description": "Utilities to scan PHP code and generate class maps.",
6190
            "keywords": [
6191
                "classmap"
6192
            ],
6193
            "support": {
6194
                "issues": "https://github.com/composer/class-map-generator/issues",
6195
                "source": "https://github.com/composer/class-map-generator/tree/1.1.0"
6196
            },
6197
            "funding": [
6198
                {
6199
                    "url": "https://packagist.com",
6200
                    "type": "custom"
6201
                },
6202
                {
6203
                    "url": "https://github.com/composer",
6204
                    "type": "github"
6205
                },
6206
                {
6207
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6208
                    "type": "tidelift"
6209
                }
6210
            ],
6211
            "time": "2023-06-30T13:58:57+00:00"
6212
        },
6213
        {
6214
            "name": "composer/pcre",
6215
            "version": "3.1.1",
6216
            "source": {
6217
                "type": "git",
6218
                "url": "https://github.com/composer/pcre.git",
6219
                "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
6220
            },
6221
            "dist": {
6222
                "type": "zip",
6223
                "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
6224
                "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
6225
                "shasum": ""
6226
            },
6227
            "require": {
6228
                "php": "^7.4 || ^8.0"
6229
            },
6230
            "require-dev": {
6231
                "phpstan/phpstan": "^1.3",
6232
                "phpstan/phpstan-strict-rules": "^1.1",
6233
                "symfony/phpunit-bridge": "^5"
6234
            },
6235
            "type": "library",
6236
            "extra": {
6237
                "branch-alias": {
6238
                    "dev-main": "3.x-dev"
6239
                }
6240
            },
6241
            "autoload": {
6242
                "psr-4": {
6243
                    "Composer\\Pcre\\": "src"
6244
                }
6245
            },
6246
            "notification-url": "https://packagist.org/downloads/",
6247
            "license": [
6248
                "MIT"
6249
            ],
6250
            "authors": [
6251
                {
6252
                    "name": "Jordi Boggiano",
6253
                    "email": "j.boggiano@seld.be",
6254
                    "homepage": "http://seld.be"
6255
                }
6256
            ],
6257
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
6258
            "keywords": [
6259
                "PCRE",
6260
                "preg",
6261
                "regex",
6262
                "regular expression"
6263
            ],
6264
            "support": {
6265
                "issues": "https://github.com/composer/pcre/issues",
6266
                "source": "https://github.com/composer/pcre/tree/3.1.1"
6267
            },
6268
            "funding": [
6269
                {
6270
                    "url": "https://packagist.com",
6271
                    "type": "custom"
6272
                },
6273
                {
6274
                    "url": "https://github.com/composer",
6275
                    "type": "github"
6276
                },
6277
                {
6278
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6279
                    "type": "tidelift"
6280
                }
6281
            ],
6282
            "time": "2023-10-11T07:11:09+00:00"
6283
        },
6284
        {
6285
            "name": "composer/semver",
6286
            "version": "3.4.0",
6287
            "source": {
6288
                "type": "git",
6289
                "url": "https://github.com/composer/semver.git",
6290
                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
6291
            },
6292
            "dist": {
6293
                "type": "zip",
6294
                "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
6295
                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
6296
                "shasum": ""
6297
            },
6298
            "require": {
6299
                "php": "^5.3.2 || ^7.0 || ^8.0"
6300
            },
6301
            "require-dev": {
6302
                "phpstan/phpstan": "^1.4",
6303
                "symfony/phpunit-bridge": "^4.2 || ^5"
6304
            },
6305
            "type": "library",
6306
            "extra": {
6307
                "branch-alias": {
6308
                    "dev-main": "3.x-dev"
6309
                }
6310
            },
6311
            "autoload": {
6312
                "psr-4": {
6313
                    "Composer\\Semver\\": "src"
6314
                }
6315
            },
6316
            "notification-url": "https://packagist.org/downloads/",
6317
            "license": [
6318
                "MIT"
6319
            ],
6320
            "authors": [
6321
                {
6322
                    "name": "Nils Adermann",
6323
                    "email": "naderman@naderman.de",
6324
                    "homepage": "http://www.naderman.de"
6325
                },
6326
                {
6327
                    "name": "Jordi Boggiano",
6328
                    "email": "j.boggiano@seld.be",
6329
                    "homepage": "http://seld.be"
6330
                },
6331
                {
6332
                    "name": "Rob Bast",
6333
                    "email": "rob.bast@gmail.com",
6334
                    "homepage": "http://robbast.nl"
6335
                }
6336
            ],
6337
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
6338
            "keywords": [
6339
                "semantic",
6340
                "semver",
6341
                "validation",
6342
                "versioning"
6343
            ],
6344
            "support": {
6345
                "irc": "ircs://irc.libera.chat:6697/composer",
6346
                "issues": "https://github.com/composer/semver/issues",
6347
                "source": "https://github.com/composer/semver/tree/3.4.0"
6348
            },
6349
            "funding": [
6350
                {
6351
                    "url": "https://packagist.com",
6352
                    "type": "custom"
6353
                },
6354
                {
6355
                    "url": "https://github.com/composer",
6356
                    "type": "github"
6357
                },
6358
                {
6359
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6360
                    "type": "tidelift"
6361
                }
6362
            ],
6363
            "time": "2023-08-31T09:50:34+00:00"
6364
        },
6365
        {
6366
            "name": "composer/xdebug-handler",
6367
            "version": "3.0.3",
6368
            "source": {
6369
                "type": "git",
6370
                "url": "https://github.com/composer/xdebug-handler.git",
6371
                "reference": "ced299686f41dce890debac69273b47ffe98a40c"
6372
            },
6373
            "dist": {
6374
                "type": "zip",
6375
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
6376
                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
6377
                "shasum": ""
6378
            },
6379
            "require": {
6380
                "composer/pcre": "^1 || ^2 || ^3",
6381
                "php": "^7.2.5 || ^8.0",
6382
                "psr/log": "^1 || ^2 || ^3"
6383
            },
6384
            "require-dev": {
6385
                "phpstan/phpstan": "^1.0",
6386
                "phpstan/phpstan-strict-rules": "^1.1",
6387
                "symfony/phpunit-bridge": "^6.0"
6388
            },
6389
            "type": "library",
6390
            "autoload": {
6391
                "psr-4": {
6392
                    "Composer\\XdebugHandler\\": "src"
6393
                }
6394
            },
6395
            "notification-url": "https://packagist.org/downloads/",
6396
            "license": [
6397
                "MIT"
6398
            ],
6399
            "authors": [
6400
                {
6401
                    "name": "John Stevenson",
6402
                    "email": "john-stevenson@blueyonder.co.uk"
6403
                }
6404
            ],
6405
            "description": "Restarts a process without Xdebug.",
6406
            "keywords": [
6407
                "Xdebug",
6408
                "performance"
6409
            ],
6410
            "support": {
6411
                "irc": "irc://irc.freenode.org/composer",
6412
                "issues": "https://github.com/composer/xdebug-handler/issues",
6413
                "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
6414
            },
6415
            "funding": [
6416
                {
6417
                    "url": "https://packagist.com",
6418
                    "type": "custom"
6419
                },
6420
                {
6421
                    "url": "https://github.com/composer",
6422
                    "type": "github"
6423
                },
6424
                {
6425
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6426
                    "type": "tidelift"
6427
                }
6428
            ],
6429
            "time": "2022-02-25T21:32:43+00:00"
6430
        },
6431
        {
6432
            "name": "doctrine/cache",
6433
            "version": "2.2.0",
6434
            "source": {
6435
                "type": "git",
6436
                "url": "https://github.com/doctrine/cache.git",
6437
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
6438
            },
6439
            "dist": {
6440
                "type": "zip",
6441
                "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
6442
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
6443
                "shasum": ""
6444
            },
6445
            "require": {
6446
                "php": "~7.1 || ^8.0"
6447
            },
6448
            "conflict": {
6449
                "doctrine/common": ">2.2,<2.4"
6450
            },
6451
            "require-dev": {
6452
                "cache/integration-tests": "dev-master",
6453
                "doctrine/coding-standard": "^9",
6454
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
6455
                "psr/cache": "^1.0 || ^2.0 || ^3.0",
6456
                "symfony/cache": "^4.4 || ^5.4 || ^6",
6457
                "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
6458
            },
6459
            "type": "library",
6460
            "autoload": {
6461
                "psr-4": {
6462
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
6463
                }
6464
            },
6465
            "notification-url": "https://packagist.org/downloads/",
6466
            "license": [
6467
                "MIT"
6468
            ],
6469
            "authors": [
6470
                {
6471
                    "name": "Guilherme Blanco",
6472
                    "email": "guilhermeblanco@gmail.com"
6473
                },
6474
                {
6475
                    "name": "Roman Borschel",
6476
                    "email": "roman@code-factory.org"
6477
                },
6478
                {
6479
                    "name": "Benjamin Eberlei",
6480
                    "email": "kontakt@beberlei.de"
6481
                },
6482
                {
6483
                    "name": "Jonathan Wage",
6484
                    "email": "jonwage@gmail.com"
6485
                },
6486
                {
6487
                    "name": "Johannes Schmitt",
6488
                    "email": "schmittjoh@gmail.com"
6489
                }
6490
            ],
6491
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
6492
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
6493
            "keywords": [
6494
                "abstraction",
6495
                "apcu",
6496
                "cache",
6497
                "caching",
6498
                "couchdb",
6499
                "memcached",
6500
                "php",
6501
                "redis",
6502
                "xcache"
6503
            ],
6504
            "support": {
6505
                "issues": "https://github.com/doctrine/cache/issues",
6506
                "source": "https://github.com/doctrine/cache/tree/2.2.0"
6507
            },
6508
            "funding": [
6509
                {
6510
                    "url": "https://www.doctrine-project.org/sponsorship.html",
6511
                    "type": "custom"
6512
                },
6513
                {
6514
                    "url": "https://www.patreon.com/phpdoctrine",
6515
                    "type": "patreon"
6516
                },
6517
                {
6518
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
6519
                    "type": "tidelift"
6520
                }
6521
            ],
6522
            "time": "2022-05-20T20:07:39+00:00"
6523
        },
6524
        {
6525
            "name": "doctrine/dbal",
6526
            "version": "3.7.3",
6527
            "source": {
6528
                "type": "git",
6529
                "url": "https://github.com/doctrine/dbal.git",
6530
                "reference": "ce594cbc39a4866c544f1a970d285ff0548221ad"
6531
            },
6532
            "dist": {
6533
                "type": "zip",
6534
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/ce594cbc39a4866c544f1a970d285ff0548221ad",
6535
                "reference": "ce594cbc39a4866c544f1a970d285ff0548221ad",
6536
                "shasum": ""
6537
            },
6538
            "require": {
6539
                "composer-runtime-api": "^2",
6540
                "doctrine/cache": "^1.11|^2.0",
6541
                "doctrine/deprecations": "^0.5.3|^1",
6542
                "doctrine/event-manager": "^1|^2",
6543
                "php": "^7.4 || ^8.0",
6544
                "psr/cache": "^1|^2|^3",
6545
                "psr/log": "^1|^2|^3"
6546
            },
6547
            "require-dev": {
6548
                "doctrine/coding-standard": "12.0.0",
6549
                "fig/log-test": "^1",
6550
                "jetbrains/phpstorm-stubs": "2023.1",
6551
                "phpstan/phpstan": "1.10.56",
6552
                "phpstan/phpstan-strict-rules": "^1.5",
6553
                "phpunit/phpunit": "9.6.15",
6554
                "psalm/plugin-phpunit": "0.18.4",
6555
                "slevomat/coding-standard": "8.13.1",
6556
                "squizlabs/php_codesniffer": "3.8.1",
6557
                "symfony/cache": "^5.4|^6.0|^7.0",
6558
                "symfony/console": "^4.4|^5.4|^6.0|^7.0",
6559
                "vimeo/psalm": "4.30.0"
6560
            },
6561
            "suggest": {
6562
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
6563
            },
6564
            "bin": [
6565
                "bin/doctrine-dbal"
6566
            ],
6567
            "type": "library",
6568
            "autoload": {
6569
                "psr-4": {
6570
                    "Doctrine\\DBAL\\": "src"
6571
                }
6572
            },
6573
            "notification-url": "https://packagist.org/downloads/",
6574
            "license": [
6575
                "MIT"
6576
            ],
6577
            "authors": [
6578
                {
6579
                    "name": "Guilherme Blanco",
6580
                    "email": "guilhermeblanco@gmail.com"
6581
                },
6582
                {
6583
                    "name": "Roman Borschel",
6584
                    "email": "roman@code-factory.org"
6585
                },
6586
                {
6587
                    "name": "Benjamin Eberlei",
6588
                    "email": "kontakt@beberlei.de"
6589
                },
6590
                {
6591
                    "name": "Jonathan Wage",
6592
                    "email": "jonwage@gmail.com"
6593
                }
6594
            ],
6595
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
6596
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
6597
            "keywords": [
6598
                "abstraction",
6599
                "database",
6600
                "db2",
6601
                "dbal",
6602
                "mariadb",
6603
                "mssql",
6604
                "mysql",
6605
                "oci8",
6606
                "oracle",
6607
                "pdo",
6608
                "pgsql",
6609
                "postgresql",
6610
                "queryobject",
6611
                "sasql",
6612
                "sql",
6613
                "sqlite",
6614
                "sqlserver",
6615
                "sqlsrv"
6616
            ],
6617
            "support": {
6618
                "issues": "https://github.com/doctrine/dbal/issues",
6619
                "source": "https://github.com/doctrine/dbal/tree/3.7.3"
6620
            },
6621
            "funding": [
6622
                {
6623
                    "url": "https://www.doctrine-project.org/sponsorship.html",
6624
                    "type": "custom"
6625
                },
6626
                {
6627
                    "url": "https://www.patreon.com/phpdoctrine",
6628
                    "type": "patreon"
6629
                },
6630
                {
6631
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
6632
                    "type": "tidelift"
6633
                }
6634
            ],
6635
            "time": "2024-01-21T07:53:09+00:00"
6636
        },
6637
        {
6638
            "name": "doctrine/deprecations",
6639
            "version": "1.1.2",
6640
            "source": {
6641
                "type": "git",
6642
                "url": "https://github.com/doctrine/deprecations.git",
6643
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
6644
            },
6645
            "dist": {
6646
                "type": "zip",
6647
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
6648
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
6649
                "shasum": ""
6650
            },
6651
            "require": {
6652
                "php": "^7.1 || ^8.0"
6653
            },
6654
            "require-dev": {
6655
                "doctrine/coding-standard": "^9",
6656
                "phpstan/phpstan": "1.4.10 || 1.10.15",
6657
                "phpstan/phpstan-phpunit": "^1.0",
6658
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
6659
                "psalm/plugin-phpunit": "0.18.4",
6660
                "psr/log": "^1 || ^2 || ^3",
6661
                "vimeo/psalm": "4.30.0 || 5.12.0"
6662
            },
6663
            "suggest": {
6664
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
6665
            },
6666
            "type": "library",
6667
            "autoload": {
6668
                "psr-4": {
6669
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
6670
                }
6671
            },
6672
            "notification-url": "https://packagist.org/downloads/",
6673
            "license": [
6674
                "MIT"
6675
            ],
6676
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
6677
            "homepage": "https://www.doctrine-project.org/",
6678
            "support": {
6679
                "issues": "https://github.com/doctrine/deprecations/issues",
6680
                "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
6681
            },
6682
            "time": "2023-09-27T20:04:15+00:00"
6683
        },
6684
        {
6685
            "name": "doctrine/event-manager",
6686
            "version": "2.0.0",
6687
            "source": {
6688
                "type": "git",
6689
                "url": "https://github.com/doctrine/event-manager.git",
6690
                "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
6691
            },
6692
            "dist": {
6693
                "type": "zip",
6694
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
6695
                "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
6696
                "shasum": ""
6697
            },
6698
            "require": {
6699
                "php": "^8.1"
6700
            },
6701
            "conflict": {
6702
                "doctrine/common": "<2.9"
6703
            },
6704
            "require-dev": {
6705
                "doctrine/coding-standard": "^10",
6706
                "phpstan/phpstan": "^1.8.8",
6707
                "phpunit/phpunit": "^9.5",
6708
                "vimeo/psalm": "^4.28"
6709
            },
6710
            "type": "library",
6711
            "autoload": {
6712
                "psr-4": {
6713
                    "Doctrine\\Common\\": "src"
6714
                }
6715
            },
6716
            "notification-url": "https://packagist.org/downloads/",
6717
            "license": [
6718
                "MIT"
6719
            ],
6720
            "authors": [
6721
                {
6722
                    "name": "Guilherme Blanco",
6723
                    "email": "guilhermeblanco@gmail.com"
6724
                },
6725
                {
6726
                    "name": "Roman Borschel",
6727
                    "email": "roman@code-factory.org"
6728
                },
6729
                {
6730
                    "name": "Benjamin Eberlei",
6731
                    "email": "kontakt@beberlei.de"
6732
                },
6733
                {
6734
                    "name": "Jonathan Wage",
6735
                    "email": "jonwage@gmail.com"
6736
                },
6737
                {
6738
                    "name": "Johannes Schmitt",
6739
                    "email": "schmittjoh@gmail.com"
6740
                },
6741
                {
6742
                    "name": "Marco Pivetta",
6743
                    "email": "ocramius@gmail.com"
6744
                }
6745
            ],
6746
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
6747
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
6748
            "keywords": [
6749
                "event",
6750
                "event dispatcher",
6751
                "event manager",
6752
                "event system",
6753
                "events"
6754
            ],
6755
            "support": {
6756
                "issues": "https://github.com/doctrine/event-manager/issues",
6757
                "source": "https://github.com/doctrine/event-manager/tree/2.0.0"
6758
            },
6759
            "funding": [
6760
                {
6761
                    "url": "https://www.doctrine-project.org/sponsorship.html",
6762
                    "type": "custom"
6763
                },
6764
                {
6765
                    "url": "https://www.patreon.com/phpdoctrine",
6766
                    "type": "patreon"
6767
                },
6768
                {
6769
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
6770
                    "type": "tidelift"
6771
                }
6772
            ],
6773
            "time": "2022-10-12T20:59:15+00:00"
6774
        },
6775
        {
6776
            "name": "fakerphp/faker",
6777
            "version": "v1.23.1",
6778
            "source": {
6779
                "type": "git",
6780
                "url": "https://github.com/FakerPHP/Faker.git",
6781
                "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
6782
            },
6783
            "dist": {
6784
                "type": "zip",
6785
                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
6786
                "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
6787
                "shasum": ""
6788
            },
6789
            "require": {
6790
                "php": "^7.4 || ^8.0",
6791
                "psr/container": "^1.0 || ^2.0",
6792
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
6793
            },
6794
            "conflict": {
6795
                "fzaninotto/faker": "*"
6796
            },
6797
            "require-dev": {
6798
                "bamarni/composer-bin-plugin": "^1.4.1",
6799
                "doctrine/persistence": "^1.3 || ^2.0",
6800
                "ext-intl": "*",
6801
                "phpunit/phpunit": "^9.5.26",
6802
                "symfony/phpunit-bridge": "^5.4.16"
6803
            },
6804
            "suggest": {
6805
                "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
6806
                "ext-curl": "Required by Faker\\Provider\\Image to download images.",
6807
                "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
6808
                "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
6809
                "ext-mbstring": "Required for multibyte Unicode string functionality."
6810
            },
6811
            "type": "library",
6812
            "autoload": {
6813
                "psr-4": {
6814
                    "Faker\\": "src/Faker/"
6815
                }
6816
            },
6817
            "notification-url": "https://packagist.org/downloads/",
6818
            "license": [
6819
                "MIT"
6820
            ],
6821
            "authors": [
6822
                {
6823
                    "name": "François Zaninotto"
6824
                }
6825
            ],
6826
            "description": "Faker is a PHP library that generates fake data for you.",
6827
            "keywords": [
6828
                "data",
6829
                "faker",
6830
                "fixtures"
6831
            ],
6832
            "support": {
6833
                "issues": "https://github.com/FakerPHP/Faker/issues",
6834
                "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
6835
            },
6836
            "time": "2024-01-02T13:46:09+00:00"
6837
        },
6838
        {
6839
            "name": "filp/whoops",
6840
            "version": "2.15.4",
6841
            "source": {
6842
                "type": "git",
6843
                "url": "https://github.com/filp/whoops.git",
6844
                "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
6845
            },
6846
            "dist": {
6847
                "type": "zip",
6848
                "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
6849
                "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
6850
                "shasum": ""
6851
            },
6852
            "require": {
6853
                "php": "^5.5.9 || ^7.0 || ^8.0",
6854
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
6855
            },
6856
            "require-dev": {
6857
                "mockery/mockery": "^0.9 || ^1.0",
6858
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
6859
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
6860
            },
6861
            "suggest": {
6862
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
6863
                "whoops/soap": "Formats errors as SOAP responses"
6864
            },
6865
            "type": "library",
6866
            "extra": {
6867
                "branch-alias": {
6868
                    "dev-master": "2.7-dev"
6869
                }
6870
            },
6871
            "autoload": {
6872
                "psr-4": {
6873
                    "Whoops\\": "src/Whoops/"
6874
                }
6875
            },
6876
            "notification-url": "https://packagist.org/downloads/",
6877
            "license": [
6878
                "MIT"
6879
            ],
6880
            "authors": [
6881
                {
6882
                    "name": "Filipe Dobreira",
6883
                    "homepage": "https://github.com/filp",
6884
                    "role": "Developer"
6885
                }
6886
            ],
6887
            "description": "php error handling for cool kids",
6888
            "homepage": "https://filp.github.io/whoops/",
6889
            "keywords": [
6890
                "error",
6891
                "exception",
6892
                "handling",
6893
                "library",
6894
                "throwable",
6895
                "whoops"
6896
            ],
6897
            "support": {
6898
                "issues": "https://github.com/filp/whoops/issues",
6899
                "source": "https://github.com/filp/whoops/tree/2.15.4"
6900
            },
6901
            "funding": [
6902
                {
6903
                    "url": "https://github.com/denis-sokolov",
6904
                    "type": "github"
6905
                }
6906
            ],
6907
            "time": "2023-11-03T12:00:00+00:00"
6908
        },
6909
        {
6910
            "name": "friendsofphp/php-cs-fixer",
6911
            "version": "v3.48.0",
6912
            "source": {
6913
                "type": "git",
6914
                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
6915
                "reference": "a92472c6fb66349de25211f31c77eceae3df024e"
6916
            },
6917
            "dist": {
6918
                "type": "zip",
6919
                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a92472c6fb66349de25211f31c77eceae3df024e",
6920
                "reference": "a92472c6fb66349de25211f31c77eceae3df024e",
6921
                "shasum": ""
6922
            },
6923
            "require": {
6924
                "composer/semver": "^3.4",
6925
                "composer/xdebug-handler": "^3.0.3",
6926
                "ext-filter": "*",
6927
                "ext-json": "*",
6928
                "ext-tokenizer": "*",
6929
                "php": "^7.4 || ^8.0",
6930
                "sebastian/diff": "^4.0 || ^5.0",
6931
                "symfony/console": "^5.4 || ^6.0 || ^7.0",
6932
                "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
6933
                "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
6934
                "symfony/finder": "^5.4 || ^6.0 || ^7.0",
6935
                "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
6936
                "symfony/polyfill-mbstring": "^1.28",
6937
                "symfony/polyfill-php80": "^1.28",
6938
                "symfony/polyfill-php81": "^1.28",
6939
                "symfony/process": "^5.4 || ^6.0 || ^7.0",
6940
                "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
6941
            },
6942
            "require-dev": {
6943
                "facile-it/paraunit": "^1.3 || ^2.0",
6944
                "justinrainbow/json-schema": "^5.2",
6945
                "keradus/cli-executor": "^2.1",
6946
                "mikey179/vfsstream": "^1.6.11",
6947
                "php-coveralls/php-coveralls": "^2.7",
6948
                "php-cs-fixer/accessible-object": "^1.1",
6949
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
6950
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
6951
                "phpunit/phpunit": "^9.6 || ^10.5.5",
6952
                "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
6953
            },
6954
            "suggest": {
6955
                "ext-dom": "For handling output formats in XML",
6956
                "ext-mbstring": "For handling non-UTF8 characters."
6957
            },
6958
            "bin": [
6959
                "php-cs-fixer"
6960
            ],
6961
            "type": "application",
6962
            "autoload": {
6963
                "psr-4": {
6964
                    "PhpCsFixer\\": "src/"
6965
                }
6966
            },
6967
            "notification-url": "https://packagist.org/downloads/",
6968
            "license": [
6969
                "MIT"
6970
            ],
6971
            "authors": [
6972
                {
6973
                    "name": "Fabien Potencier",
6974
                    "email": "fabien@symfony.com"
6975
                },
6976
                {
6977
                    "name": "Dariusz Rumiński",
6978
                    "email": "dariusz.ruminski@gmail.com"
6979
                }
6980
            ],
6981
            "description": "A tool to automatically fix PHP code style",
6982
            "keywords": [
6983
                "Static code analysis",
6984
                "fixer",
6985
                "standards",
6986
                "static analysis"
6987
            ],
6988
            "support": {
6989
                "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
6990
                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.48.0"
6991
            },
6992
            "funding": [
6993
                {
6994
                    "url": "https://github.com/keradus",
6995
                    "type": "github"
6996
                }
6997
            ],
6998
            "time": "2024-01-19T21:44:39+00:00"
6999
        },
7000
        {
7001
            "name": "hamcrest/hamcrest-php",
7002
            "version": "v2.0.1",
7003
            "source": {
7004
                "type": "git",
7005
                "url": "https://github.com/hamcrest/hamcrest-php.git",
7006
                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
7007
            },
7008
            "dist": {
7009
                "type": "zip",
7010
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7011
                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7012
                "shasum": ""
7013
            },
7014
            "require": {
7015
                "php": "^5.3|^7.0|^8.0"
7016
            },
7017
            "replace": {
7018
                "cordoval/hamcrest-php": "*",
7019
                "davedevelopment/hamcrest-php": "*",
7020
                "kodova/hamcrest-php": "*"
7021
            },
7022
            "require-dev": {
7023
                "phpunit/php-file-iterator": "^1.4 || ^2.0",
7024
                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
7025
            },
7026
            "type": "library",
7027
            "extra": {
7028
                "branch-alias": {
7029
                    "dev-master": "2.1-dev"
7030
                }
7031
            },
7032
            "autoload": {
7033
                "classmap": [
7034
                    "hamcrest"
7035
                ]
7036
            },
7037
            "notification-url": "https://packagist.org/downloads/",
7038
            "license": [
7039
                "BSD-3-Clause"
7040
            ],
7041
            "description": "This is the PHP port of Hamcrest Matchers",
7042
            "keywords": [
7043
                "test"
7044
            ],
7045
            "support": {
7046
                "issues": "https://github.com/hamcrest/hamcrest-php/issues",
7047
                "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
7048
            },
7049
            "time": "2020-07-09T08:09:16+00:00"
7050
        },
7051
        {
7052
            "name": "larastan/larastan",
7053
            "version": "v2.8.1",
7054
            "source": {
7055
                "type": "git",
7056
                "url": "https://github.com/larastan/larastan.git",
7057
                "reference": "b7cc6a29c457a7d4f3de90466392ae9ad3e17022"
7058
            },
7059
            "dist": {
7060
                "type": "zip",
7061
                "url": "https://api.github.com/repos/larastan/larastan/zipball/b7cc6a29c457a7d4f3de90466392ae9ad3e17022",
7062
                "reference": "b7cc6a29c457a7d4f3de90466392ae9ad3e17022",
7063
                "shasum": ""
7064
            },
7065
            "require": {
7066
                "ext-json": "*",
7067
                "illuminate/console": "^9.52.16 || ^10.28.0 || ^11.0",
7068
                "illuminate/container": "^9.52.16 || ^10.28.0 || ^11.0",
7069
                "illuminate/contracts": "^9.52.16 || ^10.28.0 || ^11.0",
7070
                "illuminate/database": "^9.52.16 || ^10.28.0 || ^11.0",
7071
                "illuminate/http": "^9.52.16 || ^10.28.0 || ^11.0",
7072
                "illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.0",
7073
                "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0",
7074
                "php": "^8.0.2",
7075
                "phpmyadmin/sql-parser": "^5.8.2",
7076
                "phpstan/phpstan": "^1.10.50"
7077
            },
7078
            "require-dev": {
7079
                "nikic/php-parser": "^4.17.1",
7080
                "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.0",
7081
                "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.0",
7082
                "phpunit/phpunit": "^9.6.13 || ^10.5"
7083
            },
7084
            "suggest": {
7085
                "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
7086
            },
7087
            "type": "phpstan-extension",
7088
            "extra": {
7089
                "branch-alias": {
7090
                    "dev-master": "2.0-dev"
7091
                },
7092
                "phpstan": {
7093
                    "includes": [
7094
                        "extension.neon"
7095
                    ]
7096
                }
7097
            },
7098
            "autoload": {
7099
                "psr-4": {
7100
                    "Larastan\\Larastan\\": "src/"
7101
                }
7102
            },
7103
            "notification-url": "https://packagist.org/downloads/",
7104
            "license": [
7105
                "MIT"
7106
            ],
7107
            "authors": [
7108
                {
7109
                    "name": "Can Vural",
7110
                    "email": "can9119@gmail.com"
7111
                },
7112
                {
7113
                    "name": "Nuno Maduro",
7114
                    "email": "enunomaduro@gmail.com"
7115
                }
7116
            ],
7117
            "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
7118
            "keywords": [
7119
                "PHPStan",
7120
                "code analyse",
7121
                "code analysis",
7122
                "larastan",
7123
                "laravel",
7124
                "package",
7125
                "php",
7126
                "static analysis"
7127
            ],
7128
            "support": {
7129
                "issues": "https://github.com/larastan/larastan/issues",
7130
                "source": "https://github.com/larastan/larastan/tree/v2.8.1"
7131
            },
7132
            "funding": [
7133
                {
7134
                    "url": "https://www.paypal.com/paypalme/enunomaduro",
7135
                    "type": "custom"
7136
                },
7137
                {
7138
                    "url": "https://github.com/canvural",
7139
                    "type": "github"
7140
                },
7141
                {
7142
                    "url": "https://github.com/nunomaduro",
7143
                    "type": "github"
7144
                },
7145
                {
7146
                    "url": "https://www.patreon.com/nunomaduro",
7147
                    "type": "patreon"
7148
                }
7149
            ],
7150
            "time": "2024-01-08T09:11:17+00:00"
7151
        },
7152
        {
7153
            "name": "laravel/pint",
7154
            "version": "v1.13.9",
7155
            "source": {
7156
                "type": "git",
7157
                "url": "https://github.com/laravel/pint.git",
7158
                "reference": "e3e269cc5d874c8efd2dc7962b1c7ff2585fe525"
7159
            },
7160
            "dist": {
7161
                "type": "zip",
7162
                "url": "https://api.github.com/repos/laravel/pint/zipball/e3e269cc5d874c8efd2dc7962b1c7ff2585fe525",
7163
                "reference": "e3e269cc5d874c8efd2dc7962b1c7ff2585fe525",
7164
                "shasum": ""
7165
            },
7166
            "require": {
7167
                "ext-json": "*",
7168
                "ext-mbstring": "*",
7169
                "ext-tokenizer": "*",
7170
                "ext-xml": "*",
7171
                "php": "^8.1.0"
7172
            },
7173
            "require-dev": {
7174
                "friendsofphp/php-cs-fixer": "^3.47.0",
7175
                "illuminate/view": "^10.40.0",
7176
                "larastan/larastan": "^2.8.1",
7177
                "laravel-zero/framework": "^10.3.0",
7178
                "mockery/mockery": "^1.6.7",
7179
                "nunomaduro/termwind": "^1.15.1",
7180
                "pestphp/pest": "^2.31.0"
7181
            },
7182
            "bin": [
7183
                "builds/pint"
7184
            ],
7185
            "type": "project",
7186
            "autoload": {
7187
                "psr-4": {
7188
                    "App\\": "app/",
7189
                    "Database\\Seeders\\": "database/seeders/",
7190
                    "Database\\Factories\\": "database/factories/"
7191
                }
7192
            },
7193
            "notification-url": "https://packagist.org/downloads/",
7194
            "license": [
7195
                "MIT"
7196
            ],
7197
            "authors": [
7198
                {
7199
                    "name": "Nuno Maduro",
7200
                    "email": "enunomaduro@gmail.com"
7201
                }
7202
            ],
7203
            "description": "An opinionated code formatter for PHP.",
7204
            "homepage": "https://laravel.com",
7205
            "keywords": [
7206
                "format",
7207
                "formatter",
7208
                "lint",
7209
                "linter",
7210
                "php"
7211
            ],
7212
            "support": {
7213
                "issues": "https://github.com/laravel/pint/issues",
7214
                "source": "https://github.com/laravel/pint"
7215
            },
7216
            "time": "2024-01-16T17:39:29+00:00"
7217
        },
7218
        {
7219
            "name": "laravel/sail",
7220
            "version": "v1.27.1",
7221
            "source": {
7222
                "type": "git",
7223
                "url": "https://github.com/laravel/sail.git",
7224
                "reference": "9dc648978e4276f2bfd37a076a52e3bd9394777f"
7225
            },
7226
            "dist": {
7227
                "type": "zip",
7228
                "url": "https://api.github.com/repos/laravel/sail/zipball/9dc648978e4276f2bfd37a076a52e3bd9394777f",
7229
                "reference": "9dc648978e4276f2bfd37a076a52e3bd9394777f",
7230
                "shasum": ""
7231
            },
7232
            "require": {
7233
                "illuminate/console": "^9.0|^10.0|^11.0",
7234
                "illuminate/contracts": "^9.0|^10.0|^11.0",
7235
                "illuminate/support": "^9.0|^10.0|^11.0",
7236
                "php": "^8.0",
7237
                "symfony/yaml": "^6.0|^7.0"
7238
            },
7239
            "require-dev": {
7240
                "orchestra/testbench": "^7.0|^8.0|^9.0",
7241
                "phpstan/phpstan": "^1.10"
7242
            },
7243
            "bin": [
7244
                "bin/sail"
7245
            ],
7246
            "type": "library",
7247
            "extra": {
7248
                "branch-alias": {
7249
                    "dev-master": "1.x-dev"
7250
                },
7251
                "laravel": {
7252
                    "providers": [
7253
                        "Laravel\\Sail\\SailServiceProvider"
7254
                    ]
7255
                }
7256
            },
7257
            "autoload": {
7258
                "psr-4": {
7259
                    "Laravel\\Sail\\": "src/"
7260
                }
7261
            },
7262
            "notification-url": "https://packagist.org/downloads/",
7263
            "license": [
7264
                "MIT"
7265
            ],
7266
            "authors": [
7267
                {
7268
                    "name": "Taylor Otwell",
7269
                    "email": "taylor@laravel.com"
7270
                }
7271
            ],
7272
            "description": "Docker files for running a basic Laravel application.",
7273
            "keywords": [
7274
                "docker",
7275
                "laravel"
7276
            ],
7277
            "support": {
7278
                "issues": "https://github.com/laravel/sail/issues",
7279
                "source": "https://github.com/laravel/sail"
7280
            },
7281
            "time": "2024-01-13T18:46:48+00:00"
7282
        },
7283
        {
7284
            "name": "mockery/mockery",
7285
            "version": "1.6.7",
7286
            "source": {
7287
                "type": "git",
7288
                "url": "https://github.com/mockery/mockery.git",
7289
                "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06"
7290
            },
7291
            "dist": {
7292
                "type": "zip",
7293
                "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
7294
                "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
7295
                "shasum": ""
7296
            },
7297
            "require": {
7298
                "hamcrest/hamcrest-php": "^2.0.1",
7299
                "lib-pcre": ">=7.0",
7300
                "php": ">=7.3"
7301
            },
7302
            "conflict": {
7303
                "phpunit/phpunit": "<8.0"
7304
            },
7305
            "require-dev": {
7306
                "phpunit/phpunit": "^8.5 || ^9.6.10",
7307
                "symplify/easy-coding-standard": "^12.0.8"
7308
            },
7309
            "type": "library",
7310
            "autoload": {
7311
                "files": [
7312
                    "library/helpers.php",
7313
                    "library/Mockery.php"
7314
                ],
7315
                "psr-4": {
7316
                    "Mockery\\": "library/Mockery"
7317
                }
7318
            },
7319
            "notification-url": "https://packagist.org/downloads/",
7320
            "license": [
7321
                "BSD-3-Clause"
7322
            ],
7323
            "authors": [
7324
                {
7325
                    "name": "Pádraic Brady",
7326
                    "email": "padraic.brady@gmail.com",
7327
                    "homepage": "https://github.com/padraic",
7328
                    "role": "Author"
7329
                },
7330
                {
7331
                    "name": "Dave Marshall",
7332
                    "email": "dave.marshall@atstsolutions.co.uk",
7333
                    "homepage": "https://davedevelopment.co.uk",
7334
                    "role": "Developer"
7335
                },
7336
                {
7337
                    "name": "Nathanael Esayeas",
7338
                    "email": "nathanael.esayeas@protonmail.com",
7339
                    "homepage": "https://github.com/ghostwriter",
7340
                    "role": "Lead Developer"
7341
                }
7342
            ],
7343
            "description": "Mockery is a simple yet flexible PHP mock object framework",
7344
            "homepage": "https://github.com/mockery/mockery",
7345
            "keywords": [
7346
                "BDD",
7347
                "TDD",
7348
                "library",
7349
                "mock",
7350
                "mock objects",
7351
                "mockery",
7352
                "stub",
7353
                "test",
7354
                "test double",
7355
                "testing"
7356
            ],
7357
            "support": {
7358
                "docs": "https://docs.mockery.io/",
7359
                "issues": "https://github.com/mockery/mockery/issues",
7360
                "rss": "https://github.com/mockery/mockery/releases.atom",
7361
                "security": "https://github.com/mockery/mockery/security/advisories",
7362
                "source": "https://github.com/mockery/mockery"
7363
            },
7364
            "time": "2023-12-10T02:24:34+00:00"
7365
        },
7366
        {
7367
            "name": "myclabs/deep-copy",
7368
            "version": "1.11.1",
7369
            "source": {
7370
                "type": "git",
7371
                "url": "https://github.com/myclabs/DeepCopy.git",
7372
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
7373
            },
7374
            "dist": {
7375
                "type": "zip",
7376
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
7377
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
7378
                "shasum": ""
7379
            },
7380
            "require": {
7381
                "php": "^7.1 || ^8.0"
7382
            },
7383
            "conflict": {
7384
                "doctrine/collections": "<1.6.8",
7385
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
7386
            },
7387
            "require-dev": {
7388
                "doctrine/collections": "^1.6.8",
7389
                "doctrine/common": "^2.13.3 || ^3.2.2",
7390
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
7391
            },
7392
            "type": "library",
7393
            "autoload": {
7394
                "files": [
7395
                    "src/DeepCopy/deep_copy.php"
7396
                ],
7397
                "psr-4": {
7398
                    "DeepCopy\\": "src/DeepCopy/"
7399
                }
7400
            },
7401
            "notification-url": "https://packagist.org/downloads/",
7402
            "license": [
7403
                "MIT"
7404
            ],
7405
            "description": "Create deep copies (clones) of your objects",
7406
            "keywords": [
7407
                "clone",
7408
                "copy",
7409
                "duplicate",
7410
                "object",
7411
                "object graph"
7412
            ],
7413
            "support": {
7414
                "issues": "https://github.com/myclabs/DeepCopy/issues",
7415
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
7416
            },
7417
            "funding": [
7418
                {
7419
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
7420
                    "type": "tidelift"
7421
                }
7422
            ],
7423
            "time": "2023-03-08T13:26:56+00:00"
7424
        },
7425
        {
7426
            "name": "nunomaduro/collision",
7427
            "version": "v7.10.0",
7428
            "source": {
7429
                "type": "git",
7430
                "url": "https://github.com/nunomaduro/collision.git",
7431
                "reference": "49ec67fa7b002712da8526678abd651c09f375b2"
7432
            },
7433
            "dist": {
7434
                "type": "zip",
7435
                "url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
7436
                "reference": "49ec67fa7b002712da8526678abd651c09f375b2",
7437
                "shasum": ""
7438
            },
7439
            "require": {
7440
                "filp/whoops": "^2.15.3",
7441
                "nunomaduro/termwind": "^1.15.1",
7442
                "php": "^8.1.0",
7443
                "symfony/console": "^6.3.4"
7444
            },
7445
            "conflict": {
7446
                "laravel/framework": ">=11.0.0"
7447
            },
7448
            "require-dev": {
7449
                "brianium/paratest": "^7.3.0",
7450
                "laravel/framework": "^10.28.0",
7451
                "laravel/pint": "^1.13.3",
7452
                "laravel/sail": "^1.25.0",
7453
                "laravel/sanctum": "^3.3.1",
7454
                "laravel/tinker": "^2.8.2",
7455
                "nunomaduro/larastan": "^2.6.4",
7456
                "orchestra/testbench-core": "^8.13.0",
7457
                "pestphp/pest": "^2.23.2",
7458
                "phpunit/phpunit": "^10.4.1",
7459
                "sebastian/environment": "^6.0.1",
7460
                "spatie/laravel-ignition": "^2.3.1"
7461
            },
7462
            "type": "library",
7463
            "extra": {
7464
                "laravel": {
7465
                    "providers": [
7466
                        "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
7467
                    ]
7468
                }
7469
            },
7470
            "autoload": {
7471
                "files": [
7472
                    "./src/Adapters/Phpunit/Autoload.php"
7473
                ],
7474
                "psr-4": {
7475
                    "NunoMaduro\\Collision\\": "src/"
7476
                }
7477
            },
7478
            "notification-url": "https://packagist.org/downloads/",
7479
            "license": [
7480
                "MIT"
7481
            ],
7482
            "authors": [
7483
                {
7484
                    "name": "Nuno Maduro",
7485
                    "email": "enunomaduro@gmail.com"
7486
                }
7487
            ],
7488
            "description": "Cli error handling for console/command-line PHP applications.",
7489
            "keywords": [
7490
                "artisan",
7491
                "cli",
7492
                "command-line",
7493
                "console",
7494
                "error",
7495
                "handling",
7496
                "laravel",
7497
                "laravel-zero",
7498
                "php",
7499
                "symfony"
7500
            ],
7501
            "support": {
7502
                "issues": "https://github.com/nunomaduro/collision/issues",
7503
                "source": "https://github.com/nunomaduro/collision"
7504
            },
7505
            "funding": [
7506
                {
7507
                    "url": "https://www.paypal.com/paypalme/enunomaduro",
7508
                    "type": "custom"
7509
                },
7510
                {
7511
                    "url": "https://github.com/nunomaduro",
7512
                    "type": "github"
7513
                },
7514
                {
7515
                    "url": "https://www.patreon.com/nunomaduro",
7516
                    "type": "patreon"
7517
                }
7518
            ],
7519
            "time": "2023-10-11T15:45:01+00:00"
7520
        },
7521
        {
7522
            "name": "phar-io/manifest",
7523
            "version": "2.0.3",
7524
            "source": {
7525
                "type": "git",
7526
                "url": "https://github.com/phar-io/manifest.git",
7527
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
7528
            },
7529
            "dist": {
7530
                "type": "zip",
7531
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
7532
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
7533
                "shasum": ""
7534
            },
7535
            "require": {
7536
                "ext-dom": "*",
7537
                "ext-phar": "*",
7538
                "ext-xmlwriter": "*",
7539
                "phar-io/version": "^3.0.1",
7540
                "php": "^7.2 || ^8.0"
7541
            },
7542
            "type": "library",
7543
            "extra": {
7544
                "branch-alias": {
7545
                    "dev-master": "2.0.x-dev"
7546
                }
7547
            },
7548
            "autoload": {
7549
                "classmap": [
7550
                    "src/"
7551
                ]
7552
            },
7553
            "notification-url": "https://packagist.org/downloads/",
7554
            "license": [
7555
                "BSD-3-Clause"
7556
            ],
7557
            "authors": [
7558
                {
7559
                    "name": "Arne Blankerts",
7560
                    "email": "arne@blankerts.de",
7561
                    "role": "Developer"
7562
                },
7563
                {
7564
                    "name": "Sebastian Heuer",
7565
                    "email": "sebastian@phpeople.de",
7566
                    "role": "Developer"
7567
                },
7568
                {
7569
                    "name": "Sebastian Bergmann",
7570
                    "email": "sebastian@phpunit.de",
7571
                    "role": "Developer"
7572
                }
7573
            ],
7574
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
7575
            "support": {
7576
                "issues": "https://github.com/phar-io/manifest/issues",
7577
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
7578
            },
7579
            "time": "2021-07-20T11:28:43+00:00"
7580
        },
7581
        {
7582
            "name": "phar-io/version",
7583
            "version": "3.2.1",
7584
            "source": {
7585
                "type": "git",
7586
                "url": "https://github.com/phar-io/version.git",
7587
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
7588
            },
7589
            "dist": {
7590
                "type": "zip",
7591
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
7592
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
7593
                "shasum": ""
7594
            },
7595
            "require": {
7596
                "php": "^7.2 || ^8.0"
7597
            },
7598
            "type": "library",
7599
            "autoload": {
7600
                "classmap": [
7601
                    "src/"
7602
                ]
7603
            },
7604
            "notification-url": "https://packagist.org/downloads/",
7605
            "license": [
7606
                "BSD-3-Clause"
7607
            ],
7608
            "authors": [
7609
                {
7610
                    "name": "Arne Blankerts",
7611
                    "email": "arne@blankerts.de",
7612
                    "role": "Developer"
7613
                },
7614
                {
7615
                    "name": "Sebastian Heuer",
7616
                    "email": "sebastian@phpeople.de",
7617
                    "role": "Developer"
7618
                },
7619
                {
7620
                    "name": "Sebastian Bergmann",
7621
                    "email": "sebastian@phpunit.de",
7622
                    "role": "Developer"
7623
                }
7624
            ],
7625
            "description": "Library for handling version information and constraints",
7626
            "support": {
7627
                "issues": "https://github.com/phar-io/version/issues",
7628
                "source": "https://github.com/phar-io/version/tree/3.2.1"
7629
            },
7630
            "time": "2022-02-21T01:04:05+00:00"
7631
        },
7632
        {
7633
            "name": "phpdocumentor/reflection-common",
7634
            "version": "2.2.0",
7635
            "source": {
7636
                "type": "git",
7637
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
7638
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
7639
            },
7640
            "dist": {
7641
                "type": "zip",
7642
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
7643
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
7644
                "shasum": ""
7645
            },
7646
            "require": {
7647
                "php": "^7.2 || ^8.0"
7648
            },
7649
            "type": "library",
7650
            "extra": {
7651
                "branch-alias": {
7652
                    "dev-2.x": "2.x-dev"
7653
                }
7654
            },
7655
            "autoload": {
7656
                "psr-4": {
7657
                    "phpDocumentor\\Reflection\\": "src/"
7658
                }
7659
            },
7660
            "notification-url": "https://packagist.org/downloads/",
7661
            "license": [
7662
                "MIT"
7663
            ],
7664
            "authors": [
7665
                {
7666
                    "name": "Jaap van Otterdijk",
7667
                    "email": "opensource@ijaap.nl"
7668
                }
7669
            ],
7670
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
7671
            "homepage": "http://www.phpdoc.org",
7672
            "keywords": [
7673
                "FQSEN",
7674
                "phpDocumentor",
7675
                "phpdoc",
7676
                "reflection",
7677
                "static analysis"
7678
            ],
7679
            "support": {
7680
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
7681
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
7682
            },
7683
            "time": "2020-06-27T09:03:43+00:00"
7684
        },
7685
        {
7686
            "name": "phpdocumentor/type-resolver",
7687
            "version": "1.8.0",
7688
            "source": {
7689
                "type": "git",
7690
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
7691
                "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc"
7692
            },
7693
            "dist": {
7694
                "type": "zip",
7695
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc",
7696
                "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc",
7697
                "shasum": ""
7698
            },
7699
            "require": {
7700
                "doctrine/deprecations": "^1.0",
7701
                "php": "^7.4 || ^8.0",
7702
                "phpdocumentor/reflection-common": "^2.0",
7703
                "phpstan/phpdoc-parser": "^1.13"
7704
            },
7705
            "require-dev": {
7706
                "ext-tokenizer": "*",
7707
                "phpbench/phpbench": "^1.2",
7708
                "phpstan/extension-installer": "^1.1",
7709
                "phpstan/phpstan": "^1.8",
7710
                "phpstan/phpstan-phpunit": "^1.1",
7711
                "phpunit/phpunit": "^9.5",
7712
                "rector/rector": "^0.13.9",
7713
                "vimeo/psalm": "^4.25"
7714
            },
7715
            "type": "library",
7716
            "extra": {
7717
                "branch-alias": {
7718
                    "dev-1.x": "1.x-dev"
7719
                }
7720
            },
7721
            "autoload": {
7722
                "psr-4": {
7723
                    "phpDocumentor\\Reflection\\": "src"
7724
                }
7725
            },
7726
            "notification-url": "https://packagist.org/downloads/",
7727
            "license": [
7728
                "MIT"
7729
            ],
7730
            "authors": [
7731
                {
7732
                    "name": "Mike van Riel",
7733
                    "email": "me@mikevanriel.com"
7734
                }
7735
            ],
7736
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
7737
            "support": {
7738
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
7739
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0"
7740
            },
7741
            "time": "2024-01-11T11:49:22+00:00"
7742
        },
7743
        {
7744
            "name": "phpmyadmin/sql-parser",
7745
            "version": "5.9.0",
7746
            "source": {
7747
                "type": "git",
7748
                "url": "https://github.com/phpmyadmin/sql-parser.git",
7749
                "reference": "011fa18a4e55591fac6545a821921dd1d61c6984"
7750
            },
7751
            "dist": {
7752
                "type": "zip",
7753
                "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/011fa18a4e55591fac6545a821921dd1d61c6984",
7754
                "reference": "011fa18a4e55591fac6545a821921dd1d61c6984",
7755
                "shasum": ""
7756
            },
7757
            "require": {
7758
                "php": "^7.2 || ^8.0",
7759
                "symfony/polyfill-mbstring": "^1.3",
7760
                "symfony/polyfill-php80": "^1.16"
7761
            },
7762
            "conflict": {
7763
                "phpmyadmin/motranslator": "<3.0"
7764
            },
7765
            "require-dev": {
7766
                "phpbench/phpbench": "^1.1",
7767
                "phpmyadmin/coding-standard": "^3.0",
7768
                "phpmyadmin/motranslator": "^4.0 || ^5.0",
7769
                "phpstan/extension-installer": "^1.1",
7770
                "phpstan/phpstan": "^1.9.12",
7771
                "phpstan/phpstan-phpunit": "^1.3.3",
7772
                "phpunit/php-code-coverage": "*",
7773
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
7774
                "psalm/plugin-phpunit": "^0.16.1",
7775
                "vimeo/psalm": "^4.11",
7776
                "zumba/json-serializer": "~3.0.2"
7777
            },
7778
            "suggest": {
7779
                "ext-mbstring": "For best performance",
7780
                "phpmyadmin/motranslator": "Translate messages to your favorite locale"
7781
            },
7782
            "bin": [
7783
                "bin/highlight-query",
7784
                "bin/lint-query",
7785
                "bin/sql-parser",
7786
                "bin/tokenize-query"
7787
            ],
7788
            "type": "library",
7789
            "autoload": {
7790
                "psr-4": {
7791
                    "PhpMyAdmin\\SqlParser\\": "src"
7792
                }
7793
            },
7794
            "notification-url": "https://packagist.org/downloads/",
7795
            "license": [
7796
                "GPL-2.0-or-later"
7797
            ],
7798
            "authors": [
7799
                {
7800
                    "name": "The phpMyAdmin Team",
7801
                    "email": "developers@phpmyadmin.net",
7802
                    "homepage": "https://www.phpmyadmin.net/team/"
7803
                }
7804
            ],
7805
            "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
7806
            "homepage": "https://github.com/phpmyadmin/sql-parser",
7807
            "keywords": [
7808
                "analysis",
7809
                "lexer",
7810
                "parser",
7811
                "query linter",
7812
                "sql",
7813
                "sql lexer",
7814
                "sql linter",
7815
                "sql parser",
7816
                "sql syntax highlighter",
7817
                "sql tokenizer"
7818
            ],
7819
            "support": {
7820
                "issues": "https://github.com/phpmyadmin/sql-parser/issues",
7821
                "source": "https://github.com/phpmyadmin/sql-parser"
7822
            },
7823
            "funding": [
7824
                {
7825
                    "url": "https://www.phpmyadmin.net/donate/",
7826
                    "type": "other"
7827
                }
7828
            ],
7829
            "time": "2024-01-20T20:34:02+00:00"
7830
        },
7831
        {
7832
            "name": "phpstan/phpdoc-parser",
7833
            "version": "1.25.0",
7834
            "source": {
7835
                "type": "git",
7836
                "url": "https://github.com/phpstan/phpdoc-parser.git",
7837
                "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
7838
            },
7839
            "dist": {
7840
                "type": "zip",
7841
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
7842
                "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
7843
                "shasum": ""
7844
            },
7845
            "require": {
7846
                "php": "^7.2 || ^8.0"
7847
            },
7848
            "require-dev": {
7849
                "doctrine/annotations": "^2.0",
7850
                "nikic/php-parser": "^4.15",
7851
                "php-parallel-lint/php-parallel-lint": "^1.2",
7852
                "phpstan/extension-installer": "^1.0",
7853
                "phpstan/phpstan": "^1.5",
7854
                "phpstan/phpstan-phpunit": "^1.1",
7855
                "phpstan/phpstan-strict-rules": "^1.0",
7856
                "phpunit/phpunit": "^9.5",
7857
                "symfony/process": "^5.2"
7858
            },
7859
            "type": "library",
7860
            "autoload": {
7861
                "psr-4": {
7862
                    "PHPStan\\PhpDocParser\\": [
7863
                        "src/"
7864
                    ]
7865
                }
7866
            },
7867
            "notification-url": "https://packagist.org/downloads/",
7868
            "license": [
7869
                "MIT"
7870
            ],
7871
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
7872
            "support": {
7873
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
7874
                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0"
7875
            },
7876
            "time": "2024-01-04T17:06:16+00:00"
7877
        },
7878
        {
7879
            "name": "phpstan/phpstan",
7880
            "version": "1.10.57",
7881
            "source": {
7882
                "type": "git",
7883
                "url": "https://github.com/phpstan/phpstan.git",
7884
                "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e"
7885
            },
7886
            "dist": {
7887
                "type": "zip",
7888
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1627b1d03446904aaa77593f370c5201d2ecc34e",
7889
                "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e",
7890
                "shasum": ""
7891
            },
7892
            "require": {
7893
                "php": "^7.2|^8.0"
7894
            },
7895
            "conflict": {
7896
                "phpstan/phpstan-shim": "*"
7897
            },
7898
            "bin": [
7899
                "phpstan",
7900
                "phpstan.phar"
7901
            ],
7902
            "type": "library",
7903
            "autoload": {
7904
                "files": [
7905
                    "bootstrap.php"
7906
                ]
7907
            },
7908
            "notification-url": "https://packagist.org/downloads/",
7909
            "license": [
7910
                "MIT"
7911
            ],
7912
            "description": "PHPStan - PHP Static Analysis Tool",
7913
            "keywords": [
7914
                "dev",
7915
                "static analysis"
7916
            ],
7917
            "support": {
7918
                "docs": "https://phpstan.org/user-guide/getting-started",
7919
                "forum": "https://github.com/phpstan/phpstan/discussions",
7920
                "issues": "https://github.com/phpstan/phpstan/issues",
7921
                "security": "https://github.com/phpstan/phpstan/security/policy",
7922
                "source": "https://github.com/phpstan/phpstan-src"
7923
            },
7924
            "funding": [
7925
                {
7926
                    "url": "https://github.com/ondrejmirtes",
7927
                    "type": "github"
7928
                },
7929
                {
7930
                    "url": "https://github.com/phpstan",
7931
                    "type": "github"
7932
                },
7933
                {
7934
                    "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
7935
                    "type": "tidelift"
7936
                }
7937
            ],
7938
            "time": "2024-01-24T11:51:34+00:00"
7939
        },
7940
        {
7941
            "name": "phpunit/php-code-coverage",
7942
            "version": "10.1.11",
7943
            "source": {
7944
                "type": "git",
7945
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7946
                "reference": "78c3b7625965c2513ee96569a4dbb62601784145"
7947
            },
7948
            "dist": {
7949
                "type": "zip",
7950
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/78c3b7625965c2513ee96569a4dbb62601784145",
7951
                "reference": "78c3b7625965c2513ee96569a4dbb62601784145",
7952
                "shasum": ""
7953
            },
7954
            "require": {
7955
                "ext-dom": "*",
7956
                "ext-libxml": "*",
7957
                "ext-xmlwriter": "*",
7958
                "nikic/php-parser": "^4.18 || ^5.0",
7959
                "php": ">=8.1",
7960
                "phpunit/php-file-iterator": "^4.0",
7961
                "phpunit/php-text-template": "^3.0",
7962
                "sebastian/code-unit-reverse-lookup": "^3.0",
7963
                "sebastian/complexity": "^3.0",
7964
                "sebastian/environment": "^6.0",
7965
                "sebastian/lines-of-code": "^2.0",
7966
                "sebastian/version": "^4.0",
7967
                "theseer/tokenizer": "^1.2.0"
7968
            },
7969
            "require-dev": {
7970
                "phpunit/phpunit": "^10.1"
7971
            },
7972
            "suggest": {
7973
                "ext-pcov": "PHP extension that provides line coverage",
7974
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
7975
            },
7976
            "type": "library",
7977
            "extra": {
7978
                "branch-alias": {
7979
                    "dev-main": "10.1-dev"
7980
                }
7981
            },
7982
            "autoload": {
7983
                "classmap": [
7984
                    "src/"
7985
                ]
7986
            },
7987
            "notification-url": "https://packagist.org/downloads/",
7988
            "license": [
7989
                "BSD-3-Clause"
7990
            ],
7991
            "authors": [
7992
                {
7993
                    "name": "Sebastian Bergmann",
7994
                    "email": "sebastian@phpunit.de",
7995
                    "role": "lead"
7996
                }
7997
            ],
7998
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7999
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
8000
            "keywords": [
8001
                "coverage",
8002
                "testing",
8003
                "xunit"
8004
            ],
8005
            "support": {
8006
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8007
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8008
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.11"
8009
            },
8010
            "funding": [
8011
                {
8012
                    "url": "https://github.com/sebastianbergmann",
8013
                    "type": "github"
8014
                }
8015
            ],
8016
            "time": "2023-12-21T15:38:30+00:00"
8017
        },
8018
        {
8019
            "name": "phpunit/php-file-iterator",
8020
            "version": "4.1.0",
8021
            "source": {
8022
                "type": "git",
8023
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
8024
                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
8025
            },
8026
            "dist": {
8027
                "type": "zip",
8028
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
8029
                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
8030
                "shasum": ""
8031
            },
8032
            "require": {
8033
                "php": ">=8.1"
8034
            },
8035
            "require-dev": {
8036
                "phpunit/phpunit": "^10.0"
8037
            },
8038
            "type": "library",
8039
            "extra": {
8040
                "branch-alias": {
8041
                    "dev-main": "4.0-dev"
8042
                }
8043
            },
8044
            "autoload": {
8045
                "classmap": [
8046
                    "src/"
8047
                ]
8048
            },
8049
            "notification-url": "https://packagist.org/downloads/",
8050
            "license": [
8051
                "BSD-3-Clause"
8052
            ],
8053
            "authors": [
8054
                {
8055
                    "name": "Sebastian Bergmann",
8056
                    "email": "sebastian@phpunit.de",
8057
                    "role": "lead"
8058
                }
8059
            ],
8060
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8061
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8062
            "keywords": [
8063
                "filesystem",
8064
                "iterator"
8065
            ],
8066
            "support": {
8067
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8068
                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
8069
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
8070
            },
8071
            "funding": [
8072
                {
8073
                    "url": "https://github.com/sebastianbergmann",
8074
                    "type": "github"
8075
                }
8076
            ],
8077
            "time": "2023-08-31T06:24:48+00:00"
8078
        },
8079
        {
8080
            "name": "phpunit/php-invoker",
8081
            "version": "4.0.0",
8082
            "source": {
8083
                "type": "git",
8084
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
8085
                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
8086
            },
8087
            "dist": {
8088
                "type": "zip",
8089
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
8090
                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
8091
                "shasum": ""
8092
            },
8093
            "require": {
8094
                "php": ">=8.1"
8095
            },
8096
            "require-dev": {
8097
                "ext-pcntl": "*",
8098
                "phpunit/phpunit": "^10.0"
8099
            },
8100
            "suggest": {
8101
                "ext-pcntl": "*"
8102
            },
8103
            "type": "library",
8104
            "extra": {
8105
                "branch-alias": {
8106
                    "dev-main": "4.0-dev"
8107
                }
8108
            },
8109
            "autoload": {
8110
                "classmap": [
8111
                    "src/"
8112
                ]
8113
            },
8114
            "notification-url": "https://packagist.org/downloads/",
8115
            "license": [
8116
                "BSD-3-Clause"
8117
            ],
8118
            "authors": [
8119
                {
8120
                    "name": "Sebastian Bergmann",
8121
                    "email": "sebastian@phpunit.de",
8122
                    "role": "lead"
8123
                }
8124
            ],
8125
            "description": "Invoke callables with a timeout",
8126
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8127
            "keywords": [
8128
                "process"
8129
            ],
8130
            "support": {
8131
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8132
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
8133
            },
8134
            "funding": [
8135
                {
8136
                    "url": "https://github.com/sebastianbergmann",
8137
                    "type": "github"
8138
                }
8139
            ],
8140
            "time": "2023-02-03T06:56:09+00:00"
8141
        },
8142
        {
8143
            "name": "phpunit/php-text-template",
8144
            "version": "3.0.1",
8145
            "source": {
8146
                "type": "git",
8147
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
8148
                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
8149
            },
8150
            "dist": {
8151
                "type": "zip",
8152
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
8153
                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
8154
                "shasum": ""
8155
            },
8156
            "require": {
8157
                "php": ">=8.1"
8158
            },
8159
            "require-dev": {
8160
                "phpunit/phpunit": "^10.0"
8161
            },
8162
            "type": "library",
8163
            "extra": {
8164
                "branch-alias": {
8165
                    "dev-main": "3.0-dev"
8166
                }
8167
            },
8168
            "autoload": {
8169
                "classmap": [
8170
                    "src/"
8171
                ]
8172
            },
8173
            "notification-url": "https://packagist.org/downloads/",
8174
            "license": [
8175
                "BSD-3-Clause"
8176
            ],
8177
            "authors": [
8178
                {
8179
                    "name": "Sebastian Bergmann",
8180
                    "email": "sebastian@phpunit.de",
8181
                    "role": "lead"
8182
                }
8183
            ],
8184
            "description": "Simple template engine.",
8185
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8186
            "keywords": [
8187
                "template"
8188
            ],
8189
            "support": {
8190
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8191
                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
8192
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
8193
            },
8194
            "funding": [
8195
                {
8196
                    "url": "https://github.com/sebastianbergmann",
8197
                    "type": "github"
8198
                }
8199
            ],
8200
            "time": "2023-08-31T14:07:24+00:00"
8201
        },
8202
        {
8203
            "name": "phpunit/php-timer",
8204
            "version": "6.0.0",
8205
            "source": {
8206
                "type": "git",
8207
                "url": "https://github.com/sebastianbergmann/php-timer.git",
8208
                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
8209
            },
8210
            "dist": {
8211
                "type": "zip",
8212
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
8213
                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
8214
                "shasum": ""
8215
            },
8216
            "require": {
8217
                "php": ">=8.1"
8218
            },
8219
            "require-dev": {
8220
                "phpunit/phpunit": "^10.0"
8221
            },
8222
            "type": "library",
8223
            "extra": {
8224
                "branch-alias": {
8225
                    "dev-main": "6.0-dev"
8226
                }
8227
            },
8228
            "autoload": {
8229
                "classmap": [
8230
                    "src/"
8231
                ]
8232
            },
8233
            "notification-url": "https://packagist.org/downloads/",
8234
            "license": [
8235
                "BSD-3-Clause"
8236
            ],
8237
            "authors": [
8238
                {
8239
                    "name": "Sebastian Bergmann",
8240
                    "email": "sebastian@phpunit.de",
8241
                    "role": "lead"
8242
                }
8243
            ],
8244
            "description": "Utility class for timing",
8245
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
8246
            "keywords": [
8247
                "timer"
8248
            ],
8249
            "support": {
8250
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8251
                "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
8252
            },
8253
            "funding": [
8254
                {
8255
                    "url": "https://github.com/sebastianbergmann",
8256
                    "type": "github"
8257
                }
8258
            ],
8259
            "time": "2023-02-03T06:57:52+00:00"
8260
        },
8261
        {
8262
            "name": "phpunit/phpunit",
8263
            "version": "10.5.8",
8264
            "source": {
8265
                "type": "git",
8266
                "url": "https://github.com/sebastianbergmann/phpunit.git",
8267
                "reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e"
8268
            },
8269
            "dist": {
8270
                "type": "zip",
8271
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/08f4fa74d5fbfff1ef22abffee47aaedcaea227e",
8272
                "reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e",
8273
                "shasum": ""
8274
            },
8275
            "require": {
8276
                "ext-dom": "*",
8277
                "ext-json": "*",
8278
                "ext-libxml": "*",
8279
                "ext-mbstring": "*",
8280
                "ext-xml": "*",
8281
                "ext-xmlwriter": "*",
8282
                "myclabs/deep-copy": "^1.10.1",
8283
                "phar-io/manifest": "^2.0.3",
8284
                "phar-io/version": "^3.0.2",
8285
                "php": ">=8.1",
8286
                "phpunit/php-code-coverage": "^10.1.5",
8287
                "phpunit/php-file-iterator": "^4.0",
8288
                "phpunit/php-invoker": "^4.0",
8289
                "phpunit/php-text-template": "^3.0",
8290
                "phpunit/php-timer": "^6.0",
8291
                "sebastian/cli-parser": "^2.0",
8292
                "sebastian/code-unit": "^2.0",
8293
                "sebastian/comparator": "^5.0",
8294
                "sebastian/diff": "^5.0",
8295
                "sebastian/environment": "^6.0",
8296
                "sebastian/exporter": "^5.1",
8297
                "sebastian/global-state": "^6.0.1",
8298
                "sebastian/object-enumerator": "^5.0",
8299
                "sebastian/recursion-context": "^5.0",
8300
                "sebastian/type": "^4.0",
8301
                "sebastian/version": "^4.0"
8302
            },
8303
            "suggest": {
8304
                "ext-soap": "To be able to generate mocks based on WSDL files"
8305
            },
8306
            "bin": [
8307
                "phpunit"
8308
            ],
8309
            "type": "library",
8310
            "extra": {
8311
                "branch-alias": {
8312
                    "dev-main": "10.5-dev"
8313
                }
8314
            },
8315
            "autoload": {
8316
                "files": [
8317
                    "src/Framework/Assert/Functions.php"
8318
                ],
8319
                "classmap": [
8320
                    "src/"
8321
                ]
8322
            },
8323
            "notification-url": "https://packagist.org/downloads/",
8324
            "license": [
8325
                "BSD-3-Clause"
8326
            ],
8327
            "authors": [
8328
                {
8329
                    "name": "Sebastian Bergmann",
8330
                    "email": "sebastian@phpunit.de",
8331
                    "role": "lead"
8332
                }
8333
            ],
8334
            "description": "The PHP Unit Testing framework.",
8335
            "homepage": "https://phpunit.de/",
8336
            "keywords": [
8337
                "phpunit",
8338
                "testing",
8339
                "xunit"
8340
            ],
8341
            "support": {
8342
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
8343
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
8344
                "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.8"
8345
            },
8346
            "funding": [
8347
                {
8348
                    "url": "https://phpunit.de/sponsors.html",
8349
                    "type": "custom"
8350
                },
8351
                {
8352
                    "url": "https://github.com/sebastianbergmann",
8353
                    "type": "github"
8354
                },
8355
                {
8356
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
8357
                    "type": "tidelift"
8358
                }
8359
            ],
8360
            "time": "2024-01-19T07:07:27+00:00"
8361
        },
8362
        {
8363
            "name": "psr/cache",
8364
            "version": "3.0.0",
8365
            "source": {
8366
                "type": "git",
8367
                "url": "https://github.com/php-fig/cache.git",
8368
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
8369
            },
8370
            "dist": {
8371
                "type": "zip",
8372
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
8373
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
8374
                "shasum": ""
8375
            },
8376
            "require": {
8377
                "php": ">=8.0.0"
8378
            },
8379
            "type": "library",
8380
            "extra": {
8381
                "branch-alias": {
8382
                    "dev-master": "1.0.x-dev"
8383
                }
8384
            },
8385
            "autoload": {
8386
                "psr-4": {
8387
                    "Psr\\Cache\\": "src/"
8388
                }
8389
            },
8390
            "notification-url": "https://packagist.org/downloads/",
8391
            "license": [
8392
                "MIT"
8393
            ],
8394
            "authors": [
8395
                {
8396
                    "name": "PHP-FIG",
8397
                    "homepage": "https://www.php-fig.org/"
8398
                }
8399
            ],
8400
            "description": "Common interface for caching libraries",
8401
            "keywords": [
8402
                "cache",
8403
                "psr",
8404
                "psr-6"
8405
            ],
8406
            "support": {
8407
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
8408
            },
8409
            "time": "2021-02-03T23:26:27+00:00"
8410
        },
8411
        {
8412
            "name": "sebastian/cli-parser",
8413
            "version": "2.0.0",
8414
            "source": {
8415
                "type": "git",
8416
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
8417
                "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
8418
            },
8419
            "dist": {
8420
                "type": "zip",
8421
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
8422
                "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
8423
                "shasum": ""
8424
            },
8425
            "require": {
8426
                "php": ">=8.1"
8427
            },
8428
            "require-dev": {
8429
                "phpunit/phpunit": "^10.0"
8430
            },
8431
            "type": "library",
8432
            "extra": {
8433
                "branch-alias": {
8434
                    "dev-main": "2.0-dev"
8435
                }
8436
            },
8437
            "autoload": {
8438
                "classmap": [
8439
                    "src/"
8440
                ]
8441
            },
8442
            "notification-url": "https://packagist.org/downloads/",
8443
            "license": [
8444
                "BSD-3-Clause"
8445
            ],
8446
            "authors": [
8447
                {
8448
                    "name": "Sebastian Bergmann",
8449
                    "email": "sebastian@phpunit.de",
8450
                    "role": "lead"
8451
                }
8452
            ],
8453
            "description": "Library for parsing CLI options",
8454
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
8455
            "support": {
8456
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
8457
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
8458
            },
8459
            "funding": [
8460
                {
8461
                    "url": "https://github.com/sebastianbergmann",
8462
                    "type": "github"
8463
                }
8464
            ],
8465
            "time": "2023-02-03T06:58:15+00:00"
8466
        },
8467
        {
8468
            "name": "sebastian/code-unit",
8469
            "version": "2.0.0",
8470
            "source": {
8471
                "type": "git",
8472
                "url": "https://github.com/sebastianbergmann/code-unit.git",
8473
                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
8474
            },
8475
            "dist": {
8476
                "type": "zip",
8477
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
8478
                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
8479
                "shasum": ""
8480
            },
8481
            "require": {
8482
                "php": ">=8.1"
8483
            },
8484
            "require-dev": {
8485
                "phpunit/phpunit": "^10.0"
8486
            },
8487
            "type": "library",
8488
            "extra": {
8489
                "branch-alias": {
8490
                    "dev-main": "2.0-dev"
8491
                }
8492
            },
8493
            "autoload": {
8494
                "classmap": [
8495
                    "src/"
8496
                ]
8497
            },
8498
            "notification-url": "https://packagist.org/downloads/",
8499
            "license": [
8500
                "BSD-3-Clause"
8501
            ],
8502
            "authors": [
8503
                {
8504
                    "name": "Sebastian Bergmann",
8505
                    "email": "sebastian@phpunit.de",
8506
                    "role": "lead"
8507
                }
8508
            ],
8509
            "description": "Collection of value objects that represent the PHP code units",
8510
            "homepage": "https://github.com/sebastianbergmann/code-unit",
8511
            "support": {
8512
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
8513
                "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
8514
            },
8515
            "funding": [
8516
                {
8517
                    "url": "https://github.com/sebastianbergmann",
8518
                    "type": "github"
8519
                }
8520
            ],
8521
            "time": "2023-02-03T06:58:43+00:00"
8522
        },
8523
        {
8524
            "name": "sebastian/code-unit-reverse-lookup",
8525
            "version": "3.0.0",
8526
            "source": {
8527
                "type": "git",
8528
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8529
                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
8530
            },
8531
            "dist": {
8532
                "type": "zip",
8533
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
8534
                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
8535
                "shasum": ""
8536
            },
8537
            "require": {
8538
                "php": ">=8.1"
8539
            },
8540
            "require-dev": {
8541
                "phpunit/phpunit": "^10.0"
8542
            },
8543
            "type": "library",
8544
            "extra": {
8545
                "branch-alias": {
8546
                    "dev-main": "3.0-dev"
8547
                }
8548
            },
8549
            "autoload": {
8550
                "classmap": [
8551
                    "src/"
8552
                ]
8553
            },
8554
            "notification-url": "https://packagist.org/downloads/",
8555
            "license": [
8556
                "BSD-3-Clause"
8557
            ],
8558
            "authors": [
8559
                {
8560
                    "name": "Sebastian Bergmann",
8561
                    "email": "sebastian@phpunit.de"
8562
                }
8563
            ],
8564
            "description": "Looks up which function or method a line of code belongs to",
8565
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8566
            "support": {
8567
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8568
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
8569
            },
8570
            "funding": [
8571
                {
8572
                    "url": "https://github.com/sebastianbergmann",
8573
                    "type": "github"
8574
                }
8575
            ],
8576
            "time": "2023-02-03T06:59:15+00:00"
8577
        },
8578
        {
8579
            "name": "sebastian/comparator",
8580
            "version": "5.0.1",
8581
            "source": {
8582
                "type": "git",
8583
                "url": "https://github.com/sebastianbergmann/comparator.git",
8584
                "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
8585
            },
8586
            "dist": {
8587
                "type": "zip",
8588
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
8589
                "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
8590
                "shasum": ""
8591
            },
8592
            "require": {
8593
                "ext-dom": "*",
8594
                "ext-mbstring": "*",
8595
                "php": ">=8.1",
8596
                "sebastian/diff": "^5.0",
8597
                "sebastian/exporter": "^5.0"
8598
            },
8599
            "require-dev": {
8600
                "phpunit/phpunit": "^10.3"
8601
            },
8602
            "type": "library",
8603
            "extra": {
8604
                "branch-alias": {
8605
                    "dev-main": "5.0-dev"
8606
                }
8607
            },
8608
            "autoload": {
8609
                "classmap": [
8610
                    "src/"
8611
                ]
8612
            },
8613
            "notification-url": "https://packagist.org/downloads/",
8614
            "license": [
8615
                "BSD-3-Clause"
8616
            ],
8617
            "authors": [
8618
                {
8619
                    "name": "Sebastian Bergmann",
8620
                    "email": "sebastian@phpunit.de"
8621
                },
8622
                {
8623
                    "name": "Jeff Welch",
8624
                    "email": "whatthejeff@gmail.com"
8625
                },
8626
                {
8627
                    "name": "Volker Dusch",
8628
                    "email": "github@wallbash.com"
8629
                },
8630
                {
8631
                    "name": "Bernhard Schussek",
8632
                    "email": "bschussek@2bepublished.at"
8633
                }
8634
            ],
8635
            "description": "Provides the functionality to compare PHP values for equality",
8636
            "homepage": "https://github.com/sebastianbergmann/comparator",
8637
            "keywords": [
8638
                "comparator",
8639
                "compare",
8640
                "equality"
8641
            ],
8642
            "support": {
8643
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
8644
                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
8645
                "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
8646
            },
8647
            "funding": [
8648
                {
8649
                    "url": "https://github.com/sebastianbergmann",
8650
                    "type": "github"
8651
                }
8652
            ],
8653
            "time": "2023-08-14T13:18:12+00:00"
8654
        },
8655
        {
8656
            "name": "sebastian/complexity",
8657
            "version": "3.2.0",
8658
            "source": {
8659
                "type": "git",
8660
                "url": "https://github.com/sebastianbergmann/complexity.git",
8661
                "reference": "68ff824baeae169ec9f2137158ee529584553799"
8662
            },
8663
            "dist": {
8664
                "type": "zip",
8665
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
8666
                "reference": "68ff824baeae169ec9f2137158ee529584553799",
8667
                "shasum": ""
8668
            },
8669
            "require": {
8670
                "nikic/php-parser": "^4.18 || ^5.0",
8671
                "php": ">=8.1"
8672
            },
8673
            "require-dev": {
8674
                "phpunit/phpunit": "^10.0"
8675
            },
8676
            "type": "library",
8677
            "extra": {
8678
                "branch-alias": {
8679
                    "dev-main": "3.2-dev"
8680
                }
8681
            },
8682
            "autoload": {
8683
                "classmap": [
8684
                    "src/"
8685
                ]
8686
            },
8687
            "notification-url": "https://packagist.org/downloads/",
8688
            "license": [
8689
                "BSD-3-Clause"
8690
            ],
8691
            "authors": [
8692
                {
8693
                    "name": "Sebastian Bergmann",
8694
                    "email": "sebastian@phpunit.de",
8695
                    "role": "lead"
8696
                }
8697
            ],
8698
            "description": "Library for calculating the complexity of PHP code units",
8699
            "homepage": "https://github.com/sebastianbergmann/complexity",
8700
            "support": {
8701
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
8702
                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
8703
                "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
8704
            },
8705
            "funding": [
8706
                {
8707
                    "url": "https://github.com/sebastianbergmann",
8708
                    "type": "github"
8709
                }
8710
            ],
8711
            "time": "2023-12-21T08:37:17+00:00"
8712
        },
8713
        {
8714
            "name": "sebastian/diff",
8715
            "version": "5.1.0",
8716
            "source": {
8717
                "type": "git",
8718
                "url": "https://github.com/sebastianbergmann/diff.git",
8719
                "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f"
8720
            },
8721
            "dist": {
8722
                "type": "zip",
8723
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
8724
                "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
8725
                "shasum": ""
8726
            },
8727
            "require": {
8728
                "php": ">=8.1"
8729
            },
8730
            "require-dev": {
8731
                "phpunit/phpunit": "^10.0",
8732
                "symfony/process": "^4.2 || ^5"
8733
            },
8734
            "type": "library",
8735
            "extra": {
8736
                "branch-alias": {
8737
                    "dev-main": "5.1-dev"
8738
                }
8739
            },
8740
            "autoload": {
8741
                "classmap": [
8742
                    "src/"
8743
                ]
8744
            },
8745
            "notification-url": "https://packagist.org/downloads/",
8746
            "license": [
8747
                "BSD-3-Clause"
8748
            ],
8749
            "authors": [
8750
                {
8751
                    "name": "Sebastian Bergmann",
8752
                    "email": "sebastian@phpunit.de"
8753
                },
8754
                {
8755
                    "name": "Kore Nordmann",
8756
                    "email": "mail@kore-nordmann.de"
8757
                }
8758
            ],
8759
            "description": "Diff implementation",
8760
            "homepage": "https://github.com/sebastianbergmann/diff",
8761
            "keywords": [
8762
                "diff",
8763
                "udiff",
8764
                "unidiff",
8765
                "unified diff"
8766
            ],
8767
            "support": {
8768
                "issues": "https://github.com/sebastianbergmann/diff/issues",
8769
                "security": "https://github.com/sebastianbergmann/diff/security/policy",
8770
                "source": "https://github.com/sebastianbergmann/diff/tree/5.1.0"
8771
            },
8772
            "funding": [
8773
                {
8774
                    "url": "https://github.com/sebastianbergmann",
8775
                    "type": "github"
8776
                }
8777
            ],
8778
            "time": "2023-12-22T10:55:06+00:00"
8779
        },
8780
        {
8781
            "name": "sebastian/environment",
8782
            "version": "6.0.1",
8783
            "source": {
8784
                "type": "git",
8785
                "url": "https://github.com/sebastianbergmann/environment.git",
8786
                "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
8787
            },
8788
            "dist": {
8789
                "type": "zip",
8790
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
8791
                "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
8792
                "shasum": ""
8793
            },
8794
            "require": {
8795
                "php": ">=8.1"
8796
            },
8797
            "require-dev": {
8798
                "phpunit/phpunit": "^10.0"
8799
            },
8800
            "suggest": {
8801
                "ext-posix": "*"
8802
            },
8803
            "type": "library",
8804
            "extra": {
8805
                "branch-alias": {
8806
                    "dev-main": "6.0-dev"
8807
                }
8808
            },
8809
            "autoload": {
8810
                "classmap": [
8811
                    "src/"
8812
                ]
8813
            },
8814
            "notification-url": "https://packagist.org/downloads/",
8815
            "license": [
8816
                "BSD-3-Clause"
8817
            ],
8818
            "authors": [
8819
                {
8820
                    "name": "Sebastian Bergmann",
8821
                    "email": "sebastian@phpunit.de"
8822
                }
8823
            ],
8824
            "description": "Provides functionality to handle HHVM/PHP environments",
8825
            "homepage": "https://github.com/sebastianbergmann/environment",
8826
            "keywords": [
8827
                "Xdebug",
8828
                "environment",
8829
                "hhvm"
8830
            ],
8831
            "support": {
8832
                "issues": "https://github.com/sebastianbergmann/environment/issues",
8833
                "security": "https://github.com/sebastianbergmann/environment/security/policy",
8834
                "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
8835
            },
8836
            "funding": [
8837
                {
8838
                    "url": "https://github.com/sebastianbergmann",
8839
                    "type": "github"
8840
                }
8841
            ],
8842
            "time": "2023-04-11T05:39:26+00:00"
8843
        },
8844
        {
8845
            "name": "sebastian/exporter",
8846
            "version": "5.1.1",
8847
            "source": {
8848
                "type": "git",
8849
                "url": "https://github.com/sebastianbergmann/exporter.git",
8850
                "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
8851
            },
8852
            "dist": {
8853
                "type": "zip",
8854
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
8855
                "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
8856
                "shasum": ""
8857
            },
8858
            "require": {
8859
                "ext-mbstring": "*",
8860
                "php": ">=8.1",
8861
                "sebastian/recursion-context": "^5.0"
8862
            },
8863
            "require-dev": {
8864
                "phpunit/phpunit": "^10.0"
8865
            },
8866
            "type": "library",
8867
            "extra": {
8868
                "branch-alias": {
8869
                    "dev-main": "5.1-dev"
8870
                }
8871
            },
8872
            "autoload": {
8873
                "classmap": [
8874
                    "src/"
8875
                ]
8876
            },
8877
            "notification-url": "https://packagist.org/downloads/",
8878
            "license": [
8879
                "BSD-3-Clause"
8880
            ],
8881
            "authors": [
8882
                {
8883
                    "name": "Sebastian Bergmann",
8884
                    "email": "sebastian@phpunit.de"
8885
                },
8886
                {
8887
                    "name": "Jeff Welch",
8888
                    "email": "whatthejeff@gmail.com"
8889
                },
8890
                {
8891
                    "name": "Volker Dusch",
8892
                    "email": "github@wallbash.com"
8893
                },
8894
                {
8895
                    "name": "Adam Harvey",
8896
                    "email": "aharvey@php.net"
8897
                },
8898
                {
8899
                    "name": "Bernhard Schussek",
8900
                    "email": "bschussek@gmail.com"
8901
                }
8902
            ],
8903
            "description": "Provides the functionality to export PHP variables for visualization",
8904
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
8905
            "keywords": [
8906
                "export",
8907
                "exporter"
8908
            ],
8909
            "support": {
8910
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
8911
                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
8912
                "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
8913
            },
8914
            "funding": [
8915
                {
8916
                    "url": "https://github.com/sebastianbergmann",
8917
                    "type": "github"
8918
                }
8919
            ],
8920
            "time": "2023-09-24T13:22:09+00:00"
8921
        },
8922
        {
8923
            "name": "sebastian/global-state",
8924
            "version": "6.0.1",
8925
            "source": {
8926
                "type": "git",
8927
                "url": "https://github.com/sebastianbergmann/global-state.git",
8928
                "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
8929
            },
8930
            "dist": {
8931
                "type": "zip",
8932
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
8933
                "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
8934
                "shasum": ""
8935
            },
8936
            "require": {
8937
                "php": ">=8.1",
8938
                "sebastian/object-reflector": "^3.0",
8939
                "sebastian/recursion-context": "^5.0"
8940
            },
8941
            "require-dev": {
8942
                "ext-dom": "*",
8943
                "phpunit/phpunit": "^10.0"
8944
            },
8945
            "type": "library",
8946
            "extra": {
8947
                "branch-alias": {
8948
                    "dev-main": "6.0-dev"
8949
                }
8950
            },
8951
            "autoload": {
8952
                "classmap": [
8953
                    "src/"
8954
                ]
8955
            },
8956
            "notification-url": "https://packagist.org/downloads/",
8957
            "license": [
8958
                "BSD-3-Clause"
8959
            ],
8960
            "authors": [
8961
                {
8962
                    "name": "Sebastian Bergmann",
8963
                    "email": "sebastian@phpunit.de"
8964
                }
8965
            ],
8966
            "description": "Snapshotting of global state",
8967
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8968
            "keywords": [
8969
                "global state"
8970
            ],
8971
            "support": {
8972
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
8973
                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
8974
                "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
8975
            },
8976
            "funding": [
8977
                {
8978
                    "url": "https://github.com/sebastianbergmann",
8979
                    "type": "github"
8980
                }
8981
            ],
8982
            "time": "2023-07-19T07:19:23+00:00"
8983
        },
8984
        {
8985
            "name": "sebastian/lines-of-code",
8986
            "version": "2.0.2",
8987
            "source": {
8988
                "type": "git",
8989
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8990
                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
8991
            },
8992
            "dist": {
8993
                "type": "zip",
8994
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
8995
                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
8996
                "shasum": ""
8997
            },
8998
            "require": {
8999
                "nikic/php-parser": "^4.18 || ^5.0",
9000
                "php": ">=8.1"
9001
            },
9002
            "require-dev": {
9003
                "phpunit/phpunit": "^10.0"
9004
            },
9005
            "type": "library",
9006
            "extra": {
9007
                "branch-alias": {
9008
                    "dev-main": "2.0-dev"
9009
                }
9010
            },
9011
            "autoload": {
9012
                "classmap": [
9013
                    "src/"
9014
                ]
9015
            },
9016
            "notification-url": "https://packagist.org/downloads/",
9017
            "license": [
9018
                "BSD-3-Clause"
9019
            ],
9020
            "authors": [
9021
                {
9022
                    "name": "Sebastian Bergmann",
9023
                    "email": "sebastian@phpunit.de",
9024
                    "role": "lead"
9025
                }
9026
            ],
9027
            "description": "Library for counting the lines of code in PHP source code",
9028
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
9029
            "support": {
9030
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
9031
                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
9032
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
9033
            },
9034
            "funding": [
9035
                {
9036
                    "url": "https://github.com/sebastianbergmann",
9037
                    "type": "github"
9038
                }
9039
            ],
9040
            "time": "2023-12-21T08:38:20+00:00"
9041
        },
9042
        {
9043
            "name": "sebastian/object-enumerator",
9044
            "version": "5.0.0",
9045
            "source": {
9046
                "type": "git",
9047
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
9048
                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
9049
            },
9050
            "dist": {
9051
                "type": "zip",
9052
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
9053
                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
9054
                "shasum": ""
9055
            },
9056
            "require": {
9057
                "php": ">=8.1",
9058
                "sebastian/object-reflector": "^3.0",
9059
                "sebastian/recursion-context": "^5.0"
9060
            },
9061
            "require-dev": {
9062
                "phpunit/phpunit": "^10.0"
9063
            },
9064
            "type": "library",
9065
            "extra": {
9066
                "branch-alias": {
9067
                    "dev-main": "5.0-dev"
9068
                }
9069
            },
9070
            "autoload": {
9071
                "classmap": [
9072
                    "src/"
9073
                ]
9074
            },
9075
            "notification-url": "https://packagist.org/downloads/",
9076
            "license": [
9077
                "BSD-3-Clause"
9078
            ],
9079
            "authors": [
9080
                {
9081
                    "name": "Sebastian Bergmann",
9082
                    "email": "sebastian@phpunit.de"
9083
                }
9084
            ],
9085
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
9086
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
9087
            "support": {
9088
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
9089
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
9090
            },
9091
            "funding": [
9092
                {
9093
                    "url": "https://github.com/sebastianbergmann",
9094
                    "type": "github"
9095
                }
9096
            ],
9097
            "time": "2023-02-03T07:08:32+00:00"
9098
        },
9099
        {
9100
            "name": "sebastian/object-reflector",
9101
            "version": "3.0.0",
9102
            "source": {
9103
                "type": "git",
9104
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
9105
                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
9106
            },
9107
            "dist": {
9108
                "type": "zip",
9109
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
9110
                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
9111
                "shasum": ""
9112
            },
9113
            "require": {
9114
                "php": ">=8.1"
9115
            },
9116
            "require-dev": {
9117
                "phpunit/phpunit": "^10.0"
9118
            },
9119
            "type": "library",
9120
            "extra": {
9121
                "branch-alias": {
9122
                    "dev-main": "3.0-dev"
9123
                }
9124
            },
9125
            "autoload": {
9126
                "classmap": [
9127
                    "src/"
9128
                ]
9129
            },
9130
            "notification-url": "https://packagist.org/downloads/",
9131
            "license": [
9132
                "BSD-3-Clause"
9133
            ],
9134
            "authors": [
9135
                {
9136
                    "name": "Sebastian Bergmann",
9137
                    "email": "sebastian@phpunit.de"
9138
                }
9139
            ],
9140
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
9141
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9142
            "support": {
9143
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9144
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
9145
            },
9146
            "funding": [
9147
                {
9148
                    "url": "https://github.com/sebastianbergmann",
9149
                    "type": "github"
9150
                }
9151
            ],
9152
            "time": "2023-02-03T07:06:18+00:00"
9153
        },
9154
        {
9155
            "name": "sebastian/recursion-context",
9156
            "version": "5.0.0",
9157
            "source": {
9158
                "type": "git",
9159
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
9160
                "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
9161
            },
9162
            "dist": {
9163
                "type": "zip",
9164
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
9165
                "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
9166
                "shasum": ""
9167
            },
9168
            "require": {
9169
                "php": ">=8.1"
9170
            },
9171
            "require-dev": {
9172
                "phpunit/phpunit": "^10.0"
9173
            },
9174
            "type": "library",
9175
            "extra": {
9176
                "branch-alias": {
9177
                    "dev-main": "5.0-dev"
9178
                }
9179
            },
9180
            "autoload": {
9181
                "classmap": [
9182
                    "src/"
9183
                ]
9184
            },
9185
            "notification-url": "https://packagist.org/downloads/",
9186
            "license": [
9187
                "BSD-3-Clause"
9188
            ],
9189
            "authors": [
9190
                {
9191
                    "name": "Sebastian Bergmann",
9192
                    "email": "sebastian@phpunit.de"
9193
                },
9194
                {
9195
                    "name": "Jeff Welch",
9196
                    "email": "whatthejeff@gmail.com"
9197
                },
9198
                {
9199
                    "name": "Adam Harvey",
9200
                    "email": "aharvey@php.net"
9201
                }
9202
            ],
9203
            "description": "Provides functionality to recursively process PHP variables",
9204
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
9205
            "support": {
9206
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9207
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
9208
            },
9209
            "funding": [
9210
                {
9211
                    "url": "https://github.com/sebastianbergmann",
9212
                    "type": "github"
9213
                }
9214
            ],
9215
            "time": "2023-02-03T07:05:40+00:00"
9216
        },
9217
        {
9218
            "name": "sebastian/type",
9219
            "version": "4.0.0",
9220
            "source": {
9221
                "type": "git",
9222
                "url": "https://github.com/sebastianbergmann/type.git",
9223
                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
9224
            },
9225
            "dist": {
9226
                "type": "zip",
9227
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
9228
                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
9229
                "shasum": ""
9230
            },
9231
            "require": {
9232
                "php": ">=8.1"
9233
            },
9234
            "require-dev": {
9235
                "phpunit/phpunit": "^10.0"
9236
            },
9237
            "type": "library",
9238
            "extra": {
9239
                "branch-alias": {
9240
                    "dev-main": "4.0-dev"
9241
                }
9242
            },
9243
            "autoload": {
9244
                "classmap": [
9245
                    "src/"
9246
                ]
9247
            },
9248
            "notification-url": "https://packagist.org/downloads/",
9249
            "license": [
9250
                "BSD-3-Clause"
9251
            ],
9252
            "authors": [
9253
                {
9254
                    "name": "Sebastian Bergmann",
9255
                    "email": "sebastian@phpunit.de",
9256
                    "role": "lead"
9257
                }
9258
            ],
9259
            "description": "Collection of value objects that represent the types of the PHP type system",
9260
            "homepage": "https://github.com/sebastianbergmann/type",
9261
            "support": {
9262
                "issues": "https://github.com/sebastianbergmann/type/issues",
9263
                "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
9264
            },
9265
            "funding": [
9266
                {
9267
                    "url": "https://github.com/sebastianbergmann",
9268
                    "type": "github"
9269
                }
9270
            ],
9271
            "time": "2023-02-03T07:10:45+00:00"
9272
        },
9273
        {
9274
            "name": "sebastian/version",
9275
            "version": "4.0.1",
9276
            "source": {
9277
                "type": "git",
9278
                "url": "https://github.com/sebastianbergmann/version.git",
9279
                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
9280
            },
9281
            "dist": {
9282
                "type": "zip",
9283
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
9284
                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
9285
                "shasum": ""
9286
            },
9287
            "require": {
9288
                "php": ">=8.1"
9289
            },
9290
            "type": "library",
9291
            "extra": {
9292
                "branch-alias": {
9293
                    "dev-main": "4.0-dev"
9294
                }
9295
            },
9296
            "autoload": {
9297
                "classmap": [
9298
                    "src/"
9299
                ]
9300
            },
9301
            "notification-url": "https://packagist.org/downloads/",
9302
            "license": [
9303
                "BSD-3-Clause"
9304
            ],
9305
            "authors": [
9306
                {
9307
                    "name": "Sebastian Bergmann",
9308
                    "email": "sebastian@phpunit.de",
9309
                    "role": "lead"
9310
                }
9311
            ],
9312
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9313
            "homepage": "https://github.com/sebastianbergmann/version",
9314
            "support": {
9315
                "issues": "https://github.com/sebastianbergmann/version/issues",
9316
                "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
9317
            },
9318
            "funding": [
9319
                {
9320
                    "url": "https://github.com/sebastianbergmann",
9321
                    "type": "github"
9322
                }
9323
            ],
9324
            "time": "2023-02-07T11:34:05+00:00"
9325
        },
9326
        {
9327
            "name": "spatie/backtrace",
9328
            "version": "1.5.3",
9329
            "source": {
9330
                "type": "git",
9331
                "url": "https://github.com/spatie/backtrace.git",
9332
                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
9333
            },
9334
            "dist": {
9335
                "type": "zip",
9336
                "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
9337
                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
9338
                "shasum": ""
9339
            },
9340
            "require": {
9341
                "php": "^7.3|^8.0"
9342
            },
9343
            "require-dev": {
9344
                "ext-json": "*",
9345
                "phpunit/phpunit": "^9.3",
9346
                "spatie/phpunit-snapshot-assertions": "^4.2",
9347
                "symfony/var-dumper": "^5.1"
9348
            },
9349
            "type": "library",
9350
            "autoload": {
9351
                "psr-4": {
9352
                    "Spatie\\Backtrace\\": "src"
9353
                }
9354
            },
9355
            "notification-url": "https://packagist.org/downloads/",
9356
            "license": [
9357
                "MIT"
9358
            ],
9359
            "authors": [
9360
                {
9361
                    "name": "Freek Van de Herten",
9362
                    "email": "freek@spatie.be",
9363
                    "homepage": "https://spatie.be",
9364
                    "role": "Developer"
9365
                }
9366
            ],
9367
            "description": "A better backtrace",
9368
            "homepage": "https://github.com/spatie/backtrace",
9369
            "keywords": [
9370
                "Backtrace",
9371
                "spatie"
9372
            ],
9373
            "support": {
9374
                "source": "https://github.com/spatie/backtrace/tree/1.5.3"
9375
            },
9376
            "funding": [
9377
                {
9378
                    "url": "https://github.com/sponsors/spatie",
9379
                    "type": "github"
9380
                },
9381
                {
9382
                    "url": "https://spatie.be/open-source/support-us",
9383
                    "type": "other"
9384
                }
9385
            ],
9386
            "time": "2023-06-28T12:59:17+00:00"
9387
        },
9388
        {
9389
            "name": "spatie/flare-client-php",
9390
            "version": "1.4.3",
9391
            "source": {
9392
                "type": "git",
9393
                "url": "https://github.com/spatie/flare-client-php.git",
9394
                "reference": "5db2fdd743c3ede33f2a5367d89ec1a7c9c1d1ec"
9395
            },
9396
            "dist": {
9397
                "type": "zip",
9398
                "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/5db2fdd743c3ede33f2a5367d89ec1a7c9c1d1ec",
9399
                "reference": "5db2fdd743c3ede33f2a5367d89ec1a7c9c1d1ec",
9400
                "shasum": ""
9401
            },
9402
            "require": {
9403
                "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0",
9404
                "nesbot/carbon": "^2.62.1",
9405
                "php": "^8.0",
9406
                "spatie/backtrace": "^1.5.2",
9407
                "symfony/http-foundation": "^5.2|^6.0|^7.0",
9408
                "symfony/mime": "^5.2|^6.0|^7.0",
9409
                "symfony/process": "^5.2|^6.0|^7.0",
9410
                "symfony/var-dumper": "^5.2|^6.0|^7.0"
9411
            },
9412
            "require-dev": {
9413
                "dms/phpunit-arraysubset-asserts": "^0.5.0",
9414
                "pestphp/pest": "^1.20|^2.0",
9415
                "phpstan/extension-installer": "^1.1",
9416
                "phpstan/phpstan-deprecation-rules": "^1.0",
9417
                "phpstan/phpstan-phpunit": "^1.0",
9418
                "spatie/phpunit-snapshot-assertions": "^4.0|^5.0"
9419
            },
9420
            "type": "library",
9421
            "extra": {
9422
                "branch-alias": {
9423
                    "dev-main": "1.3.x-dev"
9424
                }
9425
            },
9426
            "autoload": {
9427
                "files": [
9428
                    "src/helpers.php"
9429
                ],
9430
                "psr-4": {
9431
                    "Spatie\\FlareClient\\": "src"
9432
                }
9433
            },
9434
            "notification-url": "https://packagist.org/downloads/",
9435
            "license": [
9436
                "MIT"
9437
            ],
9438
            "description": "Send PHP errors to Flare",
9439
            "homepage": "https://github.com/spatie/flare-client-php",
9440
            "keywords": [
9441
                "exception",
9442
                "flare",
9443
                "reporting",
9444
                "spatie"
9445
            ],
9446
            "support": {
9447
                "issues": "https://github.com/spatie/flare-client-php/issues",
9448
                "source": "https://github.com/spatie/flare-client-php/tree/1.4.3"
9449
            },
9450
            "funding": [
9451
                {
9452
                    "url": "https://github.com/spatie",
9453
                    "type": "github"
9454
                }
9455
            ],
9456
            "time": "2023-10-17T15:54:07+00:00"
9457
        },
9458
        {
9459
            "name": "spatie/ignition",
9460
            "version": "1.12.0",
9461
            "source": {
9462
                "type": "git",
9463
                "url": "https://github.com/spatie/ignition.git",
9464
                "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d"
9465
            },
9466
            "dist": {
9467
                "type": "zip",
9468
                "url": "https://api.github.com/repos/spatie/ignition/zipball/5b6f801c605a593106b623e45ca41496a6e7d56d",
9469
                "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d",
9470
                "shasum": ""
9471
            },
9472
            "require": {
9473
                "ext-json": "*",
9474
                "ext-mbstring": "*",
9475
                "php": "^8.0",
9476
                "spatie/backtrace": "^1.5.3",
9477
                "spatie/flare-client-php": "^1.4.0",
9478
                "symfony/console": "^5.4|^6.0|^7.0",
9479
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
9480
            },
9481
            "require-dev": {
9482
                "illuminate/cache": "^9.52|^10.0|^11.0",
9483
                "mockery/mockery": "^1.4",
9484
                "pestphp/pest": "^1.20|^2.0",
9485
                "phpstan/extension-installer": "^1.1",
9486
                "phpstan/phpstan-deprecation-rules": "^1.0",
9487
                "phpstan/phpstan-phpunit": "^1.0",
9488
                "psr/simple-cache-implementation": "*",
9489
                "symfony/cache": "^5.4|^6.0|^7.0",
9490
                "symfony/process": "^5.4|^6.0|^7.0",
9491
                "vlucas/phpdotenv": "^5.5"
9492
            },
9493
            "suggest": {
9494
                "openai-php/client": "Require get solutions from OpenAI",
9495
                "simple-cache-implementation": "To cache solutions from OpenAI"
9496
            },
9497
            "type": "library",
9498
            "extra": {
9499
                "branch-alias": {
9500
                    "dev-main": "1.5.x-dev"
9501
                }
9502
            },
9503
            "autoload": {
9504
                "psr-4": {
9505
                    "Spatie\\Ignition\\": "src"
9506
                }
9507
            },
9508
            "notification-url": "https://packagist.org/downloads/",
9509
            "license": [
9510
                "MIT"
9511
            ],
9512
            "authors": [
9513
                {
9514
                    "name": "Spatie",
9515
                    "email": "info@spatie.be",
9516
                    "role": "Developer"
9517
                }
9518
            ],
9519
            "description": "A beautiful error page for PHP applications.",
9520
            "homepage": "https://flareapp.io/ignition",
9521
            "keywords": [
9522
                "error",
9523
                "flare",
9524
                "laravel",
9525
                "page"
9526
            ],
9527
            "support": {
9528
                "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
9529
                "forum": "https://twitter.com/flareappio",
9530
                "issues": "https://github.com/spatie/ignition/issues",
9531
                "source": "https://github.com/spatie/ignition"
9532
            },
9533
            "funding": [
9534
                {
9535
                    "url": "https://github.com/spatie",
9536
                    "type": "github"
9537
                }
9538
            ],
9539
            "time": "2024-01-03T15:49:39+00:00"
9540
        },
9541
        {
9542
            "name": "spatie/laravel-ignition",
9543
            "version": "2.4.1",
9544
            "source": {
9545
                "type": "git",
9546
                "url": "https://github.com/spatie/laravel-ignition.git",
9547
                "reference": "005e1e7b1232f3b22d7e7be3f602693efc7dba67"
9548
            },
9549
            "dist": {
9550
                "type": "zip",
9551
                "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/005e1e7b1232f3b22d7e7be3f602693efc7dba67",
9552
                "reference": "005e1e7b1232f3b22d7e7be3f602693efc7dba67",
9553
                "shasum": ""
9554
            },
9555
            "require": {
9556
                "ext-curl": "*",
9557
                "ext-json": "*",
9558
                "ext-mbstring": "*",
9559
                "illuminate/support": "^10.0|^11.0",
9560
                "php": "^8.1",
9561
                "spatie/flare-client-php": "^1.3.5",
9562
                "spatie/ignition": "^1.9",
9563
                "symfony/console": "^6.2.3|^7.0",
9564
                "symfony/var-dumper": "^6.2.3|^7.0"
9565
            },
9566
            "require-dev": {
9567
                "livewire/livewire": "^2.11|^3.3.5",
9568
                "mockery/mockery": "^1.5.1",
9569
                "openai-php/client": "^0.8.1",
9570
                "orchestra/testbench": "^8.0|^9.0",
9571
                "pestphp/pest": "^2.30",
9572
                "phpstan/extension-installer": "^1.2",
9573
                "phpstan/phpstan-deprecation-rules": "^1.1.1",
9574
                "phpstan/phpstan-phpunit": "^1.3.3",
9575
                "vlucas/phpdotenv": "^5.5"
9576
            },
9577
            "suggest": {
9578
                "openai-php/client": "Require get solutions from OpenAI",
9579
                "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI"
9580
            },
9581
            "type": "library",
9582
            "extra": {
9583
                "laravel": {
9584
                    "providers": [
9585
                        "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
9586
                    ],
9587
                    "aliases": {
9588
                        "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
9589
                    }
9590
                }
9591
            },
9592
            "autoload": {
9593
                "files": [
9594
                    "src/helpers.php"
9595
                ],
9596
                "psr-4": {
9597
                    "Spatie\\LaravelIgnition\\": "src"
9598
                }
9599
            },
9600
            "notification-url": "https://packagist.org/downloads/",
9601
            "license": [
9602
                "MIT"
9603
            ],
9604
            "authors": [
9605
                {
9606
                    "name": "Spatie",
9607
                    "email": "info@spatie.be",
9608
                    "role": "Developer"
9609
                }
9610
            ],
9611
            "description": "A beautiful error page for Laravel applications.",
9612
            "homepage": "https://flareapp.io/ignition",
9613
            "keywords": [
9614
                "error",
9615
                "flare",
9616
                "laravel",
9617
                "page"
9618
            ],
9619
            "support": {
9620
                "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
9621
                "forum": "https://twitter.com/flareappio",
9622
                "issues": "https://github.com/spatie/laravel-ignition/issues",
9623
                "source": "https://github.com/spatie/laravel-ignition"
9624
            },
9625
            "funding": [
9626
                {
9627
                    "url": "https://github.com/spatie",
9628
                    "type": "github"
9629
                }
9630
            ],
9631
            "time": "2024-01-12T13:14:58+00:00"
9632
        },
9633
        {
9634
            "name": "symfony/filesystem",
9635
            "version": "v7.0.0",
9636
            "source": {
9637
                "type": "git",
9638
                "url": "https://github.com/symfony/filesystem.git",
9639
                "reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7"
9640
            },
9641
            "dist": {
9642
                "type": "zip",
9643
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7da8ea2362a283771478c5f7729cfcb43a76b8b7",
9644
                "reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7",
9645
                "shasum": ""
9646
            },
9647
            "require": {
9648
                "php": ">=8.2",
9649
                "symfony/polyfill-ctype": "~1.8",
9650
                "symfony/polyfill-mbstring": "~1.8"
9651
            },
9652
            "type": "library",
9653
            "autoload": {
9654
                "psr-4": {
9655
                    "Symfony\\Component\\Filesystem\\": ""
9656
                },
9657
                "exclude-from-classmap": [
9658
                    "/Tests/"
9659
                ]
9660
            },
9661
            "notification-url": "https://packagist.org/downloads/",
9662
            "license": [
9663
                "MIT"
9664
            ],
9665
            "authors": [
9666
                {
9667
                    "name": "Fabien Potencier",
9668
                    "email": "fabien@symfony.com"
9669
                },
9670
                {
9671
                    "name": "Symfony Community",
9672
                    "homepage": "https://symfony.com/contributors"
9673
                }
9674
            ],
9675
            "description": "Provides basic utilities for the filesystem",
9676
            "homepage": "https://symfony.com",
9677
            "support": {
9678
                "source": "https://github.com/symfony/filesystem/tree/v7.0.0"
9679
            },
9680
            "funding": [
9681
                {
9682
                    "url": "https://symfony.com/sponsor",
9683
                    "type": "custom"
9684
                },
9685
                {
9686
                    "url": "https://github.com/fabpot",
9687
                    "type": "github"
9688
                },
9689
                {
9690
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9691
                    "type": "tidelift"
9692
                }
9693
            ],
9694
            "time": "2023-07-27T06:33:22+00:00"
9695
        },
9696
        {
9697
            "name": "symfony/options-resolver",
9698
            "version": "v7.0.0",
9699
            "source": {
9700
                "type": "git",
9701
                "url": "https://github.com/symfony/options-resolver.git",
9702
                "reference": "700ff4096e346f54cb628ea650767c8130f1001f"
9703
            },
9704
            "dist": {
9705
                "type": "zip",
9706
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/700ff4096e346f54cb628ea650767c8130f1001f",
9707
                "reference": "700ff4096e346f54cb628ea650767c8130f1001f",
9708
                "shasum": ""
9709
            },
9710
            "require": {
9711
                "php": ">=8.2",
9712
                "symfony/deprecation-contracts": "^2.5|^3"
9713
            },
9714
            "type": "library",
9715
            "autoload": {
9716
                "psr-4": {
9717
                    "Symfony\\Component\\OptionsResolver\\": ""
9718
                },
9719
                "exclude-from-classmap": [
9720
                    "/Tests/"
9721
                ]
9722
            },
9723
            "notification-url": "https://packagist.org/downloads/",
9724
            "license": [
9725
                "MIT"
9726
            ],
9727
            "authors": [
9728
                {
9729
                    "name": "Fabien Potencier",
9730
                    "email": "fabien@symfony.com"
9731
                },
9732
                {
9733
                    "name": "Symfony Community",
9734
                    "homepage": "https://symfony.com/contributors"
9735
                }
9736
            ],
9737
            "description": "Provides an improved replacement for the array_replace PHP function",
9738
            "homepage": "https://symfony.com",
9739
            "keywords": [
9740
                "config",
9741
                "configuration",
9742
                "options"
9743
            ],
9744
            "support": {
9745
                "source": "https://github.com/symfony/options-resolver/tree/v7.0.0"
9746
            },
9747
            "funding": [
9748
                {
9749
                    "url": "https://symfony.com/sponsor",
9750
                    "type": "custom"
9751
                },
9752
                {
9753
                    "url": "https://github.com/fabpot",
9754
                    "type": "github"
9755
                },
9756
                {
9757
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9758
                    "type": "tidelift"
9759
                }
9760
            ],
9761
            "time": "2023-08-08T10:20:21+00:00"
9762
        },
9763
        {
9764
            "name": "symfony/polyfill-php81",
9765
            "version": "v1.28.0",
9766
            "source": {
9767
                "type": "git",
9768
                "url": "https://github.com/symfony/polyfill-php81.git",
9769
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
9770
            },
9771
            "dist": {
9772
                "type": "zip",
9773
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
9774
                "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
9775
                "shasum": ""
9776
            },
9777
            "require": {
9778
                "php": ">=7.1"
9779
            },
9780
            "type": "library",
9781
            "extra": {
9782
                "branch-alias": {
9783
                    "dev-main": "1.28-dev"
9784
                },
9785
                "thanks": {
9786
                    "name": "symfony/polyfill",
9787
                    "url": "https://github.com/symfony/polyfill"
9788
                }
9789
            },
9790
            "autoload": {
9791
                "files": [
9792
                    "bootstrap.php"
9793
                ],
9794
                "psr-4": {
9795
                    "Symfony\\Polyfill\\Php81\\": ""
9796
                },
9797
                "classmap": [
9798
                    "Resources/stubs"
9799
                ]
9800
            },
9801
            "notification-url": "https://packagist.org/downloads/",
9802
            "license": [
9803
                "MIT"
9804
            ],
9805
            "authors": [
9806
                {
9807
                    "name": "Nicolas Grekas",
9808
                    "email": "p@tchwork.com"
9809
                },
9810
                {
9811
                    "name": "Symfony Community",
9812
                    "homepage": "https://symfony.com/contributors"
9813
                }
9814
            ],
9815
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
9816
            "homepage": "https://symfony.com",
9817
            "keywords": [
9818
                "compatibility",
9819
                "polyfill",
9820
                "portable",
9821
                "shim"
9822
            ],
9823
            "support": {
9824
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
9825
            },
9826
            "funding": [
9827
                {
9828
                    "url": "https://symfony.com/sponsor",
9829
                    "type": "custom"
9830
                },
9831
                {
9832
                    "url": "https://github.com/fabpot",
9833
                    "type": "github"
9834
                },
9835
                {
9836
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9837
                    "type": "tidelift"
9838
                }
9839
            ],
9840
            "time": "2023-01-26T09:26:14+00:00"
9841
        },
9842
        {
9843
            "name": "symfony/stopwatch",
9844
            "version": "v7.0.0",
9845
            "source": {
9846
                "type": "git",
9847
                "url": "https://github.com/symfony/stopwatch.git",
9848
                "reference": "7bbfa3dd564a0ce12eb4acaaa46823c740f9cb7a"
9849
            },
9850
            "dist": {
9851
                "type": "zip",
9852
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/7bbfa3dd564a0ce12eb4acaaa46823c740f9cb7a",
9853
                "reference": "7bbfa3dd564a0ce12eb4acaaa46823c740f9cb7a",
9854
                "shasum": ""
9855
            },
9856
            "require": {
9857
                "php": ">=8.2",
9858
                "symfony/service-contracts": "^2.5|^3"
9859
            },
9860
            "type": "library",
9861
            "autoload": {
9862
                "psr-4": {
9863
                    "Symfony\\Component\\Stopwatch\\": ""
9864
                },
9865
                "exclude-from-classmap": [
9866
                    "/Tests/"
9867
                ]
9868
            },
9869
            "notification-url": "https://packagist.org/downloads/",
9870
            "license": [
9871
                "MIT"
9872
            ],
9873
            "authors": [
9874
                {
9875
                    "name": "Fabien Potencier",
9876
                    "email": "fabien@symfony.com"
9877
                },
9878
                {
9879
                    "name": "Symfony Community",
9880
                    "homepage": "https://symfony.com/contributors"
9881
                }
9882
            ],
9883
            "description": "Provides a way to profile code",
9884
            "homepage": "https://symfony.com",
9885
            "support": {
9886
                "source": "https://github.com/symfony/stopwatch/tree/v7.0.0"
9887
            },
9888
            "funding": [
9889
                {
9890
                    "url": "https://symfony.com/sponsor",
9891
                    "type": "custom"
9892
                },
9893
                {
9894
                    "url": "https://github.com/fabpot",
9895
                    "type": "github"
9896
                },
9897
                {
9898
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9899
                    "type": "tidelift"
9900
                }
9901
            ],
9902
            "time": "2023-07-05T13:06:06+00:00"
9903
        },
9904
        {
9905
            "name": "symfony/yaml",
9906
            "version": "v7.0.0",
9907
            "source": {
9908
                "type": "git",
9909
                "url": "https://github.com/symfony/yaml.git",
9910
                "reference": "0055b230c408428b9b5cde7c55659555be5c0278"
9911
            },
9912
            "dist": {
9913
                "type": "zip",
9914
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0055b230c408428b9b5cde7c55659555be5c0278",
9915
                "reference": "0055b230c408428b9b5cde7c55659555be5c0278",
9916
                "shasum": ""
9917
            },
9918
            "require": {
9919
                "php": ">=8.2",
9920
                "symfony/polyfill-ctype": "^1.8"
9921
            },
9922
            "conflict": {
9923
                "symfony/console": "<6.4"
9924
            },
9925
            "require-dev": {
9926
                "symfony/console": "^6.4|^7.0"
9927
            },
9928
            "bin": [
9929
                "Resources/bin/yaml-lint"
9930
            ],
9931
            "type": "library",
9932
            "autoload": {
9933
                "psr-4": {
9934
                    "Symfony\\Component\\Yaml\\": ""
9935
                },
9936
                "exclude-from-classmap": [
9937
                    "/Tests/"
9938
                ]
9939
            },
9940
            "notification-url": "https://packagist.org/downloads/",
9941
            "license": [
9942
                "MIT"
9943
            ],
9944
            "authors": [
9945
                {
9946
                    "name": "Fabien Potencier",
9947
                    "email": "fabien@symfony.com"
9948
                },
9949
                {
9950
                    "name": "Symfony Community",
9951
                    "homepage": "https://symfony.com/contributors"
9952
                }
9953
            ],
9954
            "description": "Loads and dumps YAML files",
9955
            "homepage": "https://symfony.com",
9956
            "support": {
9957
                "source": "https://github.com/symfony/yaml/tree/v7.0.0"
9958
            },
9959
            "funding": [
9960
                {
9961
                    "url": "https://symfony.com/sponsor",
9962
                    "type": "custom"
9963
                },
9964
                {
9965
                    "url": "https://github.com/fabpot",
9966
                    "type": "github"
9967
                },
9968
                {
9969
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9970
                    "type": "tidelift"
9971
                }
9972
            ],
9973
            "time": "2023-11-07T10:26:03+00:00"
9974
        },
9975
        {
9976
            "name": "theseer/tokenizer",
9977
            "version": "1.2.2",
9978
            "source": {
9979
                "type": "git",
9980
                "url": "https://github.com/theseer/tokenizer.git",
9981
                "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
9982
            },
9983
            "dist": {
9984
                "type": "zip",
9985
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
9986
                "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
9987
                "shasum": ""
9988
            },
9989
            "require": {
9990
                "ext-dom": "*",
9991
                "ext-tokenizer": "*",
9992
                "ext-xmlwriter": "*",
9993
                "php": "^7.2 || ^8.0"
9994
            },
9995
            "type": "library",
9996
            "autoload": {
9997
                "classmap": [
9998
                    "src/"
9999
                ]
10000
            },
10001
            "notification-url": "https://packagist.org/downloads/",
10002
            "license": [
10003
                "BSD-3-Clause"
10004
            ],
10005
            "authors": [
10006
                {
10007
                    "name": "Arne Blankerts",
10008
                    "email": "arne@blankerts.de",
10009
                    "role": "Developer"
10010
                }
10011
            ],
10012
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10013
            "support": {
10014
                "issues": "https://github.com/theseer/tokenizer/issues",
10015
                "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
10016
            },
10017
            "funding": [
10018
                {
10019
                    "url": "https://github.com/theseer",
10020
                    "type": "github"
10021
                }
10022
            ],
10023
            "time": "2023-11-20T00:12:19+00:00"
10024
        }
10025
    ],
10026
    "aliases": [],
10027
    "minimum-stability": "dev",
10028
    "stability-flags": [],
10029
    "prefer-stable": true,
10030
    "prefer-lowest": false,
10031
    "platform": {
10032
        "php": "^8.1",
10033
        "ext-pdo": "*"
10034
    },
10035
    "platform-dev": [],
10036
    "plugin-api-version": "2.6.0"
10037
}
10038

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.