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