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