xref: /web-php/composer.lock (revision 6a217791)
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": "97fd8b8deabf90498c76b6bba1e682d4",
8    "packages": [],
9    "packages-dev": [
10        {
11            "name": "composer/pcre",
12            "version": "3.1.1",
13            "source": {
14                "type": "git",
15                "url": "https://github.com/composer/pcre.git",
16                "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
17            },
18            "dist": {
19                "type": "zip",
20                "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
21                "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
22                "shasum": ""
23            },
24            "require": {
25                "php": "^7.4 || ^8.0"
26            },
27            "require-dev": {
28                "phpstan/phpstan": "^1.3",
29                "phpstan/phpstan-strict-rules": "^1.1",
30                "symfony/phpunit-bridge": "^5"
31            },
32            "type": "library",
33            "extra": {
34                "branch-alias": {
35                    "dev-main": "3.x-dev"
36                }
37            },
38            "autoload": {
39                "psr-4": {
40                    "Composer\\Pcre\\": "src"
41                }
42            },
43            "notification-url": "https://packagist.org/downloads/",
44            "license": [
45                "MIT"
46            ],
47            "authors": [
48                {
49                    "name": "Jordi Boggiano",
50                    "email": "j.boggiano@seld.be",
51                    "homepage": "http://seld.be"
52                }
53            ],
54            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
55            "keywords": [
56                "PCRE",
57                "preg",
58                "regex",
59                "regular expression"
60            ],
61            "support": {
62                "issues": "https://github.com/composer/pcre/issues",
63                "source": "https://github.com/composer/pcre/tree/3.1.1"
64            },
65            "funding": [
66                {
67                    "url": "https://packagist.com",
68                    "type": "custom"
69                },
70                {
71                    "url": "https://github.com/composer",
72                    "type": "github"
73                },
74                {
75                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
76                    "type": "tidelift"
77                }
78            ],
79            "time": "2023-10-11T07:11:09+00:00"
80        },
81        {
82            "name": "composer/semver",
83            "version": "3.4.0",
84            "source": {
85                "type": "git",
86                "url": "https://github.com/composer/semver.git",
87                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
88            },
89            "dist": {
90                "type": "zip",
91                "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
92                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
93                "shasum": ""
94            },
95            "require": {
96                "php": "^5.3.2 || ^7.0 || ^8.0"
97            },
98            "require-dev": {
99                "phpstan/phpstan": "^1.4",
100                "symfony/phpunit-bridge": "^4.2 || ^5"
101            },
102            "type": "library",
103            "extra": {
104                "branch-alias": {
105                    "dev-main": "3.x-dev"
106                }
107            },
108            "autoload": {
109                "psr-4": {
110                    "Composer\\Semver\\": "src"
111                }
112            },
113            "notification-url": "https://packagist.org/downloads/",
114            "license": [
115                "MIT"
116            ],
117            "authors": [
118                {
119                    "name": "Nils Adermann",
120                    "email": "naderman@naderman.de",
121                    "homepage": "http://www.naderman.de"
122                },
123                {
124                    "name": "Jordi Boggiano",
125                    "email": "j.boggiano@seld.be",
126                    "homepage": "http://seld.be"
127                },
128                {
129                    "name": "Rob Bast",
130                    "email": "rob.bast@gmail.com",
131                    "homepage": "http://robbast.nl"
132                }
133            ],
134            "description": "Semver library that offers utilities, version constraint parsing and validation.",
135            "keywords": [
136                "semantic",
137                "semver",
138                "validation",
139                "versioning"
140            ],
141            "support": {
142                "irc": "ircs://irc.libera.chat:6697/composer",
143                "issues": "https://github.com/composer/semver/issues",
144                "source": "https://github.com/composer/semver/tree/3.4.0"
145            },
146            "funding": [
147                {
148                    "url": "https://packagist.com",
149                    "type": "custom"
150                },
151                {
152                    "url": "https://github.com/composer",
153                    "type": "github"
154                },
155                {
156                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
157                    "type": "tidelift"
158                }
159            ],
160            "time": "2023-08-31T09:50:34+00:00"
161        },
162        {
163            "name": "composer/xdebug-handler",
164            "version": "3.0.3",
165            "source": {
166                "type": "git",
167                "url": "https://github.com/composer/xdebug-handler.git",
168                "reference": "ced299686f41dce890debac69273b47ffe98a40c"
169            },
170            "dist": {
171                "type": "zip",
172                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
173                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
174                "shasum": ""
175            },
176            "require": {
177                "composer/pcre": "^1 || ^2 || ^3",
178                "php": "^7.2.5 || ^8.0",
179                "psr/log": "^1 || ^2 || ^3"
180            },
181            "require-dev": {
182                "phpstan/phpstan": "^1.0",
183                "phpstan/phpstan-strict-rules": "^1.1",
184                "symfony/phpunit-bridge": "^6.0"
185            },
186            "type": "library",
187            "autoload": {
188                "psr-4": {
189                    "Composer\\XdebugHandler\\": "src"
190                }
191            },
192            "notification-url": "https://packagist.org/downloads/",
193            "license": [
194                "MIT"
195            ],
196            "authors": [
197                {
198                    "name": "John Stevenson",
199                    "email": "john-stevenson@blueyonder.co.uk"
200                }
201            ],
202            "description": "Restarts a process without Xdebug.",
203            "keywords": [
204                "Xdebug",
205                "performance"
206            ],
207            "support": {
208                "irc": "irc://irc.freenode.org/composer",
209                "issues": "https://github.com/composer/xdebug-handler/issues",
210                "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
211            },
212            "funding": [
213                {
214                    "url": "https://packagist.com",
215                    "type": "custom"
216                },
217                {
218                    "url": "https://github.com/composer",
219                    "type": "github"
220                },
221                {
222                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
223                    "type": "tidelift"
224                }
225            ],
226            "time": "2022-02-25T21:32:43+00:00"
227        },
228        {
229            "name": "friendsofphp/php-cs-fixer",
230            "version": "v3.51.0",
231            "source": {
232                "type": "git",
233                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
234                "reference": "127fa74f010da99053e3f5b62672615b72dd6efd"
235            },
236            "dist": {
237                "type": "zip",
238                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/127fa74f010da99053e3f5b62672615b72dd6efd",
239                "reference": "127fa74f010da99053e3f5b62672615b72dd6efd",
240                "shasum": ""
241            },
242            "require": {
243                "composer/semver": "^3.4",
244                "composer/xdebug-handler": "^3.0.3",
245                "ext-filter": "*",
246                "ext-json": "*",
247                "ext-tokenizer": "*",
248                "php": "^7.4 || ^8.0",
249                "sebastian/diff": "^4.0 || ^5.0 || ^6.0",
250                "symfony/console": "^5.4 || ^6.0 || ^7.0",
251                "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
252                "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
253                "symfony/finder": "^5.4 || ^6.0 || ^7.0",
254                "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
255                "symfony/polyfill-mbstring": "^1.28",
256                "symfony/polyfill-php80": "^1.28",
257                "symfony/polyfill-php81": "^1.28",
258                "symfony/process": "^5.4 || ^6.0 || ^7.0",
259                "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
260            },
261            "require-dev": {
262                "facile-it/paraunit": "^1.3 || ^2.0",
263                "justinrainbow/json-schema": "^5.2",
264                "keradus/cli-executor": "^2.1",
265                "mikey179/vfsstream": "^1.6.11",
266                "php-coveralls/php-coveralls": "^2.7",
267                "php-cs-fixer/accessible-object": "^1.1",
268                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
269                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
270                "phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2",
271                "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
272                "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
273            },
274            "suggest": {
275                "ext-dom": "For handling output formats in XML",
276                "ext-mbstring": "For handling non-UTF8 characters."
277            },
278            "bin": [
279                "php-cs-fixer"
280            ],
281            "type": "application",
282            "autoload": {
283                "psr-4": {
284                    "PhpCsFixer\\": "src/"
285                }
286            },
287            "notification-url": "https://packagist.org/downloads/",
288            "license": [
289                "MIT"
290            ],
291            "authors": [
292                {
293                    "name": "Fabien Potencier",
294                    "email": "fabien@symfony.com"
295                },
296                {
297                    "name": "Dariusz Rumiński",
298                    "email": "dariusz.ruminski@gmail.com"
299                }
300            ],
301            "description": "A tool to automatically fix PHP code style",
302            "keywords": [
303                "Static code analysis",
304                "fixer",
305                "standards",
306                "static analysis"
307            ],
308            "support": {
309                "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
310                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.51.0"
311            },
312            "funding": [
313                {
314                    "url": "https://github.com/keradus",
315                    "type": "github"
316                }
317            ],
318            "time": "2024-02-28T19:50:06+00:00"
319        },
320        {
321            "name": "myclabs/deep-copy",
322            "version": "1.11.1",
323            "source": {
324                "type": "git",
325                "url": "https://github.com/myclabs/DeepCopy.git",
326                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
327            },
328            "dist": {
329                "type": "zip",
330                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
331                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
332                "shasum": ""
333            },
334            "require": {
335                "php": "^7.1 || ^8.0"
336            },
337            "conflict": {
338                "doctrine/collections": "<1.6.8",
339                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
340            },
341            "require-dev": {
342                "doctrine/collections": "^1.6.8",
343                "doctrine/common": "^2.13.3 || ^3.2.2",
344                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
345            },
346            "type": "library",
347            "autoload": {
348                "files": [
349                    "src/DeepCopy/deep_copy.php"
350                ],
351                "psr-4": {
352                    "DeepCopy\\": "src/DeepCopy/"
353                }
354            },
355            "notification-url": "https://packagist.org/downloads/",
356            "license": [
357                "MIT"
358            ],
359            "description": "Create deep copies (clones) of your objects",
360            "keywords": [
361                "clone",
362                "copy",
363                "duplicate",
364                "object",
365                "object graph"
366            ],
367            "support": {
368                "issues": "https://github.com/myclabs/DeepCopy/issues",
369                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
370            },
371            "funding": [
372                {
373                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
374                    "type": "tidelift"
375                }
376            ],
377            "time": "2023-03-08T13:26:56+00:00"
378        },
379        {
380            "name": "nikic/php-parser",
381            "version": "v5.0.2",
382            "source": {
383                "type": "git",
384                "url": "https://github.com/nikic/PHP-Parser.git",
385                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
386            },
387            "dist": {
388                "type": "zip",
389                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
390                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
391                "shasum": ""
392            },
393            "require": {
394                "ext-ctype": "*",
395                "ext-json": "*",
396                "ext-tokenizer": "*",
397                "php": ">=7.4"
398            },
399            "require-dev": {
400                "ircmaxell/php-yacc": "^0.0.7",
401                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
402            },
403            "bin": [
404                "bin/php-parse"
405            ],
406            "type": "library",
407            "extra": {
408                "branch-alias": {
409                    "dev-master": "5.0-dev"
410                }
411            },
412            "autoload": {
413                "psr-4": {
414                    "PhpParser\\": "lib/PhpParser"
415                }
416            },
417            "notification-url": "https://packagist.org/downloads/",
418            "license": [
419                "BSD-3-Clause"
420            ],
421            "authors": [
422                {
423                    "name": "Nikita Popov"
424                }
425            ],
426            "description": "A PHP parser written in PHP",
427            "keywords": [
428                "parser",
429                "php"
430            ],
431            "support": {
432                "issues": "https://github.com/nikic/PHP-Parser/issues",
433                "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
434            },
435            "time": "2024-03-05T20:51:40+00:00"
436        },
437        {
438            "name": "phar-io/manifest",
439            "version": "2.0.4",
440            "source": {
441                "type": "git",
442                "url": "https://github.com/phar-io/manifest.git",
443                "reference": "54750ef60c58e43759730615a392c31c80e23176"
444            },
445            "dist": {
446                "type": "zip",
447                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
448                "reference": "54750ef60c58e43759730615a392c31c80e23176",
449                "shasum": ""
450            },
451            "require": {
452                "ext-dom": "*",
453                "ext-libxml": "*",
454                "ext-phar": "*",
455                "ext-xmlwriter": "*",
456                "phar-io/version": "^3.0.1",
457                "php": "^7.2 || ^8.0"
458            },
459            "type": "library",
460            "extra": {
461                "branch-alias": {
462                    "dev-master": "2.0.x-dev"
463                }
464            },
465            "autoload": {
466                "classmap": [
467                    "src/"
468                ]
469            },
470            "notification-url": "https://packagist.org/downloads/",
471            "license": [
472                "BSD-3-Clause"
473            ],
474            "authors": [
475                {
476                    "name": "Arne Blankerts",
477                    "email": "arne@blankerts.de",
478                    "role": "Developer"
479                },
480                {
481                    "name": "Sebastian Heuer",
482                    "email": "sebastian@phpeople.de",
483                    "role": "Developer"
484                },
485                {
486                    "name": "Sebastian Bergmann",
487                    "email": "sebastian@phpunit.de",
488                    "role": "Developer"
489                }
490            ],
491            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
492            "support": {
493                "issues": "https://github.com/phar-io/manifest/issues",
494                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
495            },
496            "funding": [
497                {
498                    "url": "https://github.com/theseer",
499                    "type": "github"
500                }
501            ],
502            "time": "2024-03-03T12:33:53+00:00"
503        },
504        {
505            "name": "phar-io/version",
506            "version": "3.2.1",
507            "source": {
508                "type": "git",
509                "url": "https://github.com/phar-io/version.git",
510                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
511            },
512            "dist": {
513                "type": "zip",
514                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
515                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
516                "shasum": ""
517            },
518            "require": {
519                "php": "^7.2 || ^8.0"
520            },
521            "type": "library",
522            "autoload": {
523                "classmap": [
524                    "src/"
525                ]
526            },
527            "notification-url": "https://packagist.org/downloads/",
528            "license": [
529                "BSD-3-Clause"
530            ],
531            "authors": [
532                {
533                    "name": "Arne Blankerts",
534                    "email": "arne@blankerts.de",
535                    "role": "Developer"
536                },
537                {
538                    "name": "Sebastian Heuer",
539                    "email": "sebastian@phpeople.de",
540                    "role": "Developer"
541                },
542                {
543                    "name": "Sebastian Bergmann",
544                    "email": "sebastian@phpunit.de",
545                    "role": "Developer"
546                }
547            ],
548            "description": "Library for handling version information and constraints",
549            "support": {
550                "issues": "https://github.com/phar-io/version/issues",
551                "source": "https://github.com/phar-io/version/tree/3.2.1"
552            },
553            "time": "2022-02-21T01:04:05+00:00"
554        },
555        {
556            "name": "phpunit/php-code-coverage",
557            "version": "11.0.2",
558            "source": {
559                "type": "git",
560                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
561                "reference": "9e0a298b4dc6438a1e70ac8e1b3ea4980ae5a09b"
562            },
563            "dist": {
564                "type": "zip",
565                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9e0a298b4dc6438a1e70ac8e1b3ea4980ae5a09b",
566                "reference": "9e0a298b4dc6438a1e70ac8e1b3ea4980ae5a09b",
567                "shasum": ""
568            },
569            "require": {
570                "ext-dom": "*",
571                "ext-libxml": "*",
572                "ext-xmlwriter": "*",
573                "nikic/php-parser": "^5.0",
574                "php": ">=8.2",
575                "phpunit/php-file-iterator": "^5.0",
576                "phpunit/php-text-template": "^4.0",
577                "sebastian/code-unit-reverse-lookup": "^4.0",
578                "sebastian/complexity": "^4.0",
579                "sebastian/environment": "^7.0",
580                "sebastian/lines-of-code": "^3.0",
581                "sebastian/version": "^5.0",
582                "theseer/tokenizer": "^1.2.0"
583            },
584            "require-dev": {
585                "phpunit/phpunit": "^11.0"
586            },
587            "suggest": {
588                "ext-pcov": "PHP extension that provides line coverage",
589                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
590            },
591            "type": "library",
592            "extra": {
593                "branch-alias": {
594                    "dev-main": "11.0-dev"
595                }
596            },
597            "autoload": {
598                "classmap": [
599                    "src/"
600                ]
601            },
602            "notification-url": "https://packagist.org/downloads/",
603            "license": [
604                "BSD-3-Clause"
605            ],
606            "authors": [
607                {
608                    "name": "Sebastian Bergmann",
609                    "email": "sebastian@phpunit.de",
610                    "role": "lead"
611                }
612            ],
613            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
614            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
615            "keywords": [
616                "coverage",
617                "testing",
618                "xunit"
619            ],
620            "support": {
621                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
622                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
623                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.2"
624            },
625            "funding": [
626                {
627                    "url": "https://github.com/sebastianbergmann",
628                    "type": "github"
629                }
630            ],
631            "time": "2024-03-09T16:56:49+00:00"
632        },
633        {
634            "name": "phpunit/php-file-iterator",
635            "version": "5.0.0",
636            "source": {
637                "type": "git",
638                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
639                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210"
640            },
641            "dist": {
642                "type": "zip",
643                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/99e95c94ad9500daca992354fa09d7b99abe2210",
644                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210",
645                "shasum": ""
646            },
647            "require": {
648                "php": ">=8.2"
649            },
650            "require-dev": {
651                "phpunit/phpunit": "^11.0"
652            },
653            "type": "library",
654            "extra": {
655                "branch-alias": {
656                    "dev-main": "5.0-dev"
657                }
658            },
659            "autoload": {
660                "classmap": [
661                    "src/"
662                ]
663            },
664            "notification-url": "https://packagist.org/downloads/",
665            "license": [
666                "BSD-3-Clause"
667            ],
668            "authors": [
669                {
670                    "name": "Sebastian Bergmann",
671                    "email": "sebastian@phpunit.de",
672                    "role": "lead"
673                }
674            ],
675            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
676            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
677            "keywords": [
678                "filesystem",
679                "iterator"
680            ],
681            "support": {
682                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
683                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
684                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.0"
685            },
686            "funding": [
687                {
688                    "url": "https://github.com/sebastianbergmann",
689                    "type": "github"
690                }
691            ],
692            "time": "2024-02-02T06:05:04+00:00"
693        },
694        {
695            "name": "phpunit/php-invoker",
696            "version": "5.0.0",
697            "source": {
698                "type": "git",
699                "url": "https://github.com/sebastianbergmann/php-invoker.git",
700                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be"
701            },
702            "dist": {
703                "type": "zip",
704                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5d8d9355a16d8cc5a1305b0a85342cfa420612be",
705                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be",
706                "shasum": ""
707            },
708            "require": {
709                "php": ">=8.2"
710            },
711            "require-dev": {
712                "ext-pcntl": "*",
713                "phpunit/phpunit": "^11.0"
714            },
715            "suggest": {
716                "ext-pcntl": "*"
717            },
718            "type": "library",
719            "extra": {
720                "branch-alias": {
721                    "dev-main": "5.0-dev"
722                }
723            },
724            "autoload": {
725                "classmap": [
726                    "src/"
727                ]
728            },
729            "notification-url": "https://packagist.org/downloads/",
730            "license": [
731                "BSD-3-Clause"
732            ],
733            "authors": [
734                {
735                    "name": "Sebastian Bergmann",
736                    "email": "sebastian@phpunit.de",
737                    "role": "lead"
738                }
739            ],
740            "description": "Invoke callables with a timeout",
741            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
742            "keywords": [
743                "process"
744            ],
745            "support": {
746                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
747                "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
748                "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.0"
749            },
750            "funding": [
751                {
752                    "url": "https://github.com/sebastianbergmann",
753                    "type": "github"
754                }
755            ],
756            "time": "2024-02-02T06:05:50+00:00"
757        },
758        {
759            "name": "phpunit/php-text-template",
760            "version": "4.0.0",
761            "source": {
762                "type": "git",
763                "url": "https://github.com/sebastianbergmann/php-text-template.git",
764                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e"
765            },
766            "dist": {
767                "type": "zip",
768                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e",
769                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e",
770                "shasum": ""
771            },
772            "require": {
773                "php": ">=8.2"
774            },
775            "require-dev": {
776                "phpunit/phpunit": "^11.0"
777            },
778            "type": "library",
779            "extra": {
780                "branch-alias": {
781                    "dev-main": "4.0-dev"
782                }
783            },
784            "autoload": {
785                "classmap": [
786                    "src/"
787                ]
788            },
789            "notification-url": "https://packagist.org/downloads/",
790            "license": [
791                "BSD-3-Clause"
792            ],
793            "authors": [
794                {
795                    "name": "Sebastian Bergmann",
796                    "email": "sebastian@phpunit.de",
797                    "role": "lead"
798                }
799            ],
800            "description": "Simple template engine.",
801            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
802            "keywords": [
803                "template"
804            ],
805            "support": {
806                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
807                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
808                "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.0"
809            },
810            "funding": [
811                {
812                    "url": "https://github.com/sebastianbergmann",
813                    "type": "github"
814                }
815            ],
816            "time": "2024-02-02T06:06:56+00:00"
817        },
818        {
819            "name": "phpunit/php-timer",
820            "version": "7.0.0",
821            "source": {
822                "type": "git",
823                "url": "https://github.com/sebastianbergmann/php-timer.git",
824                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5"
825            },
826            "dist": {
827                "type": "zip",
828                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5",
829                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5",
830                "shasum": ""
831            },
832            "require": {
833                "php": ">=8.2"
834            },
835            "require-dev": {
836                "phpunit/phpunit": "^11.0"
837            },
838            "type": "library",
839            "extra": {
840                "branch-alias": {
841                    "dev-main": "7.0-dev"
842                }
843            },
844            "autoload": {
845                "classmap": [
846                    "src/"
847                ]
848            },
849            "notification-url": "https://packagist.org/downloads/",
850            "license": [
851                "BSD-3-Clause"
852            ],
853            "authors": [
854                {
855                    "name": "Sebastian Bergmann",
856                    "email": "sebastian@phpunit.de",
857                    "role": "lead"
858                }
859            ],
860            "description": "Utility class for timing",
861            "homepage": "https://github.com/sebastianbergmann/php-timer/",
862            "keywords": [
863                "timer"
864            ],
865            "support": {
866                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
867                "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
868                "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0"
869            },
870            "funding": [
871                {
872                    "url": "https://github.com/sebastianbergmann",
873                    "type": "github"
874                }
875            ],
876            "time": "2024-02-02T06:08:01+00:00"
877        },
878        {
879            "name": "phpunit/phpunit",
880            "version": "11.0.5",
881            "source": {
882                "type": "git",
883                "url": "https://github.com/sebastianbergmann/phpunit.git",
884                "reference": "da2de3900beab025398ba37705b0f5ecafb3e1ab"
885            },
886            "dist": {
887                "type": "zip",
888                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/da2de3900beab025398ba37705b0f5ecafb3e1ab",
889                "reference": "da2de3900beab025398ba37705b0f5ecafb3e1ab",
890                "shasum": ""
891            },
892            "require": {
893                "ext-dom": "*",
894                "ext-json": "*",
895                "ext-libxml": "*",
896                "ext-mbstring": "*",
897                "ext-xml": "*",
898                "ext-xmlwriter": "*",
899                "myclabs/deep-copy": "^1.10.1",
900                "phar-io/manifest": "^2.0.3",
901                "phar-io/version": "^3.0.2",
902                "php": ">=8.2",
903                "phpunit/php-code-coverage": "^11.0",
904                "phpunit/php-file-iterator": "^5.0",
905                "phpunit/php-invoker": "^5.0",
906                "phpunit/php-text-template": "^4.0",
907                "phpunit/php-timer": "^7.0",
908                "sebastian/cli-parser": "^3.0",
909                "sebastian/code-unit": "^3.0",
910                "sebastian/comparator": "^6.0",
911                "sebastian/diff": "^6.0",
912                "sebastian/environment": "^7.0",
913                "sebastian/exporter": "^6.0",
914                "sebastian/global-state": "^7.0",
915                "sebastian/object-enumerator": "^6.0",
916                "sebastian/type": "^5.0",
917                "sebastian/version": "^5.0"
918            },
919            "suggest": {
920                "ext-soap": "To be able to generate mocks based on WSDL files"
921            },
922            "bin": [
923                "phpunit"
924            ],
925            "type": "library",
926            "extra": {
927                "branch-alias": {
928                    "dev-main": "11.0-dev"
929                }
930            },
931            "autoload": {
932                "files": [
933                    "src/Framework/Assert/Functions.php"
934                ],
935                "classmap": [
936                    "src/"
937                ]
938            },
939            "notification-url": "https://packagist.org/downloads/",
940            "license": [
941                "BSD-3-Clause"
942            ],
943            "authors": [
944                {
945                    "name": "Sebastian Bergmann",
946                    "email": "sebastian@phpunit.de",
947                    "role": "lead"
948                }
949            ],
950            "description": "The PHP Unit Testing framework.",
951            "homepage": "https://phpunit.de/",
952            "keywords": [
953                "phpunit",
954                "testing",
955                "xunit"
956            ],
957            "support": {
958                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
959                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
960                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.0.5"
961            },
962            "funding": [
963                {
964                    "url": "https://phpunit.de/sponsors.html",
965                    "type": "custom"
966                },
967                {
968                    "url": "https://github.com/sebastianbergmann",
969                    "type": "github"
970                },
971                {
972                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
973                    "type": "tidelift"
974                }
975            ],
976            "time": "2024-03-09T12:12:14+00:00"
977        },
978        {
979            "name": "psr/container",
980            "version": "2.0.2",
981            "source": {
982                "type": "git",
983                "url": "https://github.com/php-fig/container.git",
984                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
985            },
986            "dist": {
987                "type": "zip",
988                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
989                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
990                "shasum": ""
991            },
992            "require": {
993                "php": ">=7.4.0"
994            },
995            "type": "library",
996            "extra": {
997                "branch-alias": {
998                    "dev-master": "2.0.x-dev"
999                }
1000            },
1001            "autoload": {
1002                "psr-4": {
1003                    "Psr\\Container\\": "src/"
1004                }
1005            },
1006            "notification-url": "https://packagist.org/downloads/",
1007            "license": [
1008                "MIT"
1009            ],
1010            "authors": [
1011                {
1012                    "name": "PHP-FIG",
1013                    "homepage": "https://www.php-fig.org/"
1014                }
1015            ],
1016            "description": "Common Container Interface (PHP FIG PSR-11)",
1017            "homepage": "https://github.com/php-fig/container",
1018            "keywords": [
1019                "PSR-11",
1020                "container",
1021                "container-interface",
1022                "container-interop",
1023                "psr"
1024            ],
1025            "support": {
1026                "issues": "https://github.com/php-fig/container/issues",
1027                "source": "https://github.com/php-fig/container/tree/2.0.2"
1028            },
1029            "time": "2021-11-05T16:47:00+00:00"
1030        },
1031        {
1032            "name": "psr/event-dispatcher",
1033            "version": "1.0.0",
1034            "source": {
1035                "type": "git",
1036                "url": "https://github.com/php-fig/event-dispatcher.git",
1037                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1038            },
1039            "dist": {
1040                "type": "zip",
1041                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1042                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1043                "shasum": ""
1044            },
1045            "require": {
1046                "php": ">=7.2.0"
1047            },
1048            "type": "library",
1049            "extra": {
1050                "branch-alias": {
1051                    "dev-master": "1.0.x-dev"
1052                }
1053            },
1054            "autoload": {
1055                "psr-4": {
1056                    "Psr\\EventDispatcher\\": "src/"
1057                }
1058            },
1059            "notification-url": "https://packagist.org/downloads/",
1060            "license": [
1061                "MIT"
1062            ],
1063            "authors": [
1064                {
1065                    "name": "PHP-FIG",
1066                    "homepage": "http://www.php-fig.org/"
1067                }
1068            ],
1069            "description": "Standard interfaces for event handling.",
1070            "keywords": [
1071                "events",
1072                "psr",
1073                "psr-14"
1074            ],
1075            "support": {
1076                "issues": "https://github.com/php-fig/event-dispatcher/issues",
1077                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1078            },
1079            "time": "2019-01-08T18:20:26+00:00"
1080        },
1081        {
1082            "name": "psr/log",
1083            "version": "3.0.0",
1084            "source": {
1085                "type": "git",
1086                "url": "https://github.com/php-fig/log.git",
1087                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
1088            },
1089            "dist": {
1090                "type": "zip",
1091                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
1092                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
1093                "shasum": ""
1094            },
1095            "require": {
1096                "php": ">=8.0.0"
1097            },
1098            "type": "library",
1099            "extra": {
1100                "branch-alias": {
1101                    "dev-master": "3.x-dev"
1102                }
1103            },
1104            "autoload": {
1105                "psr-4": {
1106                    "Psr\\Log\\": "src"
1107                }
1108            },
1109            "notification-url": "https://packagist.org/downloads/",
1110            "license": [
1111                "MIT"
1112            ],
1113            "authors": [
1114                {
1115                    "name": "PHP-FIG",
1116                    "homepage": "https://www.php-fig.org/"
1117                }
1118            ],
1119            "description": "Common interface for logging libraries",
1120            "homepage": "https://github.com/php-fig/log",
1121            "keywords": [
1122                "log",
1123                "psr",
1124                "psr-3"
1125            ],
1126            "support": {
1127                "source": "https://github.com/php-fig/log/tree/3.0.0"
1128            },
1129            "time": "2021-07-14T16:46:02+00:00"
1130        },
1131        {
1132            "name": "sebastian/cli-parser",
1133            "version": "3.0.1",
1134            "source": {
1135                "type": "git",
1136                "url": "https://github.com/sebastianbergmann/cli-parser.git",
1137                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a"
1138            },
1139            "dist": {
1140                "type": "zip",
1141                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/00a74d5568694711f0222e54fb281e1d15fdf04a",
1142                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a",
1143                "shasum": ""
1144            },
1145            "require": {
1146                "php": ">=8.2"
1147            },
1148            "require-dev": {
1149                "phpunit/phpunit": "^11.0"
1150            },
1151            "type": "library",
1152            "extra": {
1153                "branch-alias": {
1154                    "dev-main": "3.0-dev"
1155                }
1156            },
1157            "autoload": {
1158                "classmap": [
1159                    "src/"
1160                ]
1161            },
1162            "notification-url": "https://packagist.org/downloads/",
1163            "license": [
1164                "BSD-3-Clause"
1165            ],
1166            "authors": [
1167                {
1168                    "name": "Sebastian Bergmann",
1169                    "email": "sebastian@phpunit.de",
1170                    "role": "lead"
1171                }
1172            ],
1173            "description": "Library for parsing CLI options",
1174            "homepage": "https://github.com/sebastianbergmann/cli-parser",
1175            "support": {
1176                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1177                "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
1178                "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.1"
1179            },
1180            "funding": [
1181                {
1182                    "url": "https://github.com/sebastianbergmann",
1183                    "type": "github"
1184                }
1185            ],
1186            "time": "2024-03-02T07:26:58+00:00"
1187        },
1188        {
1189            "name": "sebastian/code-unit",
1190            "version": "3.0.0",
1191            "source": {
1192                "type": "git",
1193                "url": "https://github.com/sebastianbergmann/code-unit.git",
1194                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015"
1195            },
1196            "dist": {
1197                "type": "zip",
1198                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6634549cb8d702282a04a774e36a7477d2bd9015",
1199                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015",
1200                "shasum": ""
1201            },
1202            "require": {
1203                "php": ">=8.2"
1204            },
1205            "require-dev": {
1206                "phpunit/phpunit": "^11.0"
1207            },
1208            "type": "library",
1209            "extra": {
1210                "branch-alias": {
1211                    "dev-main": "3.0-dev"
1212                }
1213            },
1214            "autoload": {
1215                "classmap": [
1216                    "src/"
1217                ]
1218            },
1219            "notification-url": "https://packagist.org/downloads/",
1220            "license": [
1221                "BSD-3-Clause"
1222            ],
1223            "authors": [
1224                {
1225                    "name": "Sebastian Bergmann",
1226                    "email": "sebastian@phpunit.de",
1227                    "role": "lead"
1228                }
1229            ],
1230            "description": "Collection of value objects that represent the PHP code units",
1231            "homepage": "https://github.com/sebastianbergmann/code-unit",
1232            "support": {
1233                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1234                "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
1235                "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.0"
1236            },
1237            "funding": [
1238                {
1239                    "url": "https://github.com/sebastianbergmann",
1240                    "type": "github"
1241                }
1242            ],
1243            "time": "2024-02-02T05:50:41+00:00"
1244        },
1245        {
1246            "name": "sebastian/code-unit-reverse-lookup",
1247            "version": "4.0.0",
1248            "source": {
1249                "type": "git",
1250                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1251                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d"
1252            },
1253            "dist": {
1254                "type": "zip",
1255                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/df80c875d3e459b45c6039e4d9b71d4fbccae25d",
1256                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d",
1257                "shasum": ""
1258            },
1259            "require": {
1260                "php": ">=8.2"
1261            },
1262            "require-dev": {
1263                "phpunit/phpunit": "^11.0"
1264            },
1265            "type": "library",
1266            "extra": {
1267                "branch-alias": {
1268                    "dev-main": "4.0-dev"
1269                }
1270            },
1271            "autoload": {
1272                "classmap": [
1273                    "src/"
1274                ]
1275            },
1276            "notification-url": "https://packagist.org/downloads/",
1277            "license": [
1278                "BSD-3-Clause"
1279            ],
1280            "authors": [
1281                {
1282                    "name": "Sebastian Bergmann",
1283                    "email": "sebastian@phpunit.de"
1284                }
1285            ],
1286            "description": "Looks up which function or method a line of code belongs to",
1287            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1288            "support": {
1289                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1290                "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
1291                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.0"
1292            },
1293            "funding": [
1294                {
1295                    "url": "https://github.com/sebastianbergmann",
1296                    "type": "github"
1297                }
1298            ],
1299            "time": "2024-02-02T05:52:17+00:00"
1300        },
1301        {
1302            "name": "sebastian/comparator",
1303            "version": "6.0.0",
1304            "source": {
1305                "type": "git",
1306                "url": "https://github.com/sebastianbergmann/comparator.git",
1307                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8"
1308            },
1309            "dist": {
1310                "type": "zip",
1311                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bd0f2fa5b9257c69903537b266ccb80fcf940db8",
1312                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8",
1313                "shasum": ""
1314            },
1315            "require": {
1316                "ext-dom": "*",
1317                "ext-mbstring": "*",
1318                "php": ">=8.2",
1319                "sebastian/diff": "^6.0",
1320                "sebastian/exporter": "^6.0"
1321            },
1322            "require-dev": {
1323                "phpunit/phpunit": "^11.0"
1324            },
1325            "type": "library",
1326            "extra": {
1327                "branch-alias": {
1328                    "dev-main": "6.0-dev"
1329                }
1330            },
1331            "autoload": {
1332                "classmap": [
1333                    "src/"
1334                ]
1335            },
1336            "notification-url": "https://packagist.org/downloads/",
1337            "license": [
1338                "BSD-3-Clause"
1339            ],
1340            "authors": [
1341                {
1342                    "name": "Sebastian Bergmann",
1343                    "email": "sebastian@phpunit.de"
1344                },
1345                {
1346                    "name": "Jeff Welch",
1347                    "email": "whatthejeff@gmail.com"
1348                },
1349                {
1350                    "name": "Volker Dusch",
1351                    "email": "github@wallbash.com"
1352                },
1353                {
1354                    "name": "Bernhard Schussek",
1355                    "email": "bschussek@2bepublished.at"
1356                }
1357            ],
1358            "description": "Provides the functionality to compare PHP values for equality",
1359            "homepage": "https://github.com/sebastianbergmann/comparator",
1360            "keywords": [
1361                "comparator",
1362                "compare",
1363                "equality"
1364            ],
1365            "support": {
1366                "issues": "https://github.com/sebastianbergmann/comparator/issues",
1367                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
1368                "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.0"
1369            },
1370            "funding": [
1371                {
1372                    "url": "https://github.com/sebastianbergmann",
1373                    "type": "github"
1374                }
1375            ],
1376            "time": "2024-02-02T05:53:45+00:00"
1377        },
1378        {
1379            "name": "sebastian/complexity",
1380            "version": "4.0.0",
1381            "source": {
1382                "type": "git",
1383                "url": "https://github.com/sebastianbergmann/complexity.git",
1384                "reference": "88a434ad86150e11a606ac4866b09130712671f0"
1385            },
1386            "dist": {
1387                "type": "zip",
1388                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/88a434ad86150e11a606ac4866b09130712671f0",
1389                "reference": "88a434ad86150e11a606ac4866b09130712671f0",
1390                "shasum": ""
1391            },
1392            "require": {
1393                "nikic/php-parser": "^5.0",
1394                "php": ">=8.2"
1395            },
1396            "require-dev": {
1397                "phpunit/phpunit": "^11.0"
1398            },
1399            "type": "library",
1400            "extra": {
1401                "branch-alias": {
1402                    "dev-main": "4.0-dev"
1403                }
1404            },
1405            "autoload": {
1406                "classmap": [
1407                    "src/"
1408                ]
1409            },
1410            "notification-url": "https://packagist.org/downloads/",
1411            "license": [
1412                "BSD-3-Clause"
1413            ],
1414            "authors": [
1415                {
1416                    "name": "Sebastian Bergmann",
1417                    "email": "sebastian@phpunit.de",
1418                    "role": "lead"
1419                }
1420            ],
1421            "description": "Library for calculating the complexity of PHP code units",
1422            "homepage": "https://github.com/sebastianbergmann/complexity",
1423            "support": {
1424                "issues": "https://github.com/sebastianbergmann/complexity/issues",
1425                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
1426                "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.0"
1427            },
1428            "funding": [
1429                {
1430                    "url": "https://github.com/sebastianbergmann",
1431                    "type": "github"
1432                }
1433            ],
1434            "time": "2024-02-02T05:55:19+00:00"
1435        },
1436        {
1437            "name": "sebastian/diff",
1438            "version": "6.0.1",
1439            "source": {
1440                "type": "git",
1441                "url": "https://github.com/sebastianbergmann/diff.git",
1442                "reference": "ab83243ecc233de5655b76f577711de9f842e712"
1443            },
1444            "dist": {
1445                "type": "zip",
1446                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712",
1447                "reference": "ab83243ecc233de5655b76f577711de9f842e712",
1448                "shasum": ""
1449            },
1450            "require": {
1451                "php": ">=8.2"
1452            },
1453            "require-dev": {
1454                "phpunit/phpunit": "^11.0",
1455                "symfony/process": "^4.2 || ^5"
1456            },
1457            "type": "library",
1458            "extra": {
1459                "branch-alias": {
1460                    "dev-main": "6.0-dev"
1461                }
1462            },
1463            "autoload": {
1464                "classmap": [
1465                    "src/"
1466                ]
1467            },
1468            "notification-url": "https://packagist.org/downloads/",
1469            "license": [
1470                "BSD-3-Clause"
1471            ],
1472            "authors": [
1473                {
1474                    "name": "Sebastian Bergmann",
1475                    "email": "sebastian@phpunit.de"
1476                },
1477                {
1478                    "name": "Kore Nordmann",
1479                    "email": "mail@kore-nordmann.de"
1480                }
1481            ],
1482            "description": "Diff implementation",
1483            "homepage": "https://github.com/sebastianbergmann/diff",
1484            "keywords": [
1485                "diff",
1486                "udiff",
1487                "unidiff",
1488                "unified diff"
1489            ],
1490            "support": {
1491                "issues": "https://github.com/sebastianbergmann/diff/issues",
1492                "security": "https://github.com/sebastianbergmann/diff/security/policy",
1493                "source": "https://github.com/sebastianbergmann/diff/tree/6.0.1"
1494            },
1495            "funding": [
1496                {
1497                    "url": "https://github.com/sebastianbergmann",
1498                    "type": "github"
1499                }
1500            ],
1501            "time": "2024-03-02T07:30:33+00:00"
1502        },
1503        {
1504            "name": "sebastian/environment",
1505            "version": "7.0.0",
1506            "source": {
1507                "type": "git",
1508                "url": "https://github.com/sebastianbergmann/environment.git",
1509                "reference": "100d8b855d7180f79f9a9a5c483f2d960581c3ea"
1510            },
1511            "dist": {
1512                "type": "zip",
1513                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/100d8b855d7180f79f9a9a5c483f2d960581c3ea",
1514                "reference": "100d8b855d7180f79f9a9a5c483f2d960581c3ea",
1515                "shasum": ""
1516            },
1517            "require": {
1518                "php": ">=8.2"
1519            },
1520            "require-dev": {
1521                "phpunit/phpunit": "^11.0"
1522            },
1523            "suggest": {
1524                "ext-posix": "*"
1525            },
1526            "type": "library",
1527            "extra": {
1528                "branch-alias": {
1529                    "dev-main": "7.0-dev"
1530                }
1531            },
1532            "autoload": {
1533                "classmap": [
1534                    "src/"
1535                ]
1536            },
1537            "notification-url": "https://packagist.org/downloads/",
1538            "license": [
1539                "BSD-3-Clause"
1540            ],
1541            "authors": [
1542                {
1543                    "name": "Sebastian Bergmann",
1544                    "email": "sebastian@phpunit.de"
1545                }
1546            ],
1547            "description": "Provides functionality to handle HHVM/PHP environments",
1548            "homepage": "https://github.com/sebastianbergmann/environment",
1549            "keywords": [
1550                "Xdebug",
1551                "environment",
1552                "hhvm"
1553            ],
1554            "support": {
1555                "issues": "https://github.com/sebastianbergmann/environment/issues",
1556                "security": "https://github.com/sebastianbergmann/environment/security/policy",
1557                "source": "https://github.com/sebastianbergmann/environment/tree/7.0.0"
1558            },
1559            "funding": [
1560                {
1561                    "url": "https://github.com/sebastianbergmann",
1562                    "type": "github"
1563                }
1564            ],
1565            "time": "2024-02-02T05:57:54+00:00"
1566        },
1567        {
1568            "name": "sebastian/exporter",
1569            "version": "6.0.1",
1570            "source": {
1571                "type": "git",
1572                "url": "https://github.com/sebastianbergmann/exporter.git",
1573                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da"
1574            },
1575            "dist": {
1576                "type": "zip",
1577                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f291e5a317c321c0381fa9ecc796fa2d21b186da",
1578                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da",
1579                "shasum": ""
1580            },
1581            "require": {
1582                "ext-mbstring": "*",
1583                "php": ">=8.2",
1584                "sebastian/recursion-context": "^6.0"
1585            },
1586            "require-dev": {
1587                "phpunit/phpunit": "^11.0"
1588            },
1589            "type": "library",
1590            "extra": {
1591                "branch-alias": {
1592                    "dev-main": "6.0-dev"
1593                }
1594            },
1595            "autoload": {
1596                "classmap": [
1597                    "src/"
1598                ]
1599            },
1600            "notification-url": "https://packagist.org/downloads/",
1601            "license": [
1602                "BSD-3-Clause"
1603            ],
1604            "authors": [
1605                {
1606                    "name": "Sebastian Bergmann",
1607                    "email": "sebastian@phpunit.de"
1608                },
1609                {
1610                    "name": "Jeff Welch",
1611                    "email": "whatthejeff@gmail.com"
1612                },
1613                {
1614                    "name": "Volker Dusch",
1615                    "email": "github@wallbash.com"
1616                },
1617                {
1618                    "name": "Adam Harvey",
1619                    "email": "aharvey@php.net"
1620                },
1621                {
1622                    "name": "Bernhard Schussek",
1623                    "email": "bschussek@gmail.com"
1624                }
1625            ],
1626            "description": "Provides the functionality to export PHP variables for visualization",
1627            "homepage": "https://www.github.com/sebastianbergmann/exporter",
1628            "keywords": [
1629                "export",
1630                "exporter"
1631            ],
1632            "support": {
1633                "issues": "https://github.com/sebastianbergmann/exporter/issues",
1634                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
1635                "source": "https://github.com/sebastianbergmann/exporter/tree/6.0.1"
1636            },
1637            "funding": [
1638                {
1639                    "url": "https://github.com/sebastianbergmann",
1640                    "type": "github"
1641                }
1642            ],
1643            "time": "2024-03-02T07:28:20+00:00"
1644        },
1645        {
1646            "name": "sebastian/global-state",
1647            "version": "7.0.1",
1648            "source": {
1649                "type": "git",
1650                "url": "https://github.com/sebastianbergmann/global-state.git",
1651                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e"
1652            },
1653            "dist": {
1654                "type": "zip",
1655                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
1656                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
1657                "shasum": ""
1658            },
1659            "require": {
1660                "php": ">=8.2",
1661                "sebastian/object-reflector": "^4.0",
1662                "sebastian/recursion-context": "^6.0"
1663            },
1664            "require-dev": {
1665                "ext-dom": "*",
1666                "phpunit/phpunit": "^11.0"
1667            },
1668            "type": "library",
1669            "extra": {
1670                "branch-alias": {
1671                    "dev-main": "7.0-dev"
1672                }
1673            },
1674            "autoload": {
1675                "classmap": [
1676                    "src/"
1677                ]
1678            },
1679            "notification-url": "https://packagist.org/downloads/",
1680            "license": [
1681                "BSD-3-Clause"
1682            ],
1683            "authors": [
1684                {
1685                    "name": "Sebastian Bergmann",
1686                    "email": "sebastian@phpunit.de"
1687                }
1688            ],
1689            "description": "Snapshotting of global state",
1690            "homepage": "https://www.github.com/sebastianbergmann/global-state",
1691            "keywords": [
1692                "global state"
1693            ],
1694            "support": {
1695                "issues": "https://github.com/sebastianbergmann/global-state/issues",
1696                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
1697                "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.1"
1698            },
1699            "funding": [
1700                {
1701                    "url": "https://github.com/sebastianbergmann",
1702                    "type": "github"
1703                }
1704            ],
1705            "time": "2024-03-02T07:32:10+00:00"
1706        },
1707        {
1708            "name": "sebastian/lines-of-code",
1709            "version": "3.0.0",
1710            "source": {
1711                "type": "git",
1712                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1713                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0"
1714            },
1715            "dist": {
1716                "type": "zip",
1717                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/376c5b3f6b43c78fdc049740bca76a7c846706c0",
1718                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0",
1719                "shasum": ""
1720            },
1721            "require": {
1722                "nikic/php-parser": "^5.0",
1723                "php": ">=8.2"
1724            },
1725            "require-dev": {
1726                "phpunit/phpunit": "^11.0"
1727            },
1728            "type": "library",
1729            "extra": {
1730                "branch-alias": {
1731                    "dev-main": "3.0-dev"
1732                }
1733            },
1734            "autoload": {
1735                "classmap": [
1736                    "src/"
1737                ]
1738            },
1739            "notification-url": "https://packagist.org/downloads/",
1740            "license": [
1741                "BSD-3-Clause"
1742            ],
1743            "authors": [
1744                {
1745                    "name": "Sebastian Bergmann",
1746                    "email": "sebastian@phpunit.de",
1747                    "role": "lead"
1748                }
1749            ],
1750            "description": "Library for counting the lines of code in PHP source code",
1751            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1752            "support": {
1753                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1754                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
1755                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.0"
1756            },
1757            "funding": [
1758                {
1759                    "url": "https://github.com/sebastianbergmann",
1760                    "type": "github"
1761                }
1762            ],
1763            "time": "2024-02-02T06:00:36+00:00"
1764        },
1765        {
1766            "name": "sebastian/object-enumerator",
1767            "version": "6.0.0",
1768            "source": {
1769                "type": "git",
1770                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1771                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678"
1772            },
1773            "dist": {
1774                "type": "zip",
1775                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
1776                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
1777                "shasum": ""
1778            },
1779            "require": {
1780                "php": ">=8.2",
1781                "sebastian/object-reflector": "^4.0",
1782                "sebastian/recursion-context": "^6.0"
1783            },
1784            "require-dev": {
1785                "phpunit/phpunit": "^11.0"
1786            },
1787            "type": "library",
1788            "extra": {
1789                "branch-alias": {
1790                    "dev-main": "6.0-dev"
1791                }
1792            },
1793            "autoload": {
1794                "classmap": [
1795                    "src/"
1796                ]
1797            },
1798            "notification-url": "https://packagist.org/downloads/",
1799            "license": [
1800                "BSD-3-Clause"
1801            ],
1802            "authors": [
1803                {
1804                    "name": "Sebastian Bergmann",
1805                    "email": "sebastian@phpunit.de"
1806                }
1807            ],
1808            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1809            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1810            "support": {
1811                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1812                "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
1813                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.0"
1814            },
1815            "funding": [
1816                {
1817                    "url": "https://github.com/sebastianbergmann",
1818                    "type": "github"
1819                }
1820            ],
1821            "time": "2024-02-02T06:01:29+00:00"
1822        },
1823        {
1824            "name": "sebastian/object-reflector",
1825            "version": "4.0.0",
1826            "source": {
1827                "type": "git",
1828                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1829                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d"
1830            },
1831            "dist": {
1832                "type": "zip",
1833                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d",
1834                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d",
1835                "shasum": ""
1836            },
1837            "require": {
1838                "php": ">=8.2"
1839            },
1840            "require-dev": {
1841                "phpunit/phpunit": "^11.0"
1842            },
1843            "type": "library",
1844            "extra": {
1845                "branch-alias": {
1846                    "dev-main": "4.0-dev"
1847                }
1848            },
1849            "autoload": {
1850                "classmap": [
1851                    "src/"
1852                ]
1853            },
1854            "notification-url": "https://packagist.org/downloads/",
1855            "license": [
1856                "BSD-3-Clause"
1857            ],
1858            "authors": [
1859                {
1860                    "name": "Sebastian Bergmann",
1861                    "email": "sebastian@phpunit.de"
1862                }
1863            ],
1864            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1865            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1866            "support": {
1867                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1868                "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
1869                "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.0"
1870            },
1871            "funding": [
1872                {
1873                    "url": "https://github.com/sebastianbergmann",
1874                    "type": "github"
1875                }
1876            ],
1877            "time": "2024-02-02T06:02:18+00:00"
1878        },
1879        {
1880            "name": "sebastian/recursion-context",
1881            "version": "6.0.0",
1882            "source": {
1883                "type": "git",
1884                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1885                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4"
1886            },
1887            "dist": {
1888                "type": "zip",
1889                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b75224967b5a466925c6d54e68edd0edf8dd4ed4",
1890                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4",
1891                "shasum": ""
1892            },
1893            "require": {
1894                "php": ">=8.2"
1895            },
1896            "require-dev": {
1897                "phpunit/phpunit": "^11.0"
1898            },
1899            "type": "library",
1900            "extra": {
1901                "branch-alias": {
1902                    "dev-main": "6.0-dev"
1903                }
1904            },
1905            "autoload": {
1906                "classmap": [
1907                    "src/"
1908                ]
1909            },
1910            "notification-url": "https://packagist.org/downloads/",
1911            "license": [
1912                "BSD-3-Clause"
1913            ],
1914            "authors": [
1915                {
1916                    "name": "Sebastian Bergmann",
1917                    "email": "sebastian@phpunit.de"
1918                },
1919                {
1920                    "name": "Jeff Welch",
1921                    "email": "whatthejeff@gmail.com"
1922                },
1923                {
1924                    "name": "Adam Harvey",
1925                    "email": "aharvey@php.net"
1926                }
1927            ],
1928            "description": "Provides functionality to recursively process PHP variables",
1929            "homepage": "https://github.com/sebastianbergmann/recursion-context",
1930            "support": {
1931                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1932                "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
1933                "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.0"
1934            },
1935            "funding": [
1936                {
1937                    "url": "https://github.com/sebastianbergmann",
1938                    "type": "github"
1939                }
1940            ],
1941            "time": "2024-02-02T06:08:48+00:00"
1942        },
1943        {
1944            "name": "sebastian/type",
1945            "version": "5.0.0",
1946            "source": {
1947                "type": "git",
1948                "url": "https://github.com/sebastianbergmann/type.git",
1949                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f"
1950            },
1951            "dist": {
1952                "type": "zip",
1953                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8502785eb3523ca0dd4afe9ca62235590020f3f",
1954                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f",
1955                "shasum": ""
1956            },
1957            "require": {
1958                "php": ">=8.2"
1959            },
1960            "require-dev": {
1961                "phpunit/phpunit": "^11.0"
1962            },
1963            "type": "library",
1964            "extra": {
1965                "branch-alias": {
1966                    "dev-main": "5.0-dev"
1967                }
1968            },
1969            "autoload": {
1970                "classmap": [
1971                    "src/"
1972                ]
1973            },
1974            "notification-url": "https://packagist.org/downloads/",
1975            "license": [
1976                "BSD-3-Clause"
1977            ],
1978            "authors": [
1979                {
1980                    "name": "Sebastian Bergmann",
1981                    "email": "sebastian@phpunit.de",
1982                    "role": "lead"
1983                }
1984            ],
1985            "description": "Collection of value objects that represent the types of the PHP type system",
1986            "homepage": "https://github.com/sebastianbergmann/type",
1987            "support": {
1988                "issues": "https://github.com/sebastianbergmann/type/issues",
1989                "security": "https://github.com/sebastianbergmann/type/security/policy",
1990                "source": "https://github.com/sebastianbergmann/type/tree/5.0.0"
1991            },
1992            "funding": [
1993                {
1994                    "url": "https://github.com/sebastianbergmann",
1995                    "type": "github"
1996                }
1997            ],
1998            "time": "2024-02-02T06:09:34+00:00"
1999        },
2000        {
2001            "name": "sebastian/version",
2002            "version": "5.0.0",
2003            "source": {
2004                "type": "git",
2005                "url": "https://github.com/sebastianbergmann/version.git",
2006                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001"
2007            },
2008            "dist": {
2009                "type": "zip",
2010                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/13999475d2cb1ab33cb73403ba356a814fdbb001",
2011                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001",
2012                "shasum": ""
2013            },
2014            "require": {
2015                "php": ">=8.2"
2016            },
2017            "type": "library",
2018            "extra": {
2019                "branch-alias": {
2020                    "dev-main": "5.0-dev"
2021                }
2022            },
2023            "autoload": {
2024                "classmap": [
2025                    "src/"
2026                ]
2027            },
2028            "notification-url": "https://packagist.org/downloads/",
2029            "license": [
2030                "BSD-3-Clause"
2031            ],
2032            "authors": [
2033                {
2034                    "name": "Sebastian Bergmann",
2035                    "email": "sebastian@phpunit.de",
2036                    "role": "lead"
2037                }
2038            ],
2039            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2040            "homepage": "https://github.com/sebastianbergmann/version",
2041            "support": {
2042                "issues": "https://github.com/sebastianbergmann/version/issues",
2043                "security": "https://github.com/sebastianbergmann/version/security/policy",
2044                "source": "https://github.com/sebastianbergmann/version/tree/5.0.0"
2045            },
2046            "funding": [
2047                {
2048                    "url": "https://github.com/sebastianbergmann",
2049                    "type": "github"
2050                }
2051            ],
2052            "time": "2024-02-02T06:10:47+00:00"
2053        },
2054        {
2055            "name": "symfony/console",
2056            "version": "v7.0.4",
2057            "source": {
2058                "type": "git",
2059                "url": "https://github.com/symfony/console.git",
2060                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f"
2061            },
2062            "dist": {
2063                "type": "zip",
2064                "url": "https://api.github.com/repos/symfony/console/zipball/6b099f3306f7c9c2d2786ed736d0026b2903205f",
2065                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f",
2066                "shasum": ""
2067            },
2068            "require": {
2069                "php": ">=8.2",
2070                "symfony/polyfill-mbstring": "~1.0",
2071                "symfony/service-contracts": "^2.5|^3",
2072                "symfony/string": "^6.4|^7.0"
2073            },
2074            "conflict": {
2075                "symfony/dependency-injection": "<6.4",
2076                "symfony/dotenv": "<6.4",
2077                "symfony/event-dispatcher": "<6.4",
2078                "symfony/lock": "<6.4",
2079                "symfony/process": "<6.4"
2080            },
2081            "provide": {
2082                "psr/log-implementation": "1.0|2.0|3.0"
2083            },
2084            "require-dev": {
2085                "psr/log": "^1|^2|^3",
2086                "symfony/config": "^6.4|^7.0",
2087                "symfony/dependency-injection": "^6.4|^7.0",
2088                "symfony/event-dispatcher": "^6.4|^7.0",
2089                "symfony/http-foundation": "^6.4|^7.0",
2090                "symfony/http-kernel": "^6.4|^7.0",
2091                "symfony/lock": "^6.4|^7.0",
2092                "symfony/messenger": "^6.4|^7.0",
2093                "symfony/process": "^6.4|^7.0",
2094                "symfony/stopwatch": "^6.4|^7.0",
2095                "symfony/var-dumper": "^6.4|^7.0"
2096            },
2097            "type": "library",
2098            "autoload": {
2099                "psr-4": {
2100                    "Symfony\\Component\\Console\\": ""
2101                },
2102                "exclude-from-classmap": [
2103                    "/Tests/"
2104                ]
2105            },
2106            "notification-url": "https://packagist.org/downloads/",
2107            "license": [
2108                "MIT"
2109            ],
2110            "authors": [
2111                {
2112                    "name": "Fabien Potencier",
2113                    "email": "fabien@symfony.com"
2114                },
2115                {
2116                    "name": "Symfony Community",
2117                    "homepage": "https://symfony.com/contributors"
2118                }
2119            ],
2120            "description": "Eases the creation of beautiful and testable command line interfaces",
2121            "homepage": "https://symfony.com",
2122            "keywords": [
2123                "cli",
2124                "command-line",
2125                "console",
2126                "terminal"
2127            ],
2128            "support": {
2129                "source": "https://github.com/symfony/console/tree/v7.0.4"
2130            },
2131            "funding": [
2132                {
2133                    "url": "https://symfony.com/sponsor",
2134                    "type": "custom"
2135                },
2136                {
2137                    "url": "https://github.com/fabpot",
2138                    "type": "github"
2139                },
2140                {
2141                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2142                    "type": "tidelift"
2143                }
2144            ],
2145            "time": "2024-02-22T20:27:20+00:00"
2146        },
2147        {
2148            "name": "symfony/deprecation-contracts",
2149            "version": "v3.4.0",
2150            "source": {
2151                "type": "git",
2152                "url": "https://github.com/symfony/deprecation-contracts.git",
2153                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
2154            },
2155            "dist": {
2156                "type": "zip",
2157                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
2158                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
2159                "shasum": ""
2160            },
2161            "require": {
2162                "php": ">=8.1"
2163            },
2164            "type": "library",
2165            "extra": {
2166                "branch-alias": {
2167                    "dev-main": "3.4-dev"
2168                },
2169                "thanks": {
2170                    "name": "symfony/contracts",
2171                    "url": "https://github.com/symfony/contracts"
2172                }
2173            },
2174            "autoload": {
2175                "files": [
2176                    "function.php"
2177                ]
2178            },
2179            "notification-url": "https://packagist.org/downloads/",
2180            "license": [
2181                "MIT"
2182            ],
2183            "authors": [
2184                {
2185                    "name": "Nicolas Grekas",
2186                    "email": "p@tchwork.com"
2187                },
2188                {
2189                    "name": "Symfony Community",
2190                    "homepage": "https://symfony.com/contributors"
2191                }
2192            ],
2193            "description": "A generic function and convention to trigger deprecation notices",
2194            "homepage": "https://symfony.com",
2195            "support": {
2196                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
2197            },
2198            "funding": [
2199                {
2200                    "url": "https://symfony.com/sponsor",
2201                    "type": "custom"
2202                },
2203                {
2204                    "url": "https://github.com/fabpot",
2205                    "type": "github"
2206                },
2207                {
2208                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2209                    "type": "tidelift"
2210                }
2211            ],
2212            "time": "2023-05-23T14:45:45+00:00"
2213        },
2214        {
2215            "name": "symfony/event-dispatcher",
2216            "version": "v7.0.3",
2217            "source": {
2218                "type": "git",
2219                "url": "https://github.com/symfony/event-dispatcher.git",
2220                "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
2221            },
2222            "dist": {
2223                "type": "zip",
2224                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
2225                "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
2226                "shasum": ""
2227            },
2228            "require": {
2229                "php": ">=8.2",
2230                "symfony/event-dispatcher-contracts": "^2.5|^3"
2231            },
2232            "conflict": {
2233                "symfony/dependency-injection": "<6.4",
2234                "symfony/service-contracts": "<2.5"
2235            },
2236            "provide": {
2237                "psr/event-dispatcher-implementation": "1.0",
2238                "symfony/event-dispatcher-implementation": "2.0|3.0"
2239            },
2240            "require-dev": {
2241                "psr/log": "^1|^2|^3",
2242                "symfony/config": "^6.4|^7.0",
2243                "symfony/dependency-injection": "^6.4|^7.0",
2244                "symfony/error-handler": "^6.4|^7.0",
2245                "symfony/expression-language": "^6.4|^7.0",
2246                "symfony/http-foundation": "^6.4|^7.0",
2247                "symfony/service-contracts": "^2.5|^3",
2248                "symfony/stopwatch": "^6.4|^7.0"
2249            },
2250            "type": "library",
2251            "autoload": {
2252                "psr-4": {
2253                    "Symfony\\Component\\EventDispatcher\\": ""
2254                },
2255                "exclude-from-classmap": [
2256                    "/Tests/"
2257                ]
2258            },
2259            "notification-url": "https://packagist.org/downloads/",
2260            "license": [
2261                "MIT"
2262            ],
2263            "authors": [
2264                {
2265                    "name": "Fabien Potencier",
2266                    "email": "fabien@symfony.com"
2267                },
2268                {
2269                    "name": "Symfony Community",
2270                    "homepage": "https://symfony.com/contributors"
2271                }
2272            ],
2273            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2274            "homepage": "https://symfony.com",
2275            "support": {
2276                "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3"
2277            },
2278            "funding": [
2279                {
2280                    "url": "https://symfony.com/sponsor",
2281                    "type": "custom"
2282                },
2283                {
2284                    "url": "https://github.com/fabpot",
2285                    "type": "github"
2286                },
2287                {
2288                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2289                    "type": "tidelift"
2290                }
2291            ],
2292            "time": "2024-01-23T15:02:46+00:00"
2293        },
2294        {
2295            "name": "symfony/event-dispatcher-contracts",
2296            "version": "v3.4.0",
2297            "source": {
2298                "type": "git",
2299                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2300                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
2301            },
2302            "dist": {
2303                "type": "zip",
2304                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
2305                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
2306                "shasum": ""
2307            },
2308            "require": {
2309                "php": ">=8.1",
2310                "psr/event-dispatcher": "^1"
2311            },
2312            "type": "library",
2313            "extra": {
2314                "branch-alias": {
2315                    "dev-main": "3.4-dev"
2316                },
2317                "thanks": {
2318                    "name": "symfony/contracts",
2319                    "url": "https://github.com/symfony/contracts"
2320                }
2321            },
2322            "autoload": {
2323                "psr-4": {
2324                    "Symfony\\Contracts\\EventDispatcher\\": ""
2325                }
2326            },
2327            "notification-url": "https://packagist.org/downloads/",
2328            "license": [
2329                "MIT"
2330            ],
2331            "authors": [
2332                {
2333                    "name": "Nicolas Grekas",
2334                    "email": "p@tchwork.com"
2335                },
2336                {
2337                    "name": "Symfony Community",
2338                    "homepage": "https://symfony.com/contributors"
2339                }
2340            ],
2341            "description": "Generic abstractions related to dispatching event",
2342            "homepage": "https://symfony.com",
2343            "keywords": [
2344                "abstractions",
2345                "contracts",
2346                "decoupling",
2347                "interfaces",
2348                "interoperability",
2349                "standards"
2350            ],
2351            "support": {
2352                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
2353            },
2354            "funding": [
2355                {
2356                    "url": "https://symfony.com/sponsor",
2357                    "type": "custom"
2358                },
2359                {
2360                    "url": "https://github.com/fabpot",
2361                    "type": "github"
2362                },
2363                {
2364                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2365                    "type": "tidelift"
2366                }
2367            ],
2368            "time": "2023-05-23T14:45:45+00:00"
2369        },
2370        {
2371            "name": "symfony/filesystem",
2372            "version": "v7.0.3",
2373            "source": {
2374                "type": "git",
2375                "url": "https://github.com/symfony/filesystem.git",
2376                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12"
2377            },
2378            "dist": {
2379                "type": "zip",
2380                "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12",
2381                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12",
2382                "shasum": ""
2383            },
2384            "require": {
2385                "php": ">=8.2",
2386                "symfony/polyfill-ctype": "~1.8",
2387                "symfony/polyfill-mbstring": "~1.8"
2388            },
2389            "type": "library",
2390            "autoload": {
2391                "psr-4": {
2392                    "Symfony\\Component\\Filesystem\\": ""
2393                },
2394                "exclude-from-classmap": [
2395                    "/Tests/"
2396                ]
2397            },
2398            "notification-url": "https://packagist.org/downloads/",
2399            "license": [
2400                "MIT"
2401            ],
2402            "authors": [
2403                {
2404                    "name": "Fabien Potencier",
2405                    "email": "fabien@symfony.com"
2406                },
2407                {
2408                    "name": "Symfony Community",
2409                    "homepage": "https://symfony.com/contributors"
2410                }
2411            ],
2412            "description": "Provides basic utilities for the filesystem",
2413            "homepage": "https://symfony.com",
2414            "support": {
2415                "source": "https://github.com/symfony/filesystem/tree/v7.0.3"
2416            },
2417            "funding": [
2418                {
2419                    "url": "https://symfony.com/sponsor",
2420                    "type": "custom"
2421                },
2422                {
2423                    "url": "https://github.com/fabpot",
2424                    "type": "github"
2425                },
2426                {
2427                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2428                    "type": "tidelift"
2429                }
2430            ],
2431            "time": "2024-01-23T15:02:46+00:00"
2432        },
2433        {
2434            "name": "symfony/finder",
2435            "version": "v7.0.0",
2436            "source": {
2437                "type": "git",
2438                "url": "https://github.com/symfony/finder.git",
2439                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56"
2440            },
2441            "dist": {
2442                "type": "zip",
2443                "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
2444                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
2445                "shasum": ""
2446            },
2447            "require": {
2448                "php": ">=8.2"
2449            },
2450            "require-dev": {
2451                "symfony/filesystem": "^6.4|^7.0"
2452            },
2453            "type": "library",
2454            "autoload": {
2455                "psr-4": {
2456                    "Symfony\\Component\\Finder\\": ""
2457                },
2458                "exclude-from-classmap": [
2459                    "/Tests/"
2460                ]
2461            },
2462            "notification-url": "https://packagist.org/downloads/",
2463            "license": [
2464                "MIT"
2465            ],
2466            "authors": [
2467                {
2468                    "name": "Fabien Potencier",
2469                    "email": "fabien@symfony.com"
2470                },
2471                {
2472                    "name": "Symfony Community",
2473                    "homepage": "https://symfony.com/contributors"
2474                }
2475            ],
2476            "description": "Finds files and directories via an intuitive fluent interface",
2477            "homepage": "https://symfony.com",
2478            "support": {
2479                "source": "https://github.com/symfony/finder/tree/v7.0.0"
2480            },
2481            "funding": [
2482                {
2483                    "url": "https://symfony.com/sponsor",
2484                    "type": "custom"
2485                },
2486                {
2487                    "url": "https://github.com/fabpot",
2488                    "type": "github"
2489                },
2490                {
2491                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2492                    "type": "tidelift"
2493                }
2494            ],
2495            "time": "2023-10-31T17:59:56+00:00"
2496        },
2497        {
2498            "name": "symfony/options-resolver",
2499            "version": "v7.0.0",
2500            "source": {
2501                "type": "git",
2502                "url": "https://github.com/symfony/options-resolver.git",
2503                "reference": "700ff4096e346f54cb628ea650767c8130f1001f"
2504            },
2505            "dist": {
2506                "type": "zip",
2507                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/700ff4096e346f54cb628ea650767c8130f1001f",
2508                "reference": "700ff4096e346f54cb628ea650767c8130f1001f",
2509                "shasum": ""
2510            },
2511            "require": {
2512                "php": ">=8.2",
2513                "symfony/deprecation-contracts": "^2.5|^3"
2514            },
2515            "type": "library",
2516            "autoload": {
2517                "psr-4": {
2518                    "Symfony\\Component\\OptionsResolver\\": ""
2519                },
2520                "exclude-from-classmap": [
2521                    "/Tests/"
2522                ]
2523            },
2524            "notification-url": "https://packagist.org/downloads/",
2525            "license": [
2526                "MIT"
2527            ],
2528            "authors": [
2529                {
2530                    "name": "Fabien Potencier",
2531                    "email": "fabien@symfony.com"
2532                },
2533                {
2534                    "name": "Symfony Community",
2535                    "homepage": "https://symfony.com/contributors"
2536                }
2537            ],
2538            "description": "Provides an improved replacement for the array_replace PHP function",
2539            "homepage": "https://symfony.com",
2540            "keywords": [
2541                "config",
2542                "configuration",
2543                "options"
2544            ],
2545            "support": {
2546                "source": "https://github.com/symfony/options-resolver/tree/v7.0.0"
2547            },
2548            "funding": [
2549                {
2550                    "url": "https://symfony.com/sponsor",
2551                    "type": "custom"
2552                },
2553                {
2554                    "url": "https://github.com/fabpot",
2555                    "type": "github"
2556                },
2557                {
2558                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2559                    "type": "tidelift"
2560                }
2561            ],
2562            "time": "2023-08-08T10:20:21+00:00"
2563        },
2564        {
2565            "name": "symfony/polyfill-ctype",
2566            "version": "v1.29.0",
2567            "source": {
2568                "type": "git",
2569                "url": "https://github.com/symfony/polyfill-ctype.git",
2570                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
2571            },
2572            "dist": {
2573                "type": "zip",
2574                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
2575                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
2576                "shasum": ""
2577            },
2578            "require": {
2579                "php": ">=7.1"
2580            },
2581            "provide": {
2582                "ext-ctype": "*"
2583            },
2584            "suggest": {
2585                "ext-ctype": "For best performance"
2586            },
2587            "type": "library",
2588            "extra": {
2589                "thanks": {
2590                    "name": "symfony/polyfill",
2591                    "url": "https://github.com/symfony/polyfill"
2592                }
2593            },
2594            "autoload": {
2595                "files": [
2596                    "bootstrap.php"
2597                ],
2598                "psr-4": {
2599                    "Symfony\\Polyfill\\Ctype\\": ""
2600                }
2601            },
2602            "notification-url": "https://packagist.org/downloads/",
2603            "license": [
2604                "MIT"
2605            ],
2606            "authors": [
2607                {
2608                    "name": "Gert de Pagter",
2609                    "email": "BackEndTea@gmail.com"
2610                },
2611                {
2612                    "name": "Symfony Community",
2613                    "homepage": "https://symfony.com/contributors"
2614                }
2615            ],
2616            "description": "Symfony polyfill for ctype functions",
2617            "homepage": "https://symfony.com",
2618            "keywords": [
2619                "compatibility",
2620                "ctype",
2621                "polyfill",
2622                "portable"
2623            ],
2624            "support": {
2625                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
2626            },
2627            "funding": [
2628                {
2629                    "url": "https://symfony.com/sponsor",
2630                    "type": "custom"
2631                },
2632                {
2633                    "url": "https://github.com/fabpot",
2634                    "type": "github"
2635                },
2636                {
2637                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2638                    "type": "tidelift"
2639                }
2640            ],
2641            "time": "2024-01-29T20:11:03+00:00"
2642        },
2643        {
2644            "name": "symfony/polyfill-intl-grapheme",
2645            "version": "v1.29.0",
2646            "source": {
2647                "type": "git",
2648                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2649                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
2650            },
2651            "dist": {
2652                "type": "zip",
2653                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
2654                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
2655                "shasum": ""
2656            },
2657            "require": {
2658                "php": ">=7.1"
2659            },
2660            "suggest": {
2661                "ext-intl": "For best performance"
2662            },
2663            "type": "library",
2664            "extra": {
2665                "thanks": {
2666                    "name": "symfony/polyfill",
2667                    "url": "https://github.com/symfony/polyfill"
2668                }
2669            },
2670            "autoload": {
2671                "files": [
2672                    "bootstrap.php"
2673                ],
2674                "psr-4": {
2675                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2676                }
2677            },
2678            "notification-url": "https://packagist.org/downloads/",
2679            "license": [
2680                "MIT"
2681            ],
2682            "authors": [
2683                {
2684                    "name": "Nicolas Grekas",
2685                    "email": "p@tchwork.com"
2686                },
2687                {
2688                    "name": "Symfony Community",
2689                    "homepage": "https://symfony.com/contributors"
2690                }
2691            ],
2692            "description": "Symfony polyfill for intl's grapheme_* functions",
2693            "homepage": "https://symfony.com",
2694            "keywords": [
2695                "compatibility",
2696                "grapheme",
2697                "intl",
2698                "polyfill",
2699                "portable",
2700                "shim"
2701            ],
2702            "support": {
2703                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
2704            },
2705            "funding": [
2706                {
2707                    "url": "https://symfony.com/sponsor",
2708                    "type": "custom"
2709                },
2710                {
2711                    "url": "https://github.com/fabpot",
2712                    "type": "github"
2713                },
2714                {
2715                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2716                    "type": "tidelift"
2717                }
2718            ],
2719            "time": "2024-01-29T20:11:03+00:00"
2720        },
2721        {
2722            "name": "symfony/polyfill-intl-normalizer",
2723            "version": "v1.29.0",
2724            "source": {
2725                "type": "git",
2726                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2727                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
2728            },
2729            "dist": {
2730                "type": "zip",
2731                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
2732                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
2733                "shasum": ""
2734            },
2735            "require": {
2736                "php": ">=7.1"
2737            },
2738            "suggest": {
2739                "ext-intl": "For best performance"
2740            },
2741            "type": "library",
2742            "extra": {
2743                "thanks": {
2744                    "name": "symfony/polyfill",
2745                    "url": "https://github.com/symfony/polyfill"
2746                }
2747            },
2748            "autoload": {
2749                "files": [
2750                    "bootstrap.php"
2751                ],
2752                "psr-4": {
2753                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2754                },
2755                "classmap": [
2756                    "Resources/stubs"
2757                ]
2758            },
2759            "notification-url": "https://packagist.org/downloads/",
2760            "license": [
2761                "MIT"
2762            ],
2763            "authors": [
2764                {
2765                    "name": "Nicolas Grekas",
2766                    "email": "p@tchwork.com"
2767                },
2768                {
2769                    "name": "Symfony Community",
2770                    "homepage": "https://symfony.com/contributors"
2771                }
2772            ],
2773            "description": "Symfony polyfill for intl's Normalizer class and related functions",
2774            "homepage": "https://symfony.com",
2775            "keywords": [
2776                "compatibility",
2777                "intl",
2778                "normalizer",
2779                "polyfill",
2780                "portable",
2781                "shim"
2782            ],
2783            "support": {
2784                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
2785            },
2786            "funding": [
2787                {
2788                    "url": "https://symfony.com/sponsor",
2789                    "type": "custom"
2790                },
2791                {
2792                    "url": "https://github.com/fabpot",
2793                    "type": "github"
2794                },
2795                {
2796                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2797                    "type": "tidelift"
2798                }
2799            ],
2800            "time": "2024-01-29T20:11:03+00:00"
2801        },
2802        {
2803            "name": "symfony/polyfill-mbstring",
2804            "version": "v1.29.0",
2805            "source": {
2806                "type": "git",
2807                "url": "https://github.com/symfony/polyfill-mbstring.git",
2808                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
2809            },
2810            "dist": {
2811                "type": "zip",
2812                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
2813                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
2814                "shasum": ""
2815            },
2816            "require": {
2817                "php": ">=7.1"
2818            },
2819            "provide": {
2820                "ext-mbstring": "*"
2821            },
2822            "suggest": {
2823                "ext-mbstring": "For best performance"
2824            },
2825            "type": "library",
2826            "extra": {
2827                "thanks": {
2828                    "name": "symfony/polyfill",
2829                    "url": "https://github.com/symfony/polyfill"
2830                }
2831            },
2832            "autoload": {
2833                "files": [
2834                    "bootstrap.php"
2835                ],
2836                "psr-4": {
2837                    "Symfony\\Polyfill\\Mbstring\\": ""
2838                }
2839            },
2840            "notification-url": "https://packagist.org/downloads/",
2841            "license": [
2842                "MIT"
2843            ],
2844            "authors": [
2845                {
2846                    "name": "Nicolas Grekas",
2847                    "email": "p@tchwork.com"
2848                },
2849                {
2850                    "name": "Symfony Community",
2851                    "homepage": "https://symfony.com/contributors"
2852                }
2853            ],
2854            "description": "Symfony polyfill for the Mbstring extension",
2855            "homepage": "https://symfony.com",
2856            "keywords": [
2857                "compatibility",
2858                "mbstring",
2859                "polyfill",
2860                "portable",
2861                "shim"
2862            ],
2863            "support": {
2864                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
2865            },
2866            "funding": [
2867                {
2868                    "url": "https://symfony.com/sponsor",
2869                    "type": "custom"
2870                },
2871                {
2872                    "url": "https://github.com/fabpot",
2873                    "type": "github"
2874                },
2875                {
2876                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2877                    "type": "tidelift"
2878                }
2879            ],
2880            "time": "2024-01-29T20:11:03+00:00"
2881        },
2882        {
2883            "name": "symfony/polyfill-php80",
2884            "version": "v1.29.0",
2885            "source": {
2886                "type": "git",
2887                "url": "https://github.com/symfony/polyfill-php80.git",
2888                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
2889            },
2890            "dist": {
2891                "type": "zip",
2892                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
2893                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
2894                "shasum": ""
2895            },
2896            "require": {
2897                "php": ">=7.1"
2898            },
2899            "type": "library",
2900            "extra": {
2901                "thanks": {
2902                    "name": "symfony/polyfill",
2903                    "url": "https://github.com/symfony/polyfill"
2904                }
2905            },
2906            "autoload": {
2907                "files": [
2908                    "bootstrap.php"
2909                ],
2910                "psr-4": {
2911                    "Symfony\\Polyfill\\Php80\\": ""
2912                },
2913                "classmap": [
2914                    "Resources/stubs"
2915                ]
2916            },
2917            "notification-url": "https://packagist.org/downloads/",
2918            "license": [
2919                "MIT"
2920            ],
2921            "authors": [
2922                {
2923                    "name": "Ion Bazan",
2924                    "email": "ion.bazan@gmail.com"
2925                },
2926                {
2927                    "name": "Nicolas Grekas",
2928                    "email": "p@tchwork.com"
2929                },
2930                {
2931                    "name": "Symfony Community",
2932                    "homepage": "https://symfony.com/contributors"
2933                }
2934            ],
2935            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2936            "homepage": "https://symfony.com",
2937            "keywords": [
2938                "compatibility",
2939                "polyfill",
2940                "portable",
2941                "shim"
2942            ],
2943            "support": {
2944                "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
2945            },
2946            "funding": [
2947                {
2948                    "url": "https://symfony.com/sponsor",
2949                    "type": "custom"
2950                },
2951                {
2952                    "url": "https://github.com/fabpot",
2953                    "type": "github"
2954                },
2955                {
2956                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2957                    "type": "tidelift"
2958                }
2959            ],
2960            "time": "2024-01-29T20:11:03+00:00"
2961        },
2962        {
2963            "name": "symfony/polyfill-php81",
2964            "version": "v1.29.0",
2965            "source": {
2966                "type": "git",
2967                "url": "https://github.com/symfony/polyfill-php81.git",
2968                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
2969            },
2970            "dist": {
2971                "type": "zip",
2972                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
2973                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
2974                "shasum": ""
2975            },
2976            "require": {
2977                "php": ">=7.1"
2978            },
2979            "type": "library",
2980            "extra": {
2981                "thanks": {
2982                    "name": "symfony/polyfill",
2983                    "url": "https://github.com/symfony/polyfill"
2984                }
2985            },
2986            "autoload": {
2987                "files": [
2988                    "bootstrap.php"
2989                ],
2990                "psr-4": {
2991                    "Symfony\\Polyfill\\Php81\\": ""
2992                },
2993                "classmap": [
2994                    "Resources/stubs"
2995                ]
2996            },
2997            "notification-url": "https://packagist.org/downloads/",
2998            "license": [
2999                "MIT"
3000            ],
3001            "authors": [
3002                {
3003                    "name": "Nicolas Grekas",
3004                    "email": "p@tchwork.com"
3005                },
3006                {
3007                    "name": "Symfony Community",
3008                    "homepage": "https://symfony.com/contributors"
3009                }
3010            ],
3011            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
3012            "homepage": "https://symfony.com",
3013            "keywords": [
3014                "compatibility",
3015                "polyfill",
3016                "portable",
3017                "shim"
3018            ],
3019            "support": {
3020                "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
3021            },
3022            "funding": [
3023                {
3024                    "url": "https://symfony.com/sponsor",
3025                    "type": "custom"
3026                },
3027                {
3028                    "url": "https://github.com/fabpot",
3029                    "type": "github"
3030                },
3031                {
3032                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3033                    "type": "tidelift"
3034                }
3035            ],
3036            "time": "2024-01-29T20:11:03+00:00"
3037        },
3038        {
3039            "name": "symfony/process",
3040            "version": "v7.0.4",
3041            "source": {
3042                "type": "git",
3043                "url": "https://github.com/symfony/process.git",
3044                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9"
3045            },
3046            "dist": {
3047                "type": "zip",
3048                "url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
3049                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
3050                "shasum": ""
3051            },
3052            "require": {
3053                "php": ">=8.2"
3054            },
3055            "type": "library",
3056            "autoload": {
3057                "psr-4": {
3058                    "Symfony\\Component\\Process\\": ""
3059                },
3060                "exclude-from-classmap": [
3061                    "/Tests/"
3062                ]
3063            },
3064            "notification-url": "https://packagist.org/downloads/",
3065            "license": [
3066                "MIT"
3067            ],
3068            "authors": [
3069                {
3070                    "name": "Fabien Potencier",
3071                    "email": "fabien@symfony.com"
3072                },
3073                {
3074                    "name": "Symfony Community",
3075                    "homepage": "https://symfony.com/contributors"
3076                }
3077            ],
3078            "description": "Executes commands in sub-processes",
3079            "homepage": "https://symfony.com",
3080            "support": {
3081                "source": "https://github.com/symfony/process/tree/v7.0.4"
3082            },
3083            "funding": [
3084                {
3085                    "url": "https://symfony.com/sponsor",
3086                    "type": "custom"
3087                },
3088                {
3089                    "url": "https://github.com/fabpot",
3090                    "type": "github"
3091                },
3092                {
3093                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3094                    "type": "tidelift"
3095                }
3096            ],
3097            "time": "2024-02-22T20:27:20+00:00"
3098        },
3099        {
3100            "name": "symfony/service-contracts",
3101            "version": "v3.4.1",
3102            "source": {
3103                "type": "git",
3104                "url": "https://github.com/symfony/service-contracts.git",
3105                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
3106            },
3107            "dist": {
3108                "type": "zip",
3109                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
3110                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
3111                "shasum": ""
3112            },
3113            "require": {
3114                "php": ">=8.1",
3115                "psr/container": "^1.1|^2.0"
3116            },
3117            "conflict": {
3118                "ext-psr": "<1.1|>=2"
3119            },
3120            "type": "library",
3121            "extra": {
3122                "branch-alias": {
3123                    "dev-main": "3.4-dev"
3124                },
3125                "thanks": {
3126                    "name": "symfony/contracts",
3127                    "url": "https://github.com/symfony/contracts"
3128                }
3129            },
3130            "autoload": {
3131                "psr-4": {
3132                    "Symfony\\Contracts\\Service\\": ""
3133                },
3134                "exclude-from-classmap": [
3135                    "/Test/"
3136                ]
3137            },
3138            "notification-url": "https://packagist.org/downloads/",
3139            "license": [
3140                "MIT"
3141            ],
3142            "authors": [
3143                {
3144                    "name": "Nicolas Grekas",
3145                    "email": "p@tchwork.com"
3146                },
3147                {
3148                    "name": "Symfony Community",
3149                    "homepage": "https://symfony.com/contributors"
3150                }
3151            ],
3152            "description": "Generic abstractions related to writing services",
3153            "homepage": "https://symfony.com",
3154            "keywords": [
3155                "abstractions",
3156                "contracts",
3157                "decoupling",
3158                "interfaces",
3159                "interoperability",
3160                "standards"
3161            ],
3162            "support": {
3163                "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
3164            },
3165            "funding": [
3166                {
3167                    "url": "https://symfony.com/sponsor",
3168                    "type": "custom"
3169                },
3170                {
3171                    "url": "https://github.com/fabpot",
3172                    "type": "github"
3173                },
3174                {
3175                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3176                    "type": "tidelift"
3177                }
3178            ],
3179            "time": "2023-12-26T14:02:43+00:00"
3180        },
3181        {
3182            "name": "symfony/stopwatch",
3183            "version": "v7.0.3",
3184            "source": {
3185                "type": "git",
3186                "url": "https://github.com/symfony/stopwatch.git",
3187                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112"
3188            },
3189            "dist": {
3190                "type": "zip",
3191                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112",
3192                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112",
3193                "shasum": ""
3194            },
3195            "require": {
3196                "php": ">=8.2",
3197                "symfony/service-contracts": "^2.5|^3"
3198            },
3199            "type": "library",
3200            "autoload": {
3201                "psr-4": {
3202                    "Symfony\\Component\\Stopwatch\\": ""
3203                },
3204                "exclude-from-classmap": [
3205                    "/Tests/"
3206                ]
3207            },
3208            "notification-url": "https://packagist.org/downloads/",
3209            "license": [
3210                "MIT"
3211            ],
3212            "authors": [
3213                {
3214                    "name": "Fabien Potencier",
3215                    "email": "fabien@symfony.com"
3216                },
3217                {
3218                    "name": "Symfony Community",
3219                    "homepage": "https://symfony.com/contributors"
3220                }
3221            ],
3222            "description": "Provides a way to profile code",
3223            "homepage": "https://symfony.com",
3224            "support": {
3225                "source": "https://github.com/symfony/stopwatch/tree/v7.0.3"
3226            },
3227            "funding": [
3228                {
3229                    "url": "https://symfony.com/sponsor",
3230                    "type": "custom"
3231                },
3232                {
3233                    "url": "https://github.com/fabpot",
3234                    "type": "github"
3235                },
3236                {
3237                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3238                    "type": "tidelift"
3239                }
3240            ],
3241            "time": "2024-01-23T15:02:46+00:00"
3242        },
3243        {
3244            "name": "symfony/string",
3245            "version": "v7.0.4",
3246            "source": {
3247                "type": "git",
3248                "url": "https://github.com/symfony/string.git",
3249                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b"
3250            },
3251            "dist": {
3252                "type": "zip",
3253                "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b",
3254                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b",
3255                "shasum": ""
3256            },
3257            "require": {
3258                "php": ">=8.2",
3259                "symfony/polyfill-ctype": "~1.8",
3260                "symfony/polyfill-intl-grapheme": "~1.0",
3261                "symfony/polyfill-intl-normalizer": "~1.0",
3262                "symfony/polyfill-mbstring": "~1.0"
3263            },
3264            "conflict": {
3265                "symfony/translation-contracts": "<2.5"
3266            },
3267            "require-dev": {
3268                "symfony/error-handler": "^6.4|^7.0",
3269                "symfony/http-client": "^6.4|^7.0",
3270                "symfony/intl": "^6.4|^7.0",
3271                "symfony/translation-contracts": "^2.5|^3.0",
3272                "symfony/var-exporter": "^6.4|^7.0"
3273            },
3274            "type": "library",
3275            "autoload": {
3276                "files": [
3277                    "Resources/functions.php"
3278                ],
3279                "psr-4": {
3280                    "Symfony\\Component\\String\\": ""
3281                },
3282                "exclude-from-classmap": [
3283                    "/Tests/"
3284                ]
3285            },
3286            "notification-url": "https://packagist.org/downloads/",
3287            "license": [
3288                "MIT"
3289            ],
3290            "authors": [
3291                {
3292                    "name": "Nicolas Grekas",
3293                    "email": "p@tchwork.com"
3294                },
3295                {
3296                    "name": "Symfony Community",
3297                    "homepage": "https://symfony.com/contributors"
3298                }
3299            ],
3300            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3301            "homepage": "https://symfony.com",
3302            "keywords": [
3303                "grapheme",
3304                "i18n",
3305                "string",
3306                "unicode",
3307                "utf-8",
3308                "utf8"
3309            ],
3310            "support": {
3311                "source": "https://github.com/symfony/string/tree/v7.0.4"
3312            },
3313            "funding": [
3314                {
3315                    "url": "https://symfony.com/sponsor",
3316                    "type": "custom"
3317                },
3318                {
3319                    "url": "https://github.com/fabpot",
3320                    "type": "github"
3321                },
3322                {
3323                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3324                    "type": "tidelift"
3325                }
3326            ],
3327            "time": "2024-02-01T13:17:36+00:00"
3328        },
3329        {
3330            "name": "theseer/tokenizer",
3331            "version": "1.2.3",
3332            "source": {
3333                "type": "git",
3334                "url": "https://github.com/theseer/tokenizer.git",
3335                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
3336            },
3337            "dist": {
3338                "type": "zip",
3339                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
3340                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
3341                "shasum": ""
3342            },
3343            "require": {
3344                "ext-dom": "*",
3345                "ext-tokenizer": "*",
3346                "ext-xmlwriter": "*",
3347                "php": "^7.2 || ^8.0"
3348            },
3349            "type": "library",
3350            "autoload": {
3351                "classmap": [
3352                    "src/"
3353                ]
3354            },
3355            "notification-url": "https://packagist.org/downloads/",
3356            "license": [
3357                "BSD-3-Clause"
3358            ],
3359            "authors": [
3360                {
3361                    "name": "Arne Blankerts",
3362                    "email": "arne@blankerts.de",
3363                    "role": "Developer"
3364                }
3365            ],
3366            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3367            "support": {
3368                "issues": "https://github.com/theseer/tokenizer/issues",
3369                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
3370            },
3371            "funding": [
3372                {
3373                    "url": "https://github.com/theseer",
3374                    "type": "github"
3375                }
3376            ],
3377            "time": "2024-03-03T12:36:25+00:00"
3378        }
3379    ],
3380    "aliases": [],
3381    "minimum-stability": "stable",
3382    "stability-flags": [],
3383    "prefer-stable": false,
3384    "prefer-lowest": false,
3385    "platform": {
3386        "php": "~8.2.0"
3387    },
3388    "platform-dev": {
3389        "ext-curl": "*"
3390    },
3391    "platform-overrides": {
3392        "php": "8.2.0"
3393    },
3394    "plugin-api-version": "2.6.0"
3395}
3396