Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "71d16f2c8a871e214637c592b9510ab5",
8
    "packages": [],
9
    "packages-dev": [
10
        {
11
            "name": "behat/behat",
12
            "version": "v3.14.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/Behat/Behat.git",
16
                "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340",
21
                "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "behat/gherkin": "^4.9.0",
26
                "behat/transliterator": "^1.2",
27
                "ext-mbstring": "*",
28
                "php": "^7.2 || ^8.0",
29
                "psr/container": "^1.0 || ^2.0",
30
                "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0",
31
                "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",
32
                "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0",
33
                "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0",
34
                "symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0",
35
                "symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0"
36
            },
37
            "require-dev": {
38
                "herrera-io/box": "~1.6.1",
39
                "phpspec/prophecy": "^1.15",
40
                "phpunit/phpunit": "^8.5 || ^9.0",
41
                "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
42
                "vimeo/psalm": "^4.8"
43
            },
44
            "suggest": {
45
                "ext-dom": "Needed to output test results in JUnit format."
46
            },
47
            "bin": [
48
                "bin/behat"
49
            ],
50
            "type": "library",
51
            "extra": {
52
                "branch-alias": {
53
                    "dev-master": "3.x-dev"
54
                }
55
            },
56
            "autoload": {
57
                "psr-4": {
58
                    "Behat\\Hook\\": "src/Behat/Hook/",
59
                    "Behat\\Step\\": "src/Behat/Step/",
60
                    "Behat\\Behat\\": "src/Behat/Behat/",
61
                    "Behat\\Testwork\\": "src/Behat/Testwork/"
62
                }
63
            },
64
            "notification-url": "https://packagist.org/downloads/",
65
            "license": [
66
                "MIT"
67
            ],
68
            "authors": [
69
                {
70
                    "name": "Konstantin Kudryashov",
71
                    "email": "ever.zet@gmail.com",
72
                    "homepage": "http://everzet.com"
73
                }
74
            ],
75
            "description": "Scenario-oriented BDD framework for PHP",
76
            "homepage": "http://behat.org/",
77
            "keywords": [
78
                "Agile",
79
                "BDD",
80
                "ScenarioBDD",
81
                "Scrum",
82
                "StoryBDD",
83
                "User story",
84
                "business",
85
                "development",
86
                "documentation",
87
                "examples",
88
                "symfony",
89
                "testing"
90
            ],
91
            "support": {
92
                "issues": "https://github.com/Behat/Behat/issues",
93
                "source": "https://github.com/Behat/Behat/tree/v3.14.0"
94
            },
95
            "time": "2023-12-09T13:55:02+00:00"
96
        },
97
        {
98
            "name": "behat/gherkin",
99
            "version": "v4.9.0",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/Behat/Gherkin.git",
103
                "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
108
                "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
109
                "shasum": ""
110
            },
111
            "require": {
112
                "php": "~7.2|~8.0"
113
            },
114
            "require-dev": {
115
                "cucumber/cucumber": "dev-gherkin-22.0.0",
116
                "phpunit/phpunit": "~8|~9",
117
                "symfony/yaml": "~3|~4|~5"
118
            },
119
            "suggest": {
120
                "symfony/yaml": "If you want to parse features, represented in YAML files"
121
            },
122
            "type": "library",
123
            "extra": {
124
                "branch-alias": {
125
                    "dev-master": "4.x-dev"
126
                }
127
            },
128
            "autoload": {
129
                "psr-0": {
130
                    "Behat\\Gherkin": "src/"
131
                }
132
            },
133
            "notification-url": "https://packagist.org/downloads/",
134
            "license": [
135
                "MIT"
136
            ],
137
            "authors": [
138
                {
139
                    "name": "Konstantin Kudryashov",
140
                    "email": "ever.zet@gmail.com",
141
                    "homepage": "http://everzet.com"
142
                }
143
            ],
144
            "description": "Gherkin DSL parser for PHP",
145
            "homepage": "http://behat.org/",
146
            "keywords": [
147
                "BDD",
148
                "Behat",
149
                "Cucumber",
150
                "DSL",
151
                "gherkin",
152
                "parser"
153
            ],
154
            "support": {
155
                "issues": "https://github.com/Behat/Gherkin/issues",
156
                "source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
157
            },
158
            "time": "2021-10-12T13:05:09+00:00"
159
        },
160
        {
161
            "name": "behat/mink",
162
            "version": "v1.11.0",
163
            "source": {
164
                "type": "git",
165
                "url": "https://github.com/minkphp/Mink.git",
166
                "reference": "d8527fdf8785aad38455fb426af457ab9937aece"
167
            },
168
            "dist": {
169
                "type": "zip",
170
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece",
171
                "reference": "d8527fdf8785aad38455fb426af457ab9937aece",
172
                "shasum": ""
173
            },
174
            "require": {
175
                "php": ">=7.2",
176
                "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
177
            },
178
            "require-dev": {
179
                "phpstan/phpstan": "^1.10",
180
                "phpstan/phpstan-phpunit": "^1.3",
181
                "phpunit/phpunit": "^8.5.22 || ^9.5.11",
182
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
183
                "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
184
            },
185
            "suggest": {
186
                "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation",
187
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
188
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
189
                "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
190
            },
191
            "type": "library",
192
            "extra": {
193
                "branch-alias": {
194
                    "dev-master": "1.x-dev"
195
                }
196
            },
197
            "autoload": {
198
                "psr-4": {
199
                    "Behat\\Mink\\": "src/"
200
                }
201
            },
202
            "notification-url": "https://packagist.org/downloads/",
203
            "license": [
204
                "MIT"
205
            ],
206
            "authors": [
207
                {
208
                    "name": "Konstantin Kudryashov",
209
                    "email": "ever.zet@gmail.com",
210
                    "homepage": "http://everzet.com"
211
                }
212
            ],
213
            "description": "Browser controller/emulator abstraction for PHP",
214
            "homepage": "https://mink.behat.org/",
215
            "keywords": [
216
                "browser",
217
                "testing",
218
                "web"
219
            ],
220
            "support": {
221
                "issues": "https://github.com/minkphp/Mink/issues",
222
                "source": "https://github.com/minkphp/Mink/tree/v1.11.0"
223
            },
224
            "time": "2023-12-09T11:23:23+00:00"
225
        },
226
        {
227
            "name": "behat/mink-browserkit-driver",
228
            "version": "v2.2.0",
229
            "source": {
230
                "type": "git",
231
                "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
232
                "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50"
233
            },
234
            "dist": {
235
                "type": "zip",
236
                "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/16d53476e42827ed3aafbfa4fde17a1743eafd50",
237
                "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50",
238
                "shasum": ""
239
            },
240
            "require": {
241
                "behat/mink": "^1.11.0@dev",
242
                "ext-dom": "*",
243
                "php": ">=7.2",
244
                "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0",
245
                "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0"
246
            },
247
            "require-dev": {
248
                "mink/driver-testsuite": "dev-master",
249
                "phpstan/phpstan": "^1.10",
250
                "phpstan/phpstan-phpunit": "^1.3",
251
                "phpunit/phpunit": "^8.5 || ^9.5",
252
                "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
253
                "symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
254
                "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0",
255
                "symfony/mime": "^4.4 || ^5.0 || ^6.0 || ^7.0",
256
                "yoast/phpunit-polyfills": "^1.0"
257
            },
258
            "type": "mink-driver",
259
            "extra": {
260
                "branch-alias": {
261
                    "dev-master": "2.x-dev"
262
                }
263
            },
264
            "autoload": {
265
                "psr-4": {
266
                    "Behat\\Mink\\Driver\\": "src/"
267
                }
268
            },
269
            "notification-url": "https://packagist.org/downloads/",
270
            "license": [
271
                "MIT"
272
            ],
273
            "authors": [
274
                {
275
                    "name": "Konstantin Kudryashov",
276
                    "email": "ever.zet@gmail.com",
277
                    "homepage": "http://everzet.com"
278
                }
279
            ],
280
            "description": "Symfony2 BrowserKit driver for Mink framework",
281
            "homepage": "https://mink.behat.org/",
282
            "keywords": [
283
                "Mink",
284
                "Symfony2",
285
                "browser",
286
                "testing"
287
            ],
288
            "support": {
289
                "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
290
                "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.2.0"
291
            },
292
            "time": "2023-12-09T11:30:50+00:00"
293
        },
294
        {
295
            "name": "behat/transliterator",
296
            "version": "v1.5.0",
297
            "source": {
298
                "type": "git",
299
                "url": "https://github.com/Behat/Transliterator.git",
300
                "reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
301
            },
302
            "dist": {
303
                "type": "zip",
304
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
305
                "reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
306
                "shasum": ""
307
            },
308
            "require": {
309
                "php": ">=7.2"
310
            },
311
            "require-dev": {
312
                "chuyskywalker/rolling-curl": "^3.1",
313
                "php-yaoi/php-yaoi": "^1.0",
314
                "phpunit/phpunit": "^8.5.25 || ^9.5.19"
315
            },
316
            "type": "library",
317
            "extra": {
318
                "branch-alias": {
319
                    "dev-master": "1.x-dev"
320
                }
321
            },
322
            "autoload": {
323
                "psr-4": {
324
                    "Behat\\Transliterator\\": "src/Behat/Transliterator"
325
                }
326
            },
327
            "notification-url": "https://packagist.org/downloads/",
328
            "license": [
329
                "Artistic-1.0"
330
            ],
331
            "description": "String transliterator",
332
            "keywords": [
333
                "i18n",
334
                "slug",
335
                "transliterator"
336
            ],
337
            "support": {
338
                "issues": "https://github.com/Behat/Transliterator/issues",
339
                "source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
340
            },
341
            "time": "2022-03-30T09:27:43+00:00"
342
        },
343
        {
344
            "name": "doctrine/instantiator",
345
            "version": "2.0.0",
346
            "source": {
347
                "type": "git",
348
                "url": "https://github.com/doctrine/instantiator.git",
349
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
350
            },
351
            "dist": {
352
                "type": "zip",
353
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
354
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
355
                "shasum": ""
356
            },
357
            "require": {
358
                "php": "^8.1"
359
            },
360
            "require-dev": {
361
                "doctrine/coding-standard": "^11",
362
                "ext-pdo": "*",
363
                "ext-phar": "*",
364
                "phpbench/phpbench": "^1.2",
365
                "phpstan/phpstan": "^1.9.4",
366
                "phpstan/phpstan-phpunit": "^1.3",
367
                "phpunit/phpunit": "^9.5.27",
368
                "vimeo/psalm": "^5.4"
369
            },
370
            "type": "library",
371
            "autoload": {
372
                "psr-4": {
373
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
374
                }
375
            },
376
            "notification-url": "https://packagist.org/downloads/",
377
            "license": [
378
                "MIT"
379
            ],
380
            "authors": [
381
                {
382
                    "name": "Marco Pivetta",
383
                    "email": "ocramius@gmail.com",
384
                    "homepage": "https://ocramius.github.io/"
385
                }
386
            ],
387
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
388
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
389
            "keywords": [
390
                "constructor",
391
                "instantiate"
392
            ],
393
            "support": {
394
                "issues": "https://github.com/doctrine/instantiator/issues",
395
                "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
396
            },
397
            "funding": [
398
                {
399
                    "url": "https://www.doctrine-project.org/sponsorship.html",
400
                    "type": "custom"
401
                },
402
                {
403
                    "url": "https://www.patreon.com/phpdoctrine",
404
                    "type": "patreon"
405
                },
406
                {
407
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
408
                    "type": "tidelift"
409
                }
410
            ],
411
            "time": "2022-12-30T00:23:10+00:00"
412
        },
413
        {
414
            "name": "filp/whoops",
415
            "version": "2.15.4",
416
            "source": {
417
                "type": "git",
418
                "url": "https://github.com/filp/whoops.git",
419
                "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
420
            },
421
            "dist": {
422
                "type": "zip",
423
                "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
424
                "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
425
                "shasum": ""
426
            },
427
            "require": {
428
                "php": "^5.5.9 || ^7.0 || ^8.0",
429
                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
430
            },
431
            "require-dev": {
432
                "mockery/mockery": "^0.9 || ^1.0",
433
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
434
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
435
            },
436
            "suggest": {
437
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
438
                "whoops/soap": "Formats errors as SOAP responses"
439
            },
440
            "type": "library",
441
            "extra": {
442
                "branch-alias": {
443
                    "dev-master": "2.7-dev"
444
                }
445
            },
446
            "autoload": {
447
                "psr-4": {
448
                    "Whoops\\": "src/Whoops/"
449
                }
450
            },
451
            "notification-url": "https://packagist.org/downloads/",
452
            "license": [
453
                "MIT"
454
            ],
455
            "authors": [
456
                {
457
                    "name": "Filipe Dobreira",
458
                    "homepage": "https://github.com/filp",
459
                    "role": "Developer"
460
                }
461
            ],
462
            "description": "php error handling for cool kids",
463
            "homepage": "https://filp.github.io/whoops/",
464
            "keywords": [
465
                "error",
466
                "exception",
467
                "handling",
468
                "library",
469
                "throwable",
470
                "whoops"
471
            ],
472
            "support": {
473
                "issues": "https://github.com/filp/whoops/issues",
474
                "source": "https://github.com/filp/whoops/tree/2.15.4"
475
            },
476
            "funding": [
477
                {
478
                    "url": "https://github.com/denis-sokolov",
479
                    "type": "github"
480
                }
481
            ],
482
            "time": "2023-11-03T12:00:00+00:00"
483
        },
484
        {
485
            "name": "friends-of-behat/mink-extension",
486
            "version": "v2.7.5",
487
            "source": {
488
                "type": "git",
489
                "url": "https://github.com/FriendsOfBehat/MinkExtension.git",
490
                "reference": "854336030e11983f580f49faad1b49a1238f9846"
491
            },
492
            "dist": {
493
                "type": "zip",
494
                "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/854336030e11983f580f49faad1b49a1238f9846",
495
                "reference": "854336030e11983f580f49faad1b49a1238f9846",
496
                "shasum": ""
497
            },
498
            "require": {
499
                "behat/behat": "^3.0.5",
500
                "behat/mink": "^1.5",
501
                "php": ">=7.4",
502
                "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0"
503
            },
504
            "replace": {
505
                "behat/mink-extension": "self.version"
506
            },
507
            "require-dev": {
508
                "behat/mink-goutte-driver": "^1.1 || ^2.0",
509
                "phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
510
            },
511
            "type": "behat-extension",
512
            "extra": {
513
                "branch-alias": {
514
                    "dev-master": "2.1.x-dev"
515
                }
516
            },
517
            "autoload": {
518
                "psr-0": {
519
                    "Behat\\MinkExtension": "src/"
520
                }
521
            },
522
            "notification-url": "https://packagist.org/downloads/",
523
            "license": [
524
                "MIT"
525
            ],
526
            "authors": [
527
                {
528
                    "name": "Konstantin Kudryashov",
529
                    "email": "ever.zet@gmail.com"
530
                },
531
                {
532
                    "name": "Christophe Coevoet",
533
                    "email": "stof@notk.org"
534
                }
535
            ],
536
            "description": "Mink extension for Behat",
537
            "homepage": "http://extensions.behat.org/mink",
538
            "keywords": [
539
                "browser",
540
                "gui",
541
                "test",
542
                "web"
543
            ],
544
            "support": {
545
                "issues": "https://github.com/FriendsOfBehat/MinkExtension/issues",
546
                "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.5"
547
            },
548
            "time": "2024-01-11T09:12:02+00:00"
549
        },
550
        {
551
            "name": "masterminds/html5",
552
            "version": "2.8.1",
553
            "source": {
554
                "type": "git",
555
                "url": "https://github.com/Masterminds/html5-php.git",
556
                "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
557
            },
558
            "dist": {
559
                "type": "zip",
560
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
561
                "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
562
                "shasum": ""
563
            },
564
            "require": {
565
                "ext-dom": "*",
566
                "php": ">=5.3.0"
567
            },
568
            "require-dev": {
569
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
570
            },
571
            "type": "library",
572
            "extra": {
573
                "branch-alias": {
574
                    "dev-master": "2.7-dev"
575
                }
576
            },
577
            "autoload": {
578
                "psr-4": {
579
                    "Masterminds\\": "src"
580
                }
581
            },
582
            "notification-url": "https://packagist.org/downloads/",
583
            "license": [
584
                "MIT"
585
            ],
586
            "authors": [
587
                {
588
                    "name": "Matt Butcher",
589
                    "email": "technosophos@gmail.com"
590
                },
591
                {
592
                    "name": "Matt Farina",
593
                    "email": "matt@mattfarina.com"
594
                },
595
                {
596
                    "name": "Asmir Mustafic",
597
                    "email": "goetas@gmail.com"
598
                }
599
            ],
600
            "description": "An HTML5 parser and serializer.",
601
            "homepage": "http://masterminds.github.io/html5-php",
602
            "keywords": [
603
                "HTML5",
604
                "dom",
605
                "html",
606
                "parser",
607
                "querypath",
608
                "serializer",
609
                "xml"
610
            ],
611
            "support": {
612
                "issues": "https://github.com/Masterminds/html5-php/issues",
613
                "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
614
            },
615
            "time": "2023-05-10T11:58:31+00:00"
616
        },
617
        {
618
            "name": "mikey179/vfsstream",
619
            "version": "v1.6.11",
620
            "source": {
621
                "type": "git",
622
                "url": "https://github.com/bovigo/vfsStream.git",
623
                "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
624
            },
625
            "dist": {
626
                "type": "zip",
627
                "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
628
                "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
629
                "shasum": ""
630
            },
631
            "require": {
632
                "php": ">=5.3.0"
633
            },
634
            "require-dev": {
635
                "phpunit/phpunit": "^4.5|^5.0"
636
            },
637
            "type": "library",
638
            "extra": {
639
                "branch-alias": {
640
                    "dev-master": "1.6.x-dev"
641
                }
642
            },
643
            "autoload": {
644
                "psr-0": {
645
                    "org\\bovigo\\vfs\\": "src/main/php"
646
                }
647
            },
648
            "notification-url": "https://packagist.org/downloads/",
649
            "license": [
650
                "BSD-3-Clause"
651
            ],
652
            "authors": [
653
                {
654
                    "name": "Frank Kleine",
655
                    "homepage": "http://frankkleine.de/",
656
                    "role": "Developer"
657
                }
658
            ],
659
            "description": "Virtual file system to mock the real file system in unit tests.",
660
            "homepage": "http://vfs.bovigo.org/",
661
            "support": {
662
                "issues": "https://github.com/bovigo/vfsStream/issues",
663
                "source": "https://github.com/bovigo/vfsStream/tree/master",
664
                "wiki": "https://github.com/bovigo/vfsStream/wiki"
665
            },
666
            "time": "2022-02-23T02:02:42+00:00"
667
        },
668
        {
669
            "name": "myclabs/deep-copy",
670
            "version": "1.11.1",
671
            "source": {
672
                "type": "git",
673
                "url": "https://github.com/myclabs/DeepCopy.git",
674
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
675
            },
676
            "dist": {
677
                "type": "zip",
678
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
679
                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
680
                "shasum": ""
681
            },
682
            "require": {
683
                "php": "^7.1 || ^8.0"
684
            },
685
            "conflict": {
686
                "doctrine/collections": "<1.6.8",
687
                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
688
            },
689
            "require-dev": {
690
                "doctrine/collections": "^1.6.8",
691
                "doctrine/common": "^2.13.3 || ^3.2.2",
692
                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
693
            },
694
            "type": "library",
695
            "autoload": {
696
                "files": [
697
                    "src/DeepCopy/deep_copy.php"
698
                ],
699
                "psr-4": {
700
                    "DeepCopy\\": "src/DeepCopy/"
701
                }
702
            },
703
            "notification-url": "https://packagist.org/downloads/",
704
            "license": [
705
                "MIT"
706
            ],
707
            "description": "Create deep copies (clones) of your objects",
708
            "keywords": [
709
                "clone",
710
                "copy",
711
                "duplicate",
712
                "object",
713
                "object graph"
714
            ],
715
            "support": {
716
                "issues": "https://github.com/myclabs/DeepCopy/issues",
717
                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
718
            },
719
            "funding": [
720
                {
721
                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
722
                    "type": "tidelift"
723
                }
724
            ],
725
            "time": "2023-03-08T13:26:56+00:00"
726
        },
727
        {
728
            "name": "nikic/php-parser",
729
            "version": "v5.0.2",
730
            "source": {
731
                "type": "git",
732
                "url": "https://github.com/nikic/PHP-Parser.git",
733
                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
734
            },
735
            "dist": {
736
                "type": "zip",
737
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
738
                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
739
                "shasum": ""
740
            },
741
            "require": {
742
                "ext-ctype": "*",
743
                "ext-json": "*",
744
                "ext-tokenizer": "*",
745
                "php": ">=7.4"
746
            },
747
            "require-dev": {
748
                "ircmaxell/php-yacc": "^0.0.7",
749
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
750
            },
751
            "bin": [
752
                "bin/php-parse"
753
            ],
754
            "type": "library",
755
            "extra": {
756
                "branch-alias": {
757
                    "dev-master": "5.0-dev"
758
                }
759
            },
760
            "autoload": {
761
                "psr-4": {
762
                    "PhpParser\\": "lib/PhpParser"
763
                }
764
            },
765
            "notification-url": "https://packagist.org/downloads/",
766
            "license": [
767
                "BSD-3-Clause"
768
            ],
769
            "authors": [
770
                {
771
                    "name": "Nikita Popov"
772
                }
773
            ],
774
            "description": "A PHP parser written in PHP",
775
            "keywords": [
776
                "parser",
777
                "php"
778
            ],
779
            "support": {
780
                "issues": "https://github.com/nikic/PHP-Parser/issues",
781
                "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
782
            },
783
            "time": "2024-03-05T20:51:40+00:00"
784
        },
785
        {
786
            "name": "oleg-andreyev/mink-phpwebdriver",
787
            "version": "v1.3.1",
788
            "source": {
789
                "type": "git",
790
                "url": "https://github.com/oleg-andreyev/MinkPhpWebDriver.git",
791
                "reference": "c5c2e3177515018b1f209d6b0aff1fc73d324155"
792
            },
793
            "dist": {
794
                "type": "zip",
795
                "url": "https://api.github.com/repos/oleg-andreyev/MinkPhpWebDriver/zipball/c5c2e3177515018b1f209d6b0aff1fc73d324155",
796
                "reference": "c5c2e3177515018b1f209d6b0aff1fc73d324155",
797
                "shasum": ""
798
            },
799
            "require": {
800
                "behat/mink": "^1.10",
801
                "php": ">=8.0",
802
                "php-webdriver/webdriver": "^1.14"
803
            },
804
            "require-dev": {
805
                "bamarni/composer-bin-plugin": "^1.8",
806
                "behat/mink-extension": "^2.3",
807
                "ext-json": "*",
808
                "jetbrains/phpstorm-attributes": "^1.0",
809
                "mink/driver-testsuite": "dev-integration-branch",
810
                "roave/security-advisories": "dev-master"
811
            },
812
            "type": "mink-driver",
813
            "extra": {
814
                "branch-alias": {
815
                    "dev-master": "1.3.x-dev"
816
                }
817
            },
818
            "autoload": {
819
                "psr-4": {
820
                    "OAndreyev\\Mink\\Driver\\": "src/"
821
                }
822
            },
823
            "notification-url": "https://packagist.org/downloads/",
824
            "license": [
825
                "MIT"
826
            ],
827
            "authors": [
828
                {
829
                    "name": "Oleg Andreyev",
830
                    "email": "oleg@andreyev.lv",
831
                    "role": "Main Developer"
832
                }
833
            ],
834
            "description": "MinkPhpWebDriver driver for Mink framework",
835
            "keywords": [
836
                "W3C",
837
                "ajax",
838
                "browser",
839
                "javascript",
840
                "jsonwire",
841
                "testing",
842
                "webdriver"
843
            ],
844
            "support": {
845
                "issues": "https://github.com/oleg-andreyev/MinkPhpWebDriver/issues",
846
                "source": "https://github.com/oleg-andreyev/MinkPhpWebDriver/tree/v1.3.1"
847
            },
848
            "time": "2024-01-23T18:51:27+00:00"
849
        },
850
        {
851
            "name": "phar-io/manifest",
852
            "version": "2.0.4",
853
            "source": {
854
                "type": "git",
855
                "url": "https://github.com/phar-io/manifest.git",
856
                "reference": "54750ef60c58e43759730615a392c31c80e23176"
857
            },
858
            "dist": {
859
                "type": "zip",
860
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
861
                "reference": "54750ef60c58e43759730615a392c31c80e23176",
862
                "shasum": ""
863
            },
864
            "require": {
865
                "ext-dom": "*",
866
                "ext-libxml": "*",
867
                "ext-phar": "*",
868
                "ext-xmlwriter": "*",
869
                "phar-io/version": "^3.0.1",
870
                "php": "^7.2 || ^8.0"
871
            },
872
            "type": "library",
873
            "extra": {
874
                "branch-alias": {
875
                    "dev-master": "2.0.x-dev"
876
                }
877
            },
878
            "autoload": {
879
                "classmap": [
880
                    "src/"
881
                ]
882
            },
883
            "notification-url": "https://packagist.org/downloads/",
884
            "license": [
885
                "BSD-3-Clause"
886
            ],
887
            "authors": [
888
                {
889
                    "name": "Arne Blankerts",
890
                    "email": "arne@blankerts.de",
891
                    "role": "Developer"
892
                },
893
                {
894
                    "name": "Sebastian Heuer",
895
                    "email": "sebastian@phpeople.de",
896
                    "role": "Developer"
897
                },
898
                {
899
                    "name": "Sebastian Bergmann",
900
                    "email": "sebastian@phpunit.de",
901
                    "role": "Developer"
902
                }
903
            ],
904
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
905
            "support": {
906
                "issues": "https://github.com/phar-io/manifest/issues",
907
                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
908
            },
909
            "funding": [
910
                {
911
                    "url": "https://github.com/theseer",
912
                    "type": "github"
913
                }
914
            ],
915
            "time": "2024-03-03T12:33:53+00:00"
916
        },
917
        {
918
            "name": "phar-io/version",
919
            "version": "3.2.1",
920
            "source": {
921
                "type": "git",
922
                "url": "https://github.com/phar-io/version.git",
923
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
924
            },
925
            "dist": {
926
                "type": "zip",
927
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
928
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
929
                "shasum": ""
930
            },
931
            "require": {
932
                "php": "^7.2 || ^8.0"
933
            },
934
            "type": "library",
935
            "autoload": {
936
                "classmap": [
937
                    "src/"
938
                ]
939
            },
940
            "notification-url": "https://packagist.org/downloads/",
941
            "license": [
942
                "BSD-3-Clause"
943
            ],
944
            "authors": [
945
                {
946
                    "name": "Arne Blankerts",
947
                    "email": "arne@blankerts.de",
948
                    "role": "Developer"
949
                },
950
                {
951
                    "name": "Sebastian Heuer",
952
                    "email": "sebastian@phpeople.de",
953
                    "role": "Developer"
954
                },
955
                {
956
                    "name": "Sebastian Bergmann",
957
                    "email": "sebastian@phpunit.de",
958
                    "role": "Developer"
959
                }
960
            ],
961
            "description": "Library for handling version information and constraints",
962
            "support": {
963
                "issues": "https://github.com/phar-io/version/issues",
964
                "source": "https://github.com/phar-io/version/tree/3.2.1"
965
            },
966
            "time": "2022-02-21T01:04:05+00:00"
967
        },
968
        {
969
            "name": "php-webdriver/webdriver",
970
            "version": "1.15.1",
971
            "source": {
972
                "type": "git",
973
                "url": "https://github.com/php-webdriver/php-webdriver.git",
974
                "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8"
975
            },
976
            "dist": {
977
                "type": "zip",
978
                "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
979
                "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
980
                "shasum": ""
981
            },
982
            "require": {
983
                "ext-curl": "*",
984
                "ext-json": "*",
985
                "ext-zip": "*",
986
                "php": "^7.3 || ^8.0",
987
                "symfony/polyfill-mbstring": "^1.12",
988
                "symfony/process": "^5.0 || ^6.0 || ^7.0"
989
            },
990
            "replace": {
991
                "facebook/webdriver": "*"
992
            },
993
            "require-dev": {
994
                "ergebnis/composer-normalize": "^2.20.0",
995
                "ondram/ci-detector": "^4.0",
996
                "php-coveralls/php-coveralls": "^2.4",
997
                "php-mock/php-mock-phpunit": "^2.0",
998
                "php-parallel-lint/php-parallel-lint": "^1.2",
999
                "phpunit/phpunit": "^9.3",
1000
                "squizlabs/php_codesniffer": "^3.5",
1001
                "symfony/var-dumper": "^5.0 || ^6.0"
1002
            },
1003
            "suggest": {
1004
                "ext-SimpleXML": "For Firefox profile creation"
1005
            },
1006
            "type": "library",
1007
            "autoload": {
1008
                "files": [
1009
                    "lib/Exception/TimeoutException.php"
1010
                ],
1011
                "psr-4": {
1012
                    "Facebook\\WebDriver\\": "lib/"
1013
                }
1014
            },
1015
            "notification-url": "https://packagist.org/downloads/",
1016
            "license": [
1017
                "MIT"
1018
            ],
1019
            "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
1020
            "homepage": "https://github.com/php-webdriver/php-webdriver",
1021
            "keywords": [
1022
                "Chromedriver",
1023
                "geckodriver",
1024
                "php",
1025
                "selenium",
1026
                "webdriver"
1027
            ],
1028
            "support": {
1029
                "issues": "https://github.com/php-webdriver/php-webdriver/issues",
1030
                "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.1"
1031
            },
1032
            "time": "2023-10-20T12:21:20+00:00"
1033
        },
1034
        {
1035
            "name": "phpunit/php-code-coverage",
1036
            "version": "9.2.31",
1037
            "source": {
1038
                "type": "git",
1039
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1040
                "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
1041
            },
1042
            "dist": {
1043
                "type": "zip",
1044
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
1045
                "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
1046
                "shasum": ""
1047
            },
1048
            "require": {
1049
                "ext-dom": "*",
1050
                "ext-libxml": "*",
1051
                "ext-xmlwriter": "*",
1052
                "nikic/php-parser": "^4.18 || ^5.0",
1053
                "php": ">=7.3",
1054
                "phpunit/php-file-iterator": "^3.0.3",
1055
                "phpunit/php-text-template": "^2.0.2",
1056
                "sebastian/code-unit-reverse-lookup": "^2.0.2",
1057
                "sebastian/complexity": "^2.0",
1058
                "sebastian/environment": "^5.1.2",
1059
                "sebastian/lines-of-code": "^1.0.3",
1060
                "sebastian/version": "^3.0.1",
1061
                "theseer/tokenizer": "^1.2.0"
1062
            },
1063
            "require-dev": {
1064
                "phpunit/phpunit": "^9.3"
1065
            },
1066
            "suggest": {
1067
                "ext-pcov": "PHP extension that provides line coverage",
1068
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
1069
            },
1070
            "type": "library",
1071
            "extra": {
1072
                "branch-alias": {
1073
                    "dev-master": "9.2-dev"
1074
                }
1075
            },
1076
            "autoload": {
1077
                "classmap": [
1078
                    "src/"
1079
                ]
1080
            },
1081
            "notification-url": "https://packagist.org/downloads/",
1082
            "license": [
1083
                "BSD-3-Clause"
1084
            ],
1085
            "authors": [
1086
                {
1087
                    "name": "Sebastian Bergmann",
1088
                    "email": "sebastian@phpunit.de",
1089
                    "role": "lead"
1090
                }
1091
            ],
1092
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1093
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1094
            "keywords": [
1095
                "coverage",
1096
                "testing",
1097
                "xunit"
1098
            ],
1099
            "support": {
1100
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1101
                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
1102
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
1103
            },
1104
            "funding": [
1105
                {
1106
                    "url": "https://github.com/sebastianbergmann",
1107
                    "type": "github"
1108
                }
1109
            ],
1110
            "time": "2024-03-02T06:37:42+00:00"
1111
        },
1112
        {
1113
            "name": "phpunit/php-file-iterator",
1114
            "version": "3.0.6",
1115
            "source": {
1116
                "type": "git",
1117
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1118
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
1119
            },
1120
            "dist": {
1121
                "type": "zip",
1122
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1123
                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1124
                "shasum": ""
1125
            },
1126
            "require": {
1127
                "php": ">=7.3"
1128
            },
1129
            "require-dev": {
1130
                "phpunit/phpunit": "^9.3"
1131
            },
1132
            "type": "library",
1133
            "extra": {
1134
                "branch-alias": {
1135
                    "dev-master": "3.0-dev"
1136
                }
1137
            },
1138
            "autoload": {
1139
                "classmap": [
1140
                    "src/"
1141
                ]
1142
            },
1143
            "notification-url": "https://packagist.org/downloads/",
1144
            "license": [
1145
                "BSD-3-Clause"
1146
            ],
1147
            "authors": [
1148
                {
1149
                    "name": "Sebastian Bergmann",
1150
                    "email": "sebastian@phpunit.de",
1151
                    "role": "lead"
1152
                }
1153
            ],
1154
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1155
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1156
            "keywords": [
1157
                "filesystem",
1158
                "iterator"
1159
            ],
1160
            "support": {
1161
                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1162
                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
1163
            },
1164
            "funding": [
1165
                {
1166
                    "url": "https://github.com/sebastianbergmann",
1167
                    "type": "github"
1168
                }
1169
            ],
1170
            "time": "2021-12-02T12:48:52+00:00"
1171
        },
1172
        {
1173
            "name": "phpunit/php-invoker",
1174
            "version": "3.1.1",
1175
            "source": {
1176
                "type": "git",
1177
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
1178
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
1179
            },
1180
            "dist": {
1181
                "type": "zip",
1182
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
1183
                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
1184
                "shasum": ""
1185
            },
1186
            "require": {
1187
                "php": ">=7.3"
1188
            },
1189
            "require-dev": {
1190
                "ext-pcntl": "*",
1191
                "phpunit/phpunit": "^9.3"
1192
            },
1193
            "suggest": {
1194
                "ext-pcntl": "*"
1195
            },
1196
            "type": "library",
1197
            "extra": {
1198
                "branch-alias": {
1199
                    "dev-master": "3.1-dev"
1200
                }
1201
            },
1202
            "autoload": {
1203
                "classmap": [
1204
                    "src/"
1205
                ]
1206
            },
1207
            "notification-url": "https://packagist.org/downloads/",
1208
            "license": [
1209
                "BSD-3-Clause"
1210
            ],
1211
            "authors": [
1212
                {
1213
                    "name": "Sebastian Bergmann",
1214
                    "email": "sebastian@phpunit.de",
1215
                    "role": "lead"
1216
                }
1217
            ],
1218
            "description": "Invoke callables with a timeout",
1219
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
1220
            "keywords": [
1221
                "process"
1222
            ],
1223
            "support": {
1224
                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
1225
                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
1226
            },
1227
            "funding": [
1228
                {
1229
                    "url": "https://github.com/sebastianbergmann",
1230
                    "type": "github"
1231
                }
1232
            ],
1233
            "time": "2020-09-28T05:58:55+00:00"
1234
        },
1235
        {
1236
            "name": "phpunit/php-text-template",
1237
            "version": "2.0.4",
1238
            "source": {
1239
                "type": "git",
1240
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1241
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
1242
            },
1243
            "dist": {
1244
                "type": "zip",
1245
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1246
                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1247
                "shasum": ""
1248
            },
1249
            "require": {
1250
                "php": ">=7.3"
1251
            },
1252
            "require-dev": {
1253
                "phpunit/phpunit": "^9.3"
1254
            },
1255
            "type": "library",
1256
            "extra": {
1257
                "branch-alias": {
1258
                    "dev-master": "2.0-dev"
1259
                }
1260
            },
1261
            "autoload": {
1262
                "classmap": [
1263
                    "src/"
1264
                ]
1265
            },
1266
            "notification-url": "https://packagist.org/downloads/",
1267
            "license": [
1268
                "BSD-3-Clause"
1269
            ],
1270
            "authors": [
1271
                {
1272
                    "name": "Sebastian Bergmann",
1273
                    "email": "sebastian@phpunit.de",
1274
                    "role": "lead"
1275
                }
1276
            ],
1277
            "description": "Simple template engine.",
1278
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1279
            "keywords": [
1280
                "template"
1281
            ],
1282
            "support": {
1283
                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1284
                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
1285
            },
1286
            "funding": [
1287
                {
1288
                    "url": "https://github.com/sebastianbergmann",
1289
                    "type": "github"
1290
                }
1291
            ],
1292
            "time": "2020-10-26T05:33:50+00:00"
1293
        },
1294
        {
1295
            "name": "phpunit/php-timer",
1296
            "version": "5.0.3",
1297
            "source": {
1298
                "type": "git",
1299
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1300
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
1301
            },
1302
            "dist": {
1303
                "type": "zip",
1304
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1305
                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1306
                "shasum": ""
1307
            },
1308
            "require": {
1309
                "php": ">=7.3"
1310
            },
1311
            "require-dev": {
1312
                "phpunit/phpunit": "^9.3"
1313
            },
1314
            "type": "library",
1315
            "extra": {
1316
                "branch-alias": {
1317
                    "dev-master": "5.0-dev"
1318
                }
1319
            },
1320
            "autoload": {
1321
                "classmap": [
1322
                    "src/"
1323
                ]
1324
            },
1325
            "notification-url": "https://packagist.org/downloads/",
1326
            "license": [
1327
                "BSD-3-Clause"
1328
            ],
1329
            "authors": [
1330
                {
1331
                    "name": "Sebastian Bergmann",
1332
                    "email": "sebastian@phpunit.de",
1333
                    "role": "lead"
1334
                }
1335
            ],
1336
            "description": "Utility class for timing",
1337
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1338
            "keywords": [
1339
                "timer"
1340
            ],
1341
            "support": {
1342
                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1343
                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
1344
            },
1345
            "funding": [
1346
                {
1347
                    "url": "https://github.com/sebastianbergmann",
1348
                    "type": "github"
1349
                }
1350
            ],
1351
            "time": "2020-10-26T13:16:10+00:00"
1352
        },
1353
        {
1354
            "name": "phpunit/phpunit",
1355
            "version": "9.6.18",
1356
            "source": {
1357
                "type": "git",
1358
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1359
                "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
1360
            },
1361
            "dist": {
1362
                "type": "zip",
1363
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
1364
                "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
1365
                "shasum": ""
1366
            },
1367
            "require": {
1368
                "doctrine/instantiator": "^1.3.1 || ^2",
1369
                "ext-dom": "*",
1370
                "ext-json": "*",
1371
                "ext-libxml": "*",
1372
                "ext-mbstring": "*",
1373
                "ext-xml": "*",
1374
                "ext-xmlwriter": "*",
1375
                "myclabs/deep-copy": "^1.10.1",
1376
                "phar-io/manifest": "^2.0.3",
1377
                "phar-io/version": "^3.0.2",
1378
                "php": ">=7.3",
1379
                "phpunit/php-code-coverage": "^9.2.28",
1380
                "phpunit/php-file-iterator": "^3.0.5",
1381
                "phpunit/php-invoker": "^3.1.1",
1382
                "phpunit/php-text-template": "^2.0.3",
1383
                "phpunit/php-timer": "^5.0.2",
1384
                "sebastian/cli-parser": "^1.0.1",
1385
                "sebastian/code-unit": "^1.0.6",
1386
                "sebastian/comparator": "^4.0.8",
1387
                "sebastian/diff": "^4.0.3",
1388
                "sebastian/environment": "^5.1.3",
1389
                "sebastian/exporter": "^4.0.5",
1390
                "sebastian/global-state": "^5.0.1",
1391
                "sebastian/object-enumerator": "^4.0.3",
1392
                "sebastian/resource-operations": "^3.0.3",
1393
                "sebastian/type": "^3.2",
1394
                "sebastian/version": "^3.0.2"
1395
            },
1396
            "suggest": {
1397
                "ext-soap": "To be able to generate mocks based on WSDL files",
1398
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
1399
            },
1400
            "bin": [
1401
                "phpunit"
1402
            ],
1403
            "type": "library",
1404
            "extra": {
1405
                "branch-alias": {
1406
                    "dev-master": "9.6-dev"
1407
                }
1408
            },
1409
            "autoload": {
1410
                "files": [
1411
                    "src/Framework/Assert/Functions.php"
1412
                ],
1413
                "classmap": [
1414
                    "src/"
1415
                ]
1416
            },
1417
            "notification-url": "https://packagist.org/downloads/",
1418
            "license": [
1419
                "BSD-3-Clause"
1420
            ],
1421
            "authors": [
1422
                {
1423
                    "name": "Sebastian Bergmann",
1424
                    "email": "sebastian@phpunit.de",
1425
                    "role": "lead"
1426
                }
1427
            ],
1428
            "description": "The PHP Unit Testing framework.",
1429
            "homepage": "https://phpunit.de/",
1430
            "keywords": [
1431
                "phpunit",
1432
                "testing",
1433
                "xunit"
1434
            ],
1435
            "support": {
1436
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1437
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
1438
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
1439
            },
1440
            "funding": [
1441
                {
1442
                    "url": "https://phpunit.de/sponsors.html",
1443
                    "type": "custom"
1444
                },
1445
                {
1446
                    "url": "https://github.com/sebastianbergmann",
1447
                    "type": "github"
1448
                },
1449
                {
1450
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
1451
                    "type": "tidelift"
1452
                }
1453
            ],
1454
            "time": "2024-03-21T12:07:32+00:00"
1455
        },
1456
        {
1457
            "name": "psr/container",
1458
            "version": "2.0.2",
1459
            "source": {
1460
                "type": "git",
1461
                "url": "https://github.com/php-fig/container.git",
1462
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
1463
            },
1464
            "dist": {
1465
                "type": "zip",
1466
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1467
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1468
                "shasum": ""
1469
            },
1470
            "require": {
1471
                "php": ">=7.4.0"
1472
            },
1473
            "type": "library",
1474
            "extra": {
1475
                "branch-alias": {
1476
                    "dev-master": "2.0.x-dev"
1477
                }
1478
            },
1479
            "autoload": {
1480
                "psr-4": {
1481
                    "Psr\\Container\\": "src/"
1482
                }
1483
            },
1484
            "notification-url": "https://packagist.org/downloads/",
1485
            "license": [
1486
                "MIT"
1487
            ],
1488
            "authors": [
1489
                {
1490
                    "name": "PHP-FIG",
1491
                    "homepage": "https://www.php-fig.org/"
1492
                }
1493
            ],
1494
            "description": "Common Container Interface (PHP FIG PSR-11)",
1495
            "homepage": "https://github.com/php-fig/container",
1496
            "keywords": [
1497
                "PSR-11",
1498
                "container",
1499
                "container-interface",
1500
                "container-interop",
1501
                "psr"
1502
            ],
1503
            "support": {
1504
                "issues": "https://github.com/php-fig/container/issues",
1505
                "source": "https://github.com/php-fig/container/tree/2.0.2"
1506
            },
1507
            "time": "2021-11-05T16:47:00+00:00"
1508
        },
1509
        {
1510
            "name": "psr/event-dispatcher",
1511
            "version": "1.0.0",
1512
            "source": {
1513
                "type": "git",
1514
                "url": "https://github.com/php-fig/event-dispatcher.git",
1515
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1516
            },
1517
            "dist": {
1518
                "type": "zip",
1519
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1520
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1521
                "shasum": ""
1522
            },
1523
            "require": {
1524
                "php": ">=7.2.0"
1525
            },
1526
            "type": "library",
1527
            "extra": {
1528
                "branch-alias": {
1529
                    "dev-master": "1.0.x-dev"
1530
                }
1531
            },
1532
            "autoload": {
1533
                "psr-4": {
1534
                    "Psr\\EventDispatcher\\": "src/"
1535
                }
1536
            },
1537
            "notification-url": "https://packagist.org/downloads/",
1538
            "license": [
1539
                "MIT"
1540
            ],
1541
            "authors": [
1542
                {
1543
                    "name": "PHP-FIG",
1544
                    "homepage": "http://www.php-fig.org/"
1545
                }
1546
            ],
1547
            "description": "Standard interfaces for event handling.",
1548
            "keywords": [
1549
                "events",
1550
                "psr",
1551
                "psr-14"
1552
            ],
1553
            "support": {
1554
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
1555
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1556
            },
1557
            "time": "2019-01-08T18:20:26+00:00"
1558
        },
1559
        {
1560
            "name": "psr/log",
1561
            "version": "3.0.0",
1562
            "source": {
1563
                "type": "git",
1564
                "url": "https://github.com/php-fig/log.git",
1565
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
1566
            },
1567
            "dist": {
1568
                "type": "zip",
1569
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
1570
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
1571
                "shasum": ""
1572
            },
1573
            "require": {
1574
                "php": ">=8.0.0"
1575
            },
1576
            "type": "library",
1577
            "extra": {
1578
                "branch-alias": {
1579
                    "dev-master": "3.x-dev"
1580
                }
1581
            },
1582
            "autoload": {
1583
                "psr-4": {
1584
                    "Psr\\Log\\": "src"
1585
                }
1586
            },
1587
            "notification-url": "https://packagist.org/downloads/",
1588
            "license": [
1589
                "MIT"
1590
            ],
1591
            "authors": [
1592
                {
1593
                    "name": "PHP-FIG",
1594
                    "homepage": "https://www.php-fig.org/"
1595
                }
1596
            ],
1597
            "description": "Common interface for logging libraries",
1598
            "homepage": "https://github.com/php-fig/log",
1599
            "keywords": [
1600
                "log",
1601
                "psr",
1602
                "psr-3"
1603
            ],
1604
            "support": {
1605
                "source": "https://github.com/php-fig/log/tree/3.0.0"
1606
            },
1607
            "time": "2021-07-14T16:46:02+00:00"
1608
        },
1609
        {
1610
            "name": "sebastian/cli-parser",
1611
            "version": "1.0.2",
1612
            "source": {
1613
                "type": "git",
1614
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
1615
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
1616
            },
1617
            "dist": {
1618
                "type": "zip",
1619
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1620
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1621
                "shasum": ""
1622
            },
1623
            "require": {
1624
                "php": ">=7.3"
1625
            },
1626
            "require-dev": {
1627
                "phpunit/phpunit": "^9.3"
1628
            },
1629
            "type": "library",
1630
            "extra": {
1631
                "branch-alias": {
1632
                    "dev-master": "1.0-dev"
1633
                }
1634
            },
1635
            "autoload": {
1636
                "classmap": [
1637
                    "src/"
1638
                ]
1639
            },
1640
            "notification-url": "https://packagist.org/downloads/",
1641
            "license": [
1642
                "BSD-3-Clause"
1643
            ],
1644
            "authors": [
1645
                {
1646
                    "name": "Sebastian Bergmann",
1647
                    "email": "sebastian@phpunit.de",
1648
                    "role": "lead"
1649
                }
1650
            ],
1651
            "description": "Library for parsing CLI options",
1652
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
1653
            "support": {
1654
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1655
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
1656
            },
1657
            "funding": [
1658
                {
1659
                    "url": "https://github.com/sebastianbergmann",
1660
                    "type": "github"
1661
                }
1662
            ],
1663
            "time": "2024-03-02T06:27:43+00:00"
1664
        },
1665
        {
1666
            "name": "sebastian/code-unit",
1667
            "version": "1.0.8",
1668
            "source": {
1669
                "type": "git",
1670
                "url": "https://github.com/sebastianbergmann/code-unit.git",
1671
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
1672
            },
1673
            "dist": {
1674
                "type": "zip",
1675
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
1676
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
1677
                "shasum": ""
1678
            },
1679
            "require": {
1680
                "php": ">=7.3"
1681
            },
1682
            "require-dev": {
1683
                "phpunit/phpunit": "^9.3"
1684
            },
1685
            "type": "library",
1686
            "extra": {
1687
                "branch-alias": {
1688
                    "dev-master": "1.0-dev"
1689
                }
1690
            },
1691
            "autoload": {
1692
                "classmap": [
1693
                    "src/"
1694
                ]
1695
            },
1696
            "notification-url": "https://packagist.org/downloads/",
1697
            "license": [
1698
                "BSD-3-Clause"
1699
            ],
1700
            "authors": [
1701
                {
1702
                    "name": "Sebastian Bergmann",
1703
                    "email": "sebastian@phpunit.de",
1704
                    "role": "lead"
1705
                }
1706
            ],
1707
            "description": "Collection of value objects that represent the PHP code units",
1708
            "homepage": "https://github.com/sebastianbergmann/code-unit",
1709
            "support": {
1710
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1711
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
1712
            },
1713
            "funding": [
1714
                {
1715
                    "url": "https://github.com/sebastianbergmann",
1716
                    "type": "github"
1717
                }
1718
            ],
1719
            "time": "2020-10-26T13:08:54+00:00"
1720
        },
1721
        {
1722
            "name": "sebastian/code-unit-reverse-lookup",
1723
            "version": "2.0.3",
1724
            "source": {
1725
                "type": "git",
1726
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1727
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
1728
            },
1729
            "dist": {
1730
                "type": "zip",
1731
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1732
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1733
                "shasum": ""
1734
            },
1735
            "require": {
1736
                "php": ">=7.3"
1737
            },
1738
            "require-dev": {
1739
                "phpunit/phpunit": "^9.3"
1740
            },
1741
            "type": "library",
1742
            "extra": {
1743
                "branch-alias": {
1744
                    "dev-master": "2.0-dev"
1745
                }
1746
            },
1747
            "autoload": {
1748
                "classmap": [
1749
                    "src/"
1750
                ]
1751
            },
1752
            "notification-url": "https://packagist.org/downloads/",
1753
            "license": [
1754
                "BSD-3-Clause"
1755
            ],
1756
            "authors": [
1757
                {
1758
                    "name": "Sebastian Bergmann",
1759
                    "email": "sebastian@phpunit.de"
1760
                }
1761
            ],
1762
            "description": "Looks up which function or method a line of code belongs to",
1763
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1764
            "support": {
1765
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1766
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
1767
            },
1768
            "funding": [
1769
                {
1770
                    "url": "https://github.com/sebastianbergmann",
1771
                    "type": "github"
1772
                }
1773
            ],
1774
            "time": "2020-09-28T05:30:19+00:00"
1775
        },
1776
        {
1777
            "name": "sebastian/comparator",
1778
            "version": "4.0.8",
1779
            "source": {
1780
                "type": "git",
1781
                "url": "https://github.com/sebastianbergmann/comparator.git",
1782
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
1783
            },
1784
            "dist": {
1785
                "type": "zip",
1786
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
1787
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
1788
                "shasum": ""
1789
            },
1790
            "require": {
1791
                "php": ">=7.3",
1792
                "sebastian/diff": "^4.0",
1793
                "sebastian/exporter": "^4.0"
1794
            },
1795
            "require-dev": {
1796
                "phpunit/phpunit": "^9.3"
1797
            },
1798
            "type": "library",
1799
            "extra": {
1800
                "branch-alias": {
1801
                    "dev-master": "4.0-dev"
1802
                }
1803
            },
1804
            "autoload": {
1805
                "classmap": [
1806
                    "src/"
1807
                ]
1808
            },
1809
            "notification-url": "https://packagist.org/downloads/",
1810
            "license": [
1811
                "BSD-3-Clause"
1812
            ],
1813
            "authors": [
1814
                {
1815
                    "name": "Sebastian Bergmann",
1816
                    "email": "sebastian@phpunit.de"
1817
                },
1818
                {
1819
                    "name": "Jeff Welch",
1820
                    "email": "whatthejeff@gmail.com"
1821
                },
1822
                {
1823
                    "name": "Volker Dusch",
1824
                    "email": "github@wallbash.com"
1825
                },
1826
                {
1827
                    "name": "Bernhard Schussek",
1828
                    "email": "bschussek@2bepublished.at"
1829
                }
1830
            ],
1831
            "description": "Provides the functionality to compare PHP values for equality",
1832
            "homepage": "https://github.com/sebastianbergmann/comparator",
1833
            "keywords": [
1834
                "comparator",
1835
                "compare",
1836
                "equality"
1837
            ],
1838
            "support": {
1839
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
1840
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
1841
            },
1842
            "funding": [
1843
                {
1844
                    "url": "https://github.com/sebastianbergmann",
1845
                    "type": "github"
1846
                }
1847
            ],
1848
            "time": "2022-09-14T12:41:17+00:00"
1849
        },
1850
        {
1851
            "name": "sebastian/complexity",
1852
            "version": "2.0.3",
1853
            "source": {
1854
                "type": "git",
1855
                "url": "https://github.com/sebastianbergmann/complexity.git",
1856
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
1857
            },
1858
            "dist": {
1859
                "type": "zip",
1860
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
1861
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
1862
                "shasum": ""
1863
            },
1864
            "require": {
1865
                "nikic/php-parser": "^4.18 || ^5.0",
1866
                "php": ">=7.3"
1867
            },
1868
            "require-dev": {
1869
                "phpunit/phpunit": "^9.3"
1870
            },
1871
            "type": "library",
1872
            "extra": {
1873
                "branch-alias": {
1874
                    "dev-master": "2.0-dev"
1875
                }
1876
            },
1877
            "autoload": {
1878
                "classmap": [
1879
                    "src/"
1880
                ]
1881
            },
1882
            "notification-url": "https://packagist.org/downloads/",
1883
            "license": [
1884
                "BSD-3-Clause"
1885
            ],
1886
            "authors": [
1887
                {
1888
                    "name": "Sebastian Bergmann",
1889
                    "email": "sebastian@phpunit.de",
1890
                    "role": "lead"
1891
                }
1892
            ],
1893
            "description": "Library for calculating the complexity of PHP code units",
1894
            "homepage": "https://github.com/sebastianbergmann/complexity",
1895
            "support": {
1896
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
1897
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
1898
            },
1899
            "funding": [
1900
                {
1901
                    "url": "https://github.com/sebastianbergmann",
1902
                    "type": "github"
1903
                }
1904
            ],
1905
            "time": "2023-12-22T06:19:30+00:00"
1906
        },
1907
        {
1908
            "name": "sebastian/diff",
1909
            "version": "4.0.6",
1910
            "source": {
1911
                "type": "git",
1912
                "url": "https://github.com/sebastianbergmann/diff.git",
1913
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
1914
            },
1915
            "dist": {
1916
                "type": "zip",
1917
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
1918
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
1919
                "shasum": ""
1920
            },
1921
            "require": {
1922
                "php": ">=7.3"
1923
            },
1924
            "require-dev": {
1925
                "phpunit/phpunit": "^9.3",
1926
                "symfony/process": "^4.2 || ^5"
1927
            },
1928
            "type": "library",
1929
            "extra": {
1930
                "branch-alias": {
1931
                    "dev-master": "4.0-dev"
1932
                }
1933
            },
1934
            "autoload": {
1935
                "classmap": [
1936
                    "src/"
1937
                ]
1938
            },
1939
            "notification-url": "https://packagist.org/downloads/",
1940
            "license": [
1941
                "BSD-3-Clause"
1942
            ],
1943
            "authors": [
1944
                {
1945
                    "name": "Sebastian Bergmann",
1946
                    "email": "sebastian@phpunit.de"
1947
                },
1948
                {
1949
                    "name": "Kore Nordmann",
1950
                    "email": "mail@kore-nordmann.de"
1951
                }
1952
            ],
1953
            "description": "Diff implementation",
1954
            "homepage": "https://github.com/sebastianbergmann/diff",
1955
            "keywords": [
1956
                "diff",
1957
                "udiff",
1958
                "unidiff",
1959
                "unified diff"
1960
            ],
1961
            "support": {
1962
                "issues": "https://github.com/sebastianbergmann/diff/issues",
1963
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
1964
            },
1965
            "funding": [
1966
                {
1967
                    "url": "https://github.com/sebastianbergmann",
1968
                    "type": "github"
1969
                }
1970
            ],
1971
            "time": "2024-03-02T06:30:58+00:00"
1972
        },
1973
        {
1974
            "name": "sebastian/environment",
1975
            "version": "5.1.5",
1976
            "source": {
1977
                "type": "git",
1978
                "url": "https://github.com/sebastianbergmann/environment.git",
1979
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
1980
            },
1981
            "dist": {
1982
                "type": "zip",
1983
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1984
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1985
                "shasum": ""
1986
            },
1987
            "require": {
1988
                "php": ">=7.3"
1989
            },
1990
            "require-dev": {
1991
                "phpunit/phpunit": "^9.3"
1992
            },
1993
            "suggest": {
1994
                "ext-posix": "*"
1995
            },
1996
            "type": "library",
1997
            "extra": {
1998
                "branch-alias": {
1999
                    "dev-master": "5.1-dev"
2000
                }
2001
            },
2002
            "autoload": {
2003
                "classmap": [
2004
                    "src/"
2005
                ]
2006
            },
2007
            "notification-url": "https://packagist.org/downloads/",
2008
            "license": [
2009
                "BSD-3-Clause"
2010
            ],
2011
            "authors": [
2012
                {
2013
                    "name": "Sebastian Bergmann",
2014
                    "email": "sebastian@phpunit.de"
2015
                }
2016
            ],
2017
            "description": "Provides functionality to handle HHVM/PHP environments",
2018
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2019
            "keywords": [
2020
                "Xdebug",
2021
                "environment",
2022
                "hhvm"
2023
            ],
2024
            "support": {
2025
                "issues": "https://github.com/sebastianbergmann/environment/issues",
2026
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
2027
            },
2028
            "funding": [
2029
                {
2030
                    "url": "https://github.com/sebastianbergmann",
2031
                    "type": "github"
2032
                }
2033
            ],
2034
            "time": "2023-02-03T06:03:51+00:00"
2035
        },
2036
        {
2037
            "name": "sebastian/exporter",
2038
            "version": "4.0.6",
2039
            "source": {
2040
                "type": "git",
2041
                "url": "https://github.com/sebastianbergmann/exporter.git",
2042
                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
2043
            },
2044
            "dist": {
2045
                "type": "zip",
2046
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
2047
                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
2048
                "shasum": ""
2049
            },
2050
            "require": {
2051
                "php": ">=7.3",
2052
                "sebastian/recursion-context": "^4.0"
2053
            },
2054
            "require-dev": {
2055
                "ext-mbstring": "*",
2056
                "phpunit/phpunit": "^9.3"
2057
            },
2058
            "type": "library",
2059
            "extra": {
2060
                "branch-alias": {
2061
                    "dev-master": "4.0-dev"
2062
                }
2063
            },
2064
            "autoload": {
2065
                "classmap": [
2066
                    "src/"
2067
                ]
2068
            },
2069
            "notification-url": "https://packagist.org/downloads/",
2070
            "license": [
2071
                "BSD-3-Clause"
2072
            ],
2073
            "authors": [
2074
                {
2075
                    "name": "Sebastian Bergmann",
2076
                    "email": "sebastian@phpunit.de"
2077
                },
2078
                {
2079
                    "name": "Jeff Welch",
2080
                    "email": "whatthejeff@gmail.com"
2081
                },
2082
                {
2083
                    "name": "Volker Dusch",
2084
                    "email": "github@wallbash.com"
2085
                },
2086
                {
2087
                    "name": "Adam Harvey",
2088
                    "email": "aharvey@php.net"
2089
                },
2090
                {
2091
                    "name": "Bernhard Schussek",
2092
                    "email": "bschussek@gmail.com"
2093
                }
2094
            ],
2095
            "description": "Provides the functionality to export PHP variables for visualization",
2096
            "homepage": "https://www.github.com/sebastianbergmann/exporter",
2097
            "keywords": [
2098
                "export",
2099
                "exporter"
2100
            ],
2101
            "support": {
2102
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
2103
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
2104
            },
2105
            "funding": [
2106
                {
2107
                    "url": "https://github.com/sebastianbergmann",
2108
                    "type": "github"
2109
                }
2110
            ],
2111
            "time": "2024-03-02T06:33:00+00:00"
2112
        },
2113
        {
2114
            "name": "sebastian/global-state",
2115
            "version": "5.0.7",
2116
            "source": {
2117
                "type": "git",
2118
                "url": "https://github.com/sebastianbergmann/global-state.git",
2119
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
2120
            },
2121
            "dist": {
2122
                "type": "zip",
2123
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
2124
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
2125
                "shasum": ""
2126
            },
2127
            "require": {
2128
                "php": ">=7.3",
2129
                "sebastian/object-reflector": "^2.0",
2130
                "sebastian/recursion-context": "^4.0"
2131
            },
2132
            "require-dev": {
2133
                "ext-dom": "*",
2134
                "phpunit/phpunit": "^9.3"
2135
            },
2136
            "suggest": {
2137
                "ext-uopz": "*"
2138
            },
2139
            "type": "library",
2140
            "extra": {
2141
                "branch-alias": {
2142
                    "dev-master": "5.0-dev"
2143
                }
2144
            },
2145
            "autoload": {
2146
                "classmap": [
2147
                    "src/"
2148
                ]
2149
            },
2150
            "notification-url": "https://packagist.org/downloads/",
2151
            "license": [
2152
                "BSD-3-Clause"
2153
            ],
2154
            "authors": [
2155
                {
2156
                    "name": "Sebastian Bergmann",
2157
                    "email": "sebastian@phpunit.de"
2158
                }
2159
            ],
2160
            "description": "Snapshotting of global state",
2161
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2162
            "keywords": [
2163
                "global state"
2164
            ],
2165
            "support": {
2166
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
2167
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
2168
            },
2169
            "funding": [
2170
                {
2171
                    "url": "https://github.com/sebastianbergmann",
2172
                    "type": "github"
2173
                }
2174
            ],
2175
            "time": "2024-03-02T06:35:11+00:00"
2176
        },
2177
        {
2178
            "name": "sebastian/lines-of-code",
2179
            "version": "1.0.4",
2180
            "source": {
2181
                "type": "git",
2182
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
2183
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
2184
            },
2185
            "dist": {
2186
                "type": "zip",
2187
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
2188
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
2189
                "shasum": ""
2190
            },
2191
            "require": {
2192
                "nikic/php-parser": "^4.18 || ^5.0",
2193
                "php": ">=7.3"
2194
            },
2195
            "require-dev": {
2196
                "phpunit/phpunit": "^9.3"
2197
            },
2198
            "type": "library",
2199
            "extra": {
2200
                "branch-alias": {
2201
                    "dev-master": "1.0-dev"
2202
                }
2203
            },
2204
            "autoload": {
2205
                "classmap": [
2206
                    "src/"
2207
                ]
2208
            },
2209
            "notification-url": "https://packagist.org/downloads/",
2210
            "license": [
2211
                "BSD-3-Clause"
2212
            ],
2213
            "authors": [
2214
                {
2215
                    "name": "Sebastian Bergmann",
2216
                    "email": "sebastian@phpunit.de",
2217
                    "role": "lead"
2218
                }
2219
            ],
2220
            "description": "Library for counting the lines of code in PHP source code",
2221
            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
2222
            "support": {
2223
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2224
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
2225
            },
2226
            "funding": [
2227
                {
2228
                    "url": "https://github.com/sebastianbergmann",
2229
                    "type": "github"
2230
                }
2231
            ],
2232
            "time": "2023-12-22T06:20:34+00:00"
2233
        },
2234
        {
2235
            "name": "sebastian/object-enumerator",
2236
            "version": "4.0.4",
2237
            "source": {
2238
                "type": "git",
2239
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2240
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2241
            },
2242
            "dist": {
2243
                "type": "zip",
2244
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
2245
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2246
                "shasum": ""
2247
            },
2248
            "require": {
2249
                "php": ">=7.3",
2250
                "sebastian/object-reflector": "^2.0",
2251
                "sebastian/recursion-context": "^4.0"
2252
            },
2253
            "require-dev": {
2254
                "phpunit/phpunit": "^9.3"
2255
            },
2256
            "type": "library",
2257
            "extra": {
2258
                "branch-alias": {
2259
                    "dev-master": "4.0-dev"
2260
                }
2261
            },
2262
            "autoload": {
2263
                "classmap": [
2264
                    "src/"
2265
                ]
2266
            },
2267
            "notification-url": "https://packagist.org/downloads/",
2268
            "license": [
2269
                "BSD-3-Clause"
2270
            ],
2271
            "authors": [
2272
                {
2273
                    "name": "Sebastian Bergmann",
2274
                    "email": "sebastian@phpunit.de"
2275
                }
2276
            ],
2277
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2278
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2279
            "support": {
2280
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2281
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
2282
            },
2283
            "funding": [
2284
                {
2285
                    "url": "https://github.com/sebastianbergmann",
2286
                    "type": "github"
2287
                }
2288
            ],
2289
            "time": "2020-10-26T13:12:34+00:00"
2290
        },
2291
        {
2292
            "name": "sebastian/object-reflector",
2293
            "version": "2.0.4",
2294
            "source": {
2295
                "type": "git",
2296
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2297
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2298
            },
2299
            "dist": {
2300
                "type": "zip",
2301
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2302
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2303
                "shasum": ""
2304
            },
2305
            "require": {
2306
                "php": ">=7.3"
2307
            },
2308
            "require-dev": {
2309
                "phpunit/phpunit": "^9.3"
2310
            },
2311
            "type": "library",
2312
            "extra": {
2313
                "branch-alias": {
2314
                    "dev-master": "2.0-dev"
2315
                }
2316
            },
2317
            "autoload": {
2318
                "classmap": [
2319
                    "src/"
2320
                ]
2321
            },
2322
            "notification-url": "https://packagist.org/downloads/",
2323
            "license": [
2324
                "BSD-3-Clause"
2325
            ],
2326
            "authors": [
2327
                {
2328
                    "name": "Sebastian Bergmann",
2329
                    "email": "sebastian@phpunit.de"
2330
                }
2331
            ],
2332
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2333
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2334
            "support": {
2335
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2336
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
2337
            },
2338
            "funding": [
2339
                {
2340
                    "url": "https://github.com/sebastianbergmann",
2341
                    "type": "github"
2342
                }
2343
            ],
2344
            "time": "2020-10-26T13:14:26+00:00"
2345
        },
2346
        {
2347
            "name": "sebastian/recursion-context",
2348
            "version": "4.0.5",
2349
            "source": {
2350
                "type": "git",
2351
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2352
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
2353
            },
2354
            "dist": {
2355
                "type": "zip",
2356
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
2357
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
2358
                "shasum": ""
2359
            },
2360
            "require": {
2361
                "php": ">=7.3"
2362
            },
2363
            "require-dev": {
2364
                "phpunit/phpunit": "^9.3"
2365
            },
2366
            "type": "library",
2367
            "extra": {
2368
                "branch-alias": {
2369
                    "dev-master": "4.0-dev"
2370
                }
2371
            },
2372
            "autoload": {
2373
                "classmap": [
2374
                    "src/"
2375
                ]
2376
            },
2377
            "notification-url": "https://packagist.org/downloads/",
2378
            "license": [
2379
                "BSD-3-Clause"
2380
            ],
2381
            "authors": [
2382
                {
2383
                    "name": "Sebastian Bergmann",
2384
                    "email": "sebastian@phpunit.de"
2385
                },
2386
                {
2387
                    "name": "Jeff Welch",
2388
                    "email": "whatthejeff@gmail.com"
2389
                },
2390
                {
2391
                    "name": "Adam Harvey",
2392
                    "email": "aharvey@php.net"
2393
                }
2394
            ],
2395
            "description": "Provides functionality to recursively process PHP variables",
2396
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
2397
            "support": {
2398
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2399
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
2400
            },
2401
            "funding": [
2402
                {
2403
                    "url": "https://github.com/sebastianbergmann",
2404
                    "type": "github"
2405
                }
2406
            ],
2407
            "time": "2023-02-03T06:07:39+00:00"
2408
        },
2409
        {
2410
            "name": "sebastian/resource-operations",
2411
            "version": "3.0.4",
2412
            "source": {
2413
                "type": "git",
2414
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2415
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
2416
            },
2417
            "dist": {
2418
                "type": "zip",
2419
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
2420
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
2421
                "shasum": ""
2422
            },
2423
            "require": {
2424
                "php": ">=7.3"
2425
            },
2426
            "require-dev": {
2427
                "phpunit/phpunit": "^9.0"
2428
            },
2429
            "type": "library",
2430
            "extra": {
2431
                "branch-alias": {
2432
                    "dev-main": "3.0-dev"
2433
                }
2434
            },
2435
            "autoload": {
2436
                "classmap": [
2437
                    "src/"
2438
                ]
2439
            },
2440
            "notification-url": "https://packagist.org/downloads/",
2441
            "license": [
2442
                "BSD-3-Clause"
2443
            ],
2444
            "authors": [
2445
                {
2446
                    "name": "Sebastian Bergmann",
2447
                    "email": "sebastian@phpunit.de"
2448
                }
2449
            ],
2450
            "description": "Provides a list of PHP built-in functions that operate on resources",
2451
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2452
            "support": {
2453
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
2454
            },
2455
            "funding": [
2456
                {
2457
                    "url": "https://github.com/sebastianbergmann",
2458
                    "type": "github"
2459
                }
2460
            ],
2461
            "time": "2024-03-14T16:00:52+00:00"
2462
        },
2463
        {
2464
            "name": "sebastian/type",
2465
            "version": "3.2.1",
2466
            "source": {
2467
                "type": "git",
2468
                "url": "https://github.com/sebastianbergmann/type.git",
2469
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
2470
            },
2471
            "dist": {
2472
                "type": "zip",
2473
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2474
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2475
                "shasum": ""
2476
            },
2477
            "require": {
2478
                "php": ">=7.3"
2479
            },
2480
            "require-dev": {
2481
                "phpunit/phpunit": "^9.5"
2482
            },
2483
            "type": "library",
2484
            "extra": {
2485
                "branch-alias": {
2486
                    "dev-master": "3.2-dev"
2487
                }
2488
            },
2489
            "autoload": {
2490
                "classmap": [
2491
                    "src/"
2492
                ]
2493
            },
2494
            "notification-url": "https://packagist.org/downloads/",
2495
            "license": [
2496
                "BSD-3-Clause"
2497
            ],
2498
            "authors": [
2499
                {
2500
                    "name": "Sebastian Bergmann",
2501
                    "email": "sebastian@phpunit.de",
2502
                    "role": "lead"
2503
                }
2504
            ],
2505
            "description": "Collection of value objects that represent the types of the PHP type system",
2506
            "homepage": "https://github.com/sebastianbergmann/type",
2507
            "support": {
2508
                "issues": "https://github.com/sebastianbergmann/type/issues",
2509
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2510
            },
2511
            "funding": [
2512
                {
2513
                    "url": "https://github.com/sebastianbergmann",
2514
                    "type": "github"
2515
                }
2516
            ],
2517
            "time": "2023-02-03T06:13:03+00:00"
2518
        },
2519
        {
2520
            "name": "sebastian/version",
2521
            "version": "3.0.2",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/sebastianbergmann/version.git",
2525
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
2530
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "php": ">=7.3"
2535
            },
2536
            "type": "library",
2537
            "extra": {
2538
                "branch-alias": {
2539
                    "dev-master": "3.0-dev"
2540
                }
2541
            },
2542
            "autoload": {
2543
                "classmap": [
2544
                    "src/"
2545
                ]
2546
            },
2547
            "notification-url": "https://packagist.org/downloads/",
2548
            "license": [
2549
                "BSD-3-Clause"
2550
            ],
2551
            "authors": [
2552
                {
2553
                    "name": "Sebastian Bergmann",
2554
                    "email": "sebastian@phpunit.de",
2555
                    "role": "lead"
2556
                }
2557
            ],
2558
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2559
            "homepage": "https://github.com/sebastianbergmann/version",
2560
            "support": {
2561
                "issues": "https://github.com/sebastianbergmann/version/issues",
2562
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
2563
            },
2564
            "funding": [
2565
                {
2566
                    "url": "https://github.com/sebastianbergmann",
2567
                    "type": "github"
2568
                }
2569
            ],
2570
            "time": "2020-09-28T06:39:44+00:00"
2571
        },
2572
        {
2573
            "name": "symfony/browser-kit",
2574
            "version": "v6.4.3",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/symfony/browser-kit.git",
2578
                "reference": "495ffa2e6d17e199213f93768efa01af32bbf70e"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/495ffa2e6d17e199213f93768efa01af32bbf70e",
2583
                "reference": "495ffa2e6d17e199213f93768efa01af32bbf70e",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "php": ">=8.1",
2588
                "symfony/dom-crawler": "^5.4|^6.0|^7.0"
2589
            },
2590
            "require-dev": {
2591
                "symfony/css-selector": "^5.4|^6.0|^7.0",
2592
                "symfony/http-client": "^5.4|^6.0|^7.0",
2593
                "symfony/mime": "^5.4|^6.0|^7.0",
2594
                "symfony/process": "^5.4|^6.0|^7.0"
2595
            },
2596
            "type": "library",
2597
            "autoload": {
2598
                "psr-4": {
2599
                    "Symfony\\Component\\BrowserKit\\": ""
2600
                },
2601
                "exclude-from-classmap": [
2602
                    "/Tests/"
2603
                ]
2604
            },
2605
            "notification-url": "https://packagist.org/downloads/",
2606
            "license": [
2607
                "MIT"
2608
            ],
2609
            "authors": [
2610
                {
2611
                    "name": "Fabien Potencier",
2612
                    "email": "fabien@symfony.com"
2613
                },
2614
                {
2615
                    "name": "Symfony Community",
2616
                    "homepage": "https://symfony.com/contributors"
2617
                }
2618
            ],
2619
            "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
2620
            "homepage": "https://symfony.com",
2621
            "support": {
2622
                "source": "https://github.com/symfony/browser-kit/tree/v6.4.3"
2623
            },
2624
            "funding": [
2625
                {
2626
                    "url": "https://symfony.com/sponsor",
2627
                    "type": "custom"
2628
                },
2629
                {
2630
                    "url": "https://github.com/fabpot",
2631
                    "type": "github"
2632
                },
2633
                {
2634
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2635
                    "type": "tidelift"
2636
                }
2637
            ],
2638
            "time": "2024-01-23T14:51:35+00:00"
2639
        },
2640
        {
2641
            "name": "symfony/config",
2642
            "version": "v6.4.4",
2643
            "source": {
2644
                "type": "git",
2645
                "url": "https://github.com/symfony/config.git",
2646
                "reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047"
2647
            },
2648
            "dist": {
2649
                "type": "zip",
2650
                "url": "https://api.github.com/repos/symfony/config/zipball/6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
2651
                "reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
2652
                "shasum": ""
2653
            },
2654
            "require": {
2655
                "php": ">=8.1",
2656
                "symfony/deprecation-contracts": "^2.5|^3",
2657
                "symfony/filesystem": "^5.4|^6.0|^7.0",
2658
                "symfony/polyfill-ctype": "~1.8"
2659
            },
2660
            "conflict": {
2661
                "symfony/finder": "<5.4",
2662
                "symfony/service-contracts": "<2.5"
2663
            },
2664
            "require-dev": {
2665
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
2666
                "symfony/finder": "^5.4|^6.0|^7.0",
2667
                "symfony/messenger": "^5.4|^6.0|^7.0",
2668
                "symfony/service-contracts": "^2.5|^3",
2669
                "symfony/yaml": "^5.4|^6.0|^7.0"
2670
            },
2671
            "type": "library",
2672
            "autoload": {
2673
                "psr-4": {
2674
                    "Symfony\\Component\\Config\\": ""
2675
                },
2676
                "exclude-from-classmap": [
2677
                    "/Tests/"
2678
                ]
2679
            },
2680
            "notification-url": "https://packagist.org/downloads/",
2681
            "license": [
2682
                "MIT"
2683
            ],
2684
            "authors": [
2685
                {
2686
                    "name": "Fabien Potencier",
2687
                    "email": "fabien@symfony.com"
2688
                },
2689
                {
2690
                    "name": "Symfony Community",
2691
                    "homepage": "https://symfony.com/contributors"
2692
                }
2693
            ],
2694
            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2695
            "homepage": "https://symfony.com",
2696
            "support": {
2697
                "source": "https://github.com/symfony/config/tree/v6.4.4"
2698
            },
2699
            "funding": [
2700
                {
2701
                    "url": "https://symfony.com/sponsor",
2702
                    "type": "custom"
2703
                },
2704
                {
2705
                    "url": "https://github.com/fabpot",
2706
                    "type": "github"
2707
                },
2708
                {
2709
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2710
                    "type": "tidelift"
2711
                }
2712
            ],
2713
            "time": "2024-02-26T07:52:26+00:00"
2714
        },
2715
        {
2716
            "name": "symfony/console",
2717
            "version": "v6.4.4",
2718
            "source": {
2719
                "type": "git",
2720
                "url": "https://github.com/symfony/console.git",
2721
                "reference": "0d9e4eb5ad413075624378f474c4167ea202de78"
2722
            },
2723
            "dist": {
2724
                "type": "zip",
2725
                "url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78",
2726
                "reference": "0d9e4eb5ad413075624378f474c4167ea202de78",
2727
                "shasum": ""
2728
            },
2729
            "require": {
2730
                "php": ">=8.1",
2731
                "symfony/deprecation-contracts": "^2.5|^3",
2732
                "symfony/polyfill-mbstring": "~1.0",
2733
                "symfony/service-contracts": "^2.5|^3",
2734
                "symfony/string": "^5.4|^6.0|^7.0"
2735
            },
2736
            "conflict": {
2737
                "symfony/dependency-injection": "<5.4",
2738
                "symfony/dotenv": "<5.4",
2739
                "symfony/event-dispatcher": "<5.4",
2740
                "symfony/lock": "<5.4",
2741
                "symfony/process": "<5.4"
2742
            },
2743
            "provide": {
2744
                "psr/log-implementation": "1.0|2.0|3.0"
2745
            },
2746
            "require-dev": {
2747
                "psr/log": "^1|^2|^3",
2748
                "symfony/config": "^5.4|^6.0|^7.0",
2749
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
2750
                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
2751
                "symfony/http-foundation": "^6.4|^7.0",
2752
                "symfony/http-kernel": "^6.4|^7.0",
2753
                "symfony/lock": "^5.4|^6.0|^7.0",
2754
                "symfony/messenger": "^5.4|^6.0|^7.0",
2755
                "symfony/process": "^5.4|^6.0|^7.0",
2756
                "symfony/stopwatch": "^5.4|^6.0|^7.0",
2757
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
2758
            },
2759
            "type": "library",
2760
            "autoload": {
2761
                "psr-4": {
2762
                    "Symfony\\Component\\Console\\": ""
2763
                },
2764
                "exclude-from-classmap": [
2765
                    "/Tests/"
2766
                ]
2767
            },
2768
            "notification-url": "https://packagist.org/downloads/",
2769
            "license": [
2770
                "MIT"
2771
            ],
2772
            "authors": [
2773
                {
2774
                    "name": "Fabien Potencier",
2775
                    "email": "fabien@symfony.com"
2776
                },
2777
                {
2778
                    "name": "Symfony Community",
2779
                    "homepage": "https://symfony.com/contributors"
2780
                }
2781
            ],
2782
            "description": "Eases the creation of beautiful and testable command line interfaces",
2783
            "homepage": "https://symfony.com",
2784
            "keywords": [
2785
                "cli",
2786
                "command-line",
2787
                "console",
2788
                "terminal"
2789
            ],
2790
            "support": {
2791
                "source": "https://github.com/symfony/console/tree/v6.4.4"
2792
            },
2793
            "funding": [
2794
                {
2795
                    "url": "https://symfony.com/sponsor",
2796
                    "type": "custom"
2797
                },
2798
                {
2799
                    "url": "https://github.com/fabpot",
2800
                    "type": "github"
2801
                },
2802
                {
2803
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2804
                    "type": "tidelift"
2805
                }
2806
            ],
2807
            "time": "2024-02-22T20:27:10+00:00"
2808
        },
2809
        {
2810
            "name": "symfony/css-selector",
2811
            "version": "v6.4.3",
2812
            "source": {
2813
                "type": "git",
2814
                "url": "https://github.com/symfony/css-selector.git",
2815
                "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229"
2816
            },
2817
            "dist": {
2818
                "type": "zip",
2819
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
2820
                "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
2821
                "shasum": ""
2822
            },
2823
            "require": {
2824
                "php": ">=8.1"
2825
            },
2826
            "type": "library",
2827
            "autoload": {
2828
                "psr-4": {
2829
                    "Symfony\\Component\\CssSelector\\": ""
2830
                },
2831
                "exclude-from-classmap": [
2832
                    "/Tests/"
2833
                ]
2834
            },
2835
            "notification-url": "https://packagist.org/downloads/",
2836
            "license": [
2837
                "MIT"
2838
            ],
2839
            "authors": [
2840
                {
2841
                    "name": "Fabien Potencier",
2842
                    "email": "fabien@symfony.com"
2843
                },
2844
                {
2845
                    "name": "Jean-François Simon",
2846
                    "email": "jeanfrancois.simon@sensiolabs.com"
2847
                },
2848
                {
2849
                    "name": "Symfony Community",
2850
                    "homepage": "https://symfony.com/contributors"
2851
                }
2852
            ],
2853
            "description": "Converts CSS selectors to XPath expressions",
2854
            "homepage": "https://symfony.com",
2855
            "support": {
2856
                "source": "https://github.com/symfony/css-selector/tree/v6.4.3"
2857
            },
2858
            "funding": [
2859
                {
2860
                    "url": "https://symfony.com/sponsor",
2861
                    "type": "custom"
2862
                },
2863
                {
2864
                    "url": "https://github.com/fabpot",
2865
                    "type": "github"
2866
                },
2867
                {
2868
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2869
                    "type": "tidelift"
2870
                }
2871
            ],
2872
            "time": "2024-01-23T14:51:35+00:00"
2873
        },
2874
        {
2875
            "name": "symfony/dependency-injection",
2876
            "version": "v6.4.4",
2877
            "source": {
2878
                "type": "git",
2879
                "url": "https://github.com/symfony/dependency-injection.git",
2880
                "reference": "6236e5e843cb763e9d0f74245678b994afea5363"
2881
            },
2882
            "dist": {
2883
                "type": "zip",
2884
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6236e5e843cb763e9d0f74245678b994afea5363",
2885
                "reference": "6236e5e843cb763e9d0f74245678b994afea5363",
2886
                "shasum": ""
2887
            },
2888
            "require": {
2889
                "php": ">=8.1",
2890
                "psr/container": "^1.1|^2.0",
2891
                "symfony/deprecation-contracts": "^2.5|^3",
2892
                "symfony/service-contracts": "^2.5|^3.0",
2893
                "symfony/var-exporter": "^6.2.10|^7.0"
2894
            },
2895
            "conflict": {
2896
                "ext-psr": "<1.1|>=2",
2897
                "symfony/config": "<6.1",
2898
                "symfony/finder": "<5.4",
2899
                "symfony/proxy-manager-bridge": "<6.3",
2900
                "symfony/yaml": "<5.4"
2901
            },
2902
            "provide": {
2903
                "psr/container-implementation": "1.1|2.0",
2904
                "symfony/service-implementation": "1.1|2.0|3.0"
2905
            },
2906
            "require-dev": {
2907
                "symfony/config": "^6.1|^7.0",
2908
                "symfony/expression-language": "^5.4|^6.0|^7.0",
2909
                "symfony/yaml": "^5.4|^6.0|^7.0"
2910
            },
2911
            "type": "library",
2912
            "autoload": {
2913
                "psr-4": {
2914
                    "Symfony\\Component\\DependencyInjection\\": ""
2915
                },
2916
                "exclude-from-classmap": [
2917
                    "/Tests/"
2918
                ]
2919
            },
2920
            "notification-url": "https://packagist.org/downloads/",
2921
            "license": [
2922
                "MIT"
2923
            ],
2924
            "authors": [
2925
                {
2926
                    "name": "Fabien Potencier",
2927
                    "email": "fabien@symfony.com"
2928
                },
2929
                {
2930
                    "name": "Symfony Community",
2931
                    "homepage": "https://symfony.com/contributors"
2932
                }
2933
            ],
2934
            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
2935
            "homepage": "https://symfony.com",
2936
            "support": {
2937
                "source": "https://github.com/symfony/dependency-injection/tree/v6.4.4"
2938
            },
2939
            "funding": [
2940
                {
2941
                    "url": "https://symfony.com/sponsor",
2942
                    "type": "custom"
2943
                },
2944
                {
2945
                    "url": "https://github.com/fabpot",
2946
                    "type": "github"
2947
                },
2948
                {
2949
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2950
                    "type": "tidelift"
2951
                }
2952
            ],
2953
            "time": "2024-02-22T20:27:10+00:00"
2954
        },
2955
        {
2956
            "name": "symfony/deprecation-contracts",
2957
            "version": "v3.4.0",
2958
            "source": {
2959
                "type": "git",
2960
                "url": "https://github.com/symfony/deprecation-contracts.git",
2961
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
2962
            },
2963
            "dist": {
2964
                "type": "zip",
2965
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
2966
                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
2967
                "shasum": ""
2968
            },
2969
            "require": {
2970
                "php": ">=8.1"
2971
            },
2972
            "type": "library",
2973
            "extra": {
2974
                "branch-alias": {
2975
                    "dev-main": "3.4-dev"
2976
                },
2977
                "thanks": {
2978
                    "name": "symfony/contracts",
2979
                    "url": "https://github.com/symfony/contracts"
2980
                }
2981
            },
2982
            "autoload": {
2983
                "files": [
2984
                    "function.php"
2985
                ]
2986
            },
2987
            "notification-url": "https://packagist.org/downloads/",
2988
            "license": [
2989
                "MIT"
2990
            ],
2991
            "authors": [
2992
                {
2993
                    "name": "Nicolas Grekas",
2994
                    "email": "p@tchwork.com"
2995
                },
2996
                {
2997
                    "name": "Symfony Community",
2998
                    "homepage": "https://symfony.com/contributors"
2999
                }
3000
            ],
3001
            "description": "A generic function and convention to trigger deprecation notices",
3002
            "homepage": "https://symfony.com",
3003
            "support": {
3004
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
3005
            },
3006
            "funding": [
3007
                {
3008
                    "url": "https://symfony.com/sponsor",
3009
                    "type": "custom"
3010
                },
3011
                {
3012
                    "url": "https://github.com/fabpot",
3013
                    "type": "github"
3014
                },
3015
                {
3016
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3017
                    "type": "tidelift"
3018
                }
3019
            ],
3020
            "time": "2023-05-23T14:45:45+00:00"
3021
        },
3022
        {
3023
            "name": "symfony/dom-crawler",
3024
            "version": "v6.4.4",
3025
            "source": {
3026
                "type": "git",
3027
                "url": "https://github.com/symfony/dom-crawler.git",
3028
                "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531"
3029
            },
3030
            "dist": {
3031
                "type": "zip",
3032
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
3033
                "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
3034
                "shasum": ""
3035
            },
3036
            "require": {
3037
                "masterminds/html5": "^2.6",
3038
                "php": ">=8.1",
3039
                "symfony/polyfill-ctype": "~1.8",
3040
                "symfony/polyfill-mbstring": "~1.0"
3041
            },
3042
            "require-dev": {
3043
                "symfony/css-selector": "^5.4|^6.0|^7.0"
3044
            },
3045
            "type": "library",
3046
            "autoload": {
3047
                "psr-4": {
3048
                    "Symfony\\Component\\DomCrawler\\": ""
3049
                },
3050
                "exclude-from-classmap": [
3051
                    "/Tests/"
3052
                ]
3053
            },
3054
            "notification-url": "https://packagist.org/downloads/",
3055
            "license": [
3056
                "MIT"
3057
            ],
3058
            "authors": [
3059
                {
3060
                    "name": "Fabien Potencier",
3061
                    "email": "fabien@symfony.com"
3062
                },
3063
                {
3064
                    "name": "Symfony Community",
3065
                    "homepage": "https://symfony.com/contributors"
3066
                }
3067
            ],
3068
            "description": "Eases DOM navigation for HTML and XML documents",
3069
            "homepage": "https://symfony.com",
3070
            "support": {
3071
                "source": "https://github.com/symfony/dom-crawler/tree/v6.4.4"
3072
            },
3073
            "funding": [
3074
                {
3075
                    "url": "https://symfony.com/sponsor",
3076
                    "type": "custom"
3077
                },
3078
                {
3079
                    "url": "https://github.com/fabpot",
3080
                    "type": "github"
3081
                },
3082
                {
3083
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3084
                    "type": "tidelift"
3085
                }
3086
            ],
3087
            "time": "2024-02-07T09:17:57+00:00"
3088
        },
3089
        {
3090
            "name": "symfony/event-dispatcher",
3091
            "version": "v6.4.3",
3092
            "source": {
3093
                "type": "git",
3094
                "url": "https://github.com/symfony/event-dispatcher.git",
3095
                "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef"
3096
            },
3097
            "dist": {
3098
                "type": "zip",
3099
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
3100
                "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
3101
                "shasum": ""
3102
            },
3103
            "require": {
3104
                "php": ">=8.1",
3105
                "symfony/event-dispatcher-contracts": "^2.5|^3"
3106
            },
3107
            "conflict": {
3108
                "symfony/dependency-injection": "<5.4",
3109
                "symfony/service-contracts": "<2.5"
3110
            },
3111
            "provide": {
3112
                "psr/event-dispatcher-implementation": "1.0",
3113
                "symfony/event-dispatcher-implementation": "2.0|3.0"
3114
            },
3115
            "require-dev": {
3116
                "psr/log": "^1|^2|^3",
3117
                "symfony/config": "^5.4|^6.0|^7.0",
3118
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3119
                "symfony/error-handler": "^5.4|^6.0|^7.0",
3120
                "symfony/expression-language": "^5.4|^6.0|^7.0",
3121
                "symfony/http-foundation": "^5.4|^6.0|^7.0",
3122
                "symfony/service-contracts": "^2.5|^3",
3123
                "symfony/stopwatch": "^5.4|^6.0|^7.0"
3124
            },
3125
            "type": "library",
3126
            "autoload": {
3127
                "psr-4": {
3128
                    "Symfony\\Component\\EventDispatcher\\": ""
3129
                },
3130
                "exclude-from-classmap": [
3131
                    "/Tests/"
3132
                ]
3133
            },
3134
            "notification-url": "https://packagist.org/downloads/",
3135
            "license": [
3136
                "MIT"
3137
            ],
3138
            "authors": [
3139
                {
3140
                    "name": "Fabien Potencier",
3141
                    "email": "fabien@symfony.com"
3142
                },
3143
                {
3144
                    "name": "Symfony Community",
3145
                    "homepage": "https://symfony.com/contributors"
3146
                }
3147
            ],
3148
            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3149
            "homepage": "https://symfony.com",
3150
            "support": {
3151
                "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3"
3152
            },
3153
            "funding": [
3154
                {
3155
                    "url": "https://symfony.com/sponsor",
3156
                    "type": "custom"
3157
                },
3158
                {
3159
                    "url": "https://github.com/fabpot",
3160
                    "type": "github"
3161
                },
3162
                {
3163
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3164
                    "type": "tidelift"
3165
                }
3166
            ],
3167
            "time": "2024-01-23T14:51:35+00:00"
3168
        },
3169
        {
3170
            "name": "symfony/event-dispatcher-contracts",
3171
            "version": "v3.4.0",
3172
            "source": {
3173
                "type": "git",
3174
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3175
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
3176
            },
3177
            "dist": {
3178
                "type": "zip",
3179
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
3180
                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
3181
                "shasum": ""
3182
            },
3183
            "require": {
3184
                "php": ">=8.1",
3185
                "psr/event-dispatcher": "^1"
3186
            },
3187
            "type": "library",
3188
            "extra": {
3189
                "branch-alias": {
3190
                    "dev-main": "3.4-dev"
3191
                },
3192
                "thanks": {
3193
                    "name": "symfony/contracts",
3194
                    "url": "https://github.com/symfony/contracts"
3195
                }
3196
            },
3197
            "autoload": {
3198
                "psr-4": {
3199
                    "Symfony\\Contracts\\EventDispatcher\\": ""
3200
                }
3201
            },
3202
            "notification-url": "https://packagist.org/downloads/",
3203
            "license": [
3204
                "MIT"
3205
            ],
3206
            "authors": [
3207
                {
3208
                    "name": "Nicolas Grekas",
3209
                    "email": "p@tchwork.com"
3210
                },
3211
                {
3212
                    "name": "Symfony Community",
3213
                    "homepage": "https://symfony.com/contributors"
3214
                }
3215
            ],
3216
            "description": "Generic abstractions related to dispatching event",
3217
            "homepage": "https://symfony.com",
3218
            "keywords": [
3219
                "abstractions",
3220
                "contracts",
3221
                "decoupling",
3222
                "interfaces",
3223
                "interoperability",
3224
                "standards"
3225
            ],
3226
            "support": {
3227
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
3228
            },
3229
            "funding": [
3230
                {
3231
                    "url": "https://symfony.com/sponsor",
3232
                    "type": "custom"
3233
                },
3234
                {
3235
                    "url": "https://github.com/fabpot",
3236
                    "type": "github"
3237
                },
3238
                {
3239
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3240
                    "type": "tidelift"
3241
                }
3242
            ],
3243
            "time": "2023-05-23T14:45:45+00:00"
3244
        },
3245
        {
3246
            "name": "symfony/filesystem",
3247
            "version": "v6.4.3",
3248
            "source": {
3249
                "type": "git",
3250
                "url": "https://github.com/symfony/filesystem.git",
3251
                "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb"
3252
            },
3253
            "dist": {
3254
                "type": "zip",
3255
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
3256
                "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
3257
                "shasum": ""
3258
            },
3259
            "require": {
3260
                "php": ">=8.1",
3261
                "symfony/polyfill-ctype": "~1.8",
3262
                "symfony/polyfill-mbstring": "~1.8"
3263
            },
3264
            "type": "library",
3265
            "autoload": {
3266
                "psr-4": {
3267
                    "Symfony\\Component\\Filesystem\\": ""
3268
                },
3269
                "exclude-from-classmap": [
3270
                    "/Tests/"
3271
                ]
3272
            },
3273
            "notification-url": "https://packagist.org/downloads/",
3274
            "license": [
3275
                "MIT"
3276
            ],
3277
            "authors": [
3278
                {
3279
                    "name": "Fabien Potencier",
3280
                    "email": "fabien@symfony.com"
3281
                },
3282
                {
3283
                    "name": "Symfony Community",
3284
                    "homepage": "https://symfony.com/contributors"
3285
                }
3286
            ],
3287
            "description": "Provides basic utilities for the filesystem",
3288
            "homepage": "https://symfony.com",
3289
            "support": {
3290
                "source": "https://github.com/symfony/filesystem/tree/v6.4.3"
3291
            },
3292
            "funding": [
3293
                {
3294
                    "url": "https://symfony.com/sponsor",
3295
                    "type": "custom"
3296
                },
3297
                {
3298
                    "url": "https://github.com/fabpot",
3299
                    "type": "github"
3300
                },
3301
                {
3302
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3303
                    "type": "tidelift"
3304
                }
3305
            ],
3306
            "time": "2024-01-23T14:51:35+00:00"
3307
        },
3308
        {
3309
            "name": "symfony/http-client",
3310
            "version": "v6.4.5",
3311
            "source": {
3312
                "type": "git",
3313
                "url": "https://github.com/symfony/http-client.git",
3314
                "reference": "f3c86a60a3615f466333a11fd42010d4382a82c7"
3315
            },
3316
            "dist": {
3317
                "type": "zip",
3318
                "url": "https://api.github.com/repos/symfony/http-client/zipball/f3c86a60a3615f466333a11fd42010d4382a82c7",
3319
                "reference": "f3c86a60a3615f466333a11fd42010d4382a82c7",
3320
                "shasum": ""
3321
            },
3322
            "require": {
3323
                "php": ">=8.1",
3324
                "psr/log": "^1|^2|^3",
3325
                "symfony/deprecation-contracts": "^2.5|^3",
3326
                "symfony/http-client-contracts": "^3",
3327
                "symfony/service-contracts": "^2.5|^3"
3328
            },
3329
            "conflict": {
3330
                "php-http/discovery": "<1.15",
3331
                "symfony/http-foundation": "<6.3"
3332
            },
3333
            "provide": {
3334
                "php-http/async-client-implementation": "*",
3335
                "php-http/client-implementation": "*",
3336
                "psr/http-client-implementation": "1.0",
3337
                "symfony/http-client-implementation": "3.0"
3338
            },
3339
            "require-dev": {
3340
                "amphp/amp": "^2.5",
3341
                "amphp/http-client": "^4.2.1",
3342
                "amphp/http-tunnel": "^1.0",
3343
                "amphp/socket": "^1.1",
3344
                "guzzlehttp/promises": "^1.4",
3345
                "nyholm/psr7": "^1.0",
3346
                "php-http/httplug": "^1.0|^2.0",
3347
                "psr/http-client": "^1.0",
3348
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3349
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
3350
                "symfony/messenger": "^5.4|^6.0|^7.0",
3351
                "symfony/process": "^5.4|^6.0|^7.0",
3352
                "symfony/stopwatch": "^5.4|^6.0|^7.0"
3353
            },
3354
            "type": "library",
3355
            "autoload": {
3356
                "psr-4": {
3357
                    "Symfony\\Component\\HttpClient\\": ""
3358
                },
3359
                "exclude-from-classmap": [
3360
                    "/Tests/"
3361
                ]
3362
            },
3363
            "notification-url": "https://packagist.org/downloads/",
3364
            "license": [
3365
                "MIT"
3366
            ],
3367
            "authors": [
3368
                {
3369
                    "name": "Nicolas Grekas",
3370
                    "email": "p@tchwork.com"
3371
                },
3372
                {
3373
                    "name": "Symfony Community",
3374
                    "homepage": "https://symfony.com/contributors"
3375
                }
3376
            ],
3377
            "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
3378
            "homepage": "https://symfony.com",
3379
            "keywords": [
3380
                "http"
3381
            ],
3382
            "support": {
3383
                "source": "https://github.com/symfony/http-client/tree/v6.4.5"
3384
            },
3385
            "funding": [
3386
                {
3387
                    "url": "https://symfony.com/sponsor",
3388
                    "type": "custom"
3389
                },
3390
                {
3391
                    "url": "https://github.com/fabpot",
3392
                    "type": "github"
3393
                },
3394
                {
3395
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3396
                    "type": "tidelift"
3397
                }
3398
            ],
3399
            "time": "2024-03-02T12:45:30+00:00"
3400
        },
3401
        {
3402
            "name": "symfony/http-client-contracts",
3403
            "version": "v3.4.0",
3404
            "source": {
3405
                "type": "git",
3406
                "url": "https://github.com/symfony/http-client-contracts.git",
3407
                "reference": "1ee70e699b41909c209a0c930f11034b93578654"
3408
            },
3409
            "dist": {
3410
                "type": "zip",
3411
                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654",
3412
                "reference": "1ee70e699b41909c209a0c930f11034b93578654",
3413
                "shasum": ""
3414
            },
3415
            "require": {
3416
                "php": ">=8.1"
3417
            },
3418
            "type": "library",
3419
            "extra": {
3420
                "branch-alias": {
3421
                    "dev-main": "3.4-dev"
3422
                },
3423
                "thanks": {
3424
                    "name": "symfony/contracts",
3425
                    "url": "https://github.com/symfony/contracts"
3426
                }
3427
            },
3428
            "autoload": {
3429
                "psr-4": {
3430
                    "Symfony\\Contracts\\HttpClient\\": ""
3431
                },
3432
                "exclude-from-classmap": [
3433
                    "/Test/"
3434
                ]
3435
            },
3436
            "notification-url": "https://packagist.org/downloads/",
3437
            "license": [
3438
                "MIT"
3439
            ],
3440
            "authors": [
3441
                {
3442
                    "name": "Nicolas Grekas",
3443
                    "email": "p@tchwork.com"
3444
                },
3445
                {
3446
                    "name": "Symfony Community",
3447
                    "homepage": "https://symfony.com/contributors"
3448
                }
3449
            ],
3450
            "description": "Generic abstractions related to HTTP clients",
3451
            "homepage": "https://symfony.com",
3452
            "keywords": [
3453
                "abstractions",
3454
                "contracts",
3455
                "decoupling",
3456
                "interfaces",
3457
                "interoperability",
3458
                "standards"
3459
            ],
3460
            "support": {
3461
                "source": "https://github.com/symfony/http-client-contracts/tree/v3.4.0"
3462
            },
3463
            "funding": [
3464
                {
3465
                    "url": "https://symfony.com/sponsor",
3466
                    "type": "custom"
3467
                },
3468
                {
3469
                    "url": "https://github.com/fabpot",
3470
                    "type": "github"
3471
                },
3472
                {
3473
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3474
                    "type": "tidelift"
3475
                }
3476
            ],
3477
            "time": "2023-07-30T20:28:31+00:00"
3478
        },
3479
        {
3480
            "name": "symfony/mime",
3481
            "version": "v6.4.3",
3482
            "source": {
3483
                "type": "git",
3484
                "url": "https://github.com/symfony/mime.git",
3485
                "reference": "5017e0a9398c77090b7694be46f20eb796262a34"
3486
            },
3487
            "dist": {
3488
                "type": "zip",
3489
                "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34",
3490
                "reference": "5017e0a9398c77090b7694be46f20eb796262a34",
3491
                "shasum": ""
3492
            },
3493
            "require": {
3494
                "php": ">=8.1",
3495
                "symfony/deprecation-contracts": "^2.5|^3",
3496
                "symfony/polyfill-intl-idn": "^1.10",
3497
                "symfony/polyfill-mbstring": "^1.0"
3498
            },
3499
            "conflict": {
3500
                "egulias/email-validator": "~3.0.0",
3501
                "phpdocumentor/reflection-docblock": "<3.2.2",
3502
                "phpdocumentor/type-resolver": "<1.4.0",
3503
                "symfony/mailer": "<5.4",
3504
                "symfony/serializer": "<6.3.2"
3505
            },
3506
            "require-dev": {
3507
                "egulias/email-validator": "^2.1.10|^3.1|^4",
3508
                "league/html-to-markdown": "^5.0",
3509
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
3510
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3511
                "symfony/property-access": "^5.4|^6.0|^7.0",
3512
                "symfony/property-info": "^5.4|^6.0|^7.0",
3513
                "symfony/serializer": "^6.3.2|^7.0"
3514
            },
3515
            "type": "library",
3516
            "autoload": {
3517
                "psr-4": {
3518
                    "Symfony\\Component\\Mime\\": ""
3519
                },
3520
                "exclude-from-classmap": [
3521
                    "/Tests/"
3522
                ]
3523
            },
3524
            "notification-url": "https://packagist.org/downloads/",
3525
            "license": [
3526
                "MIT"
3527
            ],
3528
            "authors": [
3529
                {
3530
                    "name": "Fabien Potencier",
3531
                    "email": "fabien@symfony.com"
3532
                },
3533
                {
3534
                    "name": "Symfony Community",
3535
                    "homepage": "https://symfony.com/contributors"
3536
                }
3537
            ],
3538
            "description": "Allows manipulating MIME messages",
3539
            "homepage": "https://symfony.com",
3540
            "keywords": [
3541
                "mime",
3542
                "mime-type"
3543
            ],
3544
            "support": {
3545
                "source": "https://github.com/symfony/mime/tree/v6.4.3"
3546
            },
3547
            "funding": [
3548
                {
3549
                    "url": "https://symfony.com/sponsor",
3550
                    "type": "custom"
3551
                },
3552
                {
3553
                    "url": "https://github.com/fabpot",
3554
                    "type": "github"
3555
                },
3556
                {
3557
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3558
                    "type": "tidelift"
3559
                }
3560
            ],
3561
            "time": "2024-01-30T08:32:12+00:00"
3562
        },
3563
        {
3564
            "name": "symfony/polyfill-ctype",
3565
            "version": "v1.29.0",
3566
            "source": {
3567
                "type": "git",
3568
                "url": "https://github.com/symfony/polyfill-ctype.git",
3569
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
3570
            },
3571
            "dist": {
3572
                "type": "zip",
3573
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
3574
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
3575
                "shasum": ""
3576
            },
3577
            "require": {
3578
                "php": ">=7.1"
3579
            },
3580
            "provide": {
3581
                "ext-ctype": "*"
3582
            },
3583
            "suggest": {
3584
                "ext-ctype": "For best performance"
3585
            },
3586
            "type": "library",
3587
            "extra": {
3588
                "thanks": {
3589
                    "name": "symfony/polyfill",
3590
                    "url": "https://github.com/symfony/polyfill"
3591
                }
3592
            },
3593
            "autoload": {
3594
                "files": [
3595
                    "bootstrap.php"
3596
                ],
3597
                "psr-4": {
3598
                    "Symfony\\Polyfill\\Ctype\\": ""
3599
                }
3600
            },
3601
            "notification-url": "https://packagist.org/downloads/",
3602
            "license": [
3603
                "MIT"
3604
            ],
3605
            "authors": [
3606
                {
3607
                    "name": "Gert de Pagter",
3608
                    "email": "BackEndTea@gmail.com"
3609
                },
3610
                {
3611
                    "name": "Symfony Community",
3612
                    "homepage": "https://symfony.com/contributors"
3613
                }
3614
            ],
3615
            "description": "Symfony polyfill for ctype functions",
3616
            "homepage": "https://symfony.com",
3617
            "keywords": [
3618
                "compatibility",
3619
                "ctype",
3620
                "polyfill",
3621
                "portable"
3622
            ],
3623
            "support": {
3624
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
3625
            },
3626
            "funding": [
3627
                {
3628
                    "url": "https://symfony.com/sponsor",
3629
                    "type": "custom"
3630
                },
3631
                {
3632
                    "url": "https://github.com/fabpot",
3633
                    "type": "github"
3634
                },
3635
                {
3636
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3637
                    "type": "tidelift"
3638
                }
3639
            ],
3640
            "time": "2024-01-29T20:11:03+00:00"
3641
        },
3642
        {
3643
            "name": "symfony/polyfill-intl-grapheme",
3644
            "version": "v1.29.0",
3645
            "source": {
3646
                "type": "git",
3647
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3648
                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
3649
            },
3650
            "dist": {
3651
                "type": "zip",
3652
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
3653
                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
3654
                "shasum": ""
3655
            },
3656
            "require": {
3657
                "php": ">=7.1"
3658
            },
3659
            "suggest": {
3660
                "ext-intl": "For best performance"
3661
            },
3662
            "type": "library",
3663
            "extra": {
3664
                "thanks": {
3665
                    "name": "symfony/polyfill",
3666
                    "url": "https://github.com/symfony/polyfill"
3667
                }
3668
            },
3669
            "autoload": {
3670
                "files": [
3671
                    "bootstrap.php"
3672
                ],
3673
                "psr-4": {
3674
                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3675
                }
3676
            },
3677
            "notification-url": "https://packagist.org/downloads/",
3678
            "license": [
3679
                "MIT"
3680
            ],
3681
            "authors": [
3682
                {
3683
                    "name": "Nicolas Grekas",
3684
                    "email": "p@tchwork.com"
3685
                },
3686
                {
3687
                    "name": "Symfony Community",
3688
                    "homepage": "https://symfony.com/contributors"
3689
                }
3690
            ],
3691
            "description": "Symfony polyfill for intl's grapheme_* functions",
3692
            "homepage": "https://symfony.com",
3693
            "keywords": [
3694
                "compatibility",
3695
                "grapheme",
3696
                "intl",
3697
                "polyfill",
3698
                "portable",
3699
                "shim"
3700
            ],
3701
            "support": {
3702
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
3703
            },
3704
            "funding": [
3705
                {
3706
                    "url": "https://symfony.com/sponsor",
3707
                    "type": "custom"
3708
                },
3709
                {
3710
                    "url": "https://github.com/fabpot",
3711
                    "type": "github"
3712
                },
3713
                {
3714
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3715
                    "type": "tidelift"
3716
                }
3717
            ],
3718
            "time": "2024-01-29T20:11:03+00:00"
3719
        },
3720
        {
3721
            "name": "symfony/polyfill-intl-idn",
3722
            "version": "v1.29.0",
3723
            "source": {
3724
                "type": "git",
3725
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
3726
                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
3727
            },
3728
            "dist": {
3729
                "type": "zip",
3730
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
3731
                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
3732
                "shasum": ""
3733
            },
3734
            "require": {
3735
                "php": ">=7.1",
3736
                "symfony/polyfill-intl-normalizer": "^1.10",
3737
                "symfony/polyfill-php72": "^1.10"
3738
            },
3739
            "suggest": {
3740
                "ext-intl": "For best performance"
3741
            },
3742
            "type": "library",
3743
            "extra": {
3744
                "thanks": {
3745
                    "name": "symfony/polyfill",
3746
                    "url": "https://github.com/symfony/polyfill"
3747
                }
3748
            },
3749
            "autoload": {
3750
                "files": [
3751
                    "bootstrap.php"
3752
                ],
3753
                "psr-4": {
3754
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
3755
                }
3756
            },
3757
            "notification-url": "https://packagist.org/downloads/",
3758
            "license": [
3759
                "MIT"
3760
            ],
3761
            "authors": [
3762
                {
3763
                    "name": "Laurent Bassin",
3764
                    "email": "laurent@bassin.info"
3765
                },
3766
                {
3767
                    "name": "Trevor Rowbotham",
3768
                    "email": "trevor.rowbotham@pm.me"
3769
                },
3770
                {
3771
                    "name": "Symfony Community",
3772
                    "homepage": "https://symfony.com/contributors"
3773
                }
3774
            ],
3775
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3776
            "homepage": "https://symfony.com",
3777
            "keywords": [
3778
                "compatibility",
3779
                "idn",
3780
                "intl",
3781
                "polyfill",
3782
                "portable",
3783
                "shim"
3784
            ],
3785
            "support": {
3786
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
3787
            },
3788
            "funding": [
3789
                {
3790
                    "url": "https://symfony.com/sponsor",
3791
                    "type": "custom"
3792
                },
3793
                {
3794
                    "url": "https://github.com/fabpot",
3795
                    "type": "github"
3796
                },
3797
                {
3798
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3799
                    "type": "tidelift"
3800
                }
3801
            ],
3802
            "time": "2024-01-29T20:11:03+00:00"
3803
        },
3804
        {
3805
            "name": "symfony/polyfill-intl-normalizer",
3806
            "version": "v1.29.0",
3807
            "source": {
3808
                "type": "git",
3809
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3810
                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
3811
            },
3812
            "dist": {
3813
                "type": "zip",
3814
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
3815
                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
3816
                "shasum": ""
3817
            },
3818
            "require": {
3819
                "php": ">=7.1"
3820
            },
3821
            "suggest": {
3822
                "ext-intl": "For best performance"
3823
            },
3824
            "type": "library",
3825
            "extra": {
3826
                "thanks": {
3827
                    "name": "symfony/polyfill",
3828
                    "url": "https://github.com/symfony/polyfill"
3829
                }
3830
            },
3831
            "autoload": {
3832
                "files": [
3833
                    "bootstrap.php"
3834
                ],
3835
                "psr-4": {
3836
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3837
                },
3838
                "classmap": [
3839
                    "Resources/stubs"
3840
                ]
3841
            },
3842
            "notification-url": "https://packagist.org/downloads/",
3843
            "license": [
3844
                "MIT"
3845
            ],
3846
            "authors": [
3847
                {
3848
                    "name": "Nicolas Grekas",
3849
                    "email": "p@tchwork.com"
3850
                },
3851
                {
3852
                    "name": "Symfony Community",
3853
                    "homepage": "https://symfony.com/contributors"
3854
                }
3855
            ],
3856
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
3857
            "homepage": "https://symfony.com",
3858
            "keywords": [
3859
                "compatibility",
3860
                "intl",
3861
                "normalizer",
3862
                "polyfill",
3863
                "portable",
3864
                "shim"
3865
            ],
3866
            "support": {
3867
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
3868
            },
3869
            "funding": [
3870
                {
3871
                    "url": "https://symfony.com/sponsor",
3872
                    "type": "custom"
3873
                },
3874
                {
3875
                    "url": "https://github.com/fabpot",
3876
                    "type": "github"
3877
                },
3878
                {
3879
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3880
                    "type": "tidelift"
3881
                }
3882
            ],
3883
            "time": "2024-01-29T20:11:03+00:00"
3884
        },
3885
        {
3886
            "name": "symfony/polyfill-mbstring",
3887
            "version": "v1.29.0",
3888
            "source": {
3889
                "type": "git",
3890
                "url": "https://github.com/symfony/polyfill-mbstring.git",
3891
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
3892
            },
3893
            "dist": {
3894
                "type": "zip",
3895
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
3896
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
3897
                "shasum": ""
3898
            },
3899
            "require": {
3900
                "php": ">=7.1"
3901
            },
3902
            "provide": {
3903
                "ext-mbstring": "*"
3904
            },
3905
            "suggest": {
3906
                "ext-mbstring": "For best performance"
3907
            },
3908
            "type": "library",
3909
            "extra": {
3910
                "thanks": {
3911
                    "name": "symfony/polyfill",
3912
                    "url": "https://github.com/symfony/polyfill"
3913
                }
3914
            },
3915
            "autoload": {
3916
                "files": [
3917
                    "bootstrap.php"
3918
                ],
3919
                "psr-4": {
3920
                    "Symfony\\Polyfill\\Mbstring\\": ""
3921
                }
3922
            },
3923
            "notification-url": "https://packagist.org/downloads/",
3924
            "license": [
3925
                "MIT"
3926
            ],
3927
            "authors": [
3928
                {
3929
                    "name": "Nicolas Grekas",
3930
                    "email": "p@tchwork.com"
3931
                },
3932
                {
3933
                    "name": "Symfony Community",
3934
                    "homepage": "https://symfony.com/contributors"
3935
                }
3936
            ],
3937
            "description": "Symfony polyfill for the Mbstring extension",
3938
            "homepage": "https://symfony.com",
3939
            "keywords": [
3940
                "compatibility",
3941
                "mbstring",
3942
                "polyfill",
3943
                "portable",
3944
                "shim"
3945
            ],
3946
            "support": {
3947
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
3948
            },
3949
            "funding": [
3950
                {
3951
                    "url": "https://symfony.com/sponsor",
3952
                    "type": "custom"
3953
                },
3954
                {
3955
                    "url": "https://github.com/fabpot",
3956
                    "type": "github"
3957
                },
3958
                {
3959
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3960
                    "type": "tidelift"
3961
                }
3962
            ],
3963
            "time": "2024-01-29T20:11:03+00:00"
3964
        },
3965
        {
3966
            "name": "symfony/polyfill-php72",
3967
            "version": "v1.29.0",
3968
            "source": {
3969
                "type": "git",
3970
                "url": "https://github.com/symfony/polyfill-php72.git",
3971
                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
3972
            },
3973
            "dist": {
3974
                "type": "zip",
3975
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
3976
                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
3977
                "shasum": ""
3978
            },
3979
            "require": {
3980
                "php": ">=7.1"
3981
            },
3982
            "type": "library",
3983
            "extra": {
3984
                "thanks": {
3985
                    "name": "symfony/polyfill",
3986
                    "url": "https://github.com/symfony/polyfill"
3987
                }
3988
            },
3989
            "autoload": {
3990
                "files": [
3991
                    "bootstrap.php"
3992
                ],
3993
                "psr-4": {
3994
                    "Symfony\\Polyfill\\Php72\\": ""
3995
                }
3996
            },
3997
            "notification-url": "https://packagist.org/downloads/",
3998
            "license": [
3999
                "MIT"
4000
            ],
4001
            "authors": [
4002
                {
4003
                    "name": "Nicolas Grekas",
4004
                    "email": "p@tchwork.com"
4005
                },
4006
                {
4007
                    "name": "Symfony Community",
4008
                    "homepage": "https://symfony.com/contributors"
4009
                }
4010
            ],
4011
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4012
            "homepage": "https://symfony.com",
4013
            "keywords": [
4014
                "compatibility",
4015
                "polyfill",
4016
                "portable",
4017
                "shim"
4018
            ],
4019
            "support": {
4020
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
4021
            },
4022
            "funding": [
4023
                {
4024
                    "url": "https://symfony.com/sponsor",
4025
                    "type": "custom"
4026
                },
4027
                {
4028
                    "url": "https://github.com/fabpot",
4029
                    "type": "github"
4030
                },
4031
                {
4032
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4033
                    "type": "tidelift"
4034
                }
4035
            ],
4036
            "time": "2024-01-29T20:11:03+00:00"
4037
        },
4038
        {
4039
            "name": "symfony/process",
4040
            "version": "v6.4.4",
4041
            "source": {
4042
                "type": "git",
4043
                "url": "https://github.com/symfony/process.git",
4044
                "reference": "710e27879e9be3395de2b98da3f52a946039f297"
4045
            },
4046
            "dist": {
4047
                "type": "zip",
4048
                "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
4049
                "reference": "710e27879e9be3395de2b98da3f52a946039f297",
4050
                "shasum": ""
4051
            },
4052
            "require": {
4053
                "php": ">=8.1"
4054
            },
4055
            "type": "library",
4056
            "autoload": {
4057
                "psr-4": {
4058
                    "Symfony\\Component\\Process\\": ""
4059
                },
4060
                "exclude-from-classmap": [
4061
                    "/Tests/"
4062
                ]
4063
            },
4064
            "notification-url": "https://packagist.org/downloads/",
4065
            "license": [
4066
                "MIT"
4067
            ],
4068
            "authors": [
4069
                {
4070
                    "name": "Fabien Potencier",
4071
                    "email": "fabien@symfony.com"
4072
                },
4073
                {
4074
                    "name": "Symfony Community",
4075
                    "homepage": "https://symfony.com/contributors"
4076
                }
4077
            ],
4078
            "description": "Executes commands in sub-processes",
4079
            "homepage": "https://symfony.com",
4080
            "support": {
4081
                "source": "https://github.com/symfony/process/tree/v6.4.4"
4082
            },
4083
            "funding": [
4084
                {
4085
                    "url": "https://symfony.com/sponsor",
4086
                    "type": "custom"
4087
                },
4088
                {
4089
                    "url": "https://github.com/fabpot",
4090
                    "type": "github"
4091
                },
4092
                {
4093
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4094
                    "type": "tidelift"
4095
                }
4096
            ],
4097
            "time": "2024-02-20T12:31:00+00:00"
4098
        },
4099
        {
4100
            "name": "symfony/service-contracts",
4101
            "version": "v3.4.1",
4102
            "source": {
4103
                "type": "git",
4104
                "url": "https://github.com/symfony/service-contracts.git",
4105
                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
4106
            },
4107
            "dist": {
4108
                "type": "zip",
4109
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
4110
                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
4111
                "shasum": ""
4112
            },
4113
            "require": {
4114
                "php": ">=8.1",
4115
                "psr/container": "^1.1|^2.0"
4116
            },
4117
            "conflict": {
4118
                "ext-psr": "<1.1|>=2"
4119
            },
4120
            "type": "library",
4121
            "extra": {
4122
                "branch-alias": {
4123
                    "dev-main": "3.4-dev"
4124
                },
4125
                "thanks": {
4126
                    "name": "symfony/contracts",
4127
                    "url": "https://github.com/symfony/contracts"
4128
                }
4129
            },
4130
            "autoload": {
4131
                "psr-4": {
4132
                    "Symfony\\Contracts\\Service\\": ""
4133
                },
4134
                "exclude-from-classmap": [
4135
                    "/Test/"
4136
                ]
4137
            },
4138
            "notification-url": "https://packagist.org/downloads/",
4139
            "license": [
4140
                "MIT"
4141
            ],
4142
            "authors": [
4143
                {
4144
                    "name": "Nicolas Grekas",
4145
                    "email": "p@tchwork.com"
4146
                },
4147
                {
4148
                    "name": "Symfony Community",
4149
                    "homepage": "https://symfony.com/contributors"
4150
                }
4151
            ],
4152
            "description": "Generic abstractions related to writing services",
4153
            "homepage": "https://symfony.com",
4154
            "keywords": [
4155
                "abstractions",
4156
                "contracts",
4157
                "decoupling",
4158
                "interfaces",
4159
                "interoperability",
4160
                "standards"
4161
            ],
4162
            "support": {
4163
                "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
4164
            },
4165
            "funding": [
4166
                {
4167
                    "url": "https://symfony.com/sponsor",
4168
                    "type": "custom"
4169
                },
4170
                {
4171
                    "url": "https://github.com/fabpot",
4172
                    "type": "github"
4173
                },
4174
                {
4175
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4176
                    "type": "tidelift"
4177
                }
4178
            ],
4179
            "time": "2023-12-26T14:02:43+00:00"
4180
        },
4181
        {
4182
            "name": "symfony/string",
4183
            "version": "v6.4.4",
4184
            "source": {
4185
                "type": "git",
4186
                "url": "https://github.com/symfony/string.git",
4187
                "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9"
4188
            },
4189
            "dist": {
4190
                "type": "zip",
4191
                "url": "https://api.github.com/repos/symfony/string/zipball/4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
4192
                "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
4193
                "shasum": ""
4194
            },
4195
            "require": {
4196
                "php": ">=8.1",
4197
                "symfony/polyfill-ctype": "~1.8",
4198
                "symfony/polyfill-intl-grapheme": "~1.0",
4199
                "symfony/polyfill-intl-normalizer": "~1.0",
4200
                "symfony/polyfill-mbstring": "~1.0"
4201
            },
4202
            "conflict": {
4203
                "symfony/translation-contracts": "<2.5"
4204
            },
4205
            "require-dev": {
4206
                "symfony/error-handler": "^5.4|^6.0|^7.0",
4207
                "symfony/http-client": "^5.4|^6.0|^7.0",
4208
                "symfony/intl": "^6.2|^7.0",
4209
                "symfony/translation-contracts": "^2.5|^3.0",
4210
                "symfony/var-exporter": "^5.4|^6.0|^7.0"
4211
            },
4212
            "type": "library",
4213
            "autoload": {
4214
                "files": [
4215
                    "Resources/functions.php"
4216
                ],
4217
                "psr-4": {
4218
                    "Symfony\\Component\\String\\": ""
4219
                },
4220
                "exclude-from-classmap": [
4221
                    "/Tests/"
4222
                ]
4223
            },
4224
            "notification-url": "https://packagist.org/downloads/",
4225
            "license": [
4226
                "MIT"
4227
            ],
4228
            "authors": [
4229
                {
4230
                    "name": "Nicolas Grekas",
4231
                    "email": "p@tchwork.com"
4232
                },
4233
                {
4234
                    "name": "Symfony Community",
4235
                    "homepage": "https://symfony.com/contributors"
4236
                }
4237
            ],
4238
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
4239
            "homepage": "https://symfony.com",
4240
            "keywords": [
4241
                "grapheme",
4242
                "i18n",
4243
                "string",
4244
                "unicode",
4245
                "utf-8",
4246
                "utf8"
4247
            ],
4248
            "support": {
4249
                "source": "https://github.com/symfony/string/tree/v6.4.4"
4250
            },
4251
            "funding": [
4252
                {
4253
                    "url": "https://symfony.com/sponsor",
4254
                    "type": "custom"
4255
                },
4256
                {
4257
                    "url": "https://github.com/fabpot",
4258
                    "type": "github"
4259
                },
4260
                {
4261
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4262
                    "type": "tidelift"
4263
                }
4264
            ],
4265
            "time": "2024-02-01T13:16:41+00:00"
4266
        },
4267
        {
4268
            "name": "symfony/translation",
4269
            "version": "v6.4.4",
4270
            "source": {
4271
                "type": "git",
4272
                "url": "https://github.com/symfony/translation.git",
4273
                "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e"
4274
            },
4275
            "dist": {
4276
                "type": "zip",
4277
                "url": "https://api.github.com/repos/symfony/translation/zipball/bce6a5a78e94566641b2594d17e48b0da3184a8e",
4278
                "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e",
4279
                "shasum": ""
4280
            },
4281
            "require": {
4282
                "php": ">=8.1",
4283
                "symfony/deprecation-contracts": "^2.5|^3",
4284
                "symfony/polyfill-mbstring": "~1.0",
4285
                "symfony/translation-contracts": "^2.5|^3.0"
4286
            },
4287
            "conflict": {
4288
                "symfony/config": "<5.4",
4289
                "symfony/console": "<5.4",
4290
                "symfony/dependency-injection": "<5.4",
4291
                "symfony/http-client-contracts": "<2.5",
4292
                "symfony/http-kernel": "<5.4",
4293
                "symfony/service-contracts": "<2.5",
4294
                "symfony/twig-bundle": "<5.4",
4295
                "symfony/yaml": "<5.4"
4296
            },
4297
            "provide": {
4298
                "symfony/translation-implementation": "2.3|3.0"
4299
            },
4300
            "require-dev": {
4301
                "nikic/php-parser": "^4.18|^5.0",
4302
                "psr/log": "^1|^2|^3",
4303
                "symfony/config": "^5.4|^6.0|^7.0",
4304
                "symfony/console": "^5.4|^6.0|^7.0",
4305
                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
4306
                "symfony/finder": "^5.4|^6.0|^7.0",
4307
                "symfony/http-client-contracts": "^2.5|^3.0",
4308
                "symfony/http-kernel": "^5.4|^6.0|^7.0",
4309
                "symfony/intl": "^5.4|^6.0|^7.0",
4310
                "symfony/polyfill-intl-icu": "^1.21",
4311
                "symfony/routing": "^5.4|^6.0|^7.0",
4312
                "symfony/service-contracts": "^2.5|^3",
4313
                "symfony/yaml": "^5.4|^6.0|^7.0"
4314
            },
4315
            "type": "library",
4316
            "autoload": {
4317
                "files": [
4318
                    "Resources/functions.php"
4319
                ],
4320
                "psr-4": {
4321
                    "Symfony\\Component\\Translation\\": ""
4322
                },
4323
                "exclude-from-classmap": [
4324
                    "/Tests/"
4325
                ]
4326
            },
4327
            "notification-url": "https://packagist.org/downloads/",
4328
            "license": [
4329
                "MIT"
4330
            ],
4331
            "authors": [
4332
                {
4333
                    "name": "Fabien Potencier",
4334
                    "email": "fabien@symfony.com"
4335
                },
4336
                {
4337
                    "name": "Symfony Community",
4338
                    "homepage": "https://symfony.com/contributors"
4339
                }
4340
            ],
4341
            "description": "Provides tools to internationalize your application",
4342
            "homepage": "https://symfony.com",
4343
            "support": {
4344
                "source": "https://github.com/symfony/translation/tree/v6.4.4"
4345
            },
4346
            "funding": [
4347
                {
4348
                    "url": "https://symfony.com/sponsor",
4349
                    "type": "custom"
4350
                },
4351
                {
4352
                    "url": "https://github.com/fabpot",
4353
                    "type": "github"
4354
                },
4355
                {
4356
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4357
                    "type": "tidelift"
4358
                }
4359
            ],
4360
            "time": "2024-02-20T13:16:58+00:00"
4361
        },
4362
        {
4363
            "name": "symfony/translation-contracts",
4364
            "version": "v3.4.1",
4365
            "source": {
4366
                "type": "git",
4367
                "url": "https://github.com/symfony/translation-contracts.git",
4368
                "reference": "06450585bf65e978026bda220cdebca3f867fde7"
4369
            },
4370
            "dist": {
4371
                "type": "zip",
4372
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
4373
                "reference": "06450585bf65e978026bda220cdebca3f867fde7",
4374
                "shasum": ""
4375
            },
4376
            "require": {
4377
                "php": ">=8.1"
4378
            },
4379
            "type": "library",
4380
            "extra": {
4381
                "branch-alias": {
4382
                    "dev-main": "3.4-dev"
4383
                },
4384
                "thanks": {
4385
                    "name": "symfony/contracts",
4386
                    "url": "https://github.com/symfony/contracts"
4387
                }
4388
            },
4389
            "autoload": {
4390
                "psr-4": {
4391
                    "Symfony\\Contracts\\Translation\\": ""
4392
                },
4393
                "exclude-from-classmap": [
4394
                    "/Test/"
4395
                ]
4396
            },
4397
            "notification-url": "https://packagist.org/downloads/",
4398
            "license": [
4399
                "MIT"
4400
            ],
4401
            "authors": [
4402
                {
4403
                    "name": "Nicolas Grekas",
4404
                    "email": "p@tchwork.com"
4405
                },
4406
                {
4407
                    "name": "Symfony Community",
4408
                    "homepage": "https://symfony.com/contributors"
4409
                }
4410
            ],
4411
            "description": "Generic abstractions related to translation",
4412
            "homepage": "https://symfony.com",
4413
            "keywords": [
4414
                "abstractions",
4415
                "contracts",
4416
                "decoupling",
4417
                "interfaces",
4418
                "interoperability",
4419
                "standards"
4420
            ],
4421
            "support": {
4422
                "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
4423
            },
4424
            "funding": [
4425
                {
4426
                    "url": "https://symfony.com/sponsor",
4427
                    "type": "custom"
4428
                },
4429
                {
4430
                    "url": "https://github.com/fabpot",
4431
                    "type": "github"
4432
                },
4433
                {
4434
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4435
                    "type": "tidelift"
4436
                }
4437
            ],
4438
            "time": "2023-12-26T14:02:43+00:00"
4439
        },
4440
        {
4441
            "name": "symfony/var-exporter",
4442
            "version": "v6.4.4",
4443
            "source": {
4444
                "type": "git",
4445
                "url": "https://github.com/symfony/var-exporter.git",
4446
                "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b"
4447
            },
4448
            "dist": {
4449
                "type": "zip",
4450
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
4451
                "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
4452
                "shasum": ""
4453
            },
4454
            "require": {
4455
                "php": ">=8.1",
4456
                "symfony/deprecation-contracts": "^2.5|^3"
4457
            },
4458
            "require-dev": {
4459
                "symfony/var-dumper": "^5.4|^6.0|^7.0"
4460
            },
4461
            "type": "library",
4462
            "autoload": {
4463
                "psr-4": {
4464
                    "Symfony\\Component\\VarExporter\\": ""
4465
                },
4466
                "exclude-from-classmap": [
4467
                    "/Tests/"
4468
                ]
4469
            },
4470
            "notification-url": "https://packagist.org/downloads/",
4471
            "license": [
4472
                "MIT"
4473
            ],
4474
            "authors": [
4475
                {
4476
                    "name": "Nicolas Grekas",
4477
                    "email": "p@tchwork.com"
4478
                },
4479
                {
4480
                    "name": "Symfony Community",
4481
                    "homepage": "https://symfony.com/contributors"
4482
                }
4483
            ],
4484
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
4485
            "homepage": "https://symfony.com",
4486
            "keywords": [
4487
                "clone",
4488
                "construct",
4489
                "export",
4490
                "hydrate",
4491
                "instantiate",
4492
                "lazy-loading",
4493
                "proxy",
4494
                "serialize"
4495
            ],
4496
            "support": {
4497
                "source": "https://github.com/symfony/var-exporter/tree/v6.4.4"
4498
            },
4499
            "funding": [
4500
                {
4501
                    "url": "https://symfony.com/sponsor",
4502
                    "type": "custom"
4503
                },
4504
                {
4505
                    "url": "https://github.com/fabpot",
4506
                    "type": "github"
4507
                },
4508
                {
4509
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4510
                    "type": "tidelift"
4511
                }
4512
            ],
4513
            "time": "2024-02-26T08:37:45+00:00"
4514
        },
4515
        {
4516
            "name": "symfony/yaml",
4517
            "version": "v6.4.3",
4518
            "source": {
4519
                "type": "git",
4520
                "url": "https://github.com/symfony/yaml.git",
4521
                "reference": "d75715985f0f94f978e3a8fa42533e10db921b90"
4522
            },
4523
            "dist": {
4524
                "type": "zip",
4525
                "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90",
4526
                "reference": "d75715985f0f94f978e3a8fa42533e10db921b90",
4527
                "shasum": ""
4528
            },
4529
            "require": {
4530
                "php": ">=8.1",
4531
                "symfony/deprecation-contracts": "^2.5|^3",
4532
                "symfony/polyfill-ctype": "^1.8"
4533
            },
4534
            "conflict": {
4535
                "symfony/console": "<5.4"
4536
            },
4537
            "require-dev": {
4538
                "symfony/console": "^5.4|^6.0|^7.0"
4539
            },
4540
            "bin": [
4541
                "Resources/bin/yaml-lint"
4542
            ],
4543
            "type": "library",
4544
            "autoload": {
4545
                "psr-4": {
4546
                    "Symfony\\Component\\Yaml\\": ""
4547
                },
4548
                "exclude-from-classmap": [
4549
                    "/Tests/"
4550
                ]
4551
            },
4552
            "notification-url": "https://packagist.org/downloads/",
4553
            "license": [
4554
                "MIT"
4555
            ],
4556
            "authors": [
4557
                {
4558
                    "name": "Fabien Potencier",
4559
                    "email": "fabien@symfony.com"
4560
                },
4561
                {
4562
                    "name": "Symfony Community",
4563
                    "homepage": "https://symfony.com/contributors"
4564
                }
4565
            ],
4566
            "description": "Loads and dumps YAML files",
4567
            "homepage": "https://symfony.com",
4568
            "support": {
4569
                "source": "https://github.com/symfony/yaml/tree/v6.4.3"
4570
            },
4571
            "funding": [
4572
                {
4573
                    "url": "https://symfony.com/sponsor",
4574
                    "type": "custom"
4575
                },
4576
                {
4577
                    "url": "https://github.com/fabpot",
4578
                    "type": "github"
4579
                },
4580
                {
4581
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4582
                    "type": "tidelift"
4583
                }
4584
            ],
4585
            "time": "2024-01-23T14:51:35+00:00"
4586
        },
4587
        {
4588
            "name": "theseer/tokenizer",
4589
            "version": "1.2.3",
4590
            "source": {
4591
                "type": "git",
4592
                "url": "https://github.com/theseer/tokenizer.git",
4593
                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
4594
            },
4595
            "dist": {
4596
                "type": "zip",
4597
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
4598
                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
4599
                "shasum": ""
4600
            },
4601
            "require": {
4602
                "ext-dom": "*",
4603
                "ext-tokenizer": "*",
4604
                "ext-xmlwriter": "*",
4605
                "php": "^7.2 || ^8.0"
4606
            },
4607
            "type": "library",
4608
            "autoload": {
4609
                "classmap": [
4610
                    "src/"
4611
                ]
4612
            },
4613
            "notification-url": "https://packagist.org/downloads/",
4614
            "license": [
4615
                "BSD-3-Clause"
4616
            ],
4617
            "authors": [
4618
                {
4619
                    "name": "Arne Blankerts",
4620
                    "email": "arne@blankerts.de",
4621
                    "role": "Developer"
4622
                }
4623
            ],
4624
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4625
            "support": {
4626
                "issues": "https://github.com/theseer/tokenizer/issues",
4627
                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
4628
            },
4629
            "funding": [
4630
                {
4631
                    "url": "https://github.com/theseer",
4632
                    "type": "github"
4633
                }
4634
            ],
4635
            "time": "2024-03-03T12:36:25+00:00"
4636
        }
4637
    ],
4638
    "aliases": [],
4639
    "minimum-stability": "dev",
4640
    "stability-flags": [],
4641
    "prefer-stable": true,
4642
    "prefer-lowest": false,
4643
    "platform": {
4644
        "php": ">=8.1.0",
4645
        "ext-iconv": "*",
4646
        "ext-mbstring": "*",
4647
        "ext-curl": "*",
4648
        "ext-openssl": "*",
4649
        "ext-ctype": "*",
4650
        "ext-zip": "*",
4651
        "ext-zlib": "*",
4652
        "ext-gd": "*",
4653
        "ext-simplexml": "*",
4654
        "ext-spl": "*",
4655
        "ext-pcre": "*",
4656
        "ext-dom": "*",
4657
        "ext-xml": "*",
4658
        "ext-xmlreader": "*",
4659
        "ext-intl": "*",
4660
        "ext-json": "*",
4661
        "ext-hash": "*",
4662
        "ext-fileinfo": "*",
4663
        "ext-sodium": "*"
4664
    },
4665
    "platform-dev": [],
4666
    "plugin-api-version": "2.6.0"
4667
}