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