Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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