xref: /webtrees/composer.lock (revision b50dba3a86d260384d07c30bedf82d8e78ab49f7)
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": "5ce1341a95776c8eacfd4417856fdc36",
8    "packages": [
9        {
10            "name": "aura/router",
11            "version": "3.3.0",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/auraphp/Aura.Router.git",
15                "reference": "589e806550d511e31a6609edb17f282ea8c957f9"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/auraphp/Aura.Router/zipball/589e806550d511e31a6609edb17f282ea8c957f9",
20                "reference": "589e806550d511e31a6609edb17f282ea8c957f9",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=5.5.0",
25                "psr/http-message": "~1.0",
26                "psr/log": "^1.0 || ^2.0 || ^3.0"
27            },
28            "require-dev": {
29                "guzzlehttp/psr7": "^1.0 || ^2.0",
30                "yoast/phpunit-polyfills": "~1.0"
31            },
32            "type": "library",
33            "autoload": {
34                "psr-4": {
35                    "Aura\\Router\\": "src/"
36                }
37            },
38            "notification-url": "https://packagist.org/downloads/",
39            "license": [
40                "MIT"
41            ],
42            "authors": [
43                {
44                    "name": "Aura.Router Contributors",
45                    "homepage": "https://github.com/auraphp/Aura.Router/contributors"
46                }
47            ],
48            "description": "Powerful, flexible web routing for PSR-7 requests.",
49            "homepage": "https://github.com/auraphp/Aura.Router",
50            "keywords": [
51                "psr-7",
52                "route",
53                "router",
54                "routing"
55            ],
56            "support": {
57                "issues": "https://github.com/auraphp/Aura.Router/issues",
58                "source": "https://github.com/auraphp/Aura.Router/tree/3.3.0"
59            },
60            "time": "2023-06-12T04:42:55+00:00"
61        },
62        {
63            "name": "brick/math",
64            "version": "0.11.0",
65            "source": {
66                "type": "git",
67                "url": "https://github.com/brick/math.git",
68                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
69            },
70            "dist": {
71                "type": "zip",
72                "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
73                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
74                "shasum": ""
75            },
76            "require": {
77                "php": "^8.0"
78            },
79            "require-dev": {
80                "php-coveralls/php-coveralls": "^2.2",
81                "phpunit/phpunit": "^9.0",
82                "vimeo/psalm": "5.0.0"
83            },
84            "type": "library",
85            "autoload": {
86                "psr-4": {
87                    "Brick\\Math\\": "src/"
88                }
89            },
90            "notification-url": "https://packagist.org/downloads/",
91            "license": [
92                "MIT"
93            ],
94            "description": "Arbitrary-precision arithmetic library",
95            "keywords": [
96                "Arbitrary-precision",
97                "BigInteger",
98                "BigRational",
99                "arithmetic",
100                "bigdecimal",
101                "bignum",
102                "brick",
103                "math"
104            ],
105            "support": {
106                "issues": "https://github.com/brick/math/issues",
107                "source": "https://github.com/brick/math/tree/0.11.0"
108            },
109            "funding": [
110                {
111                    "url": "https://github.com/BenMorel",
112                    "type": "github"
113                }
114            ],
115            "time": "2023-01-15T23:15:59+00:00"
116        },
117        {
118            "name": "carbonphp/carbon-doctrine-types",
119            "version": "3.2.0",
120            "source": {
121                "type": "git",
122                "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
123                "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
124            },
125            "dist": {
126                "type": "zip",
127                "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
128                "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
129                "shasum": ""
130            },
131            "require": {
132                "php": "^8.1"
133            },
134            "conflict": {
135                "doctrine/dbal": "<4.0.0 || >=5.0.0"
136            },
137            "require-dev": {
138                "doctrine/dbal": "^4.0.0",
139                "nesbot/carbon": "^2.71.0 || ^3.0.0",
140                "phpunit/phpunit": "^10.3"
141            },
142            "type": "library",
143            "autoload": {
144                "psr-4": {
145                    "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
146                }
147            },
148            "notification-url": "https://packagist.org/downloads/",
149            "license": [
150                "MIT"
151            ],
152            "authors": [
153                {
154                    "name": "KyleKatarn",
155                    "email": "kylekatarnls@gmail.com"
156                }
157            ],
158            "description": "Types to use Carbon in Doctrine",
159            "keywords": [
160                "carbon",
161                "date",
162                "datetime",
163                "doctrine",
164                "time"
165            ],
166            "support": {
167                "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
168                "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
169            },
170            "funding": [
171                {
172                    "url": "https://github.com/kylekatarnls",
173                    "type": "github"
174                },
175                {
176                    "url": "https://opencollective.com/Carbon",
177                    "type": "open_collective"
178                },
179                {
180                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
181                    "type": "tidelift"
182                }
183            ],
184            "time": "2024-02-09T16:56:22+00:00"
185        },
186        {
187            "name": "dflydev/dot-access-data",
188            "version": "v3.0.2",
189            "source": {
190                "type": "git",
191                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
192                "reference": "f41715465d65213d644d3141a6a93081be5d3549"
193            },
194            "dist": {
195                "type": "zip",
196                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
197                "reference": "f41715465d65213d644d3141a6a93081be5d3549",
198                "shasum": ""
199            },
200            "require": {
201                "php": "^7.1 || ^8.0"
202            },
203            "require-dev": {
204                "phpstan/phpstan": "^0.12.42",
205                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
206                "scrutinizer/ocular": "1.6.0",
207                "squizlabs/php_codesniffer": "^3.5",
208                "vimeo/psalm": "^4.0.0"
209            },
210            "type": "library",
211            "extra": {
212                "branch-alias": {
213                    "dev-main": "3.x-dev"
214                }
215            },
216            "autoload": {
217                "psr-4": {
218                    "Dflydev\\DotAccessData\\": "src/"
219                }
220            },
221            "notification-url": "https://packagist.org/downloads/",
222            "license": [
223                "MIT"
224            ],
225            "authors": [
226                {
227                    "name": "Dragonfly Development Inc.",
228                    "email": "info@dflydev.com",
229                    "homepage": "http://dflydev.com"
230                },
231                {
232                    "name": "Beau Simensen",
233                    "email": "beau@dflydev.com",
234                    "homepage": "http://beausimensen.com"
235                },
236                {
237                    "name": "Carlos Frutos",
238                    "email": "carlos@kiwing.it",
239                    "homepage": "https://github.com/cfrutos"
240                },
241                {
242                    "name": "Colin O'Dell",
243                    "email": "colinodell@gmail.com",
244                    "homepage": "https://www.colinodell.com"
245                }
246            ],
247            "description": "Given a deep data structure, access data by dot notation.",
248            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
249            "keywords": [
250                "access",
251                "data",
252                "dot",
253                "notation"
254            ],
255            "support": {
256                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
257                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
258            },
259            "time": "2022-10-27T11:44:00+00:00"
260        },
261        {
262            "name": "doctrine/dbal",
263            "version": "4.0.1",
264            "source": {
265                "type": "git",
266                "url": "https://github.com/doctrine/dbal.git",
267                "reference": "9e588fe1f38a443cb17de6b86b803d9e028e2156"
268            },
269            "dist": {
270                "type": "zip",
271                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9e588fe1f38a443cb17de6b86b803d9e028e2156",
272                "reference": "9e588fe1f38a443cb17de6b86b803d9e028e2156",
273                "shasum": ""
274            },
275            "require": {
276                "doctrine/deprecations": "^0.5.3|^1",
277                "php": "^8.1",
278                "psr/cache": "^1|^2|^3",
279                "psr/log": "^1|^2|^3"
280            },
281            "require-dev": {
282                "doctrine/coding-standard": "12.0.0",
283                "fig/log-test": "^1",
284                "jetbrains/phpstorm-stubs": "2023.2",
285                "phpstan/phpstan": "1.10.58",
286                "phpstan/phpstan-phpunit": "1.3.15",
287                "phpstan/phpstan-strict-rules": "^1.5",
288                "phpunit/phpunit": "10.5.9",
289                "psalm/plugin-phpunit": "0.18.4",
290                "slevomat/coding-standard": "8.13.1",
291                "squizlabs/php_codesniffer": "3.9.0",
292                "symfony/cache": "^6.3.8|^7.0",
293                "symfony/console": "^5.4|^6.3|^7.0",
294                "vimeo/psalm": "5.21.1"
295            },
296            "suggest": {
297                "symfony/console": "For helpful console commands such as SQL execution and import of files."
298            },
299            "type": "library",
300            "autoload": {
301                "psr-4": {
302                    "Doctrine\\DBAL\\": "src"
303                }
304            },
305            "notification-url": "https://packagist.org/downloads/",
306            "license": [
307                "MIT"
308            ],
309            "authors": [
310                {
311                    "name": "Guilherme Blanco",
312                    "email": "guilhermeblanco@gmail.com"
313                },
314                {
315                    "name": "Roman Borschel",
316                    "email": "roman@code-factory.org"
317                },
318                {
319                    "name": "Benjamin Eberlei",
320                    "email": "kontakt@beberlei.de"
321                },
322                {
323                    "name": "Jonathan Wage",
324                    "email": "jonwage@gmail.com"
325                }
326            ],
327            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
328            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
329            "keywords": [
330                "abstraction",
331                "database",
332                "db2",
333                "dbal",
334                "mariadb",
335                "mssql",
336                "mysql",
337                "oci8",
338                "oracle",
339                "pdo",
340                "pgsql",
341                "postgresql",
342                "queryobject",
343                "sasql",
344                "sql",
345                "sqlite",
346                "sqlserver",
347                "sqlsrv"
348            ],
349            "support": {
350                "issues": "https://github.com/doctrine/dbal/issues",
351                "source": "https://github.com/doctrine/dbal/tree/4.0.1"
352            },
353            "funding": [
354                {
355                    "url": "https://www.doctrine-project.org/sponsorship.html",
356                    "type": "custom"
357                },
358                {
359                    "url": "https://www.patreon.com/phpdoctrine",
360                    "type": "patreon"
361                },
362                {
363                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
364                    "type": "tidelift"
365                }
366            ],
367            "time": "2024-03-03T15:59:11+00:00"
368        },
369        {
370            "name": "doctrine/deprecations",
371            "version": "1.1.3",
372            "source": {
373                "type": "git",
374                "url": "https://github.com/doctrine/deprecations.git",
375                "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
376            },
377            "dist": {
378                "type": "zip",
379                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
380                "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
381                "shasum": ""
382            },
383            "require": {
384                "php": "^7.1 || ^8.0"
385            },
386            "require-dev": {
387                "doctrine/coding-standard": "^9",
388                "phpstan/phpstan": "1.4.10 || 1.10.15",
389                "phpstan/phpstan-phpunit": "^1.0",
390                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
391                "psalm/plugin-phpunit": "0.18.4",
392                "psr/log": "^1 || ^2 || ^3",
393                "vimeo/psalm": "4.30.0 || 5.12.0"
394            },
395            "suggest": {
396                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
397            },
398            "type": "library",
399            "autoload": {
400                "psr-4": {
401                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
402                }
403            },
404            "notification-url": "https://packagist.org/downloads/",
405            "license": [
406                "MIT"
407            ],
408            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
409            "homepage": "https://www.doctrine-project.org/",
410            "support": {
411                "issues": "https://github.com/doctrine/deprecations/issues",
412                "source": "https://github.com/doctrine/deprecations/tree/1.1.3"
413            },
414            "time": "2024-01-30T19:34:25+00:00"
415        },
416        {
417            "name": "doctrine/inflector",
418            "version": "2.0.10",
419            "source": {
420                "type": "git",
421                "url": "https://github.com/doctrine/inflector.git",
422                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
423            },
424            "dist": {
425                "type": "zip",
426                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
427                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
428                "shasum": ""
429            },
430            "require": {
431                "php": "^7.2 || ^8.0"
432            },
433            "require-dev": {
434                "doctrine/coding-standard": "^11.0",
435                "phpstan/phpstan": "^1.8",
436                "phpstan/phpstan-phpunit": "^1.1",
437                "phpstan/phpstan-strict-rules": "^1.3",
438                "phpunit/phpunit": "^8.5 || ^9.5",
439                "vimeo/psalm": "^4.25 || ^5.4"
440            },
441            "type": "library",
442            "autoload": {
443                "psr-4": {
444                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
445                }
446            },
447            "notification-url": "https://packagist.org/downloads/",
448            "license": [
449                "MIT"
450            ],
451            "authors": [
452                {
453                    "name": "Guilherme Blanco",
454                    "email": "guilhermeblanco@gmail.com"
455                },
456                {
457                    "name": "Roman Borschel",
458                    "email": "roman@code-factory.org"
459                },
460                {
461                    "name": "Benjamin Eberlei",
462                    "email": "kontakt@beberlei.de"
463                },
464                {
465                    "name": "Jonathan Wage",
466                    "email": "jonwage@gmail.com"
467                },
468                {
469                    "name": "Johannes Schmitt",
470                    "email": "schmittjoh@gmail.com"
471                }
472            ],
473            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
474            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
475            "keywords": [
476                "inflection",
477                "inflector",
478                "lowercase",
479                "manipulation",
480                "php",
481                "plural",
482                "singular",
483                "strings",
484                "uppercase",
485                "words"
486            ],
487            "support": {
488                "issues": "https://github.com/doctrine/inflector/issues",
489                "source": "https://github.com/doctrine/inflector/tree/2.0.10"
490            },
491            "funding": [
492                {
493                    "url": "https://www.doctrine-project.org/sponsorship.html",
494                    "type": "custom"
495                },
496                {
497                    "url": "https://www.patreon.com/phpdoctrine",
498                    "type": "patreon"
499                },
500                {
501                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
502                    "type": "tidelift"
503                }
504            ],
505            "time": "2024-02-18T20:23:39+00:00"
506        },
507        {
508            "name": "doctrine/lexer",
509            "version": "3.0.1",
510            "source": {
511                "type": "git",
512                "url": "https://github.com/doctrine/lexer.git",
513                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
514            },
515            "dist": {
516                "type": "zip",
517                "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
518                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
519                "shasum": ""
520            },
521            "require": {
522                "php": "^8.1"
523            },
524            "require-dev": {
525                "doctrine/coding-standard": "^12",
526                "phpstan/phpstan": "^1.10",
527                "phpunit/phpunit": "^10.5",
528                "psalm/plugin-phpunit": "^0.18.3",
529                "vimeo/psalm": "^5.21"
530            },
531            "type": "library",
532            "autoload": {
533                "psr-4": {
534                    "Doctrine\\Common\\Lexer\\": "src"
535                }
536            },
537            "notification-url": "https://packagist.org/downloads/",
538            "license": [
539                "MIT"
540            ],
541            "authors": [
542                {
543                    "name": "Guilherme Blanco",
544                    "email": "guilhermeblanco@gmail.com"
545                },
546                {
547                    "name": "Roman Borschel",
548                    "email": "roman@code-factory.org"
549                },
550                {
551                    "name": "Johannes Schmitt",
552                    "email": "schmittjoh@gmail.com"
553                }
554            ],
555            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
556            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
557            "keywords": [
558                "annotations",
559                "docblock",
560                "lexer",
561                "parser",
562                "php"
563            ],
564            "support": {
565                "issues": "https://github.com/doctrine/lexer/issues",
566                "source": "https://github.com/doctrine/lexer/tree/3.0.1"
567            },
568            "funding": [
569                {
570                    "url": "https://www.doctrine-project.org/sponsorship.html",
571                    "type": "custom"
572                },
573                {
574                    "url": "https://www.patreon.com/phpdoctrine",
575                    "type": "patreon"
576                },
577                {
578                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
579                    "type": "tidelift"
580                }
581            ],
582            "time": "2024-02-05T11:56:58+00:00"
583        },
584        {
585            "name": "egulias/email-validator",
586            "version": "4.0.2",
587            "source": {
588                "type": "git",
589                "url": "https://github.com/egulias/EmailValidator.git",
590                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
591            },
592            "dist": {
593                "type": "zip",
594                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
595                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
596                "shasum": ""
597            },
598            "require": {
599                "doctrine/lexer": "^2.0 || ^3.0",
600                "php": ">=8.1",
601                "symfony/polyfill-intl-idn": "^1.26"
602            },
603            "require-dev": {
604                "phpunit/phpunit": "^10.2",
605                "vimeo/psalm": "^5.12"
606            },
607            "suggest": {
608                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
609            },
610            "type": "library",
611            "extra": {
612                "branch-alias": {
613                    "dev-master": "4.0.x-dev"
614                }
615            },
616            "autoload": {
617                "psr-4": {
618                    "Egulias\\EmailValidator\\": "src"
619                }
620            },
621            "notification-url": "https://packagist.org/downloads/",
622            "license": [
623                "MIT"
624            ],
625            "authors": [
626                {
627                    "name": "Eduardo Gulias Davis"
628                }
629            ],
630            "description": "A library for validating emails against several RFCs",
631            "homepage": "https://github.com/egulias/EmailValidator",
632            "keywords": [
633                "email",
634                "emailvalidation",
635                "emailvalidator",
636                "validation",
637                "validator"
638            ],
639            "support": {
640                "issues": "https://github.com/egulias/EmailValidator/issues",
641                "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
642            },
643            "funding": [
644                {
645                    "url": "https://github.com/egulias",
646                    "type": "github"
647                }
648            ],
649            "time": "2023-10-06T06:47:41+00:00"
650        },
651        {
652            "name": "ezyang/htmlpurifier",
653            "version": "v4.17.0",
654            "source": {
655                "type": "git",
656                "url": "https://github.com/ezyang/htmlpurifier.git",
657                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
658            },
659            "dist": {
660                "type": "zip",
661                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
662                "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
663                "shasum": ""
664            },
665            "require": {
666                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
667            },
668            "require-dev": {
669                "cerdic/css-tidy": "^1.7 || ^2.0",
670                "simpletest/simpletest": "dev-master"
671            },
672            "suggest": {
673                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
674                "ext-bcmath": "Used for unit conversion and imagecrash protection",
675                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
676                "ext-tidy": "Used for pretty-printing HTML"
677            },
678            "type": "library",
679            "autoload": {
680                "files": [
681                    "library/HTMLPurifier.composer.php"
682                ],
683                "psr-0": {
684                    "HTMLPurifier": "library/"
685                },
686                "exclude-from-classmap": [
687                    "/library/HTMLPurifier/Language/"
688                ]
689            },
690            "notification-url": "https://packagist.org/downloads/",
691            "license": [
692                "LGPL-2.1-or-later"
693            ],
694            "authors": [
695                {
696                    "name": "Edward Z. Yang",
697                    "email": "admin@htmlpurifier.org",
698                    "homepage": "http://ezyang.com"
699                }
700            ],
701            "description": "Standards compliant HTML filter written in PHP",
702            "homepage": "http://htmlpurifier.org/",
703            "keywords": [
704                "html"
705            ],
706            "support": {
707                "issues": "https://github.com/ezyang/htmlpurifier/issues",
708                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
709            },
710            "time": "2023-11-17T15:01:25+00:00"
711        },
712        {
713            "name": "fig/http-message-util",
714            "version": "1.1.5",
715            "source": {
716                "type": "git",
717                "url": "https://github.com/php-fig/http-message-util.git",
718                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
719            },
720            "dist": {
721                "type": "zip",
722                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
723                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
724                "shasum": ""
725            },
726            "require": {
727                "php": "^5.3 || ^7.0 || ^8.0"
728            },
729            "suggest": {
730                "psr/http-message": "The package containing the PSR-7 interfaces"
731            },
732            "type": "library",
733            "extra": {
734                "branch-alias": {
735                    "dev-master": "1.1.x-dev"
736                }
737            },
738            "autoload": {
739                "psr-4": {
740                    "Fig\\Http\\Message\\": "src/"
741                }
742            },
743            "notification-url": "https://packagist.org/downloads/",
744            "license": [
745                "MIT"
746            ],
747            "authors": [
748                {
749                    "name": "PHP-FIG",
750                    "homepage": "https://www.php-fig.org/"
751                }
752            ],
753            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
754            "keywords": [
755                "http",
756                "http-message",
757                "psr",
758                "psr-7",
759                "request",
760                "response"
761            ],
762            "support": {
763                "issues": "https://github.com/php-fig/http-message-util/issues",
764                "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
765            },
766            "time": "2020-11-24T22:02:12+00:00"
767        },
768        {
769            "name": "fisharebest/algorithm",
770            "version": "1.6.0",
771            "source": {
772                "type": "git",
773                "url": "https://github.com/fisharebest/algorithm.git",
774                "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7"
775            },
776            "dist": {
777                "type": "zip",
778                "url": "https://api.github.com/repos/fisharebest/algorithm/zipball/ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7",
779                "reference": "ce8cee9f8b1fe93b998d7c359f6a0e8598d9f1e7",
780                "shasum": ""
781            },
782            "require": {
783                "php": ">=5.3.0"
784            },
785            "require-dev": {
786                "php-coveralls/php-coveralls": "*",
787                "phpunit/phpunit": "4 - 9"
788            },
789            "type": "library",
790            "autoload": {
791                "psr-4": {
792                    "Fisharebest\\Algorithm\\": "src/",
793                    "Fisharebest\\Tests\\Algorithm\\": "tests/"
794                }
795            },
796            "notification-url": "https://packagist.org/downloads/",
797            "license": [
798                "GPL-3.0-or-later"
799            ],
800            "authors": [
801                {
802                    "name": "Greg Roach",
803                    "email": "greg@subaqua.co.uk",
804                    "role": "Developer"
805                }
806            ],
807            "description": "Implementation of standard algorithms in PHP.",
808            "homepage": "https://github.com/fisharebest/algorithm",
809            "keywords": [
810                "Algorithm",
811                "diff",
812                "dijkstra",
813                "myers"
814            ],
815            "support": {
816                "issues": "https://github.com/fisharebest/algorithm/issues",
817                "source": "https://github.com/fisharebest/algorithm/tree/1.6.0"
818            },
819            "time": "2021-09-03T12:13:28+00:00"
820        },
821        {
822            "name": "fisharebest/ext-calendar",
823            "version": "2.6.0",
824            "source": {
825                "type": "git",
826                "url": "https://github.com/fisharebest/ext-calendar.git",
827                "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b"
828            },
829            "dist": {
830                "type": "zip",
831                "url": "https://api.github.com/repos/fisharebest/ext-calendar/zipball/a1442ee2e6d0e28da16608be80a20642f52b791b",
832                "reference": "a1442ee2e6d0e28da16608be80a20642f52b791b",
833                "shasum": ""
834            },
835            "require": {
836                "php": ">=5.3.0"
837            },
838            "provide": {
839                "ext-calendar": "1"
840            },
841            "require-dev": {
842                "phpunit/phpunit": "*",
843                "satooshi/php-coveralls": "*",
844                "yoast/phpunit-polyfills": "*"
845            },
846            "type": "library",
847            "autoload": {
848                "files": [
849                    "src/shims.php"
850                ],
851                "psr-4": {
852                    "Fisharebest\\ExtCalendar\\": "src/"
853                }
854            },
855            "notification-url": "https://packagist.org/downloads/",
856            "license": [
857                "GPL-3.0-or-later"
858            ],
859            "authors": [
860                {
861                    "name": "Greg Roach",
862                    "email": "greg@subaqua.co.uk",
863                    "role": "Developer"
864                }
865            ],
866            "description": "Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars.  Also provides a replacement for the PHP ext/calendar extension.",
867            "homepage": "https://github.com/fisharebest/ext-calendar",
868            "keywords": [
869                "Jalali",
870                "arabic",
871                "calendar",
872                "ext-calendar",
873                "french",
874                "gregorian",
875                "hebrew",
876                "hijri",
877                "jewish",
878                "julian",
879                "julian day",
880                "julian day number",
881                "persian",
882                "shamsi"
883            ],
884            "support": {
885                "issues": "https://github.com/fisharebest/ext-calendar/issues",
886                "source": "https://github.com/fisharebest/ext-calendar/tree/2.6.0"
887            },
888            "time": "2022-05-31T16:01:21+00:00"
889        },
890        {
891            "name": "fisharebest/localization",
892            "version": "1.17.0",
893            "source": {
894                "type": "git",
895                "url": "https://github.com/fisharebest/localization.git",
896                "reference": "ed04431fd1329191da0addb028404aa769d6b388"
897            },
898            "dist": {
899                "type": "zip",
900                "url": "https://api.github.com/repos/fisharebest/localization/zipball/ed04431fd1329191da0addb028404aa769d6b388",
901                "reference": "ed04431fd1329191da0addb028404aa769d6b388",
902                "shasum": ""
903            },
904            "require": {
905                "php": ">=5.3.0"
906            },
907            "require-dev": {
908                "ext-simplexml": "*",
909                "php-coveralls/php-coveralls": "*",
910                "phpunit/phpunit": "*"
911            },
912            "type": "library",
913            "autoload": {
914                "psr-4": {
915                    "Fisharebest\\Localization\\": "src/"
916                }
917            },
918            "notification-url": "https://packagist.org/downloads/",
919            "license": [
920                "GPL-3.0-or-later"
921            ],
922            "authors": [
923                {
924                    "name": "Greg Roach",
925                    "email": "greg@subaqua.co.uk",
926                    "role": "Developer"
927                }
928            ],
929            "description": "A lightweight localization database and translation tools, with data from the CLDR, IANA, ISO, etc.",
930            "homepage": "https://github.com/fisharebest/localization",
931            "keywords": [
932                "cldr",
933                "gettext",
934                "i18n",
935                "l10n",
936                "language",
937                "locale",
938                "localization",
939                "script",
940                "translate",
941                "translation"
942            ],
943            "support": {
944                "issues": "https://github.com/fisharebest/localization/issues",
945                "source": "https://github.com/fisharebest/localization/tree/1.17.0"
946            },
947            "time": "2022-10-24T15:23:32+00:00"
948        },
949        {
950            "name": "guzzlehttp/guzzle",
951            "version": "7.8.1",
952            "source": {
953                "type": "git",
954                "url": "https://github.com/guzzle/guzzle.git",
955                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
956            },
957            "dist": {
958                "type": "zip",
959                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
960                "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
961                "shasum": ""
962            },
963            "require": {
964                "ext-json": "*",
965                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
966                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
967                "php": "^7.2.5 || ^8.0",
968                "psr/http-client": "^1.0",
969                "symfony/deprecation-contracts": "^2.2 || ^3.0"
970            },
971            "provide": {
972                "psr/http-client-implementation": "1.0"
973            },
974            "require-dev": {
975                "bamarni/composer-bin-plugin": "^1.8.2",
976                "ext-curl": "*",
977                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
978                "php-http/message-factory": "^1.1",
979                "phpunit/phpunit": "^8.5.36 || ^9.6.15",
980                "psr/log": "^1.1 || ^2.0 || ^3.0"
981            },
982            "suggest": {
983                "ext-curl": "Required for CURL handler support",
984                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
985                "psr/log": "Required for using the Log middleware"
986            },
987            "type": "library",
988            "extra": {
989                "bamarni-bin": {
990                    "bin-links": true,
991                    "forward-command": false
992                }
993            },
994            "autoload": {
995                "files": [
996                    "src/functions_include.php"
997                ],
998                "psr-4": {
999                    "GuzzleHttp\\": "src/"
1000                }
1001            },
1002            "notification-url": "https://packagist.org/downloads/",
1003            "license": [
1004                "MIT"
1005            ],
1006            "authors": [
1007                {
1008                    "name": "Graham Campbell",
1009                    "email": "hello@gjcampbell.co.uk",
1010                    "homepage": "https://github.com/GrahamCampbell"
1011                },
1012                {
1013                    "name": "Michael Dowling",
1014                    "email": "mtdowling@gmail.com",
1015                    "homepage": "https://github.com/mtdowling"
1016                },
1017                {
1018                    "name": "Jeremy Lindblom",
1019                    "email": "jeremeamia@gmail.com",
1020                    "homepage": "https://github.com/jeremeamia"
1021                },
1022                {
1023                    "name": "George Mponos",
1024                    "email": "gmponos@gmail.com",
1025                    "homepage": "https://github.com/gmponos"
1026                },
1027                {
1028                    "name": "Tobias Nyholm",
1029                    "email": "tobias.nyholm@gmail.com",
1030                    "homepage": "https://github.com/Nyholm"
1031                },
1032                {
1033                    "name": "Márk Sági-Kazár",
1034                    "email": "mark.sagikazar@gmail.com",
1035                    "homepage": "https://github.com/sagikazarmark"
1036                },
1037                {
1038                    "name": "Tobias Schultze",
1039                    "email": "webmaster@tubo-world.de",
1040                    "homepage": "https://github.com/Tobion"
1041                }
1042            ],
1043            "description": "Guzzle is a PHP HTTP client library",
1044            "keywords": [
1045                "client",
1046                "curl",
1047                "framework",
1048                "http",
1049                "http client",
1050                "psr-18",
1051                "psr-7",
1052                "rest",
1053                "web service"
1054            ],
1055            "support": {
1056                "issues": "https://github.com/guzzle/guzzle/issues",
1057                "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
1058            },
1059            "funding": [
1060                {
1061                    "url": "https://github.com/GrahamCampbell",
1062                    "type": "github"
1063                },
1064                {
1065                    "url": "https://github.com/Nyholm",
1066                    "type": "github"
1067                },
1068                {
1069                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1070                    "type": "tidelift"
1071                }
1072            ],
1073            "time": "2023-12-03T20:35:24+00:00"
1074        },
1075        {
1076            "name": "guzzlehttp/promises",
1077            "version": "2.0.2",
1078            "source": {
1079                "type": "git",
1080                "url": "https://github.com/guzzle/promises.git",
1081                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
1082            },
1083            "dist": {
1084                "type": "zip",
1085                "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
1086                "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
1087                "shasum": ""
1088            },
1089            "require": {
1090                "php": "^7.2.5 || ^8.0"
1091            },
1092            "require-dev": {
1093                "bamarni/composer-bin-plugin": "^1.8.2",
1094                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1095            },
1096            "type": "library",
1097            "extra": {
1098                "bamarni-bin": {
1099                    "bin-links": true,
1100                    "forward-command": false
1101                }
1102            },
1103            "autoload": {
1104                "psr-4": {
1105                    "GuzzleHttp\\Promise\\": "src/"
1106                }
1107            },
1108            "notification-url": "https://packagist.org/downloads/",
1109            "license": [
1110                "MIT"
1111            ],
1112            "authors": [
1113                {
1114                    "name": "Graham Campbell",
1115                    "email": "hello@gjcampbell.co.uk",
1116                    "homepage": "https://github.com/GrahamCampbell"
1117                },
1118                {
1119                    "name": "Michael Dowling",
1120                    "email": "mtdowling@gmail.com",
1121                    "homepage": "https://github.com/mtdowling"
1122                },
1123                {
1124                    "name": "Tobias Nyholm",
1125                    "email": "tobias.nyholm@gmail.com",
1126                    "homepage": "https://github.com/Nyholm"
1127                },
1128                {
1129                    "name": "Tobias Schultze",
1130                    "email": "webmaster@tubo-world.de",
1131                    "homepage": "https://github.com/Tobion"
1132                }
1133            ],
1134            "description": "Guzzle promises library",
1135            "keywords": [
1136                "promise"
1137            ],
1138            "support": {
1139                "issues": "https://github.com/guzzle/promises/issues",
1140                "source": "https://github.com/guzzle/promises/tree/2.0.2"
1141            },
1142            "funding": [
1143                {
1144                    "url": "https://github.com/GrahamCampbell",
1145                    "type": "github"
1146                },
1147                {
1148                    "url": "https://github.com/Nyholm",
1149                    "type": "github"
1150                },
1151                {
1152                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1153                    "type": "tidelift"
1154                }
1155            ],
1156            "time": "2023-12-03T20:19:20+00:00"
1157        },
1158        {
1159            "name": "guzzlehttp/psr7",
1160            "version": "2.6.2",
1161            "source": {
1162                "type": "git",
1163                "url": "https://github.com/guzzle/psr7.git",
1164                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
1165            },
1166            "dist": {
1167                "type": "zip",
1168                "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
1169                "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
1170                "shasum": ""
1171            },
1172            "require": {
1173                "php": "^7.2.5 || ^8.0",
1174                "psr/http-factory": "^1.0",
1175                "psr/http-message": "^1.1 || ^2.0",
1176                "ralouphie/getallheaders": "^3.0"
1177            },
1178            "provide": {
1179                "psr/http-factory-implementation": "1.0",
1180                "psr/http-message-implementation": "1.0"
1181            },
1182            "require-dev": {
1183                "bamarni/composer-bin-plugin": "^1.8.2",
1184                "http-interop/http-factory-tests": "^0.9",
1185                "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1186            },
1187            "suggest": {
1188                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1189            },
1190            "type": "library",
1191            "extra": {
1192                "bamarni-bin": {
1193                    "bin-links": true,
1194                    "forward-command": false
1195                }
1196            },
1197            "autoload": {
1198                "psr-4": {
1199                    "GuzzleHttp\\Psr7\\": "src/"
1200                }
1201            },
1202            "notification-url": "https://packagist.org/downloads/",
1203            "license": [
1204                "MIT"
1205            ],
1206            "authors": [
1207                {
1208                    "name": "Graham Campbell",
1209                    "email": "hello@gjcampbell.co.uk",
1210                    "homepage": "https://github.com/GrahamCampbell"
1211                },
1212                {
1213                    "name": "Michael Dowling",
1214                    "email": "mtdowling@gmail.com",
1215                    "homepage": "https://github.com/mtdowling"
1216                },
1217                {
1218                    "name": "George Mponos",
1219                    "email": "gmponos@gmail.com",
1220                    "homepage": "https://github.com/gmponos"
1221                },
1222                {
1223                    "name": "Tobias Nyholm",
1224                    "email": "tobias.nyholm@gmail.com",
1225                    "homepage": "https://github.com/Nyholm"
1226                },
1227                {
1228                    "name": "Márk Sági-Kazár",
1229                    "email": "mark.sagikazar@gmail.com",
1230                    "homepage": "https://github.com/sagikazarmark"
1231                },
1232                {
1233                    "name": "Tobias Schultze",
1234                    "email": "webmaster@tubo-world.de",
1235                    "homepage": "https://github.com/Tobion"
1236                },
1237                {
1238                    "name": "Márk Sági-Kazár",
1239                    "email": "mark.sagikazar@gmail.com",
1240                    "homepage": "https://sagikazarmark.hu"
1241                }
1242            ],
1243            "description": "PSR-7 message implementation that also provides common utility methods",
1244            "keywords": [
1245                "http",
1246                "message",
1247                "psr-7",
1248                "request",
1249                "response",
1250                "stream",
1251                "uri",
1252                "url"
1253            ],
1254            "support": {
1255                "issues": "https://github.com/guzzle/psr7/issues",
1256                "source": "https://github.com/guzzle/psr7/tree/2.6.2"
1257            },
1258            "funding": [
1259                {
1260                    "url": "https://github.com/GrahamCampbell",
1261                    "type": "github"
1262                },
1263                {
1264                    "url": "https://github.com/Nyholm",
1265                    "type": "github"
1266                },
1267                {
1268                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1269                    "type": "tidelift"
1270                }
1271            ],
1272            "time": "2023-12-03T20:05:35+00:00"
1273        },
1274        {
1275            "name": "illuminate/collections",
1276            "version": "v11.0.8",
1277            "source": {
1278                "type": "git",
1279                "url": "https://github.com/illuminate/collections.git",
1280                "reference": "4cbbdae4ef3654378e28e7ebd43cad91adf4a658"
1281            },
1282            "dist": {
1283                "type": "zip",
1284                "url": "https://api.github.com/repos/illuminate/collections/zipball/4cbbdae4ef3654378e28e7ebd43cad91adf4a658",
1285                "reference": "4cbbdae4ef3654378e28e7ebd43cad91adf4a658",
1286                "shasum": ""
1287            },
1288            "require": {
1289                "illuminate/conditionable": "^11.0",
1290                "illuminate/contracts": "^11.0",
1291                "illuminate/macroable": "^11.0",
1292                "php": "^8.2"
1293            },
1294            "suggest": {
1295                "symfony/var-dumper": "Required to use the dump method (^7.0)."
1296            },
1297            "type": "library",
1298            "extra": {
1299                "branch-alias": {
1300                    "dev-master": "11.x-dev"
1301                }
1302            },
1303            "autoload": {
1304                "files": [
1305                    "helpers.php"
1306                ],
1307                "psr-4": {
1308                    "Illuminate\\Support\\": ""
1309                }
1310            },
1311            "notification-url": "https://packagist.org/downloads/",
1312            "license": [
1313                "MIT"
1314            ],
1315            "authors": [
1316                {
1317                    "name": "Taylor Otwell",
1318                    "email": "taylor@laravel.com"
1319                }
1320            ],
1321            "description": "The Illuminate Collections package.",
1322            "homepage": "https://laravel.com",
1323            "support": {
1324                "issues": "https://github.com/laravel/framework/issues",
1325                "source": "https://github.com/laravel/framework"
1326            },
1327            "time": "2024-03-21T09:12:36+00:00"
1328        },
1329        {
1330            "name": "illuminate/conditionable",
1331            "version": "v11.0.8",
1332            "source": {
1333                "type": "git",
1334                "url": "https://github.com/illuminate/conditionable.git",
1335                "reference": "e4c5c9b855c60c7bb16ce92ca9372684448cce47"
1336            },
1337            "dist": {
1338                "type": "zip",
1339                "url": "https://api.github.com/repos/illuminate/conditionable/zipball/e4c5c9b855c60c7bb16ce92ca9372684448cce47",
1340                "reference": "e4c5c9b855c60c7bb16ce92ca9372684448cce47",
1341                "shasum": ""
1342            },
1343            "require": {
1344                "php": "^8.0.2"
1345            },
1346            "type": "library",
1347            "extra": {
1348                "branch-alias": {
1349                    "dev-master": "11.x-dev"
1350                }
1351            },
1352            "autoload": {
1353                "psr-4": {
1354                    "Illuminate\\Support\\": ""
1355                }
1356            },
1357            "notification-url": "https://packagist.org/downloads/",
1358            "license": [
1359                "MIT"
1360            ],
1361            "authors": [
1362                {
1363                    "name": "Taylor Otwell",
1364                    "email": "taylor@laravel.com"
1365                }
1366            ],
1367            "description": "The Illuminate Conditionable package.",
1368            "homepage": "https://laravel.com",
1369            "support": {
1370                "issues": "https://github.com/laravel/framework/issues",
1371                "source": "https://github.com/laravel/framework"
1372            },
1373            "time": "2023-02-07T10:39:14+00:00"
1374        },
1375        {
1376            "name": "illuminate/container",
1377            "version": "v11.0.8",
1378            "source": {
1379                "type": "git",
1380                "url": "https://github.com/illuminate/container.git",
1381                "reference": "78cbe88cdc7300efd4cf90244abec2e3c42219bb"
1382            },
1383            "dist": {
1384                "type": "zip",
1385                "url": "https://api.github.com/repos/illuminate/container/zipball/78cbe88cdc7300efd4cf90244abec2e3c42219bb",
1386                "reference": "78cbe88cdc7300efd4cf90244abec2e3c42219bb",
1387                "shasum": ""
1388            },
1389            "require": {
1390                "illuminate/contracts": "^11.0",
1391                "php": "^8.2",
1392                "psr/container": "^1.1.1|^2.0.1"
1393            },
1394            "provide": {
1395                "psr/container-implementation": "1.1|2.0"
1396            },
1397            "type": "library",
1398            "extra": {
1399                "branch-alias": {
1400                    "dev-master": "11.x-dev"
1401                }
1402            },
1403            "autoload": {
1404                "psr-4": {
1405                    "Illuminate\\Container\\": ""
1406                }
1407            },
1408            "notification-url": "https://packagist.org/downloads/",
1409            "license": [
1410                "MIT"
1411            ],
1412            "authors": [
1413                {
1414                    "name": "Taylor Otwell",
1415                    "email": "taylor@laravel.com"
1416                }
1417            ],
1418            "description": "The Illuminate Container package.",
1419            "homepage": "https://laravel.com",
1420            "support": {
1421                "issues": "https://github.com/laravel/framework/issues",
1422                "source": "https://github.com/laravel/framework"
1423            },
1424            "time": "2023-09-15T13:17:41+00:00"
1425        },
1426        {
1427            "name": "illuminate/contracts",
1428            "version": "v11.0.8",
1429            "source": {
1430                "type": "git",
1431                "url": "https://github.com/illuminate/contracts.git",
1432                "reference": "fae548ad43f569fc506f40385b2e0dcf1f4eb2c9"
1433            },
1434            "dist": {
1435                "type": "zip",
1436                "url": "https://api.github.com/repos/illuminate/contracts/zipball/fae548ad43f569fc506f40385b2e0dcf1f4eb2c9",
1437                "reference": "fae548ad43f569fc506f40385b2e0dcf1f4eb2c9",
1438                "shasum": ""
1439            },
1440            "require": {
1441                "php": "^8.2",
1442                "psr/container": "^1.1.1|^2.0.1",
1443                "psr/simple-cache": "^1.0|^2.0|^3.0"
1444            },
1445            "type": "library",
1446            "extra": {
1447                "branch-alias": {
1448                    "dev-master": "11.x-dev"
1449                }
1450            },
1451            "autoload": {
1452                "psr-4": {
1453                    "Illuminate\\Contracts\\": ""
1454                }
1455            },
1456            "notification-url": "https://packagist.org/downloads/",
1457            "license": [
1458                "MIT"
1459            ],
1460            "authors": [
1461                {
1462                    "name": "Taylor Otwell",
1463                    "email": "taylor@laravel.com"
1464                }
1465            ],
1466            "description": "The Illuminate Contracts package.",
1467            "homepage": "https://laravel.com",
1468            "support": {
1469                "issues": "https://github.com/laravel/framework/issues",
1470                "source": "https://github.com/laravel/framework"
1471            },
1472            "time": "2024-02-23T15:52:10+00:00"
1473        },
1474        {
1475            "name": "illuminate/database",
1476            "version": "v11.0.8",
1477            "source": {
1478                "type": "git",
1479                "url": "https://github.com/illuminate/database.git",
1480                "reference": "b3b8cd87a2271fc9427006dc56710ea9dc55af1c"
1481            },
1482            "dist": {
1483                "type": "zip",
1484                "url": "https://api.github.com/repos/illuminate/database/zipball/b3b8cd87a2271fc9427006dc56710ea9dc55af1c",
1485                "reference": "b3b8cd87a2271fc9427006dc56710ea9dc55af1c",
1486                "shasum": ""
1487            },
1488            "require": {
1489                "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
1490                "ext-pdo": "*",
1491                "illuminate/collections": "^11.0",
1492                "illuminate/container": "^11.0",
1493                "illuminate/contracts": "^11.0",
1494                "illuminate/macroable": "^11.0",
1495                "illuminate/support": "^11.0",
1496                "php": "^8.2"
1497            },
1498            "suggest": {
1499                "ext-filter": "Required to use the Postgres database driver.",
1500                "fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
1501                "illuminate/console": "Required to use the database commands (^11.0).",
1502                "illuminate/events": "Required to use the observers with Eloquent (^11.0).",
1503                "illuminate/filesystem": "Required to use the migrations (^11.0).",
1504                "illuminate/pagination": "Required to paginate the result set (^11.0).",
1505                "symfony/finder": "Required to use Eloquent model factories (^7.0)."
1506            },
1507            "type": "library",
1508            "extra": {
1509                "branch-alias": {
1510                    "dev-master": "11.x-dev"
1511                }
1512            },
1513            "autoload": {
1514                "psr-4": {
1515                    "Illuminate\\Database\\": ""
1516                }
1517            },
1518            "notification-url": "https://packagist.org/downloads/",
1519            "license": [
1520                "MIT"
1521            ],
1522            "authors": [
1523                {
1524                    "name": "Taylor Otwell",
1525                    "email": "taylor@laravel.com"
1526                }
1527            ],
1528            "description": "The Illuminate Database package.",
1529            "homepage": "https://laravel.com",
1530            "keywords": [
1531                "database",
1532                "laravel",
1533                "orm",
1534                "sql"
1535            ],
1536            "support": {
1537                "issues": "https://github.com/laravel/framework/issues",
1538                "source": "https://github.com/laravel/framework"
1539            },
1540            "time": "2024-03-19T20:07:36+00:00"
1541        },
1542        {
1543            "name": "illuminate/macroable",
1544            "version": "v11.0.8",
1545            "source": {
1546                "type": "git",
1547                "url": "https://github.com/illuminate/macroable.git",
1548                "reference": "e1be58f9b2af73f242dc6a9add1f376b3ec89eef"
1549            },
1550            "dist": {
1551                "type": "zip",
1552                "url": "https://api.github.com/repos/illuminate/macroable/zipball/e1be58f9b2af73f242dc6a9add1f376b3ec89eef",
1553                "reference": "e1be58f9b2af73f242dc6a9add1f376b3ec89eef",
1554                "shasum": ""
1555            },
1556            "require": {
1557                "php": "^8.2"
1558            },
1559            "type": "library",
1560            "extra": {
1561                "branch-alias": {
1562                    "dev-master": "11.x-dev"
1563                }
1564            },
1565            "autoload": {
1566                "psr-4": {
1567                    "Illuminate\\Support\\": ""
1568                }
1569            },
1570            "notification-url": "https://packagist.org/downloads/",
1571            "license": [
1572                "MIT"
1573            ],
1574            "authors": [
1575                {
1576                    "name": "Taylor Otwell",
1577                    "email": "taylor@laravel.com"
1578                }
1579            ],
1580            "description": "The Illuminate Macroable package.",
1581            "homepage": "https://laravel.com",
1582            "support": {
1583                "issues": "https://github.com/laravel/framework/issues",
1584                "source": "https://github.com/laravel/framework"
1585            },
1586            "time": "2023-06-08T14:08:27+00:00"
1587        },
1588        {
1589            "name": "illuminate/support",
1590            "version": "v11.0.8",
1591            "source": {
1592                "type": "git",
1593                "url": "https://github.com/illuminate/support.git",
1594                "reference": "9e4c65a95465d6c5d4282c4d2435dc04a2f9f10a"
1595            },
1596            "dist": {
1597                "type": "zip",
1598                "url": "https://api.github.com/repos/illuminate/support/zipball/9e4c65a95465d6c5d4282c4d2435dc04a2f9f10a",
1599                "reference": "9e4c65a95465d6c5d4282c4d2435dc04a2f9f10a",
1600                "shasum": ""
1601            },
1602            "require": {
1603                "doctrine/inflector": "^2.0",
1604                "ext-ctype": "*",
1605                "ext-filter": "*",
1606                "ext-mbstring": "*",
1607                "illuminate/collections": "^11.0",
1608                "illuminate/conditionable": "^11.0",
1609                "illuminate/contracts": "^11.0",
1610                "illuminate/macroable": "^11.0",
1611                "nesbot/carbon": "^2.72.2|^3.0",
1612                "php": "^8.2",
1613                "voku/portable-ascii": "^2.0"
1614            },
1615            "conflict": {
1616                "tightenco/collect": "<5.5.33"
1617            },
1618            "replace": {
1619                "spatie/once": "*"
1620            },
1621            "suggest": {
1622                "illuminate/filesystem": "Required to use the composer class (^11.0).",
1623                "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
1624                "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
1625                "symfony/process": "Required to use the composer class (^7.0).",
1626                "symfony/uid": "Required to use Str::ulid() (^7.0).",
1627                "symfony/var-dumper": "Required to use the dd function (^7.0).",
1628                "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
1629            },
1630            "type": "library",
1631            "extra": {
1632                "branch-alias": {
1633                    "dev-master": "11.x-dev"
1634                }
1635            },
1636            "autoload": {
1637                "files": [
1638                    "helpers.php"
1639                ],
1640                "psr-4": {
1641                    "Illuminate\\Support\\": ""
1642                }
1643            },
1644            "notification-url": "https://packagist.org/downloads/",
1645            "license": [
1646                "MIT"
1647            ],
1648            "authors": [
1649                {
1650                    "name": "Taylor Otwell",
1651                    "email": "taylor@laravel.com"
1652                }
1653            ],
1654            "description": "The Illuminate Support package.",
1655            "homepage": "https://laravel.com",
1656            "support": {
1657                "issues": "https://github.com/laravel/framework/issues",
1658                "source": "https://github.com/laravel/framework"
1659            },
1660            "time": "2024-03-20T20:10:03+00:00"
1661        },
1662        {
1663            "name": "intervention/image",
1664            "version": "2.7.2",
1665            "source": {
1666                "type": "git",
1667                "url": "https://github.com/Intervention/image.git",
1668                "reference": "04be355f8d6734c826045d02a1079ad658322dad"
1669            },
1670            "dist": {
1671                "type": "zip",
1672                "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
1673                "reference": "04be355f8d6734c826045d02a1079ad658322dad",
1674                "shasum": ""
1675            },
1676            "require": {
1677                "ext-fileinfo": "*",
1678                "guzzlehttp/psr7": "~1.1 || ^2.0",
1679                "php": ">=5.4.0"
1680            },
1681            "require-dev": {
1682                "mockery/mockery": "~0.9.2",
1683                "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
1684            },
1685            "suggest": {
1686                "ext-gd": "to use GD library based image processing.",
1687                "ext-imagick": "to use Imagick based image processing.",
1688                "intervention/imagecache": "Caching extension for the Intervention Image library"
1689            },
1690            "type": "library",
1691            "extra": {
1692                "branch-alias": {
1693                    "dev-master": "2.4-dev"
1694                },
1695                "laravel": {
1696                    "providers": [
1697                        "Intervention\\Image\\ImageServiceProvider"
1698                    ],
1699                    "aliases": {
1700                        "Image": "Intervention\\Image\\Facades\\Image"
1701                    }
1702                }
1703            },
1704            "autoload": {
1705                "psr-4": {
1706                    "Intervention\\Image\\": "src/Intervention/Image"
1707                }
1708            },
1709            "notification-url": "https://packagist.org/downloads/",
1710            "license": [
1711                "MIT"
1712            ],
1713            "authors": [
1714                {
1715                    "name": "Oliver Vogel",
1716                    "email": "oliver@intervention.io",
1717                    "homepage": "https://intervention.io/"
1718                }
1719            ],
1720            "description": "Image handling and manipulation library with support for Laravel integration",
1721            "homepage": "http://image.intervention.io/",
1722            "keywords": [
1723                "gd",
1724                "image",
1725                "imagick",
1726                "laravel",
1727                "thumbnail",
1728                "watermark"
1729            ],
1730            "support": {
1731                "issues": "https://github.com/Intervention/image/issues",
1732                "source": "https://github.com/Intervention/image/tree/2.7.2"
1733            },
1734            "funding": [
1735                {
1736                    "url": "https://paypal.me/interventionio",
1737                    "type": "custom"
1738                },
1739                {
1740                    "url": "https://github.com/Intervention",
1741                    "type": "github"
1742                }
1743            ],
1744            "time": "2022-05-21T17:30:32+00:00"
1745        },
1746        {
1747            "name": "io-developer/php-whois",
1748            "version": "4.1.10",
1749            "source": {
1750                "type": "git",
1751                "url": "https://github.com/io-developer/php-whois.git",
1752                "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1"
1753            },
1754            "dist": {
1755                "type": "zip",
1756                "url": "https://api.github.com/repos/io-developer/php-whois/zipball/ea4cf52832fe8ff56fc4937138467819aa2829c1",
1757                "reference": "ea4cf52832fe8ff56fc4937138467819aa2829c1",
1758                "shasum": ""
1759            },
1760            "require": {
1761                "ext-curl": "*",
1762                "ext-json": "*",
1763                "ext-mbstring": "*",
1764                "php": ">=7.2",
1765                "symfony/polyfill-intl-idn": "^1.27"
1766            },
1767            "require-dev": {
1768                "phpunit/phpunit": "^8.0"
1769            },
1770            "type": "library",
1771            "autoload": {
1772                "psr-4": {
1773                    "Iodev\\": "src/Iodev/"
1774                }
1775            },
1776            "notification-url": "https://packagist.org/downloads/",
1777            "license": [
1778                "MIT"
1779            ],
1780            "authors": [
1781                {
1782                    "name": "Sergey Sedyshev",
1783                    "email": "i.o.developer@gmail.com",
1784                    "homepage": "https://github.com/io-developer"
1785                }
1786            ],
1787            "description": "PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible ",
1788            "homepage": "https://github.com/io-developer/php-whois",
1789            "keywords": [
1790                "asn",
1791                "domain",
1792                "info",
1793                "lookup",
1794                "parser",
1795                "php",
1796                "query",
1797                "routes",
1798                "tld",
1799                "whois",
1800                "црщшы"
1801            ],
1802            "support": {
1803                "issues": "https://github.com/io-developer/php-whois/issues",
1804                "source": "https://github.com/io-developer/php-whois/tree/4.1.10"
1805            },
1806            "time": "2023-01-25T14:42:45+00:00"
1807        },
1808        {
1809            "name": "league/commonmark",
1810            "version": "2.4.2",
1811            "source": {
1812                "type": "git",
1813                "url": "https://github.com/thephpleague/commonmark.git",
1814                "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
1815            },
1816            "dist": {
1817                "type": "zip",
1818                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
1819                "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
1820                "shasum": ""
1821            },
1822            "require": {
1823                "ext-mbstring": "*",
1824                "league/config": "^1.1.1",
1825                "php": "^7.4 || ^8.0",
1826                "psr/event-dispatcher": "^1.0",
1827                "symfony/deprecation-contracts": "^2.1 || ^3.0",
1828                "symfony/polyfill-php80": "^1.16"
1829            },
1830            "require-dev": {
1831                "cebe/markdown": "^1.0",
1832                "commonmark/cmark": "0.30.3",
1833                "commonmark/commonmark.js": "0.30.0",
1834                "composer/package-versions-deprecated": "^1.8",
1835                "embed/embed": "^4.4",
1836                "erusev/parsedown": "^1.0",
1837                "ext-json": "*",
1838                "github/gfm": "0.29.0",
1839                "michelf/php-markdown": "^1.4 || ^2.0",
1840                "nyholm/psr7": "^1.5",
1841                "phpstan/phpstan": "^1.8.2",
1842                "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
1843                "scrutinizer/ocular": "^1.8.1",
1844                "symfony/finder": "^5.3 | ^6.0 || ^7.0",
1845                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0",
1846                "unleashedtech/php-coding-standard": "^3.1.1",
1847                "vimeo/psalm": "^4.24.0 || ^5.0.0"
1848            },
1849            "suggest": {
1850                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
1851            },
1852            "type": "library",
1853            "extra": {
1854                "branch-alias": {
1855                    "dev-main": "2.5-dev"
1856                }
1857            },
1858            "autoload": {
1859                "psr-4": {
1860                    "League\\CommonMark\\": "src"
1861                }
1862            },
1863            "notification-url": "https://packagist.org/downloads/",
1864            "license": [
1865                "BSD-3-Clause"
1866            ],
1867            "authors": [
1868                {
1869                    "name": "Colin O'Dell",
1870                    "email": "colinodell@gmail.com",
1871                    "homepage": "https://www.colinodell.com",
1872                    "role": "Lead Developer"
1873                }
1874            ],
1875            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
1876            "homepage": "https://commonmark.thephpleague.com",
1877            "keywords": [
1878                "commonmark",
1879                "flavored",
1880                "gfm",
1881                "github",
1882                "github-flavored",
1883                "markdown",
1884                "md",
1885                "parser"
1886            ],
1887            "support": {
1888                "docs": "https://commonmark.thephpleague.com/",
1889                "forum": "https://github.com/thephpleague/commonmark/discussions",
1890                "issues": "https://github.com/thephpleague/commonmark/issues",
1891                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
1892                "source": "https://github.com/thephpleague/commonmark"
1893            },
1894            "funding": [
1895                {
1896                    "url": "https://www.colinodell.com/sponsor",
1897                    "type": "custom"
1898                },
1899                {
1900                    "url": "https://www.paypal.me/colinpodell/10.00",
1901                    "type": "custom"
1902                },
1903                {
1904                    "url": "https://github.com/colinodell",
1905                    "type": "github"
1906                },
1907                {
1908                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
1909                    "type": "tidelift"
1910                }
1911            ],
1912            "time": "2024-02-02T11:59:32+00:00"
1913        },
1914        {
1915            "name": "league/config",
1916            "version": "v1.2.0",
1917            "source": {
1918                "type": "git",
1919                "url": "https://github.com/thephpleague/config.git",
1920                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
1921            },
1922            "dist": {
1923                "type": "zip",
1924                "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1925                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
1926                "shasum": ""
1927            },
1928            "require": {
1929                "dflydev/dot-access-data": "^3.0.1",
1930                "nette/schema": "^1.2",
1931                "php": "^7.4 || ^8.0"
1932            },
1933            "require-dev": {
1934                "phpstan/phpstan": "^1.8.2",
1935                "phpunit/phpunit": "^9.5.5",
1936                "scrutinizer/ocular": "^1.8.1",
1937                "unleashedtech/php-coding-standard": "^3.1",
1938                "vimeo/psalm": "^4.7.3"
1939            },
1940            "type": "library",
1941            "extra": {
1942                "branch-alias": {
1943                    "dev-main": "1.2-dev"
1944                }
1945            },
1946            "autoload": {
1947                "psr-4": {
1948                    "League\\Config\\": "src"
1949                }
1950            },
1951            "notification-url": "https://packagist.org/downloads/",
1952            "license": [
1953                "BSD-3-Clause"
1954            ],
1955            "authors": [
1956                {
1957                    "name": "Colin O'Dell",
1958                    "email": "colinodell@gmail.com",
1959                    "homepage": "https://www.colinodell.com",
1960                    "role": "Lead Developer"
1961                }
1962            ],
1963            "description": "Define configuration arrays with strict schemas and access values with dot notation",
1964            "homepage": "https://config.thephpleague.com",
1965            "keywords": [
1966                "array",
1967                "config",
1968                "configuration",
1969                "dot",
1970                "dot-access",
1971                "nested",
1972                "schema"
1973            ],
1974            "support": {
1975                "docs": "https://config.thephpleague.com/",
1976                "issues": "https://github.com/thephpleague/config/issues",
1977                "rss": "https://github.com/thephpleague/config/releases.atom",
1978                "source": "https://github.com/thephpleague/config"
1979            },
1980            "funding": [
1981                {
1982                    "url": "https://www.colinodell.com/sponsor",
1983                    "type": "custom"
1984                },
1985                {
1986                    "url": "https://www.paypal.me/colinpodell/10.00",
1987                    "type": "custom"
1988                },
1989                {
1990                    "url": "https://github.com/colinodell",
1991                    "type": "github"
1992                }
1993            ],
1994            "time": "2022-12-11T20:36:23+00:00"
1995        },
1996        {
1997            "name": "league/flysystem",
1998            "version": "3.26.0",
1999            "source": {
2000                "type": "git",
2001                "url": "https://github.com/thephpleague/flysystem.git",
2002                "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be"
2003            },
2004            "dist": {
2005                "type": "zip",
2006                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/072735c56cc0da00e10716dd90d5a7f7b40b36be",
2007                "reference": "072735c56cc0da00e10716dd90d5a7f7b40b36be",
2008                "shasum": ""
2009            },
2010            "require": {
2011                "league/flysystem-local": "^3.0.0",
2012                "league/mime-type-detection": "^1.0.0",
2013                "php": "^8.0.2"
2014            },
2015            "conflict": {
2016                "async-aws/core": "<1.19.0",
2017                "async-aws/s3": "<1.14.0",
2018                "aws/aws-sdk-php": "3.209.31 || 3.210.0",
2019                "guzzlehttp/guzzle": "<7.0",
2020                "guzzlehttp/ringphp": "<1.1.1",
2021                "phpseclib/phpseclib": "3.0.15",
2022                "symfony/http-client": "<5.2"
2023            },
2024            "require-dev": {
2025                "async-aws/s3": "^1.5 || ^2.0",
2026                "async-aws/simple-s3": "^1.1 || ^2.0",
2027                "aws/aws-sdk-php": "^3.295.10",
2028                "composer/semver": "^3.0",
2029                "ext-fileinfo": "*",
2030                "ext-ftp": "*",
2031                "ext-zip": "*",
2032                "friendsofphp/php-cs-fixer": "^3.5",
2033                "google/cloud-storage": "^1.23",
2034                "microsoft/azure-storage-blob": "^1.1",
2035                "phpseclib/phpseclib": "^3.0.36",
2036                "phpstan/phpstan": "^1.10",
2037                "phpunit/phpunit": "^9.5.11|^10.0",
2038                "sabre/dav": "^4.6.0"
2039            },
2040            "type": "library",
2041            "autoload": {
2042                "psr-4": {
2043                    "League\\Flysystem\\": "src"
2044                }
2045            },
2046            "notification-url": "https://packagist.org/downloads/",
2047            "license": [
2048                "MIT"
2049            ],
2050            "authors": [
2051                {
2052                    "name": "Frank de Jonge",
2053                    "email": "info@frankdejonge.nl"
2054                }
2055            ],
2056            "description": "File storage abstraction for PHP",
2057            "keywords": [
2058                "WebDAV",
2059                "aws",
2060                "cloud",
2061                "file",
2062                "files",
2063                "filesystem",
2064                "filesystems",
2065                "ftp",
2066                "s3",
2067                "sftp",
2068                "storage"
2069            ],
2070            "support": {
2071                "issues": "https://github.com/thephpleague/flysystem/issues",
2072                "source": "https://github.com/thephpleague/flysystem/tree/3.26.0"
2073            },
2074            "funding": [
2075                {
2076                    "url": "https://ecologi.com/frankdejonge",
2077                    "type": "custom"
2078                },
2079                {
2080                    "url": "https://github.com/frankdejonge",
2081                    "type": "github"
2082                }
2083            ],
2084            "time": "2024-03-25T11:49:53+00:00"
2085        },
2086        {
2087            "name": "league/flysystem-local",
2088            "version": "3.25.1",
2089            "source": {
2090                "type": "git",
2091                "url": "https://github.com/thephpleague/flysystem-local.git",
2092                "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92"
2093            },
2094            "dist": {
2095                "type": "zip",
2096                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/61a6a90d6e999e4ddd9ce5adb356de0939060b92",
2097                "reference": "61a6a90d6e999e4ddd9ce5adb356de0939060b92",
2098                "shasum": ""
2099            },
2100            "require": {
2101                "ext-fileinfo": "*",
2102                "league/flysystem": "^3.0.0",
2103                "league/mime-type-detection": "^1.0.0",
2104                "php": "^8.0.2"
2105            },
2106            "type": "library",
2107            "autoload": {
2108                "psr-4": {
2109                    "League\\Flysystem\\Local\\": ""
2110                }
2111            },
2112            "notification-url": "https://packagist.org/downloads/",
2113            "license": [
2114                "MIT"
2115            ],
2116            "authors": [
2117                {
2118                    "name": "Frank de Jonge",
2119                    "email": "info@frankdejonge.nl"
2120                }
2121            ],
2122            "description": "Local filesystem adapter for Flysystem.",
2123            "keywords": [
2124                "Flysystem",
2125                "file",
2126                "files",
2127                "filesystem",
2128                "local"
2129            ],
2130            "support": {
2131                "source": "https://github.com/thephpleague/flysystem-local/tree/3.25.1"
2132            },
2133            "funding": [
2134                {
2135                    "url": "https://ecologi.com/frankdejonge",
2136                    "type": "custom"
2137                },
2138                {
2139                    "url": "https://github.com/frankdejonge",
2140                    "type": "github"
2141                }
2142            ],
2143            "time": "2024-03-15T19:58:44+00:00"
2144        },
2145        {
2146            "name": "league/flysystem-path-prefixing",
2147            "version": "3.23.1",
2148            "source": {
2149                "type": "git",
2150                "url": "https://github.com/thephpleague/flysystem-path-prefixing.git",
2151                "reference": "82b860a4d1e1e9fcf0366c85ec9a93cbf018ad58"
2152            },
2153            "dist": {
2154                "type": "zip",
2155                "url": "https://api.github.com/repos/thephpleague/flysystem-path-prefixing/zipball/82b860a4d1e1e9fcf0366c85ec9a93cbf018ad58",
2156                "reference": "82b860a4d1e1e9fcf0366c85ec9a93cbf018ad58",
2157                "shasum": ""
2158            },
2159            "require": {
2160                "league/flysystem": "^3.10.0",
2161                "php": "^8.0.2"
2162            },
2163            "type": "library",
2164            "autoload": {
2165                "psr-4": {
2166                    "League\\Flysystem\\PathPrefixing\\": ""
2167                }
2168            },
2169            "notification-url": "https://packagist.org/downloads/",
2170            "license": [
2171                "MIT"
2172            ],
2173            "authors": [
2174                {
2175                    "name": "Frank de Jonge",
2176                    "email": "info@frankdejonge.nl"
2177                }
2178            ],
2179            "description": "Path prefixing filesystem adapter for Flysystem.",
2180            "keywords": [
2181                "Flysystem",
2182                "filesystem",
2183                "prefix",
2184                "prefixing"
2185            ],
2186            "support": {
2187                "issues": "https://github.com/thephpleague/flysystem-path-prefixing/issues",
2188                "source": "https://github.com/thephpleague/flysystem-path-prefixing/tree/3.23.1"
2189            },
2190            "funding": [
2191                {
2192                    "url": "https://ecologi.com/frankdejonge",
2193                    "type": "custom"
2194                },
2195                {
2196                    "url": "https://github.com/frankdejonge",
2197                    "type": "github"
2198                }
2199            ],
2200            "time": "2024-01-26T18:25:23+00:00"
2201        },
2202        {
2203            "name": "league/flysystem-ziparchive",
2204            "version": "3.24.0",
2205            "source": {
2206                "type": "git",
2207                "url": "https://github.com/thephpleague/flysystem-ziparchive.git",
2208                "reference": "3dc07e019e07ccb5d953acd33b1d477da1c55420"
2209            },
2210            "dist": {
2211                "type": "zip",
2212                "url": "https://api.github.com/repos/thephpleague/flysystem-ziparchive/zipball/3dc07e019e07ccb5d953acd33b1d477da1c55420",
2213                "reference": "3dc07e019e07ccb5d953acd33b1d477da1c55420",
2214                "shasum": ""
2215            },
2216            "require": {
2217                "ext-zip": "*",
2218                "league/flysystem": "^3.0.0",
2219                "league/mime-type-detection": "^1.0.0",
2220                "php": "^8.0.2"
2221            },
2222            "type": "library",
2223            "autoload": {
2224                "psr-4": {
2225                    "League\\Flysystem\\ZipArchive\\": ""
2226                }
2227            },
2228            "notification-url": "https://packagist.org/downloads/",
2229            "license": [
2230                "MIT"
2231            ],
2232            "authors": [
2233                {
2234                    "name": "Frank de Jonge",
2235                    "email": "info@frankdejonge.nl"
2236                }
2237            ],
2238            "description": "ZIP filesystem adapter for Flysystem.",
2239            "keywords": [
2240                "Flysystem",
2241                "file",
2242                "files",
2243                "filesystem",
2244                "zip"
2245            ],
2246            "support": {
2247                "source": "https://github.com/thephpleague/flysystem-ziparchive/tree/3.24.0"
2248            },
2249            "funding": [
2250                {
2251                    "url": "https://ecologi.com/frankdejonge",
2252                    "type": "custom"
2253                },
2254                {
2255                    "url": "https://github.com/frankdejonge",
2256                    "type": "github"
2257                }
2258            ],
2259            "time": "2024-02-03T22:37:38+00:00"
2260        },
2261        {
2262            "name": "league/mime-type-detection",
2263            "version": "1.15.0",
2264            "source": {
2265                "type": "git",
2266                "url": "https://github.com/thephpleague/mime-type-detection.git",
2267                "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
2268            },
2269            "dist": {
2270                "type": "zip",
2271                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2272                "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
2273                "shasum": ""
2274            },
2275            "require": {
2276                "ext-fileinfo": "*",
2277                "php": "^7.4 || ^8.0"
2278            },
2279            "require-dev": {
2280                "friendsofphp/php-cs-fixer": "^3.2",
2281                "phpstan/phpstan": "^0.12.68",
2282                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2283            },
2284            "type": "library",
2285            "autoload": {
2286                "psr-4": {
2287                    "League\\MimeTypeDetection\\": "src"
2288                }
2289            },
2290            "notification-url": "https://packagist.org/downloads/",
2291            "license": [
2292                "MIT"
2293            ],
2294            "authors": [
2295                {
2296                    "name": "Frank de Jonge",
2297                    "email": "info@frankdejonge.nl"
2298                }
2299            ],
2300            "description": "Mime-type detection for Flysystem",
2301            "support": {
2302                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2303                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
2304            },
2305            "funding": [
2306                {
2307                    "url": "https://github.com/frankdejonge",
2308                    "type": "github"
2309                },
2310                {
2311                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2312                    "type": "tidelift"
2313                }
2314            ],
2315            "time": "2024-01-28T23:22:08+00:00"
2316        },
2317        {
2318            "name": "middlewares/client-ip",
2319            "version": "v2.0.1",
2320            "source": {
2321                "type": "git",
2322                "url": "https://github.com/middlewares/client-ip.git",
2323                "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd"
2324            },
2325            "dist": {
2326                "type": "zip",
2327                "url": "https://api.github.com/repos/middlewares/client-ip/zipball/466c38388a5efa65f5da4d897adfeb09a4fb44cd",
2328                "reference": "466c38388a5efa65f5da4d897adfeb09a4fb44cd",
2329                "shasum": ""
2330            },
2331            "require": {
2332                "php": "^7.2 || ^8.0",
2333                "psr/http-server-middleware": "^1.0"
2334            },
2335            "require-dev": {
2336                "friendsofphp/php-cs-fixer": "^2.0",
2337                "laminas/laminas-diactoros": "^2.2",
2338                "middlewares/utils": "^3.1",
2339                "oscarotero/php-cs-fixer-config": "^1.0",
2340                "phpstan/phpstan": "^0.12",
2341                "phpunit/phpunit": "^8|^9",
2342                "squizlabs/php_codesniffer": "^3.0"
2343            },
2344            "type": "library",
2345            "autoload": {
2346                "psr-4": {
2347                    "Middlewares\\": "src/"
2348                }
2349            },
2350            "notification-url": "https://packagist.org/downloads/",
2351            "license": [
2352                "MIT"
2353            ],
2354            "description": "Middleware to detect the client ip and save it as a request attribute",
2355            "homepage": "https://github.com/middlewares/client-ip",
2356            "keywords": [
2357                "IP",
2358                "http",
2359                "middleware",
2360                "psr-15",
2361                "psr-7",
2362                "server"
2363            ],
2364            "support": {
2365                "issues": "https://github.com/middlewares/client-ip/issues",
2366                "source": "https://github.com/middlewares/client-ip/tree/v2.0.1"
2367            },
2368            "time": "2020-12-02T00:05:31+00:00"
2369        },
2370        {
2371            "name": "mlocati/ip-lib",
2372            "version": "1.18.0",
2373            "source": {
2374                "type": "git",
2375                "url": "https://github.com/mlocati/ip-lib.git",
2376                "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2"
2377            },
2378            "dist": {
2379                "type": "zip",
2380                "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
2381                "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2",
2382                "shasum": ""
2383            },
2384            "require": {
2385                "php": ">=5.3.3"
2386            },
2387            "require-dev": {
2388                "ext-pdo_sqlite": "*",
2389                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.5 || ^9.5"
2390            },
2391            "type": "library",
2392            "autoload": {
2393                "psr-4": {
2394                    "IPLib\\": "src/"
2395                }
2396            },
2397            "notification-url": "https://packagist.org/downloads/",
2398            "license": [
2399                "MIT"
2400            ],
2401            "authors": [
2402                {
2403                    "name": "Michele Locati",
2404                    "email": "mlocati@gmail.com",
2405                    "homepage": "https://github.com/mlocati",
2406                    "role": "Author"
2407                }
2408            ],
2409            "description": "Handle IPv4, IPv6 addresses and ranges",
2410            "homepage": "https://github.com/mlocati/ip-lib",
2411            "keywords": [
2412                "IP",
2413                "address",
2414                "addresses",
2415                "ipv4",
2416                "ipv6",
2417                "manage",
2418                "managing",
2419                "matching",
2420                "network",
2421                "networking",
2422                "range",
2423                "subnet"
2424            ],
2425            "support": {
2426                "issues": "https://github.com/mlocati/ip-lib/issues",
2427                "source": "https://github.com/mlocati/ip-lib/tree/1.18.0"
2428            },
2429            "funding": [
2430                {
2431                    "url": "https://github.com/sponsors/mlocati",
2432                    "type": "github"
2433                },
2434                {
2435                    "url": "https://paypal.me/mlocati",
2436                    "type": "other"
2437                }
2438            ],
2439            "time": "2022-01-13T18:05:33+00:00"
2440        },
2441        {
2442            "name": "nesbot/carbon",
2443            "version": "3.1.1",
2444            "source": {
2445                "type": "git",
2446                "url": "https://github.com/briannesbitt/Carbon.git",
2447                "reference": "34ccf6f6b49c915421c7886c88c0cb77f3ebbfd2"
2448            },
2449            "dist": {
2450                "type": "zip",
2451                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/34ccf6f6b49c915421c7886c88c0cb77f3ebbfd2",
2452                "reference": "34ccf6f6b49c915421c7886c88c0cb77f3ebbfd2",
2453                "shasum": ""
2454            },
2455            "require": {
2456                "carbonphp/carbon-doctrine-types": "*",
2457                "ext-json": "*",
2458                "php": "^8.1",
2459                "psr/clock": "^1.0",
2460                "symfony/clock": "^6.3 || ^7.0",
2461                "symfony/polyfill-mbstring": "^1.0",
2462                "symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
2463            },
2464            "provide": {
2465                "psr/clock-implementation": "1.0"
2466            },
2467            "require-dev": {
2468                "doctrine/dbal": "^3.6.3 || ^4.0",
2469                "doctrine/orm": "^2.15.2 || ^3.0",
2470                "friendsofphp/php-cs-fixer": "^3.18.0",
2471                "kylekatarnls/multi-tester": "^2.2.0",
2472                "ondrejmirtes/better-reflection": "^6.11.0.0",
2473                "phpmd/phpmd": "^2.13.0",
2474                "phpstan/extension-installer": "^1.3.0",
2475                "phpstan/phpstan": "^1.10.20",
2476                "phpunit/phpunit": "^10.2.2",
2477                "squizlabs/php_codesniffer": "^3.7.2"
2478            },
2479            "bin": [
2480                "bin/carbon"
2481            ],
2482            "type": "library",
2483            "extra": {
2484                "branch-alias": {
2485                    "dev-master": "3.x-dev",
2486                    "dev-2.x": "2.x-dev"
2487                },
2488                "laravel": {
2489                    "providers": [
2490                        "Carbon\\Laravel\\ServiceProvider"
2491                    ]
2492                },
2493                "phpstan": {
2494                    "includes": [
2495                        "extension.neon"
2496                    ]
2497                }
2498            },
2499            "autoload": {
2500                "psr-4": {
2501                    "Carbon\\": "src/Carbon/"
2502                }
2503            },
2504            "notification-url": "https://packagist.org/downloads/",
2505            "license": [
2506                "MIT"
2507            ],
2508            "authors": [
2509                {
2510                    "name": "Brian Nesbitt",
2511                    "email": "brian@nesbot.com",
2512                    "homepage": "https://markido.com"
2513                },
2514                {
2515                    "name": "kylekatarnls",
2516                    "homepage": "https://github.com/kylekatarnls"
2517                }
2518            ],
2519            "description": "An API extension for DateTime that supports 281 different languages.",
2520            "homepage": "https://carbon.nesbot.com",
2521            "keywords": [
2522                "date",
2523                "datetime",
2524                "time"
2525            ],
2526            "support": {
2527                "docs": "https://carbon.nesbot.com/docs",
2528                "issues": "https://github.com/briannesbitt/Carbon/issues",
2529                "source": "https://github.com/briannesbitt/Carbon"
2530            },
2531            "funding": [
2532                {
2533                    "url": "https://github.com/sponsors/kylekatarnls",
2534                    "type": "github"
2535                },
2536                {
2537                    "url": "https://opencollective.com/Carbon#sponsor",
2538                    "type": "opencollective"
2539                },
2540                {
2541                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2542                    "type": "tidelift"
2543                }
2544            ],
2545            "time": "2024-03-13T12:42:37+00:00"
2546        },
2547        {
2548            "name": "nette/schema",
2549            "version": "v1.3.0",
2550            "source": {
2551                "type": "git",
2552                "url": "https://github.com/nette/schema.git",
2553                "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
2554            },
2555            "dist": {
2556                "type": "zip",
2557                "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2558                "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
2559                "shasum": ""
2560            },
2561            "require": {
2562                "nette/utils": "^4.0",
2563                "php": "8.1 - 8.3"
2564            },
2565            "require-dev": {
2566                "nette/tester": "^2.4",
2567                "phpstan/phpstan-nette": "^1.0",
2568                "tracy/tracy": "^2.8"
2569            },
2570            "type": "library",
2571            "extra": {
2572                "branch-alias": {
2573                    "dev-master": "1.3-dev"
2574                }
2575            },
2576            "autoload": {
2577                "classmap": [
2578                    "src/"
2579                ]
2580            },
2581            "notification-url": "https://packagist.org/downloads/",
2582            "license": [
2583                "BSD-3-Clause",
2584                "GPL-2.0-only",
2585                "GPL-3.0-only"
2586            ],
2587            "authors": [
2588                {
2589                    "name": "David Grudl",
2590                    "homepage": "https://davidgrudl.com"
2591                },
2592                {
2593                    "name": "Nette Community",
2594                    "homepage": "https://nette.org/contributors"
2595                }
2596            ],
2597            "description": "�� Nette Schema: validating data structures against a given Schema.",
2598            "homepage": "https://nette.org",
2599            "keywords": [
2600                "config",
2601                "nette"
2602            ],
2603            "support": {
2604                "issues": "https://github.com/nette/schema/issues",
2605                "source": "https://github.com/nette/schema/tree/v1.3.0"
2606            },
2607            "time": "2023-12-11T11:54:22+00:00"
2608        },
2609        {
2610            "name": "nette/utils",
2611            "version": "v4.0.4",
2612            "source": {
2613                "type": "git",
2614                "url": "https://github.com/nette/utils.git",
2615                "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
2616            },
2617            "dist": {
2618                "type": "zip",
2619                "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2620                "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2621                "shasum": ""
2622            },
2623            "require": {
2624                "php": ">=8.0 <8.4"
2625            },
2626            "conflict": {
2627                "nette/finder": "<3",
2628                "nette/schema": "<1.2.2"
2629            },
2630            "require-dev": {
2631                "jetbrains/phpstorm-attributes": "dev-master",
2632                "nette/tester": "^2.5",
2633                "phpstan/phpstan": "^1.0",
2634                "tracy/tracy": "^2.9"
2635            },
2636            "suggest": {
2637                "ext-gd": "to use Image",
2638                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
2639                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
2640                "ext-json": "to use Nette\\Utils\\Json",
2641                "ext-mbstring": "to use Strings::lower() etc...",
2642                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2643            },
2644            "type": "library",
2645            "extra": {
2646                "branch-alias": {
2647                    "dev-master": "4.0-dev"
2648                }
2649            },
2650            "autoload": {
2651                "classmap": [
2652                    "src/"
2653                ]
2654            },
2655            "notification-url": "https://packagist.org/downloads/",
2656            "license": [
2657                "BSD-3-Clause",
2658                "GPL-2.0-only",
2659                "GPL-3.0-only"
2660            ],
2661            "authors": [
2662                {
2663                    "name": "David Grudl",
2664                    "homepage": "https://davidgrudl.com"
2665                },
2666                {
2667                    "name": "Nette Community",
2668                    "homepage": "https://nette.org/contributors"
2669                }
2670            ],
2671            "description": "��  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
2672            "homepage": "https://nette.org",
2673            "keywords": [
2674                "array",
2675                "core",
2676                "datetime",
2677                "images",
2678                "json",
2679                "nette",
2680                "paginator",
2681                "password",
2682                "slugify",
2683                "string",
2684                "unicode",
2685                "utf-8",
2686                "utility",
2687                "validation"
2688            ],
2689            "support": {
2690                "issues": "https://github.com/nette/utils/issues",
2691                "source": "https://github.com/nette/utils/tree/v4.0.4"
2692            },
2693            "time": "2024-01-17T16:50:36+00:00"
2694        },
2695        {
2696            "name": "nyholm/psr7",
2697            "version": "1.8.1",
2698            "source": {
2699                "type": "git",
2700                "url": "https://github.com/Nyholm/psr7.git",
2701                "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e"
2702            },
2703            "dist": {
2704                "type": "zip",
2705                "url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e",
2706                "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e",
2707                "shasum": ""
2708            },
2709            "require": {
2710                "php": ">=7.2",
2711                "psr/http-factory": "^1.0",
2712                "psr/http-message": "^1.1 || ^2.0"
2713            },
2714            "provide": {
2715                "php-http/message-factory-implementation": "1.0",
2716                "psr/http-factory-implementation": "1.0",
2717                "psr/http-message-implementation": "1.0"
2718            },
2719            "require-dev": {
2720                "http-interop/http-factory-tests": "^0.9",
2721                "php-http/message-factory": "^1.0",
2722                "php-http/psr7-integration-tests": "^1.0",
2723                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
2724                "symfony/error-handler": "^4.4"
2725            },
2726            "type": "library",
2727            "extra": {
2728                "branch-alias": {
2729                    "dev-master": "1.8-dev"
2730                }
2731            },
2732            "autoload": {
2733                "psr-4": {
2734                    "Nyholm\\Psr7\\": "src/"
2735                }
2736            },
2737            "notification-url": "https://packagist.org/downloads/",
2738            "license": [
2739                "MIT"
2740            ],
2741            "authors": [
2742                {
2743                    "name": "Tobias Nyholm",
2744                    "email": "tobias.nyholm@gmail.com"
2745                },
2746                {
2747                    "name": "Martijn van der Ven",
2748                    "email": "martijn@vanderven.se"
2749                }
2750            ],
2751            "description": "A fast PHP7 implementation of PSR-7",
2752            "homepage": "https://tnyholm.se",
2753            "keywords": [
2754                "psr-17",
2755                "psr-7"
2756            ],
2757            "support": {
2758                "issues": "https://github.com/Nyholm/psr7/issues",
2759                "source": "https://github.com/Nyholm/psr7/tree/1.8.1"
2760            },
2761            "funding": [
2762                {
2763                    "url": "https://github.com/Zegnat",
2764                    "type": "github"
2765                },
2766                {
2767                    "url": "https://github.com/nyholm",
2768                    "type": "github"
2769                }
2770            ],
2771            "time": "2023-11-13T09:31:12+00:00"
2772        },
2773        {
2774            "name": "nyholm/psr7-server",
2775            "version": "1.1.0",
2776            "source": {
2777                "type": "git",
2778                "url": "https://github.com/Nyholm/psr7-server.git",
2779                "reference": "4335801d851f554ca43fa6e7d2602141538854dc"
2780            },
2781            "dist": {
2782                "type": "zip",
2783                "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/4335801d851f554ca43fa6e7d2602141538854dc",
2784                "reference": "4335801d851f554ca43fa6e7d2602141538854dc",
2785                "shasum": ""
2786            },
2787            "require": {
2788                "php": "^7.1 || ^8.0",
2789                "psr/http-factory": "^1.0",
2790                "psr/http-message": "^1.0 || ^2.0"
2791            },
2792            "require-dev": {
2793                "nyholm/nsa": "^1.1",
2794                "nyholm/psr7": "^1.3",
2795                "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
2796            },
2797            "type": "library",
2798            "autoload": {
2799                "psr-4": {
2800                    "Nyholm\\Psr7Server\\": "src/"
2801                }
2802            },
2803            "notification-url": "https://packagist.org/downloads/",
2804            "license": [
2805                "MIT"
2806            ],
2807            "authors": [
2808                {
2809                    "name": "Tobias Nyholm",
2810                    "email": "tobias.nyholm@gmail.com"
2811                },
2812                {
2813                    "name": "Martijn van der Ven",
2814                    "email": "martijn@vanderven.se"
2815                }
2816            ],
2817            "description": "Helper classes to handle PSR-7 server requests",
2818            "homepage": "http://tnyholm.se",
2819            "keywords": [
2820                "psr-17",
2821                "psr-7"
2822            ],
2823            "support": {
2824                "issues": "https://github.com/Nyholm/psr7-server/issues",
2825                "source": "https://github.com/Nyholm/psr7-server/tree/1.1.0"
2826            },
2827            "funding": [
2828                {
2829                    "url": "https://github.com/Zegnat",
2830                    "type": "github"
2831                },
2832                {
2833                    "url": "https://github.com/nyholm",
2834                    "type": "github"
2835                }
2836            ],
2837            "time": "2023-11-08T09:30:43+00:00"
2838        },
2839        {
2840            "name": "oscarotero/middleland",
2841            "version": "v1.0.1",
2842            "source": {
2843                "type": "git",
2844                "url": "https://github.com/oscarotero/middleland.git",
2845                "reference": "4848543d59f753aa3352c52d88c66f978debafb2"
2846            },
2847            "dist": {
2848                "type": "zip",
2849                "url": "https://api.github.com/repos/oscarotero/middleland/zipball/4848543d59f753aa3352c52d88c66f978debafb2",
2850                "reference": "4848543d59f753aa3352c52d88c66f978debafb2",
2851                "shasum": ""
2852            },
2853            "require": {
2854                "php": "^7.0|^8.0",
2855                "psr/container": "^1.0",
2856                "psr/http-server-middleware": "^1.0"
2857            },
2858            "require-dev": {
2859                "friendsofphp/php-cs-fixer": "^2.0",
2860                "laminas/laminas-diactoros": "^1.3",
2861                "phpunit/phpunit": ">=6.0"
2862            },
2863            "type": "library",
2864            "autoload": {
2865                "psr-4": {
2866                    "Middleland\\": "src/"
2867                }
2868            },
2869            "notification-url": "https://packagist.org/downloads/",
2870            "license": [
2871                "MIT"
2872            ],
2873            "authors": [
2874                {
2875                    "name": "Oscar Otero",
2876                    "email": "oom@oscarotero.com",
2877                    "homepage": "http://oscarotero.com",
2878                    "role": "Developer"
2879                }
2880            ],
2881            "description": "PSR-15 middleware dispatcher",
2882            "homepage": "https://github.com/oscarotero/dispatcher",
2883            "keywords": [
2884                "http",
2885                "middleware",
2886                "psr-15",
2887                "psr-7"
2888            ],
2889            "support": {
2890                "email": "oom@oscarotero.com",
2891                "issues": "https://github.com/oscarotero/dispatcher/issues",
2892                "source": "https://github.com/oscarotero/middleland/tree/v1.0.1"
2893            },
2894            "time": "2020-12-06T00:59:17+00:00"
2895        },
2896        {
2897            "name": "psr/cache",
2898            "version": "3.0.0",
2899            "source": {
2900                "type": "git",
2901                "url": "https://github.com/php-fig/cache.git",
2902                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
2903            },
2904            "dist": {
2905                "type": "zip",
2906                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2907                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2908                "shasum": ""
2909            },
2910            "require": {
2911                "php": ">=8.0.0"
2912            },
2913            "type": "library",
2914            "extra": {
2915                "branch-alias": {
2916                    "dev-master": "1.0.x-dev"
2917                }
2918            },
2919            "autoload": {
2920                "psr-4": {
2921                    "Psr\\Cache\\": "src/"
2922                }
2923            },
2924            "notification-url": "https://packagist.org/downloads/",
2925            "license": [
2926                "MIT"
2927            ],
2928            "authors": [
2929                {
2930                    "name": "PHP-FIG",
2931                    "homepage": "https://www.php-fig.org/"
2932                }
2933            ],
2934            "description": "Common interface for caching libraries",
2935            "keywords": [
2936                "cache",
2937                "psr",
2938                "psr-6"
2939            ],
2940            "support": {
2941                "source": "https://github.com/php-fig/cache/tree/3.0.0"
2942            },
2943            "time": "2021-02-03T23:26:27+00:00"
2944        },
2945        {
2946            "name": "psr/clock",
2947            "version": "1.0.0",
2948            "source": {
2949                "type": "git",
2950                "url": "https://github.com/php-fig/clock.git",
2951                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
2952            },
2953            "dist": {
2954                "type": "zip",
2955                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2956                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
2957                "shasum": ""
2958            },
2959            "require": {
2960                "php": "^7.0 || ^8.0"
2961            },
2962            "type": "library",
2963            "autoload": {
2964                "psr-4": {
2965                    "Psr\\Clock\\": "src/"
2966                }
2967            },
2968            "notification-url": "https://packagist.org/downloads/",
2969            "license": [
2970                "MIT"
2971            ],
2972            "authors": [
2973                {
2974                    "name": "PHP-FIG",
2975                    "homepage": "https://www.php-fig.org/"
2976                }
2977            ],
2978            "description": "Common interface for reading the clock.",
2979            "homepage": "https://github.com/php-fig/clock",
2980            "keywords": [
2981                "clock",
2982                "now",
2983                "psr",
2984                "psr-20",
2985                "time"
2986            ],
2987            "support": {
2988                "issues": "https://github.com/php-fig/clock/issues",
2989                "source": "https://github.com/php-fig/clock/tree/1.0.0"
2990            },
2991            "time": "2022-11-25T14:36:26+00:00"
2992        },
2993        {
2994            "name": "psr/container",
2995            "version": "1.1.2",
2996            "source": {
2997                "type": "git",
2998                "url": "https://github.com/php-fig/container.git",
2999                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
3000            },
3001            "dist": {
3002                "type": "zip",
3003                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
3004                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
3005                "shasum": ""
3006            },
3007            "require": {
3008                "php": ">=7.4.0"
3009            },
3010            "type": "library",
3011            "autoload": {
3012                "psr-4": {
3013                    "Psr\\Container\\": "src/"
3014                }
3015            },
3016            "notification-url": "https://packagist.org/downloads/",
3017            "license": [
3018                "MIT"
3019            ],
3020            "authors": [
3021                {
3022                    "name": "PHP-FIG",
3023                    "homepage": "https://www.php-fig.org/"
3024                }
3025            ],
3026            "description": "Common Container Interface (PHP FIG PSR-11)",
3027            "homepage": "https://github.com/php-fig/container",
3028            "keywords": [
3029                "PSR-11",
3030                "container",
3031                "container-interface",
3032                "container-interop",
3033                "psr"
3034            ],
3035            "support": {
3036                "issues": "https://github.com/php-fig/container/issues",
3037                "source": "https://github.com/php-fig/container/tree/1.1.2"
3038            },
3039            "time": "2021-11-05T16:50:12+00:00"
3040        },
3041        {
3042            "name": "psr/event-dispatcher",
3043            "version": "1.0.0",
3044            "source": {
3045                "type": "git",
3046                "url": "https://github.com/php-fig/event-dispatcher.git",
3047                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
3048            },
3049            "dist": {
3050                "type": "zip",
3051                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
3052                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
3053                "shasum": ""
3054            },
3055            "require": {
3056                "php": ">=7.2.0"
3057            },
3058            "type": "library",
3059            "extra": {
3060                "branch-alias": {
3061                    "dev-master": "1.0.x-dev"
3062                }
3063            },
3064            "autoload": {
3065                "psr-4": {
3066                    "Psr\\EventDispatcher\\": "src/"
3067                }
3068            },
3069            "notification-url": "https://packagist.org/downloads/",
3070            "license": [
3071                "MIT"
3072            ],
3073            "authors": [
3074                {
3075                    "name": "PHP-FIG",
3076                    "homepage": "http://www.php-fig.org/"
3077                }
3078            ],
3079            "description": "Standard interfaces for event handling.",
3080            "keywords": [
3081                "events",
3082                "psr",
3083                "psr-14"
3084            ],
3085            "support": {
3086                "issues": "https://github.com/php-fig/event-dispatcher/issues",
3087                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
3088            },
3089            "time": "2019-01-08T18:20:26+00:00"
3090        },
3091        {
3092            "name": "psr/http-client",
3093            "version": "1.0.3",
3094            "source": {
3095                "type": "git",
3096                "url": "https://github.com/php-fig/http-client.git",
3097                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
3098            },
3099            "dist": {
3100                "type": "zip",
3101                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
3102                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
3103                "shasum": ""
3104            },
3105            "require": {
3106                "php": "^7.0 || ^8.0",
3107                "psr/http-message": "^1.0 || ^2.0"
3108            },
3109            "type": "library",
3110            "extra": {
3111                "branch-alias": {
3112                    "dev-master": "1.0.x-dev"
3113                }
3114            },
3115            "autoload": {
3116                "psr-4": {
3117                    "Psr\\Http\\Client\\": "src/"
3118                }
3119            },
3120            "notification-url": "https://packagist.org/downloads/",
3121            "license": [
3122                "MIT"
3123            ],
3124            "authors": [
3125                {
3126                    "name": "PHP-FIG",
3127                    "homepage": "https://www.php-fig.org/"
3128                }
3129            ],
3130            "description": "Common interface for HTTP clients",
3131            "homepage": "https://github.com/php-fig/http-client",
3132            "keywords": [
3133                "http",
3134                "http-client",
3135                "psr",
3136                "psr-18"
3137            ],
3138            "support": {
3139                "source": "https://github.com/php-fig/http-client"
3140            },
3141            "time": "2023-09-23T14:17:50+00:00"
3142        },
3143        {
3144            "name": "psr/http-factory",
3145            "version": "1.0.2",
3146            "source": {
3147                "type": "git",
3148                "url": "https://github.com/php-fig/http-factory.git",
3149                "reference": "e616d01114759c4c489f93b099585439f795fe35"
3150            },
3151            "dist": {
3152                "type": "zip",
3153                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
3154                "reference": "e616d01114759c4c489f93b099585439f795fe35",
3155                "shasum": ""
3156            },
3157            "require": {
3158                "php": ">=7.0.0",
3159                "psr/http-message": "^1.0 || ^2.0"
3160            },
3161            "type": "library",
3162            "extra": {
3163                "branch-alias": {
3164                    "dev-master": "1.0.x-dev"
3165                }
3166            },
3167            "autoload": {
3168                "psr-4": {
3169                    "Psr\\Http\\Message\\": "src/"
3170                }
3171            },
3172            "notification-url": "https://packagist.org/downloads/",
3173            "license": [
3174                "MIT"
3175            ],
3176            "authors": [
3177                {
3178                    "name": "PHP-FIG",
3179                    "homepage": "https://www.php-fig.org/"
3180                }
3181            ],
3182            "description": "Common interfaces for PSR-7 HTTP message factories",
3183            "keywords": [
3184                "factory",
3185                "http",
3186                "message",
3187                "psr",
3188                "psr-17",
3189                "psr-7",
3190                "request",
3191                "response"
3192            ],
3193            "support": {
3194                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
3195            },
3196            "time": "2023-04-10T20:10:41+00:00"
3197        },
3198        {
3199            "name": "psr/http-message",
3200            "version": "1.1",
3201            "source": {
3202                "type": "git",
3203                "url": "https://github.com/php-fig/http-message.git",
3204                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
3205            },
3206            "dist": {
3207                "type": "zip",
3208                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3209                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3210                "shasum": ""
3211            },
3212            "require": {
3213                "php": "^7.2 || ^8.0"
3214            },
3215            "type": "library",
3216            "extra": {
3217                "branch-alias": {
3218                    "dev-master": "1.1.x-dev"
3219                }
3220            },
3221            "autoload": {
3222                "psr-4": {
3223                    "Psr\\Http\\Message\\": "src/"
3224                }
3225            },
3226            "notification-url": "https://packagist.org/downloads/",
3227            "license": [
3228                "MIT"
3229            ],
3230            "authors": [
3231                {
3232                    "name": "PHP-FIG",
3233                    "homepage": "http://www.php-fig.org/"
3234                }
3235            ],
3236            "description": "Common interface for HTTP messages",
3237            "homepage": "https://github.com/php-fig/http-message",
3238            "keywords": [
3239                "http",
3240                "http-message",
3241                "psr",
3242                "psr-7",
3243                "request",
3244                "response"
3245            ],
3246            "support": {
3247                "source": "https://github.com/php-fig/http-message/tree/1.1"
3248            },
3249            "time": "2023-04-04T09:50:52+00:00"
3250        },
3251        {
3252            "name": "psr/http-server-handler",
3253            "version": "1.0.2",
3254            "source": {
3255                "type": "git",
3256                "url": "https://github.com/php-fig/http-server-handler.git",
3257                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
3258            },
3259            "dist": {
3260                "type": "zip",
3261                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
3262                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
3263                "shasum": ""
3264            },
3265            "require": {
3266                "php": ">=7.0",
3267                "psr/http-message": "^1.0 || ^2.0"
3268            },
3269            "type": "library",
3270            "extra": {
3271                "branch-alias": {
3272                    "dev-master": "1.0.x-dev"
3273                }
3274            },
3275            "autoload": {
3276                "psr-4": {
3277                    "Psr\\Http\\Server\\": "src/"
3278                }
3279            },
3280            "notification-url": "https://packagist.org/downloads/",
3281            "license": [
3282                "MIT"
3283            ],
3284            "authors": [
3285                {
3286                    "name": "PHP-FIG",
3287                    "homepage": "https://www.php-fig.org/"
3288                }
3289            ],
3290            "description": "Common interface for HTTP server-side request handler",
3291            "keywords": [
3292                "handler",
3293                "http",
3294                "http-interop",
3295                "psr",
3296                "psr-15",
3297                "psr-7",
3298                "request",
3299                "response",
3300                "server"
3301            ],
3302            "support": {
3303                "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
3304            },
3305            "time": "2023-04-10T20:06:20+00:00"
3306        },
3307        {
3308            "name": "psr/http-server-middleware",
3309            "version": "1.0.2",
3310            "source": {
3311                "type": "git",
3312                "url": "https://github.com/php-fig/http-server-middleware.git",
3313                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
3314            },
3315            "dist": {
3316                "type": "zip",
3317                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
3318                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
3319                "shasum": ""
3320            },
3321            "require": {
3322                "php": ">=7.0",
3323                "psr/http-message": "^1.0 || ^2.0",
3324                "psr/http-server-handler": "^1.0"
3325            },
3326            "type": "library",
3327            "extra": {
3328                "branch-alias": {
3329                    "dev-master": "1.0.x-dev"
3330                }
3331            },
3332            "autoload": {
3333                "psr-4": {
3334                    "Psr\\Http\\Server\\": "src/"
3335                }
3336            },
3337            "notification-url": "https://packagist.org/downloads/",
3338            "license": [
3339                "MIT"
3340            ],
3341            "authors": [
3342                {
3343                    "name": "PHP-FIG",
3344                    "homepage": "https://www.php-fig.org/"
3345                }
3346            ],
3347            "description": "Common interface for HTTP server-side middleware",
3348            "keywords": [
3349                "http",
3350                "http-interop",
3351                "middleware",
3352                "psr",
3353                "psr-15",
3354                "psr-7",
3355                "request",
3356                "response"
3357            ],
3358            "support": {
3359                "issues": "https://github.com/php-fig/http-server-middleware/issues",
3360                "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
3361            },
3362            "time": "2023-04-11T06:14:47+00:00"
3363        },
3364        {
3365            "name": "psr/log",
3366            "version": "2.0.0",
3367            "source": {
3368                "type": "git",
3369                "url": "https://github.com/php-fig/log.git",
3370                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
3371            },
3372            "dist": {
3373                "type": "zip",
3374                "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
3375                "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
3376                "shasum": ""
3377            },
3378            "require": {
3379                "php": ">=8.0.0"
3380            },
3381            "type": "library",
3382            "extra": {
3383                "branch-alias": {
3384                    "dev-master": "2.0.x-dev"
3385                }
3386            },
3387            "autoload": {
3388                "psr-4": {
3389                    "Psr\\Log\\": "src"
3390                }
3391            },
3392            "notification-url": "https://packagist.org/downloads/",
3393            "license": [
3394                "MIT"
3395            ],
3396            "authors": [
3397                {
3398                    "name": "PHP-FIG",
3399                    "homepage": "https://www.php-fig.org/"
3400                }
3401            ],
3402            "description": "Common interface for logging libraries",
3403            "homepage": "https://github.com/php-fig/log",
3404            "keywords": [
3405                "log",
3406                "psr",
3407                "psr-3"
3408            ],
3409            "support": {
3410                "source": "https://github.com/php-fig/log/tree/2.0.0"
3411            },
3412            "time": "2021-07-14T16:41:46+00:00"
3413        },
3414        {
3415            "name": "psr/simple-cache",
3416            "version": "3.0.0",
3417            "source": {
3418                "type": "git",
3419                "url": "https://github.com/php-fig/simple-cache.git",
3420                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
3421            },
3422            "dist": {
3423                "type": "zip",
3424                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
3425                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
3426                "shasum": ""
3427            },
3428            "require": {
3429                "php": ">=8.0.0"
3430            },
3431            "type": "library",
3432            "extra": {
3433                "branch-alias": {
3434                    "dev-master": "3.0.x-dev"
3435                }
3436            },
3437            "autoload": {
3438                "psr-4": {
3439                    "Psr\\SimpleCache\\": "src/"
3440                }
3441            },
3442            "notification-url": "https://packagist.org/downloads/",
3443            "license": [
3444                "MIT"
3445            ],
3446            "authors": [
3447                {
3448                    "name": "PHP-FIG",
3449                    "homepage": "https://www.php-fig.org/"
3450                }
3451            ],
3452            "description": "Common interfaces for simple caching",
3453            "keywords": [
3454                "cache",
3455                "caching",
3456                "psr",
3457                "psr-16",
3458                "simple-cache"
3459            ],
3460            "support": {
3461                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
3462            },
3463            "time": "2021-10-29T13:26:27+00:00"
3464        },
3465        {
3466            "name": "ralouphie/getallheaders",
3467            "version": "3.0.3",
3468            "source": {
3469                "type": "git",
3470                "url": "https://github.com/ralouphie/getallheaders.git",
3471                "reference": "120b605dfeb996808c31b6477290a714d356e822"
3472            },
3473            "dist": {
3474                "type": "zip",
3475                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3476                "reference": "120b605dfeb996808c31b6477290a714d356e822",
3477                "shasum": ""
3478            },
3479            "require": {
3480                "php": ">=5.6"
3481            },
3482            "require-dev": {
3483                "php-coveralls/php-coveralls": "^2.1",
3484                "phpunit/phpunit": "^5 || ^6.5"
3485            },
3486            "type": "library",
3487            "autoload": {
3488                "files": [
3489                    "src/getallheaders.php"
3490                ]
3491            },
3492            "notification-url": "https://packagist.org/downloads/",
3493            "license": [
3494                "MIT"
3495            ],
3496            "authors": [
3497                {
3498                    "name": "Ralph Khattar",
3499                    "email": "ralph.khattar@gmail.com"
3500                }
3501            ],
3502            "description": "A polyfill for getallheaders.",
3503            "support": {
3504                "issues": "https://github.com/ralouphie/getallheaders/issues",
3505                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3506            },
3507            "time": "2019-03-08T08:55:37+00:00"
3508        },
3509        {
3510            "name": "ramsey/collection",
3511            "version": "2.0.0",
3512            "source": {
3513                "type": "git",
3514                "url": "https://github.com/ramsey/collection.git",
3515                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
3516            },
3517            "dist": {
3518                "type": "zip",
3519                "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3520                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
3521                "shasum": ""
3522            },
3523            "require": {
3524                "php": "^8.1"
3525            },
3526            "require-dev": {
3527                "captainhook/plugin-composer": "^5.3",
3528                "ergebnis/composer-normalize": "^2.28.3",
3529                "fakerphp/faker": "^1.21",
3530                "hamcrest/hamcrest-php": "^2.0",
3531                "jangregor/phpstan-prophecy": "^1.0",
3532                "mockery/mockery": "^1.5",
3533                "php-parallel-lint/php-console-highlighter": "^1.0",
3534                "php-parallel-lint/php-parallel-lint": "^1.3",
3535                "phpcsstandards/phpcsutils": "^1.0.0-rc1",
3536                "phpspec/prophecy-phpunit": "^2.0",
3537                "phpstan/extension-installer": "^1.2",
3538                "phpstan/phpstan": "^1.9",
3539                "phpstan/phpstan-mockery": "^1.1",
3540                "phpstan/phpstan-phpunit": "^1.3",
3541                "phpunit/phpunit": "^9.5",
3542                "psalm/plugin-mockery": "^1.1",
3543                "psalm/plugin-phpunit": "^0.18.4",
3544                "ramsey/coding-standard": "^2.0.3",
3545                "ramsey/conventional-commits": "^1.3",
3546                "vimeo/psalm": "^5.4"
3547            },
3548            "type": "library",
3549            "extra": {
3550                "captainhook": {
3551                    "force-install": true
3552                },
3553                "ramsey/conventional-commits": {
3554                    "configFile": "conventional-commits.json"
3555                }
3556            },
3557            "autoload": {
3558                "psr-4": {
3559                    "Ramsey\\Collection\\": "src/"
3560                }
3561            },
3562            "notification-url": "https://packagist.org/downloads/",
3563            "license": [
3564                "MIT"
3565            ],
3566            "authors": [
3567                {
3568                    "name": "Ben Ramsey",
3569                    "email": "ben@benramsey.com",
3570                    "homepage": "https://benramsey.com"
3571                }
3572            ],
3573            "description": "A PHP library for representing and manipulating collections.",
3574            "keywords": [
3575                "array",
3576                "collection",
3577                "hash",
3578                "map",
3579                "queue",
3580                "set"
3581            ],
3582            "support": {
3583                "issues": "https://github.com/ramsey/collection/issues",
3584                "source": "https://github.com/ramsey/collection/tree/2.0.0"
3585            },
3586            "funding": [
3587                {
3588                    "url": "https://github.com/ramsey",
3589                    "type": "github"
3590                },
3591                {
3592                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
3593                    "type": "tidelift"
3594                }
3595            ],
3596            "time": "2022-12-31T21:50:55+00:00"
3597        },
3598        {
3599            "name": "ramsey/uuid",
3600            "version": "4.7.5",
3601            "source": {
3602                "type": "git",
3603                "url": "https://github.com/ramsey/uuid.git",
3604                "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
3605            },
3606            "dist": {
3607                "type": "zip",
3608                "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
3609                "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
3610                "shasum": ""
3611            },
3612            "require": {
3613                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
3614                "ext-json": "*",
3615                "php": "^8.0",
3616                "ramsey/collection": "^1.2 || ^2.0"
3617            },
3618            "replace": {
3619                "rhumsaa/uuid": "self.version"
3620            },
3621            "require-dev": {
3622                "captainhook/captainhook": "^5.10",
3623                "captainhook/plugin-composer": "^5.3",
3624                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3625                "doctrine/annotations": "^1.8",
3626                "ergebnis/composer-normalize": "^2.15",
3627                "mockery/mockery": "^1.3",
3628                "paragonie/random-lib": "^2",
3629                "php-mock/php-mock": "^2.2",
3630                "php-mock/php-mock-mockery": "^1.3",
3631                "php-parallel-lint/php-parallel-lint": "^1.1",
3632                "phpbench/phpbench": "^1.0",
3633                "phpstan/extension-installer": "^1.1",
3634                "phpstan/phpstan": "^1.8",
3635                "phpstan/phpstan-mockery": "^1.1",
3636                "phpstan/phpstan-phpunit": "^1.1",
3637                "phpunit/phpunit": "^8.5 || ^9",
3638                "ramsey/composer-repl": "^1.4",
3639                "slevomat/coding-standard": "^8.4",
3640                "squizlabs/php_codesniffer": "^3.5",
3641                "vimeo/psalm": "^4.9"
3642            },
3643            "suggest": {
3644                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3645                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3646                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3647                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3648                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3649            },
3650            "type": "library",
3651            "extra": {
3652                "captainhook": {
3653                    "force-install": true
3654                }
3655            },
3656            "autoload": {
3657                "files": [
3658                    "src/functions.php"
3659                ],
3660                "psr-4": {
3661                    "Ramsey\\Uuid\\": "src/"
3662                }
3663            },
3664            "notification-url": "https://packagist.org/downloads/",
3665            "license": [
3666                "MIT"
3667            ],
3668            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3669            "keywords": [
3670                "guid",
3671                "identifier",
3672                "uuid"
3673            ],
3674            "support": {
3675                "issues": "https://github.com/ramsey/uuid/issues",
3676                "source": "https://github.com/ramsey/uuid/tree/4.7.5"
3677            },
3678            "funding": [
3679                {
3680                    "url": "https://github.com/ramsey",
3681                    "type": "github"
3682                },
3683                {
3684                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
3685                    "type": "tidelift"
3686                }
3687            ],
3688            "time": "2023-11-08T05:53:05+00:00"
3689        },
3690        {
3691            "name": "sabre/uri",
3692            "version": "3.0.1",
3693            "source": {
3694                "type": "git",
3695                "url": "https://github.com/sabre-io/uri.git",
3696                "reference": "1774043c843f1db7654ecc93368a98be29b07544"
3697            },
3698            "dist": {
3699                "type": "zip",
3700                "url": "https://api.github.com/repos/sabre-io/uri/zipball/1774043c843f1db7654ecc93368a98be29b07544",
3701                "reference": "1774043c843f1db7654ecc93368a98be29b07544",
3702                "shasum": ""
3703            },
3704            "require": {
3705                "php": "^7.4 || ^8.0"
3706            },
3707            "require-dev": {
3708                "friendsofphp/php-cs-fixer": "^3.17",
3709                "phpstan/extension-installer": "^1.3",
3710                "phpstan/phpstan": "^1.10",
3711                "phpstan/phpstan-phpunit": "^1.3",
3712                "phpstan/phpstan-strict-rules": "^1.5",
3713                "phpunit/phpunit": "^9.6"
3714            },
3715            "type": "library",
3716            "autoload": {
3717                "files": [
3718                    "lib/functions.php"
3719                ],
3720                "psr-4": {
3721                    "Sabre\\Uri\\": "lib/"
3722                }
3723            },
3724            "notification-url": "https://packagist.org/downloads/",
3725            "license": [
3726                "BSD-3-Clause"
3727            ],
3728            "authors": [
3729                {
3730                    "name": "Evert Pot",
3731                    "email": "me@evertpot.com",
3732                    "homepage": "http://evertpot.com/",
3733                    "role": "Developer"
3734                }
3735            ],
3736            "description": "Functions for making sense out of URIs.",
3737            "homepage": "http://sabre.io/uri/",
3738            "keywords": [
3739                "rfc3986",
3740                "uri",
3741                "url"
3742            ],
3743            "support": {
3744                "forum": "https://groups.google.com/group/sabredav-discuss",
3745                "issues": "https://github.com/sabre-io/uri/issues",
3746                "source": "https://github.com/fruux/sabre-uri"
3747            },
3748            "time": "2023-06-09T07:04:02+00:00"
3749        },
3750        {
3751            "name": "sabre/vobject",
3752            "version": "4.5.4",
3753            "source": {
3754                "type": "git",
3755                "url": "https://github.com/sabre-io/vobject.git",
3756                "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772"
3757            },
3758            "dist": {
3759                "type": "zip",
3760                "url": "https://api.github.com/repos/sabre-io/vobject/zipball/a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
3761                "reference": "a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772",
3762                "shasum": ""
3763            },
3764            "require": {
3765                "ext-mbstring": "*",
3766                "php": "^7.1 || ^8.0",
3767                "sabre/xml": "^2.1 || ^3.0 || ^4.0"
3768            },
3769            "require-dev": {
3770                "friendsofphp/php-cs-fixer": "~2.17.1",
3771                "phpstan/phpstan": "^0.12",
3772                "phpunit/php-invoker": "^2.0 || ^3.1",
3773                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
3774            },
3775            "suggest": {
3776                "hoa/bench": "If you would like to run the benchmark scripts"
3777            },
3778            "bin": [
3779                "bin/vobject",
3780                "bin/generate_vcards"
3781            ],
3782            "type": "library",
3783            "extra": {
3784                "branch-alias": {
3785                    "dev-master": "4.0.x-dev"
3786                }
3787            },
3788            "autoload": {
3789                "psr-4": {
3790                    "Sabre\\VObject\\": "lib/"
3791                }
3792            },
3793            "notification-url": "https://packagist.org/downloads/",
3794            "license": [
3795                "BSD-3-Clause"
3796            ],
3797            "authors": [
3798                {
3799                    "name": "Evert Pot",
3800                    "email": "me@evertpot.com",
3801                    "homepage": "http://evertpot.com/",
3802                    "role": "Developer"
3803                },
3804                {
3805                    "name": "Dominik Tobschall",
3806                    "email": "dominik@fruux.com",
3807                    "homepage": "http://tobschall.de/",
3808                    "role": "Developer"
3809                },
3810                {
3811                    "name": "Ivan Enderlin",
3812                    "email": "ivan.enderlin@hoa-project.net",
3813                    "homepage": "http://mnt.io/",
3814                    "role": "Developer"
3815                }
3816            ],
3817            "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
3818            "homepage": "http://sabre.io/vobject/",
3819            "keywords": [
3820                "availability",
3821                "freebusy",
3822                "iCalendar",
3823                "ical",
3824                "ics",
3825                "jCal",
3826                "jCard",
3827                "recurrence",
3828                "rfc2425",
3829                "rfc2426",
3830                "rfc2739",
3831                "rfc4770",
3832                "rfc5545",
3833                "rfc5546",
3834                "rfc6321",
3835                "rfc6350",
3836                "rfc6351",
3837                "rfc6474",
3838                "rfc6638",
3839                "rfc6715",
3840                "rfc6868",
3841                "vCalendar",
3842                "vCard",
3843                "vcf",
3844                "xCal",
3845                "xCard"
3846            ],
3847            "support": {
3848                "forum": "https://groups.google.com/group/sabredav-discuss",
3849                "issues": "https://github.com/sabre-io/vobject/issues",
3850                "source": "https://github.com/fruux/sabre-vobject"
3851            },
3852            "time": "2023-11-09T12:54:37+00:00"
3853        },
3854        {
3855            "name": "sabre/xml",
3856            "version": "4.0.4",
3857            "source": {
3858                "type": "git",
3859                "url": "https://github.com/sabre-io/xml.git",
3860                "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456"
3861            },
3862            "dist": {
3863                "type": "zip",
3864                "url": "https://api.github.com/repos/sabre-io/xml/zipball/99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
3865                "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456",
3866                "shasum": ""
3867            },
3868            "require": {
3869                "ext-dom": "*",
3870                "ext-xmlreader": "*",
3871                "ext-xmlwriter": "*",
3872                "lib-libxml": ">=2.6.20",
3873                "php": "^7.4 || ^8.0",
3874                "sabre/uri": ">=2.0,<4.0.0"
3875            },
3876            "require-dev": {
3877                "friendsofphp/php-cs-fixer": "^3.38",
3878                "phpstan/phpstan": "^1.10",
3879                "phpunit/phpunit": "^9.6"
3880            },
3881            "type": "library",
3882            "autoload": {
3883                "files": [
3884                    "lib/Deserializer/functions.php",
3885                    "lib/Serializer/functions.php"
3886                ],
3887                "psr-4": {
3888                    "Sabre\\Xml\\": "lib/"
3889                }
3890            },
3891            "notification-url": "https://packagist.org/downloads/",
3892            "license": [
3893                "BSD-3-Clause"
3894            ],
3895            "authors": [
3896                {
3897                    "name": "Evert Pot",
3898                    "email": "me@evertpot.com",
3899                    "homepage": "http://evertpot.com/",
3900                    "role": "Developer"
3901                },
3902                {
3903                    "name": "Markus Staab",
3904                    "email": "markus.staab@redaxo.de",
3905                    "role": "Developer"
3906                }
3907            ],
3908            "description": "sabre/xml is an XML library that you may not hate.",
3909            "homepage": "https://sabre.io/xml/",
3910            "keywords": [
3911                "XMLReader",
3912                "XMLWriter",
3913                "dom",
3914                "xml"
3915            ],
3916            "support": {
3917                "forum": "https://groups.google.com/group/sabredav-discuss",
3918                "issues": "https://github.com/sabre-io/xml/issues",
3919                "source": "https://github.com/fruux/sabre-xml"
3920            },
3921            "time": "2023-11-09T10:47:15+00:00"
3922        },
3923        {
3924            "name": "symfony/cache",
3925            "version": "v7.0.4",
3926            "source": {
3927                "type": "git",
3928                "url": "https://github.com/symfony/cache.git",
3929                "reference": "fc822951dd360a593224bb2cef90a087d0dff60f"
3930            },
3931            "dist": {
3932                "type": "zip",
3933                "url": "https://api.github.com/repos/symfony/cache/zipball/fc822951dd360a593224bb2cef90a087d0dff60f",
3934                "reference": "fc822951dd360a593224bb2cef90a087d0dff60f",
3935                "shasum": ""
3936            },
3937            "require": {
3938                "php": ">=8.2",
3939                "psr/cache": "^2.0|^3.0",
3940                "psr/log": "^1.1|^2|^3",
3941                "symfony/cache-contracts": "^2.5|^3",
3942                "symfony/service-contracts": "^2.5|^3",
3943                "symfony/var-exporter": "^6.4|^7.0"
3944            },
3945            "conflict": {
3946                "doctrine/dbal": "<3.6",
3947                "symfony/dependency-injection": "<6.4",
3948                "symfony/http-kernel": "<6.4",
3949                "symfony/var-dumper": "<6.4"
3950            },
3951            "provide": {
3952                "psr/cache-implementation": "2.0|3.0",
3953                "psr/simple-cache-implementation": "1.0|2.0|3.0",
3954                "symfony/cache-implementation": "1.1|2.0|3.0"
3955            },
3956            "require-dev": {
3957                "cache/integration-tests": "dev-master",
3958                "doctrine/dbal": "^3.6|^4",
3959                "predis/predis": "^1.1|^2.0",
3960                "psr/simple-cache": "^1.0|^2.0|^3.0",
3961                "symfony/config": "^6.4|^7.0",
3962                "symfony/dependency-injection": "^6.4|^7.0",
3963                "symfony/filesystem": "^6.4|^7.0",
3964                "symfony/http-kernel": "^6.4|^7.0",
3965                "symfony/messenger": "^6.4|^7.0",
3966                "symfony/var-dumper": "^6.4|^7.0"
3967            },
3968            "type": "library",
3969            "autoload": {
3970                "psr-4": {
3971                    "Symfony\\Component\\Cache\\": ""
3972                },
3973                "classmap": [
3974                    "Traits/ValueWrapper.php"
3975                ],
3976                "exclude-from-classmap": [
3977                    "/Tests/"
3978                ]
3979            },
3980            "notification-url": "https://packagist.org/downloads/",
3981            "license": [
3982                "MIT"
3983            ],
3984            "authors": [
3985                {
3986                    "name": "Nicolas Grekas",
3987                    "email": "p@tchwork.com"
3988                },
3989                {
3990                    "name": "Symfony Community",
3991                    "homepage": "https://symfony.com/contributors"
3992                }
3993            ],
3994            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
3995            "homepage": "https://symfony.com",
3996            "keywords": [
3997                "caching",
3998                "psr6"
3999            ],
4000            "support": {
4001                "source": "https://github.com/symfony/cache/tree/v7.0.4"
4002            },
4003            "funding": [
4004                {
4005                    "url": "https://symfony.com/sponsor",
4006                    "type": "custom"
4007                },
4008                {
4009                    "url": "https://github.com/fabpot",
4010                    "type": "github"
4011                },
4012                {
4013                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4014                    "type": "tidelift"
4015                }
4016            ],
4017            "time": "2024-02-22T20:27:20+00:00"
4018        },
4019        {
4020            "name": "symfony/cache-contracts",
4021            "version": "v3.4.0",
4022            "source": {
4023                "type": "git",
4024                "url": "https://github.com/symfony/cache-contracts.git",
4025                "reference": "1d74b127da04ffa87aa940abe15446fa89653778"
4026            },
4027            "dist": {
4028                "type": "zip",
4029                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1d74b127da04ffa87aa940abe15446fa89653778",
4030                "reference": "1d74b127da04ffa87aa940abe15446fa89653778",
4031                "shasum": ""
4032            },
4033            "require": {
4034                "php": ">=8.1",
4035                "psr/cache": "^3.0"
4036            },
4037            "type": "library",
4038            "extra": {
4039                "branch-alias": {
4040                    "dev-main": "3.4-dev"
4041                },
4042                "thanks": {
4043                    "name": "symfony/contracts",
4044                    "url": "https://github.com/symfony/contracts"
4045                }
4046            },
4047            "autoload": {
4048                "psr-4": {
4049                    "Symfony\\Contracts\\Cache\\": ""
4050                }
4051            },
4052            "notification-url": "https://packagist.org/downloads/",
4053            "license": [
4054                "MIT"
4055            ],
4056            "authors": [
4057                {
4058                    "name": "Nicolas Grekas",
4059                    "email": "p@tchwork.com"
4060                },
4061                {
4062                    "name": "Symfony Community",
4063                    "homepage": "https://symfony.com/contributors"
4064                }
4065            ],
4066            "description": "Generic abstractions related to caching",
4067            "homepage": "https://symfony.com",
4068            "keywords": [
4069                "abstractions",
4070                "contracts",
4071                "decoupling",
4072                "interfaces",
4073                "interoperability",
4074                "standards"
4075            ],
4076            "support": {
4077                "source": "https://github.com/symfony/cache-contracts/tree/v3.4.0"
4078            },
4079            "funding": [
4080                {
4081                    "url": "https://symfony.com/sponsor",
4082                    "type": "custom"
4083                },
4084                {
4085                    "url": "https://github.com/fabpot",
4086                    "type": "github"
4087                },
4088                {
4089                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4090                    "type": "tidelift"
4091                }
4092            ],
4093            "time": "2023-09-25T12:52:38+00:00"
4094        },
4095        {
4096            "name": "symfony/clock",
4097            "version": "v7.0.5",
4098            "source": {
4099                "type": "git",
4100                "url": "https://github.com/symfony/clock.git",
4101                "reference": "8b9d08887353d627d5f6c3bf3373b398b49051c2"
4102            },
4103            "dist": {
4104                "type": "zip",
4105                "url": "https://api.github.com/repos/symfony/clock/zipball/8b9d08887353d627d5f6c3bf3373b398b49051c2",
4106                "reference": "8b9d08887353d627d5f6c3bf3373b398b49051c2",
4107                "shasum": ""
4108            },
4109            "require": {
4110                "php": ">=8.2",
4111                "psr/clock": "^1.0",
4112                "symfony/polyfill-php83": "^1.28"
4113            },
4114            "provide": {
4115                "psr/clock-implementation": "1.0"
4116            },
4117            "type": "library",
4118            "autoload": {
4119                "files": [
4120                    "Resources/now.php"
4121                ],
4122                "psr-4": {
4123                    "Symfony\\Component\\Clock\\": ""
4124                },
4125                "exclude-from-classmap": [
4126                    "/Tests/"
4127                ]
4128            },
4129            "notification-url": "https://packagist.org/downloads/",
4130            "license": [
4131                "MIT"
4132            ],
4133            "authors": [
4134                {
4135                    "name": "Nicolas Grekas",
4136                    "email": "p@tchwork.com"
4137                },
4138                {
4139                    "name": "Symfony Community",
4140                    "homepage": "https://symfony.com/contributors"
4141                }
4142            ],
4143            "description": "Decouples applications from the system clock",
4144            "homepage": "https://symfony.com",
4145            "keywords": [
4146                "clock",
4147                "psr20",
4148                "time"
4149            ],
4150            "support": {
4151                "source": "https://github.com/symfony/clock/tree/v7.0.5"
4152            },
4153            "funding": [
4154                {
4155                    "url": "https://symfony.com/sponsor",
4156                    "type": "custom"
4157                },
4158                {
4159                    "url": "https://github.com/fabpot",
4160                    "type": "github"
4161                },
4162                {
4163                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4164                    "type": "tidelift"
4165                }
4166            ],
4167            "time": "2024-03-02T12:46:12+00:00"
4168        },
4169        {
4170            "name": "symfony/deprecation-contracts",
4171            "version": "v3.4.0",
4172            "source": {
4173                "type": "git",
4174                "url": "https://github.com/symfony/deprecation-contracts.git",
4175                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
4176            },
4177            "dist": {
4178                "type": "zip",
4179                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
4180                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
4181                "shasum": ""
4182            },
4183            "require": {
4184                "php": ">=8.1"
4185            },
4186            "type": "library",
4187            "extra": {
4188                "branch-alias": {
4189                    "dev-main": "3.4-dev"
4190                },
4191                "thanks": {
4192                    "name": "symfony/contracts",
4193                    "url": "https://github.com/symfony/contracts"
4194                }
4195            },
4196            "autoload": {
4197                "files": [
4198                    "function.php"
4199                ]
4200            },
4201            "notification-url": "https://packagist.org/downloads/",
4202            "license": [
4203                "MIT"
4204            ],
4205            "authors": [
4206                {
4207                    "name": "Nicolas Grekas",
4208                    "email": "p@tchwork.com"
4209                },
4210                {
4211                    "name": "Symfony Community",
4212                    "homepage": "https://symfony.com/contributors"
4213                }
4214            ],
4215            "description": "A generic function and convention to trigger deprecation notices",
4216            "homepage": "https://symfony.com",
4217            "support": {
4218                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
4219            },
4220            "funding": [
4221                {
4222                    "url": "https://symfony.com/sponsor",
4223                    "type": "custom"
4224                },
4225                {
4226                    "url": "https://github.com/fabpot",
4227                    "type": "github"
4228                },
4229                {
4230                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4231                    "type": "tidelift"
4232                }
4233            ],
4234            "time": "2023-05-23T14:45:45+00:00"
4235        },
4236        {
4237            "name": "symfony/event-dispatcher",
4238            "version": "v7.0.3",
4239            "source": {
4240                "type": "git",
4241                "url": "https://github.com/symfony/event-dispatcher.git",
4242                "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
4243            },
4244            "dist": {
4245                "type": "zip",
4246                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
4247                "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
4248                "shasum": ""
4249            },
4250            "require": {
4251                "php": ">=8.2",
4252                "symfony/event-dispatcher-contracts": "^2.5|^3"
4253            },
4254            "conflict": {
4255                "symfony/dependency-injection": "<6.4",
4256                "symfony/service-contracts": "<2.5"
4257            },
4258            "provide": {
4259                "psr/event-dispatcher-implementation": "1.0",
4260                "symfony/event-dispatcher-implementation": "2.0|3.0"
4261            },
4262            "require-dev": {
4263                "psr/log": "^1|^2|^3",
4264                "symfony/config": "^6.4|^7.0",
4265                "symfony/dependency-injection": "^6.4|^7.0",
4266                "symfony/error-handler": "^6.4|^7.0",
4267                "symfony/expression-language": "^6.4|^7.0",
4268                "symfony/http-foundation": "^6.4|^7.0",
4269                "symfony/service-contracts": "^2.5|^3",
4270                "symfony/stopwatch": "^6.4|^7.0"
4271            },
4272            "type": "library",
4273            "autoload": {
4274                "psr-4": {
4275                    "Symfony\\Component\\EventDispatcher\\": ""
4276                },
4277                "exclude-from-classmap": [
4278                    "/Tests/"
4279                ]
4280            },
4281            "notification-url": "https://packagist.org/downloads/",
4282            "license": [
4283                "MIT"
4284            ],
4285            "authors": [
4286                {
4287                    "name": "Fabien Potencier",
4288                    "email": "fabien@symfony.com"
4289                },
4290                {
4291                    "name": "Symfony Community",
4292                    "homepage": "https://symfony.com/contributors"
4293                }
4294            ],
4295            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
4296            "homepage": "https://symfony.com",
4297            "support": {
4298                "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3"
4299            },
4300            "funding": [
4301                {
4302                    "url": "https://symfony.com/sponsor",
4303                    "type": "custom"
4304                },
4305                {
4306                    "url": "https://github.com/fabpot",
4307                    "type": "github"
4308                },
4309                {
4310                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4311                    "type": "tidelift"
4312                }
4313            ],
4314            "time": "2024-01-23T15:02:46+00:00"
4315        },
4316        {
4317            "name": "symfony/event-dispatcher-contracts",
4318            "version": "v3.4.0",
4319            "source": {
4320                "type": "git",
4321                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4322                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
4323            },
4324            "dist": {
4325                "type": "zip",
4326                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
4327                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
4328                "shasum": ""
4329            },
4330            "require": {
4331                "php": ">=8.1",
4332                "psr/event-dispatcher": "^1"
4333            },
4334            "type": "library",
4335            "extra": {
4336                "branch-alias": {
4337                    "dev-main": "3.4-dev"
4338                },
4339                "thanks": {
4340                    "name": "symfony/contracts",
4341                    "url": "https://github.com/symfony/contracts"
4342                }
4343            },
4344            "autoload": {
4345                "psr-4": {
4346                    "Symfony\\Contracts\\EventDispatcher\\": ""
4347                }
4348            },
4349            "notification-url": "https://packagist.org/downloads/",
4350            "license": [
4351                "MIT"
4352            ],
4353            "authors": [
4354                {
4355                    "name": "Nicolas Grekas",
4356                    "email": "p@tchwork.com"
4357                },
4358                {
4359                    "name": "Symfony Community",
4360                    "homepage": "https://symfony.com/contributors"
4361                }
4362            ],
4363            "description": "Generic abstractions related to dispatching event",
4364            "homepage": "https://symfony.com",
4365            "keywords": [
4366                "abstractions",
4367                "contracts",
4368                "decoupling",
4369                "interfaces",
4370                "interoperability",
4371                "standards"
4372            ],
4373            "support": {
4374                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
4375            },
4376            "funding": [
4377                {
4378                    "url": "https://symfony.com/sponsor",
4379                    "type": "custom"
4380                },
4381                {
4382                    "url": "https://github.com/fabpot",
4383                    "type": "github"
4384                },
4385                {
4386                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4387                    "type": "tidelift"
4388                }
4389            ],
4390            "time": "2023-05-23T14:45:45+00:00"
4391        },
4392        {
4393            "name": "symfony/expression-language",
4394            "version": "v7.0.3",
4395            "source": {
4396                "type": "git",
4397                "url": "https://github.com/symfony/expression-language.git",
4398                "reference": "0877c599cb260c9614f9229c0a2090d6919fd621"
4399            },
4400            "dist": {
4401                "type": "zip",
4402                "url": "https://api.github.com/repos/symfony/expression-language/zipball/0877c599cb260c9614f9229c0a2090d6919fd621",
4403                "reference": "0877c599cb260c9614f9229c0a2090d6919fd621",
4404                "shasum": ""
4405            },
4406            "require": {
4407                "php": ">=8.2",
4408                "symfony/cache": "^6.4|^7.0",
4409                "symfony/service-contracts": "^2.5|^3"
4410            },
4411            "type": "library",
4412            "autoload": {
4413                "psr-4": {
4414                    "Symfony\\Component\\ExpressionLanguage\\": ""
4415                },
4416                "exclude-from-classmap": [
4417                    "/Tests/"
4418                ]
4419            },
4420            "notification-url": "https://packagist.org/downloads/",
4421            "license": [
4422                "MIT"
4423            ],
4424            "authors": [
4425                {
4426                    "name": "Fabien Potencier",
4427                    "email": "fabien@symfony.com"
4428                },
4429                {
4430                    "name": "Symfony Community",
4431                    "homepage": "https://symfony.com/contributors"
4432                }
4433            ],
4434            "description": "Provides an engine that can compile and evaluate expressions",
4435            "homepage": "https://symfony.com",
4436            "support": {
4437                "source": "https://github.com/symfony/expression-language/tree/v7.0.3"
4438            },
4439            "funding": [
4440                {
4441                    "url": "https://symfony.com/sponsor",
4442                    "type": "custom"
4443                },
4444                {
4445                    "url": "https://github.com/fabpot",
4446                    "type": "github"
4447                },
4448                {
4449                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4450                    "type": "tidelift"
4451                }
4452            ],
4453            "time": "2024-01-23T15:02:46+00:00"
4454        },
4455        {
4456            "name": "symfony/mailer",
4457            "version": "v7.0.4",
4458            "source": {
4459                "type": "git",
4460                "url": "https://github.com/symfony/mailer.git",
4461                "reference": "72e16d87bf50a3ce195b9470c06bb9d7b816ea85"
4462            },
4463            "dist": {
4464                "type": "zip",
4465                "url": "https://api.github.com/repos/symfony/mailer/zipball/72e16d87bf50a3ce195b9470c06bb9d7b816ea85",
4466                "reference": "72e16d87bf50a3ce195b9470c06bb9d7b816ea85",
4467                "shasum": ""
4468            },
4469            "require": {
4470                "egulias/email-validator": "^2.1.10|^3|^4",
4471                "php": ">=8.2",
4472                "psr/event-dispatcher": "^1",
4473                "psr/log": "^1|^2|^3",
4474                "symfony/event-dispatcher": "^6.4|^7.0",
4475                "symfony/mime": "^6.4|^7.0",
4476                "symfony/service-contracts": "^2.5|^3"
4477            },
4478            "conflict": {
4479                "symfony/http-client-contracts": "<2.5",
4480                "symfony/http-kernel": "<6.4",
4481                "symfony/messenger": "<6.4",
4482                "symfony/mime": "<6.4",
4483                "symfony/twig-bridge": "<6.4"
4484            },
4485            "require-dev": {
4486                "symfony/console": "^6.4|^7.0",
4487                "symfony/http-client": "^6.4|^7.0",
4488                "symfony/messenger": "^6.4|^7.0",
4489                "symfony/twig-bridge": "^6.4|^7.0"
4490            },
4491            "type": "library",
4492            "autoload": {
4493                "psr-4": {
4494                    "Symfony\\Component\\Mailer\\": ""
4495                },
4496                "exclude-from-classmap": [
4497                    "/Tests/"
4498                ]
4499            },
4500            "notification-url": "https://packagist.org/downloads/",
4501            "license": [
4502                "MIT"
4503            ],
4504            "authors": [
4505                {
4506                    "name": "Fabien Potencier",
4507                    "email": "fabien@symfony.com"
4508                },
4509                {
4510                    "name": "Symfony Community",
4511                    "homepage": "https://symfony.com/contributors"
4512                }
4513            ],
4514            "description": "Helps sending emails",
4515            "homepage": "https://symfony.com",
4516            "support": {
4517                "source": "https://github.com/symfony/mailer/tree/v7.0.4"
4518            },
4519            "funding": [
4520                {
4521                    "url": "https://symfony.com/sponsor",
4522                    "type": "custom"
4523                },
4524                {
4525                    "url": "https://github.com/fabpot",
4526                    "type": "github"
4527                },
4528                {
4529                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4530                    "type": "tidelift"
4531                }
4532            ],
4533            "time": "2024-02-03T21:34:19+00:00"
4534        },
4535        {
4536            "name": "symfony/mime",
4537            "version": "v7.0.3",
4538            "source": {
4539                "type": "git",
4540                "url": "https://github.com/symfony/mime.git",
4541                "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716"
4542            },
4543            "dist": {
4544                "type": "zip",
4545                "url": "https://api.github.com/repos/symfony/mime/zipball/c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716",
4546                "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716",
4547                "shasum": ""
4548            },
4549            "require": {
4550                "php": ">=8.2",
4551                "symfony/polyfill-intl-idn": "^1.10",
4552                "symfony/polyfill-mbstring": "^1.0"
4553            },
4554            "conflict": {
4555                "egulias/email-validator": "~3.0.0",
4556                "phpdocumentor/reflection-docblock": "<3.2.2",
4557                "phpdocumentor/type-resolver": "<1.4.0",
4558                "symfony/mailer": "<6.4",
4559                "symfony/serializer": "<6.4"
4560            },
4561            "require-dev": {
4562                "egulias/email-validator": "^2.1.10|^3.1|^4",
4563                "league/html-to-markdown": "^5.0",
4564                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4565                "symfony/dependency-injection": "^6.4|^7.0",
4566                "symfony/property-access": "^6.4|^7.0",
4567                "symfony/property-info": "^6.4|^7.0",
4568                "symfony/serializer": "^6.4|^7.0"
4569            },
4570            "type": "library",
4571            "autoload": {
4572                "psr-4": {
4573                    "Symfony\\Component\\Mime\\": ""
4574                },
4575                "exclude-from-classmap": [
4576                    "/Tests/"
4577                ]
4578            },
4579            "notification-url": "https://packagist.org/downloads/",
4580            "license": [
4581                "MIT"
4582            ],
4583            "authors": [
4584                {
4585                    "name": "Fabien Potencier",
4586                    "email": "fabien@symfony.com"
4587                },
4588                {
4589                    "name": "Symfony Community",
4590                    "homepage": "https://symfony.com/contributors"
4591                }
4592            ],
4593            "description": "Allows manipulating MIME messages",
4594            "homepage": "https://symfony.com",
4595            "keywords": [
4596                "mime",
4597                "mime-type"
4598            ],
4599            "support": {
4600                "source": "https://github.com/symfony/mime/tree/v7.0.3"
4601            },
4602            "funding": [
4603                {
4604                    "url": "https://symfony.com/sponsor",
4605                    "type": "custom"
4606                },
4607                {
4608                    "url": "https://github.com/fabpot",
4609                    "type": "github"
4610                },
4611                {
4612                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4613                    "type": "tidelift"
4614                }
4615            ],
4616            "time": "2024-01-30T08:34:29+00:00"
4617        },
4618        {
4619            "name": "symfony/polyfill-intl-idn",
4620            "version": "v1.29.0",
4621            "source": {
4622                "type": "git",
4623                "url": "https://github.com/symfony/polyfill-intl-idn.git",
4624                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
4625            },
4626            "dist": {
4627                "type": "zip",
4628                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
4629                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
4630                "shasum": ""
4631            },
4632            "require": {
4633                "php": ">=7.1",
4634                "symfony/polyfill-intl-normalizer": "^1.10",
4635                "symfony/polyfill-php72": "^1.10"
4636            },
4637            "suggest": {
4638                "ext-intl": "For best performance"
4639            },
4640            "type": "library",
4641            "extra": {
4642                "thanks": {
4643                    "name": "symfony/polyfill",
4644                    "url": "https://github.com/symfony/polyfill"
4645                }
4646            },
4647            "autoload": {
4648                "files": [
4649                    "bootstrap.php"
4650                ],
4651                "psr-4": {
4652                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
4653                }
4654            },
4655            "notification-url": "https://packagist.org/downloads/",
4656            "license": [
4657                "MIT"
4658            ],
4659            "authors": [
4660                {
4661                    "name": "Laurent Bassin",
4662                    "email": "laurent@bassin.info"
4663                },
4664                {
4665                    "name": "Trevor Rowbotham",
4666                    "email": "trevor.rowbotham@pm.me"
4667                },
4668                {
4669                    "name": "Symfony Community",
4670                    "homepage": "https://symfony.com/contributors"
4671                }
4672            ],
4673            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4674            "homepage": "https://symfony.com",
4675            "keywords": [
4676                "compatibility",
4677                "idn",
4678                "intl",
4679                "polyfill",
4680                "portable",
4681                "shim"
4682            ],
4683            "support": {
4684                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
4685            },
4686            "funding": [
4687                {
4688                    "url": "https://symfony.com/sponsor",
4689                    "type": "custom"
4690                },
4691                {
4692                    "url": "https://github.com/fabpot",
4693                    "type": "github"
4694                },
4695                {
4696                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4697                    "type": "tidelift"
4698                }
4699            ],
4700            "time": "2024-01-29T20:11:03+00:00"
4701        },
4702        {
4703            "name": "symfony/polyfill-intl-normalizer",
4704            "version": "v1.29.0",
4705            "source": {
4706                "type": "git",
4707                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4708                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
4709            },
4710            "dist": {
4711                "type": "zip",
4712                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
4713                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
4714                "shasum": ""
4715            },
4716            "require": {
4717                "php": ">=7.1"
4718            },
4719            "suggest": {
4720                "ext-intl": "For best performance"
4721            },
4722            "type": "library",
4723            "extra": {
4724                "thanks": {
4725                    "name": "symfony/polyfill",
4726                    "url": "https://github.com/symfony/polyfill"
4727                }
4728            },
4729            "autoload": {
4730                "files": [
4731                    "bootstrap.php"
4732                ],
4733                "psr-4": {
4734                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4735                },
4736                "classmap": [
4737                    "Resources/stubs"
4738                ]
4739            },
4740            "notification-url": "https://packagist.org/downloads/",
4741            "license": [
4742                "MIT"
4743            ],
4744            "authors": [
4745                {
4746                    "name": "Nicolas Grekas",
4747                    "email": "p@tchwork.com"
4748                },
4749                {
4750                    "name": "Symfony Community",
4751                    "homepage": "https://symfony.com/contributors"
4752                }
4753            ],
4754            "description": "Symfony polyfill for intl's Normalizer class and related functions",
4755            "homepage": "https://symfony.com",
4756            "keywords": [
4757                "compatibility",
4758                "intl",
4759                "normalizer",
4760                "polyfill",
4761                "portable",
4762                "shim"
4763            ],
4764            "support": {
4765                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
4766            },
4767            "funding": [
4768                {
4769                    "url": "https://symfony.com/sponsor",
4770                    "type": "custom"
4771                },
4772                {
4773                    "url": "https://github.com/fabpot",
4774                    "type": "github"
4775                },
4776                {
4777                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4778                    "type": "tidelift"
4779                }
4780            ],
4781            "time": "2024-01-29T20:11:03+00:00"
4782        },
4783        {
4784            "name": "symfony/polyfill-mbstring",
4785            "version": "v1.29.0",
4786            "source": {
4787                "type": "git",
4788                "url": "https://github.com/symfony/polyfill-mbstring.git",
4789                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
4790            },
4791            "dist": {
4792                "type": "zip",
4793                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
4794                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
4795                "shasum": ""
4796            },
4797            "require": {
4798                "php": ">=7.1"
4799            },
4800            "provide": {
4801                "ext-mbstring": "*"
4802            },
4803            "suggest": {
4804                "ext-mbstring": "For best performance"
4805            },
4806            "type": "library",
4807            "extra": {
4808                "thanks": {
4809                    "name": "symfony/polyfill",
4810                    "url": "https://github.com/symfony/polyfill"
4811                }
4812            },
4813            "autoload": {
4814                "files": [
4815                    "bootstrap.php"
4816                ],
4817                "psr-4": {
4818                    "Symfony\\Polyfill\\Mbstring\\": ""
4819                }
4820            },
4821            "notification-url": "https://packagist.org/downloads/",
4822            "license": [
4823                "MIT"
4824            ],
4825            "authors": [
4826                {
4827                    "name": "Nicolas Grekas",
4828                    "email": "p@tchwork.com"
4829                },
4830                {
4831                    "name": "Symfony Community",
4832                    "homepage": "https://symfony.com/contributors"
4833                }
4834            ],
4835            "description": "Symfony polyfill for the Mbstring extension",
4836            "homepage": "https://symfony.com",
4837            "keywords": [
4838                "compatibility",
4839                "mbstring",
4840                "polyfill",
4841                "portable",
4842                "shim"
4843            ],
4844            "support": {
4845                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
4846            },
4847            "funding": [
4848                {
4849                    "url": "https://symfony.com/sponsor",
4850                    "type": "custom"
4851                },
4852                {
4853                    "url": "https://github.com/fabpot",
4854                    "type": "github"
4855                },
4856                {
4857                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4858                    "type": "tidelift"
4859                }
4860            ],
4861            "time": "2024-01-29T20:11:03+00:00"
4862        },
4863        {
4864            "name": "symfony/polyfill-php72",
4865            "version": "v1.29.0",
4866            "source": {
4867                "type": "git",
4868                "url": "https://github.com/symfony/polyfill-php72.git",
4869                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
4870            },
4871            "dist": {
4872                "type": "zip",
4873                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
4874                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
4875                "shasum": ""
4876            },
4877            "require": {
4878                "php": ">=7.1"
4879            },
4880            "type": "library",
4881            "extra": {
4882                "thanks": {
4883                    "name": "symfony/polyfill",
4884                    "url": "https://github.com/symfony/polyfill"
4885                }
4886            },
4887            "autoload": {
4888                "files": [
4889                    "bootstrap.php"
4890                ],
4891                "psr-4": {
4892                    "Symfony\\Polyfill\\Php72\\": ""
4893                }
4894            },
4895            "notification-url": "https://packagist.org/downloads/",
4896            "license": [
4897                "MIT"
4898            ],
4899            "authors": [
4900                {
4901                    "name": "Nicolas Grekas",
4902                    "email": "p@tchwork.com"
4903                },
4904                {
4905                    "name": "Symfony Community",
4906                    "homepage": "https://symfony.com/contributors"
4907                }
4908            ],
4909            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4910            "homepage": "https://symfony.com",
4911            "keywords": [
4912                "compatibility",
4913                "polyfill",
4914                "portable",
4915                "shim"
4916            ],
4917            "support": {
4918                "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
4919            },
4920            "funding": [
4921                {
4922                    "url": "https://symfony.com/sponsor",
4923                    "type": "custom"
4924                },
4925                {
4926                    "url": "https://github.com/fabpot",
4927                    "type": "github"
4928                },
4929                {
4930                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4931                    "type": "tidelift"
4932                }
4933            ],
4934            "time": "2024-01-29T20:11:03+00:00"
4935        },
4936        {
4937            "name": "symfony/polyfill-php80",
4938            "version": "v1.29.0",
4939            "source": {
4940                "type": "git",
4941                "url": "https://github.com/symfony/polyfill-php80.git",
4942                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
4943            },
4944            "dist": {
4945                "type": "zip",
4946                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
4947                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
4948                "shasum": ""
4949            },
4950            "require": {
4951                "php": ">=7.1"
4952            },
4953            "type": "library",
4954            "extra": {
4955                "thanks": {
4956                    "name": "symfony/polyfill",
4957                    "url": "https://github.com/symfony/polyfill"
4958                }
4959            },
4960            "autoload": {
4961                "files": [
4962                    "bootstrap.php"
4963                ],
4964                "psr-4": {
4965                    "Symfony\\Polyfill\\Php80\\": ""
4966                },
4967                "classmap": [
4968                    "Resources/stubs"
4969                ]
4970            },
4971            "notification-url": "https://packagist.org/downloads/",
4972            "license": [
4973                "MIT"
4974            ],
4975            "authors": [
4976                {
4977                    "name": "Ion Bazan",
4978                    "email": "ion.bazan@gmail.com"
4979                },
4980                {
4981                    "name": "Nicolas Grekas",
4982                    "email": "p@tchwork.com"
4983                },
4984                {
4985                    "name": "Symfony Community",
4986                    "homepage": "https://symfony.com/contributors"
4987                }
4988            ],
4989            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4990            "homepage": "https://symfony.com",
4991            "keywords": [
4992                "compatibility",
4993                "polyfill",
4994                "portable",
4995                "shim"
4996            ],
4997            "support": {
4998                "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
4999            },
5000            "funding": [
5001                {
5002                    "url": "https://symfony.com/sponsor",
5003                    "type": "custom"
5004                },
5005                {
5006                    "url": "https://github.com/fabpot",
5007                    "type": "github"
5008                },
5009                {
5010                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5011                    "type": "tidelift"
5012                }
5013            ],
5014            "time": "2024-01-29T20:11:03+00:00"
5015        },
5016        {
5017            "name": "symfony/polyfill-php83",
5018            "version": "v1.29.0",
5019            "source": {
5020                "type": "git",
5021                "url": "https://github.com/symfony/polyfill-php83.git",
5022                "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
5023            },
5024            "dist": {
5025                "type": "zip",
5026                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
5027                "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
5028                "shasum": ""
5029            },
5030            "require": {
5031                "php": ">=7.1",
5032                "symfony/polyfill-php80": "^1.14"
5033            },
5034            "type": "library",
5035            "extra": {
5036                "thanks": {
5037                    "name": "symfony/polyfill",
5038                    "url": "https://github.com/symfony/polyfill"
5039                }
5040            },
5041            "autoload": {
5042                "files": [
5043                    "bootstrap.php"
5044                ],
5045                "psr-4": {
5046                    "Symfony\\Polyfill\\Php83\\": ""
5047                },
5048                "classmap": [
5049                    "Resources/stubs"
5050                ]
5051            },
5052            "notification-url": "https://packagist.org/downloads/",
5053            "license": [
5054                "MIT"
5055            ],
5056            "authors": [
5057                {
5058                    "name": "Nicolas Grekas",
5059                    "email": "p@tchwork.com"
5060                },
5061                {
5062                    "name": "Symfony Community",
5063                    "homepage": "https://symfony.com/contributors"
5064                }
5065            ],
5066            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
5067            "homepage": "https://symfony.com",
5068            "keywords": [
5069                "compatibility",
5070                "polyfill",
5071                "portable",
5072                "shim"
5073            ],
5074            "support": {
5075                "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
5076            },
5077            "funding": [
5078                {
5079                    "url": "https://symfony.com/sponsor",
5080                    "type": "custom"
5081                },
5082                {
5083                    "url": "https://github.com/fabpot",
5084                    "type": "github"
5085                },
5086                {
5087                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5088                    "type": "tidelift"
5089                }
5090            ],
5091            "time": "2024-01-29T20:11:03+00:00"
5092        },
5093        {
5094            "name": "symfony/service-contracts",
5095            "version": "v3.4.1",
5096            "source": {
5097                "type": "git",
5098                "url": "https://github.com/symfony/service-contracts.git",
5099                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
5100            },
5101            "dist": {
5102                "type": "zip",
5103                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
5104                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
5105                "shasum": ""
5106            },
5107            "require": {
5108                "php": ">=8.1",
5109                "psr/container": "^1.1|^2.0"
5110            },
5111            "conflict": {
5112                "ext-psr": "<1.1|>=2"
5113            },
5114            "type": "library",
5115            "extra": {
5116                "branch-alias": {
5117                    "dev-main": "3.4-dev"
5118                },
5119                "thanks": {
5120                    "name": "symfony/contracts",
5121                    "url": "https://github.com/symfony/contracts"
5122                }
5123            },
5124            "autoload": {
5125                "psr-4": {
5126                    "Symfony\\Contracts\\Service\\": ""
5127                },
5128                "exclude-from-classmap": [
5129                    "/Test/"
5130                ]
5131            },
5132            "notification-url": "https://packagist.org/downloads/",
5133            "license": [
5134                "MIT"
5135            ],
5136            "authors": [
5137                {
5138                    "name": "Nicolas Grekas",
5139                    "email": "p@tchwork.com"
5140                },
5141                {
5142                    "name": "Symfony Community",
5143                    "homepage": "https://symfony.com/contributors"
5144                }
5145            ],
5146            "description": "Generic abstractions related to writing services",
5147            "homepage": "https://symfony.com",
5148            "keywords": [
5149                "abstractions",
5150                "contracts",
5151                "decoupling",
5152                "interfaces",
5153                "interoperability",
5154                "standards"
5155            ],
5156            "support": {
5157                "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
5158            },
5159            "funding": [
5160                {
5161                    "url": "https://symfony.com/sponsor",
5162                    "type": "custom"
5163                },
5164                {
5165                    "url": "https://github.com/fabpot",
5166                    "type": "github"
5167                },
5168                {
5169                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5170                    "type": "tidelift"
5171                }
5172            ],
5173            "time": "2023-12-26T14:02:43+00:00"
5174        },
5175        {
5176            "name": "symfony/translation",
5177            "version": "v7.0.4",
5178            "source": {
5179                "type": "git",
5180                "url": "https://github.com/symfony/translation.git",
5181                "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0"
5182            },
5183            "dist": {
5184                "type": "zip",
5185                "url": "https://api.github.com/repos/symfony/translation/zipball/5b75e872f7d135d7abb4613809fadc8d9f3d30a0",
5186                "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0",
5187                "shasum": ""
5188            },
5189            "require": {
5190                "php": ">=8.2",
5191                "symfony/polyfill-mbstring": "~1.0",
5192                "symfony/translation-contracts": "^2.5|^3.0"
5193            },
5194            "conflict": {
5195                "symfony/config": "<6.4",
5196                "symfony/console": "<6.4",
5197                "symfony/dependency-injection": "<6.4",
5198                "symfony/http-client-contracts": "<2.5",
5199                "symfony/http-kernel": "<6.4",
5200                "symfony/service-contracts": "<2.5",
5201                "symfony/twig-bundle": "<6.4",
5202                "symfony/yaml": "<6.4"
5203            },
5204            "provide": {
5205                "symfony/translation-implementation": "2.3|3.0"
5206            },
5207            "require-dev": {
5208                "nikic/php-parser": "^4.18|^5.0",
5209                "psr/log": "^1|^2|^3",
5210                "symfony/config": "^6.4|^7.0",
5211                "symfony/console": "^6.4|^7.0",
5212                "symfony/dependency-injection": "^6.4|^7.0",
5213                "symfony/finder": "^6.4|^7.0",
5214                "symfony/http-client-contracts": "^2.5|^3.0",
5215                "symfony/http-kernel": "^6.4|^7.0",
5216                "symfony/intl": "^6.4|^7.0",
5217                "symfony/polyfill-intl-icu": "^1.21",
5218                "symfony/routing": "^6.4|^7.0",
5219                "symfony/service-contracts": "^2.5|^3",
5220                "symfony/yaml": "^6.4|^7.0"
5221            },
5222            "type": "library",
5223            "autoload": {
5224                "files": [
5225                    "Resources/functions.php"
5226                ],
5227                "psr-4": {
5228                    "Symfony\\Component\\Translation\\": ""
5229                },
5230                "exclude-from-classmap": [
5231                    "/Tests/"
5232                ]
5233            },
5234            "notification-url": "https://packagist.org/downloads/",
5235            "license": [
5236                "MIT"
5237            ],
5238            "authors": [
5239                {
5240                    "name": "Fabien Potencier",
5241                    "email": "fabien@symfony.com"
5242                },
5243                {
5244                    "name": "Symfony Community",
5245                    "homepage": "https://symfony.com/contributors"
5246                }
5247            ],
5248            "description": "Provides tools to internationalize your application",
5249            "homepage": "https://symfony.com",
5250            "support": {
5251                "source": "https://github.com/symfony/translation/tree/v7.0.4"
5252            },
5253            "funding": [
5254                {
5255                    "url": "https://symfony.com/sponsor",
5256                    "type": "custom"
5257                },
5258                {
5259                    "url": "https://github.com/fabpot",
5260                    "type": "github"
5261                },
5262                {
5263                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5264                    "type": "tidelift"
5265                }
5266            ],
5267            "time": "2024-02-22T20:27:20+00:00"
5268        },
5269        {
5270            "name": "symfony/translation-contracts",
5271            "version": "v3.4.1",
5272            "source": {
5273                "type": "git",
5274                "url": "https://github.com/symfony/translation-contracts.git",
5275                "reference": "06450585bf65e978026bda220cdebca3f867fde7"
5276            },
5277            "dist": {
5278                "type": "zip",
5279                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
5280                "reference": "06450585bf65e978026bda220cdebca3f867fde7",
5281                "shasum": ""
5282            },
5283            "require": {
5284                "php": ">=8.1"
5285            },
5286            "type": "library",
5287            "extra": {
5288                "branch-alias": {
5289                    "dev-main": "3.4-dev"
5290                },
5291                "thanks": {
5292                    "name": "symfony/contracts",
5293                    "url": "https://github.com/symfony/contracts"
5294                }
5295            },
5296            "autoload": {
5297                "psr-4": {
5298                    "Symfony\\Contracts\\Translation\\": ""
5299                },
5300                "exclude-from-classmap": [
5301                    "/Test/"
5302                ]
5303            },
5304            "notification-url": "https://packagist.org/downloads/",
5305            "license": [
5306                "MIT"
5307            ],
5308            "authors": [
5309                {
5310                    "name": "Nicolas Grekas",
5311                    "email": "p@tchwork.com"
5312                },
5313                {
5314                    "name": "Symfony Community",
5315                    "homepage": "https://symfony.com/contributors"
5316                }
5317            ],
5318            "description": "Generic abstractions related to translation",
5319            "homepage": "https://symfony.com",
5320            "keywords": [
5321                "abstractions",
5322                "contracts",
5323                "decoupling",
5324                "interfaces",
5325                "interoperability",
5326                "standards"
5327            ],
5328            "support": {
5329                "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
5330            },
5331            "funding": [
5332                {
5333                    "url": "https://symfony.com/sponsor",
5334                    "type": "custom"
5335                },
5336                {
5337                    "url": "https://github.com/fabpot",
5338                    "type": "github"
5339                },
5340                {
5341                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5342                    "type": "tidelift"
5343                }
5344            ],
5345            "time": "2023-12-26T14:02:43+00:00"
5346        },
5347        {
5348            "name": "symfony/var-exporter",
5349            "version": "v7.0.4",
5350            "source": {
5351                "type": "git",
5352                "url": "https://github.com/symfony/var-exporter.git",
5353                "reference": "dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41"
5354            },
5355            "dist": {
5356                "type": "zip",
5357                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41",
5358                "reference": "dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41",
5359                "shasum": ""
5360            },
5361            "require": {
5362                "php": ">=8.2"
5363            },
5364            "require-dev": {
5365                "symfony/var-dumper": "^6.4|^7.0"
5366            },
5367            "type": "library",
5368            "autoload": {
5369                "psr-4": {
5370                    "Symfony\\Component\\VarExporter\\": ""
5371                },
5372                "exclude-from-classmap": [
5373                    "/Tests/"
5374                ]
5375            },
5376            "notification-url": "https://packagist.org/downloads/",
5377            "license": [
5378                "MIT"
5379            ],
5380            "authors": [
5381                {
5382                    "name": "Nicolas Grekas",
5383                    "email": "p@tchwork.com"
5384                },
5385                {
5386                    "name": "Symfony Community",
5387                    "homepage": "https://symfony.com/contributors"
5388                }
5389            ],
5390            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
5391            "homepage": "https://symfony.com",
5392            "keywords": [
5393                "clone",
5394                "construct",
5395                "export",
5396                "hydrate",
5397                "instantiate",
5398                "lazy-loading",
5399                "proxy",
5400                "serialize"
5401            ],
5402            "support": {
5403                "source": "https://github.com/symfony/var-exporter/tree/v7.0.4"
5404            },
5405            "funding": [
5406                {
5407                    "url": "https://symfony.com/sponsor",
5408                    "type": "custom"
5409                },
5410                {
5411                    "url": "https://github.com/fabpot",
5412                    "type": "github"
5413                },
5414                {
5415                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5416                    "type": "tidelift"
5417                }
5418            ],
5419            "time": "2024-02-26T10:35:24+00:00"
5420        },
5421        {
5422            "name": "tecnickcom/tcpdf",
5423            "version": "6.7.4",
5424            "source": {
5425                "type": "git",
5426                "url": "https://github.com/tecnickcom/TCPDF.git",
5427                "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937"
5428            },
5429            "dist": {
5430                "type": "zip",
5431                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/d4adef47ca21c90e6483d59dcb9e5b1023696937",
5432                "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937",
5433                "shasum": ""
5434            },
5435            "require": {
5436                "php": ">=5.5.0"
5437            },
5438            "type": "library",
5439            "autoload": {
5440                "classmap": [
5441                    "config",
5442                    "include",
5443                    "tcpdf.php",
5444                    "tcpdf_parser.php",
5445                    "tcpdf_import.php",
5446                    "tcpdf_barcodes_1d.php",
5447                    "tcpdf_barcodes_2d.php",
5448                    "include/tcpdf_colors.php",
5449                    "include/tcpdf_filters.php",
5450                    "include/tcpdf_font_data.php",
5451                    "include/tcpdf_fonts.php",
5452                    "include/tcpdf_images.php",
5453                    "include/tcpdf_static.php",
5454                    "include/barcodes/datamatrix.php",
5455                    "include/barcodes/pdf417.php",
5456                    "include/barcodes/qrcode.php"
5457                ]
5458            },
5459            "notification-url": "https://packagist.org/downloads/",
5460            "license": [
5461                "LGPL-3.0-or-later"
5462            ],
5463            "authors": [
5464                {
5465                    "name": "Nicola Asuni",
5466                    "email": "info@tecnick.com",
5467                    "role": "lead"
5468                }
5469            ],
5470            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5471            "homepage": "http://www.tcpdf.org/",
5472            "keywords": [
5473                "PDFD32000-2008",
5474                "TCPDF",
5475                "barcodes",
5476                "datamatrix",
5477                "pdf",
5478                "pdf417",
5479                "qrcode"
5480            ],
5481            "support": {
5482                "issues": "https://github.com/tecnickcom/TCPDF/issues",
5483                "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.4"
5484            },
5485            "funding": [
5486                {
5487                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5488                    "type": "custom"
5489                }
5490            ],
5491            "time": "2024-03-25T23:56:24+00:00"
5492        },
5493        {
5494            "name": "voku/portable-ascii",
5495            "version": "2.0.1",
5496            "source": {
5497                "type": "git",
5498                "url": "https://github.com/voku/portable-ascii.git",
5499                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
5500            },
5501            "dist": {
5502                "type": "zip",
5503                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
5504                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
5505                "shasum": ""
5506            },
5507            "require": {
5508                "php": ">=7.0.0"
5509            },
5510            "require-dev": {
5511                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
5512            },
5513            "suggest": {
5514                "ext-intl": "Use Intl for transliterator_transliterate() support"
5515            },
5516            "type": "library",
5517            "autoload": {
5518                "psr-4": {
5519                    "voku\\": "src/voku/"
5520                }
5521            },
5522            "notification-url": "https://packagist.org/downloads/",
5523            "license": [
5524                "MIT"
5525            ],
5526            "authors": [
5527                {
5528                    "name": "Lars Moelleken",
5529                    "homepage": "http://www.moelleken.org/"
5530                }
5531            ],
5532            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
5533            "homepage": "https://github.com/voku/portable-ascii",
5534            "keywords": [
5535                "ascii",
5536                "clean",
5537                "php"
5538            ],
5539            "support": {
5540                "issues": "https://github.com/voku/portable-ascii/issues",
5541                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
5542            },
5543            "funding": [
5544                {
5545                    "url": "https://www.paypal.me/moelleken",
5546                    "type": "custom"
5547                },
5548                {
5549                    "url": "https://github.com/voku",
5550                    "type": "github"
5551                },
5552                {
5553                    "url": "https://opencollective.com/portable-ascii",
5554                    "type": "open_collective"
5555                },
5556                {
5557                    "url": "https://www.patreon.com/voku",
5558                    "type": "patreon"
5559                },
5560                {
5561                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
5562                    "type": "tidelift"
5563                }
5564            ],
5565            "time": "2022-03-08T17:03:00+00:00"
5566        }
5567    ],
5568    "packages-dev": [
5569        {
5570            "name": "composer/ca-bundle",
5571            "version": "1.5.0",
5572            "source": {
5573                "type": "git",
5574                "url": "https://github.com/composer/ca-bundle.git",
5575                "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99"
5576            },
5577            "dist": {
5578                "type": "zip",
5579                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
5580                "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
5581                "shasum": ""
5582            },
5583            "require": {
5584                "ext-openssl": "*",
5585                "ext-pcre": "*",
5586                "php": "^7.2 || ^8.0"
5587            },
5588            "require-dev": {
5589                "phpstan/phpstan": "^1.10",
5590                "psr/log": "^1.0",
5591                "symfony/phpunit-bridge": "^4.2 || ^5",
5592                "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5593            },
5594            "type": "library",
5595            "extra": {
5596                "branch-alias": {
5597                    "dev-main": "1.x-dev"
5598                }
5599            },
5600            "autoload": {
5601                "psr-4": {
5602                    "Composer\\CaBundle\\": "src"
5603                }
5604            },
5605            "notification-url": "https://packagist.org/downloads/",
5606            "license": [
5607                "MIT"
5608            ],
5609            "authors": [
5610                {
5611                    "name": "Jordi Boggiano",
5612                    "email": "j.boggiano@seld.be",
5613                    "homepage": "http://seld.be"
5614                }
5615            ],
5616            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
5617            "keywords": [
5618                "cabundle",
5619                "cacert",
5620                "certificate",
5621                "ssl",
5622                "tls"
5623            ],
5624            "support": {
5625                "irc": "irc://irc.freenode.org/composer",
5626                "issues": "https://github.com/composer/ca-bundle/issues",
5627                "source": "https://github.com/composer/ca-bundle/tree/1.5.0"
5628            },
5629            "funding": [
5630                {
5631                    "url": "https://packagist.com",
5632                    "type": "custom"
5633                },
5634                {
5635                    "url": "https://github.com/composer",
5636                    "type": "github"
5637                },
5638                {
5639                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5640                    "type": "tidelift"
5641                }
5642            ],
5643            "time": "2024-03-15T14:00:32+00:00"
5644        },
5645        {
5646            "name": "composer/class-map-generator",
5647            "version": "1.1.1",
5648            "source": {
5649                "type": "git",
5650                "url": "https://github.com/composer/class-map-generator.git",
5651                "reference": "8286a62d243312ed99b3eee20d5005c961adb311"
5652            },
5653            "dist": {
5654                "type": "zip",
5655                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8286a62d243312ed99b3eee20d5005c961adb311",
5656                "reference": "8286a62d243312ed99b3eee20d5005c961adb311",
5657                "shasum": ""
5658            },
5659            "require": {
5660                "composer/pcre": "^2.1 || ^3.1",
5661                "php": "^7.2 || ^8.0",
5662                "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
5663            },
5664            "require-dev": {
5665                "phpstan/phpstan": "^1.6",
5666                "phpstan/phpstan-deprecation-rules": "^1",
5667                "phpstan/phpstan-phpunit": "^1",
5668                "phpstan/phpstan-strict-rules": "^1.1",
5669                "symfony/filesystem": "^5.4 || ^6",
5670                "symfony/phpunit-bridge": "^5"
5671            },
5672            "type": "library",
5673            "extra": {
5674                "branch-alias": {
5675                    "dev-main": "1.x-dev"
5676                }
5677            },
5678            "autoload": {
5679                "psr-4": {
5680                    "Composer\\ClassMapGenerator\\": "src"
5681                }
5682            },
5683            "notification-url": "https://packagist.org/downloads/",
5684            "license": [
5685                "MIT"
5686            ],
5687            "authors": [
5688                {
5689                    "name": "Jordi Boggiano",
5690                    "email": "j.boggiano@seld.be",
5691                    "homepage": "https://seld.be"
5692                }
5693            ],
5694            "description": "Utilities to scan PHP code and generate class maps.",
5695            "keywords": [
5696                "classmap"
5697            ],
5698            "support": {
5699                "issues": "https://github.com/composer/class-map-generator/issues",
5700                "source": "https://github.com/composer/class-map-generator/tree/1.1.1"
5701            },
5702            "funding": [
5703                {
5704                    "url": "https://packagist.com",
5705                    "type": "custom"
5706                },
5707                {
5708                    "url": "https://github.com/composer",
5709                    "type": "github"
5710                },
5711                {
5712                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5713                    "type": "tidelift"
5714                }
5715            ],
5716            "time": "2024-03-15T12:53:41+00:00"
5717        },
5718        {
5719            "name": "composer/composer",
5720            "version": "2.7.2",
5721            "source": {
5722                "type": "git",
5723                "url": "https://github.com/composer/composer.git",
5724                "reference": "b826edb791571ab1eaf281eb1bd6e181a1192adc"
5725            },
5726            "dist": {
5727                "type": "zip",
5728                "url": "https://api.github.com/repos/composer/composer/zipball/b826edb791571ab1eaf281eb1bd6e181a1192adc",
5729                "reference": "b826edb791571ab1eaf281eb1bd6e181a1192adc",
5730                "shasum": ""
5731            },
5732            "require": {
5733                "composer/ca-bundle": "^1.0",
5734                "composer/class-map-generator": "^1.0",
5735                "composer/metadata-minifier": "^1.0",
5736                "composer/pcre": "^2.1 || ^3.1",
5737                "composer/semver": "^3.2.5",
5738                "composer/spdx-licenses": "^1.5.7",
5739                "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
5740                "justinrainbow/json-schema": "^5.2.11",
5741                "php": "^7.2.5 || ^8.0",
5742                "psr/log": "^1.0 || ^2.0 || ^3.0",
5743                "react/promise": "^2.8 || ^3",
5744                "seld/jsonlint": "^1.4",
5745                "seld/phar-utils": "^1.2",
5746                "seld/signal-handler": "^2.0",
5747                "symfony/console": "^5.4.11 || ^6.0.11 || ^7",
5748                "symfony/filesystem": "^5.4 || ^6.0 || ^7",
5749                "symfony/finder": "^5.4 || ^6.0 || ^7",
5750                "symfony/polyfill-php73": "^1.24",
5751                "symfony/polyfill-php80": "^1.24",
5752                "symfony/polyfill-php81": "^1.24",
5753                "symfony/process": "^5.4 || ^6.0 || ^7"
5754            },
5755            "require-dev": {
5756                "phpstan/phpstan": "^1.9.3",
5757                "phpstan/phpstan-deprecation-rules": "^1",
5758                "phpstan/phpstan-phpunit": "^1.0",
5759                "phpstan/phpstan-strict-rules": "^1",
5760                "phpstan/phpstan-symfony": "^1.2.10",
5761                "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
5762            },
5763            "suggest": {
5764                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
5765                "ext-zip": "Enabling the zip extension allows you to unzip archives",
5766                "ext-zlib": "Allow gzip compression of HTTP requests"
5767            },
5768            "bin": [
5769                "bin/composer"
5770            ],
5771            "type": "library",
5772            "extra": {
5773                "branch-alias": {
5774                    "dev-main": "2.7-dev"
5775                },
5776                "phpstan": {
5777                    "includes": [
5778                        "phpstan/rules.neon"
5779                    ]
5780                }
5781            },
5782            "autoload": {
5783                "psr-4": {
5784                    "Composer\\": "src/Composer/"
5785                }
5786            },
5787            "notification-url": "https://packagist.org/downloads/",
5788            "license": [
5789                "MIT"
5790            ],
5791            "authors": [
5792                {
5793                    "name": "Nils Adermann",
5794                    "email": "naderman@naderman.de",
5795                    "homepage": "https://www.naderman.de"
5796                },
5797                {
5798                    "name": "Jordi Boggiano",
5799                    "email": "j.boggiano@seld.be",
5800                    "homepage": "https://seld.be"
5801                }
5802            ],
5803            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
5804            "homepage": "https://getcomposer.org/",
5805            "keywords": [
5806                "autoload",
5807                "dependency",
5808                "package"
5809            ],
5810            "support": {
5811                "irc": "ircs://irc.libera.chat:6697/composer",
5812                "issues": "https://github.com/composer/composer/issues",
5813                "security": "https://github.com/composer/composer/security/policy",
5814                "source": "https://github.com/composer/composer/tree/2.7.2"
5815            },
5816            "funding": [
5817                {
5818                    "url": "https://packagist.com",
5819                    "type": "custom"
5820                },
5821                {
5822                    "url": "https://github.com/composer",
5823                    "type": "github"
5824                },
5825                {
5826                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5827                    "type": "tidelift"
5828                }
5829            ],
5830            "time": "2024-03-11T16:12:18+00:00"
5831        },
5832        {
5833            "name": "composer/metadata-minifier",
5834            "version": "1.0.0",
5835            "source": {
5836                "type": "git",
5837                "url": "https://github.com/composer/metadata-minifier.git",
5838                "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
5839            },
5840            "dist": {
5841                "type": "zip",
5842                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
5843                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
5844                "shasum": ""
5845            },
5846            "require": {
5847                "php": "^5.3.2 || ^7.0 || ^8.0"
5848            },
5849            "require-dev": {
5850                "composer/composer": "^2",
5851                "phpstan/phpstan": "^0.12.55",
5852                "symfony/phpunit-bridge": "^4.2 || ^5"
5853            },
5854            "type": "library",
5855            "extra": {
5856                "branch-alias": {
5857                    "dev-main": "1.x-dev"
5858                }
5859            },
5860            "autoload": {
5861                "psr-4": {
5862                    "Composer\\MetadataMinifier\\": "src"
5863                }
5864            },
5865            "notification-url": "https://packagist.org/downloads/",
5866            "license": [
5867                "MIT"
5868            ],
5869            "authors": [
5870                {
5871                    "name": "Jordi Boggiano",
5872                    "email": "j.boggiano@seld.be",
5873                    "homepage": "http://seld.be"
5874                }
5875            ],
5876            "description": "Small utility library that handles metadata minification and expansion.",
5877            "keywords": [
5878                "composer",
5879                "compression"
5880            ],
5881            "support": {
5882                "issues": "https://github.com/composer/metadata-minifier/issues",
5883                "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
5884            },
5885            "funding": [
5886                {
5887                    "url": "https://packagist.com",
5888                    "type": "custom"
5889                },
5890                {
5891                    "url": "https://github.com/composer",
5892                    "type": "github"
5893                },
5894                {
5895                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5896                    "type": "tidelift"
5897                }
5898            ],
5899            "time": "2021-04-07T13:37:33+00:00"
5900        },
5901        {
5902            "name": "composer/pcre",
5903            "version": "3.1.3",
5904            "source": {
5905                "type": "git",
5906                "url": "https://github.com/composer/pcre.git",
5907                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
5908            },
5909            "dist": {
5910                "type": "zip",
5911                "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
5912                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
5913                "shasum": ""
5914            },
5915            "require": {
5916                "php": "^7.4 || ^8.0"
5917            },
5918            "require-dev": {
5919                "phpstan/phpstan": "^1.3",
5920                "phpstan/phpstan-strict-rules": "^1.1",
5921                "symfony/phpunit-bridge": "^5"
5922            },
5923            "type": "library",
5924            "extra": {
5925                "branch-alias": {
5926                    "dev-main": "3.x-dev"
5927                }
5928            },
5929            "autoload": {
5930                "psr-4": {
5931                    "Composer\\Pcre\\": "src"
5932                }
5933            },
5934            "notification-url": "https://packagist.org/downloads/",
5935            "license": [
5936                "MIT"
5937            ],
5938            "authors": [
5939                {
5940                    "name": "Jordi Boggiano",
5941                    "email": "j.boggiano@seld.be",
5942                    "homepage": "http://seld.be"
5943                }
5944            ],
5945            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
5946            "keywords": [
5947                "PCRE",
5948                "preg",
5949                "regex",
5950                "regular expression"
5951            ],
5952            "support": {
5953                "issues": "https://github.com/composer/pcre/issues",
5954                "source": "https://github.com/composer/pcre/tree/3.1.3"
5955            },
5956            "funding": [
5957                {
5958                    "url": "https://packagist.com",
5959                    "type": "custom"
5960                },
5961                {
5962                    "url": "https://github.com/composer",
5963                    "type": "github"
5964                },
5965                {
5966                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5967                    "type": "tidelift"
5968                }
5969            ],
5970            "time": "2024-03-19T10:26:25+00:00"
5971        },
5972        {
5973            "name": "composer/semver",
5974            "version": "3.4.0",
5975            "source": {
5976                "type": "git",
5977                "url": "https://github.com/composer/semver.git",
5978                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
5979            },
5980            "dist": {
5981                "type": "zip",
5982                "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
5983                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
5984                "shasum": ""
5985            },
5986            "require": {
5987                "php": "^5.3.2 || ^7.0 || ^8.0"
5988            },
5989            "require-dev": {
5990                "phpstan/phpstan": "^1.4",
5991                "symfony/phpunit-bridge": "^4.2 || ^5"
5992            },
5993            "type": "library",
5994            "extra": {
5995                "branch-alias": {
5996                    "dev-main": "3.x-dev"
5997                }
5998            },
5999            "autoload": {
6000                "psr-4": {
6001                    "Composer\\Semver\\": "src"
6002                }
6003            },
6004            "notification-url": "https://packagist.org/downloads/",
6005            "license": [
6006                "MIT"
6007            ],
6008            "authors": [
6009                {
6010                    "name": "Nils Adermann",
6011                    "email": "naderman@naderman.de",
6012                    "homepage": "http://www.naderman.de"
6013                },
6014                {
6015                    "name": "Jordi Boggiano",
6016                    "email": "j.boggiano@seld.be",
6017                    "homepage": "http://seld.be"
6018                },
6019                {
6020                    "name": "Rob Bast",
6021                    "email": "rob.bast@gmail.com",
6022                    "homepage": "http://robbast.nl"
6023                }
6024            ],
6025            "description": "Semver library that offers utilities, version constraint parsing and validation.",
6026            "keywords": [
6027                "semantic",
6028                "semver",
6029                "validation",
6030                "versioning"
6031            ],
6032            "support": {
6033                "irc": "ircs://irc.libera.chat:6697/composer",
6034                "issues": "https://github.com/composer/semver/issues",
6035                "source": "https://github.com/composer/semver/tree/3.4.0"
6036            },
6037            "funding": [
6038                {
6039                    "url": "https://packagist.com",
6040                    "type": "custom"
6041                },
6042                {
6043                    "url": "https://github.com/composer",
6044                    "type": "github"
6045                },
6046                {
6047                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6048                    "type": "tidelift"
6049                }
6050            ],
6051            "time": "2023-08-31T09:50:34+00:00"
6052        },
6053        {
6054            "name": "composer/spdx-licenses",
6055            "version": "1.5.8",
6056            "source": {
6057                "type": "git",
6058                "url": "https://github.com/composer/spdx-licenses.git",
6059                "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a"
6060            },
6061            "dist": {
6062                "type": "zip",
6063                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
6064                "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
6065                "shasum": ""
6066            },
6067            "require": {
6068                "php": "^5.3.2 || ^7.0 || ^8.0"
6069            },
6070            "require-dev": {
6071                "phpstan/phpstan": "^0.12.55",
6072                "symfony/phpunit-bridge": "^4.2 || ^5"
6073            },
6074            "type": "library",
6075            "extra": {
6076                "branch-alias": {
6077                    "dev-main": "1.x-dev"
6078                }
6079            },
6080            "autoload": {
6081                "psr-4": {
6082                    "Composer\\Spdx\\": "src"
6083                }
6084            },
6085            "notification-url": "https://packagist.org/downloads/",
6086            "license": [
6087                "MIT"
6088            ],
6089            "authors": [
6090                {
6091                    "name": "Nils Adermann",
6092                    "email": "naderman@naderman.de",
6093                    "homepage": "http://www.naderman.de"
6094                },
6095                {
6096                    "name": "Jordi Boggiano",
6097                    "email": "j.boggiano@seld.be",
6098                    "homepage": "http://seld.be"
6099                },
6100                {
6101                    "name": "Rob Bast",
6102                    "email": "rob.bast@gmail.com",
6103                    "homepage": "http://robbast.nl"
6104                }
6105            ],
6106            "description": "SPDX licenses list and validation library.",
6107            "keywords": [
6108                "license",
6109                "spdx",
6110                "validator"
6111            ],
6112            "support": {
6113                "irc": "ircs://irc.libera.chat:6697/composer",
6114                "issues": "https://github.com/composer/spdx-licenses/issues",
6115                "source": "https://github.com/composer/spdx-licenses/tree/1.5.8"
6116            },
6117            "funding": [
6118                {
6119                    "url": "https://packagist.com",
6120                    "type": "custom"
6121                },
6122                {
6123                    "url": "https://github.com/composer",
6124                    "type": "github"
6125                },
6126                {
6127                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6128                    "type": "tidelift"
6129                }
6130            ],
6131            "time": "2023-11-20T07:44:33+00:00"
6132        },
6133        {
6134            "name": "composer/xdebug-handler",
6135            "version": "3.0.3",
6136            "source": {
6137                "type": "git",
6138                "url": "https://github.com/composer/xdebug-handler.git",
6139                "reference": "ced299686f41dce890debac69273b47ffe98a40c"
6140            },
6141            "dist": {
6142                "type": "zip",
6143                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
6144                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
6145                "shasum": ""
6146            },
6147            "require": {
6148                "composer/pcre": "^1 || ^2 || ^3",
6149                "php": "^7.2.5 || ^8.0",
6150                "psr/log": "^1 || ^2 || ^3"
6151            },
6152            "require-dev": {
6153                "phpstan/phpstan": "^1.0",
6154                "phpstan/phpstan-strict-rules": "^1.1",
6155                "symfony/phpunit-bridge": "^6.0"
6156            },
6157            "type": "library",
6158            "autoload": {
6159                "psr-4": {
6160                    "Composer\\XdebugHandler\\": "src"
6161                }
6162            },
6163            "notification-url": "https://packagist.org/downloads/",
6164            "license": [
6165                "MIT"
6166            ],
6167            "authors": [
6168                {
6169                    "name": "John Stevenson",
6170                    "email": "john-stevenson@blueyonder.co.uk"
6171                }
6172            ],
6173            "description": "Restarts a process without Xdebug.",
6174            "keywords": [
6175                "Xdebug",
6176                "performance"
6177            ],
6178            "support": {
6179                "irc": "irc://irc.freenode.org/composer",
6180                "issues": "https://github.com/composer/xdebug-handler/issues",
6181                "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
6182            },
6183            "funding": [
6184                {
6185                    "url": "https://packagist.com",
6186                    "type": "custom"
6187                },
6188                {
6189                    "url": "https://github.com/composer",
6190                    "type": "github"
6191                },
6192                {
6193                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6194                    "type": "tidelift"
6195                }
6196            ],
6197            "time": "2022-02-25T21:32:43+00:00"
6198        },
6199        {
6200            "name": "justinrainbow/json-schema",
6201            "version": "v5.2.13",
6202            "source": {
6203                "type": "git",
6204                "url": "https://github.com/justinrainbow/json-schema.git",
6205                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
6206            },
6207            "dist": {
6208                "type": "zip",
6209                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
6210                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
6211                "shasum": ""
6212            },
6213            "require": {
6214                "php": ">=5.3.3"
6215            },
6216            "require-dev": {
6217                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
6218                "json-schema/json-schema-test-suite": "1.2.0",
6219                "phpunit/phpunit": "^4.8.35"
6220            },
6221            "bin": [
6222                "bin/validate-json"
6223            ],
6224            "type": "library",
6225            "extra": {
6226                "branch-alias": {
6227                    "dev-master": "5.0.x-dev"
6228                }
6229            },
6230            "autoload": {
6231                "psr-4": {
6232                    "JsonSchema\\": "src/JsonSchema/"
6233                }
6234            },
6235            "notification-url": "https://packagist.org/downloads/",
6236            "license": [
6237                "MIT"
6238            ],
6239            "authors": [
6240                {
6241                    "name": "Bruno Prieto Reis",
6242                    "email": "bruno.p.reis@gmail.com"
6243                },
6244                {
6245                    "name": "Justin Rainbow",
6246                    "email": "justin.rainbow@gmail.com"
6247                },
6248                {
6249                    "name": "Igor Wiedler",
6250                    "email": "igor@wiedler.ch"
6251                },
6252                {
6253                    "name": "Robert Schönthal",
6254                    "email": "seroscho@googlemail.com"
6255                }
6256            ],
6257            "description": "A library to validate a json schema.",
6258            "homepage": "https://github.com/justinrainbow/json-schema",
6259            "keywords": [
6260                "json",
6261                "schema"
6262            ],
6263            "support": {
6264                "issues": "https://github.com/justinrainbow/json-schema/issues",
6265                "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
6266            },
6267            "time": "2023-09-26T02:20:38+00:00"
6268        },
6269        {
6270            "name": "league/flysystem-memory",
6271            "version": "3.25.1",
6272            "source": {
6273                "type": "git",
6274                "url": "https://github.com/thephpleague/flysystem-memory.git",
6275                "reference": "0a0ea723243bd8dbc2be04e98ba59418148006ac"
6276            },
6277            "dist": {
6278                "type": "zip",
6279                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/0a0ea723243bd8dbc2be04e98ba59418148006ac",
6280                "reference": "0a0ea723243bd8dbc2be04e98ba59418148006ac",
6281                "shasum": ""
6282            },
6283            "require": {
6284                "ext-fileinfo": "*",
6285                "league/flysystem": "^3.0.0",
6286                "php": "^8.0.2"
6287            },
6288            "type": "library",
6289            "autoload": {
6290                "psr-4": {
6291                    "League\\Flysystem\\InMemory\\": ""
6292                }
6293            },
6294            "notification-url": "https://packagist.org/downloads/",
6295            "license": [
6296                "MIT"
6297            ],
6298            "authors": [
6299                {
6300                    "name": "Frank de Jonge",
6301                    "email": "info@frankdejonge.nl"
6302                }
6303            ],
6304            "description": "In-memory filesystem adapter for Flysystem.",
6305            "keywords": [
6306                "Flysystem",
6307                "file",
6308                "files",
6309                "filesystem",
6310                "memory"
6311            ],
6312            "support": {
6313                "source": "https://github.com/thephpleague/flysystem-memory/tree/3.25.1"
6314            },
6315            "funding": [
6316                {
6317                    "url": "https://ecologi.com/frankdejonge",
6318                    "type": "custom"
6319                },
6320                {
6321                    "url": "https://github.com/frankdejonge",
6322                    "type": "github"
6323                }
6324            ],
6325            "time": "2024-03-15T19:58:44+00:00"
6326        },
6327        {
6328            "name": "myclabs/deep-copy",
6329            "version": "1.11.1",
6330            "source": {
6331                "type": "git",
6332                "url": "https://github.com/myclabs/DeepCopy.git",
6333                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
6334            },
6335            "dist": {
6336                "type": "zip",
6337                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
6338                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
6339                "shasum": ""
6340            },
6341            "require": {
6342                "php": "^7.1 || ^8.0"
6343            },
6344            "conflict": {
6345                "doctrine/collections": "<1.6.8",
6346                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
6347            },
6348            "require-dev": {
6349                "doctrine/collections": "^1.6.8",
6350                "doctrine/common": "^2.13.3 || ^3.2.2",
6351                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
6352            },
6353            "type": "library",
6354            "autoload": {
6355                "files": [
6356                    "src/DeepCopy/deep_copy.php"
6357                ],
6358                "psr-4": {
6359                    "DeepCopy\\": "src/DeepCopy/"
6360                }
6361            },
6362            "notification-url": "https://packagist.org/downloads/",
6363            "license": [
6364                "MIT"
6365            ],
6366            "description": "Create deep copies (clones) of your objects",
6367            "keywords": [
6368                "clone",
6369                "copy",
6370                "duplicate",
6371                "object",
6372                "object graph"
6373            ],
6374            "support": {
6375                "issues": "https://github.com/myclabs/DeepCopy/issues",
6376                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
6377            },
6378            "funding": [
6379                {
6380                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6381                    "type": "tidelift"
6382                }
6383            ],
6384            "time": "2023-03-08T13:26:56+00:00"
6385        },
6386        {
6387            "name": "nikic/php-parser",
6388            "version": "v5.0.2",
6389            "source": {
6390                "type": "git",
6391                "url": "https://github.com/nikic/PHP-Parser.git",
6392                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
6393            },
6394            "dist": {
6395                "type": "zip",
6396                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
6397                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
6398                "shasum": ""
6399            },
6400            "require": {
6401                "ext-ctype": "*",
6402                "ext-json": "*",
6403                "ext-tokenizer": "*",
6404                "php": ">=7.4"
6405            },
6406            "require-dev": {
6407                "ircmaxell/php-yacc": "^0.0.7",
6408                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
6409            },
6410            "bin": [
6411                "bin/php-parse"
6412            ],
6413            "type": "library",
6414            "extra": {
6415                "branch-alias": {
6416                    "dev-master": "5.0-dev"
6417                }
6418            },
6419            "autoload": {
6420                "psr-4": {
6421                    "PhpParser\\": "lib/PhpParser"
6422                }
6423            },
6424            "notification-url": "https://packagist.org/downloads/",
6425            "license": [
6426                "BSD-3-Clause"
6427            ],
6428            "authors": [
6429                {
6430                    "name": "Nikita Popov"
6431                }
6432            ],
6433            "description": "A PHP parser written in PHP",
6434            "keywords": [
6435                "parser",
6436                "php"
6437            ],
6438            "support": {
6439                "issues": "https://github.com/nikic/PHP-Parser/issues",
6440                "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
6441            },
6442            "time": "2024-03-05T20:51:40+00:00"
6443        },
6444        {
6445            "name": "phar-io/manifest",
6446            "version": "2.0.4",
6447            "source": {
6448                "type": "git",
6449                "url": "https://github.com/phar-io/manifest.git",
6450                "reference": "54750ef60c58e43759730615a392c31c80e23176"
6451            },
6452            "dist": {
6453                "type": "zip",
6454                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
6455                "reference": "54750ef60c58e43759730615a392c31c80e23176",
6456                "shasum": ""
6457            },
6458            "require": {
6459                "ext-dom": "*",
6460                "ext-libxml": "*",
6461                "ext-phar": "*",
6462                "ext-xmlwriter": "*",
6463                "phar-io/version": "^3.0.1",
6464                "php": "^7.2 || ^8.0"
6465            },
6466            "type": "library",
6467            "extra": {
6468                "branch-alias": {
6469                    "dev-master": "2.0.x-dev"
6470                }
6471            },
6472            "autoload": {
6473                "classmap": [
6474                    "src/"
6475                ]
6476            },
6477            "notification-url": "https://packagist.org/downloads/",
6478            "license": [
6479                "BSD-3-Clause"
6480            ],
6481            "authors": [
6482                {
6483                    "name": "Arne Blankerts",
6484                    "email": "arne@blankerts.de",
6485                    "role": "Developer"
6486                },
6487                {
6488                    "name": "Sebastian Heuer",
6489                    "email": "sebastian@phpeople.de",
6490                    "role": "Developer"
6491                },
6492                {
6493                    "name": "Sebastian Bergmann",
6494                    "email": "sebastian@phpunit.de",
6495                    "role": "Developer"
6496                }
6497            ],
6498            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6499            "support": {
6500                "issues": "https://github.com/phar-io/manifest/issues",
6501                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
6502            },
6503            "funding": [
6504                {
6505                    "url": "https://github.com/theseer",
6506                    "type": "github"
6507                }
6508            ],
6509            "time": "2024-03-03T12:33:53+00:00"
6510        },
6511        {
6512            "name": "phar-io/version",
6513            "version": "3.2.1",
6514            "source": {
6515                "type": "git",
6516                "url": "https://github.com/phar-io/version.git",
6517                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
6518            },
6519            "dist": {
6520                "type": "zip",
6521                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6522                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6523                "shasum": ""
6524            },
6525            "require": {
6526                "php": "^7.2 || ^8.0"
6527            },
6528            "type": "library",
6529            "autoload": {
6530                "classmap": [
6531                    "src/"
6532                ]
6533            },
6534            "notification-url": "https://packagist.org/downloads/",
6535            "license": [
6536                "BSD-3-Clause"
6537            ],
6538            "authors": [
6539                {
6540                    "name": "Arne Blankerts",
6541                    "email": "arne@blankerts.de",
6542                    "role": "Developer"
6543                },
6544                {
6545                    "name": "Sebastian Heuer",
6546                    "email": "sebastian@phpeople.de",
6547                    "role": "Developer"
6548                },
6549                {
6550                    "name": "Sebastian Bergmann",
6551                    "email": "sebastian@phpunit.de",
6552                    "role": "Developer"
6553                }
6554            ],
6555            "description": "Library for handling version information and constraints",
6556            "support": {
6557                "issues": "https://github.com/phar-io/version/issues",
6558                "source": "https://github.com/phar-io/version/tree/3.2.1"
6559            },
6560            "time": "2022-02-21T01:04:05+00:00"
6561        },
6562        {
6563            "name": "php-coveralls/php-coveralls",
6564            "version": "v2.7.0",
6565            "source": {
6566                "type": "git",
6567                "url": "https://github.com/php-coveralls/php-coveralls.git",
6568                "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15"
6569            },
6570            "dist": {
6571                "type": "zip",
6572                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/b36fa4394e519dafaddc04ae03976bc65a25ba15",
6573                "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15",
6574                "shasum": ""
6575            },
6576            "require": {
6577                "ext-json": "*",
6578                "ext-simplexml": "*",
6579                "guzzlehttp/guzzle": "^6.0 || ^7.0",
6580                "php": "^7.0 || ^8.0",
6581                "psr/log": "^1.0 || ^2.0",
6582                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6583                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6584                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6585                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
6586            },
6587            "require-dev": {
6588                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23",
6589                "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
6590            },
6591            "suggest": {
6592                "symfony/http-kernel": "Allows Symfony integration"
6593            },
6594            "bin": [
6595                "bin/php-coveralls"
6596            ],
6597            "type": "library",
6598            "autoload": {
6599                "psr-4": {
6600                    "PhpCoveralls\\": "src/"
6601                }
6602            },
6603            "notification-url": "https://packagist.org/downloads/",
6604            "license": [
6605                "MIT"
6606            ],
6607            "authors": [
6608                {
6609                    "name": "Kitamura Satoshi",
6610                    "email": "with.no.parachute@gmail.com",
6611                    "homepage": "https://www.facebook.com/satooshi.jp",
6612                    "role": "Original creator"
6613                },
6614                {
6615                    "name": "Takashi Matsuo",
6616                    "email": "tmatsuo@google.com"
6617                },
6618                {
6619                    "name": "Google Inc"
6620                },
6621                {
6622                    "name": "Dariusz Ruminski",
6623                    "email": "dariusz.ruminski@gmail.com",
6624                    "homepage": "https://github.com/keradus"
6625                },
6626                {
6627                    "name": "Contributors",
6628                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
6629                }
6630            ],
6631            "description": "PHP client library for Coveralls API",
6632            "homepage": "https://github.com/php-coveralls/php-coveralls",
6633            "keywords": [
6634                "ci",
6635                "coverage",
6636                "github",
6637                "test"
6638            ],
6639            "support": {
6640                "issues": "https://github.com/php-coveralls/php-coveralls/issues",
6641                "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.7.0"
6642            },
6643            "time": "2023-11-22T10:21:01+00:00"
6644        },
6645        {
6646            "name": "phpunit/php-code-coverage",
6647            "version": "11.0.3",
6648            "source": {
6649                "type": "git",
6650                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6651                "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92"
6652            },
6653            "dist": {
6654                "type": "zip",
6655                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e35a2cbcabac0e6865fd373742ea432a3c34f92",
6656                "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92",
6657                "shasum": ""
6658            },
6659            "require": {
6660                "ext-dom": "*",
6661                "ext-libxml": "*",
6662                "ext-xmlwriter": "*",
6663                "nikic/php-parser": "^5.0",
6664                "php": ">=8.2",
6665                "phpunit/php-file-iterator": "^5.0",
6666                "phpunit/php-text-template": "^4.0",
6667                "sebastian/code-unit-reverse-lookup": "^4.0",
6668                "sebastian/complexity": "^4.0",
6669                "sebastian/environment": "^7.0",
6670                "sebastian/lines-of-code": "^3.0",
6671                "sebastian/version": "^5.0",
6672                "theseer/tokenizer": "^1.2.0"
6673            },
6674            "require-dev": {
6675                "phpunit/phpunit": "^11.0"
6676            },
6677            "suggest": {
6678                "ext-pcov": "PHP extension that provides line coverage",
6679                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
6680            },
6681            "type": "library",
6682            "extra": {
6683                "branch-alias": {
6684                    "dev-main": "11.0-dev"
6685                }
6686            },
6687            "autoload": {
6688                "classmap": [
6689                    "src/"
6690                ]
6691            },
6692            "notification-url": "https://packagist.org/downloads/",
6693            "license": [
6694                "BSD-3-Clause"
6695            ],
6696            "authors": [
6697                {
6698                    "name": "Sebastian Bergmann",
6699                    "email": "sebastian@phpunit.de",
6700                    "role": "lead"
6701                }
6702            ],
6703            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6704            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6705            "keywords": [
6706                "coverage",
6707                "testing",
6708                "xunit"
6709            ],
6710            "support": {
6711                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
6712                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
6713                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.3"
6714            },
6715            "funding": [
6716                {
6717                    "url": "https://github.com/sebastianbergmann",
6718                    "type": "github"
6719                }
6720            ],
6721            "time": "2024-03-12T15:35:40+00:00"
6722        },
6723        {
6724            "name": "phpunit/php-file-iterator",
6725            "version": "5.0.0",
6726            "source": {
6727                "type": "git",
6728                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6729                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210"
6730            },
6731            "dist": {
6732                "type": "zip",
6733                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/99e95c94ad9500daca992354fa09d7b99abe2210",
6734                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210",
6735                "shasum": ""
6736            },
6737            "require": {
6738                "php": ">=8.2"
6739            },
6740            "require-dev": {
6741                "phpunit/phpunit": "^11.0"
6742            },
6743            "type": "library",
6744            "extra": {
6745                "branch-alias": {
6746                    "dev-main": "5.0-dev"
6747                }
6748            },
6749            "autoload": {
6750                "classmap": [
6751                    "src/"
6752                ]
6753            },
6754            "notification-url": "https://packagist.org/downloads/",
6755            "license": [
6756                "BSD-3-Clause"
6757            ],
6758            "authors": [
6759                {
6760                    "name": "Sebastian Bergmann",
6761                    "email": "sebastian@phpunit.de",
6762                    "role": "lead"
6763                }
6764            ],
6765            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6766            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6767            "keywords": [
6768                "filesystem",
6769                "iterator"
6770            ],
6771            "support": {
6772                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
6773                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
6774                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.0"
6775            },
6776            "funding": [
6777                {
6778                    "url": "https://github.com/sebastianbergmann",
6779                    "type": "github"
6780                }
6781            ],
6782            "time": "2024-02-02T06:05:04+00:00"
6783        },
6784        {
6785            "name": "phpunit/php-invoker",
6786            "version": "5.0.0",
6787            "source": {
6788                "type": "git",
6789                "url": "https://github.com/sebastianbergmann/php-invoker.git",
6790                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be"
6791            },
6792            "dist": {
6793                "type": "zip",
6794                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5d8d9355a16d8cc5a1305b0a85342cfa420612be",
6795                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be",
6796                "shasum": ""
6797            },
6798            "require": {
6799                "php": ">=8.2"
6800            },
6801            "require-dev": {
6802                "ext-pcntl": "*",
6803                "phpunit/phpunit": "^11.0"
6804            },
6805            "suggest": {
6806                "ext-pcntl": "*"
6807            },
6808            "type": "library",
6809            "extra": {
6810                "branch-alias": {
6811                    "dev-main": "5.0-dev"
6812                }
6813            },
6814            "autoload": {
6815                "classmap": [
6816                    "src/"
6817                ]
6818            },
6819            "notification-url": "https://packagist.org/downloads/",
6820            "license": [
6821                "BSD-3-Clause"
6822            ],
6823            "authors": [
6824                {
6825                    "name": "Sebastian Bergmann",
6826                    "email": "sebastian@phpunit.de",
6827                    "role": "lead"
6828                }
6829            ],
6830            "description": "Invoke callables with a timeout",
6831            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
6832            "keywords": [
6833                "process"
6834            ],
6835            "support": {
6836                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
6837                "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
6838                "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.0"
6839            },
6840            "funding": [
6841                {
6842                    "url": "https://github.com/sebastianbergmann",
6843                    "type": "github"
6844                }
6845            ],
6846            "time": "2024-02-02T06:05:50+00:00"
6847        },
6848        {
6849            "name": "phpunit/php-text-template",
6850            "version": "4.0.0",
6851            "source": {
6852                "type": "git",
6853                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6854                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e"
6855            },
6856            "dist": {
6857                "type": "zip",
6858                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e",
6859                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e",
6860                "shasum": ""
6861            },
6862            "require": {
6863                "php": ">=8.2"
6864            },
6865            "require-dev": {
6866                "phpunit/phpunit": "^11.0"
6867            },
6868            "type": "library",
6869            "extra": {
6870                "branch-alias": {
6871                    "dev-main": "4.0-dev"
6872                }
6873            },
6874            "autoload": {
6875                "classmap": [
6876                    "src/"
6877                ]
6878            },
6879            "notification-url": "https://packagist.org/downloads/",
6880            "license": [
6881                "BSD-3-Clause"
6882            ],
6883            "authors": [
6884                {
6885                    "name": "Sebastian Bergmann",
6886                    "email": "sebastian@phpunit.de",
6887                    "role": "lead"
6888                }
6889            ],
6890            "description": "Simple template engine.",
6891            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6892            "keywords": [
6893                "template"
6894            ],
6895            "support": {
6896                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
6897                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
6898                "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.0"
6899            },
6900            "funding": [
6901                {
6902                    "url": "https://github.com/sebastianbergmann",
6903                    "type": "github"
6904                }
6905            ],
6906            "time": "2024-02-02T06:06:56+00:00"
6907        },
6908        {
6909            "name": "phpunit/php-timer",
6910            "version": "7.0.0",
6911            "source": {
6912                "type": "git",
6913                "url": "https://github.com/sebastianbergmann/php-timer.git",
6914                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5"
6915            },
6916            "dist": {
6917                "type": "zip",
6918                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5",
6919                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5",
6920                "shasum": ""
6921            },
6922            "require": {
6923                "php": ">=8.2"
6924            },
6925            "require-dev": {
6926                "phpunit/phpunit": "^11.0"
6927            },
6928            "type": "library",
6929            "extra": {
6930                "branch-alias": {
6931                    "dev-main": "7.0-dev"
6932                }
6933            },
6934            "autoload": {
6935                "classmap": [
6936                    "src/"
6937                ]
6938            },
6939            "notification-url": "https://packagist.org/downloads/",
6940            "license": [
6941                "BSD-3-Clause"
6942            ],
6943            "authors": [
6944                {
6945                    "name": "Sebastian Bergmann",
6946                    "email": "sebastian@phpunit.de",
6947                    "role": "lead"
6948                }
6949            ],
6950            "description": "Utility class for timing",
6951            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6952            "keywords": [
6953                "timer"
6954            ],
6955            "support": {
6956                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
6957                "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
6958                "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0"
6959            },
6960            "funding": [
6961                {
6962                    "url": "https://github.com/sebastianbergmann",
6963                    "type": "github"
6964                }
6965            ],
6966            "time": "2024-02-02T06:08:01+00:00"
6967        },
6968        {
6969            "name": "phpunit/phpunit",
6970            "version": "11.0.8",
6971            "source": {
6972                "type": "git",
6973                "url": "https://github.com/sebastianbergmann/phpunit.git",
6974                "reference": "48ea58408879a9aad630022186398364051482fc"
6975            },
6976            "dist": {
6977                "type": "zip",
6978                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/48ea58408879a9aad630022186398364051482fc",
6979                "reference": "48ea58408879a9aad630022186398364051482fc",
6980                "shasum": ""
6981            },
6982            "require": {
6983                "ext-dom": "*",
6984                "ext-json": "*",
6985                "ext-libxml": "*",
6986                "ext-mbstring": "*",
6987                "ext-xml": "*",
6988                "ext-xmlwriter": "*",
6989                "myclabs/deep-copy": "^1.10.1",
6990                "phar-io/manifest": "^2.0.3",
6991                "phar-io/version": "^3.0.2",
6992                "php": ">=8.2",
6993                "phpunit/php-code-coverage": "^11.0",
6994                "phpunit/php-file-iterator": "^5.0",
6995                "phpunit/php-invoker": "^5.0",
6996                "phpunit/php-text-template": "^4.0",
6997                "phpunit/php-timer": "^7.0",
6998                "sebastian/cli-parser": "^3.0",
6999                "sebastian/code-unit": "^3.0",
7000                "sebastian/comparator": "^6.0",
7001                "sebastian/diff": "^6.0",
7002                "sebastian/environment": "^7.0",
7003                "sebastian/exporter": "^6.0",
7004                "sebastian/global-state": "^7.0",
7005                "sebastian/object-enumerator": "^6.0",
7006                "sebastian/type": "^5.0",
7007                "sebastian/version": "^5.0"
7008            },
7009            "suggest": {
7010                "ext-soap": "To be able to generate mocks based on WSDL files"
7011            },
7012            "bin": [
7013                "phpunit"
7014            ],
7015            "type": "library",
7016            "extra": {
7017                "branch-alias": {
7018                    "dev-main": "11.0-dev"
7019                }
7020            },
7021            "autoload": {
7022                "files": [
7023                    "src/Framework/Assert/Functions.php"
7024                ],
7025                "classmap": [
7026                    "src/"
7027                ]
7028            },
7029            "notification-url": "https://packagist.org/downloads/",
7030            "license": [
7031                "BSD-3-Clause"
7032            ],
7033            "authors": [
7034                {
7035                    "name": "Sebastian Bergmann",
7036                    "email": "sebastian@phpunit.de",
7037                    "role": "lead"
7038                }
7039            ],
7040            "description": "The PHP Unit Testing framework.",
7041            "homepage": "https://phpunit.de/",
7042            "keywords": [
7043                "phpunit",
7044                "testing",
7045                "xunit"
7046            ],
7047            "support": {
7048                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7049                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
7050                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.0.8"
7051            },
7052            "funding": [
7053                {
7054                    "url": "https://phpunit.de/sponsors.html",
7055                    "type": "custom"
7056                },
7057                {
7058                    "url": "https://github.com/sebastianbergmann",
7059                    "type": "github"
7060                },
7061                {
7062                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7063                    "type": "tidelift"
7064                }
7065            ],
7066            "time": "2024-03-22T04:21:01+00:00"
7067        },
7068        {
7069            "name": "react/promise",
7070            "version": "v3.1.0",
7071            "source": {
7072                "type": "git",
7073                "url": "https://github.com/reactphp/promise.git",
7074                "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c"
7075            },
7076            "dist": {
7077                "type": "zip",
7078                "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
7079                "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
7080                "shasum": ""
7081            },
7082            "require": {
7083                "php": ">=7.1.0"
7084            },
7085            "require-dev": {
7086                "phpstan/phpstan": "1.10.39 || 1.4.10",
7087                "phpunit/phpunit": "^9.6 || ^7.5"
7088            },
7089            "type": "library",
7090            "autoload": {
7091                "files": [
7092                    "src/functions_include.php"
7093                ],
7094                "psr-4": {
7095                    "React\\Promise\\": "src/"
7096                }
7097            },
7098            "notification-url": "https://packagist.org/downloads/",
7099            "license": [
7100                "MIT"
7101            ],
7102            "authors": [
7103                {
7104                    "name": "Jan Sorgalla",
7105                    "email": "jsorgalla@gmail.com",
7106                    "homepage": "https://sorgalla.com/"
7107                },
7108                {
7109                    "name": "Christian Lück",
7110                    "email": "christian@clue.engineering",
7111                    "homepage": "https://clue.engineering/"
7112                },
7113                {
7114                    "name": "Cees-Jan Kiewiet",
7115                    "email": "reactphp@ceesjankiewiet.nl",
7116                    "homepage": "https://wyrihaximus.net/"
7117                },
7118                {
7119                    "name": "Chris Boden",
7120                    "email": "cboden@gmail.com",
7121                    "homepage": "https://cboden.dev/"
7122                }
7123            ],
7124            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7125            "keywords": [
7126                "promise",
7127                "promises"
7128            ],
7129            "support": {
7130                "issues": "https://github.com/reactphp/promise/issues",
7131                "source": "https://github.com/reactphp/promise/tree/v3.1.0"
7132            },
7133            "funding": [
7134                {
7135                    "url": "https://opencollective.com/reactphp",
7136                    "type": "open_collective"
7137                }
7138            ],
7139            "time": "2023-11-16T16:21:57+00:00"
7140        },
7141        {
7142            "name": "sebastian/cli-parser",
7143            "version": "3.0.1",
7144            "source": {
7145                "type": "git",
7146                "url": "https://github.com/sebastianbergmann/cli-parser.git",
7147                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a"
7148            },
7149            "dist": {
7150                "type": "zip",
7151                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/00a74d5568694711f0222e54fb281e1d15fdf04a",
7152                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a",
7153                "shasum": ""
7154            },
7155            "require": {
7156                "php": ">=8.2"
7157            },
7158            "require-dev": {
7159                "phpunit/phpunit": "^11.0"
7160            },
7161            "type": "library",
7162            "extra": {
7163                "branch-alias": {
7164                    "dev-main": "3.0-dev"
7165                }
7166            },
7167            "autoload": {
7168                "classmap": [
7169                    "src/"
7170                ]
7171            },
7172            "notification-url": "https://packagist.org/downloads/",
7173            "license": [
7174                "BSD-3-Clause"
7175            ],
7176            "authors": [
7177                {
7178                    "name": "Sebastian Bergmann",
7179                    "email": "sebastian@phpunit.de",
7180                    "role": "lead"
7181                }
7182            ],
7183            "description": "Library for parsing CLI options",
7184            "homepage": "https://github.com/sebastianbergmann/cli-parser",
7185            "support": {
7186                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
7187                "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
7188                "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.1"
7189            },
7190            "funding": [
7191                {
7192                    "url": "https://github.com/sebastianbergmann",
7193                    "type": "github"
7194                }
7195            ],
7196            "time": "2024-03-02T07:26:58+00:00"
7197        },
7198        {
7199            "name": "sebastian/code-unit",
7200            "version": "3.0.0",
7201            "source": {
7202                "type": "git",
7203                "url": "https://github.com/sebastianbergmann/code-unit.git",
7204                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015"
7205            },
7206            "dist": {
7207                "type": "zip",
7208                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6634549cb8d702282a04a774e36a7477d2bd9015",
7209                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015",
7210                "shasum": ""
7211            },
7212            "require": {
7213                "php": ">=8.2"
7214            },
7215            "require-dev": {
7216                "phpunit/phpunit": "^11.0"
7217            },
7218            "type": "library",
7219            "extra": {
7220                "branch-alias": {
7221                    "dev-main": "3.0-dev"
7222                }
7223            },
7224            "autoload": {
7225                "classmap": [
7226                    "src/"
7227                ]
7228            },
7229            "notification-url": "https://packagist.org/downloads/",
7230            "license": [
7231                "BSD-3-Clause"
7232            ],
7233            "authors": [
7234                {
7235                    "name": "Sebastian Bergmann",
7236                    "email": "sebastian@phpunit.de",
7237                    "role": "lead"
7238                }
7239            ],
7240            "description": "Collection of value objects that represent the PHP code units",
7241            "homepage": "https://github.com/sebastianbergmann/code-unit",
7242            "support": {
7243                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
7244                "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
7245                "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.0"
7246            },
7247            "funding": [
7248                {
7249                    "url": "https://github.com/sebastianbergmann",
7250                    "type": "github"
7251                }
7252            ],
7253            "time": "2024-02-02T05:50:41+00:00"
7254        },
7255        {
7256            "name": "sebastian/code-unit-reverse-lookup",
7257            "version": "4.0.0",
7258            "source": {
7259                "type": "git",
7260                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7261                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d"
7262            },
7263            "dist": {
7264                "type": "zip",
7265                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/df80c875d3e459b45c6039e4d9b71d4fbccae25d",
7266                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d",
7267                "shasum": ""
7268            },
7269            "require": {
7270                "php": ">=8.2"
7271            },
7272            "require-dev": {
7273                "phpunit/phpunit": "^11.0"
7274            },
7275            "type": "library",
7276            "extra": {
7277                "branch-alias": {
7278                    "dev-main": "4.0-dev"
7279                }
7280            },
7281            "autoload": {
7282                "classmap": [
7283                    "src/"
7284                ]
7285            },
7286            "notification-url": "https://packagist.org/downloads/",
7287            "license": [
7288                "BSD-3-Clause"
7289            ],
7290            "authors": [
7291                {
7292                    "name": "Sebastian Bergmann",
7293                    "email": "sebastian@phpunit.de"
7294                }
7295            ],
7296            "description": "Looks up which function or method a line of code belongs to",
7297            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7298            "support": {
7299                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
7300                "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
7301                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.0"
7302            },
7303            "funding": [
7304                {
7305                    "url": "https://github.com/sebastianbergmann",
7306                    "type": "github"
7307                }
7308            ],
7309            "time": "2024-02-02T05:52:17+00:00"
7310        },
7311        {
7312            "name": "sebastian/comparator",
7313            "version": "6.0.0",
7314            "source": {
7315                "type": "git",
7316                "url": "https://github.com/sebastianbergmann/comparator.git",
7317                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8"
7318            },
7319            "dist": {
7320                "type": "zip",
7321                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bd0f2fa5b9257c69903537b266ccb80fcf940db8",
7322                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8",
7323                "shasum": ""
7324            },
7325            "require": {
7326                "ext-dom": "*",
7327                "ext-mbstring": "*",
7328                "php": ">=8.2",
7329                "sebastian/diff": "^6.0",
7330                "sebastian/exporter": "^6.0"
7331            },
7332            "require-dev": {
7333                "phpunit/phpunit": "^11.0"
7334            },
7335            "type": "library",
7336            "extra": {
7337                "branch-alias": {
7338                    "dev-main": "6.0-dev"
7339                }
7340            },
7341            "autoload": {
7342                "classmap": [
7343                    "src/"
7344                ]
7345            },
7346            "notification-url": "https://packagist.org/downloads/",
7347            "license": [
7348                "BSD-3-Clause"
7349            ],
7350            "authors": [
7351                {
7352                    "name": "Sebastian Bergmann",
7353                    "email": "sebastian@phpunit.de"
7354                },
7355                {
7356                    "name": "Jeff Welch",
7357                    "email": "whatthejeff@gmail.com"
7358                },
7359                {
7360                    "name": "Volker Dusch",
7361                    "email": "github@wallbash.com"
7362                },
7363                {
7364                    "name": "Bernhard Schussek",
7365                    "email": "bschussek@2bepublished.at"
7366                }
7367            ],
7368            "description": "Provides the functionality to compare PHP values for equality",
7369            "homepage": "https://github.com/sebastianbergmann/comparator",
7370            "keywords": [
7371                "comparator",
7372                "compare",
7373                "equality"
7374            ],
7375            "support": {
7376                "issues": "https://github.com/sebastianbergmann/comparator/issues",
7377                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
7378                "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.0"
7379            },
7380            "funding": [
7381                {
7382                    "url": "https://github.com/sebastianbergmann",
7383                    "type": "github"
7384                }
7385            ],
7386            "time": "2024-02-02T05:53:45+00:00"
7387        },
7388        {
7389            "name": "sebastian/complexity",
7390            "version": "4.0.0",
7391            "source": {
7392                "type": "git",
7393                "url": "https://github.com/sebastianbergmann/complexity.git",
7394                "reference": "88a434ad86150e11a606ac4866b09130712671f0"
7395            },
7396            "dist": {
7397                "type": "zip",
7398                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/88a434ad86150e11a606ac4866b09130712671f0",
7399                "reference": "88a434ad86150e11a606ac4866b09130712671f0",
7400                "shasum": ""
7401            },
7402            "require": {
7403                "nikic/php-parser": "^5.0",
7404                "php": ">=8.2"
7405            },
7406            "require-dev": {
7407                "phpunit/phpunit": "^11.0"
7408            },
7409            "type": "library",
7410            "extra": {
7411                "branch-alias": {
7412                    "dev-main": "4.0-dev"
7413                }
7414            },
7415            "autoload": {
7416                "classmap": [
7417                    "src/"
7418                ]
7419            },
7420            "notification-url": "https://packagist.org/downloads/",
7421            "license": [
7422                "BSD-3-Clause"
7423            ],
7424            "authors": [
7425                {
7426                    "name": "Sebastian Bergmann",
7427                    "email": "sebastian@phpunit.de",
7428                    "role": "lead"
7429                }
7430            ],
7431            "description": "Library for calculating the complexity of PHP code units",
7432            "homepage": "https://github.com/sebastianbergmann/complexity",
7433            "support": {
7434                "issues": "https://github.com/sebastianbergmann/complexity/issues",
7435                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
7436                "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.0"
7437            },
7438            "funding": [
7439                {
7440                    "url": "https://github.com/sebastianbergmann",
7441                    "type": "github"
7442                }
7443            ],
7444            "time": "2024-02-02T05:55:19+00:00"
7445        },
7446        {
7447            "name": "sebastian/diff",
7448            "version": "6.0.1",
7449            "source": {
7450                "type": "git",
7451                "url": "https://github.com/sebastianbergmann/diff.git",
7452                "reference": "ab83243ecc233de5655b76f577711de9f842e712"
7453            },
7454            "dist": {
7455                "type": "zip",
7456                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712",
7457                "reference": "ab83243ecc233de5655b76f577711de9f842e712",
7458                "shasum": ""
7459            },
7460            "require": {
7461                "php": ">=8.2"
7462            },
7463            "require-dev": {
7464                "phpunit/phpunit": "^11.0",
7465                "symfony/process": "^4.2 || ^5"
7466            },
7467            "type": "library",
7468            "extra": {
7469                "branch-alias": {
7470                    "dev-main": "6.0-dev"
7471                }
7472            },
7473            "autoload": {
7474                "classmap": [
7475                    "src/"
7476                ]
7477            },
7478            "notification-url": "https://packagist.org/downloads/",
7479            "license": [
7480                "BSD-3-Clause"
7481            ],
7482            "authors": [
7483                {
7484                    "name": "Sebastian Bergmann",
7485                    "email": "sebastian@phpunit.de"
7486                },
7487                {
7488                    "name": "Kore Nordmann",
7489                    "email": "mail@kore-nordmann.de"
7490                }
7491            ],
7492            "description": "Diff implementation",
7493            "homepage": "https://github.com/sebastianbergmann/diff",
7494            "keywords": [
7495                "diff",
7496                "udiff",
7497                "unidiff",
7498                "unified diff"
7499            ],
7500            "support": {
7501                "issues": "https://github.com/sebastianbergmann/diff/issues",
7502                "security": "https://github.com/sebastianbergmann/diff/security/policy",
7503                "source": "https://github.com/sebastianbergmann/diff/tree/6.0.1"
7504            },
7505            "funding": [
7506                {
7507                    "url": "https://github.com/sebastianbergmann",
7508                    "type": "github"
7509                }
7510            ],
7511            "time": "2024-03-02T07:30:33+00:00"
7512        },
7513        {
7514            "name": "sebastian/environment",
7515            "version": "7.1.0",
7516            "source": {
7517                "type": "git",
7518                "url": "https://github.com/sebastianbergmann/environment.git",
7519                "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a"
7520            },
7521            "dist": {
7522                "type": "zip",
7523                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4eb3a442574d0e9d141aab209cd4aaf25701b09a",
7524                "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a",
7525                "shasum": ""
7526            },
7527            "require": {
7528                "php": ">=8.2"
7529            },
7530            "require-dev": {
7531                "phpunit/phpunit": "^11.0"
7532            },
7533            "suggest": {
7534                "ext-posix": "*"
7535            },
7536            "type": "library",
7537            "extra": {
7538                "branch-alias": {
7539                    "dev-main": "7.1-dev"
7540                }
7541            },
7542            "autoload": {
7543                "classmap": [
7544                    "src/"
7545                ]
7546            },
7547            "notification-url": "https://packagist.org/downloads/",
7548            "license": [
7549                "BSD-3-Clause"
7550            ],
7551            "authors": [
7552                {
7553                    "name": "Sebastian Bergmann",
7554                    "email": "sebastian@phpunit.de"
7555                }
7556            ],
7557            "description": "Provides functionality to handle HHVM/PHP environments",
7558            "homepage": "https://github.com/sebastianbergmann/environment",
7559            "keywords": [
7560                "Xdebug",
7561                "environment",
7562                "hhvm"
7563            ],
7564            "support": {
7565                "issues": "https://github.com/sebastianbergmann/environment/issues",
7566                "security": "https://github.com/sebastianbergmann/environment/security/policy",
7567                "source": "https://github.com/sebastianbergmann/environment/tree/7.1.0"
7568            },
7569            "funding": [
7570                {
7571                    "url": "https://github.com/sebastianbergmann",
7572                    "type": "github"
7573                }
7574            ],
7575            "time": "2024-03-23T08:56:34+00:00"
7576        },
7577        {
7578            "name": "sebastian/exporter",
7579            "version": "6.0.1",
7580            "source": {
7581                "type": "git",
7582                "url": "https://github.com/sebastianbergmann/exporter.git",
7583                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da"
7584            },
7585            "dist": {
7586                "type": "zip",
7587                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f291e5a317c321c0381fa9ecc796fa2d21b186da",
7588                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da",
7589                "shasum": ""
7590            },
7591            "require": {
7592                "ext-mbstring": "*",
7593                "php": ">=8.2",
7594                "sebastian/recursion-context": "^6.0"
7595            },
7596            "require-dev": {
7597                "phpunit/phpunit": "^11.0"
7598            },
7599            "type": "library",
7600            "extra": {
7601                "branch-alias": {
7602                    "dev-main": "6.0-dev"
7603                }
7604            },
7605            "autoload": {
7606                "classmap": [
7607                    "src/"
7608                ]
7609            },
7610            "notification-url": "https://packagist.org/downloads/",
7611            "license": [
7612                "BSD-3-Clause"
7613            ],
7614            "authors": [
7615                {
7616                    "name": "Sebastian Bergmann",
7617                    "email": "sebastian@phpunit.de"
7618                },
7619                {
7620                    "name": "Jeff Welch",
7621                    "email": "whatthejeff@gmail.com"
7622                },
7623                {
7624                    "name": "Volker Dusch",
7625                    "email": "github@wallbash.com"
7626                },
7627                {
7628                    "name": "Adam Harvey",
7629                    "email": "aharvey@php.net"
7630                },
7631                {
7632                    "name": "Bernhard Schussek",
7633                    "email": "bschussek@gmail.com"
7634                }
7635            ],
7636            "description": "Provides the functionality to export PHP variables for visualization",
7637            "homepage": "https://www.github.com/sebastianbergmann/exporter",
7638            "keywords": [
7639                "export",
7640                "exporter"
7641            ],
7642            "support": {
7643                "issues": "https://github.com/sebastianbergmann/exporter/issues",
7644                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
7645                "source": "https://github.com/sebastianbergmann/exporter/tree/6.0.1"
7646            },
7647            "funding": [
7648                {
7649                    "url": "https://github.com/sebastianbergmann",
7650                    "type": "github"
7651                }
7652            ],
7653            "time": "2024-03-02T07:28:20+00:00"
7654        },
7655        {
7656            "name": "sebastian/global-state",
7657            "version": "7.0.1",
7658            "source": {
7659                "type": "git",
7660                "url": "https://github.com/sebastianbergmann/global-state.git",
7661                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e"
7662            },
7663            "dist": {
7664                "type": "zip",
7665                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
7666                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
7667                "shasum": ""
7668            },
7669            "require": {
7670                "php": ">=8.2",
7671                "sebastian/object-reflector": "^4.0",
7672                "sebastian/recursion-context": "^6.0"
7673            },
7674            "require-dev": {
7675                "ext-dom": "*",
7676                "phpunit/phpunit": "^11.0"
7677            },
7678            "type": "library",
7679            "extra": {
7680                "branch-alias": {
7681                    "dev-main": "7.0-dev"
7682                }
7683            },
7684            "autoload": {
7685                "classmap": [
7686                    "src/"
7687                ]
7688            },
7689            "notification-url": "https://packagist.org/downloads/",
7690            "license": [
7691                "BSD-3-Clause"
7692            ],
7693            "authors": [
7694                {
7695                    "name": "Sebastian Bergmann",
7696                    "email": "sebastian@phpunit.de"
7697                }
7698            ],
7699            "description": "Snapshotting of global state",
7700            "homepage": "https://www.github.com/sebastianbergmann/global-state",
7701            "keywords": [
7702                "global state"
7703            ],
7704            "support": {
7705                "issues": "https://github.com/sebastianbergmann/global-state/issues",
7706                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
7707                "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.1"
7708            },
7709            "funding": [
7710                {
7711                    "url": "https://github.com/sebastianbergmann",
7712                    "type": "github"
7713                }
7714            ],
7715            "time": "2024-03-02T07:32:10+00:00"
7716        },
7717        {
7718            "name": "sebastian/lines-of-code",
7719            "version": "3.0.0",
7720            "source": {
7721                "type": "git",
7722                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
7723                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0"
7724            },
7725            "dist": {
7726                "type": "zip",
7727                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/376c5b3f6b43c78fdc049740bca76a7c846706c0",
7728                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0",
7729                "shasum": ""
7730            },
7731            "require": {
7732                "nikic/php-parser": "^5.0",
7733                "php": ">=8.2"
7734            },
7735            "require-dev": {
7736                "phpunit/phpunit": "^11.0"
7737            },
7738            "type": "library",
7739            "extra": {
7740                "branch-alias": {
7741                    "dev-main": "3.0-dev"
7742                }
7743            },
7744            "autoload": {
7745                "classmap": [
7746                    "src/"
7747                ]
7748            },
7749            "notification-url": "https://packagist.org/downloads/",
7750            "license": [
7751                "BSD-3-Clause"
7752            ],
7753            "authors": [
7754                {
7755                    "name": "Sebastian Bergmann",
7756                    "email": "sebastian@phpunit.de",
7757                    "role": "lead"
7758                }
7759            ],
7760            "description": "Library for counting the lines of code in PHP source code",
7761            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
7762            "support": {
7763                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
7764                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
7765                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.0"
7766            },
7767            "funding": [
7768                {
7769                    "url": "https://github.com/sebastianbergmann",
7770                    "type": "github"
7771                }
7772            ],
7773            "time": "2024-02-02T06:00:36+00:00"
7774        },
7775        {
7776            "name": "sebastian/object-enumerator",
7777            "version": "6.0.0",
7778            "source": {
7779                "type": "git",
7780                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7781                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678"
7782            },
7783            "dist": {
7784                "type": "zip",
7785                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
7786                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
7787                "shasum": ""
7788            },
7789            "require": {
7790                "php": ">=8.2",
7791                "sebastian/object-reflector": "^4.0",
7792                "sebastian/recursion-context": "^6.0"
7793            },
7794            "require-dev": {
7795                "phpunit/phpunit": "^11.0"
7796            },
7797            "type": "library",
7798            "extra": {
7799                "branch-alias": {
7800                    "dev-main": "6.0-dev"
7801                }
7802            },
7803            "autoload": {
7804                "classmap": [
7805                    "src/"
7806                ]
7807            },
7808            "notification-url": "https://packagist.org/downloads/",
7809            "license": [
7810                "BSD-3-Clause"
7811            ],
7812            "authors": [
7813                {
7814                    "name": "Sebastian Bergmann",
7815                    "email": "sebastian@phpunit.de"
7816                }
7817            ],
7818            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7819            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7820            "support": {
7821                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
7822                "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
7823                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.0"
7824            },
7825            "funding": [
7826                {
7827                    "url": "https://github.com/sebastianbergmann",
7828                    "type": "github"
7829                }
7830            ],
7831            "time": "2024-02-02T06:01:29+00:00"
7832        },
7833        {
7834            "name": "sebastian/object-reflector",
7835            "version": "4.0.0",
7836            "source": {
7837                "type": "git",
7838                "url": "https://github.com/sebastianbergmann/object-reflector.git",
7839                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d"
7840            },
7841            "dist": {
7842                "type": "zip",
7843                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d",
7844                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d",
7845                "shasum": ""
7846            },
7847            "require": {
7848                "php": ">=8.2"
7849            },
7850            "require-dev": {
7851                "phpunit/phpunit": "^11.0"
7852            },
7853            "type": "library",
7854            "extra": {
7855                "branch-alias": {
7856                    "dev-main": "4.0-dev"
7857                }
7858            },
7859            "autoload": {
7860                "classmap": [
7861                    "src/"
7862                ]
7863            },
7864            "notification-url": "https://packagist.org/downloads/",
7865            "license": [
7866                "BSD-3-Clause"
7867            ],
7868            "authors": [
7869                {
7870                    "name": "Sebastian Bergmann",
7871                    "email": "sebastian@phpunit.de"
7872                }
7873            ],
7874            "description": "Allows reflection of object attributes, including inherited and non-public ones",
7875            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7876            "support": {
7877                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
7878                "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
7879                "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.0"
7880            },
7881            "funding": [
7882                {
7883                    "url": "https://github.com/sebastianbergmann",
7884                    "type": "github"
7885                }
7886            ],
7887            "time": "2024-02-02T06:02:18+00:00"
7888        },
7889        {
7890            "name": "sebastian/recursion-context",
7891            "version": "6.0.0",
7892            "source": {
7893                "type": "git",
7894                "url": "https://github.com/sebastianbergmann/recursion-context.git",
7895                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4"
7896            },
7897            "dist": {
7898                "type": "zip",
7899                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b75224967b5a466925c6d54e68edd0edf8dd4ed4",
7900                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4",
7901                "shasum": ""
7902            },
7903            "require": {
7904                "php": ">=8.2"
7905            },
7906            "require-dev": {
7907                "phpunit/phpunit": "^11.0"
7908            },
7909            "type": "library",
7910            "extra": {
7911                "branch-alias": {
7912                    "dev-main": "6.0-dev"
7913                }
7914            },
7915            "autoload": {
7916                "classmap": [
7917                    "src/"
7918                ]
7919            },
7920            "notification-url": "https://packagist.org/downloads/",
7921            "license": [
7922                "BSD-3-Clause"
7923            ],
7924            "authors": [
7925                {
7926                    "name": "Sebastian Bergmann",
7927                    "email": "sebastian@phpunit.de"
7928                },
7929                {
7930                    "name": "Jeff Welch",
7931                    "email": "whatthejeff@gmail.com"
7932                },
7933                {
7934                    "name": "Adam Harvey",
7935                    "email": "aharvey@php.net"
7936                }
7937            ],
7938            "description": "Provides functionality to recursively process PHP variables",
7939            "homepage": "https://github.com/sebastianbergmann/recursion-context",
7940            "support": {
7941                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
7942                "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
7943                "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.0"
7944            },
7945            "funding": [
7946                {
7947                    "url": "https://github.com/sebastianbergmann",
7948                    "type": "github"
7949                }
7950            ],
7951            "time": "2024-02-02T06:08:48+00:00"
7952        },
7953        {
7954            "name": "sebastian/type",
7955            "version": "5.0.0",
7956            "source": {
7957                "type": "git",
7958                "url": "https://github.com/sebastianbergmann/type.git",
7959                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f"
7960            },
7961            "dist": {
7962                "type": "zip",
7963                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8502785eb3523ca0dd4afe9ca62235590020f3f",
7964                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f",
7965                "shasum": ""
7966            },
7967            "require": {
7968                "php": ">=8.2"
7969            },
7970            "require-dev": {
7971                "phpunit/phpunit": "^11.0"
7972            },
7973            "type": "library",
7974            "extra": {
7975                "branch-alias": {
7976                    "dev-main": "5.0-dev"
7977                }
7978            },
7979            "autoload": {
7980                "classmap": [
7981                    "src/"
7982                ]
7983            },
7984            "notification-url": "https://packagist.org/downloads/",
7985            "license": [
7986                "BSD-3-Clause"
7987            ],
7988            "authors": [
7989                {
7990                    "name": "Sebastian Bergmann",
7991                    "email": "sebastian@phpunit.de",
7992                    "role": "lead"
7993                }
7994            ],
7995            "description": "Collection of value objects that represent the types of the PHP type system",
7996            "homepage": "https://github.com/sebastianbergmann/type",
7997            "support": {
7998                "issues": "https://github.com/sebastianbergmann/type/issues",
7999                "security": "https://github.com/sebastianbergmann/type/security/policy",
8000                "source": "https://github.com/sebastianbergmann/type/tree/5.0.0"
8001            },
8002            "funding": [
8003                {
8004                    "url": "https://github.com/sebastianbergmann",
8005                    "type": "github"
8006                }
8007            ],
8008            "time": "2024-02-02T06:09:34+00:00"
8009        },
8010        {
8011            "name": "sebastian/version",
8012            "version": "5.0.0",
8013            "source": {
8014                "type": "git",
8015                "url": "https://github.com/sebastianbergmann/version.git",
8016                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001"
8017            },
8018            "dist": {
8019                "type": "zip",
8020                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/13999475d2cb1ab33cb73403ba356a814fdbb001",
8021                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001",
8022                "shasum": ""
8023            },
8024            "require": {
8025                "php": ">=8.2"
8026            },
8027            "type": "library",
8028            "extra": {
8029                "branch-alias": {
8030                    "dev-main": "5.0-dev"
8031                }
8032            },
8033            "autoload": {
8034                "classmap": [
8035                    "src/"
8036                ]
8037            },
8038            "notification-url": "https://packagist.org/downloads/",
8039            "license": [
8040                "BSD-3-Clause"
8041            ],
8042            "authors": [
8043                {
8044                    "name": "Sebastian Bergmann",
8045                    "email": "sebastian@phpunit.de",
8046                    "role": "lead"
8047                }
8048            ],
8049            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8050            "homepage": "https://github.com/sebastianbergmann/version",
8051            "support": {
8052                "issues": "https://github.com/sebastianbergmann/version/issues",
8053                "security": "https://github.com/sebastianbergmann/version/security/policy",
8054                "source": "https://github.com/sebastianbergmann/version/tree/5.0.0"
8055            },
8056            "funding": [
8057                {
8058                    "url": "https://github.com/sebastianbergmann",
8059                    "type": "github"
8060                }
8061            ],
8062            "time": "2024-02-02T06:10:47+00:00"
8063        },
8064        {
8065            "name": "seld/jsonlint",
8066            "version": "1.10.2",
8067            "source": {
8068                "type": "git",
8069                "url": "https://github.com/Seldaek/jsonlint.git",
8070                "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259"
8071            },
8072            "dist": {
8073                "type": "zip",
8074                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9bb7db07b5d66d90f6ebf542f09fc67d800e5259",
8075                "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259",
8076                "shasum": ""
8077            },
8078            "require": {
8079                "php": "^5.3 || ^7.0 || ^8.0"
8080            },
8081            "require-dev": {
8082                "phpstan/phpstan": "^1.5",
8083                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
8084            },
8085            "bin": [
8086                "bin/jsonlint"
8087            ],
8088            "type": "library",
8089            "autoload": {
8090                "psr-4": {
8091                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
8092                }
8093            },
8094            "notification-url": "https://packagist.org/downloads/",
8095            "license": [
8096                "MIT"
8097            ],
8098            "authors": [
8099                {
8100                    "name": "Jordi Boggiano",
8101                    "email": "j.boggiano@seld.be",
8102                    "homepage": "https://seld.be"
8103                }
8104            ],
8105            "description": "JSON Linter",
8106            "keywords": [
8107                "json",
8108                "linter",
8109                "parser",
8110                "validator"
8111            ],
8112            "support": {
8113                "issues": "https://github.com/Seldaek/jsonlint/issues",
8114                "source": "https://github.com/Seldaek/jsonlint/tree/1.10.2"
8115            },
8116            "funding": [
8117                {
8118                    "url": "https://github.com/Seldaek",
8119                    "type": "github"
8120                },
8121                {
8122                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
8123                    "type": "tidelift"
8124                }
8125            ],
8126            "time": "2024-02-07T12:57:50+00:00"
8127        },
8128        {
8129            "name": "seld/phar-utils",
8130            "version": "1.2.1",
8131            "source": {
8132                "type": "git",
8133                "url": "https://github.com/Seldaek/phar-utils.git",
8134                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
8135            },
8136            "dist": {
8137                "type": "zip",
8138                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
8139                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
8140                "shasum": ""
8141            },
8142            "require": {
8143                "php": ">=5.3"
8144            },
8145            "type": "library",
8146            "extra": {
8147                "branch-alias": {
8148                    "dev-master": "1.x-dev"
8149                }
8150            },
8151            "autoload": {
8152                "psr-4": {
8153                    "Seld\\PharUtils\\": "src/"
8154                }
8155            },
8156            "notification-url": "https://packagist.org/downloads/",
8157            "license": [
8158                "MIT"
8159            ],
8160            "authors": [
8161                {
8162                    "name": "Jordi Boggiano",
8163                    "email": "j.boggiano@seld.be"
8164                }
8165            ],
8166            "description": "PHAR file format utilities, for when PHP phars you up",
8167            "keywords": [
8168                "phar"
8169            ],
8170            "support": {
8171                "issues": "https://github.com/Seldaek/phar-utils/issues",
8172                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
8173            },
8174            "time": "2022-08-31T10:31:18+00:00"
8175        },
8176        {
8177            "name": "seld/signal-handler",
8178            "version": "2.0.2",
8179            "source": {
8180                "type": "git",
8181                "url": "https://github.com/Seldaek/signal-handler.git",
8182                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"
8183            },
8184            "dist": {
8185                "type": "zip",
8186                "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
8187                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
8188                "shasum": ""
8189            },
8190            "require": {
8191                "php": ">=7.2.0"
8192            },
8193            "require-dev": {
8194                "phpstan/phpstan": "^1",
8195                "phpstan/phpstan-deprecation-rules": "^1.0",
8196                "phpstan/phpstan-phpunit": "^1",
8197                "phpstan/phpstan-strict-rules": "^1.3",
8198                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
8199                "psr/log": "^1 || ^2 || ^3"
8200            },
8201            "type": "library",
8202            "extra": {
8203                "branch-alias": {
8204                    "dev-main": "2.x-dev"
8205                }
8206            },
8207            "autoload": {
8208                "psr-4": {
8209                    "Seld\\Signal\\": "src/"
8210                }
8211            },
8212            "notification-url": "https://packagist.org/downloads/",
8213            "license": [
8214                "MIT"
8215            ],
8216            "authors": [
8217                {
8218                    "name": "Jordi Boggiano",
8219                    "email": "j.boggiano@seld.be",
8220                    "homepage": "http://seld.be"
8221                }
8222            ],
8223            "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
8224            "keywords": [
8225                "posix",
8226                "sigint",
8227                "signal",
8228                "sigterm",
8229                "unix"
8230            ],
8231            "support": {
8232                "issues": "https://github.com/Seldaek/signal-handler/issues",
8233                "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"
8234            },
8235            "time": "2023-09-03T09:24:00+00:00"
8236        },
8237        {
8238            "name": "symfony/config",
8239            "version": "v7.0.4",
8240            "source": {
8241                "type": "git",
8242                "url": "https://github.com/symfony/config.git",
8243                "reference": "44deeba7233f08f383185ffa37dace3b3bc87364"
8244            },
8245            "dist": {
8246                "type": "zip",
8247                "url": "https://api.github.com/repos/symfony/config/zipball/44deeba7233f08f383185ffa37dace3b3bc87364",
8248                "reference": "44deeba7233f08f383185ffa37dace3b3bc87364",
8249                "shasum": ""
8250            },
8251            "require": {
8252                "php": ">=8.2",
8253                "symfony/deprecation-contracts": "^2.5|^3",
8254                "symfony/filesystem": "^6.4|^7.0",
8255                "symfony/polyfill-ctype": "~1.8"
8256            },
8257            "conflict": {
8258                "symfony/finder": "<6.4",
8259                "symfony/service-contracts": "<2.5"
8260            },
8261            "require-dev": {
8262                "symfony/event-dispatcher": "^6.4|^7.0",
8263                "symfony/finder": "^6.4|^7.0",
8264                "symfony/messenger": "^6.4|^7.0",
8265                "symfony/service-contracts": "^2.5|^3",
8266                "symfony/yaml": "^6.4|^7.0"
8267            },
8268            "type": "library",
8269            "autoload": {
8270                "psr-4": {
8271                    "Symfony\\Component\\Config\\": ""
8272                },
8273                "exclude-from-classmap": [
8274                    "/Tests/"
8275                ]
8276            },
8277            "notification-url": "https://packagist.org/downloads/",
8278            "license": [
8279                "MIT"
8280            ],
8281            "authors": [
8282                {
8283                    "name": "Fabien Potencier",
8284                    "email": "fabien@symfony.com"
8285                },
8286                {
8287                    "name": "Symfony Community",
8288                    "homepage": "https://symfony.com/contributors"
8289                }
8290            ],
8291            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
8292            "homepage": "https://symfony.com",
8293            "support": {
8294                "source": "https://github.com/symfony/config/tree/v7.0.4"
8295            },
8296            "funding": [
8297                {
8298                    "url": "https://symfony.com/sponsor",
8299                    "type": "custom"
8300                },
8301                {
8302                    "url": "https://github.com/fabpot",
8303                    "type": "github"
8304                },
8305                {
8306                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8307                    "type": "tidelift"
8308                }
8309            ],
8310            "time": "2024-02-26T07:52:39+00:00"
8311        },
8312        {
8313            "name": "symfony/console",
8314            "version": "v7.0.4",
8315            "source": {
8316                "type": "git",
8317                "url": "https://github.com/symfony/console.git",
8318                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f"
8319            },
8320            "dist": {
8321                "type": "zip",
8322                "url": "https://api.github.com/repos/symfony/console/zipball/6b099f3306f7c9c2d2786ed736d0026b2903205f",
8323                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f",
8324                "shasum": ""
8325            },
8326            "require": {
8327                "php": ">=8.2",
8328                "symfony/polyfill-mbstring": "~1.0",
8329                "symfony/service-contracts": "^2.5|^3",
8330                "symfony/string": "^6.4|^7.0"
8331            },
8332            "conflict": {
8333                "symfony/dependency-injection": "<6.4",
8334                "symfony/dotenv": "<6.4",
8335                "symfony/event-dispatcher": "<6.4",
8336                "symfony/lock": "<6.4",
8337                "symfony/process": "<6.4"
8338            },
8339            "provide": {
8340                "psr/log-implementation": "1.0|2.0|3.0"
8341            },
8342            "require-dev": {
8343                "psr/log": "^1|^2|^3",
8344                "symfony/config": "^6.4|^7.0",
8345                "symfony/dependency-injection": "^6.4|^7.0",
8346                "symfony/event-dispatcher": "^6.4|^7.0",
8347                "symfony/http-foundation": "^6.4|^7.0",
8348                "symfony/http-kernel": "^6.4|^7.0",
8349                "symfony/lock": "^6.4|^7.0",
8350                "symfony/messenger": "^6.4|^7.0",
8351                "symfony/process": "^6.4|^7.0",
8352                "symfony/stopwatch": "^6.4|^7.0",
8353                "symfony/var-dumper": "^6.4|^7.0"
8354            },
8355            "type": "library",
8356            "autoload": {
8357                "psr-4": {
8358                    "Symfony\\Component\\Console\\": ""
8359                },
8360                "exclude-from-classmap": [
8361                    "/Tests/"
8362                ]
8363            },
8364            "notification-url": "https://packagist.org/downloads/",
8365            "license": [
8366                "MIT"
8367            ],
8368            "authors": [
8369                {
8370                    "name": "Fabien Potencier",
8371                    "email": "fabien@symfony.com"
8372                },
8373                {
8374                    "name": "Symfony Community",
8375                    "homepage": "https://symfony.com/contributors"
8376                }
8377            ],
8378            "description": "Eases the creation of beautiful and testable command line interfaces",
8379            "homepage": "https://symfony.com",
8380            "keywords": [
8381                "cli",
8382                "command-line",
8383                "console",
8384                "terminal"
8385            ],
8386            "support": {
8387                "source": "https://github.com/symfony/console/tree/v7.0.4"
8388            },
8389            "funding": [
8390                {
8391                    "url": "https://symfony.com/sponsor",
8392                    "type": "custom"
8393                },
8394                {
8395                    "url": "https://github.com/fabpot",
8396                    "type": "github"
8397                },
8398                {
8399                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8400                    "type": "tidelift"
8401                }
8402            ],
8403            "time": "2024-02-22T20:27:20+00:00"
8404        },
8405        {
8406            "name": "symfony/filesystem",
8407            "version": "v7.0.3",
8408            "source": {
8409                "type": "git",
8410                "url": "https://github.com/symfony/filesystem.git",
8411                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12"
8412            },
8413            "dist": {
8414                "type": "zip",
8415                "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12",
8416                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12",
8417                "shasum": ""
8418            },
8419            "require": {
8420                "php": ">=8.2",
8421                "symfony/polyfill-ctype": "~1.8",
8422                "symfony/polyfill-mbstring": "~1.8"
8423            },
8424            "type": "library",
8425            "autoload": {
8426                "psr-4": {
8427                    "Symfony\\Component\\Filesystem\\": ""
8428                },
8429                "exclude-from-classmap": [
8430                    "/Tests/"
8431                ]
8432            },
8433            "notification-url": "https://packagist.org/downloads/",
8434            "license": [
8435                "MIT"
8436            ],
8437            "authors": [
8438                {
8439                    "name": "Fabien Potencier",
8440                    "email": "fabien@symfony.com"
8441                },
8442                {
8443                    "name": "Symfony Community",
8444                    "homepage": "https://symfony.com/contributors"
8445                }
8446            ],
8447            "description": "Provides basic utilities for the filesystem",
8448            "homepage": "https://symfony.com",
8449            "support": {
8450                "source": "https://github.com/symfony/filesystem/tree/v7.0.3"
8451            },
8452            "funding": [
8453                {
8454                    "url": "https://symfony.com/sponsor",
8455                    "type": "custom"
8456                },
8457                {
8458                    "url": "https://github.com/fabpot",
8459                    "type": "github"
8460                },
8461                {
8462                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8463                    "type": "tidelift"
8464                }
8465            ],
8466            "time": "2024-01-23T15:02:46+00:00"
8467        },
8468        {
8469            "name": "symfony/finder",
8470            "version": "v7.0.0",
8471            "source": {
8472                "type": "git",
8473                "url": "https://github.com/symfony/finder.git",
8474                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56"
8475            },
8476            "dist": {
8477                "type": "zip",
8478                "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
8479                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
8480                "shasum": ""
8481            },
8482            "require": {
8483                "php": ">=8.2"
8484            },
8485            "require-dev": {
8486                "symfony/filesystem": "^6.4|^7.0"
8487            },
8488            "type": "library",
8489            "autoload": {
8490                "psr-4": {
8491                    "Symfony\\Component\\Finder\\": ""
8492                },
8493                "exclude-from-classmap": [
8494                    "/Tests/"
8495                ]
8496            },
8497            "notification-url": "https://packagist.org/downloads/",
8498            "license": [
8499                "MIT"
8500            ],
8501            "authors": [
8502                {
8503                    "name": "Fabien Potencier",
8504                    "email": "fabien@symfony.com"
8505                },
8506                {
8507                    "name": "Symfony Community",
8508                    "homepage": "https://symfony.com/contributors"
8509                }
8510            ],
8511            "description": "Finds files and directories via an intuitive fluent interface",
8512            "homepage": "https://symfony.com",
8513            "support": {
8514                "source": "https://github.com/symfony/finder/tree/v7.0.0"
8515            },
8516            "funding": [
8517                {
8518                    "url": "https://symfony.com/sponsor",
8519                    "type": "custom"
8520                },
8521                {
8522                    "url": "https://github.com/fabpot",
8523                    "type": "github"
8524                },
8525                {
8526                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8527                    "type": "tidelift"
8528                }
8529            ],
8530            "time": "2023-10-31T17:59:56+00:00"
8531        },
8532        {
8533            "name": "symfony/polyfill-ctype",
8534            "version": "v1.29.0",
8535            "source": {
8536                "type": "git",
8537                "url": "https://github.com/symfony/polyfill-ctype.git",
8538                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
8539            },
8540            "dist": {
8541                "type": "zip",
8542                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
8543                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
8544                "shasum": ""
8545            },
8546            "require": {
8547                "php": ">=7.1"
8548            },
8549            "provide": {
8550                "ext-ctype": "*"
8551            },
8552            "suggest": {
8553                "ext-ctype": "For best performance"
8554            },
8555            "type": "library",
8556            "extra": {
8557                "thanks": {
8558                    "name": "symfony/polyfill",
8559                    "url": "https://github.com/symfony/polyfill"
8560                }
8561            },
8562            "autoload": {
8563                "files": [
8564                    "bootstrap.php"
8565                ],
8566                "psr-4": {
8567                    "Symfony\\Polyfill\\Ctype\\": ""
8568                }
8569            },
8570            "notification-url": "https://packagist.org/downloads/",
8571            "license": [
8572                "MIT"
8573            ],
8574            "authors": [
8575                {
8576                    "name": "Gert de Pagter",
8577                    "email": "BackEndTea@gmail.com"
8578                },
8579                {
8580                    "name": "Symfony Community",
8581                    "homepage": "https://symfony.com/contributors"
8582                }
8583            ],
8584            "description": "Symfony polyfill for ctype functions",
8585            "homepage": "https://symfony.com",
8586            "keywords": [
8587                "compatibility",
8588                "ctype",
8589                "polyfill",
8590                "portable"
8591            ],
8592            "support": {
8593                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
8594            },
8595            "funding": [
8596                {
8597                    "url": "https://symfony.com/sponsor",
8598                    "type": "custom"
8599                },
8600                {
8601                    "url": "https://github.com/fabpot",
8602                    "type": "github"
8603                },
8604                {
8605                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8606                    "type": "tidelift"
8607                }
8608            ],
8609            "time": "2024-01-29T20:11:03+00:00"
8610        },
8611        {
8612            "name": "symfony/polyfill-intl-grapheme",
8613            "version": "v1.29.0",
8614            "source": {
8615                "type": "git",
8616                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8617                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
8618            },
8619            "dist": {
8620                "type": "zip",
8621                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
8622                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
8623                "shasum": ""
8624            },
8625            "require": {
8626                "php": ">=7.1"
8627            },
8628            "suggest": {
8629                "ext-intl": "For best performance"
8630            },
8631            "type": "library",
8632            "extra": {
8633                "thanks": {
8634                    "name": "symfony/polyfill",
8635                    "url": "https://github.com/symfony/polyfill"
8636                }
8637            },
8638            "autoload": {
8639                "files": [
8640                    "bootstrap.php"
8641                ],
8642                "psr-4": {
8643                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8644                }
8645            },
8646            "notification-url": "https://packagist.org/downloads/",
8647            "license": [
8648                "MIT"
8649            ],
8650            "authors": [
8651                {
8652                    "name": "Nicolas Grekas",
8653                    "email": "p@tchwork.com"
8654                },
8655                {
8656                    "name": "Symfony Community",
8657                    "homepage": "https://symfony.com/contributors"
8658                }
8659            ],
8660            "description": "Symfony polyfill for intl's grapheme_* functions",
8661            "homepage": "https://symfony.com",
8662            "keywords": [
8663                "compatibility",
8664                "grapheme",
8665                "intl",
8666                "polyfill",
8667                "portable",
8668                "shim"
8669            ],
8670            "support": {
8671                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
8672            },
8673            "funding": [
8674                {
8675                    "url": "https://symfony.com/sponsor",
8676                    "type": "custom"
8677                },
8678                {
8679                    "url": "https://github.com/fabpot",
8680                    "type": "github"
8681                },
8682                {
8683                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8684                    "type": "tidelift"
8685                }
8686            ],
8687            "time": "2024-01-29T20:11:03+00:00"
8688        },
8689        {
8690            "name": "symfony/polyfill-php73",
8691            "version": "v1.29.0",
8692            "source": {
8693                "type": "git",
8694                "url": "https://github.com/symfony/polyfill-php73.git",
8695                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
8696            },
8697            "dist": {
8698                "type": "zip",
8699                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
8700                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
8701                "shasum": ""
8702            },
8703            "require": {
8704                "php": ">=7.1"
8705            },
8706            "type": "library",
8707            "extra": {
8708                "thanks": {
8709                    "name": "symfony/polyfill",
8710                    "url": "https://github.com/symfony/polyfill"
8711                }
8712            },
8713            "autoload": {
8714                "files": [
8715                    "bootstrap.php"
8716                ],
8717                "psr-4": {
8718                    "Symfony\\Polyfill\\Php73\\": ""
8719                },
8720                "classmap": [
8721                    "Resources/stubs"
8722                ]
8723            },
8724            "notification-url": "https://packagist.org/downloads/",
8725            "license": [
8726                "MIT"
8727            ],
8728            "authors": [
8729                {
8730                    "name": "Nicolas Grekas",
8731                    "email": "p@tchwork.com"
8732                },
8733                {
8734                    "name": "Symfony Community",
8735                    "homepage": "https://symfony.com/contributors"
8736                }
8737            ],
8738            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8739            "homepage": "https://symfony.com",
8740            "keywords": [
8741                "compatibility",
8742                "polyfill",
8743                "portable",
8744                "shim"
8745            ],
8746            "support": {
8747                "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
8748            },
8749            "funding": [
8750                {
8751                    "url": "https://symfony.com/sponsor",
8752                    "type": "custom"
8753                },
8754                {
8755                    "url": "https://github.com/fabpot",
8756                    "type": "github"
8757                },
8758                {
8759                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8760                    "type": "tidelift"
8761                }
8762            ],
8763            "time": "2024-01-29T20:11:03+00:00"
8764        },
8765        {
8766            "name": "symfony/polyfill-php81",
8767            "version": "v1.29.0",
8768            "source": {
8769                "type": "git",
8770                "url": "https://github.com/symfony/polyfill-php81.git",
8771                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
8772            },
8773            "dist": {
8774                "type": "zip",
8775                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
8776                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
8777                "shasum": ""
8778            },
8779            "require": {
8780                "php": ">=7.1"
8781            },
8782            "type": "library",
8783            "extra": {
8784                "thanks": {
8785                    "name": "symfony/polyfill",
8786                    "url": "https://github.com/symfony/polyfill"
8787                }
8788            },
8789            "autoload": {
8790                "files": [
8791                    "bootstrap.php"
8792                ],
8793                "psr-4": {
8794                    "Symfony\\Polyfill\\Php81\\": ""
8795                },
8796                "classmap": [
8797                    "Resources/stubs"
8798                ]
8799            },
8800            "notification-url": "https://packagist.org/downloads/",
8801            "license": [
8802                "MIT"
8803            ],
8804            "authors": [
8805                {
8806                    "name": "Nicolas Grekas",
8807                    "email": "p@tchwork.com"
8808                },
8809                {
8810                    "name": "Symfony Community",
8811                    "homepage": "https://symfony.com/contributors"
8812                }
8813            ],
8814            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
8815            "homepage": "https://symfony.com",
8816            "keywords": [
8817                "compatibility",
8818                "polyfill",
8819                "portable",
8820                "shim"
8821            ],
8822            "support": {
8823                "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
8824            },
8825            "funding": [
8826                {
8827                    "url": "https://symfony.com/sponsor",
8828                    "type": "custom"
8829                },
8830                {
8831                    "url": "https://github.com/fabpot",
8832                    "type": "github"
8833                },
8834                {
8835                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8836                    "type": "tidelift"
8837                }
8838            ],
8839            "time": "2024-01-29T20:11:03+00:00"
8840        },
8841        {
8842            "name": "symfony/process",
8843            "version": "v7.0.4",
8844            "source": {
8845                "type": "git",
8846                "url": "https://github.com/symfony/process.git",
8847                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9"
8848            },
8849            "dist": {
8850                "type": "zip",
8851                "url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
8852                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
8853                "shasum": ""
8854            },
8855            "require": {
8856                "php": ">=8.2"
8857            },
8858            "type": "library",
8859            "autoload": {
8860                "psr-4": {
8861                    "Symfony\\Component\\Process\\": ""
8862                },
8863                "exclude-from-classmap": [
8864                    "/Tests/"
8865                ]
8866            },
8867            "notification-url": "https://packagist.org/downloads/",
8868            "license": [
8869                "MIT"
8870            ],
8871            "authors": [
8872                {
8873                    "name": "Fabien Potencier",
8874                    "email": "fabien@symfony.com"
8875                },
8876                {
8877                    "name": "Symfony Community",
8878                    "homepage": "https://symfony.com/contributors"
8879                }
8880            ],
8881            "description": "Executes commands in sub-processes",
8882            "homepage": "https://symfony.com",
8883            "support": {
8884                "source": "https://github.com/symfony/process/tree/v7.0.4"
8885            },
8886            "funding": [
8887                {
8888                    "url": "https://symfony.com/sponsor",
8889                    "type": "custom"
8890                },
8891                {
8892                    "url": "https://github.com/fabpot",
8893                    "type": "github"
8894                },
8895                {
8896                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8897                    "type": "tidelift"
8898                }
8899            ],
8900            "time": "2024-02-22T20:27:20+00:00"
8901        },
8902        {
8903            "name": "symfony/stopwatch",
8904            "version": "v7.0.3",
8905            "source": {
8906                "type": "git",
8907                "url": "https://github.com/symfony/stopwatch.git",
8908                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112"
8909            },
8910            "dist": {
8911                "type": "zip",
8912                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112",
8913                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112",
8914                "shasum": ""
8915            },
8916            "require": {
8917                "php": ">=8.2",
8918                "symfony/service-contracts": "^2.5|^3"
8919            },
8920            "type": "library",
8921            "autoload": {
8922                "psr-4": {
8923                    "Symfony\\Component\\Stopwatch\\": ""
8924                },
8925                "exclude-from-classmap": [
8926                    "/Tests/"
8927                ]
8928            },
8929            "notification-url": "https://packagist.org/downloads/",
8930            "license": [
8931                "MIT"
8932            ],
8933            "authors": [
8934                {
8935                    "name": "Fabien Potencier",
8936                    "email": "fabien@symfony.com"
8937                },
8938                {
8939                    "name": "Symfony Community",
8940                    "homepage": "https://symfony.com/contributors"
8941                }
8942            ],
8943            "description": "Provides a way to profile code",
8944            "homepage": "https://symfony.com",
8945            "support": {
8946                "source": "https://github.com/symfony/stopwatch/tree/v7.0.3"
8947            },
8948            "funding": [
8949                {
8950                    "url": "https://symfony.com/sponsor",
8951                    "type": "custom"
8952                },
8953                {
8954                    "url": "https://github.com/fabpot",
8955                    "type": "github"
8956                },
8957                {
8958                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8959                    "type": "tidelift"
8960                }
8961            ],
8962            "time": "2024-01-23T15:02:46+00:00"
8963        },
8964        {
8965            "name": "symfony/string",
8966            "version": "v7.0.4",
8967            "source": {
8968                "type": "git",
8969                "url": "https://github.com/symfony/string.git",
8970                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b"
8971            },
8972            "dist": {
8973                "type": "zip",
8974                "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b",
8975                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b",
8976                "shasum": ""
8977            },
8978            "require": {
8979                "php": ">=8.2",
8980                "symfony/polyfill-ctype": "~1.8",
8981                "symfony/polyfill-intl-grapheme": "~1.0",
8982                "symfony/polyfill-intl-normalizer": "~1.0",
8983                "symfony/polyfill-mbstring": "~1.0"
8984            },
8985            "conflict": {
8986                "symfony/translation-contracts": "<2.5"
8987            },
8988            "require-dev": {
8989                "symfony/error-handler": "^6.4|^7.0",
8990                "symfony/http-client": "^6.4|^7.0",
8991                "symfony/intl": "^6.4|^7.0",
8992                "symfony/translation-contracts": "^2.5|^3.0",
8993                "symfony/var-exporter": "^6.4|^7.0"
8994            },
8995            "type": "library",
8996            "autoload": {
8997                "files": [
8998                    "Resources/functions.php"
8999                ],
9000                "psr-4": {
9001                    "Symfony\\Component\\String\\": ""
9002                },
9003                "exclude-from-classmap": [
9004                    "/Tests/"
9005                ]
9006            },
9007            "notification-url": "https://packagist.org/downloads/",
9008            "license": [
9009                "MIT"
9010            ],
9011            "authors": [
9012                {
9013                    "name": "Nicolas Grekas",
9014                    "email": "p@tchwork.com"
9015                },
9016                {
9017                    "name": "Symfony Community",
9018                    "homepage": "https://symfony.com/contributors"
9019                }
9020            ],
9021            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9022            "homepage": "https://symfony.com",
9023            "keywords": [
9024                "grapheme",
9025                "i18n",
9026                "string",
9027                "unicode",
9028                "utf-8",
9029                "utf8"
9030            ],
9031            "support": {
9032                "source": "https://github.com/symfony/string/tree/v7.0.4"
9033            },
9034            "funding": [
9035                {
9036                    "url": "https://symfony.com/sponsor",
9037                    "type": "custom"
9038                },
9039                {
9040                    "url": "https://github.com/fabpot",
9041                    "type": "github"
9042                },
9043                {
9044                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9045                    "type": "tidelift"
9046                }
9047            ],
9048            "time": "2024-02-01T13:17:36+00:00"
9049        },
9050        {
9051            "name": "symfony/yaml",
9052            "version": "v7.0.3",
9053            "source": {
9054                "type": "git",
9055                "url": "https://github.com/symfony/yaml.git",
9056                "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
9057            },
9058            "dist": {
9059                "type": "zip",
9060                "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
9061                "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
9062                "shasum": ""
9063            },
9064            "require": {
9065                "php": ">=8.2",
9066                "symfony/polyfill-ctype": "^1.8"
9067            },
9068            "conflict": {
9069                "symfony/console": "<6.4"
9070            },
9071            "require-dev": {
9072                "symfony/console": "^6.4|^7.0"
9073            },
9074            "bin": [
9075                "Resources/bin/yaml-lint"
9076            ],
9077            "type": "library",
9078            "autoload": {
9079                "psr-4": {
9080                    "Symfony\\Component\\Yaml\\": ""
9081                },
9082                "exclude-from-classmap": [
9083                    "/Tests/"
9084                ]
9085            },
9086            "notification-url": "https://packagist.org/downloads/",
9087            "license": [
9088                "MIT"
9089            ],
9090            "authors": [
9091                {
9092                    "name": "Fabien Potencier",
9093                    "email": "fabien@symfony.com"
9094                },
9095                {
9096                    "name": "Symfony Community",
9097                    "homepage": "https://symfony.com/contributors"
9098                }
9099            ],
9100            "description": "Loads and dumps YAML files",
9101            "homepage": "https://symfony.com",
9102            "support": {
9103                "source": "https://github.com/symfony/yaml/tree/v7.0.3"
9104            },
9105            "funding": [
9106                {
9107                    "url": "https://symfony.com/sponsor",
9108                    "type": "custom"
9109                },
9110                {
9111                    "url": "https://github.com/fabpot",
9112                    "type": "github"
9113                },
9114                {
9115                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9116                    "type": "tidelift"
9117                }
9118            ],
9119            "time": "2024-01-23T15:02:46+00:00"
9120        },
9121        {
9122            "name": "theseer/tokenizer",
9123            "version": "1.2.3",
9124            "source": {
9125                "type": "git",
9126                "url": "https://github.com/theseer/tokenizer.git",
9127                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
9128            },
9129            "dist": {
9130                "type": "zip",
9131                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9132                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9133                "shasum": ""
9134            },
9135            "require": {
9136                "ext-dom": "*",
9137                "ext-tokenizer": "*",
9138                "ext-xmlwriter": "*",
9139                "php": "^7.2 || ^8.0"
9140            },
9141            "type": "library",
9142            "autoload": {
9143                "classmap": [
9144                    "src/"
9145                ]
9146            },
9147            "notification-url": "https://packagist.org/downloads/",
9148            "license": [
9149                "BSD-3-Clause"
9150            ],
9151            "authors": [
9152                {
9153                    "name": "Arne Blankerts",
9154                    "email": "arne@blankerts.de",
9155                    "role": "Developer"
9156                }
9157            ],
9158            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9159            "support": {
9160                "issues": "https://github.com/theseer/tokenizer/issues",
9161                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
9162            },
9163            "funding": [
9164                {
9165                    "url": "https://github.com/theseer",
9166                    "type": "github"
9167                }
9168            ],
9169            "time": "2024-03-03T12:36:25+00:00"
9170        }
9171    ],
9172    "aliases": [],
9173    "minimum-stability": "stable",
9174    "stability-flags": [],
9175    "prefer-stable": false,
9176    "prefer-lowest": false,
9177    "platform": {
9178        "php": "8.2 - 8.4",
9179        "ext-ctype": "*",
9180        "ext-curl": "*",
9181        "ext-fileinfo": "*",
9182        "ext-gd": "*",
9183        "ext-iconv": "*",
9184        "ext-intl": "*",
9185        "ext-json": "*",
9186        "ext-mbstring": "*",
9187        "ext-pcre": "*",
9188        "ext-pdo": "*",
9189        "ext-session": "*",
9190        "ext-xml": "*"
9191    },
9192    "platform-dev": {
9193        "ext-dom": "*",
9194        "ext-libxml": "*",
9195        "ext-pdo_sqlite": "*",
9196        "ext-sqlite3": "*"
9197    },
9198    "platform-overrides": {
9199        "php": "8.2.0"
9200    },
9201    "plugin-api-version": "2.6.0"
9202}
9203