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

Revision

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