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