Subversion-Projekte lars-tiefland.webanos.marine-sales.de

Revision

Revision 225 | 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
    ],
415 lars 7
    "content-hash": "a1237c5a9ccbaca63468e8bdbda962bc",
2 lars 8
    "packages": [
9
        {
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
        {
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
        {
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
        {
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",
225 lars 338
            "version": "3.6.5",
2 lars 339
            "source": {
340
                "type": "git",
341
                "url": "https://github.com/doctrine/dbal.git",
225 lars 342
                "reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf"
2 lars 343
            },
344
            "dist": {
345
                "type": "zip",
225 lars 346
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/96d5a70fd91efdcec81fc46316efc5bf3da17ddf",
347
                "reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf",
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": {
3 lars 360
                "doctrine/coding-standard": "12.0.0",
2 lars 361
                "fig/log-test": "^1",
225 lars 362
                "jetbrains/phpstorm-stubs": "2023.1",
363
                "phpstan/phpstan": "1.10.21",
2 lars 364
                "phpstan/phpstan-strict-rules": "^1.5",
225 lars 365
                "phpunit/phpunit": "9.6.9",
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",
225 lars 430
                "source": "https://github.com/doctrine/dbal/tree/3.6.5"
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
            ],
225 lars 446
            "time": "2023-07-17T09:15:50+00:00"
2 lars 447
        },
448
        {
449
            "name": "doctrine/deprecations",
3 lars 450
            "version": "v1.1.1",
2 lars 451
            "source": {
452
                "type": "git",
453
                "url": "https://github.com/doctrine/deprecations.git",
3 lars 454
                "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
2 lars 455
            },
456
            "dist": {
457
                "type": "zip",
3 lars 458
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
459
                "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
2 lars 460
                "shasum": ""
461
            },
462
            "require": {
3 lars 463
                "php": "^7.1 || ^8.0"
2 lars 464
            },
465
            "require-dev": {
466
                "doctrine/coding-standard": "^9",
3 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",
3 lars 491
                "source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
2 lars 492
            },
3 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",
224 lars 588
            "version": "2.0.8",
2 lars 589
            "source": {
590
                "type": "git",
591
                "url": "https://github.com/doctrine/inflector.git",
224 lars 592
                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
2 lars 593
            },
594
            "dist": {
595
                "type": "zip",
224 lars 596
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
597
                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
2 lars 598
                "shasum": ""
599
            },
600
            "require": {
601
                "php": "^7.2 || ^8.0"
602
            },
603
            "require-dev": {
3 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",
3 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",
224 lars 659
                "source": "https://github.com/doctrine/inflector/tree/2.0.8"
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
            ],
224 lars 675
            "time": "2023-06-16T13:40:37+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",
1017
            "version": "7.7.0",
1018
            "source": {
1019
                "type": "git",
1020
                "url": "https://github.com/guzzle/guzzle.git",
1021
                "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5"
1022
            },
1023
            "dist": {
1024
                "type": "zip",
1025
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5",
1026
                "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5",
1027
                "shasum": ""
1028
            },
1029
            "require": {
1030
                "ext-json": "*",
1031
                "guzzlehttp/promises": "^1.5.3 || ^2.0",
1032
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
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": "*",
1043
                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
1044
                "php-http/message-factory": "^1.1",
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",
1123
                "source": "https://github.com/guzzle/guzzle/tree/7.7.0"
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
            ],
1139
            "time": "2023-05-21T14:04:53+00:00"
1140
        },
1141
        {
1142
            "name": "guzzlehttp/promises",
225 lars 1143
            "version": "2.0.1",
2 lars 1144
            "source": {
1145
                "type": "git",
1146
                "url": "https://github.com/guzzle/promises.git",
225 lars 1147
                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
2 lars 1148
            },
1149
            "dist": {
1150
                "type": "zip",
225 lars 1151
                "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
1152
                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
2 lars 1153
                "shasum": ""
1154
            },
1155
            "require": {
1156
                "php": "^7.2.5 || ^8.0"
1157
            },
1158
            "require-dev": {
1159
                "bamarni/composer-bin-plugin": "^1.8.1",
1160
                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1161
            },
1162
            "type": "library",
1163
            "extra": {
1164
                "bamarni-bin": {
1165
                    "bin-links": true,
1166
                    "forward-command": false
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",
225 lars 1206
                "source": "https://github.com/guzzle/promises/tree/2.0.1"
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
            ],
225 lars 1222
            "time": "2023-08-03T15:11:55+00:00"
2 lars 1223
        },
1224
        {
1225
            "name": "guzzlehttp/psr7",
225 lars 1226
            "version": "2.6.0",
2 lars 1227
            "source": {
1228
                "type": "git",
1229
                "url": "https://github.com/guzzle/psr7.git",
225 lars 1230
                "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77"
2 lars 1231
            },
1232
            "dist": {
1233
                "type": "zip",
225 lars 1234
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/8bd7c33a0734ae1c5d074360512beb716bef3f77",
1235
                "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77",
2 lars 1236
                "shasum": ""
1237
            },
1238
            "require": {
1239
                "php": "^7.2.5 || ^8.0",
1240
                "psr/http-factory": "^1.0",
1241
                "psr/http-message": "^1.1 || ^2.0",
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",
225 lars 1322
                "source": "https://github.com/guzzle/psr7/tree/2.6.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
            ],
225 lars 1338
            "time": "2023-08-03T15:06:02+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",
225 lars 1494
            "version": "v9.52.15",
2 lars 1495
            "source": {
1496
                "type": "git",
1497
                "url": "https://github.com/laravel/framework.git",
225 lars 1498
                "reference": "e3350e87a52346af9cc655a3012d2175d2d05ad7"
2 lars 1499
            },
1500
            "dist": {
1501
                "type": "zip",
225 lars 1502
                "url": "https://api.github.com/repos/laravel/framework/zipball/e3350e87a52346af9cc655a3012d2175d2d05ad7",
1503
                "reference": "e3350e87a52346af9cc655a3012d2175d2d05ad7",
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",
1600
                "orchestra/testbench-core": "^7.24",
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
            },
225 lars 1688
            "time": "2023-08-08T14:28:40+00:00"
2 lars 1689
        },
1690
        {
1691
            "name": "laravel/sanctum",
1692
            "version": "v3.2.5",
1693
            "source": {
1694
                "type": "git",
1695
                "url": "https://github.com/laravel/sanctum.git",
1696
                "reference": "8ebda85d59d3c414863a7f4d816ef8302faad876"
1697
            },
1698
            "dist": {
1699
                "type": "zip",
1700
                "url": "https://api.github.com/repos/laravel/sanctum/zipball/8ebda85d59d3c414863a7f4d816ef8302faad876",
1701
                "reference": "8ebda85d59d3c414863a7f4d816ef8302faad876",
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",
1715
                "phpstan/phpstan": "^1.10",
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
            },
1754
            "time": "2023-05-01T19:39:51+00:00"
1755
        },
1756
        {
1757
            "name": "laravel/serializable-closure",
225 lars 1758
            "version": "v1.3.1",
2 lars 1759
            "source": {
1760
                "type": "git",
1761
                "url": "https://github.com/laravel/serializable-closure.git",
225 lars 1762
                "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902"
2 lars 1763
            },
1764
            "dist": {
1765
                "type": "zip",
225 lars 1766
                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902",
1767
                "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902",
2 lars 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
            },
225 lars 1814
            "time": "2023-07-14T13:56:28+00:00"
2 lars 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",
1886
            "version": "2.4.0",
1887
            "source": {
1888
                "type": "git",
1889
                "url": "https://github.com/thephpleague/commonmark.git",
1890
                "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048"
1891
            },
1892
            "dist": {
1893
                "type": "zip",
1894
                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
1895
                "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048",
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": {
1931
                    "dev-main": "2.5-dev"
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
            ],
1988
            "time": "2023-03-24T15:16:10+00:00"
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",
2074
            "version": "3.15.1",
2075
            "source": {
2076
                "type": "git",
2077
                "url": "https://github.com/thephpleague/flysystem.git",
2078
                "reference": "a141d430414fcb8bf797a18716b09f759a385bed"
2079
            },
2080
            "dist": {
2081
                "type": "zip",
2082
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a141d430414fcb8bf797a18716b09f759a385bed",
2083
                "reference": "a141d430414fcb8bf797a18716b09f759a385bed",
2084
                "shasum": ""
2085
            },
2086
            "require": {
2087
                "league/flysystem-local": "^3.0.0",
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",
2146
                "source": "https://github.com/thephpleague/flysystem/tree/3.15.1"
2147
            },
2148
            "funding": [
2149
                {
2150
                    "url": "https://ecologi.com/frankdejonge",
2151
                    "type": "custom"
2152
                },
2153
                {
2154
                    "url": "https://github.com/frankdejonge",
2155
                    "type": "github"
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"
2212
                },
2213
                {
2214
                    "url": "https://github.com/frankdejonge",
2215
                    "type": "github"
2216
                }
2217
            ],
2218
            "time": "2023-05-02T20:02:14+00:00"
2219
        },
2220
        {
2221
            "name": "league/mime-type-detection",
225 lars 2222
            "version": "1.13.0",
2 lars 2223
            "source": {
2224
                "type": "git",
2225
                "url": "https://github.com/thephpleague/mime-type-detection.git",
225 lars 2226
                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96"
2 lars 2227
            },
2228
            "dist": {
2229
                "type": "zip",
225 lars 2230
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96",
2231
                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96",
2 lars 2232
                "shasum": ""
2233
            },
2234
            "require": {
2235
                "ext-fileinfo": "*",
225 lars 2236
                "php": "^7.4 || ^8.0"
2 lars 2237
            },
2238
            "require-dev": {
2239
                "friendsofphp/php-cs-fixer": "^3.2",
2240
                "phpstan/phpstan": "^0.12.68",
225 lars 2241
                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2 lars 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",
225 lars 2262
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0"
2 lars 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
            ],
225 lars 2274
            "time": "2023-08-05T12:09:49+00:00"
2 lars 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",
225 lars 2380
            "version": "2.68.1",
2 lars 2381
            "source": {
2382
                "type": "git",
2383
                "url": "https://github.com/briannesbitt/Carbon.git",
225 lars 2384
                "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da"
2 lars 2385
            },
2386
            "dist": {
2387
                "type": "zip",
225 lars 2388
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da",
2389
                "reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da",
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
            ],
225 lars 2478
            "time": "2023-06-20T18:29:04+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",
225 lars 2544
            "version": "v4.0.1",
2 lars 2545
            "source": {
2546
                "type": "git",
2547
                "url": "https://github.com/nette/utils.git",
225 lars 2548
                "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e"
2 lars 2549
            },
2550
            "dist": {
2551
                "type": "zip",
225 lars 2552
                "url": "https://api.github.com/repos/nette/utils/zipball/9124157137da01b1f5a5a22d6486cb975f26db7e",
2553
                "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e",
2 lars 2554
                "shasum": ""
2555
            },
2556
            "require": {
225 lars 2557
                "php": ">=8.0 <8.4"
2 lars 2558
            },
2559
            "conflict": {
2560
                "nette/finder": "<3",
2561
                "nette/schema": "<1.2.2"
2562
            },
2563
            "require-dev": {
2564
                "jetbrains/phpstorm-attributes": "dev-master",
225 lars 2565
                "nette/tester": "^2.5",
2 lars 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",
225 lars 2625
                "source": "https://github.com/nette/utils/tree/v4.0.1"
2 lars 2626
            },
225 lars 2627
            "time": "2023-07-30T15:42:21+00:00"
2 lars 2628
        },
2629
        {
2630
            "name": "nikic/php-parser",
225 lars 2631
            "version": "v4.16.0",
2 lars 2632
            "source": {
2633
                "type": "git",
2634
                "url": "https://github.com/nikic/PHP-Parser.git",
225 lars 2635
                "reference": "19526a33fb561ef417e822e85f08a00db4059c17"
2 lars 2636
            },
2637
            "dist": {
2638
                "type": "zip",
225 lars 2639
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
2640
                "reference": "19526a33fb561ef417e822e85f08a00db4059c17",
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",
225 lars 2681
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
2 lars 2682
            },
225 lars 2683
            "time": "2023-06-25T14:52:30+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
        {
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
        {
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
        {
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
        {
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",
3370
            "version": "1.0.2",
3371
            "source": {
3372
                "type": "git",
3373
                "url": "https://github.com/php-fig/http-client.git",
3374
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
3375
            },
3376
            "dist": {
3377
                "type": "zip",
3378
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
3379
                "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
3380
                "shasum": ""
3381
            },
3382
            "require": {
3383
                "php": "^7.0 || ^8.0",
3384
                "psr/http-message": "^1.0 || ^2.0"
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",
3404
                    "homepage": "https://www.php-fig.org/"
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": {
3416
                "source": "https://github.com/php-fig/http-client/tree/1.0.2"
3417
            },
3418
            "time": "2023-04-10T20:12:12+00:00"
3419
        },
3420
        {
3421
            "name": "psr/http-factory",
3422
            "version": "1.0.2",
3423
            "source": {
3424
                "type": "git",
3425
                "url": "https://github.com/php-fig/http-factory.git",
3426
                "reference": "e616d01114759c4c489f93b099585439f795fe35"
3427
            },
3428
            "dist": {
3429
                "type": "zip",
3430
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
3431
                "reference": "e616d01114759c4c489f93b099585439f795fe35",
3432
                "shasum": ""
3433
            },
3434
            "require": {
3435
                "php": ">=7.0.0",
3436
                "psr/http-message": "^1.0 || ^2.0"
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",
3456
                    "homepage": "https://www.php-fig.org/"
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": {
3471
                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
3472
            },
3473
            "time": "2023-04-10T20:10:41+00:00"
3474
        },
3475
        {
3476
            "name": "psr/http-message",
3477
            "version": "2.0",
3478
            "source": {
3479
                "type": "git",
3480
                "url": "https://github.com/php-fig/http-message.git",
3481
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
3482
            },
3483
            "dist": {
3484
                "type": "zip",
3485
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3486
                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3487
                "shasum": ""
3488
            },
3489
            "require": {
3490
                "php": "^7.2 || ^8.0"
3491
            },
3492
            "type": "library",
3493
            "extra": {
3494
                "branch-alias": {
3495
                    "dev-master": "2.0.x-dev"
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",
3510
                    "homepage": "https://www.php-fig.org/"
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": {
3524
                "source": "https://github.com/php-fig/http-message/tree/2.0"
3525
            },
3526
            "time": "2023-04-04T09:54:51+00:00"
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",
225 lars 3631
            "version": "v0.11.20",
2 lars 3632
            "source": {
3633
                "type": "git",
3634
                "url": "https://github.com/bobthecow/psysh.git",
225 lars 3635
                "reference": "0fa27040553d1d280a67a4393194df5228afea5b"
2 lars 3636
            },
3637
            "dist": {
3638
                "type": "zip",
225 lars 3639
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b",
3640
                "reference": "0fa27040553d1d280a67a4393194df5228afea5b",
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",
225 lars 3701
                "source": "https://github.com/bobthecow/psysh/tree/v0.11.20"
2 lars 3702
            },
225 lars 3703
            "time": "2023-07-31T14:32:22+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",
3840
            "version": "4.7.4",
3841
            "source": {
3842
                "type": "git",
3843
                "url": "https://github.com/ramsey/uuid.git",
3844
                "reference": "60a4c63ab724854332900504274f6150ff26d286"
3845
            },
3846
            "dist": {
3847
                "type": "zip",
3848
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
3849
                "reference": "60a4c63ab724854332900504274f6150ff26d286",
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",
3916
                "source": "https://github.com/ramsey/uuid/tree/4.7.4"
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
            ],
3928
            "time": "2023-04-15T23:01:58+00:00"
3929
        },
3930
        {
3931
            "name": "smarty/smarty",
225 lars 3932
            "version": "v4.3.2",
2 lars 3933
            "source": {
3934
                "type": "git",
3935
                "url": "https://github.com/smarty-php/smarty.git",
225 lars 3936
                "reference": "1d9cda2be34fd6edb74924684260636fd0b89288"
2 lars 3937
            },
3938
            "dist": {
3939
                "type": "zip",
225 lars 3940
                "url": "https://api.github.com/repos/smarty-php/smarty/zipball/1d9cda2be34fd6edb74924684260636fd0b89288",
3941
                "reference": "1d9cda2be34fd6edb74924684260636fd0b89288",
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",
225 lars 3992
                "source": "https://github.com/smarty-php/smarty/tree/v4.3.2"
2 lars 3993
            },
225 lars 3994
            "time": "2023-07-19T10:27:36+00:00"
2 lars 3995
        },
3996
        {
3997
            "name": "spatie/laravel-sluggable",
3 lars 3998
            "version": "3.5.0",
2 lars 3999
            "source": {
4000
                "type": "git",
4001
                "url": "https://github.com/spatie/laravel-sluggable.git",
3 lars 4002
                "reference": "041af2533fe2206715e9a4a9cad2cab6cb796655"
2 lars 4003
            },
4004
            "dist": {
4005
                "type": "zip",
3 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": {
3 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
            ],
3 lars 4053
            "time": "2023-05-29T09:42:35+00:00"
2 lars 4054
        },
4055
        {
4056
            "name": "srmklive/paypal",
4057
            "version": "3.0.21",
4058
            "source": {
4059
                "type": "git",
4060
                "url": "https://github.com/srmklive/laravel-paypal.git",
4061
                "reference": "3a55d463f8d5935627c4eee15da702811a03c5ea"
4062
            },
4063
            "dist": {
4064
                "type": "zip",
4065
                "url": "https://api.github.com/repos/srmklive/laravel-paypal/zipball/3a55d463f8d5935627c4eee15da702811a03c5ea",
4066
                "reference": "3a55d463f8d5935627c4eee15da702811a03c5ea",
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": {
4077
                "phpunit/phpunit": "^8.0|^9.0|^10.0",
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",
4116
                "source": "https://github.com/srmklive/laravel-paypal/tree/3.0.21"
4117
            },
4118
            "time": "2023-04-26T16:27:35+00:00"
4119
        },
4120
        {
4121
            "name": "symfony/console",
225 lars 4122
            "version": "v6.3.2",
2 lars 4123
            "source": {
4124
                "type": "git",
4125
                "url": "https://github.com/symfony/console.git",
225 lars 4126
                "reference": "aa5d64ad3f63f2e48964fc81ee45cb318a723898"
2 lars 4127
            },
4128
            "dist": {
4129
                "type": "zip",
225 lars 4130
                "url": "https://api.github.com/repos/symfony/console/zipball/aa5d64ad3f63f2e48964fc81ee45cb318a723898",
4131
                "reference": "aa5d64ad3f63f2e48964fc81ee45cb318a723898",
2 lars 4132
                "shasum": ""
4133
            },
4134
            "require": {
4135
                "php": ">=8.1",
3 lars 4136
                "symfony/deprecation-contracts": "^2.5|^3",
2 lars 4137
                "symfony/polyfill-mbstring": "~1.0",
3 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",
4187
                "command-line",
4188
                "console",
4189
                "terminal"
4190
            ],
4191
            "support": {
225 lars 4192
                "source": "https://github.com/symfony/console/tree/v6.3.2"
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
            ],
225 lars 4208
            "time": "2023-07-19T20:17:28+00:00"
2 lars 4209
        },
4210
        {
4211
            "name": "symfony/css-selector",
225 lars 4212
            "version": "v6.3.2",
2 lars 4213
            "source": {
4214
                "type": "git",
4215
                "url": "https://github.com/symfony/css-selector.git",
225 lars 4216
                "reference": "883d961421ab1709877c10ac99451632a3d6fa57"
2 lars 4217
            },
4218
            "dist": {
4219
                "type": "zip",
225 lars 4220
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57",
4221
                "reference": "883d961421ab1709877c10ac99451632a3d6fa57",
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": {
225 lars 4257
                "source": "https://github.com/symfony/css-selector/tree/v6.3.2"
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
            ],
225 lars 4273
            "time": "2023-07-12T16:00:22+00:00"
2 lars 4274
        },
4275
        {
4276
            "name": "symfony/deprecation-contracts",
3 lars 4277
            "version": "v3.3.0",
2 lars 4278
            "source": {
4279
                "type": "git",
4280
                "url": "https://github.com/symfony/deprecation-contracts.git",
3 lars 4281
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
2 lars 4282
            },
4283
            "dist": {
4284
                "type": "zip",
3 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": {
3 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": {
3 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
            ],
3 lars 4340
            "time": "2023-05-23T14:45:45+00:00"
2 lars 4341
        },
4342
        {
4343
            "name": "symfony/error-handler",
225 lars 4344
            "version": "v6.3.2",
2 lars 4345
            "source": {
4346
                "type": "git",
4347
                "url": "https://github.com/symfony/error-handler.git",
225 lars 4348
                "reference": "85fd65ed295c4078367c784e8a5a6cee30348b7a"
2 lars 4349
            },
4350
            "dist": {
4351
                "type": "zip",
225 lars 4352
                "url": "https://api.github.com/repos/symfony/error-handler/zipball/85fd65ed295c4078367c784e8a5a6cee30348b7a",
4353
                "reference": "85fd65ed295c4078367c784e8a5a6cee30348b7a",
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
            },
3 lars 4361
            "conflict": {
4362
                "symfony/deprecation-contracts": "<2.5"
4363
            },
2 lars 4364
            "require-dev": {
3 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": {
225 lars 4398
                "source": "https://github.com/symfony/error-handler/tree/v6.3.2"
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
            ],
225 lars 4414
            "time": "2023-07-16T17:05:46+00:00"
2 lars 4415
        },
4416
        {
4417
            "name": "symfony/event-dispatcher",
225 lars 4418
            "version": "v6.3.2",
2 lars 4419
            "source": {
4420
                "type": "git",
4421
                "url": "https://github.com/symfony/event-dispatcher.git",
225 lars 4422
                "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
2 lars 4423
            },
4424
            "dist": {
4425
                "type": "zip",
225 lars 4426
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
4427
                "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
2 lars 4428
                "shasum": ""
4429
            },
4430
            "require": {
4431
                "php": ">=8.1",
3 lars 4432
                "symfony/event-dispatcher-contracts": "^2.5|^3"
2 lars 4433
            },
4434
            "conflict": {
3 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",
3 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": {
225 lars 4478
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
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
            ],
225 lars 4494
            "time": "2023-07-06T06:56:43+00:00"
2 lars 4495
        },
4496
        {
4497
            "name": "symfony/event-dispatcher-contracts",
3 lars 4498
            "version": "v3.3.0",
2 lars 4499
            "source": {
4500
                "type": "git",
4501
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3 lars 4502
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
2 lars 4503
            },
4504
            "dist": {
4505
                "type": "zip",
3 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": {
3 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": {
3 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
            ],
3 lars 4570
            "time": "2023-05-23T14:45:45+00:00"
2 lars 4571
        },
4572
        {
4573
            "name": "symfony/finder",
225 lars 4574
            "version": "v6.3.3",
2 lars 4575
            "source": {
4576
                "type": "git",
4577
                "url": "https://github.com/symfony/finder.git",
225 lars 4578
                "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e"
2 lars 4579
            },
4580
            "dist": {
4581
                "type": "zip",
225 lars 4582
                "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e",
4583
                "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e",
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": {
225 lars 4618
                "source": "https://github.com/symfony/finder/tree/v6.3.3"
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
            ],
225 lars 4634
            "time": "2023-07-31T08:31:44+00:00"
2 lars 4635
        },
4636
        {
4637
            "name": "symfony/http-foundation",
225 lars 4638
            "version": "v6.3.2",
2 lars 4639
            "source": {
4640
                "type": "git",
4641
                "url": "https://github.com/symfony/http-foundation.git",
225 lars 4642
                "reference": "43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3"
2 lars 4643
            },
4644
            "dist": {
4645
                "type": "zip",
225 lars 4646
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3",
4647
                "reference": "43ed99d30f5f466ffa00bdac3f5f7aa9cd7617c3",
2 lars 4648
                "shasum": ""
4649
            },
4650
            "require": {
4651
                "php": ">=8.1",
3 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": {
3 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": {
225 lars 4695
                "source": "https://github.com/symfony/http-foundation/tree/v6.3.2"
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
            ],
225 lars 4711
            "time": "2023-07-23T21:58:39+00:00"
2 lars 4712
        },
4713
        {
4714
            "name": "symfony/http-kernel",
225 lars 4715
            "version": "v6.3.3",
2 lars 4716
            "source": {
4717
                "type": "git",
4718
                "url": "https://github.com/symfony/http-kernel.git",
225 lars 4719
                "reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee"
2 lars 4720
            },
4721
            "dist": {
4722
                "type": "zip",
225 lars 4723
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d3b567f0addf695e10b0c6d57564a9bea2e058ee",
4724
                "reference": "d3b567f0addf695e10b0c6d57564a9bea2e058ee",
2 lars 4725
                "shasum": ""
4726
            },
4727
            "require": {
4728
                "php": ">=8.1",
4729
                "psr/log": "^1|^2|^3",
3 lars 4730
                "symfony/deprecation-contracts": "^2.5|^3",
4731
                "symfony/error-handler": "^6.3",
2 lars 4732
                "symfony/event-dispatcher": "^5.4|^6.0",
3 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",
3 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",
3 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",
3 lars 4749
                "symfony/translation-contracts": "<2.5",
2 lars 4750
                "symfony/twig-bridge": "<5.4",
4751
                "symfony/validator": "<5.4",
3 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",
3 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",
3 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",
3 lars 4769
                "symfony/http-client-contracts": "^2.5|^3",
2 lars 4770
                "symfony/process": "^5.4|^6.0",
3 lars 4771
                "symfony/property-access": "^5.4.5|^6.0.5",
2 lars 4772
                "symfony/routing": "^5.4|^6.0",
3 lars 4773
                "symfony/serializer": "^6.3",
2 lars 4774
                "symfony/stopwatch": "^5.4|^6.0",
4775
                "symfony/translation": "^5.4|^6.0",
3 lars 4776
                "symfony/translation-contracts": "^2.5|^3",
2 lars 4777
                "symfony/uid": "^5.4|^6.0",
3 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": {
225 lars 4808
                "source": "https://github.com/symfony/http-kernel/tree/v6.3.3"
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
            ],
225 lars 4824
            "time": "2023-07-31T10:33:00+00:00"
2 lars 4825
        },
4826
        {
4827
            "name": "symfony/mailer",
3 lars 4828
            "version": "v6.3.0",
2 lars 4829
            "source": {
4830
                "type": "git",
4831
                "url": "https://github.com/symfony/mailer.git",
3 lars 4832
                "reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435"
2 lars 4833
            },
4834
            "dist": {
4835
                "type": "zip",
3 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",
3 lars 4847
                "symfony/service-contracts": "^2.5|^3"
2 lars 4848
            },
4849
            "conflict": {
3 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": {
3 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
            ],
3 lars 4904
            "time": "2023-05-29T12:49:39+00:00"
2 lars 4905
        },
4906
        {
4907
            "name": "symfony/mime",
225 lars 4908
            "version": "v6.3.3",
2 lars 4909
            "source": {
4910
                "type": "git",
4911
                "url": "https://github.com/symfony/mime.git",
225 lars 4912
                "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98"
2 lars 4913
            },
4914
            "dist": {
4915
                "type": "zip",
225 lars 4916
                "url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
4917
                "reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
2 lars 4918
                "shasum": ""
4919
            },
4920
            "require": {
4921
                "php": ">=8.1",
225 lars 4922
                "symfony/deprecation-contracts": "^2.5|^3",
2 lars 4923
                "symfony/polyfill-intl-idn": "^1.10",
4924
                "symfony/polyfill-mbstring": "^1.0"
4925
            },
4926
            "conflict": {
4927
                "egulias/email-validator": "~3.0.0",
4928
                "phpdocumentor/reflection-docblock": "<3.2.2",
4929
                "phpdocumentor/type-resolver": "<1.4.0",
4930
                "symfony/mailer": "<5.4",
225 lars 4931
                "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
2 lars 4932
            },
4933
            "require-dev": {
4934
                "egulias/email-validator": "^2.1.10|^3.1|^4",
4935
                "league/html-to-markdown": "^5.0",
4936
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4937
                "symfony/dependency-injection": "^5.4|^6.0",
4938
                "symfony/property-access": "^5.4|^6.0",
4939
                "symfony/property-info": "^5.4|^6.0",
225 lars 4940
                "symfony/serializer": "~6.2.13|^6.3.2"
2 lars 4941
            },
4942
            "type": "library",
4943
            "autoload": {
4944
                "psr-4": {
4945
                    "Symfony\\Component\\Mime\\": ""
4946
                },
4947
                "exclude-from-classmap": [
4948
                    "/Tests/"
4949
                ]
4950
            },
4951
            "notification-url": "https://packagist.org/downloads/",
4952
            "license": [
4953
                "MIT"
4954
            ],
4955
            "authors": [
4956
                {
4957
                    "name": "Fabien Potencier",
4958
                    "email": "fabien@symfony.com"
4959
                },
4960
                {
4961
                    "name": "Symfony Community",
4962
                    "homepage": "https://symfony.com/contributors"
4963
                }
4964
            ],
4965
            "description": "Allows manipulating MIME messages",
4966
            "homepage": "https://symfony.com",
4967
            "keywords": [
4968
                "mime",
4969
                "mime-type"
4970
            ],
4971
            "support": {
225 lars 4972
                "source": "https://github.com/symfony/mime/tree/v6.3.3"
2 lars 4973
            },
4974
            "funding": [
4975
                {
4976
                    "url": "https://symfony.com/sponsor",
4977
                    "type": "custom"
4978
                },
4979
                {
4980
                    "url": "https://github.com/fabpot",
4981
                    "type": "github"
4982
                },
4983
                {
4984
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4985
                    "type": "tidelift"
4986
                }
4987
            ],
225 lars 4988
            "time": "2023-07-31T07:08:24+00:00"
2 lars 4989
        },
4990
        {
4991
            "name": "symfony/polyfill-ctype",
4992
            "version": "v1.27.0",
4993
            "source": {
4994
                "type": "git",
4995
                "url": "https://github.com/symfony/polyfill-ctype.git",
4996
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
4997
            },
4998
            "dist": {
4999
                "type": "zip",
5000
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
5001
                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
5002
                "shasum": ""
5003
            },
5004
            "require": {
5005
                "php": ">=7.1"
5006
            },
5007
            "provide": {
5008
                "ext-ctype": "*"
5009
            },
5010
            "suggest": {
5011
                "ext-ctype": "For best performance"
5012
            },
5013
            "type": "library",
5014
            "extra": {
5015
                "branch-alias": {
5016
                    "dev-main": "1.27-dev"
5017
                },
5018
                "thanks": {
5019
                    "name": "symfony/polyfill",
5020
                    "url": "https://github.com/symfony/polyfill"
5021
                }
5022
            },
5023
            "autoload": {
5024
                "files": [
5025
                    "bootstrap.php"
5026
                ],
5027
                "psr-4": {
5028
                    "Symfony\\Polyfill\\Ctype\\": ""
5029
                }
5030
            },
5031
            "notification-url": "https://packagist.org/downloads/",
5032
            "license": [
5033
                "MIT"
5034
            ],
5035
            "authors": [
5036
                {
5037
                    "name": "Gert de Pagter",
5038
                    "email": "BackEndTea@gmail.com"
5039
                },
5040
                {
5041
                    "name": "Symfony Community",
5042
                    "homepage": "https://symfony.com/contributors"
5043
                }
5044
            ],
5045
            "description": "Symfony polyfill for ctype functions",
5046
            "homepage": "https://symfony.com",
5047
            "keywords": [
5048
                "compatibility",
5049
                "ctype",
5050
                "polyfill",
5051
                "portable"
5052
            ],
5053
            "support": {
5054
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
5055
            },
5056
            "funding": [
5057
                {
5058
                    "url": "https://symfony.com/sponsor",
5059
                    "type": "custom"
5060
                },
5061
                {
5062
                    "url": "https://github.com/fabpot",
5063
                    "type": "github"
5064
                },
5065
                {
5066
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5067
                    "type": "tidelift"
5068
                }
5069
            ],
5070
            "time": "2022-11-03T14:55:06+00:00"
5071
        },
5072
        {
5073
            "name": "symfony/polyfill-intl-grapheme",
5074
            "version": "v1.27.0",
5075
            "source": {
5076
                "type": "git",
5077
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
5078
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
5079
            },
5080
            "dist": {
5081
                "type": "zip",
5082
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
5083
                "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
5084
                "shasum": ""
5085
            },
5086
            "require": {
5087
                "php": ">=7.1"
5088
            },
5089
            "suggest": {
5090
                "ext-intl": "For best performance"
5091
            },
5092
            "type": "library",
5093
            "extra": {
5094
                "branch-alias": {
5095
                    "dev-main": "1.27-dev"
5096
                },
5097
                "thanks": {
5098
                    "name": "symfony/polyfill",
5099
                    "url": "https://github.com/symfony/polyfill"
5100
                }
5101
            },
5102
            "autoload": {
5103
                "files": [
5104
                    "bootstrap.php"
5105
                ],
5106
                "psr-4": {
5107
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
5108
                }
5109
            },
5110
            "notification-url": "https://packagist.org/downloads/",
5111
            "license": [
5112
                "MIT"
5113
            ],
5114
            "authors": [
5115
                {
5116
                    "name": "Nicolas Grekas",
5117
                    "email": "p@tchwork.com"
5118
                },
5119
                {
5120
                    "name": "Symfony Community",
5121
                    "homepage": "https://symfony.com/contributors"
5122
                }
5123
            ],
5124
            "description": "Symfony polyfill for intl's grapheme_* functions",
5125
            "homepage": "https://symfony.com",
5126
            "keywords": [
5127
                "compatibility",
5128
                "grapheme",
5129
                "intl",
5130
                "polyfill",
5131
                "portable",
5132
                "shim"
5133
            ],
5134
            "support": {
5135
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
5136
            },
5137
            "funding": [
5138
                {
5139
                    "url": "https://symfony.com/sponsor",
5140
                    "type": "custom"
5141
                },
5142
                {
5143
                    "url": "https://github.com/fabpot",
5144
                    "type": "github"
5145
                },
5146
                {
5147
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5148
                    "type": "tidelift"
5149
                }
5150
            ],
5151
            "time": "2022-11-03T14:55:06+00:00"
5152
        },
5153
        {
5154
            "name": "symfony/polyfill-intl-idn",
5155
            "version": "v1.27.0",
5156
            "source": {
5157
                "type": "git",
5158
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
5159
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
5160
            },
5161
            "dist": {
5162
                "type": "zip",
5163
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
5164
                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
5165
                "shasum": ""
5166
            },
5167
            "require": {
5168
                "php": ">=7.1",
5169
                "symfony/polyfill-intl-normalizer": "^1.10",
5170
                "symfony/polyfill-php72": "^1.10"
5171
            },
5172
            "suggest": {
5173
                "ext-intl": "For best performance"
5174
            },
5175
            "type": "library",
5176
            "extra": {
5177
                "branch-alias": {
5178
                    "dev-main": "1.27-dev"
5179
                },
5180
                "thanks": {
5181
                    "name": "symfony/polyfill",
5182
                    "url": "https://github.com/symfony/polyfill"
5183
                }
5184
            },
5185
            "autoload": {
5186
                "files": [
5187
                    "bootstrap.php"
5188
                ],
5189
                "psr-4": {
5190
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
5191
                }
5192
            },
5193
            "notification-url": "https://packagist.org/downloads/",
5194
            "license": [
5195
                "MIT"
5196
            ],
5197
            "authors": [
5198
                {
5199
                    "name": "Laurent Bassin",
5200
                    "email": "laurent@bassin.info"
5201
                },
5202
                {
5203
                    "name": "Trevor Rowbotham",
5204
                    "email": "trevor.rowbotham@pm.me"
5205
                },
5206
                {
5207
                    "name": "Symfony Community",
5208
                    "homepage": "https://symfony.com/contributors"
5209
                }
5210
            ],
5211
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
5212
            "homepage": "https://symfony.com",
5213
            "keywords": [
5214
                "compatibility",
5215
                "idn",
5216
                "intl",
5217
                "polyfill",
5218
                "portable",
5219
                "shim"
5220
            ],
5221
            "support": {
5222
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
5223
            },
5224
            "funding": [
5225
                {
5226
                    "url": "https://symfony.com/sponsor",
5227
                    "type": "custom"
5228
                },
5229
                {
5230
                    "url": "https://github.com/fabpot",
5231
                    "type": "github"
5232
                },
5233
                {
5234
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5235
                    "type": "tidelift"
5236
                }
5237
            ],
5238
            "time": "2022-11-03T14:55:06+00:00"
5239
        },
5240
        {
5241
            "name": "symfony/polyfill-intl-normalizer",
5242
            "version": "v1.27.0",
5243
            "source": {
5244
                "type": "git",
5245
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
5246
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
5247
            },
5248
            "dist": {
5249
                "type": "zip",
5250
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
5251
                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
5252
                "shasum": ""
5253
            },
5254
            "require": {
5255
                "php": ">=7.1"
5256
            },
5257
            "suggest": {
5258
                "ext-intl": "For best performance"
5259
            },
5260
            "type": "library",
5261
            "extra": {
5262
                "branch-alias": {
5263
                    "dev-main": "1.27-dev"
5264
                },
5265
                "thanks": {
5266
                    "name": "symfony/polyfill",
5267
                    "url": "https://github.com/symfony/polyfill"
5268
                }
5269
            },
5270
            "autoload": {
5271
                "files": [
5272
                    "bootstrap.php"
5273
                ],
5274
                "psr-4": {
5275
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
5276
                },
5277
                "classmap": [
5278
                    "Resources/stubs"
5279
                ]
5280
            },
5281
            "notification-url": "https://packagist.org/downloads/",
5282
            "license": [
5283
                "MIT"
5284
            ],
5285
            "authors": [
5286
                {
5287
                    "name": "Nicolas Grekas",
5288
                    "email": "p@tchwork.com"
5289
                },
5290
                {
5291
                    "name": "Symfony Community",
5292
                    "homepage": "https://symfony.com/contributors"
5293
                }
5294
            ],
5295
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
5296
            "homepage": "https://symfony.com",
5297
            "keywords": [
5298
                "compatibility",
5299
                "intl",
5300
                "normalizer",
5301
                "polyfill",
5302
                "portable",
5303
                "shim"
5304
            ],
5305
            "support": {
5306
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
5307
            },
5308
            "funding": [
5309
                {
5310
                    "url": "https://symfony.com/sponsor",
5311
                    "type": "custom"
5312
                },
5313
                {
5314
                    "url": "https://github.com/fabpot",
5315
                    "type": "github"
5316
                },
5317
                {
5318
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5319
                    "type": "tidelift"
5320
                }
5321
            ],
5322
            "time": "2022-11-03T14:55:06+00:00"
5323
        },
5324
        {
5325
            "name": "symfony/polyfill-mbstring",
5326
            "version": "v1.27.0",
5327
            "source": {
5328
                "type": "git",
5329
                "url": "https://github.com/symfony/polyfill-mbstring.git",
5330
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
5331
            },
5332
            "dist": {
5333
                "type": "zip",
5334
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
5335
                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
5336
                "shasum": ""
5337
            },
5338
            "require": {
5339
                "php": ">=7.1"
5340
            },
5341
            "provide": {
5342
                "ext-mbstring": "*"
5343
            },
5344
            "suggest": {
5345
                "ext-mbstring": "For best performance"
5346
            },
5347
            "type": "library",
5348
            "extra": {
5349
                "branch-alias": {
5350
                    "dev-main": "1.27-dev"
5351
                },
5352
                "thanks": {
5353
                    "name": "symfony/polyfill",
5354
                    "url": "https://github.com/symfony/polyfill"
5355
                }
5356
            },
5357
            "autoload": {
5358
                "files": [
5359
                    "bootstrap.php"
5360
                ],
5361
                "psr-4": {
5362
                    "Symfony\\Polyfill\\Mbstring\\": ""
5363
                }
5364
            },
5365
            "notification-url": "https://packagist.org/downloads/",
5366
            "license": [
5367
                "MIT"
5368
            ],
5369
            "authors": [
5370
                {
5371
                    "name": "Nicolas Grekas",
5372
                    "email": "p@tchwork.com"
5373
                },
5374
                {
5375
                    "name": "Symfony Community",
5376
                    "homepage": "https://symfony.com/contributors"
5377
                }
5378
            ],
5379
            "description": "Symfony polyfill for the Mbstring extension",
5380
            "homepage": "https://symfony.com",
5381
            "keywords": [
5382
                "compatibility",
5383
                "mbstring",
5384
                "polyfill",
5385
                "portable",
5386
                "shim"
5387
            ],
5388
            "support": {
5389
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
5390
            },
5391
            "funding": [
5392
                {
5393
                    "url": "https://symfony.com/sponsor",
5394
                    "type": "custom"
5395
                },
5396
                {
5397
                    "url": "https://github.com/fabpot",
5398
                    "type": "github"
5399
                },
5400
                {
5401
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5402
                    "type": "tidelift"
5403
                }
5404
            ],
5405
            "time": "2022-11-03T14:55:06+00:00"
5406
        },
5407
        {
5408
            "name": "symfony/polyfill-php72",
5409
            "version": "v1.27.0",
5410
            "source": {
5411
                "type": "git",
5412
                "url": "https://github.com/symfony/polyfill-php72.git",
5413
                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
5414
            },
5415
            "dist": {
5416
                "type": "zip",
5417
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
5418
                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
5419
                "shasum": ""
5420
            },
5421
            "require": {
5422
                "php": ">=7.1"
5423
            },
5424
            "type": "library",
5425
            "extra": {
5426
                "branch-alias": {
5427
                    "dev-main": "1.27-dev"
5428
                },
5429
                "thanks": {
5430
                    "name": "symfony/polyfill",
5431
                    "url": "https://github.com/symfony/polyfill"
5432
                }
5433
            },
5434
            "autoload": {
5435
                "files": [
5436
                    "bootstrap.php"
5437
                ],
5438
                "psr-4": {
5439
                    "Symfony\\Polyfill\\Php72\\": ""
5440
                }
5441
            },
5442
            "notification-url": "https://packagist.org/downloads/",
5443
            "license": [
5444
                "MIT"
5445
            ],
5446
            "authors": [
5447
                {
5448
                    "name": "Nicolas Grekas",
5449
                    "email": "p@tchwork.com"
5450
                },
5451
                {
5452
                    "name": "Symfony Community",
5453
                    "homepage": "https://symfony.com/contributors"
5454
                }
5455
            ],
5456
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5457
            "homepage": "https://symfony.com",
5458
            "keywords": [
5459
                "compatibility",
5460
                "polyfill",
5461
                "portable",
5462
                "shim"
5463
            ],
5464
            "support": {
5465
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
5466
            },
5467
            "funding": [
5468
                {
5469
                    "url": "https://symfony.com/sponsor",
5470
                    "type": "custom"
5471
                },
5472
                {
5473
                    "url": "https://github.com/fabpot",
5474
                    "type": "github"
5475
                },
5476
                {
5477
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5478
                    "type": "tidelift"
5479
                }
5480
            ],
5481
            "time": "2022-11-03T14:55:06+00:00"
5482
        },
5483
        {
5484
            "name": "symfony/polyfill-php80",
5485
            "version": "v1.27.0",
5486
            "source": {
5487
                "type": "git",
5488
                "url": "https://github.com/symfony/polyfill-php80.git",
5489
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
5490
            },
5491
            "dist": {
5492
                "type": "zip",
5493
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
5494
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
5495
                "shasum": ""
5496
            },
5497
            "require": {
5498
                "php": ">=7.1"
5499
            },
5500
            "type": "library",
5501
            "extra": {
5502
                "branch-alias": {
5503
                    "dev-main": "1.27-dev"
5504
                },
5505
                "thanks": {
5506
                    "name": "symfony/polyfill",
5507
                    "url": "https://github.com/symfony/polyfill"
5508
                }
5509
            },
5510
            "autoload": {
5511
                "files": [
5512
                    "bootstrap.php"
5513
                ],
5514
                "psr-4": {
5515
                    "Symfony\\Polyfill\\Php80\\": ""
5516
                },
5517
                "classmap": [
5518
                    "Resources/stubs"
5519
                ]
5520
            },
5521
            "notification-url": "https://packagist.org/downloads/",
5522
            "license": [
5523
                "MIT"
5524
            ],
5525
            "authors": [
5526
                {
5527
                    "name": "Ion Bazan",
5528
                    "email": "ion.bazan@gmail.com"
5529
                },
5530
                {
5531
                    "name": "Nicolas Grekas",
5532
                    "email": "p@tchwork.com"
5533
                },
5534
                {
5535
                    "name": "Symfony Community",
5536
                    "homepage": "https://symfony.com/contributors"
5537
                }
5538
            ],
5539
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5540
            "homepage": "https://symfony.com",
5541
            "keywords": [
5542
                "compatibility",
5543
                "polyfill",
5544
                "portable",
5545
                "shim"
5546
            ],
5547
            "support": {
5548
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
5549
            },
5550
            "funding": [
5551
                {
5552
                    "url": "https://symfony.com/sponsor",
5553
                    "type": "custom"
5554
                },
5555
                {
5556
                    "url": "https://github.com/fabpot",
5557
                    "type": "github"
5558
                },
5559
                {
5560
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5561
                    "type": "tidelift"
5562
                }
5563
            ],
5564
            "time": "2022-11-03T14:55:06+00:00"
5565
        },
5566
        {
3 lars 5567
            "name": "symfony/polyfill-php83",
5568
            "version": "v1.27.0",
5569
            "source": {
5570
                "type": "git",
5571
                "url": "https://github.com/symfony/polyfill-php83.git",
5572
                "reference": "508c652ba3ccf69f8c97f251534f229791b52a57"
5573
            },
5574
            "dist": {
5575
                "type": "zip",
5576
                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57",
5577
                "reference": "508c652ba3ccf69f8c97f251534f229791b52a57",
5578
                "shasum": ""
5579
            },
5580
            "require": {
5581
                "php": ">=7.1",
5582
                "symfony/polyfill-php80": "^1.14"
5583
            },
5584
            "type": "library",
5585
            "extra": {
5586
                "branch-alias": {
5587
                    "dev-main": "1.27-dev"
5588
                },
5589
                "thanks": {
5590
                    "name": "symfony/polyfill",
5591
                    "url": "https://github.com/symfony/polyfill"
5592
                }
5593
            },
5594
            "autoload": {
5595
                "files": [
5596
                    "bootstrap.php"
5597
                ],
5598
                "psr-4": {
5599
                    "Symfony\\Polyfill\\Php83\\": ""
5600
                }
5601
            },
5602
            "notification-url": "https://packagist.org/downloads/",
5603
            "license": [
5604
                "MIT"
5605
            ],
5606
            "authors": [
5607
                {
5608
                    "name": "Nicolas Grekas",
5609
                    "email": "p@tchwork.com"
5610
                },
5611
                {
5612
                    "name": "Symfony Community",
5613
                    "homepage": "https://symfony.com/contributors"
5614
                }
5615
            ],
5616
            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
5617
            "homepage": "https://symfony.com",
5618
            "keywords": [
5619
                "compatibility",
5620
                "polyfill",
5621
                "portable",
5622
                "shim"
5623
            ],
5624
            "support": {
5625
                "source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0"
5626
            },
5627
            "funding": [
5628
                {
5629
                    "url": "https://symfony.com/sponsor",
5630
                    "type": "custom"
5631
                },
5632
                {
5633
                    "url": "https://github.com/fabpot",
5634
                    "type": "github"
5635
                },
5636
                {
5637
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5638
                    "type": "tidelift"
5639
                }
5640
            ],
5641
            "time": "2022-11-03T14:55:06+00:00"
5642
        },
5643
        {
2 lars 5644
            "name": "symfony/polyfill-uuid",
5645
            "version": "v1.27.0",
5646
            "source": {
5647
                "type": "git",
5648
                "url": "https://github.com/symfony/polyfill-uuid.git",
5649
                "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166"
5650
            },
5651
            "dist": {
5652
                "type": "zip",
5653
                "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166",
5654
                "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166",
5655
                "shasum": ""
5656
            },
5657
            "require": {
5658
                "php": ">=7.1"
5659
            },
5660
            "provide": {
5661
                "ext-uuid": "*"
5662
            },
5663
            "suggest": {
5664
                "ext-uuid": "For best performance"
5665
            },
5666
            "type": "library",
5667
            "extra": {
5668
                "branch-alias": {
5669
                    "dev-main": "1.27-dev"
5670
                },
5671
                "thanks": {
5672
                    "name": "symfony/polyfill",
5673
                    "url": "https://github.com/symfony/polyfill"
5674
                }
5675
            },
5676
            "autoload": {
5677
                "files": [
5678
                    "bootstrap.php"
5679
                ],
5680
                "psr-4": {
5681
                    "Symfony\\Polyfill\\Uuid\\": ""
5682
                }
5683
            },
5684
            "notification-url": "https://packagist.org/downloads/",
5685
            "license": [
5686
                "MIT"
5687
            ],
5688
            "authors": [
5689
                {
5690
                    "name": "Grégoire Pineau",
5691
                    "email": "lyrixx@lyrixx.info"
5692
                },
5693
                {
5694
                    "name": "Symfony Community",
5695
                    "homepage": "https://symfony.com/contributors"
5696
                }
5697
            ],
5698
            "description": "Symfony polyfill for uuid functions",
5699
            "homepage": "https://symfony.com",
5700
            "keywords": [
5701
                "compatibility",
5702
                "polyfill",
5703
                "portable",
5704
                "uuid"
5705
            ],
5706
            "support": {
5707
                "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0"
5708
            },
5709
            "funding": [
5710
                {
5711
                    "url": "https://symfony.com/sponsor",
5712
                    "type": "custom"
5713
                },
5714
                {
5715
                    "url": "https://github.com/fabpot",
5716
                    "type": "github"
5717
                },
5718
                {
5719
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5720
                    "type": "tidelift"
5721
                }
5722
            ],
5723
            "time": "2022-11-03T14:55:06+00:00"
5724
        },
5725
        {
5726
            "name": "symfony/process",
225 lars 5727
            "version": "v6.3.2",
2 lars 5728
            "source": {
5729
                "type": "git",
5730
                "url": "https://github.com/symfony/process.git",
225 lars 5731
                "reference": "c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d"
2 lars 5732
            },
5733
            "dist": {
5734
                "type": "zip",
225 lars 5735
                "url": "https://api.github.com/repos/symfony/process/zipball/c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d",
5736
                "reference": "c5ce962db0d9b6e80247ca5eb9af6472bd4d7b5d",
2 lars 5737
                "shasum": ""
5738
            },
5739
            "require": {
5740
                "php": ">=8.1"
5741
            },
5742
            "type": "library",
5743
            "autoload": {
5744
                "psr-4": {
5745
                    "Symfony\\Component\\Process\\": ""
5746
                },
5747
                "exclude-from-classmap": [
5748
                    "/Tests/"
5749
                ]
5750
            },
5751
            "notification-url": "https://packagist.org/downloads/",
5752
            "license": [
5753
                "MIT"
5754
            ],
5755
            "authors": [
5756
                {
5757
                    "name": "Fabien Potencier",
5758
                    "email": "fabien@symfony.com"
5759
                },
5760
                {
5761
                    "name": "Symfony Community",
5762
                    "homepage": "https://symfony.com/contributors"
5763
                }
5764
            ],
5765
            "description": "Executes commands in sub-processes",
5766
            "homepage": "https://symfony.com",
5767
            "support": {
225 lars 5768
                "source": "https://github.com/symfony/process/tree/v6.3.2"
2 lars 5769
            },
5770
            "funding": [
5771
                {
5772
                    "url": "https://symfony.com/sponsor",
5773
                    "type": "custom"
5774
                },
5775
                {
5776
                    "url": "https://github.com/fabpot",
5777
                    "type": "github"
5778
                },
5779
                {
5780
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5781
                    "type": "tidelift"
5782
                }
5783
            ],
225 lars 5784
            "time": "2023-07-12T16:00:22+00:00"
2 lars 5785
        },
5786
        {
5787
            "name": "symfony/routing",
225 lars 5788
            "version": "v6.3.3",
2 lars 5789
            "source": {
5790
                "type": "git",
5791
                "url": "https://github.com/symfony/routing.git",
225 lars 5792
                "reference": "e7243039ab663822ff134fbc46099b5fdfa16f6a"
2 lars 5793
            },
5794
            "dist": {
5795
                "type": "zip",
225 lars 5796
                "url": "https://api.github.com/repos/symfony/routing/zipball/e7243039ab663822ff134fbc46099b5fdfa16f6a",
5797
                "reference": "e7243039ab663822ff134fbc46099b5fdfa16f6a",
2 lars 5798
                "shasum": ""
5799
            },
5800
            "require": {
225 lars 5801
                "php": ">=8.1",
5802
                "symfony/deprecation-contracts": "^2.5|^3"
2 lars 5803
            },
5804
            "conflict": {
5805
                "doctrine/annotations": "<1.12",
5806
                "symfony/config": "<6.2",
5807
                "symfony/dependency-injection": "<5.4",
5808
                "symfony/yaml": "<5.4"
5809
            },
5810
            "require-dev": {
5811
                "doctrine/annotations": "^1.12|^2",
5812
                "psr/log": "^1|^2|^3",
5813
                "symfony/config": "^6.2",
5814
                "symfony/dependency-injection": "^5.4|^6.0",
5815
                "symfony/expression-language": "^5.4|^6.0",
5816
                "symfony/http-foundation": "^5.4|^6.0",
5817
                "symfony/yaml": "^5.4|^6.0"
5818
            },
5819
            "type": "library",
5820
            "autoload": {
5821
                "psr-4": {
5822
                    "Symfony\\Component\\Routing\\": ""
5823
                },
5824
                "exclude-from-classmap": [
5825
                    "/Tests/"
5826
                ]
5827
            },
5828
            "notification-url": "https://packagist.org/downloads/",
5829
            "license": [
5830
                "MIT"
5831
            ],
5832
            "authors": [
5833
                {
5834
                    "name": "Fabien Potencier",
5835
                    "email": "fabien@symfony.com"
5836
                },
5837
                {
5838
                    "name": "Symfony Community",
5839
                    "homepage": "https://symfony.com/contributors"
5840
                }
5841
            ],
5842
            "description": "Maps an HTTP request to a set of configuration variables",
5843
            "homepage": "https://symfony.com",
5844
            "keywords": [
5845
                "router",
5846
                "routing",
5847
                "uri",
5848
                "url"
5849
            ],
5850
            "support": {
225 lars 5851
                "source": "https://github.com/symfony/routing/tree/v6.3.3"
2 lars 5852
            },
5853
            "funding": [
5854
                {
5855
                    "url": "https://symfony.com/sponsor",
5856
                    "type": "custom"
5857
                },
5858
                {
5859
                    "url": "https://github.com/fabpot",
5860
                    "type": "github"
5861
                },
5862
                {
5863
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5864
                    "type": "tidelift"
5865
                }
5866
            ],
225 lars 5867
            "time": "2023-07-31T07:08:24+00:00"
2 lars 5868
        },
5869
        {
5870
            "name": "symfony/service-contracts",
3 lars 5871
            "version": "v3.3.0",
2 lars 5872
            "source": {
5873
                "type": "git",
5874
                "url": "https://github.com/symfony/service-contracts.git",
3 lars 5875
                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
2 lars 5876
            },
5877
            "dist": {
5878
                "type": "zip",
3 lars 5879
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
5880
                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
2 lars 5881
                "shasum": ""
5882
            },
5883
            "require": {
5884
                "php": ">=8.1",
5885
                "psr/container": "^2.0"
5886
            },
5887
            "conflict": {
5888
                "ext-psr": "<1.1|>=2"
5889
            },
5890
            "type": "library",
5891
            "extra": {
5892
                "branch-alias": {
3 lars 5893
                    "dev-main": "3.4-dev"
2 lars 5894
                },
5895
                "thanks": {
5896
                    "name": "symfony/contracts",
5897
                    "url": "https://github.com/symfony/contracts"
5898
                }
5899
            },
5900
            "autoload": {
5901
                "psr-4": {
5902
                    "Symfony\\Contracts\\Service\\": ""
5903
                },
5904
                "exclude-from-classmap": [
5905
                    "/Test/"
5906
                ]
5907
            },
5908
            "notification-url": "https://packagist.org/downloads/",
5909
            "license": [
5910
                "MIT"
5911
            ],
5912
            "authors": [
5913
                {
5914
                    "name": "Nicolas Grekas",
5915
                    "email": "p@tchwork.com"
5916
                },
5917
                {
5918
                    "name": "Symfony Community",
5919
                    "homepage": "https://symfony.com/contributors"
5920
                }
5921
            ],
5922
            "description": "Generic abstractions related to writing services",
5923
            "homepage": "https://symfony.com",
5924
            "keywords": [
5925
                "abstractions",
5926
                "contracts",
5927
                "decoupling",
5928
                "interfaces",
5929
                "interoperability",
5930
                "standards"
5931
            ],
5932
            "support": {
3 lars 5933
                "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
2 lars 5934
            },
5935
            "funding": [
5936
                {
5937
                    "url": "https://symfony.com/sponsor",
5938
                    "type": "custom"
5939
                },
5940
                {
5941
                    "url": "https://github.com/fabpot",
5942
                    "type": "github"
5943
                },
5944
                {
5945
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5946
                    "type": "tidelift"
5947
                }
5948
            ],
3 lars 5949
            "time": "2023-05-23T14:45:45+00:00"
2 lars 5950
        },
5951
        {
5952
            "name": "symfony/string",
225 lars 5953
            "version": "v6.3.2",
2 lars 5954
            "source": {
5955
                "type": "git",
5956
                "url": "https://github.com/symfony/string.git",
225 lars 5957
                "reference": "53d1a83225002635bca3482fcbf963001313fb68"
2 lars 5958
            },
5959
            "dist": {
5960
                "type": "zip",
225 lars 5961
                "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68",
5962
                "reference": "53d1a83225002635bca3482fcbf963001313fb68",
2 lars 5963
                "shasum": ""
5964
            },
5965
            "require": {
5966
                "php": ">=8.1",
5967
                "symfony/polyfill-ctype": "~1.8",
5968
                "symfony/polyfill-intl-grapheme": "~1.0",
5969
                "symfony/polyfill-intl-normalizer": "~1.0",
5970
                "symfony/polyfill-mbstring": "~1.0"
5971
            },
5972
            "conflict": {
3 lars 5973
                "symfony/translation-contracts": "<2.5"
2 lars 5974
            },
5975
            "require-dev": {
5976
                "symfony/error-handler": "^5.4|^6.0",
5977
                "symfony/http-client": "^5.4|^6.0",
5978
                "symfony/intl": "^6.2",
3 lars 5979
                "symfony/translation-contracts": "^2.5|^3.0",
2 lars 5980
                "symfony/var-exporter": "^5.4|^6.0"
5981
            },
5982
            "type": "library",
5983
            "autoload": {
5984
                "files": [
5985
                    "Resources/functions.php"
5986
                ],
5987
                "psr-4": {
5988
                    "Symfony\\Component\\String\\": ""
5989
                },
5990
                "exclude-from-classmap": [
5991
                    "/Tests/"
5992
                ]
5993
            },
5994
            "notification-url": "https://packagist.org/downloads/",
5995
            "license": [
5996
                "MIT"
5997
            ],
5998
            "authors": [
5999
                {
6000
                    "name": "Nicolas Grekas",
6001
                    "email": "p@tchwork.com"
6002
                },
6003
                {
6004
                    "name": "Symfony Community",
6005
                    "homepage": "https://symfony.com/contributors"
6006
                }
6007
            ],
6008
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6009
            "homepage": "https://symfony.com",
6010
            "keywords": [
6011
                "grapheme",
6012
                "i18n",
6013
                "string",
6014
                "unicode",
6015
                "utf-8",
6016
                "utf8"
6017
            ],
6018
            "support": {
225 lars 6019
                "source": "https://github.com/symfony/string/tree/v6.3.2"
2 lars 6020
            },
6021
            "funding": [
6022
                {
6023
                    "url": "https://symfony.com/sponsor",
6024
                    "type": "custom"
6025
                },
6026
                {
6027
                    "url": "https://github.com/fabpot",
6028
                    "type": "github"
6029
                },
6030
                {
6031
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6032
                    "type": "tidelift"
6033
                }
6034
            ],
225 lars 6035
            "time": "2023-07-05T08:41:27+00:00"
2 lars 6036
        },
6037
        {
6038
            "name": "symfony/translation",
225 lars 6039
            "version": "v6.3.3",
2 lars 6040
            "source": {
6041
                "type": "git",
6042
                "url": "https://github.com/symfony/translation.git",
225 lars 6043
                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
2 lars 6044
            },
6045
            "dist": {
6046
                "type": "zip",
225 lars 6047
                "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
6048
                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
2 lars 6049
                "shasum": ""
6050
            },
6051
            "require": {
6052
                "php": ">=8.1",
225 lars 6053
                "symfony/deprecation-contracts": "^2.5|^3",
2 lars 6054
                "symfony/polyfill-mbstring": "~1.0",
3 lars 6055
                "symfony/translation-contracts": "^2.5|^3.0"
2 lars 6056
            },
6057
            "conflict": {
6058
                "symfony/config": "<5.4",
6059
                "symfony/console": "<5.4",
6060
                "symfony/dependency-injection": "<5.4",
3 lars 6061
                "symfony/http-client-contracts": "<2.5",
2 lars 6062
                "symfony/http-kernel": "<5.4",
3 lars 6063
                "symfony/service-contracts": "<2.5",
2 lars 6064
                "symfony/twig-bundle": "<5.4",
6065
                "symfony/yaml": "<5.4"
6066
            },
6067
            "provide": {
6068
                "symfony/translation-implementation": "2.3|3.0"
6069
            },
6070
            "require-dev": {
6071
                "nikic/php-parser": "^4.13",
6072
                "psr/log": "^1|^2|^3",
6073
                "symfony/config": "^5.4|^6.0",
6074
                "symfony/console": "^5.4|^6.0",
6075
                "symfony/dependency-injection": "^5.4|^6.0",
6076
                "symfony/finder": "^5.4|^6.0",
3 lars 6077
                "symfony/http-client-contracts": "^2.5|^3.0",
2 lars 6078
                "symfony/http-kernel": "^5.4|^6.0",
6079
                "symfony/intl": "^5.4|^6.0",
6080
                "symfony/polyfill-intl-icu": "^1.21",
6081
                "symfony/routing": "^5.4|^6.0",
3 lars 6082
                "symfony/service-contracts": "^2.5|^3",
2 lars 6083
                "symfony/yaml": "^5.4|^6.0"
6084
            },
6085
            "type": "library",
6086
            "autoload": {
6087
                "files": [
6088
                    "Resources/functions.php"
6089
                ],
6090
                "psr-4": {
6091
                    "Symfony\\Component\\Translation\\": ""
6092
                },
6093
                "exclude-from-classmap": [
6094
                    "/Tests/"
6095
                ]
6096
            },
6097
            "notification-url": "https://packagist.org/downloads/",
6098
            "license": [
6099
                "MIT"
6100
            ],
6101
            "authors": [
6102
                {
6103
                    "name": "Fabien Potencier",
6104
                    "email": "fabien@symfony.com"
6105
                },
6106
                {
6107
                    "name": "Symfony Community",
6108
                    "homepage": "https://symfony.com/contributors"
6109
                }
6110
            ],
6111
            "description": "Provides tools to internationalize your application",
6112
            "homepage": "https://symfony.com",
6113
            "support": {
225 lars 6114
                "source": "https://github.com/symfony/translation/tree/v6.3.3"
2 lars 6115
            },
6116
            "funding": [
6117
                {
6118
                    "url": "https://symfony.com/sponsor",
6119
                    "type": "custom"
6120
                },
6121
                {
6122
                    "url": "https://github.com/fabpot",
6123
                    "type": "github"
6124
                },
6125
                {
6126
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6127
                    "type": "tidelift"
6128
                }
6129
            ],
225 lars 6130
            "time": "2023-07-31T07:08:24+00:00"
2 lars 6131
        },
6132
        {
6133
            "name": "symfony/translation-contracts",
3 lars 6134
            "version": "v3.3.0",
2 lars 6135
            "source": {
6136
                "type": "git",
6137
                "url": "https://github.com/symfony/translation-contracts.git",
3 lars 6138
                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
2 lars 6139
            },
6140
            "dist": {
6141
                "type": "zip",
3 lars 6142
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
6143
                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
2 lars 6144
                "shasum": ""
6145
            },
6146
            "require": {
6147
                "php": ">=8.1"
6148
            },
6149
            "type": "library",
6150
            "extra": {
6151
                "branch-alias": {
3 lars 6152
                    "dev-main": "3.4-dev"
2 lars 6153
                },
6154
                "thanks": {
6155
                    "name": "symfony/contracts",
6156
                    "url": "https://github.com/symfony/contracts"
6157
                }
6158
            },
6159
            "autoload": {
6160
                "psr-4": {
6161
                    "Symfony\\Contracts\\Translation\\": ""
6162
                },
6163
                "exclude-from-classmap": [
6164
                    "/Test/"
6165
                ]
6166
            },
6167
            "notification-url": "https://packagist.org/downloads/",
6168
            "license": [
6169
                "MIT"
6170
            ],
6171
            "authors": [
6172
                {
6173
                    "name": "Nicolas Grekas",
6174
                    "email": "p@tchwork.com"
6175
                },
6176
                {
6177
                    "name": "Symfony Community",
6178
                    "homepage": "https://symfony.com/contributors"
6179
                }
6180
            ],
6181
            "description": "Generic abstractions related to translation",
6182
            "homepage": "https://symfony.com",
6183
            "keywords": [
6184
                "abstractions",
6185
                "contracts",
6186
                "decoupling",
6187
                "interfaces",
6188
                "interoperability",
6189
                "standards"
6190
            ],
6191
            "support": {
3 lars 6192
                "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
2 lars 6193
            },
6194
            "funding": [
6195
                {
6196
                    "url": "https://symfony.com/sponsor",
6197
                    "type": "custom"
6198
                },
6199
                {
6200
                    "url": "https://github.com/fabpot",
6201
                    "type": "github"
6202
                },
6203
                {
6204
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6205
                    "type": "tidelift"
6206
                }
6207
            ],
3 lars 6208
            "time": "2023-05-30T17:17:10+00:00"
2 lars 6209
        },
6210
        {
6211
            "name": "symfony/uid",
3 lars 6212
            "version": "v6.3.0",
2 lars 6213
            "source": {
6214
                "type": "git",
6215
                "url": "https://github.com/symfony/uid.git",
3 lars 6216
                "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384"
2 lars 6217
            },
6218
            "dist": {
6219
                "type": "zip",
3 lars 6220
                "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384",
6221
                "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384",
2 lars 6222
                "shasum": ""
6223
            },
6224
            "require": {
6225
                "php": ">=8.1",
6226
                "symfony/polyfill-uuid": "^1.15"
6227
            },
6228
            "require-dev": {
6229
                "symfony/console": "^5.4|^6.0"
6230
            },
6231
            "type": "library",
6232
            "autoload": {
6233
                "psr-4": {
6234
                    "Symfony\\Component\\Uid\\": ""
6235
                },
6236
                "exclude-from-classmap": [
6237
                    "/Tests/"
6238
                ]
6239
            },
6240
            "notification-url": "https://packagist.org/downloads/",
6241
            "license": [
6242
                "MIT"
6243
            ],
6244
            "authors": [
6245
                {
6246
                    "name": "Grégoire Pineau",
6247
                    "email": "lyrixx@lyrixx.info"
6248
                },
6249
                {
6250
                    "name": "Nicolas Grekas",
6251
                    "email": "p@tchwork.com"
6252
                },
6253
                {
6254
                    "name": "Symfony Community",
6255
                    "homepage": "https://symfony.com/contributors"
6256
                }
6257
            ],
6258
            "description": "Provides an object-oriented API to generate and represent UIDs",
6259
            "homepage": "https://symfony.com",
6260
            "keywords": [
6261
                "UID",
6262
                "ulid",
6263
                "uuid"
6264
            ],
6265
            "support": {
3 lars 6266
                "source": "https://github.com/symfony/uid/tree/v6.3.0"
2 lars 6267
            },
6268
            "funding": [
6269
                {
6270
                    "url": "https://symfony.com/sponsor",
6271
                    "type": "custom"
6272
                },
6273
                {
6274
                    "url": "https://github.com/fabpot",
6275
                    "type": "github"
6276
                },
6277
                {
6278
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6279
                    "type": "tidelift"
6280
                }
6281
            ],
3 lars 6282
            "time": "2023-04-08T07:25:02+00:00"
2 lars 6283
        },
6284
        {
6285
            "name": "symfony/var-dumper",
225 lars 6286
            "version": "v6.3.3",
2 lars 6287
            "source": {
6288
                "type": "git",
6289
                "url": "https://github.com/symfony/var-dumper.git",
225 lars 6290
                "reference": "77fb4f2927f6991a9843633925d111147449ee7a"
2 lars 6291
            },
6292
            "dist": {
6293
                "type": "zip",
225 lars 6294
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/77fb4f2927f6991a9843633925d111147449ee7a",
6295
                "reference": "77fb4f2927f6991a9843633925d111147449ee7a",
2 lars 6296
                "shasum": ""
6297
            },
6298
            "require": {
6299
                "php": ">=8.1",
225 lars 6300
                "symfony/deprecation-contracts": "^2.5|^3",
2 lars 6301
                "symfony/polyfill-mbstring": "~1.0"
6302
            },
6303
            "conflict": {
6304
                "symfony/console": "<5.4"
6305
            },
6306
            "require-dev": {
6307
                "ext-iconv": "*",
6308
                "symfony/console": "^5.4|^6.0",
225 lars 6309
                "symfony/http-kernel": "^5.4|^6.0",
2 lars 6310
                "symfony/process": "^5.4|^6.0",
6311
                "symfony/uid": "^5.4|^6.0",
6312
                "twig/twig": "^2.13|^3.0.4"
6313
            },
6314
            "bin": [
6315
                "Resources/bin/var-dump-server"
6316
            ],
6317
            "type": "library",
6318
            "autoload": {
6319
                "files": [
6320
                    "Resources/functions/dump.php"
6321
                ],
6322
                "psr-4": {
6323
                    "Symfony\\Component\\VarDumper\\": ""
6324
                },
6325
                "exclude-from-classmap": [
6326
                    "/Tests/"
6327
                ]
6328
            },
6329
            "notification-url": "https://packagist.org/downloads/",
6330
            "license": [
6331
                "MIT"
6332
            ],
6333
            "authors": [
6334
                {
6335
                    "name": "Nicolas Grekas",
6336
                    "email": "p@tchwork.com"
6337
                },
6338
                {
6339
                    "name": "Symfony Community",
6340
                    "homepage": "https://symfony.com/contributors"
6341
                }
6342
            ],
6343
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
6344
            "homepage": "https://symfony.com",
6345
            "keywords": [
6346
                "debug",
6347
                "dump"
6348
            ],
6349
            "support": {
225 lars 6350
                "source": "https://github.com/symfony/var-dumper/tree/v6.3.3"
2 lars 6351
            },
6352
            "funding": [
6353
                {
6354
                    "url": "https://symfony.com/sponsor",
6355
                    "type": "custom"
6356
                },
6357
                {
6358
                    "url": "https://github.com/fabpot",
6359
                    "type": "github"
6360
                },
6361
                {
6362
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6363
                    "type": "tidelift"
6364
                }
6365
            ],
225 lars 6366
            "time": "2023-07-31T07:08:24+00:00"
2 lars 6367
        },
6368
        {
6369
            "name": "tijsverkoyen/css-to-inline-styles",
6370
            "version": "2.2.6",
6371
            "source": {
6372
                "type": "git",
6373
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
6374
                "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
6375
            },
6376
            "dist": {
6377
                "type": "zip",
6378
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
6379
                "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
6380
                "shasum": ""
6381
            },
6382
            "require": {
6383
                "ext-dom": "*",
6384
                "ext-libxml": "*",
6385
                "php": "^5.5 || ^7.0 || ^8.0",
6386
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
6387
            },
6388
            "require-dev": {
6389
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
6390
            },
6391
            "type": "library",
6392
            "extra": {
6393
                "branch-alias": {
6394
                    "dev-master": "2.2.x-dev"
6395
                }
6396
            },
6397
            "autoload": {
6398
                "psr-4": {
6399
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
6400
                }
6401
            },
6402
            "notification-url": "https://packagist.org/downloads/",
6403
            "license": [
6404
                "BSD-3-Clause"
6405
            ],
6406
            "authors": [
6407
                {
6408
                    "name": "Tijs Verkoyen",
6409
                    "email": "css_to_inline_styles@verkoyen.eu",
6410
                    "role": "Developer"
6411
                }
6412
            ],
6413
            "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.",
6414
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
6415
            "support": {
6416
                "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
6417
                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
6418
            },
6419
            "time": "2023-01-03T09:29:04+00:00"
6420
        },
6421
        {
6422
            "name": "vlucas/phpdotenv",
6423
            "version": "v5.5.0",
6424
            "source": {
6425
                "type": "git",
6426
                "url": "https://github.com/vlucas/phpdotenv.git",
6427
                "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
6428
            },
6429
            "dist": {
6430
                "type": "zip",
6431
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
6432
                "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
6433
                "shasum": ""
6434
            },
6435
            "require": {
6436
                "ext-pcre": "*",
6437
                "graham-campbell/result-type": "^1.0.2",
6438
                "php": "^7.1.3 || ^8.0",
6439
                "phpoption/phpoption": "^1.8",
6440
                "symfony/polyfill-ctype": "^1.23",
6441
                "symfony/polyfill-mbstring": "^1.23.1",
6442
                "symfony/polyfill-php80": "^1.23.1"
6443
            },
6444
            "require-dev": {
6445
                "bamarni/composer-bin-plugin": "^1.4.1",
6446
                "ext-filter": "*",
6447
                "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
6448
            },
6449
            "suggest": {
6450
                "ext-filter": "Required to use the boolean validator."
6451
            },
6452
            "type": "library",
6453
            "extra": {
6454
                "bamarni-bin": {
6455
                    "bin-links": true,
6456
                    "forward-command": true
6457
                },
6458
                "branch-alias": {
6459
                    "dev-master": "5.5-dev"
6460
                }
6461
            },
6462
            "autoload": {
6463
                "psr-4": {
6464
                    "Dotenv\\": "src/"
6465
                }
6466
            },
6467
            "notification-url": "https://packagist.org/downloads/",
6468
            "license": [
6469
                "BSD-3-Clause"
6470
            ],
6471
            "authors": [
6472
                {
6473
                    "name": "Graham Campbell",
6474
                    "email": "hello@gjcampbell.co.uk",
6475
                    "homepage": "https://github.com/GrahamCampbell"
6476
                },
6477
                {
6478
                    "name": "Vance Lucas",
6479
                    "email": "vance@vancelucas.com",
6480
                    "homepage": "https://github.com/vlucas"
6481
                }
6482
            ],
6483
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
6484
            "keywords": [
6485
                "dotenv",
6486
                "env",
6487
                "environment"
6488
            ],
6489
            "support": {
6490
                "issues": "https://github.com/vlucas/phpdotenv/issues",
6491
                "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
6492
            },
6493
            "funding": [
6494
                {
6495
                    "url": "https://github.com/GrahamCampbell",
6496
                    "type": "github"
6497
                },
6498
                {
6499
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
6500
                    "type": "tidelift"
6501
                }
6502
            ],
6503
            "time": "2022-10-16T01:01:54+00:00"
6504
        },
6505
        {
6506
            "name": "voku/portable-ascii",
6507
            "version": "2.0.1",
6508
            "source": {
6509
                "type": "git",
6510
                "url": "https://github.com/voku/portable-ascii.git",
6511
                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
6512
            },
6513
            "dist": {
6514
                "type": "zip",
6515
                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
6516
                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
6517
                "shasum": ""
6518
            },
6519
            "require": {
6520
                "php": ">=7.0.0"
6521
            },
6522
            "require-dev": {
6523
                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
6524
            },
6525
            "suggest": {
6526
                "ext-intl": "Use Intl for transliterator_transliterate() support"
6527
            },
6528
            "type": "library",
6529
            "autoload": {
6530
                "psr-4": {
6531
                    "voku\\": "src/voku/"
6532
                }
6533
            },
6534
            "notification-url": "https://packagist.org/downloads/",
6535
            "license": [
6536
                "MIT"
6537
            ],
6538
            "authors": [
6539
                {
6540
                    "name": "Lars Moelleken",
6541
                    "homepage": "http://www.moelleken.org/"
6542
                }
6543
            ],
6544
            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
6545
            "homepage": "https://github.com/voku/portable-ascii",
6546
            "keywords": [
6547
                "ascii",
6548
                "clean",
6549
                "php"
6550
            ],
6551
            "support": {
6552
                "issues": "https://github.com/voku/portable-ascii/issues",
6553
                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
6554
            },
6555
            "funding": [
6556
                {
6557
                    "url": "https://www.paypal.me/moelleken",
6558
                    "type": "custom"
6559
                },
6560
                {
6561
                    "url": "https://github.com/voku",
6562
                    "type": "github"
6563
                },
6564
                {
6565
                    "url": "https://opencollective.com/portable-ascii",
6566
                    "type": "open_collective"
6567
                },
6568
                {
6569
                    "url": "https://www.patreon.com/voku",
6570
                    "type": "patreon"
6571
                },
6572
                {
6573
                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
6574
                    "type": "tidelift"
6575
                }
6576
            ],
6577
            "time": "2022-03-08T17:03:00+00:00"
6578
        },
6579
        {
6580
            "name": "webmozart/assert",
6581
            "version": "1.11.0",
6582
            "source": {
6583
                "type": "git",
6584
                "url": "https://github.com/webmozarts/assert.git",
6585
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
6586
            },
6587
            "dist": {
6588
                "type": "zip",
6589
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
6590
                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
6591
                "shasum": ""
6592
            },
6593
            "require": {
6594
                "ext-ctype": "*",
6595
                "php": "^7.2 || ^8.0"
6596
            },
6597
            "conflict": {
6598
                "phpstan/phpstan": "<0.12.20",
6599
                "vimeo/psalm": "<4.6.1 || 4.6.2"
6600
            },
6601
            "require-dev": {
6602
                "phpunit/phpunit": "^8.5.13"
6603
            },
6604
            "type": "library",
6605
            "extra": {
6606
                "branch-alias": {
6607
                    "dev-master": "1.10-dev"
6608
                }
6609
            },
6610
            "autoload": {
6611
                "psr-4": {
6612
                    "Webmozart\\Assert\\": "src/"
6613
                }
6614
            },
6615
            "notification-url": "https://packagist.org/downloads/",
6616
            "license": [
6617
                "MIT"
6618
            ],
6619
            "authors": [
6620
                {
6621
                    "name": "Bernhard Schussek",
6622
                    "email": "bschussek@gmail.com"
6623
                }
6624
            ],
6625
            "description": "Assertions to validate method input/output with nice error messages.",
6626
            "keywords": [
6627
                "assert",
6628
                "check",
6629
                "validate"
6630
            ],
6631
            "support": {
6632
                "issues": "https://github.com/webmozarts/assert/issues",
6633
                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
6634
            },
6635
            "time": "2022-06-03T18:03:27+00:00"
6636
        },
6637
        {
6638
            "name": "ytake/laravel-smarty",
6639
            "version": "6.0.0",
6640
            "source": {
6641
                "type": "git",
6642
                "url": "https://github.com/ytake/Laravel.Smarty.git",
6643
                "reference": "977871d48be5c2996af6d4038bf50d94bec80006"
6644
            },
6645
            "dist": {
6646
                "type": "zip",
6647
                "url": "https://api.github.com/repos/ytake/Laravel.Smarty/zipball/977871d48be5c2996af6d4038bf50d94bec80006",
6648
                "reference": "977871d48be5c2996af6d4038bf50d94bec80006",
6649
                "shasum": ""
6650
            },
6651
            "require": {
6652
                "illuminate/config": "^9.0",
6653
                "illuminate/console": "^9.0",
6654
                "illuminate/events": "^9.0",
6655
                "illuminate/support": "^9.0",
6656
                "illuminate/view": "^9.0",
6657
                "php": "^8.0.2",
6658
                "smarty/smarty": "^4.1.0"
6659
            },
6660
            "require-dev": {
6661
                "friendsofphp/php-cs-fixer": "^3.6.0",
6662
                "pdepend/pdepend": "^2.10.2",
6663
                "phploc/phploc": "*",
6664
                "phpmd/phpmd": "@stable",
6665
                "phpstan/phpstan": "^1.4",
6666
                "phpunit/phpunit": "^9.5.10",
6667
                "predis/predis": "^1.0",
6668
                "sebastian/phpcpd": "*",
6669
                "slevomat/coding-standard": "^7.0.18",
6670
                "squizlabs/php_codesniffer": "^3.6.2",
6671
                "symfony/console": "^6.0",
6672
                "symfony/framework-bundle": "^6.0"
6673
            },
6674
            "suggest": {
6675
                "ext-memcached": "memcached Template Cache Driver",
6676
                "predis/predis": "Redis Template Cache Driver"
6677
            },
6678
            "type": "library",
6679
            "extra": {
6680
                "laravel": {
6681
                    "providers": [
6682
                        "Ytake\\LaravelSmarty\\SmartyServiceProvider",
6683
                        "Ytake\\LaravelSmarty\\SmartyConsoleServiceProvider"
6684
                    ]
6685
                }
6686
            },
6687
            "autoload": {
6688
                "psr-4": {
6689
                    "Ytake\\LaravelSmarty\\": "src/"
6690
                }
6691
            },
6692
            "notification-url": "https://packagist.org/downloads/",
6693
            "license": [
6694
                "MIT"
6695
            ],
6696
            "authors": [
6697
                {
6698
                    "name": "Yuuki Takezawa",
6699
                    "email": "yuuki.takezawa@comnect.jp.net"
6700
                }
6701
            ],
6702
            "description": "Smarty template engine for Laravel and Lumen",
6703
            "keywords": [
6704
                "cache",
6705
                "laravel",
6706
                "lumen",
6707
                "smarty",
6708
                "template",
6709
                "view"
6710
            ],
6711
            "support": {
6712
                "issues": "https://github.com/ytake/Laravel.Smarty/issues",
6713
                "source": "https://github.com/ytake/Laravel.Smarty/tree/6.0.0"
6714
            },
6715
            "time": "2022-02-11T14:19:00+00:00"
6716
        }
6717
    ],
6718
    "packages-dev": [
6719
        {
415 lars 6720
            "name": "barryvdh/laravel-ide-helper",
6721
            "version": "v2.13.0",
6722
            "source": {
6723
                "type": "git",
6724
                "url": "https://github.com/barryvdh/laravel-ide-helper.git",
6725
                "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a"
6726
            },
6727
            "dist": {
6728
                "type": "zip",
6729
                "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/81d5b223ff067a1f38e14c100997e153b837fe4a",
6730
                "reference": "81d5b223ff067a1f38e14c100997e153b837fe4a",
6731
                "shasum": ""
6732
            },
6733
            "require": {
6734
                "barryvdh/reflection-docblock": "^2.0.6",
6735
                "composer/class-map-generator": "^1.0",
6736
                "doctrine/dbal": "^2.6 || ^3",
6737
                "ext-json": "*",
6738
                "illuminate/console": "^8 || ^9 || ^10",
6739
                "illuminate/filesystem": "^8 || ^9 || ^10",
6740
                "illuminate/support": "^8 || ^9 || ^10",
6741
                "nikic/php-parser": "^4.7",
6742
                "php": "^7.3 || ^8.0",
6743
                "phpdocumentor/type-resolver": "^1.1.0"
6744
            },
6745
            "require-dev": {
6746
                "ext-pdo_sqlite": "*",
6747
                "friendsofphp/php-cs-fixer": "^2",
6748
                "illuminate/config": "^8 || ^9 || ^10",
6749
                "illuminate/view": "^8 || ^9 || ^10",
6750
                "mockery/mockery": "^1.4",
6751
                "orchestra/testbench": "^6 || ^7 || ^8",
6752
                "phpunit/phpunit": "^8.5 || ^9",
6753
                "spatie/phpunit-snapshot-assertions": "^3 || ^4",
6754
                "vimeo/psalm": "^3.12"
6755
            },
6756
            "suggest": {
6757
                "illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10)."
6758
            },
6759
            "type": "library",
6760
            "extra": {
6761
                "branch-alias": {
6762
                    "dev-master": "2.12-dev"
6763
                },
6764
                "laravel": {
6765
                    "providers": [
6766
                        "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
6767
                    ]
6768
                }
6769
            },
6770
            "autoload": {
6771
                "psr-4": {
6772
                    "Barryvdh\\LaravelIdeHelper\\": "src"
6773
                }
6774
            },
6775
            "notification-url": "https://packagist.org/downloads/",
6776
            "license": [
6777
                "MIT"
6778
            ],
6779
            "authors": [
6780
                {
6781
                    "name": "Barry vd. Heuvel",
6782
                    "email": "barryvdh@gmail.com"
6783
                }
6784
            ],
6785
            "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
6786
            "keywords": [
6787
                "autocomplete",
6788
                "codeintel",
6789
                "helper",
6790
                "ide",
6791
                "laravel",
6792
                "netbeans",
6793
                "phpdoc",
6794
                "phpstorm",
6795
                "sublime"
6796
            ],
6797
            "support": {
6798
                "issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
6799
                "source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.13.0"
6800
            },
6801
            "funding": [
6802
                {
6803
                    "url": "https://fruitcake.nl",
6804
                    "type": "custom"
6805
                },
6806
                {
6807
                    "url": "https://github.com/barryvdh",
6808
                    "type": "github"
6809
                }
6810
            ],
6811
            "time": "2023-02-04T13:56:40+00:00"
6812
        },
6813
        {
6814
            "name": "barryvdh/reflection-docblock",
6815
            "version": "v2.1.1",
6816
            "source": {
6817
                "type": "git",
6818
                "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
6819
                "reference": "e6811e927f0ecc37cc4deaa6627033150343e597"
6820
            },
6821
            "dist": {
6822
                "type": "zip",
6823
                "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/e6811e927f0ecc37cc4deaa6627033150343e597",
6824
                "reference": "e6811e927f0ecc37cc4deaa6627033150343e597",
6825
                "shasum": ""
6826
            },
6827
            "require": {
6828
                "php": ">=5.3.3"
6829
            },
6830
            "require-dev": {
6831
                "phpunit/phpunit": "^8.5.14|^9"
6832
            },
6833
            "suggest": {
6834
                "dflydev/markdown": "~1.0",
6835
                "erusev/parsedown": "~1.0"
6836
            },
6837
            "type": "library",
6838
            "extra": {
6839
                "branch-alias": {
6840
                    "dev-master": "2.0.x-dev"
6841
                }
6842
            },
6843
            "autoload": {
6844
                "psr-0": {
6845
                    "Barryvdh": [
6846
                        "src/"
6847
                    ]
6848
                }
6849
            },
6850
            "notification-url": "https://packagist.org/downloads/",
6851
            "license": [
6852
                "MIT"
6853
            ],
6854
            "authors": [
6855
                {
6856
                    "name": "Mike van Riel",
6857
                    "email": "mike.vanriel@naenius.com"
6858
                }
6859
            ],
6860
            "support": {
6861
                "source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.1.1"
6862
            },
6863
            "time": "2023-06-14T05:06:27+00:00"
6864
        },
6865
        {
6866
            "name": "composer/class-map-generator",
6867
            "version": "1.1.0",
6868
            "source": {
6869
                "type": "git",
6870
                "url": "https://github.com/composer/class-map-generator.git",
6871
                "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9"
6872
            },
6873
            "dist": {
6874
                "type": "zip",
6875
                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9",
6876
                "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9",
6877
                "shasum": ""
6878
            },
6879
            "require": {
6880
                "composer/pcre": "^2.1 || ^3.1",
6881
                "php": "^7.2 || ^8.0",
6882
                "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
6883
            },
6884
            "require-dev": {
6885
                "phpstan/phpstan": "^1.6",
6886
                "phpstan/phpstan-deprecation-rules": "^1",
6887
                "phpstan/phpstan-phpunit": "^1",
6888
                "phpstan/phpstan-strict-rules": "^1.1",
6889
                "symfony/filesystem": "^5.4 || ^6",
6890
                "symfony/phpunit-bridge": "^5"
6891
            },
6892
            "type": "library",
6893
            "extra": {
6894
                "branch-alias": {
6895
                    "dev-main": "1.x-dev"
6896
                }
6897
            },
6898
            "autoload": {
6899
                "psr-4": {
6900
                    "Composer\\ClassMapGenerator\\": "src"
6901
                }
6902
            },
6903
            "notification-url": "https://packagist.org/downloads/",
6904
            "license": [
6905
                "MIT"
6906
            ],
6907
            "authors": [
6908
                {
6909
                    "name": "Jordi Boggiano",
6910
                    "email": "j.boggiano@seld.be",
6911
                    "homepage": "https://seld.be"
6912
                }
6913
            ],
6914
            "description": "Utilities to scan PHP code and generate class maps.",
6915
            "keywords": [
6916
                "classmap"
6917
            ],
6918
            "support": {
6919
                "issues": "https://github.com/composer/class-map-generator/issues",
6920
                "source": "https://github.com/composer/class-map-generator/tree/1.1.0"
6921
            },
6922
            "funding": [
6923
                {
6924
                    "url": "https://packagist.com",
6925
                    "type": "custom"
6926
                },
6927
                {
6928
                    "url": "https://github.com/composer",
6929
                    "type": "github"
6930
                },
6931
                {
6932
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6933
                    "type": "tidelift"
6934
                }
6935
            ],
6936
            "time": "2023-06-30T13:58:57+00:00"
6937
        },
6938
        {
6939
            "name": "composer/pcre",
6940
            "version": "3.1.0",
6941
            "source": {
6942
                "type": "git",
6943
                "url": "https://github.com/composer/pcre.git",
6944
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
6945
            },
6946
            "dist": {
6947
                "type": "zip",
6948
                "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
6949
                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
6950
                "shasum": ""
6951
            },
6952
            "require": {
6953
                "php": "^7.4 || ^8.0"
6954
            },
6955
            "require-dev": {
6956
                "phpstan/phpstan": "^1.3",
6957
                "phpstan/phpstan-strict-rules": "^1.1",
6958
                "symfony/phpunit-bridge": "^5"
6959
            },
6960
            "type": "library",
6961
            "extra": {
6962
                "branch-alias": {
6963
                    "dev-main": "3.x-dev"
6964
                }
6965
            },
6966
            "autoload": {
6967
                "psr-4": {
6968
                    "Composer\\Pcre\\": "src"
6969
                }
6970
            },
6971
            "notification-url": "https://packagist.org/downloads/",
6972
            "license": [
6973
                "MIT"
6974
            ],
6975
            "authors": [
6976
                {
6977
                    "name": "Jordi Boggiano",
6978
                    "email": "j.boggiano@seld.be",
6979
                    "homepage": "http://seld.be"
6980
                }
6981
            ],
6982
            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
6983
            "keywords": [
6984
                "PCRE",
6985
                "preg",
6986
                "regex",
6987
                "regular expression"
6988
            ],
6989
            "support": {
6990
                "issues": "https://github.com/composer/pcre/issues",
6991
                "source": "https://github.com/composer/pcre/tree/3.1.0"
6992
            },
6993
            "funding": [
6994
                {
6995
                    "url": "https://packagist.com",
6996
                    "type": "custom"
6997
                },
6998
                {
6999
                    "url": "https://github.com/composer",
7000
                    "type": "github"
7001
                },
7002
                {
7003
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7004
                    "type": "tidelift"
7005
                }
7006
            ],
7007
            "time": "2022-11-17T09:50:14+00:00"
7008
        },
7009
        {
2 lars 7010
            "name": "doctrine/instantiator",
7011
            "version": "2.0.0",
7012
            "source": {
7013
                "type": "git",
7014
                "url": "https://github.com/doctrine/instantiator.git",
7015
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
7016
            },
7017
            "dist": {
7018
                "type": "zip",
7019
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
7020
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
7021
                "shasum": ""
7022
            },
7023
            "require": {
7024
                "php": "^8.1"
7025
            },
7026
            "require-dev": {
7027
                "doctrine/coding-standard": "^11",
7028
                "ext-pdo": "*",
7029
                "ext-phar": "*",
7030
                "phpbench/phpbench": "^1.2",
7031
                "phpstan/phpstan": "^1.9.4",
7032
                "phpstan/phpstan-phpunit": "^1.3",
7033
                "phpunit/phpunit": "^9.5.27",
7034
                "vimeo/psalm": "^5.4"
7035
            },
7036
            "type": "library",
7037
            "autoload": {
7038
                "psr-4": {
7039
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
7040
                }
7041
            },
7042
            "notification-url": "https://packagist.org/downloads/",
7043
            "license": [
7044
                "MIT"
7045
            ],
7046
            "authors": [
7047
                {
7048
                    "name": "Marco Pivetta",
7049
                    "email": "ocramius@gmail.com",
7050
                    "homepage": "https://ocramius.github.io/"
7051
                }
7052
            ],
7053
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
7054
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
7055
            "keywords": [
7056
                "constructor",
7057
                "instantiate"
7058
            ],
7059
            "support": {
7060
                "issues": "https://github.com/doctrine/instantiator/issues",
7061
                "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
7062
            },
7063
            "funding": [
7064
                {
7065
                    "url": "https://www.doctrine-project.org/sponsorship.html",
7066
                    "type": "custom"
7067
                },
7068
                {
7069
                    "url": "https://www.patreon.com/phpdoctrine",
7070
                    "type": "patreon"
7071
                },
7072
                {
7073
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
7074
                    "type": "tidelift"
7075
                }
7076
            ],
7077
            "time": "2022-12-30T00:23:10+00:00"
7078
        },
7079
        {
7080
            "name": "fakerphp/faker",
3 lars 7081
            "version": "v1.23.0",
2 lars 7082
            "source": {
7083
                "type": "git",
7084
                "url": "https://github.com/FakerPHP/Faker.git",
3 lars 7085
                "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
2 lars 7086
            },
7087
            "dist": {
7088
                "type": "zip",
3 lars 7089
                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
7090
                "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
2 lars 7091
                "shasum": ""
7092
            },
7093
            "require": {
7094
                "php": "^7.4 || ^8.0",
7095
                "psr/container": "^1.0 || ^2.0",
7096
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
7097
            },
7098
            "conflict": {
7099
                "fzaninotto/faker": "*"
7100
            },
7101
            "require-dev": {
7102
                "bamarni/composer-bin-plugin": "^1.4.1",
7103
                "doctrine/persistence": "^1.3 || ^2.0",
7104
                "ext-intl": "*",
7105
                "phpunit/phpunit": "^9.5.26",
7106
                "symfony/phpunit-bridge": "^5.4.16"
7107
            },
7108
            "suggest": {
7109
                "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
7110
                "ext-curl": "Required by Faker\\Provider\\Image to download images.",
7111
                "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
7112
                "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
7113
                "ext-mbstring": "Required for multibyte Unicode string functionality."
7114
            },
7115
            "type": "library",
7116
            "extra": {
7117
                "branch-alias": {
7118
                    "dev-main": "v1.21-dev"
7119
                }
7120
            },
7121
            "autoload": {
7122
                "psr-4": {
7123
                    "Faker\\": "src/Faker/"
7124
                }
7125
            },
7126
            "notification-url": "https://packagist.org/downloads/",
7127
            "license": [
7128
                "MIT"
7129
            ],
7130
            "authors": [
7131
                {
7132
                    "name": "François Zaninotto"
7133
                }
7134
            ],
7135
            "description": "Faker is a PHP library that generates fake data for you.",
7136
            "keywords": [
7137
                "data",
7138
                "faker",
7139
                "fixtures"
7140
            ],
7141
            "support": {
7142
                "issues": "https://github.com/FakerPHP/Faker/issues",
3 lars 7143
                "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
2 lars 7144
            },
3 lars 7145
            "time": "2023-06-12T08:44:38+00:00"
2 lars 7146
        },
7147
        {
7148
            "name": "filp/whoops",
225 lars 7149
            "version": "2.15.3",
2 lars 7150
            "source": {
7151
                "type": "git",
7152
                "url": "https://github.com/filp/whoops.git",
225 lars 7153
                "reference": "c83e88a30524f9360b11f585f71e6b17313b7187"
2 lars 7154
            },
7155
            "dist": {
7156
                "type": "zip",
225 lars 7157
                "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187",
7158
                "reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
2 lars 7159
                "shasum": ""
7160
            },
7161
            "require": {
7162
                "php": "^5.5.9 || ^7.0 || ^8.0",
7163
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
7164
            },
7165
            "require-dev": {
7166
                "mockery/mockery": "^0.9 || ^1.0",
7167
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
7168
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
7169
            },
7170
            "suggest": {
7171
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
7172
                "whoops/soap": "Formats errors as SOAP responses"
7173
            },
7174
            "type": "library",
7175
            "extra": {
7176
                "branch-alias": {
7177
                    "dev-master": "2.7-dev"
7178
                }
7179
            },
7180
            "autoload": {
7181
                "psr-4": {
7182
                    "Whoops\\": "src/Whoops/"
7183
                }
7184
            },
7185
            "notification-url": "https://packagist.org/downloads/",
7186
            "license": [
7187
                "MIT"
7188
            ],
7189
            "authors": [
7190
                {
7191
                    "name": "Filipe Dobreira",
7192
                    "homepage": "https://github.com/filp",
7193
                    "role": "Developer"
7194
                }
7195
            ],
7196
            "description": "php error handling for cool kids",
7197
            "homepage": "https://filp.github.io/whoops/",
7198
            "keywords": [
7199
                "error",
7200
                "exception",
7201
                "handling",
7202
                "library",
7203
                "throwable",
7204
                "whoops"
7205
            ],
7206
            "support": {
7207
                "issues": "https://github.com/filp/whoops/issues",
225 lars 7208
                "source": "https://github.com/filp/whoops/tree/2.15.3"
2 lars 7209
            },
7210
            "funding": [
7211
                {
7212
                    "url": "https://github.com/denis-sokolov",
7213
                    "type": "github"
7214
                }
7215
            ],
225 lars 7216
            "time": "2023-07-13T12:00:00+00:00"
2 lars 7217
        },
7218
        {
7219
            "name": "hamcrest/hamcrest-php",
7220
            "version": "v2.0.1",
7221
            "source": {
7222
                "type": "git",
7223
                "url": "https://github.com/hamcrest/hamcrest-php.git",
7224
                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
7225
            },
7226
            "dist": {
7227
                "type": "zip",
7228
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7229
                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
7230
                "shasum": ""
7231
            },
7232
            "require": {
7233
                "php": "^5.3|^7.0|^8.0"
7234
            },
7235
            "replace": {
7236
                "cordoval/hamcrest-php": "*",
7237
                "davedevelopment/hamcrest-php": "*",
7238
                "kodova/hamcrest-php": "*"
7239
            },
7240
            "require-dev": {
7241
                "phpunit/php-file-iterator": "^1.4 || ^2.0",
7242
                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
7243
            },
7244
            "type": "library",
7245
            "extra": {
7246
                "branch-alias": {
7247
                    "dev-master": "2.1-dev"
7248
                }
7249
            },
7250
            "autoload": {
7251
                "classmap": [
7252
                    "hamcrest"
7253
                ]
7254
            },
7255
            "notification-url": "https://packagist.org/downloads/",
7256
            "license": [
7257
                "BSD-3-Clause"
7258
            ],
7259
            "description": "This is the PHP port of Hamcrest Matchers",
7260
            "keywords": [
7261
                "test"
7262
            ],
7263
            "support": {
7264
                "issues": "https://github.com/hamcrest/hamcrest-php/issues",
7265
                "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
7266
            },
7267
            "time": "2020-07-09T08:09:16+00:00"
7268
        },
7269
        {
7270
            "name": "laravel/pint",
225 lars 7271
            "version": "v1.10.6",
2 lars 7272
            "source": {
7273
                "type": "git",
7274
                "url": "https://github.com/laravel/pint.git",
225 lars 7275
                "reference": "d1915b6ecc6406c00472c6b9ae75b46aa153bbb2"
2 lars 7276
            },
7277
            "dist": {
7278
                "type": "zip",
225 lars 7279
                "url": "https://api.github.com/repos/laravel/pint/zipball/d1915b6ecc6406c00472c6b9ae75b46aa153bbb2",
7280
                "reference": "d1915b6ecc6406c00472c6b9ae75b46aa153bbb2",
2 lars 7281
                "shasum": ""
7282
            },
7283
            "require": {
7284
                "ext-json": "*",
7285
                "ext-mbstring": "*",
7286
                "ext-tokenizer": "*",
7287
                "ext-xml": "*",
7288
                "php": "^8.1.0"
7289
            },
7290
            "require-dev": {
225 lars 7291
                "friendsofphp/php-cs-fixer": "^3.21.1",
2 lars 7292
                "illuminate/view": "^10.5.1",
225 lars 7293
                "laravel-zero/framework": "^10.1.1",
2 lars 7294
                "mockery/mockery": "^1.5.1",
7295
                "nunomaduro/larastan": "^2.5.1",
7296
                "nunomaduro/termwind": "^1.15.1",
7297
                "pestphp/pest": "^2.4.0"
7298
            },
7299
            "bin": [
7300
                "builds/pint"
7301
            ],
7302
            "type": "project",
7303
            "autoload": {
7304
                "psr-4": {
7305
                    "App\\": "app/",
7306
                    "Database\\Seeders\\": "database/seeders/",
7307
                    "Database\\Factories\\": "database/factories/"
7308
                }
7309
            },
7310
            "notification-url": "https://packagist.org/downloads/",
7311
            "license": [
7312
                "MIT"
7313
            ],
7314
            "authors": [
7315
                {
7316
                    "name": "Nuno Maduro",
7317
                    "email": "enunomaduro@gmail.com"
7318
                }
7319
            ],
7320
            "description": "An opinionated code formatter for PHP.",
7321
            "homepage": "https://laravel.com",
7322
            "keywords": [
7323
                "format",
7324
                "formatter",
7325
                "lint",
7326
                "linter",
7327
                "php"
7328
            ],
7329
            "support": {
7330
                "issues": "https://github.com/laravel/pint/issues",
7331
                "source": "https://github.com/laravel/pint"
7332
            },
225 lars 7333
            "time": "2023-08-08T15:17:16+00:00"
2 lars 7334
        },
7335
        {
7336
            "name": "laravel/sail",
225 lars 7337
            "version": "v1.23.2",
2 lars 7338
            "source": {
7339
                "type": "git",
7340
                "url": "https://github.com/laravel/sail.git",
225 lars 7341
                "reference": "f8694d6af5729be72ae96b91e344c5676c89114a"
2 lars 7342
            },
7343
            "dist": {
7344
                "type": "zip",
225 lars 7345
                "url": "https://api.github.com/repos/laravel/sail/zipball/f8694d6af5729be72ae96b91e344c5676c89114a",
7346
                "reference": "f8694d6af5729be72ae96b91e344c5676c89114a",
2 lars 7347
                "shasum": ""
7348
            },
7349
            "require": {
7350
                "illuminate/console": "^8.0|^9.0|^10.0",
7351
                "illuminate/contracts": "^8.0|^9.0|^10.0",
7352
                "illuminate/support": "^8.0|^9.0|^10.0",
7353
                "php": "^8.0",
7354
                "symfony/yaml": "^6.0"
7355
            },
7356
            "require-dev": {
7357
                "orchestra/testbench": "^6.0|^7.0|^8.0",
7358
                "phpstan/phpstan": "^1.10"
7359
            },
7360
            "bin": [
7361
                "bin/sail"
7362
            ],
7363
            "type": "library",
7364
            "extra": {
7365
                "branch-alias": {
7366
                    "dev-master": "1.x-dev"
7367
                },
7368
                "laravel": {
7369
                    "providers": [
7370
                        "Laravel\\Sail\\SailServiceProvider"
7371
                    ]
7372
                }
7373
            },
7374
            "autoload": {
7375
                "psr-4": {
7376
                    "Laravel\\Sail\\": "src/"
7377
                }
7378
            },
7379
            "notification-url": "https://packagist.org/downloads/",
7380
            "license": [
7381
                "MIT"
7382
            ],
7383
            "authors": [
7384
                {
7385
                    "name": "Taylor Otwell",
7386
                    "email": "taylor@laravel.com"
7387
                }
7388
            ],
7389
            "description": "Docker files for running a basic Laravel application.",
7390
            "keywords": [
7391
                "docker",
7392
                "laravel"
7393
            ],
7394
            "support": {
7395
                "issues": "https://github.com/laravel/sail/issues",
7396
                "source": "https://github.com/laravel/sail"
7397
            },
225 lars 7398
            "time": "2023-08-07T13:01:51+00:00"
2 lars 7399
        },
7400
        {
7401
            "name": "mockery/mockery",
225 lars 7402
            "version": "1.6.6",
2 lars 7403
            "source": {
7404
                "type": "git",
7405
                "url": "https://github.com/mockery/mockery.git",
225 lars 7406
                "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e"
2 lars 7407
            },
7408
            "dist": {
7409
                "type": "zip",
225 lars 7410
                "url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e",
7411
                "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e",
2 lars 7412
                "shasum": ""
7413
            },
7414
            "require": {
7415
                "hamcrest/hamcrest-php": "^2.0.1",
7416
                "lib-pcre": ">=7.0",
225 lars 7417
                "php": ">=7.3"
2 lars 7418
            },
7419
            "conflict": {
7420
                "phpunit/phpunit": "<8.0"
7421
            },
7422
            "require-dev": {
225 lars 7423
                "phpunit/phpunit": "^8.5 || ^9.6.10",
7424
                "psalm/plugin-phpunit": "^0.18.4",
7425
                "symplify/easy-coding-standard": "^11.5.0",
7426
                "vimeo/psalm": "^4.30"
2 lars 7427
            },
7428
            "type": "library",
7429
            "autoload": {
3 lars 7430
                "files": [
7431
                    "library/helpers.php",
7432
                    "library/Mockery.php"
7433
                ],
7434
                "psr-4": {
7435
                    "Mockery\\": "library/Mockery"
2 lars 7436
                }
7437
            },
7438
            "notification-url": "https://packagist.org/downloads/",
7439
            "license": [
7440
                "BSD-3-Clause"
7441
            ],
7442
            "authors": [
7443
                {
7444
                    "name": "Pádraic Brady",
7445
                    "email": "padraic.brady@gmail.com",
225 lars 7446
                    "homepage": "https://github.com/padraic",
7447
                    "role": "Author"
2 lars 7448
                },
7449
                {
7450
                    "name": "Dave Marshall",
7451
                    "email": "dave.marshall@atstsolutions.co.uk",
225 lars 7452
                    "homepage": "https://davedevelopment.co.uk",
7453
                    "role": "Developer"
7454
                },
7455
                {
7456
                    "name": "Nathanael Esayeas",
7457
                    "email": "nathanael.esayeas@protonmail.com",
7458
                    "homepage": "https://github.com/ghostwriter",
7459
                    "role": "Lead Developer"
2 lars 7460
                }
7461
            ],
7462
            "description": "Mockery is a simple yet flexible PHP mock object framework",
7463
            "homepage": "https://github.com/mockery/mockery",
7464
            "keywords": [
7465
                "BDD",
7466
                "TDD",
7467
                "library",
7468
                "mock",
7469
                "mock objects",
7470
                "mockery",
7471
                "stub",
7472
                "test",
7473
                "test double",
7474
                "testing"
7475
            ],
7476
            "support": {
225 lars 7477
                "docs": "https://docs.mockery.io/",
2 lars 7478
                "issues": "https://github.com/mockery/mockery/issues",
225 lars 7479
                "rss": "https://github.com/mockery/mockery/releases.atom",
7480
                "security": "https://github.com/mockery/mockery/security/advisories",
7481
                "source": "https://github.com/mockery/mockery"
2 lars 7482
            },
225 lars 7483
            "time": "2023-08-09T00:03:52+00:00"
2 lars 7484
        },
7485
        {
7486
            "name": "myclabs/deep-copy",
7487
            "version": "1.11.1",
7488
            "source": {
7489
                "type": "git",
7490
                "url": "https://github.com/myclabs/DeepCopy.git",
7491
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
7492
            },
7493
            "dist": {
7494
                "type": "zip",
7495
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
7496
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
7497
                "shasum": ""
7498
            },
7499
            "require": {
7500
                "php": "^7.1 || ^8.0"
7501
            },
7502
            "conflict": {
7503
                "doctrine/collections": "<1.6.8",
7504
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
7505
            },
7506
            "require-dev": {
7507
                "doctrine/collections": "^1.6.8",
7508
                "doctrine/common": "^2.13.3 || ^3.2.2",
7509
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
7510
            },
7511
            "type": "library",
7512
            "autoload": {
7513
                "files": [
7514
                    "src/DeepCopy/deep_copy.php"
7515
                ],
7516
                "psr-4": {
7517
                    "DeepCopy\\": "src/DeepCopy/"
7518
                }
7519
            },
7520
            "notification-url": "https://packagist.org/downloads/",
7521
            "license": [
7522
                "MIT"
7523
            ],
7524
            "description": "Create deep copies (clones) of your objects",
7525
            "keywords": [
7526
                "clone",
7527
                "copy",
7528
                "duplicate",
7529
                "object",
7530
                "object graph"
7531
            ],
7532
            "support": {
7533
                "issues": "https://github.com/myclabs/DeepCopy/issues",
7534
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
7535
            },
7536
            "funding": [
7537
                {
7538
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
7539
                    "type": "tidelift"
7540
                }
7541
            ],
7542
            "time": "2023-03-08T13:26:56+00:00"
7543
        },
7544
        {
7545
            "name": "nunomaduro/collision",
7546
            "version": "v6.4.0",
7547
            "source": {
7548
                "type": "git",
7549
                "url": "https://github.com/nunomaduro/collision.git",
7550
                "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
7551
            },
7552
            "dist": {
7553
                "type": "zip",
7554
                "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
7555
                "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
7556
                "shasum": ""
7557
            },
7558
            "require": {
7559
                "filp/whoops": "^2.14.5",
7560
                "php": "^8.0.0",
7561
                "symfony/console": "^6.0.2"
7562
            },
7563
            "require-dev": {
7564
                "brianium/paratest": "^6.4.1",
7565
                "laravel/framework": "^9.26.1",
7566
                "laravel/pint": "^1.1.1",
7567
                "nunomaduro/larastan": "^1.0.3",
7568
                "nunomaduro/mock-final-classes": "^1.1.0",
7569
                "orchestra/testbench": "^7.7",
7570
                "phpunit/phpunit": "^9.5.23",
7571
                "spatie/ignition": "^1.4.1"
7572
            },
7573
            "type": "library",
7574
            "extra": {
7575
                "branch-alias": {
7576
                    "dev-develop": "6.x-dev"
7577
                },
7578
                "laravel": {
7579
                    "providers": [
7580
                        "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
7581
                    ]
7582
                }
7583
            },
7584
            "autoload": {
7585
                "psr-4": {
7586
                    "NunoMaduro\\Collision\\": "src/"
7587
                }
7588
            },
7589
            "notification-url": "https://packagist.org/downloads/",
7590
            "license": [
7591
                "MIT"
7592
            ],
7593
            "authors": [
7594
                {
7595
                    "name": "Nuno Maduro",
7596
                    "email": "enunomaduro@gmail.com"
7597
                }
7598
            ],
7599
            "description": "Cli error handling for console/command-line PHP applications.",
7600
            "keywords": [
7601
                "artisan",
7602
                "cli",
7603
                "command-line",
7604
                "console",
7605
                "error",
7606
                "handling",
7607
                "laravel",
7608
                "laravel-zero",
7609
                "php",
7610
                "symfony"
7611
            ],
7612
            "support": {
7613
                "issues": "https://github.com/nunomaduro/collision/issues",
7614
                "source": "https://github.com/nunomaduro/collision"
7615
            },
7616
            "funding": [
7617
                {
7618
                    "url": "https://www.paypal.com/paypalme/enunomaduro",
7619
                    "type": "custom"
7620
                },
7621
                {
7622
                    "url": "https://github.com/nunomaduro",
7623
                    "type": "github"
7624
                },
7625
                {
7626
                    "url": "https://www.patreon.com/nunomaduro",
7627
                    "type": "patreon"
7628
                }
7629
            ],
7630
            "time": "2023-01-03T12:54:54+00:00"
7631
        },
7632
        {
7633
            "name": "phar-io/manifest",
7634
            "version": "2.0.3",
7635
            "source": {
7636
                "type": "git",
7637
                "url": "https://github.com/phar-io/manifest.git",
7638
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
7639
            },
7640
            "dist": {
7641
                "type": "zip",
7642
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
7643
                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
7644
                "shasum": ""
7645
            },
7646
            "require": {
7647
                "ext-dom": "*",
7648
                "ext-phar": "*",
7649
                "ext-xmlwriter": "*",
7650
                "phar-io/version": "^3.0.1",
7651
                "php": "^7.2 || ^8.0"
7652
            },
7653
            "type": "library",
7654
            "extra": {
7655
                "branch-alias": {
7656
                    "dev-master": "2.0.x-dev"
7657
                }
7658
            },
7659
            "autoload": {
7660
                "classmap": [
7661
                    "src/"
7662
                ]
7663
            },
7664
            "notification-url": "https://packagist.org/downloads/",
7665
            "license": [
7666
                "BSD-3-Clause"
7667
            ],
7668
            "authors": [
7669
                {
7670
                    "name": "Arne Blankerts",
7671
                    "email": "arne@blankerts.de",
7672
                    "role": "Developer"
7673
                },
7674
                {
7675
                    "name": "Sebastian Heuer",
7676
                    "email": "sebastian@phpeople.de",
7677
                    "role": "Developer"
7678
                },
7679
                {
7680
                    "name": "Sebastian Bergmann",
7681
                    "email": "sebastian@phpunit.de",
7682
                    "role": "Developer"
7683
                }
7684
            ],
7685
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
7686
            "support": {
7687
                "issues": "https://github.com/phar-io/manifest/issues",
7688
                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
7689
            },
7690
            "time": "2021-07-20T11:28:43+00:00"
7691
        },
7692
        {
7693
            "name": "phar-io/version",
7694
            "version": "3.2.1",
7695
            "source": {
7696
                "type": "git",
7697
                "url": "https://github.com/phar-io/version.git",
7698
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
7699
            },
7700
            "dist": {
7701
                "type": "zip",
7702
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
7703
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
7704
                "shasum": ""
7705
            },
7706
            "require": {
7707
                "php": "^7.2 || ^8.0"
7708
            },
7709
            "type": "library",
7710
            "autoload": {
7711
                "classmap": [
7712
                    "src/"
7713
                ]
7714
            },
7715
            "notification-url": "https://packagist.org/downloads/",
7716
            "license": [
7717
                "BSD-3-Clause"
7718
            ],
7719
            "authors": [
7720
                {
7721
                    "name": "Arne Blankerts",
7722
                    "email": "arne@blankerts.de",
7723
                    "role": "Developer"
7724
                },
7725
                {
7726
                    "name": "Sebastian Heuer",
7727
                    "email": "sebastian@phpeople.de",
7728
                    "role": "Developer"
7729
                },
7730
                {
7731
                    "name": "Sebastian Bergmann",
7732
                    "email": "sebastian@phpunit.de",
7733
                    "role": "Developer"
7734
                }
7735
            ],
7736
            "description": "Library for handling version information and constraints",
7737
            "support": {
7738
                "issues": "https://github.com/phar-io/version/issues",
7739
                "source": "https://github.com/phar-io/version/tree/3.2.1"
7740
            },
7741
            "time": "2022-02-21T01:04:05+00:00"
7742
        },
7743
        {
415 lars 7744
            "name": "phpdocumentor/reflection-common",
7745
            "version": "2.2.0",
7746
            "source": {
7747
                "type": "git",
7748
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
7749
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
7750
            },
7751
            "dist": {
7752
                "type": "zip",
7753
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
7754
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
7755
                "shasum": ""
7756
            },
7757
            "require": {
7758
                "php": "^7.2 || ^8.0"
7759
            },
7760
            "type": "library",
7761
            "extra": {
7762
                "branch-alias": {
7763
                    "dev-2.x": "2.x-dev"
7764
                }
7765
            },
7766
            "autoload": {
7767
                "psr-4": {
7768
                    "phpDocumentor\\Reflection\\": "src/"
7769
                }
7770
            },
7771
            "notification-url": "https://packagist.org/downloads/",
7772
            "license": [
7773
                "MIT"
7774
            ],
7775
            "authors": [
7776
                {
7777
                    "name": "Jaap van Otterdijk",
7778
                    "email": "opensource@ijaap.nl"
7779
                }
7780
            ],
7781
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
7782
            "homepage": "http://www.phpdoc.org",
7783
            "keywords": [
7784
                "FQSEN",
7785
                "phpDocumentor",
7786
                "phpdoc",
7787
                "reflection",
7788
                "static analysis"
7789
            ],
7790
            "support": {
7791
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
7792
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
7793
            },
7794
            "time": "2020-06-27T09:03:43+00:00"
7795
        },
7796
        {
7797
            "name": "phpdocumentor/type-resolver",
7798
            "version": "1.7.3",
7799
            "source": {
7800
                "type": "git",
7801
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
7802
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
7803
            },
7804
            "dist": {
7805
                "type": "zip",
7806
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
7807
                "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
7808
                "shasum": ""
7809
            },
7810
            "require": {
7811
                "doctrine/deprecations": "^1.0",
7812
                "php": "^7.4 || ^8.0",
7813
                "phpdocumentor/reflection-common": "^2.0",
7814
                "phpstan/phpdoc-parser": "^1.13"
7815
            },
7816
            "require-dev": {
7817
                "ext-tokenizer": "*",
7818
                "phpbench/phpbench": "^1.2",
7819
                "phpstan/extension-installer": "^1.1",
7820
                "phpstan/phpstan": "^1.8",
7821
                "phpstan/phpstan-phpunit": "^1.1",
7822
                "phpunit/phpunit": "^9.5",
7823
                "rector/rector": "^0.13.9",
7824
                "vimeo/psalm": "^4.25"
7825
            },
7826
            "type": "library",
7827
            "extra": {
7828
                "branch-alias": {
7829
                    "dev-1.x": "1.x-dev"
7830
                }
7831
            },
7832
            "autoload": {
7833
                "psr-4": {
7834
                    "phpDocumentor\\Reflection\\": "src"
7835
                }
7836
            },
7837
            "notification-url": "https://packagist.org/downloads/",
7838
            "license": [
7839
                "MIT"
7840
            ],
7841
            "authors": [
7842
                {
7843
                    "name": "Mike van Riel",
7844
                    "email": "me@mikevanriel.com"
7845
                }
7846
            ],
7847
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
7848
            "support": {
7849
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
7850
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
7851
            },
7852
            "time": "2023-08-12T11:01:26+00:00"
7853
        },
7854
        {
7855
            "name": "phpstan/phpdoc-parser",
7856
            "version": "1.23.1",
7857
            "source": {
7858
                "type": "git",
7859
                "url": "https://github.com/phpstan/phpdoc-parser.git",
7860
                "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26"
7861
            },
7862
            "dist": {
7863
                "type": "zip",
7864
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/846ae76eef31c6d7790fac9bc399ecee45160b26",
7865
                "reference": "846ae76eef31c6d7790fac9bc399ecee45160b26",
7866
                "shasum": ""
7867
            },
7868
            "require": {
7869
                "php": "^7.2 || ^8.0"
7870
            },
7871
            "require-dev": {
7872
                "doctrine/annotations": "^2.0",
7873
                "nikic/php-parser": "^4.15",
7874
                "php-parallel-lint/php-parallel-lint": "^1.2",
7875
                "phpstan/extension-installer": "^1.0",
7876
                "phpstan/phpstan": "^1.5",
7877
                "phpstan/phpstan-phpunit": "^1.1",
7878
                "phpstan/phpstan-strict-rules": "^1.0",
7879
                "phpunit/phpunit": "^9.5",
7880
                "symfony/process": "^5.2"
7881
            },
7882
            "type": "library",
7883
            "autoload": {
7884
                "psr-4": {
7885
                    "PHPStan\\PhpDocParser\\": [
7886
                        "src/"
7887
                    ]
7888
                }
7889
            },
7890
            "notification-url": "https://packagist.org/downloads/",
7891
            "license": [
7892
                "MIT"
7893
            ],
7894
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
7895
            "support": {
7896
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
7897
                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.1"
7898
            },
7899
            "time": "2023-08-03T16:32:59+00:00"
7900
        },
7901
        {
2 lars 7902
            "name": "phpunit/php-code-coverage",
225 lars 7903
            "version": "9.2.27",
2 lars 7904
            "source": {
7905
                "type": "git",
7906
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
225 lars 7907
                "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1"
2 lars 7908
            },
7909
            "dist": {
7910
                "type": "zip",
225 lars 7911
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0a88255cb70d52653d80c890bd7f38740ea50d1",
7912
                "reference": "b0a88255cb70d52653d80c890bd7f38740ea50d1",
2 lars 7913
                "shasum": ""
7914
            },
7915
            "require": {
7916
                "ext-dom": "*",
7917
                "ext-libxml": "*",
7918
                "ext-xmlwriter": "*",
7919
                "nikic/php-parser": "^4.15",
7920
                "php": ">=7.3",
7921
                "phpunit/php-file-iterator": "^3.0.3",
7922
                "phpunit/php-text-template": "^2.0.2",
7923
                "sebastian/code-unit-reverse-lookup": "^2.0.2",
7924
                "sebastian/complexity": "^2.0",
7925
                "sebastian/environment": "^5.1.2",
7926
                "sebastian/lines-of-code": "^1.0.3",
7927
                "sebastian/version": "^3.0.1",
7928
                "theseer/tokenizer": "^1.2.0"
7929
            },
7930
            "require-dev": {
7931
                "phpunit/phpunit": "^9.3"
7932
            },
7933
            "suggest": {
7934
                "ext-pcov": "PHP extension that provides line coverage",
7935
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
7936
            },
7937
            "type": "library",
7938
            "extra": {
7939
                "branch-alias": {
7940
                    "dev-master": "9.2-dev"
7941
                }
7942
            },
7943
            "autoload": {
7944
                "classmap": [
7945
                    "src/"
7946
                ]
7947
            },
7948
            "notification-url": "https://packagist.org/downloads/",
7949
            "license": [
7950
                "BSD-3-Clause"
7951
            ],
7952
            "authors": [
7953
                {
7954
                    "name": "Sebastian Bergmann",
7955
                    "email": "sebastian@phpunit.de",
7956
                    "role": "lead"
7957
                }
7958
            ],
7959
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7960
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7961
            "keywords": [
7962
                "coverage",
7963
                "testing",
7964
                "xunit"
7965
            ],
7966
            "support": {
7967
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
225 lars 7968
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
7969
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.27"
2 lars 7970
            },
7971
            "funding": [
7972
                {
7973
                    "url": "https://github.com/sebastianbergmann",
7974
                    "type": "github"
7975
                }
7976
            ],
225 lars 7977
            "time": "2023-07-26T13:44:30+00:00"
2 lars 7978
        },
7979
        {
7980
            "name": "phpunit/php-file-iterator",
7981
            "version": "3.0.6",
7982
            "source": {
7983
                "type": "git",
7984
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7985
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
7986
            },
7987
            "dist": {
7988
                "type": "zip",
7989
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7990
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7991
                "shasum": ""
7992
            },
7993
            "require": {
7994
                "php": ">=7.3"
7995
            },
7996
            "require-dev": {
7997
                "phpunit/phpunit": "^9.3"
7998
            },
7999
            "type": "library",
8000
            "extra": {
8001
                "branch-alias": {
8002
                    "dev-master": "3.0-dev"
8003
                }
8004
            },
8005
            "autoload": {
8006
                "classmap": [
8007
                    "src/"
8008
                ]
8009
            },
8010
            "notification-url": "https://packagist.org/downloads/",
8011
            "license": [
8012
                "BSD-3-Clause"
8013
            ],
8014
            "authors": [
8015
                {
8016
                    "name": "Sebastian Bergmann",
8017
                    "email": "sebastian@phpunit.de",
8018
                    "role": "lead"
8019
                }
8020
            ],
8021
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
8022
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
8023
            "keywords": [
8024
                "filesystem",
8025
                "iterator"
8026
            ],
8027
            "support": {
8028
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
8029
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
8030
            },
8031
            "funding": [
8032
                {
8033
                    "url": "https://github.com/sebastianbergmann",
8034
                    "type": "github"
8035
                }
8036
            ],
8037
            "time": "2021-12-02T12:48:52+00:00"
8038
        },
8039
        {
8040
            "name": "phpunit/php-invoker",
8041
            "version": "3.1.1",
8042
            "source": {
8043
                "type": "git",
8044
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
8045
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
8046
            },
8047
            "dist": {
8048
                "type": "zip",
8049
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8050
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
8051
                "shasum": ""
8052
            },
8053
            "require": {
8054
                "php": ">=7.3"
8055
            },
8056
            "require-dev": {
8057
                "ext-pcntl": "*",
8058
                "phpunit/phpunit": "^9.3"
8059
            },
8060
            "suggest": {
8061
                "ext-pcntl": "*"
8062
            },
8063
            "type": "library",
8064
            "extra": {
8065
                "branch-alias": {
8066
                    "dev-master": "3.1-dev"
8067
                }
8068
            },
8069
            "autoload": {
8070
                "classmap": [
8071
                    "src/"
8072
                ]
8073
            },
8074
            "notification-url": "https://packagist.org/downloads/",
8075
            "license": [
8076
                "BSD-3-Clause"
8077
            ],
8078
            "authors": [
8079
                {
8080
                    "name": "Sebastian Bergmann",
8081
                    "email": "sebastian@phpunit.de",
8082
                    "role": "lead"
8083
                }
8084
            ],
8085
            "description": "Invoke callables with a timeout",
8086
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
8087
            "keywords": [
8088
                "process"
8089
            ],
8090
            "support": {
8091
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
8092
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
8093
            },
8094
            "funding": [
8095
                {
8096
                    "url": "https://github.com/sebastianbergmann",
8097
                    "type": "github"
8098
                }
8099
            ],
8100
            "time": "2020-09-28T05:58:55+00:00"
8101
        },
8102
        {
8103
            "name": "phpunit/php-text-template",
8104
            "version": "2.0.4",
8105
            "source": {
8106
                "type": "git",
8107
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
8108
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
8109
            },
8110
            "dist": {
8111
                "type": "zip",
8112
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8113
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
8114
                "shasum": ""
8115
            },
8116
            "require": {
8117
                "php": ">=7.3"
8118
            },
8119
            "require-dev": {
8120
                "phpunit/phpunit": "^9.3"
8121
            },
8122
            "type": "library",
8123
            "extra": {
8124
                "branch-alias": {
8125
                    "dev-master": "2.0-dev"
8126
                }
8127
            },
8128
            "autoload": {
8129
                "classmap": [
8130
                    "src/"
8131
                ]
8132
            },
8133
            "notification-url": "https://packagist.org/downloads/",
8134
            "license": [
8135
                "BSD-3-Clause"
8136
            ],
8137
            "authors": [
8138
                {
8139
                    "name": "Sebastian Bergmann",
8140
                    "email": "sebastian@phpunit.de",
8141
                    "role": "lead"
8142
                }
8143
            ],
8144
            "description": "Simple template engine.",
8145
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
8146
            "keywords": [
8147
                "template"
8148
            ],
8149
            "support": {
8150
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
8151
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
8152
            },
8153
            "funding": [
8154
                {
8155
                    "url": "https://github.com/sebastianbergmann",
8156
                    "type": "github"
8157
                }
8158
            ],
8159
            "time": "2020-10-26T05:33:50+00:00"
8160
        },
8161
        {
8162
            "name": "phpunit/php-timer",
8163
            "version": "5.0.3",
8164
            "source": {
8165
                "type": "git",
8166
                "url": "https://github.com/sebastianbergmann/php-timer.git",
8167
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
8168
            },
8169
            "dist": {
8170
                "type": "zip",
8171
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
8172
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
8173
                "shasum": ""
8174
            },
8175
            "require": {
8176
                "php": ">=7.3"
8177
            },
8178
            "require-dev": {
8179
                "phpunit/phpunit": "^9.3"
8180
            },
8181
            "type": "library",
8182
            "extra": {
8183
                "branch-alias": {
8184
                    "dev-master": "5.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
                    "role": "lead"
8201
                }
8202
            ],
8203
            "description": "Utility class for timing",
8204
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
8205
            "keywords": [
8206
                "timer"
8207
            ],
8208
            "support": {
8209
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
8210
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
8211
            },
8212
            "funding": [
8213
                {
8214
                    "url": "https://github.com/sebastianbergmann",
8215
                    "type": "github"
8216
                }
8217
            ],
8218
            "time": "2020-10-26T13:16:10+00:00"
8219
        },
8220
        {
8221
            "name": "phpunit/phpunit",
225 lars 8222
            "version": "9.6.10",
2 lars 8223
            "source": {
8224
                "type": "git",
8225
                "url": "https://github.com/sebastianbergmann/phpunit.git",
225 lars 8226
                "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328"
2 lars 8227
            },
8228
            "dist": {
8229
                "type": "zip",
225 lars 8230
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6d351645c3fe5a30f5e86be6577d946af65a328",
8231
                "reference": "a6d351645c3fe5a30f5e86be6577d946af65a328",
2 lars 8232
                "shasum": ""
8233
            },
8234
            "require": {
8235
                "doctrine/instantiator": "^1.3.1 || ^2",
8236
                "ext-dom": "*",
8237
                "ext-json": "*",
8238
                "ext-libxml": "*",
8239
                "ext-mbstring": "*",
8240
                "ext-xml": "*",
8241
                "ext-xmlwriter": "*",
8242
                "myclabs/deep-copy": "^1.10.1",
8243
                "phar-io/manifest": "^2.0.3",
8244
                "phar-io/version": "^3.0.2",
8245
                "php": ">=7.3",
8246
                "phpunit/php-code-coverage": "^9.2.13",
8247
                "phpunit/php-file-iterator": "^3.0.5",
8248
                "phpunit/php-invoker": "^3.1.1",
8249
                "phpunit/php-text-template": "^2.0.3",
8250
                "phpunit/php-timer": "^5.0.2",
8251
                "sebastian/cli-parser": "^1.0.1",
8252
                "sebastian/code-unit": "^1.0.6",
8253
                "sebastian/comparator": "^4.0.8",
8254
                "sebastian/diff": "^4.0.3",
8255
                "sebastian/environment": "^5.1.3",
8256
                "sebastian/exporter": "^4.0.5",
8257
                "sebastian/global-state": "^5.0.1",
8258
                "sebastian/object-enumerator": "^4.0.3",
8259
                "sebastian/resource-operations": "^3.0.3",
8260
                "sebastian/type": "^3.2",
8261
                "sebastian/version": "^3.0.2"
8262
            },
8263
            "suggest": {
8264
                "ext-soap": "To be able to generate mocks based on WSDL files",
8265
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
8266
            },
8267
            "bin": [
8268
                "phpunit"
8269
            ],
8270
            "type": "library",
8271
            "extra": {
8272
                "branch-alias": {
8273
                    "dev-master": "9.6-dev"
8274
                }
8275
            },
8276
            "autoload": {
8277
                "files": [
8278
                    "src/Framework/Assert/Functions.php"
8279
                ],
8280
                "classmap": [
8281
                    "src/"
8282
                ]
8283
            },
8284
            "notification-url": "https://packagist.org/downloads/",
8285
            "license": [
8286
                "BSD-3-Clause"
8287
            ],
8288
            "authors": [
8289
                {
8290
                    "name": "Sebastian Bergmann",
8291
                    "email": "sebastian@phpunit.de",
8292
                    "role": "lead"
8293
                }
8294
            ],
8295
            "description": "The PHP Unit Testing framework.",
8296
            "homepage": "https://phpunit.de/",
8297
            "keywords": [
8298
                "phpunit",
8299
                "testing",
8300
                "xunit"
8301
            ],
8302
            "support": {
8303
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
8304
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
225 lars 8305
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.10"
2 lars 8306
            },
8307
            "funding": [
8308
                {
8309
                    "url": "https://phpunit.de/sponsors.html",
8310
                    "type": "custom"
8311
                },
8312
                {
8313
                    "url": "https://github.com/sebastianbergmann",
8314
                    "type": "github"
8315
                },
8316
                {
8317
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
8318
                    "type": "tidelift"
8319
                }
8320
            ],
225 lars 8321
            "time": "2023-07-10T04:04:23+00:00"
2 lars 8322
        },
8323
        {
8324
            "name": "sebastian/cli-parser",
8325
            "version": "1.0.1",
8326
            "source": {
8327
                "type": "git",
8328
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
8329
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
8330
            },
8331
            "dist": {
8332
                "type": "zip",
8333
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
8334
                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
8335
                "shasum": ""
8336
            },
8337
            "require": {
8338
                "php": ">=7.3"
8339
            },
8340
            "require-dev": {
8341
                "phpunit/phpunit": "^9.3"
8342
            },
8343
            "type": "library",
8344
            "extra": {
8345
                "branch-alias": {
8346
                    "dev-master": "1.0-dev"
8347
                }
8348
            },
8349
            "autoload": {
8350
                "classmap": [
8351
                    "src/"
8352
                ]
8353
            },
8354
            "notification-url": "https://packagist.org/downloads/",
8355
            "license": [
8356
                "BSD-3-Clause"
8357
            ],
8358
            "authors": [
8359
                {
8360
                    "name": "Sebastian Bergmann",
8361
                    "email": "sebastian@phpunit.de",
8362
                    "role": "lead"
8363
                }
8364
            ],
8365
            "description": "Library for parsing CLI options",
8366
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
8367
            "support": {
8368
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
8369
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
8370
            },
8371
            "funding": [
8372
                {
8373
                    "url": "https://github.com/sebastianbergmann",
8374
                    "type": "github"
8375
                }
8376
            ],
8377
            "time": "2020-09-28T06:08:49+00:00"
8378
        },
8379
        {
8380
            "name": "sebastian/code-unit",
8381
            "version": "1.0.8",
8382
            "source": {
8383
                "type": "git",
8384
                "url": "https://github.com/sebastianbergmann/code-unit.git",
8385
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
8386
            },
8387
            "dist": {
8388
                "type": "zip",
8389
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
8390
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
8391
                "shasum": ""
8392
            },
8393
            "require": {
8394
                "php": ">=7.3"
8395
            },
8396
            "require-dev": {
8397
                "phpunit/phpunit": "^9.3"
8398
            },
8399
            "type": "library",
8400
            "extra": {
8401
                "branch-alias": {
8402
                    "dev-master": "1.0-dev"
8403
                }
8404
            },
8405
            "autoload": {
8406
                "classmap": [
8407
                    "src/"
8408
                ]
8409
            },
8410
            "notification-url": "https://packagist.org/downloads/",
8411
            "license": [
8412
                "BSD-3-Clause"
8413
            ],
8414
            "authors": [
8415
                {
8416
                    "name": "Sebastian Bergmann",
8417
                    "email": "sebastian@phpunit.de",
8418
                    "role": "lead"
8419
                }
8420
            ],
8421
            "description": "Collection of value objects that represent the PHP code units",
8422
            "homepage": "https://github.com/sebastianbergmann/code-unit",
8423
            "support": {
8424
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
8425
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
8426
            },
8427
            "funding": [
8428
                {
8429
                    "url": "https://github.com/sebastianbergmann",
8430
                    "type": "github"
8431
                }
8432
            ],
8433
            "time": "2020-10-26T13:08:54+00:00"
8434
        },
8435
        {
8436
            "name": "sebastian/code-unit-reverse-lookup",
8437
            "version": "2.0.3",
8438
            "source": {
8439
                "type": "git",
8440
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
8441
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
8442
            },
8443
            "dist": {
8444
                "type": "zip",
8445
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
8446
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
8447
                "shasum": ""
8448
            },
8449
            "require": {
8450
                "php": ">=7.3"
8451
            },
8452
            "require-dev": {
8453
                "phpunit/phpunit": "^9.3"
8454
            },
8455
            "type": "library",
8456
            "extra": {
8457
                "branch-alias": {
8458
                    "dev-master": "2.0-dev"
8459
                }
8460
            },
8461
            "autoload": {
8462
                "classmap": [
8463
                    "src/"
8464
                ]
8465
            },
8466
            "notification-url": "https://packagist.org/downloads/",
8467
            "license": [
8468
                "BSD-3-Clause"
8469
            ],
8470
            "authors": [
8471
                {
8472
                    "name": "Sebastian Bergmann",
8473
                    "email": "sebastian@phpunit.de"
8474
                }
8475
            ],
8476
            "description": "Looks up which function or method a line of code belongs to",
8477
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
8478
            "support": {
8479
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
8480
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
8481
            },
8482
            "funding": [
8483
                {
8484
                    "url": "https://github.com/sebastianbergmann",
8485
                    "type": "github"
8486
                }
8487
            ],
8488
            "time": "2020-09-28T05:30:19+00:00"
8489
        },
8490
        {
8491
            "name": "sebastian/comparator",
8492
            "version": "4.0.8",
8493
            "source": {
8494
                "type": "git",
8495
                "url": "https://github.com/sebastianbergmann/comparator.git",
8496
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
8497
            },
8498
            "dist": {
8499
                "type": "zip",
8500
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
8501
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
8502
                "shasum": ""
8503
            },
8504
            "require": {
8505
                "php": ">=7.3",
8506
                "sebastian/diff": "^4.0",
8507
                "sebastian/exporter": "^4.0"
8508
            },
8509
            "require-dev": {
8510
                "phpunit/phpunit": "^9.3"
8511
            },
8512
            "type": "library",
8513
            "extra": {
8514
                "branch-alias": {
8515
                    "dev-master": "4.0-dev"
8516
                }
8517
            },
8518
            "autoload": {
8519
                "classmap": [
8520
                    "src/"
8521
                ]
8522
            },
8523
            "notification-url": "https://packagist.org/downloads/",
8524
            "license": [
8525
                "BSD-3-Clause"
8526
            ],
8527
            "authors": [
8528
                {
8529
                    "name": "Sebastian Bergmann",
8530
                    "email": "sebastian@phpunit.de"
8531
                },
8532
                {
8533
                    "name": "Jeff Welch",
8534
                    "email": "whatthejeff@gmail.com"
8535
                },
8536
                {
8537
                    "name": "Volker Dusch",
8538
                    "email": "github@wallbash.com"
8539
                },
8540
                {
8541
                    "name": "Bernhard Schussek",
8542
                    "email": "bschussek@2bepublished.at"
8543
                }
8544
            ],
8545
            "description": "Provides the functionality to compare PHP values for equality",
8546
            "homepage": "https://github.com/sebastianbergmann/comparator",
8547
            "keywords": [
8548
                "comparator",
8549
                "compare",
8550
                "equality"
8551
            ],
8552
            "support": {
8553
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
8554
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
8555
            },
8556
            "funding": [
8557
                {
8558
                    "url": "https://github.com/sebastianbergmann",
8559
                    "type": "github"
8560
                }
8561
            ],
8562
            "time": "2022-09-14T12:41:17+00:00"
8563
        },
8564
        {
8565
            "name": "sebastian/complexity",
8566
            "version": "2.0.2",
8567
            "source": {
8568
                "type": "git",
8569
                "url": "https://github.com/sebastianbergmann/complexity.git",
8570
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
8571
            },
8572
            "dist": {
8573
                "type": "zip",
8574
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
8575
                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
8576
                "shasum": ""
8577
            },
8578
            "require": {
8579
                "nikic/php-parser": "^4.7",
8580
                "php": ">=7.3"
8581
            },
8582
            "require-dev": {
8583
                "phpunit/phpunit": "^9.3"
8584
            },
8585
            "type": "library",
8586
            "extra": {
8587
                "branch-alias": {
8588
                    "dev-master": "2.0-dev"
8589
                }
8590
            },
8591
            "autoload": {
8592
                "classmap": [
8593
                    "src/"
8594
                ]
8595
            },
8596
            "notification-url": "https://packagist.org/downloads/",
8597
            "license": [
8598
                "BSD-3-Clause"
8599
            ],
8600
            "authors": [
8601
                {
8602
                    "name": "Sebastian Bergmann",
8603
                    "email": "sebastian@phpunit.de",
8604
                    "role": "lead"
8605
                }
8606
            ],
8607
            "description": "Library for calculating the complexity of PHP code units",
8608
            "homepage": "https://github.com/sebastianbergmann/complexity",
8609
            "support": {
8610
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
8611
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
8612
            },
8613
            "funding": [
8614
                {
8615
                    "url": "https://github.com/sebastianbergmann",
8616
                    "type": "github"
8617
                }
8618
            ],
8619
            "time": "2020-10-26T15:52:27+00:00"
8620
        },
8621
        {
8622
            "name": "sebastian/diff",
8623
            "version": "4.0.5",
8624
            "source": {
8625
                "type": "git",
8626
                "url": "https://github.com/sebastianbergmann/diff.git",
8627
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
8628
            },
8629
            "dist": {
8630
                "type": "zip",
8631
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
8632
                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
8633
                "shasum": ""
8634
            },
8635
            "require": {
8636
                "php": ">=7.3"
8637
            },
8638
            "require-dev": {
8639
                "phpunit/phpunit": "^9.3",
8640
                "symfony/process": "^4.2 || ^5"
8641
            },
8642
            "type": "library",
8643
            "extra": {
8644
                "branch-alias": {
8645
                    "dev-master": "4.0-dev"
8646
                }
8647
            },
8648
            "autoload": {
8649
                "classmap": [
8650
                    "src/"
8651
                ]
8652
            },
8653
            "notification-url": "https://packagist.org/downloads/",
8654
            "license": [
8655
                "BSD-3-Clause"
8656
            ],
8657
            "authors": [
8658
                {
8659
                    "name": "Sebastian Bergmann",
8660
                    "email": "sebastian@phpunit.de"
8661
                },
8662
                {
8663
                    "name": "Kore Nordmann",
8664
                    "email": "mail@kore-nordmann.de"
8665
                }
8666
            ],
8667
            "description": "Diff implementation",
8668
            "homepage": "https://github.com/sebastianbergmann/diff",
8669
            "keywords": [
8670
                "diff",
8671
                "udiff",
8672
                "unidiff",
8673
                "unified diff"
8674
            ],
8675
            "support": {
8676
                "issues": "https://github.com/sebastianbergmann/diff/issues",
8677
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
8678
            },
8679
            "funding": [
8680
                {
8681
                    "url": "https://github.com/sebastianbergmann",
8682
                    "type": "github"
8683
                }
8684
            ],
8685
            "time": "2023-05-07T05:35:17+00:00"
8686
        },
8687
        {
8688
            "name": "sebastian/environment",
8689
            "version": "5.1.5",
8690
            "source": {
8691
                "type": "git",
8692
                "url": "https://github.com/sebastianbergmann/environment.git",
8693
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
8694
            },
8695
            "dist": {
8696
                "type": "zip",
8697
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
8698
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
8699
                "shasum": ""
8700
            },
8701
            "require": {
8702
                "php": ">=7.3"
8703
            },
8704
            "require-dev": {
8705
                "phpunit/phpunit": "^9.3"
8706
            },
8707
            "suggest": {
8708
                "ext-posix": "*"
8709
            },
8710
            "type": "library",
8711
            "extra": {
8712
                "branch-alias": {
8713
                    "dev-master": "5.1-dev"
8714
                }
8715
            },
8716
            "autoload": {
8717
                "classmap": [
8718
                    "src/"
8719
                ]
8720
            },
8721
            "notification-url": "https://packagist.org/downloads/",
8722
            "license": [
8723
                "BSD-3-Clause"
8724
            ],
8725
            "authors": [
8726
                {
8727
                    "name": "Sebastian Bergmann",
8728
                    "email": "sebastian@phpunit.de"
8729
                }
8730
            ],
8731
            "description": "Provides functionality to handle HHVM/PHP environments",
8732
            "homepage": "http://www.github.com/sebastianbergmann/environment",
8733
            "keywords": [
8734
                "Xdebug",
8735
                "environment",
8736
                "hhvm"
8737
            ],
8738
            "support": {
8739
                "issues": "https://github.com/sebastianbergmann/environment/issues",
8740
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
8741
            },
8742
            "funding": [
8743
                {
8744
                    "url": "https://github.com/sebastianbergmann",
8745
                    "type": "github"
8746
                }
8747
            ],
8748
            "time": "2023-02-03T06:03:51+00:00"
8749
        },
8750
        {
8751
            "name": "sebastian/exporter",
8752
            "version": "4.0.5",
8753
            "source": {
8754
                "type": "git",
8755
                "url": "https://github.com/sebastianbergmann/exporter.git",
8756
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
8757
            },
8758
            "dist": {
8759
                "type": "zip",
8760
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
8761
                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
8762
                "shasum": ""
8763
            },
8764
            "require": {
8765
                "php": ">=7.3",
8766
                "sebastian/recursion-context": "^4.0"
8767
            },
8768
            "require-dev": {
8769
                "ext-mbstring": "*",
8770
                "phpunit/phpunit": "^9.3"
8771
            },
8772
            "type": "library",
8773
            "extra": {
8774
                "branch-alias": {
8775
                    "dev-master": "4.0-dev"
8776
                }
8777
            },
8778
            "autoload": {
8779
                "classmap": [
8780
                    "src/"
8781
                ]
8782
            },
8783
            "notification-url": "https://packagist.org/downloads/",
8784
            "license": [
8785
                "BSD-3-Clause"
8786
            ],
8787
            "authors": [
8788
                {
8789
                    "name": "Sebastian Bergmann",
8790
                    "email": "sebastian@phpunit.de"
8791
                },
8792
                {
8793
                    "name": "Jeff Welch",
8794
                    "email": "whatthejeff@gmail.com"
8795
                },
8796
                {
8797
                    "name": "Volker Dusch",
8798
                    "email": "github@wallbash.com"
8799
                },
8800
                {
8801
                    "name": "Adam Harvey",
8802
                    "email": "aharvey@php.net"
8803
                },
8804
                {
8805
                    "name": "Bernhard Schussek",
8806
                    "email": "bschussek@gmail.com"
8807
                }
8808
            ],
8809
            "description": "Provides the functionality to export PHP variables for visualization",
8810
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
8811
            "keywords": [
8812
                "export",
8813
                "exporter"
8814
            ],
8815
            "support": {
8816
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
8817
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
8818
            },
8819
            "funding": [
8820
                {
8821
                    "url": "https://github.com/sebastianbergmann",
8822
                    "type": "github"
8823
                }
8824
            ],
8825
            "time": "2022-09-14T06:03:37+00:00"
8826
        },
8827
        {
8828
            "name": "sebastian/global-state",
225 lars 8829
            "version": "5.0.6",
2 lars 8830
            "source": {
8831
                "type": "git",
8832
                "url": "https://github.com/sebastianbergmann/global-state.git",
225 lars 8833
                "reference": "bde739e7565280bda77be70044ac1047bc007e34"
2 lars 8834
            },
8835
            "dist": {
8836
                "type": "zip",
225 lars 8837
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
8838
                "reference": "bde739e7565280bda77be70044ac1047bc007e34",
2 lars 8839
                "shasum": ""
8840
            },
8841
            "require": {
8842
                "php": ">=7.3",
8843
                "sebastian/object-reflector": "^2.0",
8844
                "sebastian/recursion-context": "^4.0"
8845
            },
8846
            "require-dev": {
8847
                "ext-dom": "*",
8848
                "phpunit/phpunit": "^9.3"
8849
            },
8850
            "suggest": {
8851
                "ext-uopz": "*"
8852
            },
8853
            "type": "library",
8854
            "extra": {
8855
                "branch-alias": {
8856
                    "dev-master": "5.0-dev"
8857
                }
8858
            },
8859
            "autoload": {
8860
                "classmap": [
8861
                    "src/"
8862
                ]
8863
            },
8864
            "notification-url": "https://packagist.org/downloads/",
8865
            "license": [
8866
                "BSD-3-Clause"
8867
            ],
8868
            "authors": [
8869
                {
8870
                    "name": "Sebastian Bergmann",
8871
                    "email": "sebastian@phpunit.de"
8872
                }
8873
            ],
8874
            "description": "Snapshotting of global state",
8875
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8876
            "keywords": [
8877
                "global state"
8878
            ],
8879
            "support": {
8880
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
225 lars 8881
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
2 lars 8882
            },
8883
            "funding": [
8884
                {
8885
                    "url": "https://github.com/sebastianbergmann",
8886
                    "type": "github"
8887
                }
8888
            ],
225 lars 8889
            "time": "2023-08-02T09:26:13+00:00"
2 lars 8890
        },
8891
        {
8892
            "name": "sebastian/lines-of-code",
8893
            "version": "1.0.3",
8894
            "source": {
8895
                "type": "git",
8896
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8897
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
8898
            },
8899
            "dist": {
8900
                "type": "zip",
8901
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8902
                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8903
                "shasum": ""
8904
            },
8905
            "require": {
8906
                "nikic/php-parser": "^4.6",
8907
                "php": ">=7.3"
8908
            },
8909
            "require-dev": {
8910
                "phpunit/phpunit": "^9.3"
8911
            },
8912
            "type": "library",
8913
            "extra": {
8914
                "branch-alias": {
8915
                    "dev-master": "1.0-dev"
8916
                }
8917
            },
8918
            "autoload": {
8919
                "classmap": [
8920
                    "src/"
8921
                ]
8922
            },
8923
            "notification-url": "https://packagist.org/downloads/",
8924
            "license": [
8925
                "BSD-3-Clause"
8926
            ],
8927
            "authors": [
8928
                {
8929
                    "name": "Sebastian Bergmann",
8930
                    "email": "sebastian@phpunit.de",
8931
                    "role": "lead"
8932
                }
8933
            ],
8934
            "description": "Library for counting the lines of code in PHP source code",
8935
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
8936
            "support": {
8937
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8938
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
8939
            },
8940
            "funding": [
8941
                {
8942
                    "url": "https://github.com/sebastianbergmann",
8943
                    "type": "github"
8944
                }
8945
            ],
8946
            "time": "2020-11-28T06:42:11+00:00"
8947
        },
8948
        {
8949
            "name": "sebastian/object-enumerator",
8950
            "version": "4.0.4",
8951
            "source": {
8952
                "type": "git",
8953
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8954
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
8955
            },
8956
            "dist": {
8957
                "type": "zip",
8958
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
8959
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
8960
                "shasum": ""
8961
            },
8962
            "require": {
8963
                "php": ">=7.3",
8964
                "sebastian/object-reflector": "^2.0",
8965
                "sebastian/recursion-context": "^4.0"
8966
            },
8967
            "require-dev": {
8968
                "phpunit/phpunit": "^9.3"
8969
            },
8970
            "type": "library",
8971
            "extra": {
8972
                "branch-alias": {
8973
                    "dev-master": "4.0-dev"
8974
                }
8975
            },
8976
            "autoload": {
8977
                "classmap": [
8978
                    "src/"
8979
                ]
8980
            },
8981
            "notification-url": "https://packagist.org/downloads/",
8982
            "license": [
8983
                "BSD-3-Clause"
8984
            ],
8985
            "authors": [
8986
                {
8987
                    "name": "Sebastian Bergmann",
8988
                    "email": "sebastian@phpunit.de"
8989
                }
8990
            ],
8991
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8992
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8993
            "support": {
8994
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8995
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
8996
            },
8997
            "funding": [
8998
                {
8999
                    "url": "https://github.com/sebastianbergmann",
9000
                    "type": "github"
9001
                }
9002
            ],
9003
            "time": "2020-10-26T13:12:34+00:00"
9004
        },
9005
        {
9006
            "name": "sebastian/object-reflector",
9007
            "version": "2.0.4",
9008
            "source": {
9009
                "type": "git",
9010
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
9011
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
9012
            },
9013
            "dist": {
9014
                "type": "zip",
9015
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9016
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
9017
                "shasum": ""
9018
            },
9019
            "require": {
9020
                "php": ">=7.3"
9021
            },
9022
            "require-dev": {
9023
                "phpunit/phpunit": "^9.3"
9024
            },
9025
            "type": "library",
9026
            "extra": {
9027
                "branch-alias": {
9028
                    "dev-master": "2.0-dev"
9029
                }
9030
            },
9031
            "autoload": {
9032
                "classmap": [
9033
                    "src/"
9034
                ]
9035
            },
9036
            "notification-url": "https://packagist.org/downloads/",
9037
            "license": [
9038
                "BSD-3-Clause"
9039
            ],
9040
            "authors": [
9041
                {
9042
                    "name": "Sebastian Bergmann",
9043
                    "email": "sebastian@phpunit.de"
9044
                }
9045
            ],
9046
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
9047
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
9048
            "support": {
9049
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
9050
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
9051
            },
9052
            "funding": [
9053
                {
9054
                    "url": "https://github.com/sebastianbergmann",
9055
                    "type": "github"
9056
                }
9057
            ],
9058
            "time": "2020-10-26T13:14:26+00:00"
9059
        },
9060
        {
9061
            "name": "sebastian/recursion-context",
9062
            "version": "4.0.5",
9063
            "source": {
9064
                "type": "git",
9065
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
9066
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
9067
            },
9068
            "dist": {
9069
                "type": "zip",
9070
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
9071
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
9072
                "shasum": ""
9073
            },
9074
            "require": {
9075
                "php": ">=7.3"
9076
            },
9077
            "require-dev": {
9078
                "phpunit/phpunit": "^9.3"
9079
            },
9080
            "type": "library",
9081
            "extra": {
9082
                "branch-alias": {
9083
                    "dev-master": "4.0-dev"
9084
                }
9085
            },
9086
            "autoload": {
9087
                "classmap": [
9088
                    "src/"
9089
                ]
9090
            },
9091
            "notification-url": "https://packagist.org/downloads/",
9092
            "license": [
9093
                "BSD-3-Clause"
9094
            ],
9095
            "authors": [
9096
                {
9097
                    "name": "Sebastian Bergmann",
9098
                    "email": "sebastian@phpunit.de"
9099
                },
9100
                {
9101
                    "name": "Jeff Welch",
9102
                    "email": "whatthejeff@gmail.com"
9103
                },
9104
                {
9105
                    "name": "Adam Harvey",
9106
                    "email": "aharvey@php.net"
9107
                }
9108
            ],
9109
            "description": "Provides functionality to recursively process PHP variables",
9110
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
9111
            "support": {
9112
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
9113
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
9114
            },
9115
            "funding": [
9116
                {
9117
                    "url": "https://github.com/sebastianbergmann",
9118
                    "type": "github"
9119
                }
9120
            ],
9121
            "time": "2023-02-03T06:07:39+00:00"
9122
        },
9123
        {
9124
            "name": "sebastian/resource-operations",
9125
            "version": "3.0.3",
9126
            "source": {
9127
                "type": "git",
9128
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
9129
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
9130
            },
9131
            "dist": {
9132
                "type": "zip",
9133
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
9134
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
9135
                "shasum": ""
9136
            },
9137
            "require": {
9138
                "php": ">=7.3"
9139
            },
9140
            "require-dev": {
9141
                "phpunit/phpunit": "^9.0"
9142
            },
9143
            "type": "library",
9144
            "extra": {
9145
                "branch-alias": {
9146
                    "dev-master": "3.0-dev"
9147
                }
9148
            },
9149
            "autoload": {
9150
                "classmap": [
9151
                    "src/"
9152
                ]
9153
            },
9154
            "notification-url": "https://packagist.org/downloads/",
9155
            "license": [
9156
                "BSD-3-Clause"
9157
            ],
9158
            "authors": [
9159
                {
9160
                    "name": "Sebastian Bergmann",
9161
                    "email": "sebastian@phpunit.de"
9162
                }
9163
            ],
9164
            "description": "Provides a list of PHP built-in functions that operate on resources",
9165
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
9166
            "support": {
9167
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
9168
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
9169
            },
9170
            "funding": [
9171
                {
9172
                    "url": "https://github.com/sebastianbergmann",
9173
                    "type": "github"
9174
                }
9175
            ],
9176
            "time": "2020-09-28T06:45:17+00:00"
9177
        },
9178
        {
9179
            "name": "sebastian/type",
9180
            "version": "3.2.1",
9181
            "source": {
9182
                "type": "git",
9183
                "url": "https://github.com/sebastianbergmann/type.git",
9184
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
9185
            },
9186
            "dist": {
9187
                "type": "zip",
9188
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
9189
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
9190
                "shasum": ""
9191
            },
9192
            "require": {
9193
                "php": ">=7.3"
9194
            },
9195
            "require-dev": {
9196
                "phpunit/phpunit": "^9.5"
9197
            },
9198
            "type": "library",
9199
            "extra": {
9200
                "branch-alias": {
9201
                    "dev-master": "3.2-dev"
9202
                }
9203
            },
9204
            "autoload": {
9205
                "classmap": [
9206
                    "src/"
9207
                ]
9208
            },
9209
            "notification-url": "https://packagist.org/downloads/",
9210
            "license": [
9211
                "BSD-3-Clause"
9212
            ],
9213
            "authors": [
9214
                {
9215
                    "name": "Sebastian Bergmann",
9216
                    "email": "sebastian@phpunit.de",
9217
                    "role": "lead"
9218
                }
9219
            ],
9220
            "description": "Collection of value objects that represent the types of the PHP type system",
9221
            "homepage": "https://github.com/sebastianbergmann/type",
9222
            "support": {
9223
                "issues": "https://github.com/sebastianbergmann/type/issues",
9224
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
9225
            },
9226
            "funding": [
9227
                {
9228
                    "url": "https://github.com/sebastianbergmann",
9229
                    "type": "github"
9230
                }
9231
            ],
9232
            "time": "2023-02-03T06:13:03+00:00"
9233
        },
9234
        {
9235
            "name": "sebastian/version",
9236
            "version": "3.0.2",
9237
            "source": {
9238
                "type": "git",
9239
                "url": "https://github.com/sebastianbergmann/version.git",
9240
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
9241
            },
9242
            "dist": {
9243
                "type": "zip",
9244
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
9245
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
9246
                "shasum": ""
9247
            },
9248
            "require": {
9249
                "php": ">=7.3"
9250
            },
9251
            "type": "library",
9252
            "extra": {
9253
                "branch-alias": {
9254
                    "dev-master": "3.0-dev"
9255
                }
9256
            },
9257
            "autoload": {
9258
                "classmap": [
9259
                    "src/"
9260
                ]
9261
            },
9262
            "notification-url": "https://packagist.org/downloads/",
9263
            "license": [
9264
                "BSD-3-Clause"
9265
            ],
9266
            "authors": [
9267
                {
9268
                    "name": "Sebastian Bergmann",
9269
                    "email": "sebastian@phpunit.de",
9270
                    "role": "lead"
9271
                }
9272
            ],
9273
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
9274
            "homepage": "https://github.com/sebastianbergmann/version",
9275
            "support": {
9276
                "issues": "https://github.com/sebastianbergmann/version/issues",
9277
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
9278
            },
9279
            "funding": [
9280
                {
9281
                    "url": "https://github.com/sebastianbergmann",
9282
                    "type": "github"
9283
                }
9284
            ],
9285
            "time": "2020-09-28T06:39:44+00:00"
9286
        },
9287
        {
9288
            "name": "spatie/backtrace",
225 lars 9289
            "version": "1.5.3",
2 lars 9290
            "source": {
9291
                "type": "git",
9292
                "url": "https://github.com/spatie/backtrace.git",
225 lars 9293
                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
2 lars 9294
            },
9295
            "dist": {
9296
                "type": "zip",
225 lars 9297
                "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
9298
                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
2 lars 9299
                "shasum": ""
9300
            },
9301
            "require": {
9302
                "php": "^7.3|^8.0"
9303
            },
9304
            "require-dev": {
9305
                "ext-json": "*",
9306
                "phpunit/phpunit": "^9.3",
9307
                "spatie/phpunit-snapshot-assertions": "^4.2",
9308
                "symfony/var-dumper": "^5.1"
9309
            },
9310
            "type": "library",
9311
            "autoload": {
9312
                "psr-4": {
9313
                    "Spatie\\Backtrace\\": "src"
9314
                }
9315
            },
9316
            "notification-url": "https://packagist.org/downloads/",
9317
            "license": [
9318
                "MIT"
9319
            ],
9320
            "authors": [
9321
                {
9322
                    "name": "Freek Van de Herten",
9323
                    "email": "freek@spatie.be",
9324
                    "homepage": "https://spatie.be",
9325
                    "role": "Developer"
9326
                }
9327
            ],
9328
            "description": "A better backtrace",
9329
            "homepage": "https://github.com/spatie/backtrace",
9330
            "keywords": [
9331
                "Backtrace",
9332
                "spatie"
9333
            ],
9334
            "support": {
225 lars 9335
                "source": "https://github.com/spatie/backtrace/tree/1.5.3"
2 lars 9336
            },
9337
            "funding": [
9338
                {
9339
                    "url": "https://github.com/sponsors/spatie",
9340
                    "type": "github"
9341
                },
9342
                {
9343
                    "url": "https://spatie.be/open-source/support-us",
9344
                    "type": "other"
9345
                }
9346
            ],
225 lars 9347
            "time": "2023-06-28T12:59:17+00:00"
2 lars 9348
        },
9349
        {
9350
            "name": "spatie/flare-client-php",
225 lars 9351
            "version": "1.4.2",
2 lars 9352
            "source": {
9353
                "type": "git",
9354
                "url": "https://github.com/spatie/flare-client-php.git",
225 lars 9355
                "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544"
2 lars 9356
            },
9357
            "dist": {
9358
                "type": "zip",
225 lars 9359
                "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
9360
                "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
2 lars 9361
                "shasum": ""
9362
            },
9363
            "require": {
9364
                "illuminate/pipeline": "^8.0|^9.0|^10.0",
225 lars 9365
                "nesbot/carbon": "^2.62.1",
2 lars 9366
                "php": "^8.0",
225 lars 9367
                "spatie/backtrace": "^1.5.2",
2 lars 9368
                "symfony/http-foundation": "^5.0|^6.0",
9369
                "symfony/mime": "^5.2|^6.0",
9370
                "symfony/process": "^5.2|^6.0",
9371
                "symfony/var-dumper": "^5.2|^6.0"
9372
            },
9373
            "require-dev": {
9374
                "dms/phpunit-arraysubset-asserts": "^0.3.0",
9375
                "pestphp/pest": "^1.20",
9376
                "phpstan/extension-installer": "^1.1",
9377
                "phpstan/phpstan-deprecation-rules": "^1.0",
9378
                "phpstan/phpstan-phpunit": "^1.0",
9379
                "spatie/phpunit-snapshot-assertions": "^4.0"
9380
            },
9381
            "type": "library",
9382
            "extra": {
9383
                "branch-alias": {
225 lars 9384
                    "dev-main": "1.3.x-dev"
2 lars 9385
                }
9386
            },
9387
            "autoload": {
9388
                "files": [
9389
                    "src/helpers.php"
9390
                ],
9391
                "psr-4": {
9392
                    "Spatie\\FlareClient\\": "src"
9393
                }
9394
            },
9395
            "notification-url": "https://packagist.org/downloads/",
9396
            "license": [
9397
                "MIT"
9398
            ],
9399
            "description": "Send PHP errors to Flare",
9400
            "homepage": "https://github.com/spatie/flare-client-php",
9401
            "keywords": [
9402
                "exception",
9403
                "flare",
9404
                "reporting",
9405
                "spatie"
9406
            ],
9407
            "support": {
9408
                "issues": "https://github.com/spatie/flare-client-php/issues",
225 lars 9409
                "source": "https://github.com/spatie/flare-client-php/tree/1.4.2"
2 lars 9410
            },
9411
            "funding": [
9412
                {
9413
                    "url": "https://github.com/spatie",
9414
                    "type": "github"
9415
                }
9416
            ],
225 lars 9417
            "time": "2023-07-28T08:07:24+00:00"
2 lars 9418
        },
9419
        {
9420
            "name": "spatie/ignition",
225 lars 9421
            "version": "1.9.0",
2 lars 9422
            "source": {
9423
                "type": "git",
9424
                "url": "https://github.com/spatie/ignition.git",
225 lars 9425
                "reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973"
2 lars 9426
            },
9427
            "dist": {
9428
                "type": "zip",
225 lars 9429
                "url": "https://api.github.com/repos/spatie/ignition/zipball/de24ff1e01814d5043bd6eb4ab36a5a852a04973",
9430
                "reference": "de24ff1e01814d5043bd6eb4ab36a5a852a04973",
2 lars 9431
                "shasum": ""
9432
            },
9433
            "require": {
9434
                "ext-json": "*",
9435
                "ext-mbstring": "*",
9436
                "php": "^8.0",
225 lars 9437
                "spatie/backtrace": "^1.5.3",
9438
                "spatie/flare-client-php": "^1.4.0",
2 lars 9439
                "symfony/console": "^5.4|^6.0",
9440
                "symfony/var-dumper": "^5.4|^6.0"
9441
            },
9442
            "require-dev": {
9443
                "illuminate/cache": "^9.52",
9444
                "mockery/mockery": "^1.4",
9445
                "pestphp/pest": "^1.20",
9446
                "phpstan/extension-installer": "^1.1",
9447
                "phpstan/phpstan-deprecation-rules": "^1.0",
9448
                "phpstan/phpstan-phpunit": "^1.0",
9449
                "psr/simple-cache-implementation": "*",
225 lars 9450
                "symfony/cache": "^6.0",
2 lars 9451
                "symfony/process": "^5.4|^6.0",
9452
                "vlucas/phpdotenv": "^5.5"
9453
            },
9454
            "suggest": {
9455
                "openai-php/client": "Require get solutions from OpenAI",
9456
                "simple-cache-implementation": "To cache solutions from OpenAI"
9457
            },
9458
            "type": "library",
9459
            "extra": {
9460
                "branch-alias": {
9461
                    "dev-main": "1.5.x-dev"
9462
                }
9463
            },
9464
            "autoload": {
9465
                "psr-4": {
9466
                    "Spatie\\Ignition\\": "src"
9467
                }
9468
            },
9469
            "notification-url": "https://packagist.org/downloads/",
9470
            "license": [
9471
                "MIT"
9472
            ],
9473
            "authors": [
9474
                {
9475
                    "name": "Spatie",
9476
                    "email": "info@spatie.be",
9477
                    "role": "Developer"
9478
                }
9479
            ],
9480
            "description": "A beautiful error page for PHP applications.",
9481
            "homepage": "https://flareapp.io/ignition",
9482
            "keywords": [
9483
                "error",
9484
                "flare",
9485
                "laravel",
9486
                "page"
9487
            ],
9488
            "support": {
9489
                "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
9490
                "forum": "https://twitter.com/flareappio",
9491
                "issues": "https://github.com/spatie/ignition/issues",
9492
                "source": "https://github.com/spatie/ignition"
9493
            },
9494
            "funding": [
9495
                {
9496
                    "url": "https://github.com/spatie",
9497
                    "type": "github"
9498
                }
9499
            ],
225 lars 9500
            "time": "2023-06-28T13:24:59+00:00"
2 lars 9501
        },
9502
        {
9503
            "name": "spatie/laravel-ignition",
9504
            "version": "1.6.4",
9505
            "source": {
9506
                "type": "git",
9507
                "url": "https://github.com/spatie/laravel-ignition.git",
9508
                "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc"
9509
            },
9510
            "dist": {
9511
                "type": "zip",
9512
                "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
9513
                "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
9514
                "shasum": ""
9515
            },
9516
            "require": {
9517
                "ext-curl": "*",
9518
                "ext-json": "*",
9519
                "ext-mbstring": "*",
9520
                "illuminate/support": "^8.77|^9.27",
9521
                "monolog/monolog": "^2.3",
9522
                "php": "^8.0",
9523
                "spatie/flare-client-php": "^1.0.1",
9524
                "spatie/ignition": "^1.4.1",
9525
                "symfony/console": "^5.0|^6.0",
9526
                "symfony/var-dumper": "^5.0|^6.0"
9527
            },
9528
            "require-dev": {
9529
                "filp/whoops": "^2.14",
9530
                "livewire/livewire": "^2.8|dev-develop",
9531
                "mockery/mockery": "^1.4",
9532
                "nunomaduro/larastan": "^1.0",
9533
                "orchestra/testbench": "^6.23|^7.0",
9534
                "pestphp/pest": "^1.20",
9535
                "phpstan/extension-installer": "^1.1",
9536
                "phpstan/phpstan-deprecation-rules": "^1.0",
9537
                "phpstan/phpstan-phpunit": "^1.0",
9538
                "spatie/laravel-ray": "^1.27"
9539
            },
9540
            "type": "library",
9541
            "extra": {
9542
                "laravel": {
9543
                    "providers": [
9544
                        "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
9545
                    ],
9546
                    "aliases": {
9547
                        "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
9548
                    }
9549
                }
9550
            },
9551
            "autoload": {
9552
                "files": [
9553
                    "src/helpers.php"
9554
                ],
9555
                "psr-4": {
9556
                    "Spatie\\LaravelIgnition\\": "src"
9557
                }
9558
            },
9559
            "notification-url": "https://packagist.org/downloads/",
9560
            "license": [
9561
                "MIT"
9562
            ],
9563
            "authors": [
9564
                {
9565
                    "name": "Spatie",
9566
                    "email": "info@spatie.be",
9567
                    "role": "Developer"
9568
                }
9569
            ],
9570
            "description": "A beautiful error page for Laravel applications.",
9571
            "homepage": "https://flareapp.io/ignition",
9572
            "keywords": [
9573
                "error",
9574
                "flare",
9575
                "laravel",
9576
                "page"
9577
            ],
9578
            "support": {
9579
                "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
9580
                "forum": "https://twitter.com/flareappio",
9581
                "issues": "https://github.com/spatie/laravel-ignition/issues",
9582
                "source": "https://github.com/spatie/laravel-ignition"
9583
            },
9584
            "funding": [
9585
                {
9586
                    "url": "https://github.com/spatie",
9587
                    "type": "github"
9588
                }
9589
            ],
9590
            "time": "2023-01-03T19:28:04+00:00"
9591
        },
9592
        {
9593
            "name": "symfony/yaml",
225 lars 9594
            "version": "v6.3.3",
2 lars 9595
            "source": {
9596
                "type": "git",
9597
                "url": "https://github.com/symfony/yaml.git",
225 lars 9598
                "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
2 lars 9599
            },
9600
            "dist": {
9601
                "type": "zip",
225 lars 9602
                "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
9603
                "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
2 lars 9604
                "shasum": ""
9605
            },
9606
            "require": {
9607
                "php": ">=8.1",
225 lars 9608
                "symfony/deprecation-contracts": "^2.5|^3",
2 lars 9609
                "symfony/polyfill-ctype": "^1.8"
9610
            },
9611
            "conflict": {
9612
                "symfony/console": "<5.4"
9613
            },
9614
            "require-dev": {
9615
                "symfony/console": "^5.4|^6.0"
9616
            },
9617
            "bin": [
9618
                "Resources/bin/yaml-lint"
9619
            ],
9620
            "type": "library",
9621
            "autoload": {
9622
                "psr-4": {
9623
                    "Symfony\\Component\\Yaml\\": ""
9624
                },
9625
                "exclude-from-classmap": [
9626
                    "/Tests/"
9627
                ]
9628
            },
9629
            "notification-url": "https://packagist.org/downloads/",
9630
            "license": [
9631
                "MIT"
9632
            ],
9633
            "authors": [
9634
                {
9635
                    "name": "Fabien Potencier",
9636
                    "email": "fabien@symfony.com"
9637
                },
9638
                {
9639
                    "name": "Symfony Community",
9640
                    "homepage": "https://symfony.com/contributors"
9641
                }
9642
            ],
9643
            "description": "Loads and dumps YAML files",
9644
            "homepage": "https://symfony.com",
9645
            "support": {
225 lars 9646
                "source": "https://github.com/symfony/yaml/tree/v6.3.3"
2 lars 9647
            },
9648
            "funding": [
9649
                {
9650
                    "url": "https://symfony.com/sponsor",
9651
                    "type": "custom"
9652
                },
9653
                {
9654
                    "url": "https://github.com/fabpot",
9655
                    "type": "github"
9656
                },
9657
                {
9658
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9659
                    "type": "tidelift"
9660
                }
9661
            ],
225 lars 9662
            "time": "2023-07-31T07:08:24+00:00"
2 lars 9663
        },
9664
        {
9665
            "name": "theseer/tokenizer",
9666
            "version": "1.2.1",
9667
            "source": {
9668
                "type": "git",
9669
                "url": "https://github.com/theseer/tokenizer.git",
9670
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
9671
            },
9672
            "dist": {
9673
                "type": "zip",
9674
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
9675
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
9676
                "shasum": ""
9677
            },
9678
            "require": {
9679
                "ext-dom": "*",
9680
                "ext-tokenizer": "*",
9681
                "ext-xmlwriter": "*",
9682
                "php": "^7.2 || ^8.0"
9683
            },
9684
            "type": "library",
9685
            "autoload": {
9686
                "classmap": [
9687
                    "src/"
9688
                ]
9689
            },
9690
            "notification-url": "https://packagist.org/downloads/",
9691
            "license": [
9692
                "BSD-3-Clause"
9693
            ],
9694
            "authors": [
9695
                {
9696
                    "name": "Arne Blankerts",
9697
                    "email": "arne@blankerts.de",
9698
                    "role": "Developer"
9699
                }
9700
            ],
9701
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9702
            "support": {
9703
                "issues": "https://github.com/theseer/tokenizer/issues",
9704
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
9705
            },
9706
            "funding": [
9707
                {
9708
                    "url": "https://github.com/theseer",
9709
                    "type": "github"
9710
                }
9711
            ],
9712
            "time": "2021-07-28T10:34:58+00:00"
9713
        }
9714
    ],
9715
    "aliases": [],
9716
    "minimum-stability": "dev",
9717
    "stability-flags": [],
9718
    "prefer-stable": true,
9719
    "prefer-lowest": false,
9720
    "platform": {
9721
        "php": "^8.0.2",
9722
        "ext-libxml": "*",
9723
        "ext-simplexml": "*"
9724
    },
9725
    "platform-dev": [],
9726
    "plugin-api-version": "2.3.0"
9727
}