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