xref: /webtrees/composer.lock (revision 202c018b592d5a516e4a465dc6dc515f3be37399)
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": "4b4212658673edf4601eb7f3bb074292",
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": "10.1.14",
6648            "source": {
6649                "type": "git",
6650                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6651                "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b"
6652            },
6653            "dist": {
6654                "type": "zip",
6655                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
6656                "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b",
6657                "shasum": ""
6658            },
6659            "require": {
6660                "ext-dom": "*",
6661                "ext-libxml": "*",
6662                "ext-xmlwriter": "*",
6663                "nikic/php-parser": "^4.18 || ^5.0",
6664                "php": ">=8.1",
6665                "phpunit/php-file-iterator": "^4.0",
6666                "phpunit/php-text-template": "^3.0",
6667                "sebastian/code-unit-reverse-lookup": "^3.0",
6668                "sebastian/complexity": "^3.0",
6669                "sebastian/environment": "^6.0",
6670                "sebastian/lines-of-code": "^2.0",
6671                "sebastian/version": "^4.0",
6672                "theseer/tokenizer": "^1.2.0"
6673            },
6674            "require-dev": {
6675                "phpunit/phpunit": "^10.1"
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": "10.1-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/10.1.14"
6714            },
6715            "funding": [
6716                {
6717                    "url": "https://github.com/sebastianbergmann",
6718                    "type": "github"
6719                }
6720            ],
6721            "time": "2024-03-12T15:33:41+00:00"
6722        },
6723        {
6724            "name": "phpunit/php-file-iterator",
6725            "version": "4.1.0",
6726            "source": {
6727                "type": "git",
6728                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6729                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
6730            },
6731            "dist": {
6732                "type": "zip",
6733                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
6734                "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
6735                "shasum": ""
6736            },
6737            "require": {
6738                "php": ">=8.1"
6739            },
6740            "require-dev": {
6741                "phpunit/phpunit": "^10.0"
6742            },
6743            "type": "library",
6744            "extra": {
6745                "branch-alias": {
6746                    "dev-main": "4.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/4.1.0"
6775            },
6776            "funding": [
6777                {
6778                    "url": "https://github.com/sebastianbergmann",
6779                    "type": "github"
6780                }
6781            ],
6782            "time": "2023-08-31T06:24:48+00:00"
6783        },
6784        {
6785            "name": "phpunit/php-invoker",
6786            "version": "4.0.0",
6787            "source": {
6788                "type": "git",
6789                "url": "https://github.com/sebastianbergmann/php-invoker.git",
6790                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
6791            },
6792            "dist": {
6793                "type": "zip",
6794                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
6795                "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
6796                "shasum": ""
6797            },
6798            "require": {
6799                "php": ">=8.1"
6800            },
6801            "require-dev": {
6802                "ext-pcntl": "*",
6803                "phpunit/phpunit": "^10.0"
6804            },
6805            "suggest": {
6806                "ext-pcntl": "*"
6807            },
6808            "type": "library",
6809            "extra": {
6810                "branch-alias": {
6811                    "dev-main": "4.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                "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
6838            },
6839            "funding": [
6840                {
6841                    "url": "https://github.com/sebastianbergmann",
6842                    "type": "github"
6843                }
6844            ],
6845            "time": "2023-02-03T06:56:09+00:00"
6846        },
6847        {
6848            "name": "phpunit/php-text-template",
6849            "version": "3.0.1",
6850            "source": {
6851                "type": "git",
6852                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6853                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
6854            },
6855            "dist": {
6856                "type": "zip",
6857                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
6858                "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
6859                "shasum": ""
6860            },
6861            "require": {
6862                "php": ">=8.1"
6863            },
6864            "require-dev": {
6865                "phpunit/phpunit": "^10.0"
6866            },
6867            "type": "library",
6868            "extra": {
6869                "branch-alias": {
6870                    "dev-main": "3.0-dev"
6871                }
6872            },
6873            "autoload": {
6874                "classmap": [
6875                    "src/"
6876                ]
6877            },
6878            "notification-url": "https://packagist.org/downloads/",
6879            "license": [
6880                "BSD-3-Clause"
6881            ],
6882            "authors": [
6883                {
6884                    "name": "Sebastian Bergmann",
6885                    "email": "sebastian@phpunit.de",
6886                    "role": "lead"
6887                }
6888            ],
6889            "description": "Simple template engine.",
6890            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6891            "keywords": [
6892                "template"
6893            ],
6894            "support": {
6895                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
6896                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
6897                "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
6898            },
6899            "funding": [
6900                {
6901                    "url": "https://github.com/sebastianbergmann",
6902                    "type": "github"
6903                }
6904            ],
6905            "time": "2023-08-31T14:07:24+00:00"
6906        },
6907        {
6908            "name": "phpunit/php-timer",
6909            "version": "6.0.0",
6910            "source": {
6911                "type": "git",
6912                "url": "https://github.com/sebastianbergmann/php-timer.git",
6913                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
6914            },
6915            "dist": {
6916                "type": "zip",
6917                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
6918                "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
6919                "shasum": ""
6920            },
6921            "require": {
6922                "php": ">=8.1"
6923            },
6924            "require-dev": {
6925                "phpunit/phpunit": "^10.0"
6926            },
6927            "type": "library",
6928            "extra": {
6929                "branch-alias": {
6930                    "dev-main": "6.0-dev"
6931                }
6932            },
6933            "autoload": {
6934                "classmap": [
6935                    "src/"
6936                ]
6937            },
6938            "notification-url": "https://packagist.org/downloads/",
6939            "license": [
6940                "BSD-3-Clause"
6941            ],
6942            "authors": [
6943                {
6944                    "name": "Sebastian Bergmann",
6945                    "email": "sebastian@phpunit.de",
6946                    "role": "lead"
6947                }
6948            ],
6949            "description": "Utility class for timing",
6950            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6951            "keywords": [
6952                "timer"
6953            ],
6954            "support": {
6955                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
6956                "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
6957            },
6958            "funding": [
6959                {
6960                    "url": "https://github.com/sebastianbergmann",
6961                    "type": "github"
6962                }
6963            ],
6964            "time": "2023-02-03T06:57:52+00:00"
6965        },
6966        {
6967            "name": "phpunit/phpunit",
6968            "version": "10.5.13",
6969            "source": {
6970                "type": "git",
6971                "url": "https://github.com/sebastianbergmann/phpunit.git",
6972                "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7"
6973            },
6974            "dist": {
6975                "type": "zip",
6976                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/20a63fc1c6db29b15da3bd02d4b6cf59900088a7",
6977                "reference": "20a63fc1c6db29b15da3bd02d4b6cf59900088a7",
6978                "shasum": ""
6979            },
6980            "require": {
6981                "ext-dom": "*",
6982                "ext-json": "*",
6983                "ext-libxml": "*",
6984                "ext-mbstring": "*",
6985                "ext-xml": "*",
6986                "ext-xmlwriter": "*",
6987                "myclabs/deep-copy": "^1.10.1",
6988                "phar-io/manifest": "^2.0.3",
6989                "phar-io/version": "^3.0.2",
6990                "php": ">=8.1",
6991                "phpunit/php-code-coverage": "^10.1.5",
6992                "phpunit/php-file-iterator": "^4.0",
6993                "phpunit/php-invoker": "^4.0",
6994                "phpunit/php-text-template": "^3.0",
6995                "phpunit/php-timer": "^6.0",
6996                "sebastian/cli-parser": "^2.0",
6997                "sebastian/code-unit": "^2.0",
6998                "sebastian/comparator": "^5.0",
6999                "sebastian/diff": "^5.0",
7000                "sebastian/environment": "^6.0",
7001                "sebastian/exporter": "^5.1",
7002                "sebastian/global-state": "^6.0.1",
7003                "sebastian/object-enumerator": "^5.0",
7004                "sebastian/recursion-context": "^5.0",
7005                "sebastian/type": "^4.0",
7006                "sebastian/version": "^4.0"
7007            },
7008            "suggest": {
7009                "ext-soap": "To be able to generate mocks based on WSDL files"
7010            },
7011            "bin": [
7012                "phpunit"
7013            ],
7014            "type": "library",
7015            "extra": {
7016                "branch-alias": {
7017                    "dev-main": "10.5-dev"
7018                }
7019            },
7020            "autoload": {
7021                "files": [
7022                    "src/Framework/Assert/Functions.php"
7023                ],
7024                "classmap": [
7025                    "src/"
7026                ]
7027            },
7028            "notification-url": "https://packagist.org/downloads/",
7029            "license": [
7030                "BSD-3-Clause"
7031            ],
7032            "authors": [
7033                {
7034                    "name": "Sebastian Bergmann",
7035                    "email": "sebastian@phpunit.de",
7036                    "role": "lead"
7037                }
7038            ],
7039            "description": "The PHP Unit Testing framework.",
7040            "homepage": "https://phpunit.de/",
7041            "keywords": [
7042                "phpunit",
7043                "testing",
7044                "xunit"
7045            ],
7046            "support": {
7047                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7048                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
7049                "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.13"
7050            },
7051            "funding": [
7052                {
7053                    "url": "https://phpunit.de/sponsors.html",
7054                    "type": "custom"
7055                },
7056                {
7057                    "url": "https://github.com/sebastianbergmann",
7058                    "type": "github"
7059                },
7060                {
7061                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7062                    "type": "tidelift"
7063                }
7064            ],
7065            "time": "2024-03-12T15:37:41+00:00"
7066        },
7067        {
7068            "name": "react/promise",
7069            "version": "v3.1.0",
7070            "source": {
7071                "type": "git",
7072                "url": "https://github.com/reactphp/promise.git",
7073                "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c"
7074            },
7075            "dist": {
7076                "type": "zip",
7077                "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
7078                "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
7079                "shasum": ""
7080            },
7081            "require": {
7082                "php": ">=7.1.0"
7083            },
7084            "require-dev": {
7085                "phpstan/phpstan": "1.10.39 || 1.4.10",
7086                "phpunit/phpunit": "^9.6 || ^7.5"
7087            },
7088            "type": "library",
7089            "autoload": {
7090                "files": [
7091                    "src/functions_include.php"
7092                ],
7093                "psr-4": {
7094                    "React\\Promise\\": "src/"
7095                }
7096            },
7097            "notification-url": "https://packagist.org/downloads/",
7098            "license": [
7099                "MIT"
7100            ],
7101            "authors": [
7102                {
7103                    "name": "Jan Sorgalla",
7104                    "email": "jsorgalla@gmail.com",
7105                    "homepage": "https://sorgalla.com/"
7106                },
7107                {
7108                    "name": "Christian Lück",
7109                    "email": "christian@clue.engineering",
7110                    "homepage": "https://clue.engineering/"
7111                },
7112                {
7113                    "name": "Cees-Jan Kiewiet",
7114                    "email": "reactphp@ceesjankiewiet.nl",
7115                    "homepage": "https://wyrihaximus.net/"
7116                },
7117                {
7118                    "name": "Chris Boden",
7119                    "email": "cboden@gmail.com",
7120                    "homepage": "https://cboden.dev/"
7121                }
7122            ],
7123            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7124            "keywords": [
7125                "promise",
7126                "promises"
7127            ],
7128            "support": {
7129                "issues": "https://github.com/reactphp/promise/issues",
7130                "source": "https://github.com/reactphp/promise/tree/v3.1.0"
7131            },
7132            "funding": [
7133                {
7134                    "url": "https://opencollective.com/reactphp",
7135                    "type": "open_collective"
7136                }
7137            ],
7138            "time": "2023-11-16T16:21:57+00:00"
7139        },
7140        {
7141            "name": "sebastian/cli-parser",
7142            "version": "2.0.1",
7143            "source": {
7144                "type": "git",
7145                "url": "https://github.com/sebastianbergmann/cli-parser.git",
7146                "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
7147            },
7148            "dist": {
7149                "type": "zip",
7150                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
7151                "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
7152                "shasum": ""
7153            },
7154            "require": {
7155                "php": ">=8.1"
7156            },
7157            "require-dev": {
7158                "phpunit/phpunit": "^10.0"
7159            },
7160            "type": "library",
7161            "extra": {
7162                "branch-alias": {
7163                    "dev-main": "2.0-dev"
7164                }
7165            },
7166            "autoload": {
7167                "classmap": [
7168                    "src/"
7169                ]
7170            },
7171            "notification-url": "https://packagist.org/downloads/",
7172            "license": [
7173                "BSD-3-Clause"
7174            ],
7175            "authors": [
7176                {
7177                    "name": "Sebastian Bergmann",
7178                    "email": "sebastian@phpunit.de",
7179                    "role": "lead"
7180                }
7181            ],
7182            "description": "Library for parsing CLI options",
7183            "homepage": "https://github.com/sebastianbergmann/cli-parser",
7184            "support": {
7185                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
7186                "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
7187                "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
7188            },
7189            "funding": [
7190                {
7191                    "url": "https://github.com/sebastianbergmann",
7192                    "type": "github"
7193                }
7194            ],
7195            "time": "2024-03-02T07:12:49+00:00"
7196        },
7197        {
7198            "name": "sebastian/code-unit",
7199            "version": "2.0.0",
7200            "source": {
7201                "type": "git",
7202                "url": "https://github.com/sebastianbergmann/code-unit.git",
7203                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
7204            },
7205            "dist": {
7206                "type": "zip",
7207                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
7208                "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
7209                "shasum": ""
7210            },
7211            "require": {
7212                "php": ">=8.1"
7213            },
7214            "require-dev": {
7215                "phpunit/phpunit": "^10.0"
7216            },
7217            "type": "library",
7218            "extra": {
7219                "branch-alias": {
7220                    "dev-main": "2.0-dev"
7221                }
7222            },
7223            "autoload": {
7224                "classmap": [
7225                    "src/"
7226                ]
7227            },
7228            "notification-url": "https://packagist.org/downloads/",
7229            "license": [
7230                "BSD-3-Clause"
7231            ],
7232            "authors": [
7233                {
7234                    "name": "Sebastian Bergmann",
7235                    "email": "sebastian@phpunit.de",
7236                    "role": "lead"
7237                }
7238            ],
7239            "description": "Collection of value objects that represent the PHP code units",
7240            "homepage": "https://github.com/sebastianbergmann/code-unit",
7241            "support": {
7242                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
7243                "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
7244            },
7245            "funding": [
7246                {
7247                    "url": "https://github.com/sebastianbergmann",
7248                    "type": "github"
7249                }
7250            ],
7251            "time": "2023-02-03T06:58:43+00:00"
7252        },
7253        {
7254            "name": "sebastian/code-unit-reverse-lookup",
7255            "version": "3.0.0",
7256            "source": {
7257                "type": "git",
7258                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7259                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
7260            },
7261            "dist": {
7262                "type": "zip",
7263                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
7264                "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
7265                "shasum": ""
7266            },
7267            "require": {
7268                "php": ">=8.1"
7269            },
7270            "require-dev": {
7271                "phpunit/phpunit": "^10.0"
7272            },
7273            "type": "library",
7274            "extra": {
7275                "branch-alias": {
7276                    "dev-main": "3.0-dev"
7277                }
7278            },
7279            "autoload": {
7280                "classmap": [
7281                    "src/"
7282                ]
7283            },
7284            "notification-url": "https://packagist.org/downloads/",
7285            "license": [
7286                "BSD-3-Clause"
7287            ],
7288            "authors": [
7289                {
7290                    "name": "Sebastian Bergmann",
7291                    "email": "sebastian@phpunit.de"
7292                }
7293            ],
7294            "description": "Looks up which function or method a line of code belongs to",
7295            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7296            "support": {
7297                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
7298                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
7299            },
7300            "funding": [
7301                {
7302                    "url": "https://github.com/sebastianbergmann",
7303                    "type": "github"
7304                }
7305            ],
7306            "time": "2023-02-03T06:59:15+00:00"
7307        },
7308        {
7309            "name": "sebastian/comparator",
7310            "version": "5.0.1",
7311            "source": {
7312                "type": "git",
7313                "url": "https://github.com/sebastianbergmann/comparator.git",
7314                "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
7315            },
7316            "dist": {
7317                "type": "zip",
7318                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
7319                "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
7320                "shasum": ""
7321            },
7322            "require": {
7323                "ext-dom": "*",
7324                "ext-mbstring": "*",
7325                "php": ">=8.1",
7326                "sebastian/diff": "^5.0",
7327                "sebastian/exporter": "^5.0"
7328            },
7329            "require-dev": {
7330                "phpunit/phpunit": "^10.3"
7331            },
7332            "type": "library",
7333            "extra": {
7334                "branch-alias": {
7335                    "dev-main": "5.0-dev"
7336                }
7337            },
7338            "autoload": {
7339                "classmap": [
7340                    "src/"
7341                ]
7342            },
7343            "notification-url": "https://packagist.org/downloads/",
7344            "license": [
7345                "BSD-3-Clause"
7346            ],
7347            "authors": [
7348                {
7349                    "name": "Sebastian Bergmann",
7350                    "email": "sebastian@phpunit.de"
7351                },
7352                {
7353                    "name": "Jeff Welch",
7354                    "email": "whatthejeff@gmail.com"
7355                },
7356                {
7357                    "name": "Volker Dusch",
7358                    "email": "github@wallbash.com"
7359                },
7360                {
7361                    "name": "Bernhard Schussek",
7362                    "email": "bschussek@2bepublished.at"
7363                }
7364            ],
7365            "description": "Provides the functionality to compare PHP values for equality",
7366            "homepage": "https://github.com/sebastianbergmann/comparator",
7367            "keywords": [
7368                "comparator",
7369                "compare",
7370                "equality"
7371            ],
7372            "support": {
7373                "issues": "https://github.com/sebastianbergmann/comparator/issues",
7374                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
7375                "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
7376            },
7377            "funding": [
7378                {
7379                    "url": "https://github.com/sebastianbergmann",
7380                    "type": "github"
7381                }
7382            ],
7383            "time": "2023-08-14T13:18:12+00:00"
7384        },
7385        {
7386            "name": "sebastian/complexity",
7387            "version": "3.2.0",
7388            "source": {
7389                "type": "git",
7390                "url": "https://github.com/sebastianbergmann/complexity.git",
7391                "reference": "68ff824baeae169ec9f2137158ee529584553799"
7392            },
7393            "dist": {
7394                "type": "zip",
7395                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
7396                "reference": "68ff824baeae169ec9f2137158ee529584553799",
7397                "shasum": ""
7398            },
7399            "require": {
7400                "nikic/php-parser": "^4.18 || ^5.0",
7401                "php": ">=8.1"
7402            },
7403            "require-dev": {
7404                "phpunit/phpunit": "^10.0"
7405            },
7406            "type": "library",
7407            "extra": {
7408                "branch-alias": {
7409                    "dev-main": "3.2-dev"
7410                }
7411            },
7412            "autoload": {
7413                "classmap": [
7414                    "src/"
7415                ]
7416            },
7417            "notification-url": "https://packagist.org/downloads/",
7418            "license": [
7419                "BSD-3-Clause"
7420            ],
7421            "authors": [
7422                {
7423                    "name": "Sebastian Bergmann",
7424                    "email": "sebastian@phpunit.de",
7425                    "role": "lead"
7426                }
7427            ],
7428            "description": "Library for calculating the complexity of PHP code units",
7429            "homepage": "https://github.com/sebastianbergmann/complexity",
7430            "support": {
7431                "issues": "https://github.com/sebastianbergmann/complexity/issues",
7432                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
7433                "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
7434            },
7435            "funding": [
7436                {
7437                    "url": "https://github.com/sebastianbergmann",
7438                    "type": "github"
7439                }
7440            ],
7441            "time": "2023-12-21T08:37:17+00:00"
7442        },
7443        {
7444            "name": "sebastian/diff",
7445            "version": "5.1.1",
7446            "source": {
7447                "type": "git",
7448                "url": "https://github.com/sebastianbergmann/diff.git",
7449                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
7450            },
7451            "dist": {
7452                "type": "zip",
7453                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
7454                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
7455                "shasum": ""
7456            },
7457            "require": {
7458                "php": ">=8.1"
7459            },
7460            "require-dev": {
7461                "phpunit/phpunit": "^10.0",
7462                "symfony/process": "^6.4"
7463            },
7464            "type": "library",
7465            "extra": {
7466                "branch-alias": {
7467                    "dev-main": "5.1-dev"
7468                }
7469            },
7470            "autoload": {
7471                "classmap": [
7472                    "src/"
7473                ]
7474            },
7475            "notification-url": "https://packagist.org/downloads/",
7476            "license": [
7477                "BSD-3-Clause"
7478            ],
7479            "authors": [
7480                {
7481                    "name": "Sebastian Bergmann",
7482                    "email": "sebastian@phpunit.de"
7483                },
7484                {
7485                    "name": "Kore Nordmann",
7486                    "email": "mail@kore-nordmann.de"
7487                }
7488            ],
7489            "description": "Diff implementation",
7490            "homepage": "https://github.com/sebastianbergmann/diff",
7491            "keywords": [
7492                "diff",
7493                "udiff",
7494                "unidiff",
7495                "unified diff"
7496            ],
7497            "support": {
7498                "issues": "https://github.com/sebastianbergmann/diff/issues",
7499                "security": "https://github.com/sebastianbergmann/diff/security/policy",
7500                "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
7501            },
7502            "funding": [
7503                {
7504                    "url": "https://github.com/sebastianbergmann",
7505                    "type": "github"
7506                }
7507            ],
7508            "time": "2024-03-02T07:15:17+00:00"
7509        },
7510        {
7511            "name": "sebastian/environment",
7512            "version": "6.1.0",
7513            "source": {
7514                "type": "git",
7515                "url": "https://github.com/sebastianbergmann/environment.git",
7516                "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
7517            },
7518            "dist": {
7519                "type": "zip",
7520                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
7521                "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
7522                "shasum": ""
7523            },
7524            "require": {
7525                "php": ">=8.1"
7526            },
7527            "require-dev": {
7528                "phpunit/phpunit": "^10.0"
7529            },
7530            "suggest": {
7531                "ext-posix": "*"
7532            },
7533            "type": "library",
7534            "extra": {
7535                "branch-alias": {
7536                    "dev-main": "6.1-dev"
7537                }
7538            },
7539            "autoload": {
7540                "classmap": [
7541                    "src/"
7542                ]
7543            },
7544            "notification-url": "https://packagist.org/downloads/",
7545            "license": [
7546                "BSD-3-Clause"
7547            ],
7548            "authors": [
7549                {
7550                    "name": "Sebastian Bergmann",
7551                    "email": "sebastian@phpunit.de"
7552                }
7553            ],
7554            "description": "Provides functionality to handle HHVM/PHP environments",
7555            "homepage": "https://github.com/sebastianbergmann/environment",
7556            "keywords": [
7557                "Xdebug",
7558                "environment",
7559                "hhvm"
7560            ],
7561            "support": {
7562                "issues": "https://github.com/sebastianbergmann/environment/issues",
7563                "security": "https://github.com/sebastianbergmann/environment/security/policy",
7564                "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
7565            },
7566            "funding": [
7567                {
7568                    "url": "https://github.com/sebastianbergmann",
7569                    "type": "github"
7570                }
7571            ],
7572            "time": "2024-03-23T08:47:14+00:00"
7573        },
7574        {
7575            "name": "sebastian/exporter",
7576            "version": "5.1.2",
7577            "source": {
7578                "type": "git",
7579                "url": "https://github.com/sebastianbergmann/exporter.git",
7580                "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
7581            },
7582            "dist": {
7583                "type": "zip",
7584                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
7585                "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
7586                "shasum": ""
7587            },
7588            "require": {
7589                "ext-mbstring": "*",
7590                "php": ">=8.1",
7591                "sebastian/recursion-context": "^5.0"
7592            },
7593            "require-dev": {
7594                "phpunit/phpunit": "^10.0"
7595            },
7596            "type": "library",
7597            "extra": {
7598                "branch-alias": {
7599                    "dev-main": "5.1-dev"
7600                }
7601            },
7602            "autoload": {
7603                "classmap": [
7604                    "src/"
7605                ]
7606            },
7607            "notification-url": "https://packagist.org/downloads/",
7608            "license": [
7609                "BSD-3-Clause"
7610            ],
7611            "authors": [
7612                {
7613                    "name": "Sebastian Bergmann",
7614                    "email": "sebastian@phpunit.de"
7615                },
7616                {
7617                    "name": "Jeff Welch",
7618                    "email": "whatthejeff@gmail.com"
7619                },
7620                {
7621                    "name": "Volker Dusch",
7622                    "email": "github@wallbash.com"
7623                },
7624                {
7625                    "name": "Adam Harvey",
7626                    "email": "aharvey@php.net"
7627                },
7628                {
7629                    "name": "Bernhard Schussek",
7630                    "email": "bschussek@gmail.com"
7631                }
7632            ],
7633            "description": "Provides the functionality to export PHP variables for visualization",
7634            "homepage": "https://www.github.com/sebastianbergmann/exporter",
7635            "keywords": [
7636                "export",
7637                "exporter"
7638            ],
7639            "support": {
7640                "issues": "https://github.com/sebastianbergmann/exporter/issues",
7641                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
7642                "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
7643            },
7644            "funding": [
7645                {
7646                    "url": "https://github.com/sebastianbergmann",
7647                    "type": "github"
7648                }
7649            ],
7650            "time": "2024-03-02T07:17:12+00:00"
7651        },
7652        {
7653            "name": "sebastian/global-state",
7654            "version": "6.0.2",
7655            "source": {
7656                "type": "git",
7657                "url": "https://github.com/sebastianbergmann/global-state.git",
7658                "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
7659            },
7660            "dist": {
7661                "type": "zip",
7662                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
7663                "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
7664                "shasum": ""
7665            },
7666            "require": {
7667                "php": ">=8.1",
7668                "sebastian/object-reflector": "^3.0",
7669                "sebastian/recursion-context": "^5.0"
7670            },
7671            "require-dev": {
7672                "ext-dom": "*",
7673                "phpunit/phpunit": "^10.0"
7674            },
7675            "type": "library",
7676            "extra": {
7677                "branch-alias": {
7678                    "dev-main": "6.0-dev"
7679                }
7680            },
7681            "autoload": {
7682                "classmap": [
7683                    "src/"
7684                ]
7685            },
7686            "notification-url": "https://packagist.org/downloads/",
7687            "license": [
7688                "BSD-3-Clause"
7689            ],
7690            "authors": [
7691                {
7692                    "name": "Sebastian Bergmann",
7693                    "email": "sebastian@phpunit.de"
7694                }
7695            ],
7696            "description": "Snapshotting of global state",
7697            "homepage": "https://www.github.com/sebastianbergmann/global-state",
7698            "keywords": [
7699                "global state"
7700            ],
7701            "support": {
7702                "issues": "https://github.com/sebastianbergmann/global-state/issues",
7703                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
7704                "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
7705            },
7706            "funding": [
7707                {
7708                    "url": "https://github.com/sebastianbergmann",
7709                    "type": "github"
7710                }
7711            ],
7712            "time": "2024-03-02T07:19:19+00:00"
7713        },
7714        {
7715            "name": "sebastian/lines-of-code",
7716            "version": "2.0.2",
7717            "source": {
7718                "type": "git",
7719                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
7720                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
7721            },
7722            "dist": {
7723                "type": "zip",
7724                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
7725                "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
7726                "shasum": ""
7727            },
7728            "require": {
7729                "nikic/php-parser": "^4.18 || ^5.0",
7730                "php": ">=8.1"
7731            },
7732            "require-dev": {
7733                "phpunit/phpunit": "^10.0"
7734            },
7735            "type": "library",
7736            "extra": {
7737                "branch-alias": {
7738                    "dev-main": "2.0-dev"
7739                }
7740            },
7741            "autoload": {
7742                "classmap": [
7743                    "src/"
7744                ]
7745            },
7746            "notification-url": "https://packagist.org/downloads/",
7747            "license": [
7748                "BSD-3-Clause"
7749            ],
7750            "authors": [
7751                {
7752                    "name": "Sebastian Bergmann",
7753                    "email": "sebastian@phpunit.de",
7754                    "role": "lead"
7755                }
7756            ],
7757            "description": "Library for counting the lines of code in PHP source code",
7758            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
7759            "support": {
7760                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
7761                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
7762                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
7763            },
7764            "funding": [
7765                {
7766                    "url": "https://github.com/sebastianbergmann",
7767                    "type": "github"
7768                }
7769            ],
7770            "time": "2023-12-21T08:38:20+00:00"
7771        },
7772        {
7773            "name": "sebastian/object-enumerator",
7774            "version": "5.0.0",
7775            "source": {
7776                "type": "git",
7777                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7778                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
7779            },
7780            "dist": {
7781                "type": "zip",
7782                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
7783                "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
7784                "shasum": ""
7785            },
7786            "require": {
7787                "php": ">=8.1",
7788                "sebastian/object-reflector": "^3.0",
7789                "sebastian/recursion-context": "^5.0"
7790            },
7791            "require-dev": {
7792                "phpunit/phpunit": "^10.0"
7793            },
7794            "type": "library",
7795            "extra": {
7796                "branch-alias": {
7797                    "dev-main": "5.0-dev"
7798                }
7799            },
7800            "autoload": {
7801                "classmap": [
7802                    "src/"
7803                ]
7804            },
7805            "notification-url": "https://packagist.org/downloads/",
7806            "license": [
7807                "BSD-3-Clause"
7808            ],
7809            "authors": [
7810                {
7811                    "name": "Sebastian Bergmann",
7812                    "email": "sebastian@phpunit.de"
7813                }
7814            ],
7815            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7816            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7817            "support": {
7818                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
7819                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
7820            },
7821            "funding": [
7822                {
7823                    "url": "https://github.com/sebastianbergmann",
7824                    "type": "github"
7825                }
7826            ],
7827            "time": "2023-02-03T07:08:32+00:00"
7828        },
7829        {
7830            "name": "sebastian/object-reflector",
7831            "version": "3.0.0",
7832            "source": {
7833                "type": "git",
7834                "url": "https://github.com/sebastianbergmann/object-reflector.git",
7835                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
7836            },
7837            "dist": {
7838                "type": "zip",
7839                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
7840                "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
7841                "shasum": ""
7842            },
7843            "require": {
7844                "php": ">=8.1"
7845            },
7846            "require-dev": {
7847                "phpunit/phpunit": "^10.0"
7848            },
7849            "type": "library",
7850            "extra": {
7851                "branch-alias": {
7852                    "dev-main": "3.0-dev"
7853                }
7854            },
7855            "autoload": {
7856                "classmap": [
7857                    "src/"
7858                ]
7859            },
7860            "notification-url": "https://packagist.org/downloads/",
7861            "license": [
7862                "BSD-3-Clause"
7863            ],
7864            "authors": [
7865                {
7866                    "name": "Sebastian Bergmann",
7867                    "email": "sebastian@phpunit.de"
7868                }
7869            ],
7870            "description": "Allows reflection of object attributes, including inherited and non-public ones",
7871            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7872            "support": {
7873                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
7874                "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
7875            },
7876            "funding": [
7877                {
7878                    "url": "https://github.com/sebastianbergmann",
7879                    "type": "github"
7880                }
7881            ],
7882            "time": "2023-02-03T07:06:18+00:00"
7883        },
7884        {
7885            "name": "sebastian/recursion-context",
7886            "version": "5.0.0",
7887            "source": {
7888                "type": "git",
7889                "url": "https://github.com/sebastianbergmann/recursion-context.git",
7890                "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
7891            },
7892            "dist": {
7893                "type": "zip",
7894                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
7895                "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
7896                "shasum": ""
7897            },
7898            "require": {
7899                "php": ">=8.1"
7900            },
7901            "require-dev": {
7902                "phpunit/phpunit": "^10.0"
7903            },
7904            "type": "library",
7905            "extra": {
7906                "branch-alias": {
7907                    "dev-main": "5.0-dev"
7908                }
7909            },
7910            "autoload": {
7911                "classmap": [
7912                    "src/"
7913                ]
7914            },
7915            "notification-url": "https://packagist.org/downloads/",
7916            "license": [
7917                "BSD-3-Clause"
7918            ],
7919            "authors": [
7920                {
7921                    "name": "Sebastian Bergmann",
7922                    "email": "sebastian@phpunit.de"
7923                },
7924                {
7925                    "name": "Jeff Welch",
7926                    "email": "whatthejeff@gmail.com"
7927                },
7928                {
7929                    "name": "Adam Harvey",
7930                    "email": "aharvey@php.net"
7931                }
7932            ],
7933            "description": "Provides functionality to recursively process PHP variables",
7934            "homepage": "https://github.com/sebastianbergmann/recursion-context",
7935            "support": {
7936                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
7937                "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
7938            },
7939            "funding": [
7940                {
7941                    "url": "https://github.com/sebastianbergmann",
7942                    "type": "github"
7943                }
7944            ],
7945            "time": "2023-02-03T07:05:40+00:00"
7946        },
7947        {
7948            "name": "sebastian/type",
7949            "version": "4.0.0",
7950            "source": {
7951                "type": "git",
7952                "url": "https://github.com/sebastianbergmann/type.git",
7953                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
7954            },
7955            "dist": {
7956                "type": "zip",
7957                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
7958                "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
7959                "shasum": ""
7960            },
7961            "require": {
7962                "php": ">=8.1"
7963            },
7964            "require-dev": {
7965                "phpunit/phpunit": "^10.0"
7966            },
7967            "type": "library",
7968            "extra": {
7969                "branch-alias": {
7970                    "dev-main": "4.0-dev"
7971                }
7972            },
7973            "autoload": {
7974                "classmap": [
7975                    "src/"
7976                ]
7977            },
7978            "notification-url": "https://packagist.org/downloads/",
7979            "license": [
7980                "BSD-3-Clause"
7981            ],
7982            "authors": [
7983                {
7984                    "name": "Sebastian Bergmann",
7985                    "email": "sebastian@phpunit.de",
7986                    "role": "lead"
7987                }
7988            ],
7989            "description": "Collection of value objects that represent the types of the PHP type system",
7990            "homepage": "https://github.com/sebastianbergmann/type",
7991            "support": {
7992                "issues": "https://github.com/sebastianbergmann/type/issues",
7993                "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
7994            },
7995            "funding": [
7996                {
7997                    "url": "https://github.com/sebastianbergmann",
7998                    "type": "github"
7999                }
8000            ],
8001            "time": "2023-02-03T07:10:45+00:00"
8002        },
8003        {
8004            "name": "sebastian/version",
8005            "version": "4.0.1",
8006            "source": {
8007                "type": "git",
8008                "url": "https://github.com/sebastianbergmann/version.git",
8009                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
8010            },
8011            "dist": {
8012                "type": "zip",
8013                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
8014                "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
8015                "shasum": ""
8016            },
8017            "require": {
8018                "php": ">=8.1"
8019            },
8020            "type": "library",
8021            "extra": {
8022                "branch-alias": {
8023                    "dev-main": "4.0-dev"
8024                }
8025            },
8026            "autoload": {
8027                "classmap": [
8028                    "src/"
8029                ]
8030            },
8031            "notification-url": "https://packagist.org/downloads/",
8032            "license": [
8033                "BSD-3-Clause"
8034            ],
8035            "authors": [
8036                {
8037                    "name": "Sebastian Bergmann",
8038                    "email": "sebastian@phpunit.de",
8039                    "role": "lead"
8040                }
8041            ],
8042            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8043            "homepage": "https://github.com/sebastianbergmann/version",
8044            "support": {
8045                "issues": "https://github.com/sebastianbergmann/version/issues",
8046                "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
8047            },
8048            "funding": [
8049                {
8050                    "url": "https://github.com/sebastianbergmann",
8051                    "type": "github"
8052                }
8053            ],
8054            "time": "2023-02-07T11:34:05+00:00"
8055        },
8056        {
8057            "name": "seld/jsonlint",
8058            "version": "1.10.2",
8059            "source": {
8060                "type": "git",
8061                "url": "https://github.com/Seldaek/jsonlint.git",
8062                "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259"
8063            },
8064            "dist": {
8065                "type": "zip",
8066                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9bb7db07b5d66d90f6ebf542f09fc67d800e5259",
8067                "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259",
8068                "shasum": ""
8069            },
8070            "require": {
8071                "php": "^5.3 || ^7.0 || ^8.0"
8072            },
8073            "require-dev": {
8074                "phpstan/phpstan": "^1.5",
8075                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
8076            },
8077            "bin": [
8078                "bin/jsonlint"
8079            ],
8080            "type": "library",
8081            "autoload": {
8082                "psr-4": {
8083                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
8084                }
8085            },
8086            "notification-url": "https://packagist.org/downloads/",
8087            "license": [
8088                "MIT"
8089            ],
8090            "authors": [
8091                {
8092                    "name": "Jordi Boggiano",
8093                    "email": "j.boggiano@seld.be",
8094                    "homepage": "https://seld.be"
8095                }
8096            ],
8097            "description": "JSON Linter",
8098            "keywords": [
8099                "json",
8100                "linter",
8101                "parser",
8102                "validator"
8103            ],
8104            "support": {
8105                "issues": "https://github.com/Seldaek/jsonlint/issues",
8106                "source": "https://github.com/Seldaek/jsonlint/tree/1.10.2"
8107            },
8108            "funding": [
8109                {
8110                    "url": "https://github.com/Seldaek",
8111                    "type": "github"
8112                },
8113                {
8114                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
8115                    "type": "tidelift"
8116                }
8117            ],
8118            "time": "2024-02-07T12:57:50+00:00"
8119        },
8120        {
8121            "name": "seld/phar-utils",
8122            "version": "1.2.1",
8123            "source": {
8124                "type": "git",
8125                "url": "https://github.com/Seldaek/phar-utils.git",
8126                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
8127            },
8128            "dist": {
8129                "type": "zip",
8130                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
8131                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
8132                "shasum": ""
8133            },
8134            "require": {
8135                "php": ">=5.3"
8136            },
8137            "type": "library",
8138            "extra": {
8139                "branch-alias": {
8140                    "dev-master": "1.x-dev"
8141                }
8142            },
8143            "autoload": {
8144                "psr-4": {
8145                    "Seld\\PharUtils\\": "src/"
8146                }
8147            },
8148            "notification-url": "https://packagist.org/downloads/",
8149            "license": [
8150                "MIT"
8151            ],
8152            "authors": [
8153                {
8154                    "name": "Jordi Boggiano",
8155                    "email": "j.boggiano@seld.be"
8156                }
8157            ],
8158            "description": "PHAR file format utilities, for when PHP phars you up",
8159            "keywords": [
8160                "phar"
8161            ],
8162            "support": {
8163                "issues": "https://github.com/Seldaek/phar-utils/issues",
8164                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
8165            },
8166            "time": "2022-08-31T10:31:18+00:00"
8167        },
8168        {
8169            "name": "seld/signal-handler",
8170            "version": "2.0.2",
8171            "source": {
8172                "type": "git",
8173                "url": "https://github.com/Seldaek/signal-handler.git",
8174                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"
8175            },
8176            "dist": {
8177                "type": "zip",
8178                "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
8179                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
8180                "shasum": ""
8181            },
8182            "require": {
8183                "php": ">=7.2.0"
8184            },
8185            "require-dev": {
8186                "phpstan/phpstan": "^1",
8187                "phpstan/phpstan-deprecation-rules": "^1.0",
8188                "phpstan/phpstan-phpunit": "^1",
8189                "phpstan/phpstan-strict-rules": "^1.3",
8190                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
8191                "psr/log": "^1 || ^2 || ^3"
8192            },
8193            "type": "library",
8194            "extra": {
8195                "branch-alias": {
8196                    "dev-main": "2.x-dev"
8197                }
8198            },
8199            "autoload": {
8200                "psr-4": {
8201                    "Seld\\Signal\\": "src/"
8202                }
8203            },
8204            "notification-url": "https://packagist.org/downloads/",
8205            "license": [
8206                "MIT"
8207            ],
8208            "authors": [
8209                {
8210                    "name": "Jordi Boggiano",
8211                    "email": "j.boggiano@seld.be",
8212                    "homepage": "http://seld.be"
8213                }
8214            ],
8215            "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
8216            "keywords": [
8217                "posix",
8218                "sigint",
8219                "signal",
8220                "sigterm",
8221                "unix"
8222            ],
8223            "support": {
8224                "issues": "https://github.com/Seldaek/signal-handler/issues",
8225                "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"
8226            },
8227            "time": "2023-09-03T09:24:00+00:00"
8228        },
8229        {
8230            "name": "symfony/config",
8231            "version": "v7.0.4",
8232            "source": {
8233                "type": "git",
8234                "url": "https://github.com/symfony/config.git",
8235                "reference": "44deeba7233f08f383185ffa37dace3b3bc87364"
8236            },
8237            "dist": {
8238                "type": "zip",
8239                "url": "https://api.github.com/repos/symfony/config/zipball/44deeba7233f08f383185ffa37dace3b3bc87364",
8240                "reference": "44deeba7233f08f383185ffa37dace3b3bc87364",
8241                "shasum": ""
8242            },
8243            "require": {
8244                "php": ">=8.2",
8245                "symfony/deprecation-contracts": "^2.5|^3",
8246                "symfony/filesystem": "^6.4|^7.0",
8247                "symfony/polyfill-ctype": "~1.8"
8248            },
8249            "conflict": {
8250                "symfony/finder": "<6.4",
8251                "symfony/service-contracts": "<2.5"
8252            },
8253            "require-dev": {
8254                "symfony/event-dispatcher": "^6.4|^7.0",
8255                "symfony/finder": "^6.4|^7.0",
8256                "symfony/messenger": "^6.4|^7.0",
8257                "symfony/service-contracts": "^2.5|^3",
8258                "symfony/yaml": "^6.4|^7.0"
8259            },
8260            "type": "library",
8261            "autoload": {
8262                "psr-4": {
8263                    "Symfony\\Component\\Config\\": ""
8264                },
8265                "exclude-from-classmap": [
8266                    "/Tests/"
8267                ]
8268            },
8269            "notification-url": "https://packagist.org/downloads/",
8270            "license": [
8271                "MIT"
8272            ],
8273            "authors": [
8274                {
8275                    "name": "Fabien Potencier",
8276                    "email": "fabien@symfony.com"
8277                },
8278                {
8279                    "name": "Symfony Community",
8280                    "homepage": "https://symfony.com/contributors"
8281                }
8282            ],
8283            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
8284            "homepage": "https://symfony.com",
8285            "support": {
8286                "source": "https://github.com/symfony/config/tree/v7.0.4"
8287            },
8288            "funding": [
8289                {
8290                    "url": "https://symfony.com/sponsor",
8291                    "type": "custom"
8292                },
8293                {
8294                    "url": "https://github.com/fabpot",
8295                    "type": "github"
8296                },
8297                {
8298                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8299                    "type": "tidelift"
8300                }
8301            ],
8302            "time": "2024-02-26T07:52:39+00:00"
8303        },
8304        {
8305            "name": "symfony/console",
8306            "version": "v7.0.4",
8307            "source": {
8308                "type": "git",
8309                "url": "https://github.com/symfony/console.git",
8310                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f"
8311            },
8312            "dist": {
8313                "type": "zip",
8314                "url": "https://api.github.com/repos/symfony/console/zipball/6b099f3306f7c9c2d2786ed736d0026b2903205f",
8315                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f",
8316                "shasum": ""
8317            },
8318            "require": {
8319                "php": ">=8.2",
8320                "symfony/polyfill-mbstring": "~1.0",
8321                "symfony/service-contracts": "^2.5|^3",
8322                "symfony/string": "^6.4|^7.0"
8323            },
8324            "conflict": {
8325                "symfony/dependency-injection": "<6.4",
8326                "symfony/dotenv": "<6.4",
8327                "symfony/event-dispatcher": "<6.4",
8328                "symfony/lock": "<6.4",
8329                "symfony/process": "<6.4"
8330            },
8331            "provide": {
8332                "psr/log-implementation": "1.0|2.0|3.0"
8333            },
8334            "require-dev": {
8335                "psr/log": "^1|^2|^3",
8336                "symfony/config": "^6.4|^7.0",
8337                "symfony/dependency-injection": "^6.4|^7.0",
8338                "symfony/event-dispatcher": "^6.4|^7.0",
8339                "symfony/http-foundation": "^6.4|^7.0",
8340                "symfony/http-kernel": "^6.4|^7.0",
8341                "symfony/lock": "^6.4|^7.0",
8342                "symfony/messenger": "^6.4|^7.0",
8343                "symfony/process": "^6.4|^7.0",
8344                "symfony/stopwatch": "^6.4|^7.0",
8345                "symfony/var-dumper": "^6.4|^7.0"
8346            },
8347            "type": "library",
8348            "autoload": {
8349                "psr-4": {
8350                    "Symfony\\Component\\Console\\": ""
8351                },
8352                "exclude-from-classmap": [
8353                    "/Tests/"
8354                ]
8355            },
8356            "notification-url": "https://packagist.org/downloads/",
8357            "license": [
8358                "MIT"
8359            ],
8360            "authors": [
8361                {
8362                    "name": "Fabien Potencier",
8363                    "email": "fabien@symfony.com"
8364                },
8365                {
8366                    "name": "Symfony Community",
8367                    "homepage": "https://symfony.com/contributors"
8368                }
8369            ],
8370            "description": "Eases the creation of beautiful and testable command line interfaces",
8371            "homepage": "https://symfony.com",
8372            "keywords": [
8373                "cli",
8374                "command-line",
8375                "console",
8376                "terminal"
8377            ],
8378            "support": {
8379                "source": "https://github.com/symfony/console/tree/v7.0.4"
8380            },
8381            "funding": [
8382                {
8383                    "url": "https://symfony.com/sponsor",
8384                    "type": "custom"
8385                },
8386                {
8387                    "url": "https://github.com/fabpot",
8388                    "type": "github"
8389                },
8390                {
8391                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8392                    "type": "tidelift"
8393                }
8394            ],
8395            "time": "2024-02-22T20:27:20+00:00"
8396        },
8397        {
8398            "name": "symfony/filesystem",
8399            "version": "v7.0.3",
8400            "source": {
8401                "type": "git",
8402                "url": "https://github.com/symfony/filesystem.git",
8403                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12"
8404            },
8405            "dist": {
8406                "type": "zip",
8407                "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12",
8408                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12",
8409                "shasum": ""
8410            },
8411            "require": {
8412                "php": ">=8.2",
8413                "symfony/polyfill-ctype": "~1.8",
8414                "symfony/polyfill-mbstring": "~1.8"
8415            },
8416            "type": "library",
8417            "autoload": {
8418                "psr-4": {
8419                    "Symfony\\Component\\Filesystem\\": ""
8420                },
8421                "exclude-from-classmap": [
8422                    "/Tests/"
8423                ]
8424            },
8425            "notification-url": "https://packagist.org/downloads/",
8426            "license": [
8427                "MIT"
8428            ],
8429            "authors": [
8430                {
8431                    "name": "Fabien Potencier",
8432                    "email": "fabien@symfony.com"
8433                },
8434                {
8435                    "name": "Symfony Community",
8436                    "homepage": "https://symfony.com/contributors"
8437                }
8438            ],
8439            "description": "Provides basic utilities for the filesystem",
8440            "homepage": "https://symfony.com",
8441            "support": {
8442                "source": "https://github.com/symfony/filesystem/tree/v7.0.3"
8443            },
8444            "funding": [
8445                {
8446                    "url": "https://symfony.com/sponsor",
8447                    "type": "custom"
8448                },
8449                {
8450                    "url": "https://github.com/fabpot",
8451                    "type": "github"
8452                },
8453                {
8454                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8455                    "type": "tidelift"
8456                }
8457            ],
8458            "time": "2024-01-23T15:02:46+00:00"
8459        },
8460        {
8461            "name": "symfony/finder",
8462            "version": "v7.0.0",
8463            "source": {
8464                "type": "git",
8465                "url": "https://github.com/symfony/finder.git",
8466                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56"
8467            },
8468            "dist": {
8469                "type": "zip",
8470                "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
8471                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
8472                "shasum": ""
8473            },
8474            "require": {
8475                "php": ">=8.2"
8476            },
8477            "require-dev": {
8478                "symfony/filesystem": "^6.4|^7.0"
8479            },
8480            "type": "library",
8481            "autoload": {
8482                "psr-4": {
8483                    "Symfony\\Component\\Finder\\": ""
8484                },
8485                "exclude-from-classmap": [
8486                    "/Tests/"
8487                ]
8488            },
8489            "notification-url": "https://packagist.org/downloads/",
8490            "license": [
8491                "MIT"
8492            ],
8493            "authors": [
8494                {
8495                    "name": "Fabien Potencier",
8496                    "email": "fabien@symfony.com"
8497                },
8498                {
8499                    "name": "Symfony Community",
8500                    "homepage": "https://symfony.com/contributors"
8501                }
8502            ],
8503            "description": "Finds files and directories via an intuitive fluent interface",
8504            "homepage": "https://symfony.com",
8505            "support": {
8506                "source": "https://github.com/symfony/finder/tree/v7.0.0"
8507            },
8508            "funding": [
8509                {
8510                    "url": "https://symfony.com/sponsor",
8511                    "type": "custom"
8512                },
8513                {
8514                    "url": "https://github.com/fabpot",
8515                    "type": "github"
8516                },
8517                {
8518                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8519                    "type": "tidelift"
8520                }
8521            ],
8522            "time": "2023-10-31T17:59:56+00:00"
8523        },
8524        {
8525            "name": "symfony/polyfill-ctype",
8526            "version": "v1.29.0",
8527            "source": {
8528                "type": "git",
8529                "url": "https://github.com/symfony/polyfill-ctype.git",
8530                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
8531            },
8532            "dist": {
8533                "type": "zip",
8534                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
8535                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
8536                "shasum": ""
8537            },
8538            "require": {
8539                "php": ">=7.1"
8540            },
8541            "provide": {
8542                "ext-ctype": "*"
8543            },
8544            "suggest": {
8545                "ext-ctype": "For best performance"
8546            },
8547            "type": "library",
8548            "extra": {
8549                "thanks": {
8550                    "name": "symfony/polyfill",
8551                    "url": "https://github.com/symfony/polyfill"
8552                }
8553            },
8554            "autoload": {
8555                "files": [
8556                    "bootstrap.php"
8557                ],
8558                "psr-4": {
8559                    "Symfony\\Polyfill\\Ctype\\": ""
8560                }
8561            },
8562            "notification-url": "https://packagist.org/downloads/",
8563            "license": [
8564                "MIT"
8565            ],
8566            "authors": [
8567                {
8568                    "name": "Gert de Pagter",
8569                    "email": "BackEndTea@gmail.com"
8570                },
8571                {
8572                    "name": "Symfony Community",
8573                    "homepage": "https://symfony.com/contributors"
8574                }
8575            ],
8576            "description": "Symfony polyfill for ctype functions",
8577            "homepage": "https://symfony.com",
8578            "keywords": [
8579                "compatibility",
8580                "ctype",
8581                "polyfill",
8582                "portable"
8583            ],
8584            "support": {
8585                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
8586            },
8587            "funding": [
8588                {
8589                    "url": "https://symfony.com/sponsor",
8590                    "type": "custom"
8591                },
8592                {
8593                    "url": "https://github.com/fabpot",
8594                    "type": "github"
8595                },
8596                {
8597                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8598                    "type": "tidelift"
8599                }
8600            ],
8601            "time": "2024-01-29T20:11:03+00:00"
8602        },
8603        {
8604            "name": "symfony/polyfill-intl-grapheme",
8605            "version": "v1.29.0",
8606            "source": {
8607                "type": "git",
8608                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8609                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
8610            },
8611            "dist": {
8612                "type": "zip",
8613                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
8614                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
8615                "shasum": ""
8616            },
8617            "require": {
8618                "php": ">=7.1"
8619            },
8620            "suggest": {
8621                "ext-intl": "For best performance"
8622            },
8623            "type": "library",
8624            "extra": {
8625                "thanks": {
8626                    "name": "symfony/polyfill",
8627                    "url": "https://github.com/symfony/polyfill"
8628                }
8629            },
8630            "autoload": {
8631                "files": [
8632                    "bootstrap.php"
8633                ],
8634                "psr-4": {
8635                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8636                }
8637            },
8638            "notification-url": "https://packagist.org/downloads/",
8639            "license": [
8640                "MIT"
8641            ],
8642            "authors": [
8643                {
8644                    "name": "Nicolas Grekas",
8645                    "email": "p@tchwork.com"
8646                },
8647                {
8648                    "name": "Symfony Community",
8649                    "homepage": "https://symfony.com/contributors"
8650                }
8651            ],
8652            "description": "Symfony polyfill for intl's grapheme_* functions",
8653            "homepage": "https://symfony.com",
8654            "keywords": [
8655                "compatibility",
8656                "grapheme",
8657                "intl",
8658                "polyfill",
8659                "portable",
8660                "shim"
8661            ],
8662            "support": {
8663                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
8664            },
8665            "funding": [
8666                {
8667                    "url": "https://symfony.com/sponsor",
8668                    "type": "custom"
8669                },
8670                {
8671                    "url": "https://github.com/fabpot",
8672                    "type": "github"
8673                },
8674                {
8675                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8676                    "type": "tidelift"
8677                }
8678            ],
8679            "time": "2024-01-29T20:11:03+00:00"
8680        },
8681        {
8682            "name": "symfony/polyfill-php73",
8683            "version": "v1.29.0",
8684            "source": {
8685                "type": "git",
8686                "url": "https://github.com/symfony/polyfill-php73.git",
8687                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
8688            },
8689            "dist": {
8690                "type": "zip",
8691                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
8692                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
8693                "shasum": ""
8694            },
8695            "require": {
8696                "php": ">=7.1"
8697            },
8698            "type": "library",
8699            "extra": {
8700                "thanks": {
8701                    "name": "symfony/polyfill",
8702                    "url": "https://github.com/symfony/polyfill"
8703                }
8704            },
8705            "autoload": {
8706                "files": [
8707                    "bootstrap.php"
8708                ],
8709                "psr-4": {
8710                    "Symfony\\Polyfill\\Php73\\": ""
8711                },
8712                "classmap": [
8713                    "Resources/stubs"
8714                ]
8715            },
8716            "notification-url": "https://packagist.org/downloads/",
8717            "license": [
8718                "MIT"
8719            ],
8720            "authors": [
8721                {
8722                    "name": "Nicolas Grekas",
8723                    "email": "p@tchwork.com"
8724                },
8725                {
8726                    "name": "Symfony Community",
8727                    "homepage": "https://symfony.com/contributors"
8728                }
8729            ],
8730            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8731            "homepage": "https://symfony.com",
8732            "keywords": [
8733                "compatibility",
8734                "polyfill",
8735                "portable",
8736                "shim"
8737            ],
8738            "support": {
8739                "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
8740            },
8741            "funding": [
8742                {
8743                    "url": "https://symfony.com/sponsor",
8744                    "type": "custom"
8745                },
8746                {
8747                    "url": "https://github.com/fabpot",
8748                    "type": "github"
8749                },
8750                {
8751                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8752                    "type": "tidelift"
8753                }
8754            ],
8755            "time": "2024-01-29T20:11:03+00:00"
8756        },
8757        {
8758            "name": "symfony/polyfill-php81",
8759            "version": "v1.29.0",
8760            "source": {
8761                "type": "git",
8762                "url": "https://github.com/symfony/polyfill-php81.git",
8763                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
8764            },
8765            "dist": {
8766                "type": "zip",
8767                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
8768                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
8769                "shasum": ""
8770            },
8771            "require": {
8772                "php": ">=7.1"
8773            },
8774            "type": "library",
8775            "extra": {
8776                "thanks": {
8777                    "name": "symfony/polyfill",
8778                    "url": "https://github.com/symfony/polyfill"
8779                }
8780            },
8781            "autoload": {
8782                "files": [
8783                    "bootstrap.php"
8784                ],
8785                "psr-4": {
8786                    "Symfony\\Polyfill\\Php81\\": ""
8787                },
8788                "classmap": [
8789                    "Resources/stubs"
8790                ]
8791            },
8792            "notification-url": "https://packagist.org/downloads/",
8793            "license": [
8794                "MIT"
8795            ],
8796            "authors": [
8797                {
8798                    "name": "Nicolas Grekas",
8799                    "email": "p@tchwork.com"
8800                },
8801                {
8802                    "name": "Symfony Community",
8803                    "homepage": "https://symfony.com/contributors"
8804                }
8805            ],
8806            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
8807            "homepage": "https://symfony.com",
8808            "keywords": [
8809                "compatibility",
8810                "polyfill",
8811                "portable",
8812                "shim"
8813            ],
8814            "support": {
8815                "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
8816            },
8817            "funding": [
8818                {
8819                    "url": "https://symfony.com/sponsor",
8820                    "type": "custom"
8821                },
8822                {
8823                    "url": "https://github.com/fabpot",
8824                    "type": "github"
8825                },
8826                {
8827                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8828                    "type": "tidelift"
8829                }
8830            ],
8831            "time": "2024-01-29T20:11:03+00:00"
8832        },
8833        {
8834            "name": "symfony/process",
8835            "version": "v7.0.4",
8836            "source": {
8837                "type": "git",
8838                "url": "https://github.com/symfony/process.git",
8839                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9"
8840            },
8841            "dist": {
8842                "type": "zip",
8843                "url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
8844                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
8845                "shasum": ""
8846            },
8847            "require": {
8848                "php": ">=8.2"
8849            },
8850            "type": "library",
8851            "autoload": {
8852                "psr-4": {
8853                    "Symfony\\Component\\Process\\": ""
8854                },
8855                "exclude-from-classmap": [
8856                    "/Tests/"
8857                ]
8858            },
8859            "notification-url": "https://packagist.org/downloads/",
8860            "license": [
8861                "MIT"
8862            ],
8863            "authors": [
8864                {
8865                    "name": "Fabien Potencier",
8866                    "email": "fabien@symfony.com"
8867                },
8868                {
8869                    "name": "Symfony Community",
8870                    "homepage": "https://symfony.com/contributors"
8871                }
8872            ],
8873            "description": "Executes commands in sub-processes",
8874            "homepage": "https://symfony.com",
8875            "support": {
8876                "source": "https://github.com/symfony/process/tree/v7.0.4"
8877            },
8878            "funding": [
8879                {
8880                    "url": "https://symfony.com/sponsor",
8881                    "type": "custom"
8882                },
8883                {
8884                    "url": "https://github.com/fabpot",
8885                    "type": "github"
8886                },
8887                {
8888                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8889                    "type": "tidelift"
8890                }
8891            ],
8892            "time": "2024-02-22T20:27:20+00:00"
8893        },
8894        {
8895            "name": "symfony/stopwatch",
8896            "version": "v7.0.3",
8897            "source": {
8898                "type": "git",
8899                "url": "https://github.com/symfony/stopwatch.git",
8900                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112"
8901            },
8902            "dist": {
8903                "type": "zip",
8904                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112",
8905                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112",
8906                "shasum": ""
8907            },
8908            "require": {
8909                "php": ">=8.2",
8910                "symfony/service-contracts": "^2.5|^3"
8911            },
8912            "type": "library",
8913            "autoload": {
8914                "psr-4": {
8915                    "Symfony\\Component\\Stopwatch\\": ""
8916                },
8917                "exclude-from-classmap": [
8918                    "/Tests/"
8919                ]
8920            },
8921            "notification-url": "https://packagist.org/downloads/",
8922            "license": [
8923                "MIT"
8924            ],
8925            "authors": [
8926                {
8927                    "name": "Fabien Potencier",
8928                    "email": "fabien@symfony.com"
8929                },
8930                {
8931                    "name": "Symfony Community",
8932                    "homepage": "https://symfony.com/contributors"
8933                }
8934            ],
8935            "description": "Provides a way to profile code",
8936            "homepage": "https://symfony.com",
8937            "support": {
8938                "source": "https://github.com/symfony/stopwatch/tree/v7.0.3"
8939            },
8940            "funding": [
8941                {
8942                    "url": "https://symfony.com/sponsor",
8943                    "type": "custom"
8944                },
8945                {
8946                    "url": "https://github.com/fabpot",
8947                    "type": "github"
8948                },
8949                {
8950                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8951                    "type": "tidelift"
8952                }
8953            ],
8954            "time": "2024-01-23T15:02:46+00:00"
8955        },
8956        {
8957            "name": "symfony/string",
8958            "version": "v7.0.4",
8959            "source": {
8960                "type": "git",
8961                "url": "https://github.com/symfony/string.git",
8962                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b"
8963            },
8964            "dist": {
8965                "type": "zip",
8966                "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b",
8967                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b",
8968                "shasum": ""
8969            },
8970            "require": {
8971                "php": ">=8.2",
8972                "symfony/polyfill-ctype": "~1.8",
8973                "symfony/polyfill-intl-grapheme": "~1.0",
8974                "symfony/polyfill-intl-normalizer": "~1.0",
8975                "symfony/polyfill-mbstring": "~1.0"
8976            },
8977            "conflict": {
8978                "symfony/translation-contracts": "<2.5"
8979            },
8980            "require-dev": {
8981                "symfony/error-handler": "^6.4|^7.0",
8982                "symfony/http-client": "^6.4|^7.0",
8983                "symfony/intl": "^6.4|^7.0",
8984                "symfony/translation-contracts": "^2.5|^3.0",
8985                "symfony/var-exporter": "^6.4|^7.0"
8986            },
8987            "type": "library",
8988            "autoload": {
8989                "files": [
8990                    "Resources/functions.php"
8991                ],
8992                "psr-4": {
8993                    "Symfony\\Component\\String\\": ""
8994                },
8995                "exclude-from-classmap": [
8996                    "/Tests/"
8997                ]
8998            },
8999            "notification-url": "https://packagist.org/downloads/",
9000            "license": [
9001                "MIT"
9002            ],
9003            "authors": [
9004                {
9005                    "name": "Nicolas Grekas",
9006                    "email": "p@tchwork.com"
9007                },
9008                {
9009                    "name": "Symfony Community",
9010                    "homepage": "https://symfony.com/contributors"
9011                }
9012            ],
9013            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9014            "homepage": "https://symfony.com",
9015            "keywords": [
9016                "grapheme",
9017                "i18n",
9018                "string",
9019                "unicode",
9020                "utf-8",
9021                "utf8"
9022            ],
9023            "support": {
9024                "source": "https://github.com/symfony/string/tree/v7.0.4"
9025            },
9026            "funding": [
9027                {
9028                    "url": "https://symfony.com/sponsor",
9029                    "type": "custom"
9030                },
9031                {
9032                    "url": "https://github.com/fabpot",
9033                    "type": "github"
9034                },
9035                {
9036                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9037                    "type": "tidelift"
9038                }
9039            ],
9040            "time": "2024-02-01T13:17:36+00:00"
9041        },
9042        {
9043            "name": "symfony/yaml",
9044            "version": "v7.0.3",
9045            "source": {
9046                "type": "git",
9047                "url": "https://github.com/symfony/yaml.git",
9048                "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
9049            },
9050            "dist": {
9051                "type": "zip",
9052                "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
9053                "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
9054                "shasum": ""
9055            },
9056            "require": {
9057                "php": ">=8.2",
9058                "symfony/polyfill-ctype": "^1.8"
9059            },
9060            "conflict": {
9061                "symfony/console": "<6.4"
9062            },
9063            "require-dev": {
9064                "symfony/console": "^6.4|^7.0"
9065            },
9066            "bin": [
9067                "Resources/bin/yaml-lint"
9068            ],
9069            "type": "library",
9070            "autoload": {
9071                "psr-4": {
9072                    "Symfony\\Component\\Yaml\\": ""
9073                },
9074                "exclude-from-classmap": [
9075                    "/Tests/"
9076                ]
9077            },
9078            "notification-url": "https://packagist.org/downloads/",
9079            "license": [
9080                "MIT"
9081            ],
9082            "authors": [
9083                {
9084                    "name": "Fabien Potencier",
9085                    "email": "fabien@symfony.com"
9086                },
9087                {
9088                    "name": "Symfony Community",
9089                    "homepage": "https://symfony.com/contributors"
9090                }
9091            ],
9092            "description": "Loads and dumps YAML files",
9093            "homepage": "https://symfony.com",
9094            "support": {
9095                "source": "https://github.com/symfony/yaml/tree/v7.0.3"
9096            },
9097            "funding": [
9098                {
9099                    "url": "https://symfony.com/sponsor",
9100                    "type": "custom"
9101                },
9102                {
9103                    "url": "https://github.com/fabpot",
9104                    "type": "github"
9105                },
9106                {
9107                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9108                    "type": "tidelift"
9109                }
9110            ],
9111            "time": "2024-01-23T15:02:46+00:00"
9112        },
9113        {
9114            "name": "theseer/tokenizer",
9115            "version": "1.2.3",
9116            "source": {
9117                "type": "git",
9118                "url": "https://github.com/theseer/tokenizer.git",
9119                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
9120            },
9121            "dist": {
9122                "type": "zip",
9123                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9124                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9125                "shasum": ""
9126            },
9127            "require": {
9128                "ext-dom": "*",
9129                "ext-tokenizer": "*",
9130                "ext-xmlwriter": "*",
9131                "php": "^7.2 || ^8.0"
9132            },
9133            "type": "library",
9134            "autoload": {
9135                "classmap": [
9136                    "src/"
9137                ]
9138            },
9139            "notification-url": "https://packagist.org/downloads/",
9140            "license": [
9141                "BSD-3-Clause"
9142            ],
9143            "authors": [
9144                {
9145                    "name": "Arne Blankerts",
9146                    "email": "arne@blankerts.de",
9147                    "role": "Developer"
9148                }
9149            ],
9150            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9151            "support": {
9152                "issues": "https://github.com/theseer/tokenizer/issues",
9153                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
9154            },
9155            "funding": [
9156                {
9157                    "url": "https://github.com/theseer",
9158                    "type": "github"
9159                }
9160            ],
9161            "time": "2024-03-03T12:36:25+00:00"
9162        }
9163    ],
9164    "aliases": [],
9165    "minimum-stability": "stable",
9166    "stability-flags": [],
9167    "prefer-stable": false,
9168    "prefer-lowest": false,
9169    "platform": {
9170        "php": "8.2 - 8.4",
9171        "ext-ctype": "*",
9172        "ext-curl": "*",
9173        "ext-fileinfo": "*",
9174        "ext-gd": "*",
9175        "ext-iconv": "*",
9176        "ext-intl": "*",
9177        "ext-json": "*",
9178        "ext-mbstring": "*",
9179        "ext-pcre": "*",
9180        "ext-pdo": "*",
9181        "ext-session": "*",
9182        "ext-xml": "*"
9183    },
9184    "platform-dev": {
9185        "ext-dom": "*",
9186        "ext-libxml": "*",
9187        "ext-pdo_sqlite": "*",
9188        "ext-sqlite3": "*"
9189    },
9190    "platform-overrides": {
9191        "php": "8.2.0"
9192    },
9193    "plugin-api-version": "2.6.0"
9194}
9195