xref: /webtrees/composer.lock (revision b9a4a6c608ac9f9f3bf6c12fbe1fbe871f30fedb)
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": "8466db88d92706bec77c5364dacecb11",
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/console",
4171            "version": "v7.0.4",
4172            "source": {
4173                "type": "git",
4174                "url": "https://github.com/symfony/console.git",
4175                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f"
4176            },
4177            "dist": {
4178                "type": "zip",
4179                "url": "https://api.github.com/repos/symfony/console/zipball/6b099f3306f7c9c2d2786ed736d0026b2903205f",
4180                "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f",
4181                "shasum": ""
4182            },
4183            "require": {
4184                "php": ">=8.2",
4185                "symfony/polyfill-mbstring": "~1.0",
4186                "symfony/service-contracts": "^2.5|^3",
4187                "symfony/string": "^6.4|^7.0"
4188            },
4189            "conflict": {
4190                "symfony/dependency-injection": "<6.4",
4191                "symfony/dotenv": "<6.4",
4192                "symfony/event-dispatcher": "<6.4",
4193                "symfony/lock": "<6.4",
4194                "symfony/process": "<6.4"
4195            },
4196            "provide": {
4197                "psr/log-implementation": "1.0|2.0|3.0"
4198            },
4199            "require-dev": {
4200                "psr/log": "^1|^2|^3",
4201                "symfony/config": "^6.4|^7.0",
4202                "symfony/dependency-injection": "^6.4|^7.0",
4203                "symfony/event-dispatcher": "^6.4|^7.0",
4204                "symfony/http-foundation": "^6.4|^7.0",
4205                "symfony/http-kernel": "^6.4|^7.0",
4206                "symfony/lock": "^6.4|^7.0",
4207                "symfony/messenger": "^6.4|^7.0",
4208                "symfony/process": "^6.4|^7.0",
4209                "symfony/stopwatch": "^6.4|^7.0",
4210                "symfony/var-dumper": "^6.4|^7.0"
4211            },
4212            "type": "library",
4213            "autoload": {
4214                "psr-4": {
4215                    "Symfony\\Component\\Console\\": ""
4216                },
4217                "exclude-from-classmap": [
4218                    "/Tests/"
4219                ]
4220            },
4221            "notification-url": "https://packagist.org/downloads/",
4222            "license": [
4223                "MIT"
4224            ],
4225            "authors": [
4226                {
4227                    "name": "Fabien Potencier",
4228                    "email": "fabien@symfony.com"
4229                },
4230                {
4231                    "name": "Symfony Community",
4232                    "homepage": "https://symfony.com/contributors"
4233                }
4234            ],
4235            "description": "Eases the creation of beautiful and testable command line interfaces",
4236            "homepage": "https://symfony.com",
4237            "keywords": [
4238                "cli",
4239                "command-line",
4240                "console",
4241                "terminal"
4242            ],
4243            "support": {
4244                "source": "https://github.com/symfony/console/tree/v7.0.4"
4245            },
4246            "funding": [
4247                {
4248                    "url": "https://symfony.com/sponsor",
4249                    "type": "custom"
4250                },
4251                {
4252                    "url": "https://github.com/fabpot",
4253                    "type": "github"
4254                },
4255                {
4256                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4257                    "type": "tidelift"
4258                }
4259            ],
4260            "time": "2024-02-22T20:27:20+00:00"
4261        },
4262        {
4263            "name": "symfony/deprecation-contracts",
4264            "version": "v3.4.0",
4265            "source": {
4266                "type": "git",
4267                "url": "https://github.com/symfony/deprecation-contracts.git",
4268                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
4269            },
4270            "dist": {
4271                "type": "zip",
4272                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
4273                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
4274                "shasum": ""
4275            },
4276            "require": {
4277                "php": ">=8.1"
4278            },
4279            "type": "library",
4280            "extra": {
4281                "branch-alias": {
4282                    "dev-main": "3.4-dev"
4283                },
4284                "thanks": {
4285                    "name": "symfony/contracts",
4286                    "url": "https://github.com/symfony/contracts"
4287                }
4288            },
4289            "autoload": {
4290                "files": [
4291                    "function.php"
4292                ]
4293            },
4294            "notification-url": "https://packagist.org/downloads/",
4295            "license": [
4296                "MIT"
4297            ],
4298            "authors": [
4299                {
4300                    "name": "Nicolas Grekas",
4301                    "email": "p@tchwork.com"
4302                },
4303                {
4304                    "name": "Symfony Community",
4305                    "homepage": "https://symfony.com/contributors"
4306                }
4307            ],
4308            "description": "A generic function and convention to trigger deprecation notices",
4309            "homepage": "https://symfony.com",
4310            "support": {
4311                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
4312            },
4313            "funding": [
4314                {
4315                    "url": "https://symfony.com/sponsor",
4316                    "type": "custom"
4317                },
4318                {
4319                    "url": "https://github.com/fabpot",
4320                    "type": "github"
4321                },
4322                {
4323                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4324                    "type": "tidelift"
4325                }
4326            ],
4327            "time": "2023-05-23T14:45:45+00:00"
4328        },
4329        {
4330            "name": "symfony/event-dispatcher",
4331            "version": "v7.0.3",
4332            "source": {
4333                "type": "git",
4334                "url": "https://github.com/symfony/event-dispatcher.git",
4335                "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
4336            },
4337            "dist": {
4338                "type": "zip",
4339                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
4340                "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
4341                "shasum": ""
4342            },
4343            "require": {
4344                "php": ">=8.2",
4345                "symfony/event-dispatcher-contracts": "^2.5|^3"
4346            },
4347            "conflict": {
4348                "symfony/dependency-injection": "<6.4",
4349                "symfony/service-contracts": "<2.5"
4350            },
4351            "provide": {
4352                "psr/event-dispatcher-implementation": "1.0",
4353                "symfony/event-dispatcher-implementation": "2.0|3.0"
4354            },
4355            "require-dev": {
4356                "psr/log": "^1|^2|^3",
4357                "symfony/config": "^6.4|^7.0",
4358                "symfony/dependency-injection": "^6.4|^7.0",
4359                "symfony/error-handler": "^6.4|^7.0",
4360                "symfony/expression-language": "^6.4|^7.0",
4361                "symfony/http-foundation": "^6.4|^7.0",
4362                "symfony/service-contracts": "^2.5|^3",
4363                "symfony/stopwatch": "^6.4|^7.0"
4364            },
4365            "type": "library",
4366            "autoload": {
4367                "psr-4": {
4368                    "Symfony\\Component\\EventDispatcher\\": ""
4369                },
4370                "exclude-from-classmap": [
4371                    "/Tests/"
4372                ]
4373            },
4374            "notification-url": "https://packagist.org/downloads/",
4375            "license": [
4376                "MIT"
4377            ],
4378            "authors": [
4379                {
4380                    "name": "Fabien Potencier",
4381                    "email": "fabien@symfony.com"
4382                },
4383                {
4384                    "name": "Symfony Community",
4385                    "homepage": "https://symfony.com/contributors"
4386                }
4387            ],
4388            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
4389            "homepage": "https://symfony.com",
4390            "support": {
4391                "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3"
4392            },
4393            "funding": [
4394                {
4395                    "url": "https://symfony.com/sponsor",
4396                    "type": "custom"
4397                },
4398                {
4399                    "url": "https://github.com/fabpot",
4400                    "type": "github"
4401                },
4402                {
4403                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4404                    "type": "tidelift"
4405                }
4406            ],
4407            "time": "2024-01-23T15:02:46+00:00"
4408        },
4409        {
4410            "name": "symfony/event-dispatcher-contracts",
4411            "version": "v3.4.0",
4412            "source": {
4413                "type": "git",
4414                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
4415                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
4416            },
4417            "dist": {
4418                "type": "zip",
4419                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
4420                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
4421                "shasum": ""
4422            },
4423            "require": {
4424                "php": ">=8.1",
4425                "psr/event-dispatcher": "^1"
4426            },
4427            "type": "library",
4428            "extra": {
4429                "branch-alias": {
4430                    "dev-main": "3.4-dev"
4431                },
4432                "thanks": {
4433                    "name": "symfony/contracts",
4434                    "url": "https://github.com/symfony/contracts"
4435                }
4436            },
4437            "autoload": {
4438                "psr-4": {
4439                    "Symfony\\Contracts\\EventDispatcher\\": ""
4440                }
4441            },
4442            "notification-url": "https://packagist.org/downloads/",
4443            "license": [
4444                "MIT"
4445            ],
4446            "authors": [
4447                {
4448                    "name": "Nicolas Grekas",
4449                    "email": "p@tchwork.com"
4450                },
4451                {
4452                    "name": "Symfony Community",
4453                    "homepage": "https://symfony.com/contributors"
4454                }
4455            ],
4456            "description": "Generic abstractions related to dispatching event",
4457            "homepage": "https://symfony.com",
4458            "keywords": [
4459                "abstractions",
4460                "contracts",
4461                "decoupling",
4462                "interfaces",
4463                "interoperability",
4464                "standards"
4465            ],
4466            "support": {
4467                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
4468            },
4469            "funding": [
4470                {
4471                    "url": "https://symfony.com/sponsor",
4472                    "type": "custom"
4473                },
4474                {
4475                    "url": "https://github.com/fabpot",
4476                    "type": "github"
4477                },
4478                {
4479                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4480                    "type": "tidelift"
4481                }
4482            ],
4483            "time": "2023-05-23T14:45:45+00:00"
4484        },
4485        {
4486            "name": "symfony/expression-language",
4487            "version": "v7.0.3",
4488            "source": {
4489                "type": "git",
4490                "url": "https://github.com/symfony/expression-language.git",
4491                "reference": "0877c599cb260c9614f9229c0a2090d6919fd621"
4492            },
4493            "dist": {
4494                "type": "zip",
4495                "url": "https://api.github.com/repos/symfony/expression-language/zipball/0877c599cb260c9614f9229c0a2090d6919fd621",
4496                "reference": "0877c599cb260c9614f9229c0a2090d6919fd621",
4497                "shasum": ""
4498            },
4499            "require": {
4500                "php": ">=8.2",
4501                "symfony/cache": "^6.4|^7.0",
4502                "symfony/service-contracts": "^2.5|^3"
4503            },
4504            "type": "library",
4505            "autoload": {
4506                "psr-4": {
4507                    "Symfony\\Component\\ExpressionLanguage\\": ""
4508                },
4509                "exclude-from-classmap": [
4510                    "/Tests/"
4511                ]
4512            },
4513            "notification-url": "https://packagist.org/downloads/",
4514            "license": [
4515                "MIT"
4516            ],
4517            "authors": [
4518                {
4519                    "name": "Fabien Potencier",
4520                    "email": "fabien@symfony.com"
4521                },
4522                {
4523                    "name": "Symfony Community",
4524                    "homepage": "https://symfony.com/contributors"
4525                }
4526            ],
4527            "description": "Provides an engine that can compile and evaluate expressions",
4528            "homepage": "https://symfony.com",
4529            "support": {
4530                "source": "https://github.com/symfony/expression-language/tree/v7.0.3"
4531            },
4532            "funding": [
4533                {
4534                    "url": "https://symfony.com/sponsor",
4535                    "type": "custom"
4536                },
4537                {
4538                    "url": "https://github.com/fabpot",
4539                    "type": "github"
4540                },
4541                {
4542                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4543                    "type": "tidelift"
4544                }
4545            ],
4546            "time": "2024-01-23T15:02:46+00:00"
4547        },
4548        {
4549            "name": "symfony/mailer",
4550            "version": "v7.0.4",
4551            "source": {
4552                "type": "git",
4553                "url": "https://github.com/symfony/mailer.git",
4554                "reference": "72e16d87bf50a3ce195b9470c06bb9d7b816ea85"
4555            },
4556            "dist": {
4557                "type": "zip",
4558                "url": "https://api.github.com/repos/symfony/mailer/zipball/72e16d87bf50a3ce195b9470c06bb9d7b816ea85",
4559                "reference": "72e16d87bf50a3ce195b9470c06bb9d7b816ea85",
4560                "shasum": ""
4561            },
4562            "require": {
4563                "egulias/email-validator": "^2.1.10|^3|^4",
4564                "php": ">=8.2",
4565                "psr/event-dispatcher": "^1",
4566                "psr/log": "^1|^2|^3",
4567                "symfony/event-dispatcher": "^6.4|^7.0",
4568                "symfony/mime": "^6.4|^7.0",
4569                "symfony/service-contracts": "^2.5|^3"
4570            },
4571            "conflict": {
4572                "symfony/http-client-contracts": "<2.5",
4573                "symfony/http-kernel": "<6.4",
4574                "symfony/messenger": "<6.4",
4575                "symfony/mime": "<6.4",
4576                "symfony/twig-bridge": "<6.4"
4577            },
4578            "require-dev": {
4579                "symfony/console": "^6.4|^7.0",
4580                "symfony/http-client": "^6.4|^7.0",
4581                "symfony/messenger": "^6.4|^7.0",
4582                "symfony/twig-bridge": "^6.4|^7.0"
4583            },
4584            "type": "library",
4585            "autoload": {
4586                "psr-4": {
4587                    "Symfony\\Component\\Mailer\\": ""
4588                },
4589                "exclude-from-classmap": [
4590                    "/Tests/"
4591                ]
4592            },
4593            "notification-url": "https://packagist.org/downloads/",
4594            "license": [
4595                "MIT"
4596            ],
4597            "authors": [
4598                {
4599                    "name": "Fabien Potencier",
4600                    "email": "fabien@symfony.com"
4601                },
4602                {
4603                    "name": "Symfony Community",
4604                    "homepage": "https://symfony.com/contributors"
4605                }
4606            ],
4607            "description": "Helps sending emails",
4608            "homepage": "https://symfony.com",
4609            "support": {
4610                "source": "https://github.com/symfony/mailer/tree/v7.0.4"
4611            },
4612            "funding": [
4613                {
4614                    "url": "https://symfony.com/sponsor",
4615                    "type": "custom"
4616                },
4617                {
4618                    "url": "https://github.com/fabpot",
4619                    "type": "github"
4620                },
4621                {
4622                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4623                    "type": "tidelift"
4624                }
4625            ],
4626            "time": "2024-02-03T21:34:19+00:00"
4627        },
4628        {
4629            "name": "symfony/mime",
4630            "version": "v7.0.3",
4631            "source": {
4632                "type": "git",
4633                "url": "https://github.com/symfony/mime.git",
4634                "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716"
4635            },
4636            "dist": {
4637                "type": "zip",
4638                "url": "https://api.github.com/repos/symfony/mime/zipball/c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716",
4639                "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716",
4640                "shasum": ""
4641            },
4642            "require": {
4643                "php": ">=8.2",
4644                "symfony/polyfill-intl-idn": "^1.10",
4645                "symfony/polyfill-mbstring": "^1.0"
4646            },
4647            "conflict": {
4648                "egulias/email-validator": "~3.0.0",
4649                "phpdocumentor/reflection-docblock": "<3.2.2",
4650                "phpdocumentor/type-resolver": "<1.4.0",
4651                "symfony/mailer": "<6.4",
4652                "symfony/serializer": "<6.4"
4653            },
4654            "require-dev": {
4655                "egulias/email-validator": "^2.1.10|^3.1|^4",
4656                "league/html-to-markdown": "^5.0",
4657                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4658                "symfony/dependency-injection": "^6.4|^7.0",
4659                "symfony/property-access": "^6.4|^7.0",
4660                "symfony/property-info": "^6.4|^7.0",
4661                "symfony/serializer": "^6.4|^7.0"
4662            },
4663            "type": "library",
4664            "autoload": {
4665                "psr-4": {
4666                    "Symfony\\Component\\Mime\\": ""
4667                },
4668                "exclude-from-classmap": [
4669                    "/Tests/"
4670                ]
4671            },
4672            "notification-url": "https://packagist.org/downloads/",
4673            "license": [
4674                "MIT"
4675            ],
4676            "authors": [
4677                {
4678                    "name": "Fabien Potencier",
4679                    "email": "fabien@symfony.com"
4680                },
4681                {
4682                    "name": "Symfony Community",
4683                    "homepage": "https://symfony.com/contributors"
4684                }
4685            ],
4686            "description": "Allows manipulating MIME messages",
4687            "homepage": "https://symfony.com",
4688            "keywords": [
4689                "mime",
4690                "mime-type"
4691            ],
4692            "support": {
4693                "source": "https://github.com/symfony/mime/tree/v7.0.3"
4694            },
4695            "funding": [
4696                {
4697                    "url": "https://symfony.com/sponsor",
4698                    "type": "custom"
4699                },
4700                {
4701                    "url": "https://github.com/fabpot",
4702                    "type": "github"
4703                },
4704                {
4705                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4706                    "type": "tidelift"
4707                }
4708            ],
4709            "time": "2024-01-30T08:34:29+00:00"
4710        },
4711        {
4712            "name": "symfony/polyfill-ctype",
4713            "version": "v1.29.0",
4714            "source": {
4715                "type": "git",
4716                "url": "https://github.com/symfony/polyfill-ctype.git",
4717                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
4718            },
4719            "dist": {
4720                "type": "zip",
4721                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
4722                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
4723                "shasum": ""
4724            },
4725            "require": {
4726                "php": ">=7.1"
4727            },
4728            "provide": {
4729                "ext-ctype": "*"
4730            },
4731            "suggest": {
4732                "ext-ctype": "For best performance"
4733            },
4734            "type": "library",
4735            "extra": {
4736                "thanks": {
4737                    "name": "symfony/polyfill",
4738                    "url": "https://github.com/symfony/polyfill"
4739                }
4740            },
4741            "autoload": {
4742                "files": [
4743                    "bootstrap.php"
4744                ],
4745                "psr-4": {
4746                    "Symfony\\Polyfill\\Ctype\\": ""
4747                }
4748            },
4749            "notification-url": "https://packagist.org/downloads/",
4750            "license": [
4751                "MIT"
4752            ],
4753            "authors": [
4754                {
4755                    "name": "Gert de Pagter",
4756                    "email": "BackEndTea@gmail.com"
4757                },
4758                {
4759                    "name": "Symfony Community",
4760                    "homepage": "https://symfony.com/contributors"
4761                }
4762            ],
4763            "description": "Symfony polyfill for ctype functions",
4764            "homepage": "https://symfony.com",
4765            "keywords": [
4766                "compatibility",
4767                "ctype",
4768                "polyfill",
4769                "portable"
4770            ],
4771            "support": {
4772                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
4773            },
4774            "funding": [
4775                {
4776                    "url": "https://symfony.com/sponsor",
4777                    "type": "custom"
4778                },
4779                {
4780                    "url": "https://github.com/fabpot",
4781                    "type": "github"
4782                },
4783                {
4784                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4785                    "type": "tidelift"
4786                }
4787            ],
4788            "time": "2024-01-29T20:11:03+00:00"
4789        },
4790        {
4791            "name": "symfony/polyfill-intl-grapheme",
4792            "version": "v1.29.0",
4793            "source": {
4794                "type": "git",
4795                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4796                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
4797            },
4798            "dist": {
4799                "type": "zip",
4800                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
4801                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
4802                "shasum": ""
4803            },
4804            "require": {
4805                "php": ">=7.1"
4806            },
4807            "suggest": {
4808                "ext-intl": "For best performance"
4809            },
4810            "type": "library",
4811            "extra": {
4812                "thanks": {
4813                    "name": "symfony/polyfill",
4814                    "url": "https://github.com/symfony/polyfill"
4815                }
4816            },
4817            "autoload": {
4818                "files": [
4819                    "bootstrap.php"
4820                ],
4821                "psr-4": {
4822                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4823                }
4824            },
4825            "notification-url": "https://packagist.org/downloads/",
4826            "license": [
4827                "MIT"
4828            ],
4829            "authors": [
4830                {
4831                    "name": "Nicolas Grekas",
4832                    "email": "p@tchwork.com"
4833                },
4834                {
4835                    "name": "Symfony Community",
4836                    "homepage": "https://symfony.com/contributors"
4837                }
4838            ],
4839            "description": "Symfony polyfill for intl's grapheme_* functions",
4840            "homepage": "https://symfony.com",
4841            "keywords": [
4842                "compatibility",
4843                "grapheme",
4844                "intl",
4845                "polyfill",
4846                "portable",
4847                "shim"
4848            ],
4849            "support": {
4850                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
4851            },
4852            "funding": [
4853                {
4854                    "url": "https://symfony.com/sponsor",
4855                    "type": "custom"
4856                },
4857                {
4858                    "url": "https://github.com/fabpot",
4859                    "type": "github"
4860                },
4861                {
4862                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4863                    "type": "tidelift"
4864                }
4865            ],
4866            "time": "2024-01-29T20:11:03+00:00"
4867        },
4868        {
4869            "name": "symfony/polyfill-intl-idn",
4870            "version": "v1.29.0",
4871            "source": {
4872                "type": "git",
4873                "url": "https://github.com/symfony/polyfill-intl-idn.git",
4874                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
4875            },
4876            "dist": {
4877                "type": "zip",
4878                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
4879                "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
4880                "shasum": ""
4881            },
4882            "require": {
4883                "php": ">=7.1",
4884                "symfony/polyfill-intl-normalizer": "^1.10",
4885                "symfony/polyfill-php72": "^1.10"
4886            },
4887            "suggest": {
4888                "ext-intl": "For best performance"
4889            },
4890            "type": "library",
4891            "extra": {
4892                "thanks": {
4893                    "name": "symfony/polyfill",
4894                    "url": "https://github.com/symfony/polyfill"
4895                }
4896            },
4897            "autoload": {
4898                "files": [
4899                    "bootstrap.php"
4900                ],
4901                "psr-4": {
4902                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
4903                }
4904            },
4905            "notification-url": "https://packagist.org/downloads/",
4906            "license": [
4907                "MIT"
4908            ],
4909            "authors": [
4910                {
4911                    "name": "Laurent Bassin",
4912                    "email": "laurent@bassin.info"
4913                },
4914                {
4915                    "name": "Trevor Rowbotham",
4916                    "email": "trevor.rowbotham@pm.me"
4917                },
4918                {
4919                    "name": "Symfony Community",
4920                    "homepage": "https://symfony.com/contributors"
4921                }
4922            ],
4923            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4924            "homepage": "https://symfony.com",
4925            "keywords": [
4926                "compatibility",
4927                "idn",
4928                "intl",
4929                "polyfill",
4930                "portable",
4931                "shim"
4932            ],
4933            "support": {
4934                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
4935            },
4936            "funding": [
4937                {
4938                    "url": "https://symfony.com/sponsor",
4939                    "type": "custom"
4940                },
4941                {
4942                    "url": "https://github.com/fabpot",
4943                    "type": "github"
4944                },
4945                {
4946                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4947                    "type": "tidelift"
4948                }
4949            ],
4950            "time": "2024-01-29T20:11:03+00:00"
4951        },
4952        {
4953            "name": "symfony/polyfill-intl-normalizer",
4954            "version": "v1.29.0",
4955            "source": {
4956                "type": "git",
4957                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4958                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
4959            },
4960            "dist": {
4961                "type": "zip",
4962                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
4963                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
4964                "shasum": ""
4965            },
4966            "require": {
4967                "php": ">=7.1"
4968            },
4969            "suggest": {
4970                "ext-intl": "For best performance"
4971            },
4972            "type": "library",
4973            "extra": {
4974                "thanks": {
4975                    "name": "symfony/polyfill",
4976                    "url": "https://github.com/symfony/polyfill"
4977                }
4978            },
4979            "autoload": {
4980                "files": [
4981                    "bootstrap.php"
4982                ],
4983                "psr-4": {
4984                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4985                },
4986                "classmap": [
4987                    "Resources/stubs"
4988                ]
4989            },
4990            "notification-url": "https://packagist.org/downloads/",
4991            "license": [
4992                "MIT"
4993            ],
4994            "authors": [
4995                {
4996                    "name": "Nicolas Grekas",
4997                    "email": "p@tchwork.com"
4998                },
4999                {
5000                    "name": "Symfony Community",
5001                    "homepage": "https://symfony.com/contributors"
5002                }
5003            ],
5004            "description": "Symfony polyfill for intl's Normalizer class and related functions",
5005            "homepage": "https://symfony.com",
5006            "keywords": [
5007                "compatibility",
5008                "intl",
5009                "normalizer",
5010                "polyfill",
5011                "portable",
5012                "shim"
5013            ],
5014            "support": {
5015                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
5016            },
5017            "funding": [
5018                {
5019                    "url": "https://symfony.com/sponsor",
5020                    "type": "custom"
5021                },
5022                {
5023                    "url": "https://github.com/fabpot",
5024                    "type": "github"
5025                },
5026                {
5027                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5028                    "type": "tidelift"
5029                }
5030            ],
5031            "time": "2024-01-29T20:11:03+00:00"
5032        },
5033        {
5034            "name": "symfony/polyfill-mbstring",
5035            "version": "v1.29.0",
5036            "source": {
5037                "type": "git",
5038                "url": "https://github.com/symfony/polyfill-mbstring.git",
5039                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
5040            },
5041            "dist": {
5042                "type": "zip",
5043                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
5044                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
5045                "shasum": ""
5046            },
5047            "require": {
5048                "php": ">=7.1"
5049            },
5050            "provide": {
5051                "ext-mbstring": "*"
5052            },
5053            "suggest": {
5054                "ext-mbstring": "For best performance"
5055            },
5056            "type": "library",
5057            "extra": {
5058                "thanks": {
5059                    "name": "symfony/polyfill",
5060                    "url": "https://github.com/symfony/polyfill"
5061                }
5062            },
5063            "autoload": {
5064                "files": [
5065                    "bootstrap.php"
5066                ],
5067                "psr-4": {
5068                    "Symfony\\Polyfill\\Mbstring\\": ""
5069                }
5070            },
5071            "notification-url": "https://packagist.org/downloads/",
5072            "license": [
5073                "MIT"
5074            ],
5075            "authors": [
5076                {
5077                    "name": "Nicolas Grekas",
5078                    "email": "p@tchwork.com"
5079                },
5080                {
5081                    "name": "Symfony Community",
5082                    "homepage": "https://symfony.com/contributors"
5083                }
5084            ],
5085            "description": "Symfony polyfill for the Mbstring extension",
5086            "homepage": "https://symfony.com",
5087            "keywords": [
5088                "compatibility",
5089                "mbstring",
5090                "polyfill",
5091                "portable",
5092                "shim"
5093            ],
5094            "support": {
5095                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
5096            },
5097            "funding": [
5098                {
5099                    "url": "https://symfony.com/sponsor",
5100                    "type": "custom"
5101                },
5102                {
5103                    "url": "https://github.com/fabpot",
5104                    "type": "github"
5105                },
5106                {
5107                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5108                    "type": "tidelift"
5109                }
5110            ],
5111            "time": "2024-01-29T20:11:03+00:00"
5112        },
5113        {
5114            "name": "symfony/polyfill-php72",
5115            "version": "v1.29.0",
5116            "source": {
5117                "type": "git",
5118                "url": "https://github.com/symfony/polyfill-php72.git",
5119                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
5120            },
5121            "dist": {
5122                "type": "zip",
5123                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
5124                "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
5125                "shasum": ""
5126            },
5127            "require": {
5128                "php": ">=7.1"
5129            },
5130            "type": "library",
5131            "extra": {
5132                "thanks": {
5133                    "name": "symfony/polyfill",
5134                    "url": "https://github.com/symfony/polyfill"
5135                }
5136            },
5137            "autoload": {
5138                "files": [
5139                    "bootstrap.php"
5140                ],
5141                "psr-4": {
5142                    "Symfony\\Polyfill\\Php72\\": ""
5143                }
5144            },
5145            "notification-url": "https://packagist.org/downloads/",
5146            "license": [
5147                "MIT"
5148            ],
5149            "authors": [
5150                {
5151                    "name": "Nicolas Grekas",
5152                    "email": "p@tchwork.com"
5153                },
5154                {
5155                    "name": "Symfony Community",
5156                    "homepage": "https://symfony.com/contributors"
5157                }
5158            ],
5159            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5160            "homepage": "https://symfony.com",
5161            "keywords": [
5162                "compatibility",
5163                "polyfill",
5164                "portable",
5165                "shim"
5166            ],
5167            "support": {
5168                "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
5169            },
5170            "funding": [
5171                {
5172                    "url": "https://symfony.com/sponsor",
5173                    "type": "custom"
5174                },
5175                {
5176                    "url": "https://github.com/fabpot",
5177                    "type": "github"
5178                },
5179                {
5180                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5181                    "type": "tidelift"
5182                }
5183            ],
5184            "time": "2024-01-29T20:11:03+00:00"
5185        },
5186        {
5187            "name": "symfony/polyfill-php80",
5188            "version": "v1.29.0",
5189            "source": {
5190                "type": "git",
5191                "url": "https://github.com/symfony/polyfill-php80.git",
5192                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
5193            },
5194            "dist": {
5195                "type": "zip",
5196                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
5197                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
5198                "shasum": ""
5199            },
5200            "require": {
5201                "php": ">=7.1"
5202            },
5203            "type": "library",
5204            "extra": {
5205                "thanks": {
5206                    "name": "symfony/polyfill",
5207                    "url": "https://github.com/symfony/polyfill"
5208                }
5209            },
5210            "autoload": {
5211                "files": [
5212                    "bootstrap.php"
5213                ],
5214                "psr-4": {
5215                    "Symfony\\Polyfill\\Php80\\": ""
5216                },
5217                "classmap": [
5218                    "Resources/stubs"
5219                ]
5220            },
5221            "notification-url": "https://packagist.org/downloads/",
5222            "license": [
5223                "MIT"
5224            ],
5225            "authors": [
5226                {
5227                    "name": "Ion Bazan",
5228                    "email": "ion.bazan@gmail.com"
5229                },
5230                {
5231                    "name": "Nicolas Grekas",
5232                    "email": "p@tchwork.com"
5233                },
5234                {
5235                    "name": "Symfony Community",
5236                    "homepage": "https://symfony.com/contributors"
5237                }
5238            ],
5239            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5240            "homepage": "https://symfony.com",
5241            "keywords": [
5242                "compatibility",
5243                "polyfill",
5244                "portable",
5245                "shim"
5246            ],
5247            "support": {
5248                "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
5249            },
5250            "funding": [
5251                {
5252                    "url": "https://symfony.com/sponsor",
5253                    "type": "custom"
5254                },
5255                {
5256                    "url": "https://github.com/fabpot",
5257                    "type": "github"
5258                },
5259                {
5260                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5261                    "type": "tidelift"
5262                }
5263            ],
5264            "time": "2024-01-29T20:11:03+00:00"
5265        },
5266        {
5267            "name": "symfony/polyfill-php83",
5268            "version": "v1.29.0",
5269            "source": {
5270                "type": "git",
5271                "url": "https://github.com/symfony/polyfill-php83.git",
5272                "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
5273            },
5274            "dist": {
5275                "type": "zip",
5276                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
5277                "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
5278                "shasum": ""
5279            },
5280            "require": {
5281                "php": ">=7.1",
5282                "symfony/polyfill-php80": "^1.14"
5283            },
5284            "type": "library",
5285            "extra": {
5286                "thanks": {
5287                    "name": "symfony/polyfill",
5288                    "url": "https://github.com/symfony/polyfill"
5289                }
5290            },
5291            "autoload": {
5292                "files": [
5293                    "bootstrap.php"
5294                ],
5295                "psr-4": {
5296                    "Symfony\\Polyfill\\Php83\\": ""
5297                },
5298                "classmap": [
5299                    "Resources/stubs"
5300                ]
5301            },
5302            "notification-url": "https://packagist.org/downloads/",
5303            "license": [
5304                "MIT"
5305            ],
5306            "authors": [
5307                {
5308                    "name": "Nicolas Grekas",
5309                    "email": "p@tchwork.com"
5310                },
5311                {
5312                    "name": "Symfony Community",
5313                    "homepage": "https://symfony.com/contributors"
5314                }
5315            ],
5316            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
5317            "homepage": "https://symfony.com",
5318            "keywords": [
5319                "compatibility",
5320                "polyfill",
5321                "portable",
5322                "shim"
5323            ],
5324            "support": {
5325                "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
5326            },
5327            "funding": [
5328                {
5329                    "url": "https://symfony.com/sponsor",
5330                    "type": "custom"
5331                },
5332                {
5333                    "url": "https://github.com/fabpot",
5334                    "type": "github"
5335                },
5336                {
5337                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5338                    "type": "tidelift"
5339                }
5340            ],
5341            "time": "2024-01-29T20:11:03+00:00"
5342        },
5343        {
5344            "name": "symfony/service-contracts",
5345            "version": "v3.4.1",
5346            "source": {
5347                "type": "git",
5348                "url": "https://github.com/symfony/service-contracts.git",
5349                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
5350            },
5351            "dist": {
5352                "type": "zip",
5353                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
5354                "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
5355                "shasum": ""
5356            },
5357            "require": {
5358                "php": ">=8.1",
5359                "psr/container": "^1.1|^2.0"
5360            },
5361            "conflict": {
5362                "ext-psr": "<1.1|>=2"
5363            },
5364            "type": "library",
5365            "extra": {
5366                "branch-alias": {
5367                    "dev-main": "3.4-dev"
5368                },
5369                "thanks": {
5370                    "name": "symfony/contracts",
5371                    "url": "https://github.com/symfony/contracts"
5372                }
5373            },
5374            "autoload": {
5375                "psr-4": {
5376                    "Symfony\\Contracts\\Service\\": ""
5377                },
5378                "exclude-from-classmap": [
5379                    "/Test/"
5380                ]
5381            },
5382            "notification-url": "https://packagist.org/downloads/",
5383            "license": [
5384                "MIT"
5385            ],
5386            "authors": [
5387                {
5388                    "name": "Nicolas Grekas",
5389                    "email": "p@tchwork.com"
5390                },
5391                {
5392                    "name": "Symfony Community",
5393                    "homepage": "https://symfony.com/contributors"
5394                }
5395            ],
5396            "description": "Generic abstractions related to writing services",
5397            "homepage": "https://symfony.com",
5398            "keywords": [
5399                "abstractions",
5400                "contracts",
5401                "decoupling",
5402                "interfaces",
5403                "interoperability",
5404                "standards"
5405            ],
5406            "support": {
5407                "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
5408            },
5409            "funding": [
5410                {
5411                    "url": "https://symfony.com/sponsor",
5412                    "type": "custom"
5413                },
5414                {
5415                    "url": "https://github.com/fabpot",
5416                    "type": "github"
5417                },
5418                {
5419                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5420                    "type": "tidelift"
5421                }
5422            ],
5423            "time": "2023-12-26T14:02:43+00:00"
5424        },
5425        {
5426            "name": "symfony/string",
5427            "version": "v7.0.4",
5428            "source": {
5429                "type": "git",
5430                "url": "https://github.com/symfony/string.git",
5431                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b"
5432            },
5433            "dist": {
5434                "type": "zip",
5435                "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b",
5436                "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b",
5437                "shasum": ""
5438            },
5439            "require": {
5440                "php": ">=8.2",
5441                "symfony/polyfill-ctype": "~1.8",
5442                "symfony/polyfill-intl-grapheme": "~1.0",
5443                "symfony/polyfill-intl-normalizer": "~1.0",
5444                "symfony/polyfill-mbstring": "~1.0"
5445            },
5446            "conflict": {
5447                "symfony/translation-contracts": "<2.5"
5448            },
5449            "require-dev": {
5450                "symfony/error-handler": "^6.4|^7.0",
5451                "symfony/http-client": "^6.4|^7.0",
5452                "symfony/intl": "^6.4|^7.0",
5453                "symfony/translation-contracts": "^2.5|^3.0",
5454                "symfony/var-exporter": "^6.4|^7.0"
5455            },
5456            "type": "library",
5457            "autoload": {
5458                "files": [
5459                    "Resources/functions.php"
5460                ],
5461                "psr-4": {
5462                    "Symfony\\Component\\String\\": ""
5463                },
5464                "exclude-from-classmap": [
5465                    "/Tests/"
5466                ]
5467            },
5468            "notification-url": "https://packagist.org/downloads/",
5469            "license": [
5470                "MIT"
5471            ],
5472            "authors": [
5473                {
5474                    "name": "Nicolas Grekas",
5475                    "email": "p@tchwork.com"
5476                },
5477                {
5478                    "name": "Symfony Community",
5479                    "homepage": "https://symfony.com/contributors"
5480                }
5481            ],
5482            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
5483            "homepage": "https://symfony.com",
5484            "keywords": [
5485                "grapheme",
5486                "i18n",
5487                "string",
5488                "unicode",
5489                "utf-8",
5490                "utf8"
5491            ],
5492            "support": {
5493                "source": "https://github.com/symfony/string/tree/v7.0.4"
5494            },
5495            "funding": [
5496                {
5497                    "url": "https://symfony.com/sponsor",
5498                    "type": "custom"
5499                },
5500                {
5501                    "url": "https://github.com/fabpot",
5502                    "type": "github"
5503                },
5504                {
5505                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5506                    "type": "tidelift"
5507                }
5508            ],
5509            "time": "2024-02-01T13:17:36+00:00"
5510        },
5511        {
5512            "name": "symfony/translation",
5513            "version": "v7.0.4",
5514            "source": {
5515                "type": "git",
5516                "url": "https://github.com/symfony/translation.git",
5517                "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0"
5518            },
5519            "dist": {
5520                "type": "zip",
5521                "url": "https://api.github.com/repos/symfony/translation/zipball/5b75e872f7d135d7abb4613809fadc8d9f3d30a0",
5522                "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0",
5523                "shasum": ""
5524            },
5525            "require": {
5526                "php": ">=8.2",
5527                "symfony/polyfill-mbstring": "~1.0",
5528                "symfony/translation-contracts": "^2.5|^3.0"
5529            },
5530            "conflict": {
5531                "symfony/config": "<6.4",
5532                "symfony/console": "<6.4",
5533                "symfony/dependency-injection": "<6.4",
5534                "symfony/http-client-contracts": "<2.5",
5535                "symfony/http-kernel": "<6.4",
5536                "symfony/service-contracts": "<2.5",
5537                "symfony/twig-bundle": "<6.4",
5538                "symfony/yaml": "<6.4"
5539            },
5540            "provide": {
5541                "symfony/translation-implementation": "2.3|3.0"
5542            },
5543            "require-dev": {
5544                "nikic/php-parser": "^4.18|^5.0",
5545                "psr/log": "^1|^2|^3",
5546                "symfony/config": "^6.4|^7.0",
5547                "symfony/console": "^6.4|^7.0",
5548                "symfony/dependency-injection": "^6.4|^7.0",
5549                "symfony/finder": "^6.4|^7.0",
5550                "symfony/http-client-contracts": "^2.5|^3.0",
5551                "symfony/http-kernel": "^6.4|^7.0",
5552                "symfony/intl": "^6.4|^7.0",
5553                "symfony/polyfill-intl-icu": "^1.21",
5554                "symfony/routing": "^6.4|^7.0",
5555                "symfony/service-contracts": "^2.5|^3",
5556                "symfony/yaml": "^6.4|^7.0"
5557            },
5558            "type": "library",
5559            "autoload": {
5560                "files": [
5561                    "Resources/functions.php"
5562                ],
5563                "psr-4": {
5564                    "Symfony\\Component\\Translation\\": ""
5565                },
5566                "exclude-from-classmap": [
5567                    "/Tests/"
5568                ]
5569            },
5570            "notification-url": "https://packagist.org/downloads/",
5571            "license": [
5572                "MIT"
5573            ],
5574            "authors": [
5575                {
5576                    "name": "Fabien Potencier",
5577                    "email": "fabien@symfony.com"
5578                },
5579                {
5580                    "name": "Symfony Community",
5581                    "homepage": "https://symfony.com/contributors"
5582                }
5583            ],
5584            "description": "Provides tools to internationalize your application",
5585            "homepage": "https://symfony.com",
5586            "support": {
5587                "source": "https://github.com/symfony/translation/tree/v7.0.4"
5588            },
5589            "funding": [
5590                {
5591                    "url": "https://symfony.com/sponsor",
5592                    "type": "custom"
5593                },
5594                {
5595                    "url": "https://github.com/fabpot",
5596                    "type": "github"
5597                },
5598                {
5599                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5600                    "type": "tidelift"
5601                }
5602            ],
5603            "time": "2024-02-22T20:27:20+00:00"
5604        },
5605        {
5606            "name": "symfony/translation-contracts",
5607            "version": "v3.4.1",
5608            "source": {
5609                "type": "git",
5610                "url": "https://github.com/symfony/translation-contracts.git",
5611                "reference": "06450585bf65e978026bda220cdebca3f867fde7"
5612            },
5613            "dist": {
5614                "type": "zip",
5615                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
5616                "reference": "06450585bf65e978026bda220cdebca3f867fde7",
5617                "shasum": ""
5618            },
5619            "require": {
5620                "php": ">=8.1"
5621            },
5622            "type": "library",
5623            "extra": {
5624                "branch-alias": {
5625                    "dev-main": "3.4-dev"
5626                },
5627                "thanks": {
5628                    "name": "symfony/contracts",
5629                    "url": "https://github.com/symfony/contracts"
5630                }
5631            },
5632            "autoload": {
5633                "psr-4": {
5634                    "Symfony\\Contracts\\Translation\\": ""
5635                },
5636                "exclude-from-classmap": [
5637                    "/Test/"
5638                ]
5639            },
5640            "notification-url": "https://packagist.org/downloads/",
5641            "license": [
5642                "MIT"
5643            ],
5644            "authors": [
5645                {
5646                    "name": "Nicolas Grekas",
5647                    "email": "p@tchwork.com"
5648                },
5649                {
5650                    "name": "Symfony Community",
5651                    "homepage": "https://symfony.com/contributors"
5652                }
5653            ],
5654            "description": "Generic abstractions related to translation",
5655            "homepage": "https://symfony.com",
5656            "keywords": [
5657                "abstractions",
5658                "contracts",
5659                "decoupling",
5660                "interfaces",
5661                "interoperability",
5662                "standards"
5663            ],
5664            "support": {
5665                "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
5666            },
5667            "funding": [
5668                {
5669                    "url": "https://symfony.com/sponsor",
5670                    "type": "custom"
5671                },
5672                {
5673                    "url": "https://github.com/fabpot",
5674                    "type": "github"
5675                },
5676                {
5677                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5678                    "type": "tidelift"
5679                }
5680            ],
5681            "time": "2023-12-26T14:02:43+00:00"
5682        },
5683        {
5684            "name": "symfony/var-exporter",
5685            "version": "v7.0.4",
5686            "source": {
5687                "type": "git",
5688                "url": "https://github.com/symfony/var-exporter.git",
5689                "reference": "dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41"
5690            },
5691            "dist": {
5692                "type": "zip",
5693                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41",
5694                "reference": "dfb0acb6803eb714f05d97dd4c5abe6d5fa9fe41",
5695                "shasum": ""
5696            },
5697            "require": {
5698                "php": ">=8.2"
5699            },
5700            "require-dev": {
5701                "symfony/var-dumper": "^6.4|^7.0"
5702            },
5703            "type": "library",
5704            "autoload": {
5705                "psr-4": {
5706                    "Symfony\\Component\\VarExporter\\": ""
5707                },
5708                "exclude-from-classmap": [
5709                    "/Tests/"
5710                ]
5711            },
5712            "notification-url": "https://packagist.org/downloads/",
5713            "license": [
5714                "MIT"
5715            ],
5716            "authors": [
5717                {
5718                    "name": "Nicolas Grekas",
5719                    "email": "p@tchwork.com"
5720                },
5721                {
5722                    "name": "Symfony Community",
5723                    "homepage": "https://symfony.com/contributors"
5724                }
5725            ],
5726            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
5727            "homepage": "https://symfony.com",
5728            "keywords": [
5729                "clone",
5730                "construct",
5731                "export",
5732                "hydrate",
5733                "instantiate",
5734                "lazy-loading",
5735                "proxy",
5736                "serialize"
5737            ],
5738            "support": {
5739                "source": "https://github.com/symfony/var-exporter/tree/v7.0.4"
5740            },
5741            "funding": [
5742                {
5743                    "url": "https://symfony.com/sponsor",
5744                    "type": "custom"
5745                },
5746                {
5747                    "url": "https://github.com/fabpot",
5748                    "type": "github"
5749                },
5750                {
5751                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5752                    "type": "tidelift"
5753                }
5754            ],
5755            "time": "2024-02-26T10:35:24+00:00"
5756        },
5757        {
5758            "name": "tecnickcom/tcpdf",
5759            "version": "6.7.4",
5760            "source": {
5761                "type": "git",
5762                "url": "https://github.com/tecnickcom/TCPDF.git",
5763                "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937"
5764            },
5765            "dist": {
5766                "type": "zip",
5767                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/d4adef47ca21c90e6483d59dcb9e5b1023696937",
5768                "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937",
5769                "shasum": ""
5770            },
5771            "require": {
5772                "php": ">=5.5.0"
5773            },
5774            "type": "library",
5775            "autoload": {
5776                "classmap": [
5777                    "config",
5778                    "include",
5779                    "tcpdf.php",
5780                    "tcpdf_parser.php",
5781                    "tcpdf_import.php",
5782                    "tcpdf_barcodes_1d.php",
5783                    "tcpdf_barcodes_2d.php",
5784                    "include/tcpdf_colors.php",
5785                    "include/tcpdf_filters.php",
5786                    "include/tcpdf_font_data.php",
5787                    "include/tcpdf_fonts.php",
5788                    "include/tcpdf_images.php",
5789                    "include/tcpdf_static.php",
5790                    "include/barcodes/datamatrix.php",
5791                    "include/barcodes/pdf417.php",
5792                    "include/barcodes/qrcode.php"
5793                ]
5794            },
5795            "notification-url": "https://packagist.org/downloads/",
5796            "license": [
5797                "LGPL-3.0-or-later"
5798            ],
5799            "authors": [
5800                {
5801                    "name": "Nicola Asuni",
5802                    "email": "info@tecnick.com",
5803                    "role": "lead"
5804                }
5805            ],
5806            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5807            "homepage": "http://www.tcpdf.org/",
5808            "keywords": [
5809                "PDFD32000-2008",
5810                "TCPDF",
5811                "barcodes",
5812                "datamatrix",
5813                "pdf",
5814                "pdf417",
5815                "qrcode"
5816            ],
5817            "support": {
5818                "issues": "https://github.com/tecnickcom/TCPDF/issues",
5819                "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.4"
5820            },
5821            "funding": [
5822                {
5823                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5824                    "type": "custom"
5825                }
5826            ],
5827            "time": "2024-03-25T23:56:24+00:00"
5828        },
5829        {
5830            "name": "voku/portable-ascii",
5831            "version": "2.0.1",
5832            "source": {
5833                "type": "git",
5834                "url": "https://github.com/voku/portable-ascii.git",
5835                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
5836            },
5837            "dist": {
5838                "type": "zip",
5839                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
5840                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
5841                "shasum": ""
5842            },
5843            "require": {
5844                "php": ">=7.0.0"
5845            },
5846            "require-dev": {
5847                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
5848            },
5849            "suggest": {
5850                "ext-intl": "Use Intl for transliterator_transliterate() support"
5851            },
5852            "type": "library",
5853            "autoload": {
5854                "psr-4": {
5855                    "voku\\": "src/voku/"
5856                }
5857            },
5858            "notification-url": "https://packagist.org/downloads/",
5859            "license": [
5860                "MIT"
5861            ],
5862            "authors": [
5863                {
5864                    "name": "Lars Moelleken",
5865                    "homepage": "http://www.moelleken.org/"
5866                }
5867            ],
5868            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
5869            "homepage": "https://github.com/voku/portable-ascii",
5870            "keywords": [
5871                "ascii",
5872                "clean",
5873                "php"
5874            ],
5875            "support": {
5876                "issues": "https://github.com/voku/portable-ascii/issues",
5877                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
5878            },
5879            "funding": [
5880                {
5881                    "url": "https://www.paypal.me/moelleken",
5882                    "type": "custom"
5883                },
5884                {
5885                    "url": "https://github.com/voku",
5886                    "type": "github"
5887                },
5888                {
5889                    "url": "https://opencollective.com/portable-ascii",
5890                    "type": "open_collective"
5891                },
5892                {
5893                    "url": "https://www.patreon.com/voku",
5894                    "type": "patreon"
5895                },
5896                {
5897                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
5898                    "type": "tidelift"
5899                }
5900            ],
5901            "time": "2022-03-08T17:03:00+00:00"
5902        }
5903    ],
5904    "packages-dev": [
5905        {
5906            "name": "composer/ca-bundle",
5907            "version": "1.5.0",
5908            "source": {
5909                "type": "git",
5910                "url": "https://github.com/composer/ca-bundle.git",
5911                "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99"
5912            },
5913            "dist": {
5914                "type": "zip",
5915                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
5916                "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
5917                "shasum": ""
5918            },
5919            "require": {
5920                "ext-openssl": "*",
5921                "ext-pcre": "*",
5922                "php": "^7.2 || ^8.0"
5923            },
5924            "require-dev": {
5925                "phpstan/phpstan": "^1.10",
5926                "psr/log": "^1.0",
5927                "symfony/phpunit-bridge": "^4.2 || ^5",
5928                "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5929            },
5930            "type": "library",
5931            "extra": {
5932                "branch-alias": {
5933                    "dev-main": "1.x-dev"
5934                }
5935            },
5936            "autoload": {
5937                "psr-4": {
5938                    "Composer\\CaBundle\\": "src"
5939                }
5940            },
5941            "notification-url": "https://packagist.org/downloads/",
5942            "license": [
5943                "MIT"
5944            ],
5945            "authors": [
5946                {
5947                    "name": "Jordi Boggiano",
5948                    "email": "j.boggiano@seld.be",
5949                    "homepage": "http://seld.be"
5950                }
5951            ],
5952            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
5953            "keywords": [
5954                "cabundle",
5955                "cacert",
5956                "certificate",
5957                "ssl",
5958                "tls"
5959            ],
5960            "support": {
5961                "irc": "irc://irc.freenode.org/composer",
5962                "issues": "https://github.com/composer/ca-bundle/issues",
5963                "source": "https://github.com/composer/ca-bundle/tree/1.5.0"
5964            },
5965            "funding": [
5966                {
5967                    "url": "https://packagist.com",
5968                    "type": "custom"
5969                },
5970                {
5971                    "url": "https://github.com/composer",
5972                    "type": "github"
5973                },
5974                {
5975                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5976                    "type": "tidelift"
5977                }
5978            ],
5979            "time": "2024-03-15T14:00:32+00:00"
5980        },
5981        {
5982            "name": "composer/class-map-generator",
5983            "version": "1.1.1",
5984            "source": {
5985                "type": "git",
5986                "url": "https://github.com/composer/class-map-generator.git",
5987                "reference": "8286a62d243312ed99b3eee20d5005c961adb311"
5988            },
5989            "dist": {
5990                "type": "zip",
5991                "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8286a62d243312ed99b3eee20d5005c961adb311",
5992                "reference": "8286a62d243312ed99b3eee20d5005c961adb311",
5993                "shasum": ""
5994            },
5995            "require": {
5996                "composer/pcre": "^2.1 || ^3.1",
5997                "php": "^7.2 || ^8.0",
5998                "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7"
5999            },
6000            "require-dev": {
6001                "phpstan/phpstan": "^1.6",
6002                "phpstan/phpstan-deprecation-rules": "^1",
6003                "phpstan/phpstan-phpunit": "^1",
6004                "phpstan/phpstan-strict-rules": "^1.1",
6005                "symfony/filesystem": "^5.4 || ^6",
6006                "symfony/phpunit-bridge": "^5"
6007            },
6008            "type": "library",
6009            "extra": {
6010                "branch-alias": {
6011                    "dev-main": "1.x-dev"
6012                }
6013            },
6014            "autoload": {
6015                "psr-4": {
6016                    "Composer\\ClassMapGenerator\\": "src"
6017                }
6018            },
6019            "notification-url": "https://packagist.org/downloads/",
6020            "license": [
6021                "MIT"
6022            ],
6023            "authors": [
6024                {
6025                    "name": "Jordi Boggiano",
6026                    "email": "j.boggiano@seld.be",
6027                    "homepage": "https://seld.be"
6028                }
6029            ],
6030            "description": "Utilities to scan PHP code and generate class maps.",
6031            "keywords": [
6032                "classmap"
6033            ],
6034            "support": {
6035                "issues": "https://github.com/composer/class-map-generator/issues",
6036                "source": "https://github.com/composer/class-map-generator/tree/1.1.1"
6037            },
6038            "funding": [
6039                {
6040                    "url": "https://packagist.com",
6041                    "type": "custom"
6042                },
6043                {
6044                    "url": "https://github.com/composer",
6045                    "type": "github"
6046                },
6047                {
6048                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6049                    "type": "tidelift"
6050                }
6051            ],
6052            "time": "2024-03-15T12:53:41+00:00"
6053        },
6054        {
6055            "name": "composer/composer",
6056            "version": "2.7.2",
6057            "source": {
6058                "type": "git",
6059                "url": "https://github.com/composer/composer.git",
6060                "reference": "b826edb791571ab1eaf281eb1bd6e181a1192adc"
6061            },
6062            "dist": {
6063                "type": "zip",
6064                "url": "https://api.github.com/repos/composer/composer/zipball/b826edb791571ab1eaf281eb1bd6e181a1192adc",
6065                "reference": "b826edb791571ab1eaf281eb1bd6e181a1192adc",
6066                "shasum": ""
6067            },
6068            "require": {
6069                "composer/ca-bundle": "^1.0",
6070                "composer/class-map-generator": "^1.0",
6071                "composer/metadata-minifier": "^1.0",
6072                "composer/pcre": "^2.1 || ^3.1",
6073                "composer/semver": "^3.2.5",
6074                "composer/spdx-licenses": "^1.5.7",
6075                "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
6076                "justinrainbow/json-schema": "^5.2.11",
6077                "php": "^7.2.5 || ^8.0",
6078                "psr/log": "^1.0 || ^2.0 || ^3.0",
6079                "react/promise": "^2.8 || ^3",
6080                "seld/jsonlint": "^1.4",
6081                "seld/phar-utils": "^1.2",
6082                "seld/signal-handler": "^2.0",
6083                "symfony/console": "^5.4.11 || ^6.0.11 || ^7",
6084                "symfony/filesystem": "^5.4 || ^6.0 || ^7",
6085                "symfony/finder": "^5.4 || ^6.0 || ^7",
6086                "symfony/polyfill-php73": "^1.24",
6087                "symfony/polyfill-php80": "^1.24",
6088                "symfony/polyfill-php81": "^1.24",
6089                "symfony/process": "^5.4 || ^6.0 || ^7"
6090            },
6091            "require-dev": {
6092                "phpstan/phpstan": "^1.9.3",
6093                "phpstan/phpstan-deprecation-rules": "^1",
6094                "phpstan/phpstan-phpunit": "^1.0",
6095                "phpstan/phpstan-strict-rules": "^1",
6096                "phpstan/phpstan-symfony": "^1.2.10",
6097                "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
6098            },
6099            "suggest": {
6100                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
6101                "ext-zip": "Enabling the zip extension allows you to unzip archives",
6102                "ext-zlib": "Allow gzip compression of HTTP requests"
6103            },
6104            "bin": [
6105                "bin/composer"
6106            ],
6107            "type": "library",
6108            "extra": {
6109                "branch-alias": {
6110                    "dev-main": "2.7-dev"
6111                },
6112                "phpstan": {
6113                    "includes": [
6114                        "phpstan/rules.neon"
6115                    ]
6116                }
6117            },
6118            "autoload": {
6119                "psr-4": {
6120                    "Composer\\": "src/Composer/"
6121                }
6122            },
6123            "notification-url": "https://packagist.org/downloads/",
6124            "license": [
6125                "MIT"
6126            ],
6127            "authors": [
6128                {
6129                    "name": "Nils Adermann",
6130                    "email": "naderman@naderman.de",
6131                    "homepage": "https://www.naderman.de"
6132                },
6133                {
6134                    "name": "Jordi Boggiano",
6135                    "email": "j.boggiano@seld.be",
6136                    "homepage": "https://seld.be"
6137                }
6138            ],
6139            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
6140            "homepage": "https://getcomposer.org/",
6141            "keywords": [
6142                "autoload",
6143                "dependency",
6144                "package"
6145            ],
6146            "support": {
6147                "irc": "ircs://irc.libera.chat:6697/composer",
6148                "issues": "https://github.com/composer/composer/issues",
6149                "security": "https://github.com/composer/composer/security/policy",
6150                "source": "https://github.com/composer/composer/tree/2.7.2"
6151            },
6152            "funding": [
6153                {
6154                    "url": "https://packagist.com",
6155                    "type": "custom"
6156                },
6157                {
6158                    "url": "https://github.com/composer",
6159                    "type": "github"
6160                },
6161                {
6162                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6163                    "type": "tidelift"
6164                }
6165            ],
6166            "time": "2024-03-11T16:12:18+00:00"
6167        },
6168        {
6169            "name": "composer/metadata-minifier",
6170            "version": "1.0.0",
6171            "source": {
6172                "type": "git",
6173                "url": "https://github.com/composer/metadata-minifier.git",
6174                "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
6175            },
6176            "dist": {
6177                "type": "zip",
6178                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
6179                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
6180                "shasum": ""
6181            },
6182            "require": {
6183                "php": "^5.3.2 || ^7.0 || ^8.0"
6184            },
6185            "require-dev": {
6186                "composer/composer": "^2",
6187                "phpstan/phpstan": "^0.12.55",
6188                "symfony/phpunit-bridge": "^4.2 || ^5"
6189            },
6190            "type": "library",
6191            "extra": {
6192                "branch-alias": {
6193                    "dev-main": "1.x-dev"
6194                }
6195            },
6196            "autoload": {
6197                "psr-4": {
6198                    "Composer\\MetadataMinifier\\": "src"
6199                }
6200            },
6201            "notification-url": "https://packagist.org/downloads/",
6202            "license": [
6203                "MIT"
6204            ],
6205            "authors": [
6206                {
6207                    "name": "Jordi Boggiano",
6208                    "email": "j.boggiano@seld.be",
6209                    "homepage": "http://seld.be"
6210                }
6211            ],
6212            "description": "Small utility library that handles metadata minification and expansion.",
6213            "keywords": [
6214                "composer",
6215                "compression"
6216            ],
6217            "support": {
6218                "issues": "https://github.com/composer/metadata-minifier/issues",
6219                "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
6220            },
6221            "funding": [
6222                {
6223                    "url": "https://packagist.com",
6224                    "type": "custom"
6225                },
6226                {
6227                    "url": "https://github.com/composer",
6228                    "type": "github"
6229                },
6230                {
6231                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6232                    "type": "tidelift"
6233                }
6234            ],
6235            "time": "2021-04-07T13:37:33+00:00"
6236        },
6237        {
6238            "name": "composer/pcre",
6239            "version": "3.1.3",
6240            "source": {
6241                "type": "git",
6242                "url": "https://github.com/composer/pcre.git",
6243                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
6244            },
6245            "dist": {
6246                "type": "zip",
6247                "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
6248                "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
6249                "shasum": ""
6250            },
6251            "require": {
6252                "php": "^7.4 || ^8.0"
6253            },
6254            "require-dev": {
6255                "phpstan/phpstan": "^1.3",
6256                "phpstan/phpstan-strict-rules": "^1.1",
6257                "symfony/phpunit-bridge": "^5"
6258            },
6259            "type": "library",
6260            "extra": {
6261                "branch-alias": {
6262                    "dev-main": "3.x-dev"
6263                }
6264            },
6265            "autoload": {
6266                "psr-4": {
6267                    "Composer\\Pcre\\": "src"
6268                }
6269            },
6270            "notification-url": "https://packagist.org/downloads/",
6271            "license": [
6272                "MIT"
6273            ],
6274            "authors": [
6275                {
6276                    "name": "Jordi Boggiano",
6277                    "email": "j.boggiano@seld.be",
6278                    "homepage": "http://seld.be"
6279                }
6280            ],
6281            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
6282            "keywords": [
6283                "PCRE",
6284                "preg",
6285                "regex",
6286                "regular expression"
6287            ],
6288            "support": {
6289                "issues": "https://github.com/composer/pcre/issues",
6290                "source": "https://github.com/composer/pcre/tree/3.1.3"
6291            },
6292            "funding": [
6293                {
6294                    "url": "https://packagist.com",
6295                    "type": "custom"
6296                },
6297                {
6298                    "url": "https://github.com/composer",
6299                    "type": "github"
6300                },
6301                {
6302                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6303                    "type": "tidelift"
6304                }
6305            ],
6306            "time": "2024-03-19T10:26:25+00:00"
6307        },
6308        {
6309            "name": "composer/semver",
6310            "version": "3.4.0",
6311            "source": {
6312                "type": "git",
6313                "url": "https://github.com/composer/semver.git",
6314                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
6315            },
6316            "dist": {
6317                "type": "zip",
6318                "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
6319                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
6320                "shasum": ""
6321            },
6322            "require": {
6323                "php": "^5.3.2 || ^7.0 || ^8.0"
6324            },
6325            "require-dev": {
6326                "phpstan/phpstan": "^1.4",
6327                "symfony/phpunit-bridge": "^4.2 || ^5"
6328            },
6329            "type": "library",
6330            "extra": {
6331                "branch-alias": {
6332                    "dev-main": "3.x-dev"
6333                }
6334            },
6335            "autoload": {
6336                "psr-4": {
6337                    "Composer\\Semver\\": "src"
6338                }
6339            },
6340            "notification-url": "https://packagist.org/downloads/",
6341            "license": [
6342                "MIT"
6343            ],
6344            "authors": [
6345                {
6346                    "name": "Nils Adermann",
6347                    "email": "naderman@naderman.de",
6348                    "homepage": "http://www.naderman.de"
6349                },
6350                {
6351                    "name": "Jordi Boggiano",
6352                    "email": "j.boggiano@seld.be",
6353                    "homepage": "http://seld.be"
6354                },
6355                {
6356                    "name": "Rob Bast",
6357                    "email": "rob.bast@gmail.com",
6358                    "homepage": "http://robbast.nl"
6359                }
6360            ],
6361            "description": "Semver library that offers utilities, version constraint parsing and validation.",
6362            "keywords": [
6363                "semantic",
6364                "semver",
6365                "validation",
6366                "versioning"
6367            ],
6368            "support": {
6369                "irc": "ircs://irc.libera.chat:6697/composer",
6370                "issues": "https://github.com/composer/semver/issues",
6371                "source": "https://github.com/composer/semver/tree/3.4.0"
6372            },
6373            "funding": [
6374                {
6375                    "url": "https://packagist.com",
6376                    "type": "custom"
6377                },
6378                {
6379                    "url": "https://github.com/composer",
6380                    "type": "github"
6381                },
6382                {
6383                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6384                    "type": "tidelift"
6385                }
6386            ],
6387            "time": "2023-08-31T09:50:34+00:00"
6388        },
6389        {
6390            "name": "composer/spdx-licenses",
6391            "version": "1.5.8",
6392            "source": {
6393                "type": "git",
6394                "url": "https://github.com/composer/spdx-licenses.git",
6395                "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a"
6396            },
6397            "dist": {
6398                "type": "zip",
6399                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
6400                "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a",
6401                "shasum": ""
6402            },
6403            "require": {
6404                "php": "^5.3.2 || ^7.0 || ^8.0"
6405            },
6406            "require-dev": {
6407                "phpstan/phpstan": "^0.12.55",
6408                "symfony/phpunit-bridge": "^4.2 || ^5"
6409            },
6410            "type": "library",
6411            "extra": {
6412                "branch-alias": {
6413                    "dev-main": "1.x-dev"
6414                }
6415            },
6416            "autoload": {
6417                "psr-4": {
6418                    "Composer\\Spdx\\": "src"
6419                }
6420            },
6421            "notification-url": "https://packagist.org/downloads/",
6422            "license": [
6423                "MIT"
6424            ],
6425            "authors": [
6426                {
6427                    "name": "Nils Adermann",
6428                    "email": "naderman@naderman.de",
6429                    "homepage": "http://www.naderman.de"
6430                },
6431                {
6432                    "name": "Jordi Boggiano",
6433                    "email": "j.boggiano@seld.be",
6434                    "homepage": "http://seld.be"
6435                },
6436                {
6437                    "name": "Rob Bast",
6438                    "email": "rob.bast@gmail.com",
6439                    "homepage": "http://robbast.nl"
6440                }
6441            ],
6442            "description": "SPDX licenses list and validation library.",
6443            "keywords": [
6444                "license",
6445                "spdx",
6446                "validator"
6447            ],
6448            "support": {
6449                "irc": "ircs://irc.libera.chat:6697/composer",
6450                "issues": "https://github.com/composer/spdx-licenses/issues",
6451                "source": "https://github.com/composer/spdx-licenses/tree/1.5.8"
6452            },
6453            "funding": [
6454                {
6455                    "url": "https://packagist.com",
6456                    "type": "custom"
6457                },
6458                {
6459                    "url": "https://github.com/composer",
6460                    "type": "github"
6461                },
6462                {
6463                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6464                    "type": "tidelift"
6465                }
6466            ],
6467            "time": "2023-11-20T07:44:33+00:00"
6468        },
6469        {
6470            "name": "composer/xdebug-handler",
6471            "version": "3.0.3",
6472            "source": {
6473                "type": "git",
6474                "url": "https://github.com/composer/xdebug-handler.git",
6475                "reference": "ced299686f41dce890debac69273b47ffe98a40c"
6476            },
6477            "dist": {
6478                "type": "zip",
6479                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
6480                "reference": "ced299686f41dce890debac69273b47ffe98a40c",
6481                "shasum": ""
6482            },
6483            "require": {
6484                "composer/pcre": "^1 || ^2 || ^3",
6485                "php": "^7.2.5 || ^8.0",
6486                "psr/log": "^1 || ^2 || ^3"
6487            },
6488            "require-dev": {
6489                "phpstan/phpstan": "^1.0",
6490                "phpstan/phpstan-strict-rules": "^1.1",
6491                "symfony/phpunit-bridge": "^6.0"
6492            },
6493            "type": "library",
6494            "autoload": {
6495                "psr-4": {
6496                    "Composer\\XdebugHandler\\": "src"
6497                }
6498            },
6499            "notification-url": "https://packagist.org/downloads/",
6500            "license": [
6501                "MIT"
6502            ],
6503            "authors": [
6504                {
6505                    "name": "John Stevenson",
6506                    "email": "john-stevenson@blueyonder.co.uk"
6507                }
6508            ],
6509            "description": "Restarts a process without Xdebug.",
6510            "keywords": [
6511                "Xdebug",
6512                "performance"
6513            ],
6514            "support": {
6515                "irc": "irc://irc.freenode.org/composer",
6516                "issues": "https://github.com/composer/xdebug-handler/issues",
6517                "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
6518            },
6519            "funding": [
6520                {
6521                    "url": "https://packagist.com",
6522                    "type": "custom"
6523                },
6524                {
6525                    "url": "https://github.com/composer",
6526                    "type": "github"
6527                },
6528                {
6529                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6530                    "type": "tidelift"
6531                }
6532            ],
6533            "time": "2022-02-25T21:32:43+00:00"
6534        },
6535        {
6536            "name": "justinrainbow/json-schema",
6537            "version": "v5.2.13",
6538            "source": {
6539                "type": "git",
6540                "url": "https://github.com/justinrainbow/json-schema.git",
6541                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
6542            },
6543            "dist": {
6544                "type": "zip",
6545                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
6546                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
6547                "shasum": ""
6548            },
6549            "require": {
6550                "php": ">=5.3.3"
6551            },
6552            "require-dev": {
6553                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
6554                "json-schema/json-schema-test-suite": "1.2.0",
6555                "phpunit/phpunit": "^4.8.35"
6556            },
6557            "bin": [
6558                "bin/validate-json"
6559            ],
6560            "type": "library",
6561            "extra": {
6562                "branch-alias": {
6563                    "dev-master": "5.0.x-dev"
6564                }
6565            },
6566            "autoload": {
6567                "psr-4": {
6568                    "JsonSchema\\": "src/JsonSchema/"
6569                }
6570            },
6571            "notification-url": "https://packagist.org/downloads/",
6572            "license": [
6573                "MIT"
6574            ],
6575            "authors": [
6576                {
6577                    "name": "Bruno Prieto Reis",
6578                    "email": "bruno.p.reis@gmail.com"
6579                },
6580                {
6581                    "name": "Justin Rainbow",
6582                    "email": "justin.rainbow@gmail.com"
6583                },
6584                {
6585                    "name": "Igor Wiedler",
6586                    "email": "igor@wiedler.ch"
6587                },
6588                {
6589                    "name": "Robert Schönthal",
6590                    "email": "seroscho@googlemail.com"
6591                }
6592            ],
6593            "description": "A library to validate a json schema.",
6594            "homepage": "https://github.com/justinrainbow/json-schema",
6595            "keywords": [
6596                "json",
6597                "schema"
6598            ],
6599            "support": {
6600                "issues": "https://github.com/justinrainbow/json-schema/issues",
6601                "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
6602            },
6603            "time": "2023-09-26T02:20:38+00:00"
6604        },
6605        {
6606            "name": "league/flysystem-memory",
6607            "version": "3.25.1",
6608            "source": {
6609                "type": "git",
6610                "url": "https://github.com/thephpleague/flysystem-memory.git",
6611                "reference": "0a0ea723243bd8dbc2be04e98ba59418148006ac"
6612            },
6613            "dist": {
6614                "type": "zip",
6615                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/0a0ea723243bd8dbc2be04e98ba59418148006ac",
6616                "reference": "0a0ea723243bd8dbc2be04e98ba59418148006ac",
6617                "shasum": ""
6618            },
6619            "require": {
6620                "ext-fileinfo": "*",
6621                "league/flysystem": "^3.0.0",
6622                "php": "^8.0.2"
6623            },
6624            "type": "library",
6625            "autoload": {
6626                "psr-4": {
6627                    "League\\Flysystem\\InMemory\\": ""
6628                }
6629            },
6630            "notification-url": "https://packagist.org/downloads/",
6631            "license": [
6632                "MIT"
6633            ],
6634            "authors": [
6635                {
6636                    "name": "Frank de Jonge",
6637                    "email": "info@frankdejonge.nl"
6638                }
6639            ],
6640            "description": "In-memory filesystem adapter for Flysystem.",
6641            "keywords": [
6642                "Flysystem",
6643                "file",
6644                "files",
6645                "filesystem",
6646                "memory"
6647            ],
6648            "support": {
6649                "source": "https://github.com/thephpleague/flysystem-memory/tree/3.25.1"
6650            },
6651            "funding": [
6652                {
6653                    "url": "https://ecologi.com/frankdejonge",
6654                    "type": "custom"
6655                },
6656                {
6657                    "url": "https://github.com/frankdejonge",
6658                    "type": "github"
6659                }
6660            ],
6661            "time": "2024-03-15T19:58:44+00:00"
6662        },
6663        {
6664            "name": "myclabs/deep-copy",
6665            "version": "1.11.1",
6666            "source": {
6667                "type": "git",
6668                "url": "https://github.com/myclabs/DeepCopy.git",
6669                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
6670            },
6671            "dist": {
6672                "type": "zip",
6673                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
6674                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
6675                "shasum": ""
6676            },
6677            "require": {
6678                "php": "^7.1 || ^8.0"
6679            },
6680            "conflict": {
6681                "doctrine/collections": "<1.6.8",
6682                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
6683            },
6684            "require-dev": {
6685                "doctrine/collections": "^1.6.8",
6686                "doctrine/common": "^2.13.3 || ^3.2.2",
6687                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
6688            },
6689            "type": "library",
6690            "autoload": {
6691                "files": [
6692                    "src/DeepCopy/deep_copy.php"
6693                ],
6694                "psr-4": {
6695                    "DeepCopy\\": "src/DeepCopy/"
6696                }
6697            },
6698            "notification-url": "https://packagist.org/downloads/",
6699            "license": [
6700                "MIT"
6701            ],
6702            "description": "Create deep copies (clones) of your objects",
6703            "keywords": [
6704                "clone",
6705                "copy",
6706                "duplicate",
6707                "object",
6708                "object graph"
6709            ],
6710            "support": {
6711                "issues": "https://github.com/myclabs/DeepCopy/issues",
6712                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
6713            },
6714            "funding": [
6715                {
6716                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6717                    "type": "tidelift"
6718                }
6719            ],
6720            "time": "2023-03-08T13:26:56+00:00"
6721        },
6722        {
6723            "name": "nikic/php-parser",
6724            "version": "v5.0.2",
6725            "source": {
6726                "type": "git",
6727                "url": "https://github.com/nikic/PHP-Parser.git",
6728                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
6729            },
6730            "dist": {
6731                "type": "zip",
6732                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
6733                "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
6734                "shasum": ""
6735            },
6736            "require": {
6737                "ext-ctype": "*",
6738                "ext-json": "*",
6739                "ext-tokenizer": "*",
6740                "php": ">=7.4"
6741            },
6742            "require-dev": {
6743                "ircmaxell/php-yacc": "^0.0.7",
6744                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
6745            },
6746            "bin": [
6747                "bin/php-parse"
6748            ],
6749            "type": "library",
6750            "extra": {
6751                "branch-alias": {
6752                    "dev-master": "5.0-dev"
6753                }
6754            },
6755            "autoload": {
6756                "psr-4": {
6757                    "PhpParser\\": "lib/PhpParser"
6758                }
6759            },
6760            "notification-url": "https://packagist.org/downloads/",
6761            "license": [
6762                "BSD-3-Clause"
6763            ],
6764            "authors": [
6765                {
6766                    "name": "Nikita Popov"
6767                }
6768            ],
6769            "description": "A PHP parser written in PHP",
6770            "keywords": [
6771                "parser",
6772                "php"
6773            ],
6774            "support": {
6775                "issues": "https://github.com/nikic/PHP-Parser/issues",
6776                "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
6777            },
6778            "time": "2024-03-05T20:51:40+00:00"
6779        },
6780        {
6781            "name": "phar-io/manifest",
6782            "version": "2.0.4",
6783            "source": {
6784                "type": "git",
6785                "url": "https://github.com/phar-io/manifest.git",
6786                "reference": "54750ef60c58e43759730615a392c31c80e23176"
6787            },
6788            "dist": {
6789                "type": "zip",
6790                "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
6791                "reference": "54750ef60c58e43759730615a392c31c80e23176",
6792                "shasum": ""
6793            },
6794            "require": {
6795                "ext-dom": "*",
6796                "ext-libxml": "*",
6797                "ext-phar": "*",
6798                "ext-xmlwriter": "*",
6799                "phar-io/version": "^3.0.1",
6800                "php": "^7.2 || ^8.0"
6801            },
6802            "type": "library",
6803            "extra": {
6804                "branch-alias": {
6805                    "dev-master": "2.0.x-dev"
6806                }
6807            },
6808            "autoload": {
6809                "classmap": [
6810                    "src/"
6811                ]
6812            },
6813            "notification-url": "https://packagist.org/downloads/",
6814            "license": [
6815                "BSD-3-Clause"
6816            ],
6817            "authors": [
6818                {
6819                    "name": "Arne Blankerts",
6820                    "email": "arne@blankerts.de",
6821                    "role": "Developer"
6822                },
6823                {
6824                    "name": "Sebastian Heuer",
6825                    "email": "sebastian@phpeople.de",
6826                    "role": "Developer"
6827                },
6828                {
6829                    "name": "Sebastian Bergmann",
6830                    "email": "sebastian@phpunit.de",
6831                    "role": "Developer"
6832                }
6833            ],
6834            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6835            "support": {
6836                "issues": "https://github.com/phar-io/manifest/issues",
6837                "source": "https://github.com/phar-io/manifest/tree/2.0.4"
6838            },
6839            "funding": [
6840                {
6841                    "url": "https://github.com/theseer",
6842                    "type": "github"
6843                }
6844            ],
6845            "time": "2024-03-03T12:33:53+00:00"
6846        },
6847        {
6848            "name": "phar-io/version",
6849            "version": "3.2.1",
6850            "source": {
6851                "type": "git",
6852                "url": "https://github.com/phar-io/version.git",
6853                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
6854            },
6855            "dist": {
6856                "type": "zip",
6857                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6858                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
6859                "shasum": ""
6860            },
6861            "require": {
6862                "php": "^7.2 || ^8.0"
6863            },
6864            "type": "library",
6865            "autoload": {
6866                "classmap": [
6867                    "src/"
6868                ]
6869            },
6870            "notification-url": "https://packagist.org/downloads/",
6871            "license": [
6872                "BSD-3-Clause"
6873            ],
6874            "authors": [
6875                {
6876                    "name": "Arne Blankerts",
6877                    "email": "arne@blankerts.de",
6878                    "role": "Developer"
6879                },
6880                {
6881                    "name": "Sebastian Heuer",
6882                    "email": "sebastian@phpeople.de",
6883                    "role": "Developer"
6884                },
6885                {
6886                    "name": "Sebastian Bergmann",
6887                    "email": "sebastian@phpunit.de",
6888                    "role": "Developer"
6889                }
6890            ],
6891            "description": "Library for handling version information and constraints",
6892            "support": {
6893                "issues": "https://github.com/phar-io/version/issues",
6894                "source": "https://github.com/phar-io/version/tree/3.2.1"
6895            },
6896            "time": "2022-02-21T01:04:05+00:00"
6897        },
6898        {
6899            "name": "php-coveralls/php-coveralls",
6900            "version": "v2.7.0",
6901            "source": {
6902                "type": "git",
6903                "url": "https://github.com/php-coveralls/php-coveralls.git",
6904                "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15"
6905            },
6906            "dist": {
6907                "type": "zip",
6908                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/b36fa4394e519dafaddc04ae03976bc65a25ba15",
6909                "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15",
6910                "shasum": ""
6911            },
6912            "require": {
6913                "ext-json": "*",
6914                "ext-simplexml": "*",
6915                "guzzlehttp/guzzle": "^6.0 || ^7.0",
6916                "php": "^7.0 || ^8.0",
6917                "psr/log": "^1.0 || ^2.0",
6918                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6919                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6920                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
6921                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
6922            },
6923            "require-dev": {
6924                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23",
6925                "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
6926            },
6927            "suggest": {
6928                "symfony/http-kernel": "Allows Symfony integration"
6929            },
6930            "bin": [
6931                "bin/php-coveralls"
6932            ],
6933            "type": "library",
6934            "autoload": {
6935                "psr-4": {
6936                    "PhpCoveralls\\": "src/"
6937                }
6938            },
6939            "notification-url": "https://packagist.org/downloads/",
6940            "license": [
6941                "MIT"
6942            ],
6943            "authors": [
6944                {
6945                    "name": "Kitamura Satoshi",
6946                    "email": "with.no.parachute@gmail.com",
6947                    "homepage": "https://www.facebook.com/satooshi.jp",
6948                    "role": "Original creator"
6949                },
6950                {
6951                    "name": "Takashi Matsuo",
6952                    "email": "tmatsuo@google.com"
6953                },
6954                {
6955                    "name": "Google Inc"
6956                },
6957                {
6958                    "name": "Dariusz Ruminski",
6959                    "email": "dariusz.ruminski@gmail.com",
6960                    "homepage": "https://github.com/keradus"
6961                },
6962                {
6963                    "name": "Contributors",
6964                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
6965                }
6966            ],
6967            "description": "PHP client library for Coveralls API",
6968            "homepage": "https://github.com/php-coveralls/php-coveralls",
6969            "keywords": [
6970                "ci",
6971                "coverage",
6972                "github",
6973                "test"
6974            ],
6975            "support": {
6976                "issues": "https://github.com/php-coveralls/php-coveralls/issues",
6977                "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.7.0"
6978            },
6979            "time": "2023-11-22T10:21:01+00:00"
6980        },
6981        {
6982            "name": "phpunit/php-code-coverage",
6983            "version": "11.0.3",
6984            "source": {
6985                "type": "git",
6986                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6987                "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92"
6988            },
6989            "dist": {
6990                "type": "zip",
6991                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e35a2cbcabac0e6865fd373742ea432a3c34f92",
6992                "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92",
6993                "shasum": ""
6994            },
6995            "require": {
6996                "ext-dom": "*",
6997                "ext-libxml": "*",
6998                "ext-xmlwriter": "*",
6999                "nikic/php-parser": "^5.0",
7000                "php": ">=8.2",
7001                "phpunit/php-file-iterator": "^5.0",
7002                "phpunit/php-text-template": "^4.0",
7003                "sebastian/code-unit-reverse-lookup": "^4.0",
7004                "sebastian/complexity": "^4.0",
7005                "sebastian/environment": "^7.0",
7006                "sebastian/lines-of-code": "^3.0",
7007                "sebastian/version": "^5.0",
7008                "theseer/tokenizer": "^1.2.0"
7009            },
7010            "require-dev": {
7011                "phpunit/phpunit": "^11.0"
7012            },
7013            "suggest": {
7014                "ext-pcov": "PHP extension that provides line coverage",
7015                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
7016            },
7017            "type": "library",
7018            "extra": {
7019                "branch-alias": {
7020                    "dev-main": "11.0-dev"
7021                }
7022            },
7023            "autoload": {
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": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7040            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7041            "keywords": [
7042                "coverage",
7043                "testing",
7044                "xunit"
7045            ],
7046            "support": {
7047                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
7048                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
7049                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.3"
7050            },
7051            "funding": [
7052                {
7053                    "url": "https://github.com/sebastianbergmann",
7054                    "type": "github"
7055                }
7056            ],
7057            "time": "2024-03-12T15:35:40+00:00"
7058        },
7059        {
7060            "name": "phpunit/php-file-iterator",
7061            "version": "5.0.0",
7062            "source": {
7063                "type": "git",
7064                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7065                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210"
7066            },
7067            "dist": {
7068                "type": "zip",
7069                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/99e95c94ad9500daca992354fa09d7b99abe2210",
7070                "reference": "99e95c94ad9500daca992354fa09d7b99abe2210",
7071                "shasum": ""
7072            },
7073            "require": {
7074                "php": ">=8.2"
7075            },
7076            "require-dev": {
7077                "phpunit/phpunit": "^11.0"
7078            },
7079            "type": "library",
7080            "extra": {
7081                "branch-alias": {
7082                    "dev-main": "5.0-dev"
7083                }
7084            },
7085            "autoload": {
7086                "classmap": [
7087                    "src/"
7088                ]
7089            },
7090            "notification-url": "https://packagist.org/downloads/",
7091            "license": [
7092                "BSD-3-Clause"
7093            ],
7094            "authors": [
7095                {
7096                    "name": "Sebastian Bergmann",
7097                    "email": "sebastian@phpunit.de",
7098                    "role": "lead"
7099                }
7100            ],
7101            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7102            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7103            "keywords": [
7104                "filesystem",
7105                "iterator"
7106            ],
7107            "support": {
7108                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
7109                "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
7110                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.0"
7111            },
7112            "funding": [
7113                {
7114                    "url": "https://github.com/sebastianbergmann",
7115                    "type": "github"
7116                }
7117            ],
7118            "time": "2024-02-02T06:05:04+00:00"
7119        },
7120        {
7121            "name": "phpunit/php-invoker",
7122            "version": "5.0.0",
7123            "source": {
7124                "type": "git",
7125                "url": "https://github.com/sebastianbergmann/php-invoker.git",
7126                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be"
7127            },
7128            "dist": {
7129                "type": "zip",
7130                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5d8d9355a16d8cc5a1305b0a85342cfa420612be",
7131                "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be",
7132                "shasum": ""
7133            },
7134            "require": {
7135                "php": ">=8.2"
7136            },
7137            "require-dev": {
7138                "ext-pcntl": "*",
7139                "phpunit/phpunit": "^11.0"
7140            },
7141            "suggest": {
7142                "ext-pcntl": "*"
7143            },
7144            "type": "library",
7145            "extra": {
7146                "branch-alias": {
7147                    "dev-main": "5.0-dev"
7148                }
7149            },
7150            "autoload": {
7151                "classmap": [
7152                    "src/"
7153                ]
7154            },
7155            "notification-url": "https://packagist.org/downloads/",
7156            "license": [
7157                "BSD-3-Clause"
7158            ],
7159            "authors": [
7160                {
7161                    "name": "Sebastian Bergmann",
7162                    "email": "sebastian@phpunit.de",
7163                    "role": "lead"
7164                }
7165            ],
7166            "description": "Invoke callables with a timeout",
7167            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
7168            "keywords": [
7169                "process"
7170            ],
7171            "support": {
7172                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
7173                "security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
7174                "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.0"
7175            },
7176            "funding": [
7177                {
7178                    "url": "https://github.com/sebastianbergmann",
7179                    "type": "github"
7180                }
7181            ],
7182            "time": "2024-02-02T06:05:50+00:00"
7183        },
7184        {
7185            "name": "phpunit/php-text-template",
7186            "version": "4.0.0",
7187            "source": {
7188                "type": "git",
7189                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7190                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e"
7191            },
7192            "dist": {
7193                "type": "zip",
7194                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e",
7195                "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e",
7196                "shasum": ""
7197            },
7198            "require": {
7199                "php": ">=8.2"
7200            },
7201            "require-dev": {
7202                "phpunit/phpunit": "^11.0"
7203            },
7204            "type": "library",
7205            "extra": {
7206                "branch-alias": {
7207                    "dev-main": "4.0-dev"
7208                }
7209            },
7210            "autoload": {
7211                "classmap": [
7212                    "src/"
7213                ]
7214            },
7215            "notification-url": "https://packagist.org/downloads/",
7216            "license": [
7217                "BSD-3-Clause"
7218            ],
7219            "authors": [
7220                {
7221                    "name": "Sebastian Bergmann",
7222                    "email": "sebastian@phpunit.de",
7223                    "role": "lead"
7224                }
7225            ],
7226            "description": "Simple template engine.",
7227            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7228            "keywords": [
7229                "template"
7230            ],
7231            "support": {
7232                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
7233                "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
7234                "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.0"
7235            },
7236            "funding": [
7237                {
7238                    "url": "https://github.com/sebastianbergmann",
7239                    "type": "github"
7240                }
7241            ],
7242            "time": "2024-02-02T06:06:56+00:00"
7243        },
7244        {
7245            "name": "phpunit/php-timer",
7246            "version": "7.0.0",
7247            "source": {
7248                "type": "git",
7249                "url": "https://github.com/sebastianbergmann/php-timer.git",
7250                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5"
7251            },
7252            "dist": {
7253                "type": "zip",
7254                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5",
7255                "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5",
7256                "shasum": ""
7257            },
7258            "require": {
7259                "php": ">=8.2"
7260            },
7261            "require-dev": {
7262                "phpunit/phpunit": "^11.0"
7263            },
7264            "type": "library",
7265            "extra": {
7266                "branch-alias": {
7267                    "dev-main": "7.0-dev"
7268                }
7269            },
7270            "autoload": {
7271                "classmap": [
7272                    "src/"
7273                ]
7274            },
7275            "notification-url": "https://packagist.org/downloads/",
7276            "license": [
7277                "BSD-3-Clause"
7278            ],
7279            "authors": [
7280                {
7281                    "name": "Sebastian Bergmann",
7282                    "email": "sebastian@phpunit.de",
7283                    "role": "lead"
7284                }
7285            ],
7286            "description": "Utility class for timing",
7287            "homepage": "https://github.com/sebastianbergmann/php-timer/",
7288            "keywords": [
7289                "timer"
7290            ],
7291            "support": {
7292                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
7293                "security": "https://github.com/sebastianbergmann/php-timer/security/policy",
7294                "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0"
7295            },
7296            "funding": [
7297                {
7298                    "url": "https://github.com/sebastianbergmann",
7299                    "type": "github"
7300                }
7301            ],
7302            "time": "2024-02-02T06:08:01+00:00"
7303        },
7304        {
7305            "name": "phpunit/phpunit",
7306            "version": "11.0.8",
7307            "source": {
7308                "type": "git",
7309                "url": "https://github.com/sebastianbergmann/phpunit.git",
7310                "reference": "48ea58408879a9aad630022186398364051482fc"
7311            },
7312            "dist": {
7313                "type": "zip",
7314                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/48ea58408879a9aad630022186398364051482fc",
7315                "reference": "48ea58408879a9aad630022186398364051482fc",
7316                "shasum": ""
7317            },
7318            "require": {
7319                "ext-dom": "*",
7320                "ext-json": "*",
7321                "ext-libxml": "*",
7322                "ext-mbstring": "*",
7323                "ext-xml": "*",
7324                "ext-xmlwriter": "*",
7325                "myclabs/deep-copy": "^1.10.1",
7326                "phar-io/manifest": "^2.0.3",
7327                "phar-io/version": "^3.0.2",
7328                "php": ">=8.2",
7329                "phpunit/php-code-coverage": "^11.0",
7330                "phpunit/php-file-iterator": "^5.0",
7331                "phpunit/php-invoker": "^5.0",
7332                "phpunit/php-text-template": "^4.0",
7333                "phpunit/php-timer": "^7.0",
7334                "sebastian/cli-parser": "^3.0",
7335                "sebastian/code-unit": "^3.0",
7336                "sebastian/comparator": "^6.0",
7337                "sebastian/diff": "^6.0",
7338                "sebastian/environment": "^7.0",
7339                "sebastian/exporter": "^6.0",
7340                "sebastian/global-state": "^7.0",
7341                "sebastian/object-enumerator": "^6.0",
7342                "sebastian/type": "^5.0",
7343                "sebastian/version": "^5.0"
7344            },
7345            "suggest": {
7346                "ext-soap": "To be able to generate mocks based on WSDL files"
7347            },
7348            "bin": [
7349                "phpunit"
7350            ],
7351            "type": "library",
7352            "extra": {
7353                "branch-alias": {
7354                    "dev-main": "11.0-dev"
7355                }
7356            },
7357            "autoload": {
7358                "files": [
7359                    "src/Framework/Assert/Functions.php"
7360                ],
7361                "classmap": [
7362                    "src/"
7363                ]
7364            },
7365            "notification-url": "https://packagist.org/downloads/",
7366            "license": [
7367                "BSD-3-Clause"
7368            ],
7369            "authors": [
7370                {
7371                    "name": "Sebastian Bergmann",
7372                    "email": "sebastian@phpunit.de",
7373                    "role": "lead"
7374                }
7375            ],
7376            "description": "The PHP Unit Testing framework.",
7377            "homepage": "https://phpunit.de/",
7378            "keywords": [
7379                "phpunit",
7380                "testing",
7381                "xunit"
7382            ],
7383            "support": {
7384                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7385                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
7386                "source": "https://github.com/sebastianbergmann/phpunit/tree/11.0.8"
7387            },
7388            "funding": [
7389                {
7390                    "url": "https://phpunit.de/sponsors.html",
7391                    "type": "custom"
7392                },
7393                {
7394                    "url": "https://github.com/sebastianbergmann",
7395                    "type": "github"
7396                },
7397                {
7398                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
7399                    "type": "tidelift"
7400                }
7401            ],
7402            "time": "2024-03-22T04:21:01+00:00"
7403        },
7404        {
7405            "name": "react/promise",
7406            "version": "v3.1.0",
7407            "source": {
7408                "type": "git",
7409                "url": "https://github.com/reactphp/promise.git",
7410                "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c"
7411            },
7412            "dist": {
7413                "type": "zip",
7414                "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
7415                "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c",
7416                "shasum": ""
7417            },
7418            "require": {
7419                "php": ">=7.1.0"
7420            },
7421            "require-dev": {
7422                "phpstan/phpstan": "1.10.39 || 1.4.10",
7423                "phpunit/phpunit": "^9.6 || ^7.5"
7424            },
7425            "type": "library",
7426            "autoload": {
7427                "files": [
7428                    "src/functions_include.php"
7429                ],
7430                "psr-4": {
7431                    "React\\Promise\\": "src/"
7432                }
7433            },
7434            "notification-url": "https://packagist.org/downloads/",
7435            "license": [
7436                "MIT"
7437            ],
7438            "authors": [
7439                {
7440                    "name": "Jan Sorgalla",
7441                    "email": "jsorgalla@gmail.com",
7442                    "homepage": "https://sorgalla.com/"
7443                },
7444                {
7445                    "name": "Christian Lück",
7446                    "email": "christian@clue.engineering",
7447                    "homepage": "https://clue.engineering/"
7448                },
7449                {
7450                    "name": "Cees-Jan Kiewiet",
7451                    "email": "reactphp@ceesjankiewiet.nl",
7452                    "homepage": "https://wyrihaximus.net/"
7453                },
7454                {
7455                    "name": "Chris Boden",
7456                    "email": "cboden@gmail.com",
7457                    "homepage": "https://cboden.dev/"
7458                }
7459            ],
7460            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7461            "keywords": [
7462                "promise",
7463                "promises"
7464            ],
7465            "support": {
7466                "issues": "https://github.com/reactphp/promise/issues",
7467                "source": "https://github.com/reactphp/promise/tree/v3.1.0"
7468            },
7469            "funding": [
7470                {
7471                    "url": "https://opencollective.com/reactphp",
7472                    "type": "open_collective"
7473                }
7474            ],
7475            "time": "2023-11-16T16:21:57+00:00"
7476        },
7477        {
7478            "name": "sebastian/cli-parser",
7479            "version": "3.0.1",
7480            "source": {
7481                "type": "git",
7482                "url": "https://github.com/sebastianbergmann/cli-parser.git",
7483                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a"
7484            },
7485            "dist": {
7486                "type": "zip",
7487                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/00a74d5568694711f0222e54fb281e1d15fdf04a",
7488                "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a",
7489                "shasum": ""
7490            },
7491            "require": {
7492                "php": ">=8.2"
7493            },
7494            "require-dev": {
7495                "phpunit/phpunit": "^11.0"
7496            },
7497            "type": "library",
7498            "extra": {
7499                "branch-alias": {
7500                    "dev-main": "3.0-dev"
7501                }
7502            },
7503            "autoload": {
7504                "classmap": [
7505                    "src/"
7506                ]
7507            },
7508            "notification-url": "https://packagist.org/downloads/",
7509            "license": [
7510                "BSD-3-Clause"
7511            ],
7512            "authors": [
7513                {
7514                    "name": "Sebastian Bergmann",
7515                    "email": "sebastian@phpunit.de",
7516                    "role": "lead"
7517                }
7518            ],
7519            "description": "Library for parsing CLI options",
7520            "homepage": "https://github.com/sebastianbergmann/cli-parser",
7521            "support": {
7522                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
7523                "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
7524                "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.1"
7525            },
7526            "funding": [
7527                {
7528                    "url": "https://github.com/sebastianbergmann",
7529                    "type": "github"
7530                }
7531            ],
7532            "time": "2024-03-02T07:26:58+00:00"
7533        },
7534        {
7535            "name": "sebastian/code-unit",
7536            "version": "3.0.0",
7537            "source": {
7538                "type": "git",
7539                "url": "https://github.com/sebastianbergmann/code-unit.git",
7540                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015"
7541            },
7542            "dist": {
7543                "type": "zip",
7544                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6634549cb8d702282a04a774e36a7477d2bd9015",
7545                "reference": "6634549cb8d702282a04a774e36a7477d2bd9015",
7546                "shasum": ""
7547            },
7548            "require": {
7549                "php": ">=8.2"
7550            },
7551            "require-dev": {
7552                "phpunit/phpunit": "^11.0"
7553            },
7554            "type": "library",
7555            "extra": {
7556                "branch-alias": {
7557                    "dev-main": "3.0-dev"
7558                }
7559            },
7560            "autoload": {
7561                "classmap": [
7562                    "src/"
7563                ]
7564            },
7565            "notification-url": "https://packagist.org/downloads/",
7566            "license": [
7567                "BSD-3-Clause"
7568            ],
7569            "authors": [
7570                {
7571                    "name": "Sebastian Bergmann",
7572                    "email": "sebastian@phpunit.de",
7573                    "role": "lead"
7574                }
7575            ],
7576            "description": "Collection of value objects that represent the PHP code units",
7577            "homepage": "https://github.com/sebastianbergmann/code-unit",
7578            "support": {
7579                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
7580                "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
7581                "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.0"
7582            },
7583            "funding": [
7584                {
7585                    "url": "https://github.com/sebastianbergmann",
7586                    "type": "github"
7587                }
7588            ],
7589            "time": "2024-02-02T05:50:41+00:00"
7590        },
7591        {
7592            "name": "sebastian/code-unit-reverse-lookup",
7593            "version": "4.0.0",
7594            "source": {
7595                "type": "git",
7596                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7597                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d"
7598            },
7599            "dist": {
7600                "type": "zip",
7601                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/df80c875d3e459b45c6039e4d9b71d4fbccae25d",
7602                "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d",
7603                "shasum": ""
7604            },
7605            "require": {
7606                "php": ">=8.2"
7607            },
7608            "require-dev": {
7609                "phpunit/phpunit": "^11.0"
7610            },
7611            "type": "library",
7612            "extra": {
7613                "branch-alias": {
7614                    "dev-main": "4.0-dev"
7615                }
7616            },
7617            "autoload": {
7618                "classmap": [
7619                    "src/"
7620                ]
7621            },
7622            "notification-url": "https://packagist.org/downloads/",
7623            "license": [
7624                "BSD-3-Clause"
7625            ],
7626            "authors": [
7627                {
7628                    "name": "Sebastian Bergmann",
7629                    "email": "sebastian@phpunit.de"
7630                }
7631            ],
7632            "description": "Looks up which function or method a line of code belongs to",
7633            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7634            "support": {
7635                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
7636                "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
7637                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.0"
7638            },
7639            "funding": [
7640                {
7641                    "url": "https://github.com/sebastianbergmann",
7642                    "type": "github"
7643                }
7644            ],
7645            "time": "2024-02-02T05:52:17+00:00"
7646        },
7647        {
7648            "name": "sebastian/comparator",
7649            "version": "6.0.0",
7650            "source": {
7651                "type": "git",
7652                "url": "https://github.com/sebastianbergmann/comparator.git",
7653                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8"
7654            },
7655            "dist": {
7656                "type": "zip",
7657                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bd0f2fa5b9257c69903537b266ccb80fcf940db8",
7658                "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8",
7659                "shasum": ""
7660            },
7661            "require": {
7662                "ext-dom": "*",
7663                "ext-mbstring": "*",
7664                "php": ">=8.2",
7665                "sebastian/diff": "^6.0",
7666                "sebastian/exporter": "^6.0"
7667            },
7668            "require-dev": {
7669                "phpunit/phpunit": "^11.0"
7670            },
7671            "type": "library",
7672            "extra": {
7673                "branch-alias": {
7674                    "dev-main": "6.0-dev"
7675                }
7676            },
7677            "autoload": {
7678                "classmap": [
7679                    "src/"
7680                ]
7681            },
7682            "notification-url": "https://packagist.org/downloads/",
7683            "license": [
7684                "BSD-3-Clause"
7685            ],
7686            "authors": [
7687                {
7688                    "name": "Sebastian Bergmann",
7689                    "email": "sebastian@phpunit.de"
7690                },
7691                {
7692                    "name": "Jeff Welch",
7693                    "email": "whatthejeff@gmail.com"
7694                },
7695                {
7696                    "name": "Volker Dusch",
7697                    "email": "github@wallbash.com"
7698                },
7699                {
7700                    "name": "Bernhard Schussek",
7701                    "email": "bschussek@2bepublished.at"
7702                }
7703            ],
7704            "description": "Provides the functionality to compare PHP values for equality",
7705            "homepage": "https://github.com/sebastianbergmann/comparator",
7706            "keywords": [
7707                "comparator",
7708                "compare",
7709                "equality"
7710            ],
7711            "support": {
7712                "issues": "https://github.com/sebastianbergmann/comparator/issues",
7713                "security": "https://github.com/sebastianbergmann/comparator/security/policy",
7714                "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.0"
7715            },
7716            "funding": [
7717                {
7718                    "url": "https://github.com/sebastianbergmann",
7719                    "type": "github"
7720                }
7721            ],
7722            "time": "2024-02-02T05:53:45+00:00"
7723        },
7724        {
7725            "name": "sebastian/complexity",
7726            "version": "4.0.0",
7727            "source": {
7728                "type": "git",
7729                "url": "https://github.com/sebastianbergmann/complexity.git",
7730                "reference": "88a434ad86150e11a606ac4866b09130712671f0"
7731            },
7732            "dist": {
7733                "type": "zip",
7734                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/88a434ad86150e11a606ac4866b09130712671f0",
7735                "reference": "88a434ad86150e11a606ac4866b09130712671f0",
7736                "shasum": ""
7737            },
7738            "require": {
7739                "nikic/php-parser": "^5.0",
7740                "php": ">=8.2"
7741            },
7742            "require-dev": {
7743                "phpunit/phpunit": "^11.0"
7744            },
7745            "type": "library",
7746            "extra": {
7747                "branch-alias": {
7748                    "dev-main": "4.0-dev"
7749                }
7750            },
7751            "autoload": {
7752                "classmap": [
7753                    "src/"
7754                ]
7755            },
7756            "notification-url": "https://packagist.org/downloads/",
7757            "license": [
7758                "BSD-3-Clause"
7759            ],
7760            "authors": [
7761                {
7762                    "name": "Sebastian Bergmann",
7763                    "email": "sebastian@phpunit.de",
7764                    "role": "lead"
7765                }
7766            ],
7767            "description": "Library for calculating the complexity of PHP code units",
7768            "homepage": "https://github.com/sebastianbergmann/complexity",
7769            "support": {
7770                "issues": "https://github.com/sebastianbergmann/complexity/issues",
7771                "security": "https://github.com/sebastianbergmann/complexity/security/policy",
7772                "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.0"
7773            },
7774            "funding": [
7775                {
7776                    "url": "https://github.com/sebastianbergmann",
7777                    "type": "github"
7778                }
7779            ],
7780            "time": "2024-02-02T05:55:19+00:00"
7781        },
7782        {
7783            "name": "sebastian/diff",
7784            "version": "6.0.1",
7785            "source": {
7786                "type": "git",
7787                "url": "https://github.com/sebastianbergmann/diff.git",
7788                "reference": "ab83243ecc233de5655b76f577711de9f842e712"
7789            },
7790            "dist": {
7791                "type": "zip",
7792                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712",
7793                "reference": "ab83243ecc233de5655b76f577711de9f842e712",
7794                "shasum": ""
7795            },
7796            "require": {
7797                "php": ">=8.2"
7798            },
7799            "require-dev": {
7800                "phpunit/phpunit": "^11.0",
7801                "symfony/process": "^4.2 || ^5"
7802            },
7803            "type": "library",
7804            "extra": {
7805                "branch-alias": {
7806                    "dev-main": "6.0-dev"
7807                }
7808            },
7809            "autoload": {
7810                "classmap": [
7811                    "src/"
7812                ]
7813            },
7814            "notification-url": "https://packagist.org/downloads/",
7815            "license": [
7816                "BSD-3-Clause"
7817            ],
7818            "authors": [
7819                {
7820                    "name": "Sebastian Bergmann",
7821                    "email": "sebastian@phpunit.de"
7822                },
7823                {
7824                    "name": "Kore Nordmann",
7825                    "email": "mail@kore-nordmann.de"
7826                }
7827            ],
7828            "description": "Diff implementation",
7829            "homepage": "https://github.com/sebastianbergmann/diff",
7830            "keywords": [
7831                "diff",
7832                "udiff",
7833                "unidiff",
7834                "unified diff"
7835            ],
7836            "support": {
7837                "issues": "https://github.com/sebastianbergmann/diff/issues",
7838                "security": "https://github.com/sebastianbergmann/diff/security/policy",
7839                "source": "https://github.com/sebastianbergmann/diff/tree/6.0.1"
7840            },
7841            "funding": [
7842                {
7843                    "url": "https://github.com/sebastianbergmann",
7844                    "type": "github"
7845                }
7846            ],
7847            "time": "2024-03-02T07:30:33+00:00"
7848        },
7849        {
7850            "name": "sebastian/environment",
7851            "version": "7.1.0",
7852            "source": {
7853                "type": "git",
7854                "url": "https://github.com/sebastianbergmann/environment.git",
7855                "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a"
7856            },
7857            "dist": {
7858                "type": "zip",
7859                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4eb3a442574d0e9d141aab209cd4aaf25701b09a",
7860                "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a",
7861                "shasum": ""
7862            },
7863            "require": {
7864                "php": ">=8.2"
7865            },
7866            "require-dev": {
7867                "phpunit/phpunit": "^11.0"
7868            },
7869            "suggest": {
7870                "ext-posix": "*"
7871            },
7872            "type": "library",
7873            "extra": {
7874                "branch-alias": {
7875                    "dev-main": "7.1-dev"
7876                }
7877            },
7878            "autoload": {
7879                "classmap": [
7880                    "src/"
7881                ]
7882            },
7883            "notification-url": "https://packagist.org/downloads/",
7884            "license": [
7885                "BSD-3-Clause"
7886            ],
7887            "authors": [
7888                {
7889                    "name": "Sebastian Bergmann",
7890                    "email": "sebastian@phpunit.de"
7891                }
7892            ],
7893            "description": "Provides functionality to handle HHVM/PHP environments",
7894            "homepage": "https://github.com/sebastianbergmann/environment",
7895            "keywords": [
7896                "Xdebug",
7897                "environment",
7898                "hhvm"
7899            ],
7900            "support": {
7901                "issues": "https://github.com/sebastianbergmann/environment/issues",
7902                "security": "https://github.com/sebastianbergmann/environment/security/policy",
7903                "source": "https://github.com/sebastianbergmann/environment/tree/7.1.0"
7904            },
7905            "funding": [
7906                {
7907                    "url": "https://github.com/sebastianbergmann",
7908                    "type": "github"
7909                }
7910            ],
7911            "time": "2024-03-23T08:56:34+00:00"
7912        },
7913        {
7914            "name": "sebastian/exporter",
7915            "version": "6.0.1",
7916            "source": {
7917                "type": "git",
7918                "url": "https://github.com/sebastianbergmann/exporter.git",
7919                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da"
7920            },
7921            "dist": {
7922                "type": "zip",
7923                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f291e5a317c321c0381fa9ecc796fa2d21b186da",
7924                "reference": "f291e5a317c321c0381fa9ecc796fa2d21b186da",
7925                "shasum": ""
7926            },
7927            "require": {
7928                "ext-mbstring": "*",
7929                "php": ">=8.2",
7930                "sebastian/recursion-context": "^6.0"
7931            },
7932            "require-dev": {
7933                "phpunit/phpunit": "^11.0"
7934            },
7935            "type": "library",
7936            "extra": {
7937                "branch-alias": {
7938                    "dev-main": "6.0-dev"
7939                }
7940            },
7941            "autoload": {
7942                "classmap": [
7943                    "src/"
7944                ]
7945            },
7946            "notification-url": "https://packagist.org/downloads/",
7947            "license": [
7948                "BSD-3-Clause"
7949            ],
7950            "authors": [
7951                {
7952                    "name": "Sebastian Bergmann",
7953                    "email": "sebastian@phpunit.de"
7954                },
7955                {
7956                    "name": "Jeff Welch",
7957                    "email": "whatthejeff@gmail.com"
7958                },
7959                {
7960                    "name": "Volker Dusch",
7961                    "email": "github@wallbash.com"
7962                },
7963                {
7964                    "name": "Adam Harvey",
7965                    "email": "aharvey@php.net"
7966                },
7967                {
7968                    "name": "Bernhard Schussek",
7969                    "email": "bschussek@gmail.com"
7970                }
7971            ],
7972            "description": "Provides the functionality to export PHP variables for visualization",
7973            "homepage": "https://www.github.com/sebastianbergmann/exporter",
7974            "keywords": [
7975                "export",
7976                "exporter"
7977            ],
7978            "support": {
7979                "issues": "https://github.com/sebastianbergmann/exporter/issues",
7980                "security": "https://github.com/sebastianbergmann/exporter/security/policy",
7981                "source": "https://github.com/sebastianbergmann/exporter/tree/6.0.1"
7982            },
7983            "funding": [
7984                {
7985                    "url": "https://github.com/sebastianbergmann",
7986                    "type": "github"
7987                }
7988            ],
7989            "time": "2024-03-02T07:28:20+00:00"
7990        },
7991        {
7992            "name": "sebastian/global-state",
7993            "version": "7.0.1",
7994            "source": {
7995                "type": "git",
7996                "url": "https://github.com/sebastianbergmann/global-state.git",
7997                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e"
7998            },
7999            "dist": {
8000                "type": "zip",
8001                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
8002                "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e",
8003                "shasum": ""
8004            },
8005            "require": {
8006                "php": ">=8.2",
8007                "sebastian/object-reflector": "^4.0",
8008                "sebastian/recursion-context": "^6.0"
8009            },
8010            "require-dev": {
8011                "ext-dom": "*",
8012                "phpunit/phpunit": "^11.0"
8013            },
8014            "type": "library",
8015            "extra": {
8016                "branch-alias": {
8017                    "dev-main": "7.0-dev"
8018                }
8019            },
8020            "autoload": {
8021                "classmap": [
8022                    "src/"
8023                ]
8024            },
8025            "notification-url": "https://packagist.org/downloads/",
8026            "license": [
8027                "BSD-3-Clause"
8028            ],
8029            "authors": [
8030                {
8031                    "name": "Sebastian Bergmann",
8032                    "email": "sebastian@phpunit.de"
8033                }
8034            ],
8035            "description": "Snapshotting of global state",
8036            "homepage": "https://www.github.com/sebastianbergmann/global-state",
8037            "keywords": [
8038                "global state"
8039            ],
8040            "support": {
8041                "issues": "https://github.com/sebastianbergmann/global-state/issues",
8042                "security": "https://github.com/sebastianbergmann/global-state/security/policy",
8043                "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.1"
8044            },
8045            "funding": [
8046                {
8047                    "url": "https://github.com/sebastianbergmann",
8048                    "type": "github"
8049                }
8050            ],
8051            "time": "2024-03-02T07:32:10+00:00"
8052        },
8053        {
8054            "name": "sebastian/lines-of-code",
8055            "version": "3.0.0",
8056            "source": {
8057                "type": "git",
8058                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8059                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0"
8060            },
8061            "dist": {
8062                "type": "zip",
8063                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/376c5b3f6b43c78fdc049740bca76a7c846706c0",
8064                "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0",
8065                "shasum": ""
8066            },
8067            "require": {
8068                "nikic/php-parser": "^5.0",
8069                "php": ">=8.2"
8070            },
8071            "require-dev": {
8072                "phpunit/phpunit": "^11.0"
8073            },
8074            "type": "library",
8075            "extra": {
8076                "branch-alias": {
8077                    "dev-main": "3.0-dev"
8078                }
8079            },
8080            "autoload": {
8081                "classmap": [
8082                    "src/"
8083                ]
8084            },
8085            "notification-url": "https://packagist.org/downloads/",
8086            "license": [
8087                "BSD-3-Clause"
8088            ],
8089            "authors": [
8090                {
8091                    "name": "Sebastian Bergmann",
8092                    "email": "sebastian@phpunit.de",
8093                    "role": "lead"
8094                }
8095            ],
8096            "description": "Library for counting the lines of code in PHP source code",
8097            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
8098            "support": {
8099                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8100                "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
8101                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.0"
8102            },
8103            "funding": [
8104                {
8105                    "url": "https://github.com/sebastianbergmann",
8106                    "type": "github"
8107                }
8108            ],
8109            "time": "2024-02-02T06:00:36+00:00"
8110        },
8111        {
8112            "name": "sebastian/object-enumerator",
8113            "version": "6.0.0",
8114            "source": {
8115                "type": "git",
8116                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8117                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678"
8118            },
8119            "dist": {
8120                "type": "zip",
8121                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
8122                "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678",
8123                "shasum": ""
8124            },
8125            "require": {
8126                "php": ">=8.2",
8127                "sebastian/object-reflector": "^4.0",
8128                "sebastian/recursion-context": "^6.0"
8129            },
8130            "require-dev": {
8131                "phpunit/phpunit": "^11.0"
8132            },
8133            "type": "library",
8134            "extra": {
8135                "branch-alias": {
8136                    "dev-main": "6.0-dev"
8137                }
8138            },
8139            "autoload": {
8140                "classmap": [
8141                    "src/"
8142                ]
8143            },
8144            "notification-url": "https://packagist.org/downloads/",
8145            "license": [
8146                "BSD-3-Clause"
8147            ],
8148            "authors": [
8149                {
8150                    "name": "Sebastian Bergmann",
8151                    "email": "sebastian@phpunit.de"
8152                }
8153            ],
8154            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8155            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8156            "support": {
8157                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8158                "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
8159                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.0"
8160            },
8161            "funding": [
8162                {
8163                    "url": "https://github.com/sebastianbergmann",
8164                    "type": "github"
8165                }
8166            ],
8167            "time": "2024-02-02T06:01:29+00:00"
8168        },
8169        {
8170            "name": "sebastian/object-reflector",
8171            "version": "4.0.0",
8172            "source": {
8173                "type": "git",
8174                "url": "https://github.com/sebastianbergmann/object-reflector.git",
8175                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d"
8176            },
8177            "dist": {
8178                "type": "zip",
8179                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d",
8180                "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d",
8181                "shasum": ""
8182            },
8183            "require": {
8184                "php": ">=8.2"
8185            },
8186            "require-dev": {
8187                "phpunit/phpunit": "^11.0"
8188            },
8189            "type": "library",
8190            "extra": {
8191                "branch-alias": {
8192                    "dev-main": "4.0-dev"
8193                }
8194            },
8195            "autoload": {
8196                "classmap": [
8197                    "src/"
8198                ]
8199            },
8200            "notification-url": "https://packagist.org/downloads/",
8201            "license": [
8202                "BSD-3-Clause"
8203            ],
8204            "authors": [
8205                {
8206                    "name": "Sebastian Bergmann",
8207                    "email": "sebastian@phpunit.de"
8208                }
8209            ],
8210            "description": "Allows reflection of object attributes, including inherited and non-public ones",
8211            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8212            "support": {
8213                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8214                "security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
8215                "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.0"
8216            },
8217            "funding": [
8218                {
8219                    "url": "https://github.com/sebastianbergmann",
8220                    "type": "github"
8221                }
8222            ],
8223            "time": "2024-02-02T06:02:18+00:00"
8224        },
8225        {
8226            "name": "sebastian/recursion-context",
8227            "version": "6.0.0",
8228            "source": {
8229                "type": "git",
8230                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8231                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4"
8232            },
8233            "dist": {
8234                "type": "zip",
8235                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b75224967b5a466925c6d54e68edd0edf8dd4ed4",
8236                "reference": "b75224967b5a466925c6d54e68edd0edf8dd4ed4",
8237                "shasum": ""
8238            },
8239            "require": {
8240                "php": ">=8.2"
8241            },
8242            "require-dev": {
8243                "phpunit/phpunit": "^11.0"
8244            },
8245            "type": "library",
8246            "extra": {
8247                "branch-alias": {
8248                    "dev-main": "6.0-dev"
8249                }
8250            },
8251            "autoload": {
8252                "classmap": [
8253                    "src/"
8254                ]
8255            },
8256            "notification-url": "https://packagist.org/downloads/",
8257            "license": [
8258                "BSD-3-Clause"
8259            ],
8260            "authors": [
8261                {
8262                    "name": "Sebastian Bergmann",
8263                    "email": "sebastian@phpunit.de"
8264                },
8265                {
8266                    "name": "Jeff Welch",
8267                    "email": "whatthejeff@gmail.com"
8268                },
8269                {
8270                    "name": "Adam Harvey",
8271                    "email": "aharvey@php.net"
8272                }
8273            ],
8274            "description": "Provides functionality to recursively process PHP variables",
8275            "homepage": "https://github.com/sebastianbergmann/recursion-context",
8276            "support": {
8277                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8278                "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
8279                "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.0"
8280            },
8281            "funding": [
8282                {
8283                    "url": "https://github.com/sebastianbergmann",
8284                    "type": "github"
8285                }
8286            ],
8287            "time": "2024-02-02T06:08:48+00:00"
8288        },
8289        {
8290            "name": "sebastian/type",
8291            "version": "5.0.0",
8292            "source": {
8293                "type": "git",
8294                "url": "https://github.com/sebastianbergmann/type.git",
8295                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f"
8296            },
8297            "dist": {
8298                "type": "zip",
8299                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8502785eb3523ca0dd4afe9ca62235590020f3f",
8300                "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f",
8301                "shasum": ""
8302            },
8303            "require": {
8304                "php": ">=8.2"
8305            },
8306            "require-dev": {
8307                "phpunit/phpunit": "^11.0"
8308            },
8309            "type": "library",
8310            "extra": {
8311                "branch-alias": {
8312                    "dev-main": "5.0-dev"
8313                }
8314            },
8315            "autoload": {
8316                "classmap": [
8317                    "src/"
8318                ]
8319            },
8320            "notification-url": "https://packagist.org/downloads/",
8321            "license": [
8322                "BSD-3-Clause"
8323            ],
8324            "authors": [
8325                {
8326                    "name": "Sebastian Bergmann",
8327                    "email": "sebastian@phpunit.de",
8328                    "role": "lead"
8329                }
8330            ],
8331            "description": "Collection of value objects that represent the types of the PHP type system",
8332            "homepage": "https://github.com/sebastianbergmann/type",
8333            "support": {
8334                "issues": "https://github.com/sebastianbergmann/type/issues",
8335                "security": "https://github.com/sebastianbergmann/type/security/policy",
8336                "source": "https://github.com/sebastianbergmann/type/tree/5.0.0"
8337            },
8338            "funding": [
8339                {
8340                    "url": "https://github.com/sebastianbergmann",
8341                    "type": "github"
8342                }
8343            ],
8344            "time": "2024-02-02T06:09:34+00:00"
8345        },
8346        {
8347            "name": "sebastian/version",
8348            "version": "5.0.0",
8349            "source": {
8350                "type": "git",
8351                "url": "https://github.com/sebastianbergmann/version.git",
8352                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001"
8353            },
8354            "dist": {
8355                "type": "zip",
8356                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/13999475d2cb1ab33cb73403ba356a814fdbb001",
8357                "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001",
8358                "shasum": ""
8359            },
8360            "require": {
8361                "php": ">=8.2"
8362            },
8363            "type": "library",
8364            "extra": {
8365                "branch-alias": {
8366                    "dev-main": "5.0-dev"
8367                }
8368            },
8369            "autoload": {
8370                "classmap": [
8371                    "src/"
8372                ]
8373            },
8374            "notification-url": "https://packagist.org/downloads/",
8375            "license": [
8376                "BSD-3-Clause"
8377            ],
8378            "authors": [
8379                {
8380                    "name": "Sebastian Bergmann",
8381                    "email": "sebastian@phpunit.de",
8382                    "role": "lead"
8383                }
8384            ],
8385            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8386            "homepage": "https://github.com/sebastianbergmann/version",
8387            "support": {
8388                "issues": "https://github.com/sebastianbergmann/version/issues",
8389                "security": "https://github.com/sebastianbergmann/version/security/policy",
8390                "source": "https://github.com/sebastianbergmann/version/tree/5.0.0"
8391            },
8392            "funding": [
8393                {
8394                    "url": "https://github.com/sebastianbergmann",
8395                    "type": "github"
8396                }
8397            ],
8398            "time": "2024-02-02T06:10:47+00:00"
8399        },
8400        {
8401            "name": "seld/jsonlint",
8402            "version": "1.10.2",
8403            "source": {
8404                "type": "git",
8405                "url": "https://github.com/Seldaek/jsonlint.git",
8406                "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259"
8407            },
8408            "dist": {
8409                "type": "zip",
8410                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9bb7db07b5d66d90f6ebf542f09fc67d800e5259",
8411                "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259",
8412                "shasum": ""
8413            },
8414            "require": {
8415                "php": "^5.3 || ^7.0 || ^8.0"
8416            },
8417            "require-dev": {
8418                "phpstan/phpstan": "^1.5",
8419                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
8420            },
8421            "bin": [
8422                "bin/jsonlint"
8423            ],
8424            "type": "library",
8425            "autoload": {
8426                "psr-4": {
8427                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
8428                }
8429            },
8430            "notification-url": "https://packagist.org/downloads/",
8431            "license": [
8432                "MIT"
8433            ],
8434            "authors": [
8435                {
8436                    "name": "Jordi Boggiano",
8437                    "email": "j.boggiano@seld.be",
8438                    "homepage": "https://seld.be"
8439                }
8440            ],
8441            "description": "JSON Linter",
8442            "keywords": [
8443                "json",
8444                "linter",
8445                "parser",
8446                "validator"
8447            ],
8448            "support": {
8449                "issues": "https://github.com/Seldaek/jsonlint/issues",
8450                "source": "https://github.com/Seldaek/jsonlint/tree/1.10.2"
8451            },
8452            "funding": [
8453                {
8454                    "url": "https://github.com/Seldaek",
8455                    "type": "github"
8456                },
8457                {
8458                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
8459                    "type": "tidelift"
8460                }
8461            ],
8462            "time": "2024-02-07T12:57:50+00:00"
8463        },
8464        {
8465            "name": "seld/phar-utils",
8466            "version": "1.2.1",
8467            "source": {
8468                "type": "git",
8469                "url": "https://github.com/Seldaek/phar-utils.git",
8470                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"
8471            },
8472            "dist": {
8473                "type": "zip",
8474                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
8475                "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",
8476                "shasum": ""
8477            },
8478            "require": {
8479                "php": ">=5.3"
8480            },
8481            "type": "library",
8482            "extra": {
8483                "branch-alias": {
8484                    "dev-master": "1.x-dev"
8485                }
8486            },
8487            "autoload": {
8488                "psr-4": {
8489                    "Seld\\PharUtils\\": "src/"
8490                }
8491            },
8492            "notification-url": "https://packagist.org/downloads/",
8493            "license": [
8494                "MIT"
8495            ],
8496            "authors": [
8497                {
8498                    "name": "Jordi Boggiano",
8499                    "email": "j.boggiano@seld.be"
8500                }
8501            ],
8502            "description": "PHAR file format utilities, for when PHP phars you up",
8503            "keywords": [
8504                "phar"
8505            ],
8506            "support": {
8507                "issues": "https://github.com/Seldaek/phar-utils/issues",
8508                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"
8509            },
8510            "time": "2022-08-31T10:31:18+00:00"
8511        },
8512        {
8513            "name": "seld/signal-handler",
8514            "version": "2.0.2",
8515            "source": {
8516                "type": "git",
8517                "url": "https://github.com/Seldaek/signal-handler.git",
8518                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"
8519            },
8520            "dist": {
8521                "type": "zip",
8522                "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
8523                "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",
8524                "shasum": ""
8525            },
8526            "require": {
8527                "php": ">=7.2.0"
8528            },
8529            "require-dev": {
8530                "phpstan/phpstan": "^1",
8531                "phpstan/phpstan-deprecation-rules": "^1.0",
8532                "phpstan/phpstan-phpunit": "^1",
8533                "phpstan/phpstan-strict-rules": "^1.3",
8534                "phpunit/phpunit": "^7.5.20 || ^8.5.23",
8535                "psr/log": "^1 || ^2 || ^3"
8536            },
8537            "type": "library",
8538            "extra": {
8539                "branch-alias": {
8540                    "dev-main": "2.x-dev"
8541                }
8542            },
8543            "autoload": {
8544                "psr-4": {
8545                    "Seld\\Signal\\": "src/"
8546                }
8547            },
8548            "notification-url": "https://packagist.org/downloads/",
8549            "license": [
8550                "MIT"
8551            ],
8552            "authors": [
8553                {
8554                    "name": "Jordi Boggiano",
8555                    "email": "j.boggiano@seld.be",
8556                    "homepage": "http://seld.be"
8557                }
8558            ],
8559            "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",
8560            "keywords": [
8561                "posix",
8562                "sigint",
8563                "signal",
8564                "sigterm",
8565                "unix"
8566            ],
8567            "support": {
8568                "issues": "https://github.com/Seldaek/signal-handler/issues",
8569                "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"
8570            },
8571            "time": "2023-09-03T09:24:00+00:00"
8572        },
8573        {
8574            "name": "symfony/config",
8575            "version": "v7.0.4",
8576            "source": {
8577                "type": "git",
8578                "url": "https://github.com/symfony/config.git",
8579                "reference": "44deeba7233f08f383185ffa37dace3b3bc87364"
8580            },
8581            "dist": {
8582                "type": "zip",
8583                "url": "https://api.github.com/repos/symfony/config/zipball/44deeba7233f08f383185ffa37dace3b3bc87364",
8584                "reference": "44deeba7233f08f383185ffa37dace3b3bc87364",
8585                "shasum": ""
8586            },
8587            "require": {
8588                "php": ">=8.2",
8589                "symfony/deprecation-contracts": "^2.5|^3",
8590                "symfony/filesystem": "^6.4|^7.0",
8591                "symfony/polyfill-ctype": "~1.8"
8592            },
8593            "conflict": {
8594                "symfony/finder": "<6.4",
8595                "symfony/service-contracts": "<2.5"
8596            },
8597            "require-dev": {
8598                "symfony/event-dispatcher": "^6.4|^7.0",
8599                "symfony/finder": "^6.4|^7.0",
8600                "symfony/messenger": "^6.4|^7.0",
8601                "symfony/service-contracts": "^2.5|^3",
8602                "symfony/yaml": "^6.4|^7.0"
8603            },
8604            "type": "library",
8605            "autoload": {
8606                "psr-4": {
8607                    "Symfony\\Component\\Config\\": ""
8608                },
8609                "exclude-from-classmap": [
8610                    "/Tests/"
8611                ]
8612            },
8613            "notification-url": "https://packagist.org/downloads/",
8614            "license": [
8615                "MIT"
8616            ],
8617            "authors": [
8618                {
8619                    "name": "Fabien Potencier",
8620                    "email": "fabien@symfony.com"
8621                },
8622                {
8623                    "name": "Symfony Community",
8624                    "homepage": "https://symfony.com/contributors"
8625                }
8626            ],
8627            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
8628            "homepage": "https://symfony.com",
8629            "support": {
8630                "source": "https://github.com/symfony/config/tree/v7.0.4"
8631            },
8632            "funding": [
8633                {
8634                    "url": "https://symfony.com/sponsor",
8635                    "type": "custom"
8636                },
8637                {
8638                    "url": "https://github.com/fabpot",
8639                    "type": "github"
8640                },
8641                {
8642                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8643                    "type": "tidelift"
8644                }
8645            ],
8646            "time": "2024-02-26T07:52:39+00:00"
8647        },
8648        {
8649            "name": "symfony/filesystem",
8650            "version": "v7.0.3",
8651            "source": {
8652                "type": "git",
8653                "url": "https://github.com/symfony/filesystem.git",
8654                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12"
8655            },
8656            "dist": {
8657                "type": "zip",
8658                "url": "https://api.github.com/repos/symfony/filesystem/zipball/2890e3a825bc0c0558526c04499c13f83e1b6b12",
8659                "reference": "2890e3a825bc0c0558526c04499c13f83e1b6b12",
8660                "shasum": ""
8661            },
8662            "require": {
8663                "php": ">=8.2",
8664                "symfony/polyfill-ctype": "~1.8",
8665                "symfony/polyfill-mbstring": "~1.8"
8666            },
8667            "type": "library",
8668            "autoload": {
8669                "psr-4": {
8670                    "Symfony\\Component\\Filesystem\\": ""
8671                },
8672                "exclude-from-classmap": [
8673                    "/Tests/"
8674                ]
8675            },
8676            "notification-url": "https://packagist.org/downloads/",
8677            "license": [
8678                "MIT"
8679            ],
8680            "authors": [
8681                {
8682                    "name": "Fabien Potencier",
8683                    "email": "fabien@symfony.com"
8684                },
8685                {
8686                    "name": "Symfony Community",
8687                    "homepage": "https://symfony.com/contributors"
8688                }
8689            ],
8690            "description": "Provides basic utilities for the filesystem",
8691            "homepage": "https://symfony.com",
8692            "support": {
8693                "source": "https://github.com/symfony/filesystem/tree/v7.0.3"
8694            },
8695            "funding": [
8696                {
8697                    "url": "https://symfony.com/sponsor",
8698                    "type": "custom"
8699                },
8700                {
8701                    "url": "https://github.com/fabpot",
8702                    "type": "github"
8703                },
8704                {
8705                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8706                    "type": "tidelift"
8707                }
8708            ],
8709            "time": "2024-01-23T15:02:46+00:00"
8710        },
8711        {
8712            "name": "symfony/finder",
8713            "version": "v7.0.0",
8714            "source": {
8715                "type": "git",
8716                "url": "https://github.com/symfony/finder.git",
8717                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56"
8718            },
8719            "dist": {
8720                "type": "zip",
8721                "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
8722                "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
8723                "shasum": ""
8724            },
8725            "require": {
8726                "php": ">=8.2"
8727            },
8728            "require-dev": {
8729                "symfony/filesystem": "^6.4|^7.0"
8730            },
8731            "type": "library",
8732            "autoload": {
8733                "psr-4": {
8734                    "Symfony\\Component\\Finder\\": ""
8735                },
8736                "exclude-from-classmap": [
8737                    "/Tests/"
8738                ]
8739            },
8740            "notification-url": "https://packagist.org/downloads/",
8741            "license": [
8742                "MIT"
8743            ],
8744            "authors": [
8745                {
8746                    "name": "Fabien Potencier",
8747                    "email": "fabien@symfony.com"
8748                },
8749                {
8750                    "name": "Symfony Community",
8751                    "homepage": "https://symfony.com/contributors"
8752                }
8753            ],
8754            "description": "Finds files and directories via an intuitive fluent interface",
8755            "homepage": "https://symfony.com",
8756            "support": {
8757                "source": "https://github.com/symfony/finder/tree/v7.0.0"
8758            },
8759            "funding": [
8760                {
8761                    "url": "https://symfony.com/sponsor",
8762                    "type": "custom"
8763                },
8764                {
8765                    "url": "https://github.com/fabpot",
8766                    "type": "github"
8767                },
8768                {
8769                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8770                    "type": "tidelift"
8771                }
8772            ],
8773            "time": "2023-10-31T17:59:56+00:00"
8774        },
8775        {
8776            "name": "symfony/polyfill-php73",
8777            "version": "v1.29.0",
8778            "source": {
8779                "type": "git",
8780                "url": "https://github.com/symfony/polyfill-php73.git",
8781                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
8782            },
8783            "dist": {
8784                "type": "zip",
8785                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
8786                "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
8787                "shasum": ""
8788            },
8789            "require": {
8790                "php": ">=7.1"
8791            },
8792            "type": "library",
8793            "extra": {
8794                "thanks": {
8795                    "name": "symfony/polyfill",
8796                    "url": "https://github.com/symfony/polyfill"
8797                }
8798            },
8799            "autoload": {
8800                "files": [
8801                    "bootstrap.php"
8802                ],
8803                "psr-4": {
8804                    "Symfony\\Polyfill\\Php73\\": ""
8805                },
8806                "classmap": [
8807                    "Resources/stubs"
8808                ]
8809            },
8810            "notification-url": "https://packagist.org/downloads/",
8811            "license": [
8812                "MIT"
8813            ],
8814            "authors": [
8815                {
8816                    "name": "Nicolas Grekas",
8817                    "email": "p@tchwork.com"
8818                },
8819                {
8820                    "name": "Symfony Community",
8821                    "homepage": "https://symfony.com/contributors"
8822                }
8823            ],
8824            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8825            "homepage": "https://symfony.com",
8826            "keywords": [
8827                "compatibility",
8828                "polyfill",
8829                "portable",
8830                "shim"
8831            ],
8832            "support": {
8833                "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
8834            },
8835            "funding": [
8836                {
8837                    "url": "https://symfony.com/sponsor",
8838                    "type": "custom"
8839                },
8840                {
8841                    "url": "https://github.com/fabpot",
8842                    "type": "github"
8843                },
8844                {
8845                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8846                    "type": "tidelift"
8847                }
8848            ],
8849            "time": "2024-01-29T20:11:03+00:00"
8850        },
8851        {
8852            "name": "symfony/polyfill-php81",
8853            "version": "v1.29.0",
8854            "source": {
8855                "type": "git",
8856                "url": "https://github.com/symfony/polyfill-php81.git",
8857                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
8858            },
8859            "dist": {
8860                "type": "zip",
8861                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
8862                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
8863                "shasum": ""
8864            },
8865            "require": {
8866                "php": ">=7.1"
8867            },
8868            "type": "library",
8869            "extra": {
8870                "thanks": {
8871                    "name": "symfony/polyfill",
8872                    "url": "https://github.com/symfony/polyfill"
8873                }
8874            },
8875            "autoload": {
8876                "files": [
8877                    "bootstrap.php"
8878                ],
8879                "psr-4": {
8880                    "Symfony\\Polyfill\\Php81\\": ""
8881                },
8882                "classmap": [
8883                    "Resources/stubs"
8884                ]
8885            },
8886            "notification-url": "https://packagist.org/downloads/",
8887            "license": [
8888                "MIT"
8889            ],
8890            "authors": [
8891                {
8892                    "name": "Nicolas Grekas",
8893                    "email": "p@tchwork.com"
8894                },
8895                {
8896                    "name": "Symfony Community",
8897                    "homepage": "https://symfony.com/contributors"
8898                }
8899            ],
8900            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
8901            "homepage": "https://symfony.com",
8902            "keywords": [
8903                "compatibility",
8904                "polyfill",
8905                "portable",
8906                "shim"
8907            ],
8908            "support": {
8909                "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
8910            },
8911            "funding": [
8912                {
8913                    "url": "https://symfony.com/sponsor",
8914                    "type": "custom"
8915                },
8916                {
8917                    "url": "https://github.com/fabpot",
8918                    "type": "github"
8919                },
8920                {
8921                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8922                    "type": "tidelift"
8923                }
8924            ],
8925            "time": "2024-01-29T20:11:03+00:00"
8926        },
8927        {
8928            "name": "symfony/process",
8929            "version": "v7.0.4",
8930            "source": {
8931                "type": "git",
8932                "url": "https://github.com/symfony/process.git",
8933                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9"
8934            },
8935            "dist": {
8936                "type": "zip",
8937                "url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
8938                "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9",
8939                "shasum": ""
8940            },
8941            "require": {
8942                "php": ">=8.2"
8943            },
8944            "type": "library",
8945            "autoload": {
8946                "psr-4": {
8947                    "Symfony\\Component\\Process\\": ""
8948                },
8949                "exclude-from-classmap": [
8950                    "/Tests/"
8951                ]
8952            },
8953            "notification-url": "https://packagist.org/downloads/",
8954            "license": [
8955                "MIT"
8956            ],
8957            "authors": [
8958                {
8959                    "name": "Fabien Potencier",
8960                    "email": "fabien@symfony.com"
8961                },
8962                {
8963                    "name": "Symfony Community",
8964                    "homepage": "https://symfony.com/contributors"
8965                }
8966            ],
8967            "description": "Executes commands in sub-processes",
8968            "homepage": "https://symfony.com",
8969            "support": {
8970                "source": "https://github.com/symfony/process/tree/v7.0.4"
8971            },
8972            "funding": [
8973                {
8974                    "url": "https://symfony.com/sponsor",
8975                    "type": "custom"
8976                },
8977                {
8978                    "url": "https://github.com/fabpot",
8979                    "type": "github"
8980                },
8981                {
8982                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8983                    "type": "tidelift"
8984                }
8985            ],
8986            "time": "2024-02-22T20:27:20+00:00"
8987        },
8988        {
8989            "name": "symfony/stopwatch",
8990            "version": "v7.0.3",
8991            "source": {
8992                "type": "git",
8993                "url": "https://github.com/symfony/stopwatch.git",
8994                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112"
8995            },
8996            "dist": {
8997                "type": "zip",
8998                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112",
8999                "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112",
9000                "shasum": ""
9001            },
9002            "require": {
9003                "php": ">=8.2",
9004                "symfony/service-contracts": "^2.5|^3"
9005            },
9006            "type": "library",
9007            "autoload": {
9008                "psr-4": {
9009                    "Symfony\\Component\\Stopwatch\\": ""
9010                },
9011                "exclude-from-classmap": [
9012                    "/Tests/"
9013                ]
9014            },
9015            "notification-url": "https://packagist.org/downloads/",
9016            "license": [
9017                "MIT"
9018            ],
9019            "authors": [
9020                {
9021                    "name": "Fabien Potencier",
9022                    "email": "fabien@symfony.com"
9023                },
9024                {
9025                    "name": "Symfony Community",
9026                    "homepage": "https://symfony.com/contributors"
9027                }
9028            ],
9029            "description": "Provides a way to profile code",
9030            "homepage": "https://symfony.com",
9031            "support": {
9032                "source": "https://github.com/symfony/stopwatch/tree/v7.0.3"
9033            },
9034            "funding": [
9035                {
9036                    "url": "https://symfony.com/sponsor",
9037                    "type": "custom"
9038                },
9039                {
9040                    "url": "https://github.com/fabpot",
9041                    "type": "github"
9042                },
9043                {
9044                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9045                    "type": "tidelift"
9046                }
9047            ],
9048            "time": "2024-01-23T15:02:46+00:00"
9049        },
9050        {
9051            "name": "symfony/yaml",
9052            "version": "v7.0.3",
9053            "source": {
9054                "type": "git",
9055                "url": "https://github.com/symfony/yaml.git",
9056                "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
9057            },
9058            "dist": {
9059                "type": "zip",
9060                "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
9061                "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
9062                "shasum": ""
9063            },
9064            "require": {
9065                "php": ">=8.2",
9066                "symfony/polyfill-ctype": "^1.8"
9067            },
9068            "conflict": {
9069                "symfony/console": "<6.4"
9070            },
9071            "require-dev": {
9072                "symfony/console": "^6.4|^7.0"
9073            },
9074            "bin": [
9075                "Resources/bin/yaml-lint"
9076            ],
9077            "type": "library",
9078            "autoload": {
9079                "psr-4": {
9080                    "Symfony\\Component\\Yaml\\": ""
9081                },
9082                "exclude-from-classmap": [
9083                    "/Tests/"
9084                ]
9085            },
9086            "notification-url": "https://packagist.org/downloads/",
9087            "license": [
9088                "MIT"
9089            ],
9090            "authors": [
9091                {
9092                    "name": "Fabien Potencier",
9093                    "email": "fabien@symfony.com"
9094                },
9095                {
9096                    "name": "Symfony Community",
9097                    "homepage": "https://symfony.com/contributors"
9098                }
9099            ],
9100            "description": "Loads and dumps YAML files",
9101            "homepage": "https://symfony.com",
9102            "support": {
9103                "source": "https://github.com/symfony/yaml/tree/v7.0.3"
9104            },
9105            "funding": [
9106                {
9107                    "url": "https://symfony.com/sponsor",
9108                    "type": "custom"
9109                },
9110                {
9111                    "url": "https://github.com/fabpot",
9112                    "type": "github"
9113                },
9114                {
9115                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9116                    "type": "tidelift"
9117                }
9118            ],
9119            "time": "2024-01-23T15:02:46+00:00"
9120        },
9121        {
9122            "name": "theseer/tokenizer",
9123            "version": "1.2.3",
9124            "source": {
9125                "type": "git",
9126                "url": "https://github.com/theseer/tokenizer.git",
9127                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
9128            },
9129            "dist": {
9130                "type": "zip",
9131                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9132                "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
9133                "shasum": ""
9134            },
9135            "require": {
9136                "ext-dom": "*",
9137                "ext-tokenizer": "*",
9138                "ext-xmlwriter": "*",
9139                "php": "^7.2 || ^8.0"
9140            },
9141            "type": "library",
9142            "autoload": {
9143                "classmap": [
9144                    "src/"
9145                ]
9146            },
9147            "notification-url": "https://packagist.org/downloads/",
9148            "license": [
9149                "BSD-3-Clause"
9150            ],
9151            "authors": [
9152                {
9153                    "name": "Arne Blankerts",
9154                    "email": "arne@blankerts.de",
9155                    "role": "Developer"
9156                }
9157            ],
9158            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9159            "support": {
9160                "issues": "https://github.com/theseer/tokenizer/issues",
9161                "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
9162            },
9163            "funding": [
9164                {
9165                    "url": "https://github.com/theseer",
9166                    "type": "github"
9167                }
9168            ],
9169            "time": "2024-03-03T12:36:25+00:00"
9170        }
9171    ],
9172    "aliases": [],
9173    "minimum-stability": "stable",
9174    "stability-flags": [],
9175    "prefer-stable": false,
9176    "prefer-lowest": false,
9177    "platform": {
9178        "php": "8.2 - 8.4",
9179        "ext-ctype": "*",
9180        "ext-curl": "*",
9181        "ext-fileinfo": "*",
9182        "ext-gd": "*",
9183        "ext-iconv": "*",
9184        "ext-intl": "*",
9185        "ext-json": "*",
9186        "ext-mbstring": "*",
9187        "ext-pcre": "*",
9188        "ext-pdo": "*",
9189        "ext-session": "*",
9190        "ext-xml": "*"
9191    },
9192    "platform-dev": {
9193        "ext-dom": "*",
9194        "ext-libxml": "*",
9195        "ext-pdo_sqlite": "*",
9196        "ext-sqlite3": "*"
9197    },
9198    "platform-overrides": {
9199        "php": "8.2.0"
9200    },
9201    "plugin-api-version": "2.6.0"
9202}
9203