Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

Revision 2 | Zur aktuellen Revision | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

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