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": "e7e62737d153e0444509f6efd907cc3e",
8    "packages": [],
9    "packages-dev": [
10        {
11            "name": "composer/pcre",
12            "version": "3.1.0",
13            "source": {
14                "type": "git",
15                "url": "https://github.com/composer/pcre.git",
16                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
17            },
18            "dist": {
19                "type": "zip",
20                "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
21                "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
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.0"
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": "2022-11-17T09:50:14+00:00"
80        },
81        {
82            "name": "composer/semver",
83            "version": "3.3.2",
84            "source": {
85                "type": "git",
86                "url": "https://github.com/composer/semver.git",
87                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
88            },
89            "dist": {
90                "type": "zip",
91                "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
92                "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
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": "irc://irc.freenode.org/composer",
143                "issues": "https://github.com/composer/semver/issues",
144                "source": "https://github.com/composer/semver/tree/3.3.2"
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": "2022-04-01T19:23:25+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": "doctrine/annotations",
230            "version": "2.0.1",
231            "source": {
232                "type": "git",
233                "url": "https://github.com/doctrine/annotations.git",
234                "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f"
235            },
236            "dist": {
237                "type": "zip",
238                "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
239                "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f",
240                "shasum": ""
241            },
242            "require": {
243                "doctrine/lexer": "^2 || ^3",
244                "ext-tokenizer": "*",
245                "php": "^7.2 || ^8.0",
246                "psr/cache": "^1 || ^2 || ^3"
247            },
248            "require-dev": {
249                "doctrine/cache": "^2.0",
250                "doctrine/coding-standard": "^10",
251                "phpstan/phpstan": "^1.8.0",
252                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
253                "symfony/cache": "^5.4 || ^6",
254                "vimeo/psalm": "^4.10"
255            },
256            "suggest": {
257                "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
258            },
259            "type": "library",
260            "autoload": {
261                "psr-4": {
262                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
263                }
264            },
265            "notification-url": "https://packagist.org/downloads/",
266            "license": [
267                "MIT"
268            ],
269            "authors": [
270                {
271                    "name": "Guilherme Blanco",
272                    "email": "guilhermeblanco@gmail.com"
273                },
274                {
275                    "name": "Roman Borschel",
276                    "email": "roman@code-factory.org"
277                },
278                {
279                    "name": "Benjamin Eberlei",
280                    "email": "kontakt@beberlei.de"
281                },
282                {
283                    "name": "Jonathan Wage",
284                    "email": "jonwage@gmail.com"
285                },
286                {
287                    "name": "Johannes Schmitt",
288                    "email": "schmittjoh@gmail.com"
289                }
290            ],
291            "description": "Docblock Annotations Parser",
292            "homepage": "https://www.doctrine-project.org/projects/annotations.html",
293            "keywords": [
294                "annotations",
295                "docblock",
296                "parser"
297            ],
298            "support": {
299                "issues": "https://github.com/doctrine/annotations/issues",
300                "source": "https://github.com/doctrine/annotations/tree/2.0.1"
301            },
302            "time": "2023-02-02T22:02:53+00:00"
303        },
304        {
305            "name": "doctrine/instantiator",
306            "version": "2.0.0",
307            "source": {
308                "type": "git",
309                "url": "https://github.com/doctrine/instantiator.git",
310                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
311            },
312            "dist": {
313                "type": "zip",
314                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
315                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
316                "shasum": ""
317            },
318            "require": {
319                "php": "^8.1"
320            },
321            "require-dev": {
322                "doctrine/coding-standard": "^11",
323                "ext-pdo": "*",
324                "ext-phar": "*",
325                "phpbench/phpbench": "^1.2",
326                "phpstan/phpstan": "^1.9.4",
327                "phpstan/phpstan-phpunit": "^1.3",
328                "phpunit/phpunit": "^9.5.27",
329                "vimeo/psalm": "^5.4"
330            },
331            "type": "library",
332            "autoload": {
333                "psr-4": {
334                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
335                }
336            },
337            "notification-url": "https://packagist.org/downloads/",
338            "license": [
339                "MIT"
340            ],
341            "authors": [
342                {
343                    "name": "Marco Pivetta",
344                    "email": "ocramius@gmail.com",
345                    "homepage": "https://ocramius.github.io/"
346                }
347            ],
348            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
349            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
350            "keywords": [
351                "constructor",
352                "instantiate"
353            ],
354            "support": {
355                "issues": "https://github.com/doctrine/instantiator/issues",
356                "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
357            },
358            "funding": [
359                {
360                    "url": "https://www.doctrine-project.org/sponsorship.html",
361                    "type": "custom"
362                },
363                {
364                    "url": "https://www.patreon.com/phpdoctrine",
365                    "type": "patreon"
366                },
367                {
368                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
369                    "type": "tidelift"
370                }
371            ],
372            "time": "2022-12-30T00:23:10+00:00"
373        },
374        {
375            "name": "doctrine/lexer",
376            "version": "3.0.0",
377            "source": {
378                "type": "git",
379                "url": "https://github.com/doctrine/lexer.git",
380                "reference": "84a527db05647743d50373e0ec53a152f2cde568"
381            },
382            "dist": {
383                "type": "zip",
384                "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
385                "reference": "84a527db05647743d50373e0ec53a152f2cde568",
386                "shasum": ""
387            },
388            "require": {
389                "php": "^8.1"
390            },
391            "require-dev": {
392                "doctrine/coding-standard": "^10",
393                "phpstan/phpstan": "^1.9",
394                "phpunit/phpunit": "^9.5",
395                "psalm/plugin-phpunit": "^0.18.3",
396                "vimeo/psalm": "^5.0"
397            },
398            "type": "library",
399            "autoload": {
400                "psr-4": {
401                    "Doctrine\\Common\\Lexer\\": "src"
402                }
403            },
404            "notification-url": "https://packagist.org/downloads/",
405            "license": [
406                "MIT"
407            ],
408            "authors": [
409                {
410                    "name": "Guilherme Blanco",
411                    "email": "guilhermeblanco@gmail.com"
412                },
413                {
414                    "name": "Roman Borschel",
415                    "email": "roman@code-factory.org"
416                },
417                {
418                    "name": "Johannes Schmitt",
419                    "email": "schmittjoh@gmail.com"
420                }
421            ],
422            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
423            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
424            "keywords": [
425                "annotations",
426                "docblock",
427                "lexer",
428                "parser",
429                "php"
430            ],
431            "support": {
432                "issues": "https://github.com/doctrine/lexer/issues",
433                "source": "https://github.com/doctrine/lexer/tree/3.0.0"
434            },
435            "funding": [
436                {
437                    "url": "https://www.doctrine-project.org/sponsorship.html",
438                    "type": "custom"
439                },
440                {
441                    "url": "https://www.patreon.com/phpdoctrine",
442                    "type": "patreon"
443                },
444                {
445                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
446                    "type": "tidelift"
447                }
448            ],
449            "time": "2022-12-15T16:57:16+00:00"
450        },
451        {
452            "name": "friendsofphp/php-cs-fixer",
453            "version": "v3.14.3",
454            "source": {
455                "type": "git",
456                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
457                "reference": "b418036b95b4936a33fe906245d3044395935e73"
458            },
459            "dist": {
460                "type": "zip",
461                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b418036b95b4936a33fe906245d3044395935e73",
462                "reference": "b418036b95b4936a33fe906245d3044395935e73",
463                "shasum": ""
464            },
465            "require": {
466                "composer/semver": "^3.3",
467                "composer/xdebug-handler": "^3.0.3",
468                "doctrine/annotations": "^2",
469                "doctrine/lexer": "^2 || ^3",
470                "ext-json": "*",
471                "ext-tokenizer": "*",
472                "php": "^7.4 || ^8.0",
473                "sebastian/diff": "^4.0",
474                "symfony/console": "^5.4 || ^6.0",
475                "symfony/event-dispatcher": "^5.4 || ^6.0",
476                "symfony/filesystem": "^5.4 || ^6.0",
477                "symfony/finder": "^5.4 || ^6.0",
478                "symfony/options-resolver": "^5.4 || ^6.0",
479                "symfony/polyfill-mbstring": "^1.27",
480                "symfony/polyfill-php80": "^1.27",
481                "symfony/polyfill-php81": "^1.27",
482                "symfony/process": "^5.4 || ^6.0",
483                "symfony/stopwatch": "^5.4 || ^6.0"
484            },
485            "require-dev": {
486                "justinrainbow/json-schema": "^5.2",
487                "keradus/cli-executor": "^2.0",
488                "mikey179/vfsstream": "^1.6.11",
489                "php-coveralls/php-coveralls": "^2.5.3",
490                "php-cs-fixer/accessible-object": "^1.1",
491                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
492                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
493                "phpspec/prophecy": "^1.16",
494                "phpspec/prophecy-phpunit": "^2.0",
495                "phpunit/phpunit": "^9.5",
496                "phpunitgoodpractices/polyfill": "^1.6",
497                "phpunitgoodpractices/traits": "^1.9.2",
498                "symfony/phpunit-bridge": "^6.2.3",
499                "symfony/yaml": "^5.4 || ^6.0"
500            },
501            "suggest": {
502                "ext-dom": "For handling output formats in XML",
503                "ext-mbstring": "For handling non-UTF8 characters."
504            },
505            "bin": [
506                "php-cs-fixer"
507            ],
508            "type": "application",
509            "autoload": {
510                "psr-4": {
511                    "PhpCsFixer\\": "src/"
512                }
513            },
514            "notification-url": "https://packagist.org/downloads/",
515            "license": [
516                "MIT"
517            ],
518            "authors": [
519                {
520                    "name": "Fabien Potencier",
521                    "email": "fabien@symfony.com"
522                },
523                {
524                    "name": "Dariusz Rumiński",
525                    "email": "dariusz.ruminski@gmail.com"
526                }
527            ],
528            "description": "A tool to automatically fix PHP code style",
529            "support": {
530                "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
531                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.3"
532            },
533            "funding": [
534                {
535                    "url": "https://github.com/keradus",
536                    "type": "github"
537                }
538            ],
539            "time": "2023-01-30T00:24:29+00:00"
540        },
541        {
542            "name": "myclabs/deep-copy",
543            "version": "1.11.0",
544            "source": {
545                "type": "git",
546                "url": "https://github.com/myclabs/DeepCopy.git",
547                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
548            },
549            "dist": {
550                "type": "zip",
551                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
552                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
553                "shasum": ""
554            },
555            "require": {
556                "php": "^7.1 || ^8.0"
557            },
558            "conflict": {
559                "doctrine/collections": "<1.6.8",
560                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
561            },
562            "require-dev": {
563                "doctrine/collections": "^1.6.8",
564                "doctrine/common": "^2.13.3 || ^3.2.2",
565                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
566            },
567            "type": "library",
568            "autoload": {
569                "files": [
570                    "src/DeepCopy/deep_copy.php"
571                ],
572                "psr-4": {
573                    "DeepCopy\\": "src/DeepCopy/"
574                }
575            },
576            "notification-url": "https://packagist.org/downloads/",
577            "license": [
578                "MIT"
579            ],
580            "description": "Create deep copies (clones) of your objects",
581            "keywords": [
582                "clone",
583                "copy",
584                "duplicate",
585                "object",
586                "object graph"
587            ],
588            "support": {
589                "issues": "https://github.com/myclabs/DeepCopy/issues",
590                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
591            },
592            "funding": [
593                {
594                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
595                    "type": "tidelift"
596                }
597            ],
598            "time": "2022-03-03T13:19:32+00:00"
599        },
600        {
601            "name": "nikic/php-parser",
602            "version": "v4.15.3",
603            "source": {
604                "type": "git",
605                "url": "https://github.com/nikic/PHP-Parser.git",
606                "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039"
607            },
608            "dist": {
609                "type": "zip",
610                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
611                "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039",
612                "shasum": ""
613            },
614            "require": {
615                "ext-tokenizer": "*",
616                "php": ">=7.0"
617            },
618            "require-dev": {
619                "ircmaxell/php-yacc": "^0.0.7",
620                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
621            },
622            "bin": [
623                "bin/php-parse"
624            ],
625            "type": "library",
626            "extra": {
627                "branch-alias": {
628                    "dev-master": "4.9-dev"
629                }
630            },
631            "autoload": {
632                "psr-4": {
633                    "PhpParser\\": "lib/PhpParser"
634                }
635            },
636            "notification-url": "https://packagist.org/downloads/",
637            "license": [
638                "BSD-3-Clause"
639            ],
640            "authors": [
641                {
642                    "name": "Nikita Popov"
643                }
644            ],
645            "description": "A PHP parser written in PHP",
646            "keywords": [
647                "parser",
648                "php"
649            ],
650            "support": {
651                "issues": "https://github.com/nikic/PHP-Parser/issues",
652                "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
653            },
654            "time": "2023-01-16T22:05:37+00:00"
655        },
656        {
657            "name": "phar-io/manifest",
658            "version": "2.0.3",
659            "source": {
660                "type": "git",
661                "url": "https://github.com/phar-io/manifest.git",
662                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
663            },
664            "dist": {
665                "type": "zip",
666                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
667                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
668                "shasum": ""
669            },
670            "require": {
671                "ext-dom": "*",
672                "ext-phar": "*",
673                "ext-xmlwriter": "*",
674                "phar-io/version": "^3.0.1",
675                "php": "^7.2 || ^8.0"
676            },
677            "type": "library",
678            "extra": {
679                "branch-alias": {
680                    "dev-master": "2.0.x-dev"
681                }
682            },
683            "autoload": {
684                "classmap": [
685                    "src/"
686                ]
687            },
688            "notification-url": "https://packagist.org/downloads/",
689            "license": [
690                "BSD-3-Clause"
691            ],
692            "authors": [
693                {
694                    "name": "Arne Blankerts",
695                    "email": "arne@blankerts.de",
696                    "role": "Developer"
697                },
698                {
699                    "name": "Sebastian Heuer",
700                    "email": "sebastian@phpeople.de",
701                    "role": "Developer"
702                },
703                {
704                    "name": "Sebastian Bergmann",
705                    "email": "sebastian@phpunit.de",
706                    "role": "Developer"
707                }
708            ],
709            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
710            "support": {
711                "issues": "https://github.com/phar-io/manifest/issues",
712                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
713            },
714            "time": "2021-07-20T11:28:43+00:00"
715        },
716        {
717            "name": "phar-io/version",
718            "version": "3.2.1",
719            "source": {
720                "type": "git",
721                "url": "https://github.com/phar-io/version.git",
722                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
723            },
724            "dist": {
725                "type": "zip",
726                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
727                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
728                "shasum": ""
729            },
730            "require": {
731                "php": "^7.2 || ^8.0"
732            },
733            "type": "library",
734            "autoload": {
735                "classmap": [
736                    "src/"
737                ]
738            },
739            "notification-url": "https://packagist.org/downloads/",
740            "license": [
741                "BSD-3-Clause"
742            ],
743            "authors": [
744                {
745                    "name": "Arne Blankerts",
746                    "email": "arne@blankerts.de",
747                    "role": "Developer"
748                },
749                {
750                    "name": "Sebastian Heuer",
751                    "email": "sebastian@phpeople.de",
752                    "role": "Developer"
753                },
754                {
755                    "name": "Sebastian Bergmann",
756                    "email": "sebastian@phpunit.de",
757                    "role": "Developer"
758                }
759            ],
760            "description": "Library for handling version information and constraints",
761            "support": {
762                "issues": "https://github.com/phar-io/version/issues",
763                "source": "https://github.com/phar-io/version/tree/3.2.1"
764            },
765            "time": "2022-02-21T01:04:05+00:00"
766        },
767        {
768            "name": "phpstan/phpstan",
769            "version": "1.9.14",
770            "source": {
771                "type": "git",
772                "url": "https://github.com/phpstan/phpstan.git",
773                "reference": "e5fcc96289cf737304286a9b505fbed091f02e58"
774            },
775            "dist": {
776                "type": "zip",
777                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58",
778                "reference": "e5fcc96289cf737304286a9b505fbed091f02e58",
779                "shasum": ""
780            },
781            "require": {
782                "php": "^7.2|^8.0"
783            },
784            "conflict": {
785                "phpstan/phpstan-shim": "*"
786            },
787            "bin": [
788                "phpstan",
789                "phpstan.phar"
790            ],
791            "type": "library",
792            "autoload": {
793                "files": [
794                    "bootstrap.php"
795                ]
796            },
797            "notification-url": "https://packagist.org/downloads/",
798            "license": [
799                "MIT"
800            ],
801            "description": "PHPStan - PHP Static Analysis Tool",
802            "keywords": [
803                "dev",
804                "static analysis"
805            ],
806            "support": {
807                "issues": "https://github.com/phpstan/phpstan/issues",
808                "source": "https://github.com/phpstan/phpstan/tree/1.9.14"
809            },
810            "funding": [
811                {
812                    "url": "https://github.com/ondrejmirtes",
813                    "type": "github"
814                },
815                {
816                    "url": "https://github.com/phpstan",
817                    "type": "github"
818                },
819                {
820                    "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
821                    "type": "tidelift"
822                }
823            ],
824            "time": "2023-01-19T10:47:09+00:00"
825        },
826        {
827            "name": "phpunit/php-code-coverage",
828            "version": "9.2.24",
829            "source": {
830                "type": "git",
831                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
832                "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed"
833            },
834            "dist": {
835                "type": "zip",
836                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed",
837                "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed",
838                "shasum": ""
839            },
840            "require": {
841                "ext-dom": "*",
842                "ext-libxml": "*",
843                "ext-xmlwriter": "*",
844                "nikic/php-parser": "^4.14",
845                "php": ">=7.3",
846                "phpunit/php-file-iterator": "^3.0.3",
847                "phpunit/php-text-template": "^2.0.2",
848                "sebastian/code-unit-reverse-lookup": "^2.0.2",
849                "sebastian/complexity": "^2.0",
850                "sebastian/environment": "^5.1.2",
851                "sebastian/lines-of-code": "^1.0.3",
852                "sebastian/version": "^3.0.1",
853                "theseer/tokenizer": "^1.2.0"
854            },
855            "require-dev": {
856                "phpunit/phpunit": "^9.3"
857            },
858            "suggest": {
859                "ext-pcov": "*",
860                "ext-xdebug": "*"
861            },
862            "type": "library",
863            "extra": {
864                "branch-alias": {
865                    "dev-master": "9.2-dev"
866                }
867            },
868            "autoload": {
869                "classmap": [
870                    "src/"
871                ]
872            },
873            "notification-url": "https://packagist.org/downloads/",
874            "license": [
875                "BSD-3-Clause"
876            ],
877            "authors": [
878                {
879                    "name": "Sebastian Bergmann",
880                    "email": "sebastian@phpunit.de",
881                    "role": "lead"
882                }
883            ],
884            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
885            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
886            "keywords": [
887                "coverage",
888                "testing",
889                "xunit"
890            ],
891            "support": {
892                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
893                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24"
894            },
895            "funding": [
896                {
897                    "url": "https://github.com/sebastianbergmann",
898                    "type": "github"
899                }
900            ],
901            "time": "2023-01-26T08:26:55+00:00"
902        },
903        {
904            "name": "phpunit/php-file-iterator",
905            "version": "3.0.6",
906            "source": {
907                "type": "git",
908                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
909                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
910            },
911            "dist": {
912                "type": "zip",
913                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
914                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
915                "shasum": ""
916            },
917            "require": {
918                "php": ">=7.3"
919            },
920            "require-dev": {
921                "phpunit/phpunit": "^9.3"
922            },
923            "type": "library",
924            "extra": {
925                "branch-alias": {
926                    "dev-master": "3.0-dev"
927                }
928            },
929            "autoload": {
930                "classmap": [
931                    "src/"
932                ]
933            },
934            "notification-url": "https://packagist.org/downloads/",
935            "license": [
936                "BSD-3-Clause"
937            ],
938            "authors": [
939                {
940                    "name": "Sebastian Bergmann",
941                    "email": "sebastian@phpunit.de",
942                    "role": "lead"
943                }
944            ],
945            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
946            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
947            "keywords": [
948                "filesystem",
949                "iterator"
950            ],
951            "support": {
952                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
953                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
954            },
955            "funding": [
956                {
957                    "url": "https://github.com/sebastianbergmann",
958                    "type": "github"
959                }
960            ],
961            "time": "2021-12-02T12:48:52+00:00"
962        },
963        {
964            "name": "phpunit/php-invoker",
965            "version": "3.1.1",
966            "source": {
967                "type": "git",
968                "url": "https://github.com/sebastianbergmann/php-invoker.git",
969                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
970            },
971            "dist": {
972                "type": "zip",
973                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
974                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
975                "shasum": ""
976            },
977            "require": {
978                "php": ">=7.3"
979            },
980            "require-dev": {
981                "ext-pcntl": "*",
982                "phpunit/phpunit": "^9.3"
983            },
984            "suggest": {
985                "ext-pcntl": "*"
986            },
987            "type": "library",
988            "extra": {
989                "branch-alias": {
990                    "dev-master": "3.1-dev"
991                }
992            },
993            "autoload": {
994                "classmap": [
995                    "src/"
996                ]
997            },
998            "notification-url": "https://packagist.org/downloads/",
999            "license": [
1000                "BSD-3-Clause"
1001            ],
1002            "authors": [
1003                {
1004                    "name": "Sebastian Bergmann",
1005                    "email": "sebastian@phpunit.de",
1006                    "role": "lead"
1007                }
1008            ],
1009            "description": "Invoke callables with a timeout",
1010            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
1011            "keywords": [
1012                "process"
1013            ],
1014            "support": {
1015                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
1016                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
1017            },
1018            "funding": [
1019                {
1020                    "url": "https://github.com/sebastianbergmann",
1021                    "type": "github"
1022                }
1023            ],
1024            "time": "2020-09-28T05:58:55+00:00"
1025        },
1026        {
1027            "name": "phpunit/php-text-template",
1028            "version": "2.0.4",
1029            "source": {
1030                "type": "git",
1031                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1032                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
1033            },
1034            "dist": {
1035                "type": "zip",
1036                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1037                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1038                "shasum": ""
1039            },
1040            "require": {
1041                "php": ">=7.3"
1042            },
1043            "require-dev": {
1044                "phpunit/phpunit": "^9.3"
1045            },
1046            "type": "library",
1047            "extra": {
1048                "branch-alias": {
1049                    "dev-master": "2.0-dev"
1050                }
1051            },
1052            "autoload": {
1053                "classmap": [
1054                    "src/"
1055                ]
1056            },
1057            "notification-url": "https://packagist.org/downloads/",
1058            "license": [
1059                "BSD-3-Clause"
1060            ],
1061            "authors": [
1062                {
1063                    "name": "Sebastian Bergmann",
1064                    "email": "sebastian@phpunit.de",
1065                    "role": "lead"
1066                }
1067            ],
1068            "description": "Simple template engine.",
1069            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1070            "keywords": [
1071                "template"
1072            ],
1073            "support": {
1074                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1075                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
1076            },
1077            "funding": [
1078                {
1079                    "url": "https://github.com/sebastianbergmann",
1080                    "type": "github"
1081                }
1082            ],
1083            "time": "2020-10-26T05:33:50+00:00"
1084        },
1085        {
1086            "name": "phpunit/php-timer",
1087            "version": "5.0.3",
1088            "source": {
1089                "type": "git",
1090                "url": "https://github.com/sebastianbergmann/php-timer.git",
1091                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
1092            },
1093            "dist": {
1094                "type": "zip",
1095                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1096                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1097                "shasum": ""
1098            },
1099            "require": {
1100                "php": ">=7.3"
1101            },
1102            "require-dev": {
1103                "phpunit/phpunit": "^9.3"
1104            },
1105            "type": "library",
1106            "extra": {
1107                "branch-alias": {
1108                    "dev-master": "5.0-dev"
1109                }
1110            },
1111            "autoload": {
1112                "classmap": [
1113                    "src/"
1114                ]
1115            },
1116            "notification-url": "https://packagist.org/downloads/",
1117            "license": [
1118                "BSD-3-Clause"
1119            ],
1120            "authors": [
1121                {
1122                    "name": "Sebastian Bergmann",
1123                    "email": "sebastian@phpunit.de",
1124                    "role": "lead"
1125                }
1126            ],
1127            "description": "Utility class for timing",
1128            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1129            "keywords": [
1130                "timer"
1131            ],
1132            "support": {
1133                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1134                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
1135            },
1136            "funding": [
1137                {
1138                    "url": "https://github.com/sebastianbergmann",
1139                    "type": "github"
1140                }
1141            ],
1142            "time": "2020-10-26T13:16:10+00:00"
1143        },
1144        {
1145            "name": "phpunit/phpunit",
1146            "version": "9.5.28",
1147            "source": {
1148                "type": "git",
1149                "url": "https://github.com/sebastianbergmann/phpunit.git",
1150                "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e"
1151            },
1152            "dist": {
1153                "type": "zip",
1154                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e",
1155                "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e",
1156                "shasum": ""
1157            },
1158            "require": {
1159                "doctrine/instantiator": "^1.3.1 || ^2",
1160                "ext-dom": "*",
1161                "ext-json": "*",
1162                "ext-libxml": "*",
1163                "ext-mbstring": "*",
1164                "ext-xml": "*",
1165                "ext-xmlwriter": "*",
1166                "myclabs/deep-copy": "^1.10.1",
1167                "phar-io/manifest": "^2.0.3",
1168                "phar-io/version": "^3.0.2",
1169                "php": ">=7.3",
1170                "phpunit/php-code-coverage": "^9.2.13",
1171                "phpunit/php-file-iterator": "^3.0.5",
1172                "phpunit/php-invoker": "^3.1.1",
1173                "phpunit/php-text-template": "^2.0.3",
1174                "phpunit/php-timer": "^5.0.2",
1175                "sebastian/cli-parser": "^1.0.1",
1176                "sebastian/code-unit": "^1.0.6",
1177                "sebastian/comparator": "^4.0.8",
1178                "sebastian/diff": "^4.0.3",
1179                "sebastian/environment": "^5.1.3",
1180                "sebastian/exporter": "^4.0.5",
1181                "sebastian/global-state": "^5.0.1",
1182                "sebastian/object-enumerator": "^4.0.3",
1183                "sebastian/resource-operations": "^3.0.3",
1184                "sebastian/type": "^3.2",
1185                "sebastian/version": "^3.0.2"
1186            },
1187            "suggest": {
1188                "ext-soap": "*",
1189                "ext-xdebug": "*"
1190            },
1191            "bin": [
1192                "phpunit"
1193            ],
1194            "type": "library",
1195            "extra": {
1196                "branch-alias": {
1197                    "dev-master": "9.5-dev"
1198                }
1199            },
1200            "autoload": {
1201                "files": [
1202                    "src/Framework/Assert/Functions.php"
1203                ],
1204                "classmap": [
1205                    "src/"
1206                ]
1207            },
1208            "notification-url": "https://packagist.org/downloads/",
1209            "license": [
1210                "BSD-3-Clause"
1211            ],
1212            "authors": [
1213                {
1214                    "name": "Sebastian Bergmann",
1215                    "email": "sebastian@phpunit.de",
1216                    "role": "lead"
1217                }
1218            ],
1219            "description": "The PHP Unit Testing framework.",
1220            "homepage": "https://phpunit.de/",
1221            "keywords": [
1222                "phpunit",
1223                "testing",
1224                "xunit"
1225            ],
1226            "support": {
1227                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1228                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
1229            },
1230            "funding": [
1231                {
1232                    "url": "https://phpunit.de/sponsors.html",
1233                    "type": "custom"
1234                },
1235                {
1236                    "url": "https://github.com/sebastianbergmann",
1237                    "type": "github"
1238                },
1239                {
1240                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
1241                    "type": "tidelift"
1242                }
1243            ],
1244            "time": "2023-01-14T12:32:24+00:00"
1245        },
1246        {
1247            "name": "psr/cache",
1248            "version": "3.0.0",
1249            "source": {
1250                "type": "git",
1251                "url": "https://github.com/php-fig/cache.git",
1252                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
1253            },
1254            "dist": {
1255                "type": "zip",
1256                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1257                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1258                "shasum": ""
1259            },
1260            "require": {
1261                "php": ">=8.0.0"
1262            },
1263            "type": "library",
1264            "extra": {
1265                "branch-alias": {
1266                    "dev-master": "1.0.x-dev"
1267                }
1268            },
1269            "autoload": {
1270                "psr-4": {
1271                    "Psr\\Cache\\": "src/"
1272                }
1273            },
1274            "notification-url": "https://packagist.org/downloads/",
1275            "license": [
1276                "MIT"
1277            ],
1278            "authors": [
1279                {
1280                    "name": "PHP-FIG",
1281                    "homepage": "https://www.php-fig.org/"
1282                }
1283            ],
1284            "description": "Common interface for caching libraries",
1285            "keywords": [
1286                "cache",
1287                "psr",
1288                "psr-6"
1289            ],
1290            "support": {
1291                "source": "https://github.com/php-fig/cache/tree/3.0.0"
1292            },
1293            "time": "2021-02-03T23:26:27+00:00"
1294        },
1295        {
1296            "name": "psr/container",
1297            "version": "2.0.2",
1298            "source": {
1299                "type": "git",
1300                "url": "https://github.com/php-fig/container.git",
1301                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
1302            },
1303            "dist": {
1304                "type": "zip",
1305                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1306                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1307                "shasum": ""
1308            },
1309            "require": {
1310                "php": ">=7.4.0"
1311            },
1312            "type": "library",
1313            "extra": {
1314                "branch-alias": {
1315                    "dev-master": "2.0.x-dev"
1316                }
1317            },
1318            "autoload": {
1319                "psr-4": {
1320                    "Psr\\Container\\": "src/"
1321                }
1322            },
1323            "notification-url": "https://packagist.org/downloads/",
1324            "license": [
1325                "MIT"
1326            ],
1327            "authors": [
1328                {
1329                    "name": "PHP-FIG",
1330                    "homepage": "https://www.php-fig.org/"
1331                }
1332            ],
1333            "description": "Common Container Interface (PHP FIG PSR-11)",
1334            "homepage": "https://github.com/php-fig/container",
1335            "keywords": [
1336                "PSR-11",
1337                "container",
1338                "container-interface",
1339                "container-interop",
1340                "psr"
1341            ],
1342            "support": {
1343                "issues": "https://github.com/php-fig/container/issues",
1344                "source": "https://github.com/php-fig/container/tree/2.0.2"
1345            },
1346            "time": "2021-11-05T16:47:00+00:00"
1347        },
1348        {
1349            "name": "psr/event-dispatcher",
1350            "version": "1.0.0",
1351            "source": {
1352                "type": "git",
1353                "url": "https://github.com/php-fig/event-dispatcher.git",
1354                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1355            },
1356            "dist": {
1357                "type": "zip",
1358                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1359                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1360                "shasum": ""
1361            },
1362            "require": {
1363                "php": ">=7.2.0"
1364            },
1365            "type": "library",
1366            "extra": {
1367                "branch-alias": {
1368                    "dev-master": "1.0.x-dev"
1369                }
1370            },
1371            "autoload": {
1372                "psr-4": {
1373                    "Psr\\EventDispatcher\\": "src/"
1374                }
1375            },
1376            "notification-url": "https://packagist.org/downloads/",
1377            "license": [
1378                "MIT"
1379            ],
1380            "authors": [
1381                {
1382                    "name": "PHP-FIG",
1383                    "homepage": "http://www.php-fig.org/"
1384                }
1385            ],
1386            "description": "Standard interfaces for event handling.",
1387            "keywords": [
1388                "events",
1389                "psr",
1390                "psr-14"
1391            ],
1392            "support": {
1393                "issues": "https://github.com/php-fig/event-dispatcher/issues",
1394                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1395            },
1396            "time": "2019-01-08T18:20:26+00:00"
1397        },
1398        {
1399            "name": "psr/log",
1400            "version": "3.0.0",
1401            "source": {
1402                "type": "git",
1403                "url": "https://github.com/php-fig/log.git",
1404                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
1405            },
1406            "dist": {
1407                "type": "zip",
1408                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
1409                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
1410                "shasum": ""
1411            },
1412            "require": {
1413                "php": ">=8.0.0"
1414            },
1415            "type": "library",
1416            "extra": {
1417                "branch-alias": {
1418                    "dev-master": "3.x-dev"
1419                }
1420            },
1421            "autoload": {
1422                "psr-4": {
1423                    "Psr\\Log\\": "src"
1424                }
1425            },
1426            "notification-url": "https://packagist.org/downloads/",
1427            "license": [
1428                "MIT"
1429            ],
1430            "authors": [
1431                {
1432                    "name": "PHP-FIG",
1433                    "homepage": "https://www.php-fig.org/"
1434                }
1435            ],
1436            "description": "Common interface for logging libraries",
1437            "homepage": "https://github.com/php-fig/log",
1438            "keywords": [
1439                "log",
1440                "psr",
1441                "psr-3"
1442            ],
1443            "support": {
1444                "source": "https://github.com/php-fig/log/tree/3.0.0"
1445            },
1446            "time": "2021-07-14T16:46:02+00:00"
1447        },
1448        {
1449            "name": "rector/rector",
1450            "version": "0.15.12",
1451            "source": {
1452                "type": "git",
1453                "url": "https://github.com/rectorphp/rector.git",
1454                "reference": "9b9b8ed4d918abcd999f4a7c2575834a8aede929"
1455            },
1456            "dist": {
1457                "type": "zip",
1458                "url": "https://api.github.com/repos/rectorphp/rector/zipball/9b9b8ed4d918abcd999f4a7c2575834a8aede929",
1459                "reference": "9b9b8ed4d918abcd999f4a7c2575834a8aede929",
1460                "shasum": ""
1461            },
1462            "require": {
1463                "php": "^7.2|^8.0",
1464                "phpstan/phpstan": "^1.9.14"
1465            },
1466            "conflict": {
1467                "rector/rector-doctrine": "*",
1468                "rector/rector-downgrade-php": "*",
1469                "rector/rector-php-parser": "*",
1470                "rector/rector-phpunit": "*",
1471                "rector/rector-symfony": "*"
1472            },
1473            "bin": [
1474                "bin/rector"
1475            ],
1476            "type": "library",
1477            "extra": {
1478                "branch-alias": {
1479                    "dev-main": "0.15-dev"
1480                }
1481            },
1482            "autoload": {
1483                "files": [
1484                    "bootstrap.php"
1485                ]
1486            },
1487            "notification-url": "https://packagist.org/downloads/",
1488            "license": [
1489                "MIT"
1490            ],
1491            "description": "Instant Upgrade and Automated Refactoring of any PHP code",
1492            "support": {
1493                "issues": "https://github.com/rectorphp/rector/issues",
1494                "source": "https://github.com/rectorphp/rector/tree/0.15.12"
1495            },
1496            "funding": [
1497                {
1498                    "url": "https://github.com/tomasvotruba",
1499                    "type": "github"
1500                }
1501            ],
1502            "time": "2023-02-03T17:49:48+00:00"
1503        },
1504        {
1505            "name": "sebastian/cli-parser",
1506            "version": "1.0.1",
1507            "source": {
1508                "type": "git",
1509                "url": "https://github.com/sebastianbergmann/cli-parser.git",
1510                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
1511            },
1512            "dist": {
1513                "type": "zip",
1514                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
1515                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
1516                "shasum": ""
1517            },
1518            "require": {
1519                "php": ">=7.3"
1520            },
1521            "require-dev": {
1522                "phpunit/phpunit": "^9.3"
1523            },
1524            "type": "library",
1525            "extra": {
1526                "branch-alias": {
1527                    "dev-master": "1.0-dev"
1528                }
1529            },
1530            "autoload": {
1531                "classmap": [
1532                    "src/"
1533                ]
1534            },
1535            "notification-url": "https://packagist.org/downloads/",
1536            "license": [
1537                "BSD-3-Clause"
1538            ],
1539            "authors": [
1540                {
1541                    "name": "Sebastian Bergmann",
1542                    "email": "sebastian@phpunit.de",
1543                    "role": "lead"
1544                }
1545            ],
1546            "description": "Library for parsing CLI options",
1547            "homepage": "https://github.com/sebastianbergmann/cli-parser",
1548            "support": {
1549                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1550                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
1551            },
1552            "funding": [
1553                {
1554                    "url": "https://github.com/sebastianbergmann",
1555                    "type": "github"
1556                }
1557            ],
1558            "time": "2020-09-28T06:08:49+00:00"
1559        },
1560        {
1561            "name": "sebastian/code-unit",
1562            "version": "1.0.8",
1563            "source": {
1564                "type": "git",
1565                "url": "https://github.com/sebastianbergmann/code-unit.git",
1566                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
1567            },
1568            "dist": {
1569                "type": "zip",
1570                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
1571                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
1572                "shasum": ""
1573            },
1574            "require": {
1575                "php": ">=7.3"
1576            },
1577            "require-dev": {
1578                "phpunit/phpunit": "^9.3"
1579            },
1580            "type": "library",
1581            "extra": {
1582                "branch-alias": {
1583                    "dev-master": "1.0-dev"
1584                }
1585            },
1586            "autoload": {
1587                "classmap": [
1588                    "src/"
1589                ]
1590            },
1591            "notification-url": "https://packagist.org/downloads/",
1592            "license": [
1593                "BSD-3-Clause"
1594            ],
1595            "authors": [
1596                {
1597                    "name": "Sebastian Bergmann",
1598                    "email": "sebastian@phpunit.de",
1599                    "role": "lead"
1600                }
1601            ],
1602            "description": "Collection of value objects that represent the PHP code units",
1603            "homepage": "https://github.com/sebastianbergmann/code-unit",
1604            "support": {
1605                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1606                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
1607            },
1608            "funding": [
1609                {
1610                    "url": "https://github.com/sebastianbergmann",
1611                    "type": "github"
1612                }
1613            ],
1614            "time": "2020-10-26T13:08:54+00:00"
1615        },
1616        {
1617            "name": "sebastian/code-unit-reverse-lookup",
1618            "version": "2.0.3",
1619            "source": {
1620                "type": "git",
1621                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1622                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
1623            },
1624            "dist": {
1625                "type": "zip",
1626                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1627                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1628                "shasum": ""
1629            },
1630            "require": {
1631                "php": ">=7.3"
1632            },
1633            "require-dev": {
1634                "phpunit/phpunit": "^9.3"
1635            },
1636            "type": "library",
1637            "extra": {
1638                "branch-alias": {
1639                    "dev-master": "2.0-dev"
1640                }
1641            },
1642            "autoload": {
1643                "classmap": [
1644                    "src/"
1645                ]
1646            },
1647            "notification-url": "https://packagist.org/downloads/",
1648            "license": [
1649                "BSD-3-Clause"
1650            ],
1651            "authors": [
1652                {
1653                    "name": "Sebastian Bergmann",
1654                    "email": "sebastian@phpunit.de"
1655                }
1656            ],
1657            "description": "Looks up which function or method a line of code belongs to",
1658            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1659            "support": {
1660                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1661                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
1662            },
1663            "funding": [
1664                {
1665                    "url": "https://github.com/sebastianbergmann",
1666                    "type": "github"
1667                }
1668            ],
1669            "time": "2020-09-28T05:30:19+00:00"
1670        },
1671        {
1672            "name": "sebastian/comparator",
1673            "version": "4.0.8",
1674            "source": {
1675                "type": "git",
1676                "url": "https://github.com/sebastianbergmann/comparator.git",
1677                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
1678            },
1679            "dist": {
1680                "type": "zip",
1681                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
1682                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
1683                "shasum": ""
1684            },
1685            "require": {
1686                "php": ">=7.3",
1687                "sebastian/diff": "^4.0",
1688                "sebastian/exporter": "^4.0"
1689            },
1690            "require-dev": {
1691                "phpunit/phpunit": "^9.3"
1692            },
1693            "type": "library",
1694            "extra": {
1695                "branch-alias": {
1696                    "dev-master": "4.0-dev"
1697                }
1698            },
1699            "autoload": {
1700                "classmap": [
1701                    "src/"
1702                ]
1703            },
1704            "notification-url": "https://packagist.org/downloads/",
1705            "license": [
1706                "BSD-3-Clause"
1707            ],
1708            "authors": [
1709                {
1710                    "name": "Sebastian Bergmann",
1711                    "email": "sebastian@phpunit.de"
1712                },
1713                {
1714                    "name": "Jeff Welch",
1715                    "email": "whatthejeff@gmail.com"
1716                },
1717                {
1718                    "name": "Volker Dusch",
1719                    "email": "github@wallbash.com"
1720                },
1721                {
1722                    "name": "Bernhard Schussek",
1723                    "email": "bschussek@2bepublished.at"
1724                }
1725            ],
1726            "description": "Provides the functionality to compare PHP values for equality",
1727            "homepage": "https://github.com/sebastianbergmann/comparator",
1728            "keywords": [
1729                "comparator",
1730                "compare",
1731                "equality"
1732            ],
1733            "support": {
1734                "issues": "https://github.com/sebastianbergmann/comparator/issues",
1735                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
1736            },
1737            "funding": [
1738                {
1739                    "url": "https://github.com/sebastianbergmann",
1740                    "type": "github"
1741                }
1742            ],
1743            "time": "2022-09-14T12:41:17+00:00"
1744        },
1745        {
1746            "name": "sebastian/complexity",
1747            "version": "2.0.2",
1748            "source": {
1749                "type": "git",
1750                "url": "https://github.com/sebastianbergmann/complexity.git",
1751                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
1752            },
1753            "dist": {
1754                "type": "zip",
1755                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
1756                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
1757                "shasum": ""
1758            },
1759            "require": {
1760                "nikic/php-parser": "^4.7",
1761                "php": ">=7.3"
1762            },
1763            "require-dev": {
1764                "phpunit/phpunit": "^9.3"
1765            },
1766            "type": "library",
1767            "extra": {
1768                "branch-alias": {
1769                    "dev-master": "2.0-dev"
1770                }
1771            },
1772            "autoload": {
1773                "classmap": [
1774                    "src/"
1775                ]
1776            },
1777            "notification-url": "https://packagist.org/downloads/",
1778            "license": [
1779                "BSD-3-Clause"
1780            ],
1781            "authors": [
1782                {
1783                    "name": "Sebastian Bergmann",
1784                    "email": "sebastian@phpunit.de",
1785                    "role": "lead"
1786                }
1787            ],
1788            "description": "Library for calculating the complexity of PHP code units",
1789            "homepage": "https://github.com/sebastianbergmann/complexity",
1790            "support": {
1791                "issues": "https://github.com/sebastianbergmann/complexity/issues",
1792                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
1793            },
1794            "funding": [
1795                {
1796                    "url": "https://github.com/sebastianbergmann",
1797                    "type": "github"
1798                }
1799            ],
1800            "time": "2020-10-26T15:52:27+00:00"
1801        },
1802        {
1803            "name": "sebastian/diff",
1804            "version": "4.0.4",
1805            "source": {
1806                "type": "git",
1807                "url": "https://github.com/sebastianbergmann/diff.git",
1808                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
1809            },
1810            "dist": {
1811                "type": "zip",
1812                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
1813                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
1814                "shasum": ""
1815            },
1816            "require": {
1817                "php": ">=7.3"
1818            },
1819            "require-dev": {
1820                "phpunit/phpunit": "^9.3",
1821                "symfony/process": "^4.2 || ^5"
1822            },
1823            "type": "library",
1824            "extra": {
1825                "branch-alias": {
1826                    "dev-master": "4.0-dev"
1827                }
1828            },
1829            "autoload": {
1830                "classmap": [
1831                    "src/"
1832                ]
1833            },
1834            "notification-url": "https://packagist.org/downloads/",
1835            "license": [
1836                "BSD-3-Clause"
1837            ],
1838            "authors": [
1839                {
1840                    "name": "Sebastian Bergmann",
1841                    "email": "sebastian@phpunit.de"
1842                },
1843                {
1844                    "name": "Kore Nordmann",
1845                    "email": "mail@kore-nordmann.de"
1846                }
1847            ],
1848            "description": "Diff implementation",
1849            "homepage": "https://github.com/sebastianbergmann/diff",
1850            "keywords": [
1851                "diff",
1852                "udiff",
1853                "unidiff",
1854                "unified diff"
1855            ],
1856            "support": {
1857                "issues": "https://github.com/sebastianbergmann/diff/issues",
1858                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
1859            },
1860            "funding": [
1861                {
1862                    "url": "https://github.com/sebastianbergmann",
1863                    "type": "github"
1864                }
1865            ],
1866            "time": "2020-10-26T13:10:38+00:00"
1867        },
1868        {
1869            "name": "sebastian/environment",
1870            "version": "5.1.4",
1871            "source": {
1872                "type": "git",
1873                "url": "https://github.com/sebastianbergmann/environment.git",
1874                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
1875            },
1876            "dist": {
1877                "type": "zip",
1878                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
1879                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
1880                "shasum": ""
1881            },
1882            "require": {
1883                "php": ">=7.3"
1884            },
1885            "require-dev": {
1886                "phpunit/phpunit": "^9.3"
1887            },
1888            "suggest": {
1889                "ext-posix": "*"
1890            },
1891            "type": "library",
1892            "extra": {
1893                "branch-alias": {
1894                    "dev-master": "5.1-dev"
1895                }
1896            },
1897            "autoload": {
1898                "classmap": [
1899                    "src/"
1900                ]
1901            },
1902            "notification-url": "https://packagist.org/downloads/",
1903            "license": [
1904                "BSD-3-Clause"
1905            ],
1906            "authors": [
1907                {
1908                    "name": "Sebastian Bergmann",
1909                    "email": "sebastian@phpunit.de"
1910                }
1911            ],
1912            "description": "Provides functionality to handle HHVM/PHP environments",
1913            "homepage": "http://www.github.com/sebastianbergmann/environment",
1914            "keywords": [
1915                "Xdebug",
1916                "environment",
1917                "hhvm"
1918            ],
1919            "support": {
1920                "issues": "https://github.com/sebastianbergmann/environment/issues",
1921                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
1922            },
1923            "funding": [
1924                {
1925                    "url": "https://github.com/sebastianbergmann",
1926                    "type": "github"
1927                }
1928            ],
1929            "time": "2022-04-03T09:37:03+00:00"
1930        },
1931        {
1932            "name": "sebastian/exporter",
1933            "version": "4.0.5",
1934            "source": {
1935                "type": "git",
1936                "url": "https://github.com/sebastianbergmann/exporter.git",
1937                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
1938            },
1939            "dist": {
1940                "type": "zip",
1941                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1942                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1943                "shasum": ""
1944            },
1945            "require": {
1946                "php": ">=7.3",
1947                "sebastian/recursion-context": "^4.0"
1948            },
1949            "require-dev": {
1950                "ext-mbstring": "*",
1951                "phpunit/phpunit": "^9.3"
1952            },
1953            "type": "library",
1954            "extra": {
1955                "branch-alias": {
1956                    "dev-master": "4.0-dev"
1957                }
1958            },
1959            "autoload": {
1960                "classmap": [
1961                    "src/"
1962                ]
1963            },
1964            "notification-url": "https://packagist.org/downloads/",
1965            "license": [
1966                "BSD-3-Clause"
1967            ],
1968            "authors": [
1969                {
1970                    "name": "Sebastian Bergmann",
1971                    "email": "sebastian@phpunit.de"
1972                },
1973                {
1974                    "name": "Jeff Welch",
1975                    "email": "whatthejeff@gmail.com"
1976                },
1977                {
1978                    "name": "Volker Dusch",
1979                    "email": "github@wallbash.com"
1980                },
1981                {
1982                    "name": "Adam Harvey",
1983                    "email": "aharvey@php.net"
1984                },
1985                {
1986                    "name": "Bernhard Schussek",
1987                    "email": "bschussek@gmail.com"
1988                }
1989            ],
1990            "description": "Provides the functionality to export PHP variables for visualization",
1991            "homepage": "https://www.github.com/sebastianbergmann/exporter",
1992            "keywords": [
1993                "export",
1994                "exporter"
1995            ],
1996            "support": {
1997                "issues": "https://github.com/sebastianbergmann/exporter/issues",
1998                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
1999            },
2000            "funding": [
2001                {
2002                    "url": "https://github.com/sebastianbergmann",
2003                    "type": "github"
2004                }
2005            ],
2006            "time": "2022-09-14T06:03:37+00:00"
2007        },
2008        {
2009            "name": "sebastian/global-state",
2010            "version": "5.0.5",
2011            "source": {
2012                "type": "git",
2013                "url": "https://github.com/sebastianbergmann/global-state.git",
2014                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
2015            },
2016            "dist": {
2017                "type": "zip",
2018                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
2019                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
2020                "shasum": ""
2021            },
2022            "require": {
2023                "php": ">=7.3",
2024                "sebastian/object-reflector": "^2.0",
2025                "sebastian/recursion-context": "^4.0"
2026            },
2027            "require-dev": {
2028                "ext-dom": "*",
2029                "phpunit/phpunit": "^9.3"
2030            },
2031            "suggest": {
2032                "ext-uopz": "*"
2033            },
2034            "type": "library",
2035            "extra": {
2036                "branch-alias": {
2037                    "dev-master": "5.0-dev"
2038                }
2039            },
2040            "autoload": {
2041                "classmap": [
2042                    "src/"
2043                ]
2044            },
2045            "notification-url": "https://packagist.org/downloads/",
2046            "license": [
2047                "BSD-3-Clause"
2048            ],
2049            "authors": [
2050                {
2051                    "name": "Sebastian Bergmann",
2052                    "email": "sebastian@phpunit.de"
2053                }
2054            ],
2055            "description": "Snapshotting of global state",
2056            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2057            "keywords": [
2058                "global state"
2059            ],
2060            "support": {
2061                "issues": "https://github.com/sebastianbergmann/global-state/issues",
2062                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
2063            },
2064            "funding": [
2065                {
2066                    "url": "https://github.com/sebastianbergmann",
2067                    "type": "github"
2068                }
2069            ],
2070            "time": "2022-02-14T08:28:10+00:00"
2071        },
2072        {
2073            "name": "sebastian/lines-of-code",
2074            "version": "1.0.3",
2075            "source": {
2076                "type": "git",
2077                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
2078                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
2079            },
2080            "dist": {
2081                "type": "zip",
2082                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
2083                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
2084                "shasum": ""
2085            },
2086            "require": {
2087                "nikic/php-parser": "^4.6",
2088                "php": ">=7.3"
2089            },
2090            "require-dev": {
2091                "phpunit/phpunit": "^9.3"
2092            },
2093            "type": "library",
2094            "extra": {
2095                "branch-alias": {
2096                    "dev-master": "1.0-dev"
2097                }
2098            },
2099            "autoload": {
2100                "classmap": [
2101                    "src/"
2102                ]
2103            },
2104            "notification-url": "https://packagist.org/downloads/",
2105            "license": [
2106                "BSD-3-Clause"
2107            ],
2108            "authors": [
2109                {
2110                    "name": "Sebastian Bergmann",
2111                    "email": "sebastian@phpunit.de",
2112                    "role": "lead"
2113                }
2114            ],
2115            "description": "Library for counting the lines of code in PHP source code",
2116            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
2117            "support": {
2118                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2119                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
2120            },
2121            "funding": [
2122                {
2123                    "url": "https://github.com/sebastianbergmann",
2124                    "type": "github"
2125                }
2126            ],
2127            "time": "2020-11-28T06:42:11+00:00"
2128        },
2129        {
2130            "name": "sebastian/object-enumerator",
2131            "version": "4.0.4",
2132            "source": {
2133                "type": "git",
2134                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2135                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2136            },
2137            "dist": {
2138                "type": "zip",
2139                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
2140                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2141                "shasum": ""
2142            },
2143            "require": {
2144                "php": ">=7.3",
2145                "sebastian/object-reflector": "^2.0",
2146                "sebastian/recursion-context": "^4.0"
2147            },
2148            "require-dev": {
2149                "phpunit/phpunit": "^9.3"
2150            },
2151            "type": "library",
2152            "extra": {
2153                "branch-alias": {
2154                    "dev-master": "4.0-dev"
2155                }
2156            },
2157            "autoload": {
2158                "classmap": [
2159                    "src/"
2160                ]
2161            },
2162            "notification-url": "https://packagist.org/downloads/",
2163            "license": [
2164                "BSD-3-Clause"
2165            ],
2166            "authors": [
2167                {
2168                    "name": "Sebastian Bergmann",
2169                    "email": "sebastian@phpunit.de"
2170                }
2171            ],
2172            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2173            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2174            "support": {
2175                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2176                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
2177            },
2178            "funding": [
2179                {
2180                    "url": "https://github.com/sebastianbergmann",
2181                    "type": "github"
2182                }
2183            ],
2184            "time": "2020-10-26T13:12:34+00:00"
2185        },
2186        {
2187            "name": "sebastian/object-reflector",
2188            "version": "2.0.4",
2189            "source": {
2190                "type": "git",
2191                "url": "https://github.com/sebastianbergmann/object-reflector.git",
2192                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2193            },
2194            "dist": {
2195                "type": "zip",
2196                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2197                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2198                "shasum": ""
2199            },
2200            "require": {
2201                "php": ">=7.3"
2202            },
2203            "require-dev": {
2204                "phpunit/phpunit": "^9.3"
2205            },
2206            "type": "library",
2207            "extra": {
2208                "branch-alias": {
2209                    "dev-master": "2.0-dev"
2210                }
2211            },
2212            "autoload": {
2213                "classmap": [
2214                    "src/"
2215                ]
2216            },
2217            "notification-url": "https://packagist.org/downloads/",
2218            "license": [
2219                "BSD-3-Clause"
2220            ],
2221            "authors": [
2222                {
2223                    "name": "Sebastian Bergmann",
2224                    "email": "sebastian@phpunit.de"
2225                }
2226            ],
2227            "description": "Allows reflection of object attributes, including inherited and non-public ones",
2228            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2229            "support": {
2230                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2231                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
2232            },
2233            "funding": [
2234                {
2235                    "url": "https://github.com/sebastianbergmann",
2236                    "type": "github"
2237                }
2238            ],
2239            "time": "2020-10-26T13:14:26+00:00"
2240        },
2241        {
2242            "name": "sebastian/recursion-context",
2243            "version": "4.0.4",
2244            "source": {
2245                "type": "git",
2246                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2247                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
2248            },
2249            "dist": {
2250                "type": "zip",
2251                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
2252                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
2253                "shasum": ""
2254            },
2255            "require": {
2256                "php": ">=7.3"
2257            },
2258            "require-dev": {
2259                "phpunit/phpunit": "^9.3"
2260            },
2261            "type": "library",
2262            "extra": {
2263                "branch-alias": {
2264                    "dev-master": "4.0-dev"
2265                }
2266            },
2267            "autoload": {
2268                "classmap": [
2269                    "src/"
2270                ]
2271            },
2272            "notification-url": "https://packagist.org/downloads/",
2273            "license": [
2274                "BSD-3-Clause"
2275            ],
2276            "authors": [
2277                {
2278                    "name": "Sebastian Bergmann",
2279                    "email": "sebastian@phpunit.de"
2280                },
2281                {
2282                    "name": "Jeff Welch",
2283                    "email": "whatthejeff@gmail.com"
2284                },
2285                {
2286                    "name": "Adam Harvey",
2287                    "email": "aharvey@php.net"
2288                }
2289            ],
2290            "description": "Provides functionality to recursively process PHP variables",
2291            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2292            "support": {
2293                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2294                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
2295            },
2296            "funding": [
2297                {
2298                    "url": "https://github.com/sebastianbergmann",
2299                    "type": "github"
2300                }
2301            ],
2302            "time": "2020-10-26T13:17:30+00:00"
2303        },
2304        {
2305            "name": "sebastian/resource-operations",
2306            "version": "3.0.3",
2307            "source": {
2308                "type": "git",
2309                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2310                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
2311            },
2312            "dist": {
2313                "type": "zip",
2314                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2315                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2316                "shasum": ""
2317            },
2318            "require": {
2319                "php": ">=7.3"
2320            },
2321            "require-dev": {
2322                "phpunit/phpunit": "^9.0"
2323            },
2324            "type": "library",
2325            "extra": {
2326                "branch-alias": {
2327                    "dev-master": "3.0-dev"
2328                }
2329            },
2330            "autoload": {
2331                "classmap": [
2332                    "src/"
2333                ]
2334            },
2335            "notification-url": "https://packagist.org/downloads/",
2336            "license": [
2337                "BSD-3-Clause"
2338            ],
2339            "authors": [
2340                {
2341                    "name": "Sebastian Bergmann",
2342                    "email": "sebastian@phpunit.de"
2343                }
2344            ],
2345            "description": "Provides a list of PHP built-in functions that operate on resources",
2346            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2347            "support": {
2348                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
2349                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
2350            },
2351            "funding": [
2352                {
2353                    "url": "https://github.com/sebastianbergmann",
2354                    "type": "github"
2355                }
2356            ],
2357            "time": "2020-09-28T06:45:17+00:00"
2358        },
2359        {
2360            "name": "sebastian/type",
2361            "version": "3.2.0",
2362            "source": {
2363                "type": "git",
2364                "url": "https://github.com/sebastianbergmann/type.git",
2365                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
2366            },
2367            "dist": {
2368                "type": "zip",
2369                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
2370                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
2371                "shasum": ""
2372            },
2373            "require": {
2374                "php": ">=7.3"
2375            },
2376            "require-dev": {
2377                "phpunit/phpunit": "^9.5"
2378            },
2379            "type": "library",
2380            "extra": {
2381                "branch-alias": {
2382                    "dev-master": "3.2-dev"
2383                }
2384            },
2385            "autoload": {
2386                "classmap": [
2387                    "src/"
2388                ]
2389            },
2390            "notification-url": "https://packagist.org/downloads/",
2391            "license": [
2392                "BSD-3-Clause"
2393            ],
2394            "authors": [
2395                {
2396                    "name": "Sebastian Bergmann",
2397                    "email": "sebastian@phpunit.de",
2398                    "role": "lead"
2399                }
2400            ],
2401            "description": "Collection of value objects that represent the types of the PHP type system",
2402            "homepage": "https://github.com/sebastianbergmann/type",
2403            "support": {
2404                "issues": "https://github.com/sebastianbergmann/type/issues",
2405                "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
2406            },
2407            "funding": [
2408                {
2409                    "url": "https://github.com/sebastianbergmann",
2410                    "type": "github"
2411                }
2412            ],
2413            "time": "2022-09-12T14:47:03+00:00"
2414        },
2415        {
2416            "name": "sebastian/version",
2417            "version": "3.0.2",
2418            "source": {
2419                "type": "git",
2420                "url": "https://github.com/sebastianbergmann/version.git",
2421                "reference": "c6c1022351a901512170118436c764e473f6de8c"
2422            },
2423            "dist": {
2424                "type": "zip",
2425                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
2426                "reference": "c6c1022351a901512170118436c764e473f6de8c",
2427                "shasum": ""
2428            },
2429            "require": {
2430                "php": ">=7.3"
2431            },
2432            "type": "library",
2433            "extra": {
2434                "branch-alias": {
2435                    "dev-master": "3.0-dev"
2436                }
2437            },
2438            "autoload": {
2439                "classmap": [
2440                    "src/"
2441                ]
2442            },
2443            "notification-url": "https://packagist.org/downloads/",
2444            "license": [
2445                "BSD-3-Clause"
2446            ],
2447            "authors": [
2448                {
2449                    "name": "Sebastian Bergmann",
2450                    "email": "sebastian@phpunit.de",
2451                    "role": "lead"
2452                }
2453            ],
2454            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2455            "homepage": "https://github.com/sebastianbergmann/version",
2456            "support": {
2457                "issues": "https://github.com/sebastianbergmann/version/issues",
2458                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
2459            },
2460            "funding": [
2461                {
2462                    "url": "https://github.com/sebastianbergmann",
2463                    "type": "github"
2464                }
2465            ],
2466            "time": "2020-09-28T06:39:44+00:00"
2467        },
2468        {
2469            "name": "symfony/console",
2470            "version": "v6.2.5",
2471            "source": {
2472                "type": "git",
2473                "url": "https://github.com/symfony/console.git",
2474                "reference": "3e294254f2191762c1d137aed4b94e966965e985"
2475            },
2476            "dist": {
2477                "type": "zip",
2478                "url": "https://api.github.com/repos/symfony/console/zipball/3e294254f2191762c1d137aed4b94e966965e985",
2479                "reference": "3e294254f2191762c1d137aed4b94e966965e985",
2480                "shasum": ""
2481            },
2482            "require": {
2483                "php": ">=8.1",
2484                "symfony/deprecation-contracts": "^2.1|^3",
2485                "symfony/polyfill-mbstring": "~1.0",
2486                "symfony/service-contracts": "^1.1|^2|^3",
2487                "symfony/string": "^5.4|^6.0"
2488            },
2489            "conflict": {
2490                "symfony/dependency-injection": "<5.4",
2491                "symfony/dotenv": "<5.4",
2492                "symfony/event-dispatcher": "<5.4",
2493                "symfony/lock": "<5.4",
2494                "symfony/process": "<5.4"
2495            },
2496            "provide": {
2497                "psr/log-implementation": "1.0|2.0|3.0"
2498            },
2499            "require-dev": {
2500                "psr/log": "^1|^2|^3",
2501                "symfony/config": "^5.4|^6.0",
2502                "symfony/dependency-injection": "^5.4|^6.0",
2503                "symfony/event-dispatcher": "^5.4|^6.0",
2504                "symfony/lock": "^5.4|^6.0",
2505                "symfony/process": "^5.4|^6.0",
2506                "symfony/var-dumper": "^5.4|^6.0"
2507            },
2508            "suggest": {
2509                "psr/log": "For using the console logger",
2510                "symfony/event-dispatcher": "",
2511                "symfony/lock": "",
2512                "symfony/process": ""
2513            },
2514            "type": "library",
2515            "autoload": {
2516                "psr-4": {
2517                    "Symfony\\Component\\Console\\": ""
2518                },
2519                "exclude-from-classmap": [
2520                    "/Tests/"
2521                ]
2522            },
2523            "notification-url": "https://packagist.org/downloads/",
2524            "license": [
2525                "MIT"
2526            ],
2527            "authors": [
2528                {
2529                    "name": "Fabien Potencier",
2530                    "email": "fabien@symfony.com"
2531                },
2532                {
2533                    "name": "Symfony Community",
2534                    "homepage": "https://symfony.com/contributors"
2535                }
2536            ],
2537            "description": "Eases the creation of beautiful and testable command line interfaces",
2538            "homepage": "https://symfony.com",
2539            "keywords": [
2540                "cli",
2541                "command line",
2542                "console",
2543                "terminal"
2544            ],
2545            "support": {
2546                "source": "https://github.com/symfony/console/tree/v6.2.5"
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-01-01T08:38:09+00:00"
2563        },
2564        {
2565            "name": "symfony/deprecation-contracts",
2566            "version": "v3.2.0",
2567            "source": {
2568                "type": "git",
2569                "url": "https://github.com/symfony/deprecation-contracts.git",
2570                "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
2571            },
2572            "dist": {
2573                "type": "zip",
2574                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
2575                "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
2576                "shasum": ""
2577            },
2578            "require": {
2579                "php": ">=8.1"
2580            },
2581            "type": "library",
2582            "extra": {
2583                "branch-alias": {
2584                    "dev-main": "3.3-dev"
2585                },
2586                "thanks": {
2587                    "name": "symfony/contracts",
2588                    "url": "https://github.com/symfony/contracts"
2589                }
2590            },
2591            "autoload": {
2592                "files": [
2593                    "function.php"
2594                ]
2595            },
2596            "notification-url": "https://packagist.org/downloads/",
2597            "license": [
2598                "MIT"
2599            ],
2600            "authors": [
2601                {
2602                    "name": "Nicolas Grekas",
2603                    "email": "p@tchwork.com"
2604                },
2605                {
2606                    "name": "Symfony Community",
2607                    "homepage": "https://symfony.com/contributors"
2608                }
2609            ],
2610            "description": "A generic function and convention to trigger deprecation notices",
2611            "homepage": "https://symfony.com",
2612            "support": {
2613                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0"
2614            },
2615            "funding": [
2616                {
2617                    "url": "https://symfony.com/sponsor",
2618                    "type": "custom"
2619                },
2620                {
2621                    "url": "https://github.com/fabpot",
2622                    "type": "github"
2623                },
2624                {
2625                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2626                    "type": "tidelift"
2627                }
2628            ],
2629            "time": "2022-11-25T10:21:52+00:00"
2630        },
2631        {
2632            "name": "symfony/event-dispatcher",
2633            "version": "v6.2.5",
2634            "source": {
2635                "type": "git",
2636                "url": "https://github.com/symfony/event-dispatcher.git",
2637                "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68"
2638            },
2639            "dist": {
2640                "type": "zip",
2641                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68",
2642                "reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68",
2643                "shasum": ""
2644            },
2645            "require": {
2646                "php": ">=8.1",
2647                "symfony/event-dispatcher-contracts": "^2|^3"
2648            },
2649            "conflict": {
2650                "symfony/dependency-injection": "<5.4"
2651            },
2652            "provide": {
2653                "psr/event-dispatcher-implementation": "1.0",
2654                "symfony/event-dispatcher-implementation": "2.0|3.0"
2655            },
2656            "require-dev": {
2657                "psr/log": "^1|^2|^3",
2658                "symfony/config": "^5.4|^6.0",
2659                "symfony/dependency-injection": "^5.4|^6.0",
2660                "symfony/error-handler": "^5.4|^6.0",
2661                "symfony/expression-language": "^5.4|^6.0",
2662                "symfony/http-foundation": "^5.4|^6.0",
2663                "symfony/service-contracts": "^1.1|^2|^3",
2664                "symfony/stopwatch": "^5.4|^6.0"
2665            },
2666            "suggest": {
2667                "symfony/dependency-injection": "",
2668                "symfony/http-kernel": ""
2669            },
2670            "type": "library",
2671            "autoload": {
2672                "psr-4": {
2673                    "Symfony\\Component\\EventDispatcher\\": ""
2674                },
2675                "exclude-from-classmap": [
2676                    "/Tests/"
2677                ]
2678            },
2679            "notification-url": "https://packagist.org/downloads/",
2680            "license": [
2681                "MIT"
2682            ],
2683            "authors": [
2684                {
2685                    "name": "Fabien Potencier",
2686                    "email": "fabien@symfony.com"
2687                },
2688                {
2689                    "name": "Symfony Community",
2690                    "homepage": "https://symfony.com/contributors"
2691                }
2692            ],
2693            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2694            "homepage": "https://symfony.com",
2695            "support": {
2696                "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.5"
2697            },
2698            "funding": [
2699                {
2700                    "url": "https://symfony.com/sponsor",
2701                    "type": "custom"
2702                },
2703                {
2704                    "url": "https://github.com/fabpot",
2705                    "type": "github"
2706                },
2707                {
2708                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2709                    "type": "tidelift"
2710                }
2711            ],
2712            "time": "2023-01-01T08:38:09+00:00"
2713        },
2714        {
2715            "name": "symfony/event-dispatcher-contracts",
2716            "version": "v3.2.0",
2717            "source": {
2718                "type": "git",
2719                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2720                "reference": "0782b0b52a737a05b4383d0df35a474303cabdae"
2721            },
2722            "dist": {
2723                "type": "zip",
2724                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae",
2725                "reference": "0782b0b52a737a05b4383d0df35a474303cabdae",
2726                "shasum": ""
2727            },
2728            "require": {
2729                "php": ">=8.1",
2730                "psr/event-dispatcher": "^1"
2731            },
2732            "suggest": {
2733                "symfony/event-dispatcher-implementation": ""
2734            },
2735            "type": "library",
2736            "extra": {
2737                "branch-alias": {
2738                    "dev-main": "3.3-dev"
2739                },
2740                "thanks": {
2741                    "name": "symfony/contracts",
2742                    "url": "https://github.com/symfony/contracts"
2743                }
2744            },
2745            "autoload": {
2746                "psr-4": {
2747                    "Symfony\\Contracts\\EventDispatcher\\": ""
2748                }
2749            },
2750            "notification-url": "https://packagist.org/downloads/",
2751            "license": [
2752                "MIT"
2753            ],
2754            "authors": [
2755                {
2756                    "name": "Nicolas Grekas",
2757                    "email": "p@tchwork.com"
2758                },
2759                {
2760                    "name": "Symfony Community",
2761                    "homepage": "https://symfony.com/contributors"
2762                }
2763            ],
2764            "description": "Generic abstractions related to dispatching event",
2765            "homepage": "https://symfony.com",
2766            "keywords": [
2767                "abstractions",
2768                "contracts",
2769                "decoupling",
2770                "interfaces",
2771                "interoperability",
2772                "standards"
2773            ],
2774            "support": {
2775                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.0"
2776            },
2777            "funding": [
2778                {
2779                    "url": "https://symfony.com/sponsor",
2780                    "type": "custom"
2781                },
2782                {
2783                    "url": "https://github.com/fabpot",
2784                    "type": "github"
2785                },
2786                {
2787                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2788                    "type": "tidelift"
2789                }
2790            ],
2791            "time": "2022-11-25T10:21:52+00:00"
2792        },
2793        {
2794            "name": "symfony/filesystem",
2795            "version": "v6.2.5",
2796            "source": {
2797                "type": "git",
2798                "url": "https://github.com/symfony/filesystem.git",
2799                "reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593"
2800            },
2801            "dist": {
2802                "type": "zip",
2803                "url": "https://api.github.com/repos/symfony/filesystem/zipball/e59e8a4006afd7f5654786a83b4fcb8da98f4593",
2804                "reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593",
2805                "shasum": ""
2806            },
2807            "require": {
2808                "php": ">=8.1",
2809                "symfony/polyfill-ctype": "~1.8",
2810                "symfony/polyfill-mbstring": "~1.8"
2811            },
2812            "type": "library",
2813            "autoload": {
2814                "psr-4": {
2815                    "Symfony\\Component\\Filesystem\\": ""
2816                },
2817                "exclude-from-classmap": [
2818                    "/Tests/"
2819                ]
2820            },
2821            "notification-url": "https://packagist.org/downloads/",
2822            "license": [
2823                "MIT"
2824            ],
2825            "authors": [
2826                {
2827                    "name": "Fabien Potencier",
2828                    "email": "fabien@symfony.com"
2829                },
2830                {
2831                    "name": "Symfony Community",
2832                    "homepage": "https://symfony.com/contributors"
2833                }
2834            ],
2835            "description": "Provides basic utilities for the filesystem",
2836            "homepage": "https://symfony.com",
2837            "support": {
2838                "source": "https://github.com/symfony/filesystem/tree/v6.2.5"
2839            },
2840            "funding": [
2841                {
2842                    "url": "https://symfony.com/sponsor",
2843                    "type": "custom"
2844                },
2845                {
2846                    "url": "https://github.com/fabpot",
2847                    "type": "github"
2848                },
2849                {
2850                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2851                    "type": "tidelift"
2852                }
2853            ],
2854            "time": "2023-01-20T17:45:48+00:00"
2855        },
2856        {
2857            "name": "symfony/finder",
2858            "version": "v6.2.5",
2859            "source": {
2860                "type": "git",
2861                "url": "https://github.com/symfony/finder.git",
2862                "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c"
2863            },
2864            "dist": {
2865                "type": "zip",
2866                "url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c",
2867                "reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c",
2868                "shasum": ""
2869            },
2870            "require": {
2871                "php": ">=8.1"
2872            },
2873            "require-dev": {
2874                "symfony/filesystem": "^6.0"
2875            },
2876            "type": "library",
2877            "autoload": {
2878                "psr-4": {
2879                    "Symfony\\Component\\Finder\\": ""
2880                },
2881                "exclude-from-classmap": [
2882                    "/Tests/"
2883                ]
2884            },
2885            "notification-url": "https://packagist.org/downloads/",
2886            "license": [
2887                "MIT"
2888            ],
2889            "authors": [
2890                {
2891                    "name": "Fabien Potencier",
2892                    "email": "fabien@symfony.com"
2893                },
2894                {
2895                    "name": "Symfony Community",
2896                    "homepage": "https://symfony.com/contributors"
2897                }
2898            ],
2899            "description": "Finds files and directories via an intuitive fluent interface",
2900            "homepage": "https://symfony.com",
2901            "support": {
2902                "source": "https://github.com/symfony/finder/tree/v6.2.5"
2903            },
2904            "funding": [
2905                {
2906                    "url": "https://symfony.com/sponsor",
2907                    "type": "custom"
2908                },
2909                {
2910                    "url": "https://github.com/fabpot",
2911                    "type": "github"
2912                },
2913                {
2914                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2915                    "type": "tidelift"
2916                }
2917            ],
2918            "time": "2023-01-20T17:45:48+00:00"
2919        },
2920        {
2921            "name": "symfony/options-resolver",
2922            "version": "v6.2.5",
2923            "source": {
2924                "type": "git",
2925                "url": "https://github.com/symfony/options-resolver.git",
2926                "reference": "e8324d44f5af99ec2ccec849934a242f64458f86"
2927            },
2928            "dist": {
2929                "type": "zip",
2930                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/e8324d44f5af99ec2ccec849934a242f64458f86",
2931                "reference": "e8324d44f5af99ec2ccec849934a242f64458f86",
2932                "shasum": ""
2933            },
2934            "require": {
2935                "php": ">=8.1",
2936                "symfony/deprecation-contracts": "^2.1|^3"
2937            },
2938            "type": "library",
2939            "autoload": {
2940                "psr-4": {
2941                    "Symfony\\Component\\OptionsResolver\\": ""
2942                },
2943                "exclude-from-classmap": [
2944                    "/Tests/"
2945                ]
2946            },
2947            "notification-url": "https://packagist.org/downloads/",
2948            "license": [
2949                "MIT"
2950            ],
2951            "authors": [
2952                {
2953                    "name": "Fabien Potencier",
2954                    "email": "fabien@symfony.com"
2955                },
2956                {
2957                    "name": "Symfony Community",
2958                    "homepage": "https://symfony.com/contributors"
2959                }
2960            ],
2961            "description": "Provides an improved replacement for the array_replace PHP function",
2962            "homepage": "https://symfony.com",
2963            "keywords": [
2964                "config",
2965                "configuration",
2966                "options"
2967            ],
2968            "support": {
2969                "source": "https://github.com/symfony/options-resolver/tree/v6.2.5"
2970            },
2971            "funding": [
2972                {
2973                    "url": "https://symfony.com/sponsor",
2974                    "type": "custom"
2975                },
2976                {
2977                    "url": "https://github.com/fabpot",
2978                    "type": "github"
2979                },
2980                {
2981                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2982                    "type": "tidelift"
2983                }
2984            ],
2985            "time": "2023-01-01T08:38:09+00:00"
2986        },
2987        {
2988            "name": "symfony/polyfill-ctype",
2989            "version": "v1.27.0",
2990            "source": {
2991                "type": "git",
2992                "url": "https://github.com/symfony/polyfill-ctype.git",
2993                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2994            },
2995            "dist": {
2996                "type": "zip",
2997                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
2998                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2999                "shasum": ""
3000            },
3001            "require": {
3002                "php": ">=7.1"
3003            },
3004            "provide": {
3005                "ext-ctype": "*"
3006            },
3007            "suggest": {
3008                "ext-ctype": "For best performance"
3009            },
3010            "type": "library",
3011            "extra": {
3012                "branch-alias": {
3013                    "dev-main": "1.27-dev"
3014                },
3015                "thanks": {
3016                    "name": "symfony/polyfill",
3017                    "url": "https://github.com/symfony/polyfill"
3018                }
3019            },
3020            "autoload": {
3021                "files": [
3022                    "bootstrap.php"
3023                ],
3024                "psr-4": {
3025                    "Symfony\\Polyfill\\Ctype\\": ""
3026                }
3027            },
3028            "notification-url": "https://packagist.org/downloads/",
3029            "license": [
3030                "MIT"
3031            ],
3032            "authors": [
3033                {
3034                    "name": "Gert de Pagter",
3035                    "email": "BackEndTea@gmail.com"
3036                },
3037                {
3038                    "name": "Symfony Community",
3039                    "homepage": "https://symfony.com/contributors"
3040                }
3041            ],
3042            "description": "Symfony polyfill for ctype functions",
3043            "homepage": "https://symfony.com",
3044            "keywords": [
3045                "compatibility",
3046                "ctype",
3047                "polyfill",
3048                "portable"
3049            ],
3050            "support": {
3051                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
3052            },
3053            "funding": [
3054                {
3055                    "url": "https://symfony.com/sponsor",
3056                    "type": "custom"
3057                },
3058                {
3059                    "url": "https://github.com/fabpot",
3060                    "type": "github"
3061                },
3062                {
3063                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3064                    "type": "tidelift"
3065                }
3066            ],
3067            "time": "2022-11-03T14:55:06+00:00"
3068        },
3069        {
3070            "name": "symfony/polyfill-intl-grapheme",
3071            "version": "v1.27.0",
3072            "source": {
3073                "type": "git",
3074                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3075                "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
3076            },
3077            "dist": {
3078                "type": "zip",
3079                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
3080                "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
3081                "shasum": ""
3082            },
3083            "require": {
3084                "php": ">=7.1"
3085            },
3086            "suggest": {
3087                "ext-intl": "For best performance"
3088            },
3089            "type": "library",
3090            "extra": {
3091                "branch-alias": {
3092                    "dev-main": "1.27-dev"
3093                },
3094                "thanks": {
3095                    "name": "symfony/polyfill",
3096                    "url": "https://github.com/symfony/polyfill"
3097                }
3098            },
3099            "autoload": {
3100                "files": [
3101                    "bootstrap.php"
3102                ],
3103                "psr-4": {
3104                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3105                }
3106            },
3107            "notification-url": "https://packagist.org/downloads/",
3108            "license": [
3109                "MIT"
3110            ],
3111            "authors": [
3112                {
3113                    "name": "Nicolas Grekas",
3114                    "email": "p@tchwork.com"
3115                },
3116                {
3117                    "name": "Symfony Community",
3118                    "homepage": "https://symfony.com/contributors"
3119                }
3120            ],
3121            "description": "Symfony polyfill for intl's grapheme_* functions",
3122            "homepage": "https://symfony.com",
3123            "keywords": [
3124                "compatibility",
3125                "grapheme",
3126                "intl",
3127                "polyfill",
3128                "portable",
3129                "shim"
3130            ],
3131            "support": {
3132                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
3133            },
3134            "funding": [
3135                {
3136                    "url": "https://symfony.com/sponsor",
3137                    "type": "custom"
3138                },
3139                {
3140                    "url": "https://github.com/fabpot",
3141                    "type": "github"
3142                },
3143                {
3144                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3145                    "type": "tidelift"
3146                }
3147            ],
3148            "time": "2022-11-03T14:55:06+00:00"
3149        },
3150        {
3151            "name": "symfony/polyfill-intl-normalizer",
3152            "version": "v1.27.0",
3153            "source": {
3154                "type": "git",
3155                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3156                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
3157            },
3158            "dist": {
3159                "type": "zip",
3160                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
3161                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
3162                "shasum": ""
3163            },
3164            "require": {
3165                "php": ">=7.1"
3166            },
3167            "suggest": {
3168                "ext-intl": "For best performance"
3169            },
3170            "type": "library",
3171            "extra": {
3172                "branch-alias": {
3173                    "dev-main": "1.27-dev"
3174                },
3175                "thanks": {
3176                    "name": "symfony/polyfill",
3177                    "url": "https://github.com/symfony/polyfill"
3178                }
3179            },
3180            "autoload": {
3181                "files": [
3182                    "bootstrap.php"
3183                ],
3184                "psr-4": {
3185                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3186                },
3187                "classmap": [
3188                    "Resources/stubs"
3189                ]
3190            },
3191            "notification-url": "https://packagist.org/downloads/",
3192            "license": [
3193                "MIT"
3194            ],
3195            "authors": [
3196                {
3197                    "name": "Nicolas Grekas",
3198                    "email": "p@tchwork.com"
3199                },
3200                {
3201                    "name": "Symfony Community",
3202                    "homepage": "https://symfony.com/contributors"
3203                }
3204            ],
3205            "description": "Symfony polyfill for intl's Normalizer class and related functions",
3206            "homepage": "https://symfony.com",
3207            "keywords": [
3208                "compatibility",
3209                "intl",
3210                "normalizer",
3211                "polyfill",
3212                "portable",
3213                "shim"
3214            ],
3215            "support": {
3216                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
3217            },
3218            "funding": [
3219                {
3220                    "url": "https://symfony.com/sponsor",
3221                    "type": "custom"
3222                },
3223                {
3224                    "url": "https://github.com/fabpot",
3225                    "type": "github"
3226                },
3227                {
3228                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3229                    "type": "tidelift"
3230                }
3231            ],
3232            "time": "2022-11-03T14:55:06+00:00"
3233        },
3234        {
3235            "name": "symfony/polyfill-mbstring",
3236            "version": "v1.27.0",
3237            "source": {
3238                "type": "git",
3239                "url": "https://github.com/symfony/polyfill-mbstring.git",
3240                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
3241            },
3242            "dist": {
3243                "type": "zip",
3244                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
3245                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
3246                "shasum": ""
3247            },
3248            "require": {
3249                "php": ">=7.1"
3250            },
3251            "provide": {
3252                "ext-mbstring": "*"
3253            },
3254            "suggest": {
3255                "ext-mbstring": "For best performance"
3256            },
3257            "type": "library",
3258            "extra": {
3259                "branch-alias": {
3260                    "dev-main": "1.27-dev"
3261                },
3262                "thanks": {
3263                    "name": "symfony/polyfill",
3264                    "url": "https://github.com/symfony/polyfill"
3265                }
3266            },
3267            "autoload": {
3268                "files": [
3269                    "bootstrap.php"
3270                ],
3271                "psr-4": {
3272                    "Symfony\\Polyfill\\Mbstring\\": ""
3273                }
3274            },
3275            "notification-url": "https://packagist.org/downloads/",
3276            "license": [
3277                "MIT"
3278            ],
3279            "authors": [
3280                {
3281                    "name": "Nicolas Grekas",
3282                    "email": "p@tchwork.com"
3283                },
3284                {
3285                    "name": "Symfony Community",
3286                    "homepage": "https://symfony.com/contributors"
3287                }
3288            ],
3289            "description": "Symfony polyfill for the Mbstring extension",
3290            "homepage": "https://symfony.com",
3291            "keywords": [
3292                "compatibility",
3293                "mbstring",
3294                "polyfill",
3295                "portable",
3296                "shim"
3297            ],
3298            "support": {
3299                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
3300            },
3301            "funding": [
3302                {
3303                    "url": "https://symfony.com/sponsor",
3304                    "type": "custom"
3305                },
3306                {
3307                    "url": "https://github.com/fabpot",
3308                    "type": "github"
3309                },
3310                {
3311                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3312                    "type": "tidelift"
3313                }
3314            ],
3315            "time": "2022-11-03T14:55:06+00:00"
3316        },
3317        {
3318            "name": "symfony/polyfill-php80",
3319            "version": "v1.27.0",
3320            "source": {
3321                "type": "git",
3322                "url": "https://github.com/symfony/polyfill-php80.git",
3323                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
3324            },
3325            "dist": {
3326                "type": "zip",
3327                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
3328                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
3329                "shasum": ""
3330            },
3331            "require": {
3332                "php": ">=7.1"
3333            },
3334            "type": "library",
3335            "extra": {
3336                "branch-alias": {
3337                    "dev-main": "1.27-dev"
3338                },
3339                "thanks": {
3340                    "name": "symfony/polyfill",
3341                    "url": "https://github.com/symfony/polyfill"
3342                }
3343            },
3344            "autoload": {
3345                "files": [
3346                    "bootstrap.php"
3347                ],
3348                "psr-4": {
3349                    "Symfony\\Polyfill\\Php80\\": ""
3350                },
3351                "classmap": [
3352                    "Resources/stubs"
3353                ]
3354            },
3355            "notification-url": "https://packagist.org/downloads/",
3356            "license": [
3357                "MIT"
3358            ],
3359            "authors": [
3360                {
3361                    "name": "Ion Bazan",
3362                    "email": "ion.bazan@gmail.com"
3363                },
3364                {
3365                    "name": "Nicolas Grekas",
3366                    "email": "p@tchwork.com"
3367                },
3368                {
3369                    "name": "Symfony Community",
3370                    "homepage": "https://symfony.com/contributors"
3371                }
3372            ],
3373            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3374            "homepage": "https://symfony.com",
3375            "keywords": [
3376                "compatibility",
3377                "polyfill",
3378                "portable",
3379                "shim"
3380            ],
3381            "support": {
3382                "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
3383            },
3384            "funding": [
3385                {
3386                    "url": "https://symfony.com/sponsor",
3387                    "type": "custom"
3388                },
3389                {
3390                    "url": "https://github.com/fabpot",
3391                    "type": "github"
3392                },
3393                {
3394                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3395                    "type": "tidelift"
3396                }
3397            ],
3398            "time": "2022-11-03T14:55:06+00:00"
3399        },
3400        {
3401            "name": "symfony/polyfill-php81",
3402            "version": "v1.27.0",
3403            "source": {
3404                "type": "git",
3405                "url": "https://github.com/symfony/polyfill-php81.git",
3406                "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
3407            },
3408            "dist": {
3409                "type": "zip",
3410                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
3411                "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
3412                "shasum": ""
3413            },
3414            "require": {
3415                "php": ">=7.1"
3416            },
3417            "type": "library",
3418            "extra": {
3419                "branch-alias": {
3420                    "dev-main": "1.27-dev"
3421                },
3422                "thanks": {
3423                    "name": "symfony/polyfill",
3424                    "url": "https://github.com/symfony/polyfill"
3425                }
3426            },
3427            "autoload": {
3428                "files": [
3429                    "bootstrap.php"
3430                ],
3431                "psr-4": {
3432                    "Symfony\\Polyfill\\Php81\\": ""
3433                },
3434                "classmap": [
3435                    "Resources/stubs"
3436                ]
3437            },
3438            "notification-url": "https://packagist.org/downloads/",
3439            "license": [
3440                "MIT"
3441            ],
3442            "authors": [
3443                {
3444                    "name": "Nicolas Grekas",
3445                    "email": "p@tchwork.com"
3446                },
3447                {
3448                    "name": "Symfony Community",
3449                    "homepage": "https://symfony.com/contributors"
3450                }
3451            ],
3452            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
3453            "homepage": "https://symfony.com",
3454            "keywords": [
3455                "compatibility",
3456                "polyfill",
3457                "portable",
3458                "shim"
3459            ],
3460            "support": {
3461                "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
3462            },
3463            "funding": [
3464                {
3465                    "url": "https://symfony.com/sponsor",
3466                    "type": "custom"
3467                },
3468                {
3469                    "url": "https://github.com/fabpot",
3470                    "type": "github"
3471                },
3472                {
3473                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3474                    "type": "tidelift"
3475                }
3476            ],
3477            "time": "2022-11-03T14:55:06+00:00"
3478        },
3479        {
3480            "name": "symfony/process",
3481            "version": "v6.2.5",
3482            "source": {
3483                "type": "git",
3484                "url": "https://github.com/symfony/process.git",
3485                "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7"
3486            },
3487            "dist": {
3488                "type": "zip",
3489                "url": "https://api.github.com/repos/symfony/process/zipball/9ead139f63dfa38c4e4a9049cc64a8b2748c83b7",
3490                "reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7",
3491                "shasum": ""
3492            },
3493            "require": {
3494                "php": ">=8.1"
3495            },
3496            "type": "library",
3497            "autoload": {
3498                "psr-4": {
3499                    "Symfony\\Component\\Process\\": ""
3500                },
3501                "exclude-from-classmap": [
3502                    "/Tests/"
3503                ]
3504            },
3505            "notification-url": "https://packagist.org/downloads/",
3506            "license": [
3507                "MIT"
3508            ],
3509            "authors": [
3510                {
3511                    "name": "Fabien Potencier",
3512                    "email": "fabien@symfony.com"
3513                },
3514                {
3515                    "name": "Symfony Community",
3516                    "homepage": "https://symfony.com/contributors"
3517                }
3518            ],
3519            "description": "Executes commands in sub-processes",
3520            "homepage": "https://symfony.com",
3521            "support": {
3522                "source": "https://github.com/symfony/process/tree/v6.2.5"
3523            },
3524            "funding": [
3525                {
3526                    "url": "https://symfony.com/sponsor",
3527                    "type": "custom"
3528                },
3529                {
3530                    "url": "https://github.com/fabpot",
3531                    "type": "github"
3532                },
3533                {
3534                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3535                    "type": "tidelift"
3536                }
3537            ],
3538            "time": "2023-01-01T08:38:09+00:00"
3539        },
3540        {
3541            "name": "symfony/service-contracts",
3542            "version": "v3.2.0",
3543            "source": {
3544                "type": "git",
3545                "url": "https://github.com/symfony/service-contracts.git",
3546                "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75"
3547            },
3548            "dist": {
3549                "type": "zip",
3550                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75",
3551                "reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75",
3552                "shasum": ""
3553            },
3554            "require": {
3555                "php": ">=8.1",
3556                "psr/container": "^2.0"
3557            },
3558            "conflict": {
3559                "ext-psr": "<1.1|>=2"
3560            },
3561            "suggest": {
3562                "symfony/service-implementation": ""
3563            },
3564            "type": "library",
3565            "extra": {
3566                "branch-alias": {
3567                    "dev-main": "3.3-dev"
3568                },
3569                "thanks": {
3570                    "name": "symfony/contracts",
3571                    "url": "https://github.com/symfony/contracts"
3572                }
3573            },
3574            "autoload": {
3575                "psr-4": {
3576                    "Symfony\\Contracts\\Service\\": ""
3577                },
3578                "exclude-from-classmap": [
3579                    "/Test/"
3580                ]
3581            },
3582            "notification-url": "https://packagist.org/downloads/",
3583            "license": [
3584                "MIT"
3585            ],
3586            "authors": [
3587                {
3588                    "name": "Nicolas Grekas",
3589                    "email": "p@tchwork.com"
3590                },
3591                {
3592                    "name": "Symfony Community",
3593                    "homepage": "https://symfony.com/contributors"
3594                }
3595            ],
3596            "description": "Generic abstractions related to writing services",
3597            "homepage": "https://symfony.com",
3598            "keywords": [
3599                "abstractions",
3600                "contracts",
3601                "decoupling",
3602                "interfaces",
3603                "interoperability",
3604                "standards"
3605            ],
3606            "support": {
3607                "source": "https://github.com/symfony/service-contracts/tree/v3.2.0"
3608            },
3609            "funding": [
3610                {
3611                    "url": "https://symfony.com/sponsor",
3612                    "type": "custom"
3613                },
3614                {
3615                    "url": "https://github.com/fabpot",
3616                    "type": "github"
3617                },
3618                {
3619                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3620                    "type": "tidelift"
3621                }
3622            ],
3623            "time": "2022-11-25T10:21:52+00:00"
3624        },
3625        {
3626            "name": "symfony/stopwatch",
3627            "version": "v6.2.5",
3628            "source": {
3629                "type": "git",
3630                "url": "https://github.com/symfony/stopwatch.git",
3631                "reference": "00b6ac156aacffc53487c930e0ab14587a6607f6"
3632            },
3633            "dist": {
3634                "type": "zip",
3635                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/00b6ac156aacffc53487c930e0ab14587a6607f6",
3636                "reference": "00b6ac156aacffc53487c930e0ab14587a6607f6",
3637                "shasum": ""
3638            },
3639            "require": {
3640                "php": ">=8.1",
3641                "symfony/service-contracts": "^1|^2|^3"
3642            },
3643            "type": "library",
3644            "autoload": {
3645                "psr-4": {
3646                    "Symfony\\Component\\Stopwatch\\": ""
3647                },
3648                "exclude-from-classmap": [
3649                    "/Tests/"
3650                ]
3651            },
3652            "notification-url": "https://packagist.org/downloads/",
3653            "license": [
3654                "MIT"
3655            ],
3656            "authors": [
3657                {
3658                    "name": "Fabien Potencier",
3659                    "email": "fabien@symfony.com"
3660                },
3661                {
3662                    "name": "Symfony Community",
3663                    "homepage": "https://symfony.com/contributors"
3664                }
3665            ],
3666            "description": "Provides a way to profile code",
3667            "homepage": "https://symfony.com",
3668            "support": {
3669                "source": "https://github.com/symfony/stopwatch/tree/v6.2.5"
3670            },
3671            "funding": [
3672                {
3673                    "url": "https://symfony.com/sponsor",
3674                    "type": "custom"
3675                },
3676                {
3677                    "url": "https://github.com/fabpot",
3678                    "type": "github"
3679                },
3680                {
3681                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3682                    "type": "tidelift"
3683                }
3684            ],
3685            "time": "2023-01-01T08:36:55+00:00"
3686        },
3687        {
3688            "name": "symfony/string",
3689            "version": "v6.2.5",
3690            "source": {
3691                "type": "git",
3692                "url": "https://github.com/symfony/string.git",
3693                "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0"
3694            },
3695            "dist": {
3696                "type": "zip",
3697                "url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",
3698                "reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",
3699                "shasum": ""
3700            },
3701            "require": {
3702                "php": ">=8.1",
3703                "symfony/polyfill-ctype": "~1.8",
3704                "symfony/polyfill-intl-grapheme": "~1.0",
3705                "symfony/polyfill-intl-normalizer": "~1.0",
3706                "symfony/polyfill-mbstring": "~1.0"
3707            },
3708            "conflict": {
3709                "symfony/translation-contracts": "<2.0"
3710            },
3711            "require-dev": {
3712                "symfony/error-handler": "^5.4|^6.0",
3713                "symfony/http-client": "^5.4|^6.0",
3714                "symfony/intl": "^6.2",
3715                "symfony/translation-contracts": "^2.0|^3.0",
3716                "symfony/var-exporter": "^5.4|^6.0"
3717            },
3718            "type": "library",
3719            "autoload": {
3720                "files": [
3721                    "Resources/functions.php"
3722                ],
3723                "psr-4": {
3724                    "Symfony\\Component\\String\\": ""
3725                },
3726                "exclude-from-classmap": [
3727                    "/Tests/"
3728                ]
3729            },
3730            "notification-url": "https://packagist.org/downloads/",
3731            "license": [
3732                "MIT"
3733            ],
3734            "authors": [
3735                {
3736                    "name": "Nicolas Grekas",
3737                    "email": "p@tchwork.com"
3738                },
3739                {
3740                    "name": "Symfony Community",
3741                    "homepage": "https://symfony.com/contributors"
3742                }
3743            ],
3744            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3745            "homepage": "https://symfony.com",
3746            "keywords": [
3747                "grapheme",
3748                "i18n",
3749                "string",
3750                "unicode",
3751                "utf-8",
3752                "utf8"
3753            ],
3754            "support": {
3755                "source": "https://github.com/symfony/string/tree/v6.2.5"
3756            },
3757            "funding": [
3758                {
3759                    "url": "https://symfony.com/sponsor",
3760                    "type": "custom"
3761                },
3762                {
3763                    "url": "https://github.com/fabpot",
3764                    "type": "github"
3765                },
3766                {
3767                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3768                    "type": "tidelift"
3769                }
3770            ],
3771            "time": "2023-01-01T08:38:09+00:00"
3772        },
3773        {
3774            "name": "symfony/var-dumper",
3775            "version": "v6.2.5",
3776            "source": {
3777                "type": "git",
3778                "url": "https://github.com/symfony/var-dumper.git",
3779                "reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27"
3780            },
3781            "dist": {
3782                "type": "zip",
3783                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/44b7b81749fd20c1bdf4946c041050e22bc8da27",
3784                "reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27",
3785                "shasum": ""
3786            },
3787            "require": {
3788                "php": ">=8.1",
3789                "symfony/polyfill-mbstring": "~1.0"
3790            },
3791            "conflict": {
3792                "phpunit/phpunit": "<5.4.3",
3793                "symfony/console": "<5.4"
3794            },
3795            "require-dev": {
3796                "ext-iconv": "*",
3797                "symfony/console": "^5.4|^6.0",
3798                "symfony/process": "^5.4|^6.0",
3799                "symfony/uid": "^5.4|^6.0",
3800                "twig/twig": "^2.13|^3.0.4"
3801            },
3802            "suggest": {
3803                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3804                "ext-intl": "To show region name in time zone dump",
3805                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
3806            },
3807            "bin": [
3808                "Resources/bin/var-dump-server"
3809            ],
3810            "type": "library",
3811            "autoload": {
3812                "files": [
3813                    "Resources/functions/dump.php"
3814                ],
3815                "psr-4": {
3816                    "Symfony\\Component\\VarDumper\\": ""
3817                },
3818                "exclude-from-classmap": [
3819                    "/Tests/"
3820                ]
3821            },
3822            "notification-url": "https://packagist.org/downloads/",
3823            "license": [
3824                "MIT"
3825            ],
3826            "authors": [
3827                {
3828                    "name": "Nicolas Grekas",
3829                    "email": "p@tchwork.com"
3830                },
3831                {
3832                    "name": "Symfony Community",
3833                    "homepage": "https://symfony.com/contributors"
3834                }
3835            ],
3836            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
3837            "homepage": "https://symfony.com",
3838            "keywords": [
3839                "debug",
3840                "dump"
3841            ],
3842            "support": {
3843                "source": "https://github.com/symfony/var-dumper/tree/v6.2.5"
3844            },
3845            "funding": [
3846                {
3847                    "url": "https://symfony.com/sponsor",
3848                    "type": "custom"
3849                },
3850                {
3851                    "url": "https://github.com/fabpot",
3852                    "type": "github"
3853                },
3854                {
3855                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3856                    "type": "tidelift"
3857                }
3858            ],
3859            "time": "2023-01-20T17:45:48+00:00"
3860        },
3861        {
3862            "name": "theseer/tokenizer",
3863            "version": "1.2.1",
3864            "source": {
3865                "type": "git",
3866                "url": "https://github.com/theseer/tokenizer.git",
3867                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
3868            },
3869            "dist": {
3870                "type": "zip",
3871                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
3872                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
3873                "shasum": ""
3874            },
3875            "require": {
3876                "ext-dom": "*",
3877                "ext-tokenizer": "*",
3878                "ext-xmlwriter": "*",
3879                "php": "^7.2 || ^8.0"
3880            },
3881            "type": "library",
3882            "autoload": {
3883                "classmap": [
3884                    "src/"
3885                ]
3886            },
3887            "notification-url": "https://packagist.org/downloads/",
3888            "license": [
3889                "BSD-3-Clause"
3890            ],
3891            "authors": [
3892                {
3893                    "name": "Arne Blankerts",
3894                    "email": "arne@blankerts.de",
3895                    "role": "Developer"
3896                }
3897            ],
3898            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3899            "support": {
3900                "issues": "https://github.com/theseer/tokenizer/issues",
3901                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
3902            },
3903            "funding": [
3904                {
3905                    "url": "https://github.com/theseer",
3906                    "type": "github"
3907                }
3908            ],
3909            "time": "2021-07-28T10:34:58+00:00"
3910        }
3911    ],
3912    "aliases": [],
3913    "minimum-stability": "stable",
3914    "stability-flags": [],
3915    "prefer-stable": false,
3916    "prefer-lowest": false,
3917    "platform": {
3918        "php": "^8.1",
3919        "ext-mbstring": "*"
3920    },
3921    "platform-dev": [],
3922    "plugin-api-version": "2.3.0"
3923}
3924