Merge branch 'origin/master' into Weblate.
[phpmyadmin.git] / composer.lock
bloba1730583c91293101e5901d78e5e15968206c370
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": "7533829654de25bcf0c6bc1a3b29bfb7",
8     "packages": [
9         {
10             "name": "composer/ca-bundle",
11             "version": "1.3.7",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/composer/ca-bundle.git",
15                 "reference": "76e46335014860eec1aa5a724799a00a2e47cc85"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85",
20                 "reference": "76e46335014860eec1aa5a724799a00a2e47cc85",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-openssl": "*",
25                 "ext-pcre": "*",
26                 "php": "^5.3.2 || ^7.0 || ^8.0"
27             },
28             "require-dev": {
29                 "phpstan/phpstan": "^0.12.55",
30                 "psr/log": "^1.0",
31                 "symfony/phpunit-bridge": "^4.2 || ^5",
32                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
33             },
34             "type": "library",
35             "extra": {
36                 "branch-alias": {
37                     "dev-main": "1.x-dev"
38                 }
39             },
40             "autoload": {
41                 "psr-4": {
42                     "Composer\\CaBundle\\": "src"
43                 }
44             },
45             "notification-url": "https://packagist.org/downloads/",
46             "license": [
47                 "MIT"
48             ],
49             "authors": [
50                 {
51                     "name": "Jordi Boggiano",
52                     "email": "j.boggiano@seld.be",
53                     "homepage": "http://seld.be"
54                 }
55             ],
56             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
57             "keywords": [
58                 "cabundle",
59                 "cacert",
60                 "certificate",
61                 "ssl",
62                 "tls"
63             ],
64             "support": {
65                 "irc": "irc://irc.freenode.org/composer",
66                 "issues": "https://github.com/composer/ca-bundle/issues",
67                 "source": "https://github.com/composer/ca-bundle/tree/1.3.7"
68             },
69             "funding": [
70                 {
71                     "url": "https://packagist.com",
72                     "type": "custom"
73                 },
74                 {
75                     "url": "https://github.com/composer",
76                     "type": "github"
77                 },
78                 {
79                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
80                     "type": "tidelift"
81                 }
82             ],
83             "time": "2023-08-30T09:31:38+00:00"
84         },
85         {
86             "name": "fig/http-message-util",
87             "version": "1.1.5",
88             "source": {
89                 "type": "git",
90                 "url": "https://github.com/php-fig/http-message-util.git",
91                 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
92             },
93             "dist": {
94                 "type": "zip",
95                 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
96                 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
97                 "shasum": ""
98             },
99             "require": {
100                 "php": "^5.3 || ^7.0 || ^8.0"
101             },
102             "suggest": {
103                 "psr/http-message": "The package containing the PSR-7 interfaces"
104             },
105             "type": "library",
106             "extra": {
107                 "branch-alias": {
108                     "dev-master": "1.1.x-dev"
109                 }
110             },
111             "autoload": {
112                 "psr-4": {
113                     "Fig\\Http\\Message\\": "src/"
114                 }
115             },
116             "notification-url": "https://packagist.org/downloads/",
117             "license": [
118                 "MIT"
119             ],
120             "authors": [
121                 {
122                     "name": "PHP-FIG",
123                     "homepage": "https://www.php-fig.org/"
124                 }
125             ],
126             "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
127             "keywords": [
128                 "http",
129                 "http-message",
130                 "psr",
131                 "psr-7",
132                 "request",
133                 "response"
134             ],
135             "support": {
136                 "issues": "https://github.com/php-fig/http-message-util/issues",
137                 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
138             },
139             "time": "2020-11-24T22:02:12+00:00"
140         },
141         {
142             "name": "google/recaptcha",
143             "version": "1.3.0",
144             "source": {
145                 "type": "git",
146                 "url": "https://github.com/google/recaptcha.git",
147                 "reference": "d59a801e98a4e9174814a6d71bbc268dff1202df"
148             },
149             "dist": {
150                 "type": "zip",
151                 "url": "https://api.github.com/repos/google/recaptcha/zipball/d59a801e98a4e9174814a6d71bbc268dff1202df",
152                 "reference": "d59a801e98a4e9174814a6d71bbc268dff1202df",
153                 "shasum": ""
154             },
155             "require": {
156                 "php": ">=8"
157             },
158             "require-dev": {
159                 "friendsofphp/php-cs-fixer": "^3.14",
160                 "php-coveralls/php-coveralls": "^2.5",
161                 "phpunit/phpunit": "^10"
162             },
163             "type": "library",
164             "extra": {
165                 "branch-alias": {
166                     "dev-master": "1.3.x-dev"
167                 }
168             },
169             "autoload": {
170                 "psr-4": {
171                     "ReCaptcha\\": "src/ReCaptcha"
172                 }
173             },
174             "notification-url": "https://packagist.org/downloads/",
175             "license": [
176                 "BSD-3-Clause"
177             ],
178             "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
179             "homepage": "https://www.google.com/recaptcha/",
180             "keywords": [
181                 "Abuse",
182                 "captcha",
183                 "recaptcha",
184                 "spam"
185             ],
186             "support": {
187                 "forum": "https://groups.google.com/forum/#!forum/recaptcha",
188                 "issues": "https://github.com/google/recaptcha/issues",
189                 "source": "https://github.com/google/recaptcha"
190             },
191             "time": "2023-02-18T17:41:46+00:00"
192         },
193         {
194             "name": "laminas/laminas-httphandlerrunner",
195             "version": "2.9.0",
196             "source": {
197                 "type": "git",
198                 "url": "https://github.com/laminas/laminas-httphandlerrunner.git",
199                 "reference": "d3e84755a17e563b1c5f8290cbfb150210501a77"
200             },
201             "dist": {
202                 "type": "zip",
203                 "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/d3e84755a17e563b1c5f8290cbfb150210501a77",
204                 "reference": "d3e84755a17e563b1c5f8290cbfb150210501a77",
205                 "shasum": ""
206             },
207             "require": {
208                 "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
209                 "psr/http-message": "^1.0 || ^2.0",
210                 "psr/http-message-implementation": "^1.0 || ^2.0",
211                 "psr/http-server-handler": "^1.0"
212             },
213             "require-dev": {
214                 "laminas/laminas-coding-standard": "~2.5.0",
215                 "laminas/laminas-diactoros": "^3.0.0",
216                 "phpunit/phpunit": "^10.1.2",
217                 "psalm/plugin-phpunit": "^0.18.4",
218                 "vimeo/psalm": "^5.11"
219             },
220             "type": "library",
221             "extra": {
222                 "laminas": {
223                     "config-provider": "Laminas\\HttpHandlerRunner\\ConfigProvider"
224                 }
225             },
226             "autoload": {
227                 "psr-4": {
228                     "Laminas\\HttpHandlerRunner\\": "src/"
229                 }
230             },
231             "notification-url": "https://packagist.org/downloads/",
232             "license": [
233                 "BSD-3-Clause"
234             ],
235             "description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
236             "homepage": "https://laminas.dev",
237             "keywords": [
238                 "components",
239                 "laminas",
240                 "mezzio",
241                 "psr-15",
242                 "psr-7"
243             ],
244             "support": {
245                 "chat": "https://laminas.dev/chat",
246                 "docs": "https://docs.laminas.dev/laminas-httphandlerrunner/",
247                 "forum": "https://discourse.laminas.dev",
248                 "issues": "https://github.com/laminas/laminas-httphandlerrunner/issues",
249                 "rss": "https://github.com/laminas/laminas-httphandlerrunner/releases.atom",
250                 "source": "https://github.com/laminas/laminas-httphandlerrunner"
251             },
252             "funding": [
253                 {
254                     "url": "https://funding.communitybridge.org/projects/laminas-project",
255                     "type": "community_bridge"
256                 }
257             ],
258             "time": "2023-09-04T10:43:03+00:00"
259         },
260         {
261             "name": "nikic/fast-route",
262             "version": "v1.3.0",
263             "source": {
264                 "type": "git",
265                 "url": "https://github.com/nikic/FastRoute.git",
266                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
267             },
268             "dist": {
269                 "type": "zip",
270                 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
271                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
272                 "shasum": ""
273             },
274             "require": {
275                 "php": ">=5.4.0"
276             },
277             "require-dev": {
278                 "phpunit/phpunit": "^4.8.35|~5.7"
279             },
280             "type": "library",
281             "autoload": {
282                 "files": [
283                     "src/functions.php"
284                 ],
285                 "psr-4": {
286                     "FastRoute\\": "src/"
287                 }
288             },
289             "notification-url": "https://packagist.org/downloads/",
290             "license": [
291                 "BSD-3-Clause"
292             ],
293             "authors": [
294                 {
295                     "name": "Nikita Popov",
296                     "email": "nikic@php.net"
297                 }
298             ],
299             "description": "Fast request router for PHP",
300             "keywords": [
301                 "router",
302                 "routing"
303             ],
304             "support": {
305                 "issues": "https://github.com/nikic/FastRoute/issues",
306                 "source": "https://github.com/nikic/FastRoute/tree/master"
307             },
308             "time": "2018-02-13T20:26:39+00:00"
309         },
310         {
311             "name": "phpmyadmin/motranslator",
312             "version": "dev-master",
313             "source": {
314                 "type": "git",
315                 "url": "https://github.com/phpmyadmin/motranslator.git",
316                 "reference": "39b605516894c6cc42928453ac8ccc1411c2f6d7"
317             },
318             "dist": {
319                 "type": "zip",
320                 "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/39b605516894c6cc42928453ac8ccc1411c2f6d7",
321                 "reference": "39b605516894c6cc42928453ac8ccc1411c2f6d7",
322                 "shasum": ""
323             },
324             "require": {
325                 "php": "^8.1",
326                 "symfony/expression-language": "^6.2"
327             },
328             "require-dev": {
329                 "phpmyadmin/coding-standard": "^4.0",
330                 "phpstan/extension-installer": "^1.3",
331                 "phpstan/phpstan": "^1.10",
332                 "phpstan/phpstan-phpunit": "^1.3",
333                 "phpstan/phpstan-strict-rules": "^1.5",
334                 "phpunit/phpunit": "^10.3",
335                 "psalm/plugin-phpunit": "^0.18.4",
336                 "vimeo/psalm": "^5.6"
337             },
338             "suggest": {
339                 "ext-apcu": "Needed for ACPu-backed translation cache"
340             },
341             "default-branch": true,
342             "type": "library",
343             "extra": {
344                 "branch-alias": {
345                     "dev-master": "6.0-dev"
346                 }
347             },
348             "autoload": {
349                 "files": [
350                     "src/functions.php"
351                 ],
352                 "psr-4": {
353                     "PhpMyAdmin\\MoTranslator\\": "src"
354                 }
355             },
356             "notification-url": "https://packagist.org/downloads/",
357             "license": [
358                 "GPL-2.0-or-later"
359             ],
360             "authors": [
361                 {
362                     "name": "The phpMyAdmin Team",
363                     "email": "developers@phpmyadmin.net",
364                     "homepage": "https://www.phpmyadmin.net/team/"
365                 }
366             ],
367             "description": "Translation API for PHP using Gettext MO files",
368             "homepage": "https://github.com/phpmyadmin/motranslator",
369             "keywords": [
370                 "gettext",
371                 "i18n",
372                 "mo",
373                 "translator"
374             ],
375             "support": {
376                 "issues": "https://github.com/phpmyadmin/motranslator/issues",
377                 "source": "https://github.com/phpmyadmin/motranslator"
378             },
379             "time": "2023-09-16T14:24:35+00:00"
380         },
381         {
382             "name": "phpmyadmin/shapefile",
383             "version": "dev-master",
384             "source": {
385                 "type": "git",
386                 "url": "https://github.com/phpmyadmin/shapefile.git",
387                 "reference": "4b64f4e0a086e821c1ec658eb5d3f19a402184a4"
388             },
389             "dist": {
390                 "type": "zip",
391                 "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/4b64f4e0a086e821c1ec658eb5d3f19a402184a4",
392                 "reference": "4b64f4e0a086e821c1ec658eb5d3f19a402184a4",
393                 "shasum": ""
394             },
395             "require": {
396                 "php": "^8.1"
397             },
398             "require-dev": {
399                 "phpmyadmin/coding-standard": "^4.0",
400                 "phpstan/extension-installer": "^1.3",
401                 "phpstan/phpstan": "^1.10",
402                 "phpstan/phpstan-phpunit": "^1.3",
403                 "phpstan/phpstan-strict-rules": "^1.5",
404                 "phpunit/phpunit": "^10.3",
405                 "psalm/plugin-phpunit": "^0.18.4",
406                 "vimeo/psalm": "^5.15"
407             },
408             "suggest": {
409                 "ext-dbase": "For dbf files parsing"
410             },
411             "default-branch": true,
412             "type": "library",
413             "extra": {
414                 "branch-alias": {
415                     "dev-master": "4.0-dev"
416                 }
417             },
418             "autoload": {
419                 "psr-4": {
420                     "PhpMyAdmin\\ShapeFile\\": "src"
421                 }
422             },
423             "notification-url": "https://packagist.org/downloads/",
424             "license": [
425                 "GPL-2.0-or-later"
426             ],
427             "authors": [
428                 {
429                     "name": "The phpMyAdmin Team",
430                     "email": "developers@phpmyadmin.net",
431                     "homepage": "https://www.phpmyadmin.net/team/"
432                 }
433             ],
434             "description": "ESRI ShapeFile library for PHP",
435             "homepage": "https://github.com/phpmyadmin/shapefile",
436             "keywords": [
437                 "ESRI",
438                 "Shapefile",
439                 "dbf",
440                 "geo",
441                 "geospatial",
442                 "shape",
443                 "shp"
444             ],
445             "support": {
446                 "issues": "https://github.com/phpmyadmin/shapefile/issues",
447                 "source": "https://github.com/phpmyadmin/shapefile"
448             },
449             "time": "2023-09-19T14:23:56+00:00"
450         },
451         {
452             "name": "phpmyadmin/sql-parser",
453             "version": "dev-master",
454             "source": {
455                 "type": "git",
456                 "url": "https://github.com/phpmyadmin/sql-parser.git",
457                 "reference": "64de8adf3d41a8a485d946247b9eaade6d23c99f"
458             },
459             "dist": {
460                 "type": "zip",
461                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/64de8adf3d41a8a485d946247b9eaade6d23c99f",
462                 "reference": "64de8adf3d41a8a485d946247b9eaade6d23c99f",
463                 "shasum": ""
464             },
465             "require": {
466                 "php": "^8.1",
467                 "symfony/polyfill-mbstring": "^1.24"
468             },
469             "conflict": {
470                 "phpmyadmin/motranslator": "<5.2"
471             },
472             "require-dev": {
473                 "phpbench/phpbench": "^1.2",
474                 "phpmyadmin/coding-standard": "^4.0",
475                 "phpmyadmin/motranslator": "^5.3",
476                 "phpstan/extension-installer": "^1.2",
477                 "phpstan/phpstan": "^1.10",
478                 "phpstan/phpstan-phpunit": "^1.3",
479                 "phpunit/phpunit": "^10.0",
480                 "psalm/plugin-phpunit": "^0.18.4",
481                 "vimeo/psalm": "^5.7",
482                 "zumba/json-serializer": "^3.2"
483             },
484             "suggest": {
485                 "ext-mbstring": "For best performance",
486                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
487             },
488             "default-branch": true,
489             "bin": [
490                 "bin/highlight-query",
491                 "bin/lint-query",
492                 "bin/tokenize-query"
493             ],
494             "type": "library",
495             "extra": {
496                 "branch-alias": {
497                     "dev-master": "6.0-dev"
498                 }
499             },
500             "autoload": {
501                 "psr-4": {
502                     "PhpMyAdmin\\SqlParser\\": "src"
503                 }
504             },
505             "notification-url": "https://packagist.org/downloads/",
506             "license": [
507                 "GPL-2.0-or-later"
508             ],
509             "authors": [
510                 {
511                     "name": "The phpMyAdmin Team",
512                     "email": "developers@phpmyadmin.net",
513                     "homepage": "https://www.phpmyadmin.net/team/"
514                 }
515             ],
516             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
517             "homepage": "https://github.com/phpmyadmin/sql-parser",
518             "keywords": [
519                 "analysis",
520                 "lexer",
521                 "parser",
522                 "query linter",
523                 "sql",
524                 "sql lexer",
525                 "sql linter",
526                 "sql parser",
527                 "sql syntax highlighter",
528                 "sql tokenizer"
529             ],
530             "support": {
531                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
532                 "source": "https://github.com/phpmyadmin/sql-parser"
533             },
534             "funding": [
535                 {
536                     "url": "https://www.phpmyadmin.net/donate/",
537                     "type": "other"
538                 }
539             ],
540             "time": "2023-11-25T12:08:21+00:00"
541         },
542         {
543             "name": "phpmyadmin/twig-i18n-extension",
544             "version": "dev-master",
545             "source": {
546                 "type": "git",
547                 "url": "https://github.com/phpmyadmin/twig-i18n-extension.git",
548                 "reference": "8e6df4e6ecd3ff2e5755d6e7d68f36c421f6d613"
549             },
550             "dist": {
551                 "type": "zip",
552                 "url": "https://api.github.com/repos/phpmyadmin/twig-i18n-extension/zipball/8e6df4e6ecd3ff2e5755d6e7d68f36c421f6d613",
553                 "reference": "8e6df4e6ecd3ff2e5755d6e7d68f36c421f6d613",
554                 "shasum": ""
555             },
556             "require": {
557                 "php": "^8.1",
558                 "twig/twig": "^3.7"
559             },
560             "require-dev": {
561                 "phpmyadmin/coding-standard": "^4.0",
562                 "phpmyadmin/motranslator": "^5.2",
563                 "phpstan/extension-installer": "^1.3",
564                 "phpstan/phpstan": "^1.10",
565                 "phpstan/phpstan-phpunit": "^1.3",
566                 "phpstan/phpstan-strict-rules": "^1.5",
567                 "phpunit/phpunit": "^9.6"
568             },
569             "default-branch": true,
570             "type": "library",
571             "extra": {
572                 "branch-alias": {
573                     "dev-master": "5.0-dev"
574                 }
575             },
576             "autoload": {
577                 "psr-4": {
578                     "PhpMyAdmin\\Twig\\Extensions\\": "src/"
579                 }
580             },
581             "notification-url": "https://packagist.org/downloads/",
582             "license": [
583                 "MIT"
584             ],
585             "authors": [
586                 {
587                     "name": "Fabien Potencier",
588                     "email": "fabien@symfony.com"
589                 },
590                 {
591                     "name": "The phpMyAdmin Team",
592                     "email": "developers@phpmyadmin.net",
593                     "homepage": "https://www.phpmyadmin.net/team/"
594                 }
595             ],
596             "description": "Internationalization support for Twig via the gettext library",
597             "keywords": [
598                 "gettext",
599                 "i18n"
600             ],
601             "support": {
602                 "issues": "https://github.com/phpmyadmin/twig-i18n-extension/issues",
603                 "source": "https://github.com/phpmyadmin/twig-i18n-extension"
604             },
605             "time": "2023-09-13T14:11:47+00:00"
606         },
607         {
608             "name": "psr/cache",
609             "version": "3.0.0",
610             "source": {
611                 "type": "git",
612                 "url": "https://github.com/php-fig/cache.git",
613                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
614             },
615             "dist": {
616                 "type": "zip",
617                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
618                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
619                 "shasum": ""
620             },
621             "require": {
622                 "php": ">=8.0.0"
623             },
624             "type": "library",
625             "extra": {
626                 "branch-alias": {
627                     "dev-master": "1.0.x-dev"
628                 }
629             },
630             "autoload": {
631                 "psr-4": {
632                     "Psr\\Cache\\": "src/"
633                 }
634             },
635             "notification-url": "https://packagist.org/downloads/",
636             "license": [
637                 "MIT"
638             ],
639             "authors": [
640                 {
641                     "name": "PHP-FIG",
642                     "homepage": "https://www.php-fig.org/"
643                 }
644             ],
645             "description": "Common interface for caching libraries",
646             "keywords": [
647                 "cache",
648                 "psr",
649                 "psr-6"
650             ],
651             "support": {
652                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
653             },
654             "time": "2021-02-03T23:26:27+00:00"
655         },
656         {
657             "name": "psr/container",
658             "version": "2.0.2",
659             "source": {
660                 "type": "git",
661                 "url": "https://github.com/php-fig/container.git",
662                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
663             },
664             "dist": {
665                 "type": "zip",
666                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
667                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
668                 "shasum": ""
669             },
670             "require": {
671                 "php": ">=7.4.0"
672             },
673             "type": "library",
674             "extra": {
675                 "branch-alias": {
676                     "dev-master": "2.0.x-dev"
677                 }
678             },
679             "autoload": {
680                 "psr-4": {
681                     "Psr\\Container\\": "src/"
682                 }
683             },
684             "notification-url": "https://packagist.org/downloads/",
685             "license": [
686                 "MIT"
687             ],
688             "authors": [
689                 {
690                     "name": "PHP-FIG",
691                     "homepage": "https://www.php-fig.org/"
692                 }
693             ],
694             "description": "Common Container Interface (PHP FIG PSR-11)",
695             "homepage": "https://github.com/php-fig/container",
696             "keywords": [
697                 "PSR-11",
698                 "container",
699                 "container-interface",
700                 "container-interop",
701                 "psr"
702             ],
703             "support": {
704                 "issues": "https://github.com/php-fig/container/issues",
705                 "source": "https://github.com/php-fig/container/tree/2.0.2"
706             },
707             "time": "2021-11-05T16:47:00+00:00"
708         },
709         {
710             "name": "psr/http-factory",
711             "version": "1.0.2",
712             "source": {
713                 "type": "git",
714                 "url": "https://github.com/php-fig/http-factory.git",
715                 "reference": "e616d01114759c4c489f93b099585439f795fe35"
716             },
717             "dist": {
718                 "type": "zip",
719                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
720                 "reference": "e616d01114759c4c489f93b099585439f795fe35",
721                 "shasum": ""
722             },
723             "require": {
724                 "php": ">=7.0.0",
725                 "psr/http-message": "^1.0 || ^2.0"
726             },
727             "type": "library",
728             "extra": {
729                 "branch-alias": {
730                     "dev-master": "1.0.x-dev"
731                 }
732             },
733             "autoload": {
734                 "psr-4": {
735                     "Psr\\Http\\Message\\": "src/"
736                 }
737             },
738             "notification-url": "https://packagist.org/downloads/",
739             "license": [
740                 "MIT"
741             ],
742             "authors": [
743                 {
744                     "name": "PHP-FIG",
745                     "homepage": "https://www.php-fig.org/"
746                 }
747             ],
748             "description": "Common interfaces for PSR-7 HTTP message factories",
749             "keywords": [
750                 "factory",
751                 "http",
752                 "message",
753                 "psr",
754                 "psr-17",
755                 "psr-7",
756                 "request",
757                 "response"
758             ],
759             "support": {
760                 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
761             },
762             "time": "2023-04-10T20:10:41+00:00"
763         },
764         {
765             "name": "psr/http-message",
766             "version": "1.1",
767             "source": {
768                 "type": "git",
769                 "url": "https://github.com/php-fig/http-message.git",
770                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
771             },
772             "dist": {
773                 "type": "zip",
774                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
775                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
776                 "shasum": ""
777             },
778             "require": {
779                 "php": "^7.2 || ^8.0"
780             },
781             "type": "library",
782             "extra": {
783                 "branch-alias": {
784                     "dev-master": "1.1.x-dev"
785                 }
786             },
787             "autoload": {
788                 "psr-4": {
789                     "Psr\\Http\\Message\\": "src/"
790                 }
791             },
792             "notification-url": "https://packagist.org/downloads/",
793             "license": [
794                 "MIT"
795             ],
796             "authors": [
797                 {
798                     "name": "PHP-FIG",
799                     "homepage": "http://www.php-fig.org/"
800                 }
801             ],
802             "description": "Common interface for HTTP messages",
803             "homepage": "https://github.com/php-fig/http-message",
804             "keywords": [
805                 "http",
806                 "http-message",
807                 "psr",
808                 "psr-7",
809                 "request",
810                 "response"
811             ],
812             "support": {
813                 "source": "https://github.com/php-fig/http-message/tree/1.1"
814             },
815             "time": "2023-04-04T09:50:52+00:00"
816         },
817         {
818             "name": "psr/http-server-handler",
819             "version": "1.0.2",
820             "source": {
821                 "type": "git",
822                 "url": "https://github.com/php-fig/http-server-handler.git",
823                 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
824             },
825             "dist": {
826                 "type": "zip",
827                 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
828                 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
829                 "shasum": ""
830             },
831             "require": {
832                 "php": ">=7.0",
833                 "psr/http-message": "^1.0 || ^2.0"
834             },
835             "type": "library",
836             "extra": {
837                 "branch-alias": {
838                     "dev-master": "1.0.x-dev"
839                 }
840             },
841             "autoload": {
842                 "psr-4": {
843                     "Psr\\Http\\Server\\": "src/"
844                 }
845             },
846             "notification-url": "https://packagist.org/downloads/",
847             "license": [
848                 "MIT"
849             ],
850             "authors": [
851                 {
852                     "name": "PHP-FIG",
853                     "homepage": "https://www.php-fig.org/"
854                 }
855             ],
856             "description": "Common interface for HTTP server-side request handler",
857             "keywords": [
858                 "handler",
859                 "http",
860                 "http-interop",
861                 "psr",
862                 "psr-15",
863                 "psr-7",
864                 "request",
865                 "response",
866                 "server"
867             ],
868             "support": {
869                 "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
870             },
871             "time": "2023-04-10T20:06:20+00:00"
872         },
873         {
874             "name": "psr/http-server-middleware",
875             "version": "1.0.2",
876             "source": {
877                 "type": "git",
878                 "url": "https://github.com/php-fig/http-server-middleware.git",
879                 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
880             },
881             "dist": {
882                 "type": "zip",
883                 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
884                 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
885                 "shasum": ""
886             },
887             "require": {
888                 "php": ">=7.0",
889                 "psr/http-message": "^1.0 || ^2.0",
890                 "psr/http-server-handler": "^1.0"
891             },
892             "type": "library",
893             "extra": {
894                 "branch-alias": {
895                     "dev-master": "1.0.x-dev"
896                 }
897             },
898             "autoload": {
899                 "psr-4": {
900                     "Psr\\Http\\Server\\": "src/"
901                 }
902             },
903             "notification-url": "https://packagist.org/downloads/",
904             "license": [
905                 "MIT"
906             ],
907             "authors": [
908                 {
909                     "name": "PHP-FIG",
910                     "homepage": "https://www.php-fig.org/"
911                 }
912             ],
913             "description": "Common interface for HTTP server-side middleware",
914             "keywords": [
915                 "http",
916                 "http-interop",
917                 "middleware",
918                 "psr",
919                 "psr-15",
920                 "psr-7",
921                 "request",
922                 "response"
923             ],
924             "support": {
925                 "issues": "https://github.com/php-fig/http-server-middleware/issues",
926                 "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
927             },
928             "time": "2023-04-11T06:14:47+00:00"
929         },
930         {
931             "name": "psr/log",
932             "version": "1.1.4",
933             "source": {
934                 "type": "git",
935                 "url": "https://github.com/php-fig/log.git",
936                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
937             },
938             "dist": {
939                 "type": "zip",
940                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
941                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
942                 "shasum": ""
943             },
944             "require": {
945                 "php": ">=5.3.0"
946             },
947             "type": "library",
948             "extra": {
949                 "branch-alias": {
950                     "dev-master": "1.1.x-dev"
951                 }
952             },
953             "autoload": {
954                 "psr-4": {
955                     "Psr\\Log\\": "Psr/Log/"
956                 }
957             },
958             "notification-url": "https://packagist.org/downloads/",
959             "license": [
960                 "MIT"
961             ],
962             "authors": [
963                 {
964                     "name": "PHP-FIG",
965                     "homepage": "https://www.php-fig.org/"
966                 }
967             ],
968             "description": "Common interface for logging libraries",
969             "homepage": "https://github.com/php-fig/log",
970             "keywords": [
971                 "log",
972                 "psr",
973                 "psr-3"
974             ],
975             "support": {
976                 "source": "https://github.com/php-fig/log/tree/1.1.4"
977             },
978             "time": "2021-05-03T11:20:27+00:00"
979         },
980         {
981             "name": "ralouphie/getallheaders",
982             "version": "3.0.3",
983             "source": {
984                 "type": "git",
985                 "url": "https://github.com/ralouphie/getallheaders.git",
986                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
987             },
988             "dist": {
989                 "type": "zip",
990                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
991                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
992                 "shasum": ""
993             },
994             "require": {
995                 "php": ">=5.6"
996             },
997             "require-dev": {
998                 "php-coveralls/php-coveralls": "^2.1",
999                 "phpunit/phpunit": "^5 || ^6.5"
1000             },
1001             "type": "library",
1002             "autoload": {
1003                 "files": [
1004                     "src/getallheaders.php"
1005                 ]
1006             },
1007             "notification-url": "https://packagist.org/downloads/",
1008             "license": [
1009                 "MIT"
1010             ],
1011             "authors": [
1012                 {
1013                     "name": "Ralph Khattar",
1014                     "email": "ralph.khattar@gmail.com"
1015                 }
1016             ],
1017             "description": "A polyfill for getallheaders.",
1018             "support": {
1019                 "issues": "https://github.com/ralouphie/getallheaders/issues",
1020                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
1021             },
1022             "time": "2019-03-08T08:55:37+00:00"
1023         },
1024         {
1025             "name": "slim/psr7",
1026             "version": "1.6.1",
1027             "source": {
1028                 "type": "git",
1029                 "url": "https://github.com/slimphp/Slim-Psr7.git",
1030                 "reference": "72d2b2bac94ab4575d369f605dbfafbe168d3163"
1031             },
1032             "dist": {
1033                 "type": "zip",
1034                 "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/72d2b2bac94ab4575d369f605dbfafbe168d3163",
1035                 "reference": "72d2b2bac94ab4575d369f605dbfafbe168d3163",
1036                 "shasum": ""
1037             },
1038             "require": {
1039                 "fig/http-message-util": "^1.1.5",
1040                 "php": "^7.4 || ^8.0",
1041                 "psr/http-factory": "^1.0",
1042                 "psr/http-message": "^1.0",
1043                 "ralouphie/getallheaders": "^3.0",
1044                 "symfony/polyfill-php80": "^1.26"
1045             },
1046             "provide": {
1047                 "psr/http-factory-implementation": "1.0",
1048                 "psr/http-message-implementation": "1.0"
1049             },
1050             "require-dev": {
1051                 "adriansuter/php-autoload-override": "^1.3",
1052                 "ext-json": "*",
1053                 "http-interop/http-factory-tests": "^0.9.0",
1054                 "php-http/psr7-integration-tests": "1.1",
1055                 "phpspec/prophecy": "^1.15",
1056                 "phpspec/prophecy-phpunit": "^2.0",
1057                 "phpstan/phpstan": "^1.8",
1058                 "phpunit/phpunit": "^9.5",
1059                 "squizlabs/php_codesniffer": "^3.7"
1060             },
1061             "type": "library",
1062             "autoload": {
1063                 "psr-4": {
1064                     "Slim\\Psr7\\": "src"
1065                 }
1066             },
1067             "notification-url": "https://packagist.org/downloads/",
1068             "license": [
1069                 "MIT"
1070             ],
1071             "authors": [
1072                 {
1073                     "name": "Josh Lockhart",
1074                     "email": "hello@joshlockhart.com",
1075                     "homepage": "http://joshlockhart.com"
1076                 },
1077                 {
1078                     "name": "Andrew Smith",
1079                     "email": "a.smith@silentworks.co.uk",
1080                     "homepage": "http://silentworks.co.uk"
1081                 },
1082                 {
1083                     "name": "Rob Allen",
1084                     "email": "rob@akrabat.com",
1085                     "homepage": "http://akrabat.com"
1086                 },
1087                 {
1088                     "name": "Pierre Berube",
1089                     "email": "pierre@lgse.com",
1090                     "homepage": "http://www.lgse.com"
1091                 }
1092             ],
1093             "description": "Strict PSR-7 implementation",
1094             "homepage": "https://www.slimframework.com",
1095             "keywords": [
1096                 "http",
1097                 "psr-7",
1098                 "psr7"
1099             ],
1100             "support": {
1101                 "issues": "https://github.com/slimphp/Slim-Psr7/issues",
1102                 "source": "https://github.com/slimphp/Slim-Psr7/tree/1.6.1"
1103             },
1104             "time": "2023-04-17T16:02:20+00:00"
1105         },
1106         {
1107             "name": "symfony/cache",
1108             "version": "v6.3.8",
1109             "source": {
1110                 "type": "git",
1111                 "url": "https://github.com/symfony/cache.git",
1112                 "reference": "ba33517043c22c94c7ab04b056476f6f86816cf8"
1113             },
1114             "dist": {
1115                 "type": "zip",
1116                 "url": "https://api.github.com/repos/symfony/cache/zipball/ba33517043c22c94c7ab04b056476f6f86816cf8",
1117                 "reference": "ba33517043c22c94c7ab04b056476f6f86816cf8",
1118                 "shasum": ""
1119             },
1120             "require": {
1121                 "php": ">=8.1",
1122                 "psr/cache": "^2.0|^3.0",
1123                 "psr/log": "^1.1|^2|^3",
1124                 "symfony/cache-contracts": "^2.5|^3",
1125                 "symfony/service-contracts": "^2.5|^3",
1126                 "symfony/var-exporter": "^6.3.6"
1127             },
1128             "conflict": {
1129                 "doctrine/dbal": "<2.13.1",
1130                 "symfony/dependency-injection": "<5.4",
1131                 "symfony/http-kernel": "<5.4",
1132                 "symfony/var-dumper": "<5.4"
1133             },
1134             "provide": {
1135                 "psr/cache-implementation": "2.0|3.0",
1136                 "psr/simple-cache-implementation": "1.0|2.0|3.0",
1137                 "symfony/cache-implementation": "1.1|2.0|3.0"
1138             },
1139             "require-dev": {
1140                 "cache/integration-tests": "dev-master",
1141                 "doctrine/dbal": "^2.13.1|^3|^4",
1142                 "predis/predis": "^1.1|^2.0",
1143                 "psr/simple-cache": "^1.0|^2.0|^3.0",
1144                 "symfony/config": "^5.4|^6.0",
1145                 "symfony/dependency-injection": "^5.4|^6.0",
1146                 "symfony/filesystem": "^5.4|^6.0",
1147                 "symfony/http-kernel": "^5.4|^6.0",
1148                 "symfony/messenger": "^5.4|^6.0",
1149                 "symfony/var-dumper": "^5.4|^6.0"
1150             },
1151             "type": "library",
1152             "autoload": {
1153                 "psr-4": {
1154                     "Symfony\\Component\\Cache\\": ""
1155                 },
1156                 "classmap": [
1157                     "Traits/ValueWrapper.php"
1158                 ],
1159                 "exclude-from-classmap": [
1160                     "/Tests/"
1161                 ]
1162             },
1163             "notification-url": "https://packagist.org/downloads/",
1164             "license": [
1165                 "MIT"
1166             ],
1167             "authors": [
1168                 {
1169                     "name": "Nicolas Grekas",
1170                     "email": "p@tchwork.com"
1171                 },
1172                 {
1173                     "name": "Symfony Community",
1174                     "homepage": "https://symfony.com/contributors"
1175                 }
1176             ],
1177             "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
1178             "homepage": "https://symfony.com",
1179             "keywords": [
1180                 "caching",
1181                 "psr6"
1182             ],
1183             "support": {
1184                 "source": "https://github.com/symfony/cache/tree/v6.3.8"
1185             },
1186             "funding": [
1187                 {
1188                     "url": "https://symfony.com/sponsor",
1189                     "type": "custom"
1190                 },
1191                 {
1192                     "url": "https://github.com/fabpot",
1193                     "type": "github"
1194                 },
1195                 {
1196                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1197                     "type": "tidelift"
1198                 }
1199             ],
1200             "time": "2023-11-07T10:17:15+00:00"
1201         },
1202         {
1203             "name": "symfony/cache-contracts",
1204             "version": "v3.4.0",
1205             "source": {
1206                 "type": "git",
1207                 "url": "https://github.com/symfony/cache-contracts.git",
1208                 "reference": "1d74b127da04ffa87aa940abe15446fa89653778"
1209             },
1210             "dist": {
1211                 "type": "zip",
1212                 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1d74b127da04ffa87aa940abe15446fa89653778",
1213                 "reference": "1d74b127da04ffa87aa940abe15446fa89653778",
1214                 "shasum": ""
1215             },
1216             "require": {
1217                 "php": ">=8.1",
1218                 "psr/cache": "^3.0"
1219             },
1220             "type": "library",
1221             "extra": {
1222                 "branch-alias": {
1223                     "dev-main": "3.4-dev"
1224                 },
1225                 "thanks": {
1226                     "name": "symfony/contracts",
1227                     "url": "https://github.com/symfony/contracts"
1228                 }
1229             },
1230             "autoload": {
1231                 "psr-4": {
1232                     "Symfony\\Contracts\\Cache\\": ""
1233                 }
1234             },
1235             "notification-url": "https://packagist.org/downloads/",
1236             "license": [
1237                 "MIT"
1238             ],
1239             "authors": [
1240                 {
1241                     "name": "Nicolas Grekas",
1242                     "email": "p@tchwork.com"
1243                 },
1244                 {
1245                     "name": "Symfony Community",
1246                     "homepage": "https://symfony.com/contributors"
1247                 }
1248             ],
1249             "description": "Generic abstractions related to caching",
1250             "homepage": "https://symfony.com",
1251             "keywords": [
1252                 "abstractions",
1253                 "contracts",
1254                 "decoupling",
1255                 "interfaces",
1256                 "interoperability",
1257                 "standards"
1258             ],
1259             "support": {
1260                 "source": "https://github.com/symfony/cache-contracts/tree/v3.4.0"
1261             },
1262             "funding": [
1263                 {
1264                     "url": "https://symfony.com/sponsor",
1265                     "type": "custom"
1266                 },
1267                 {
1268                     "url": "https://github.com/fabpot",
1269                     "type": "github"
1270                 },
1271                 {
1272                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1273                     "type": "tidelift"
1274                 }
1275             ],
1276             "time": "2023-09-25T12:52:38+00:00"
1277         },
1278         {
1279             "name": "symfony/config",
1280             "version": "v6.3.8",
1281             "source": {
1282                 "type": "git",
1283                 "url": "https://github.com/symfony/config.git",
1284                 "reference": "b7a63887960359e5b59b15826fa9f9be10acbe88"
1285             },
1286             "dist": {
1287                 "type": "zip",
1288                 "url": "https://api.github.com/repos/symfony/config/zipball/b7a63887960359e5b59b15826fa9f9be10acbe88",
1289                 "reference": "b7a63887960359e5b59b15826fa9f9be10acbe88",
1290                 "shasum": ""
1291             },
1292             "require": {
1293                 "php": ">=8.1",
1294                 "symfony/deprecation-contracts": "^2.5|^3",
1295                 "symfony/filesystem": "^5.4|^6.0",
1296                 "symfony/polyfill-ctype": "~1.8"
1297             },
1298             "conflict": {
1299                 "symfony/finder": "<5.4",
1300                 "symfony/service-contracts": "<2.5"
1301             },
1302             "require-dev": {
1303                 "symfony/event-dispatcher": "^5.4|^6.0",
1304                 "symfony/finder": "^5.4|^6.0",
1305                 "symfony/messenger": "^5.4|^6.0",
1306                 "symfony/service-contracts": "^2.5|^3",
1307                 "symfony/yaml": "^5.4|^6.0"
1308             },
1309             "type": "library",
1310             "autoload": {
1311                 "psr-4": {
1312                     "Symfony\\Component\\Config\\": ""
1313                 },
1314                 "exclude-from-classmap": [
1315                     "/Tests/"
1316                 ]
1317             },
1318             "notification-url": "https://packagist.org/downloads/",
1319             "license": [
1320                 "MIT"
1321             ],
1322             "authors": [
1323                 {
1324                     "name": "Fabien Potencier",
1325                     "email": "fabien@symfony.com"
1326                 },
1327                 {
1328                     "name": "Symfony Community",
1329                     "homepage": "https://symfony.com/contributors"
1330                 }
1331             ],
1332             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
1333             "homepage": "https://symfony.com",
1334             "support": {
1335                 "source": "https://github.com/symfony/config/tree/v6.3.8"
1336             },
1337             "funding": [
1338                 {
1339                     "url": "https://symfony.com/sponsor",
1340                     "type": "custom"
1341                 },
1342                 {
1343                     "url": "https://github.com/fabpot",
1344                     "type": "github"
1345                 },
1346                 {
1347                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1348                     "type": "tidelift"
1349                 }
1350             ],
1351             "time": "2023-11-09T08:28:21+00:00"
1352         },
1353         {
1354             "name": "symfony/dependency-injection",
1355             "version": "v6.3.8",
1356             "source": {
1357                 "type": "git",
1358                 "url": "https://github.com/symfony/dependency-injection.git",
1359                 "reference": "1f30f545c4151f611148fc19e28d54d39e0a00bc"
1360             },
1361             "dist": {
1362                 "type": "zip",
1363                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1f30f545c4151f611148fc19e28d54d39e0a00bc",
1364                 "reference": "1f30f545c4151f611148fc19e28d54d39e0a00bc",
1365                 "shasum": ""
1366             },
1367             "require": {
1368                 "php": ">=8.1",
1369                 "psr/container": "^1.1|^2.0",
1370                 "symfony/deprecation-contracts": "^2.5|^3",
1371                 "symfony/service-contracts": "^2.5|^3.0",
1372                 "symfony/var-exporter": "^6.2.10"
1373             },
1374             "conflict": {
1375                 "ext-psr": "<1.1|>=2",
1376                 "symfony/config": "<6.1",
1377                 "symfony/finder": "<5.4",
1378                 "symfony/proxy-manager-bridge": "<6.3",
1379                 "symfony/yaml": "<5.4"
1380             },
1381             "provide": {
1382                 "psr/container-implementation": "1.1|2.0",
1383                 "symfony/service-implementation": "1.1|2.0|3.0"
1384             },
1385             "require-dev": {
1386                 "symfony/config": "^6.1",
1387                 "symfony/expression-language": "^5.4|^6.0",
1388                 "symfony/yaml": "^5.4|^6.0"
1389             },
1390             "type": "library",
1391             "autoload": {
1392                 "psr-4": {
1393                     "Symfony\\Component\\DependencyInjection\\": ""
1394                 },
1395                 "exclude-from-classmap": [
1396                     "/Tests/"
1397                 ]
1398             },
1399             "notification-url": "https://packagist.org/downloads/",
1400             "license": [
1401                 "MIT"
1402             ],
1403             "authors": [
1404                 {
1405                     "name": "Fabien Potencier",
1406                     "email": "fabien@symfony.com"
1407                 },
1408                 {
1409                     "name": "Symfony Community",
1410                     "homepage": "https://symfony.com/contributors"
1411                 }
1412             ],
1413             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
1414             "homepage": "https://symfony.com",
1415             "support": {
1416                 "source": "https://github.com/symfony/dependency-injection/tree/v6.3.8"
1417             },
1418             "funding": [
1419                 {
1420                     "url": "https://symfony.com/sponsor",
1421                     "type": "custom"
1422                 },
1423                 {
1424                     "url": "https://github.com/fabpot",
1425                     "type": "github"
1426                 },
1427                 {
1428                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1429                     "type": "tidelift"
1430                 }
1431             ],
1432             "time": "2023-10-31T08:07:48+00:00"
1433         },
1434         {
1435             "name": "symfony/deprecation-contracts",
1436             "version": "v3.4.0",
1437             "source": {
1438                 "type": "git",
1439                 "url": "https://github.com/symfony/deprecation-contracts.git",
1440                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
1441             },
1442             "dist": {
1443                 "type": "zip",
1444                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
1445                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
1446                 "shasum": ""
1447             },
1448             "require": {
1449                 "php": ">=8.1"
1450             },
1451             "type": "library",
1452             "extra": {
1453                 "branch-alias": {
1454                     "dev-main": "3.4-dev"
1455                 },
1456                 "thanks": {
1457                     "name": "symfony/contracts",
1458                     "url": "https://github.com/symfony/contracts"
1459                 }
1460             },
1461             "autoload": {
1462                 "files": [
1463                     "function.php"
1464                 ]
1465             },
1466             "notification-url": "https://packagist.org/downloads/",
1467             "license": [
1468                 "MIT"
1469             ],
1470             "authors": [
1471                 {
1472                     "name": "Nicolas Grekas",
1473                     "email": "p@tchwork.com"
1474                 },
1475                 {
1476                     "name": "Symfony Community",
1477                     "homepage": "https://symfony.com/contributors"
1478                 }
1479             ],
1480             "description": "A generic function and convention to trigger deprecation notices",
1481             "homepage": "https://symfony.com",
1482             "support": {
1483                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
1484             },
1485             "funding": [
1486                 {
1487                     "url": "https://symfony.com/sponsor",
1488                     "type": "custom"
1489                 },
1490                 {
1491                     "url": "https://github.com/fabpot",
1492                     "type": "github"
1493                 },
1494                 {
1495                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1496                     "type": "tidelift"
1497                 }
1498             ],
1499             "time": "2023-05-23T14:45:45+00:00"
1500         },
1501         {
1502             "name": "symfony/expression-language",
1503             "version": "v6.3.0",
1504             "source": {
1505                 "type": "git",
1506                 "url": "https://github.com/symfony/expression-language.git",
1507                 "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0"
1508             },
1509             "dist": {
1510                 "type": "zip",
1511                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
1512                 "reference": "6d560c4c80e7e328708efd923f93ad67e6a0c1c0",
1513                 "shasum": ""
1514             },
1515             "require": {
1516                 "php": ">=8.1",
1517                 "symfony/cache": "^5.4|^6.0",
1518                 "symfony/deprecation-contracts": "^2.5|^3",
1519                 "symfony/service-contracts": "^2.5|^3"
1520             },
1521             "type": "library",
1522             "autoload": {
1523                 "psr-4": {
1524                     "Symfony\\Component\\ExpressionLanguage\\": ""
1525                 },
1526                 "exclude-from-classmap": [
1527                     "/Tests/"
1528                 ]
1529             },
1530             "notification-url": "https://packagist.org/downloads/",
1531             "license": [
1532                 "MIT"
1533             ],
1534             "authors": [
1535                 {
1536                     "name": "Fabien Potencier",
1537                     "email": "fabien@symfony.com"
1538                 },
1539                 {
1540                     "name": "Symfony Community",
1541                     "homepage": "https://symfony.com/contributors"
1542                 }
1543             ],
1544             "description": "Provides an engine that can compile and evaluate expressions",
1545             "homepage": "https://symfony.com",
1546             "support": {
1547                 "source": "https://github.com/symfony/expression-language/tree/v6.3.0"
1548             },
1549             "funding": [
1550                 {
1551                     "url": "https://symfony.com/sponsor",
1552                     "type": "custom"
1553                 },
1554                 {
1555                     "url": "https://github.com/fabpot",
1556                     "type": "github"
1557                 },
1558                 {
1559                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1560                     "type": "tidelift"
1561                 }
1562             ],
1563             "time": "2023-04-28T16:05:33+00:00"
1564         },
1565         {
1566             "name": "symfony/filesystem",
1567             "version": "v6.3.1",
1568             "source": {
1569                 "type": "git",
1570                 "url": "https://github.com/symfony/filesystem.git",
1571                 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
1572             },
1573             "dist": {
1574                 "type": "zip",
1575                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
1576                 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
1577                 "shasum": ""
1578             },
1579             "require": {
1580                 "php": ">=8.1",
1581                 "symfony/polyfill-ctype": "~1.8",
1582                 "symfony/polyfill-mbstring": "~1.8"
1583             },
1584             "type": "library",
1585             "autoload": {
1586                 "psr-4": {
1587                     "Symfony\\Component\\Filesystem\\": ""
1588                 },
1589                 "exclude-from-classmap": [
1590                     "/Tests/"
1591                 ]
1592             },
1593             "notification-url": "https://packagist.org/downloads/",
1594             "license": [
1595                 "MIT"
1596             ],
1597             "authors": [
1598                 {
1599                     "name": "Fabien Potencier",
1600                     "email": "fabien@symfony.com"
1601                 },
1602                 {
1603                     "name": "Symfony Community",
1604                     "homepage": "https://symfony.com/contributors"
1605                 }
1606             ],
1607             "description": "Provides basic utilities for the filesystem",
1608             "homepage": "https://symfony.com",
1609             "support": {
1610                 "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
1611             },
1612             "funding": [
1613                 {
1614                     "url": "https://symfony.com/sponsor",
1615                     "type": "custom"
1616                 },
1617                 {
1618                     "url": "https://github.com/fabpot",
1619                     "type": "github"
1620                 },
1621                 {
1622                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1623                     "type": "tidelift"
1624                 }
1625             ],
1626             "time": "2023-06-01T08:30:39+00:00"
1627         },
1628         {
1629             "name": "symfony/polyfill-ctype",
1630             "version": "v1.28.0",
1631             "source": {
1632                 "type": "git",
1633                 "url": "https://github.com/symfony/polyfill-ctype.git",
1634                 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
1635             },
1636             "dist": {
1637                 "type": "zip",
1638                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
1639                 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
1640                 "shasum": ""
1641             },
1642             "require": {
1643                 "php": ">=7.1"
1644             },
1645             "provide": {
1646                 "ext-ctype": "*"
1647             },
1648             "suggest": {
1649                 "ext-ctype": "For best performance"
1650             },
1651             "type": "library",
1652             "extra": {
1653                 "branch-alias": {
1654                     "dev-main": "1.28-dev"
1655                 },
1656                 "thanks": {
1657                     "name": "symfony/polyfill",
1658                     "url": "https://github.com/symfony/polyfill"
1659                 }
1660             },
1661             "autoload": {
1662                 "files": [
1663                     "bootstrap.php"
1664                 ],
1665                 "psr-4": {
1666                     "Symfony\\Polyfill\\Ctype\\": ""
1667                 }
1668             },
1669             "notification-url": "https://packagist.org/downloads/",
1670             "license": [
1671                 "MIT"
1672             ],
1673             "authors": [
1674                 {
1675                     "name": "Gert de Pagter",
1676                     "email": "BackEndTea@gmail.com"
1677                 },
1678                 {
1679                     "name": "Symfony Community",
1680                     "homepage": "https://symfony.com/contributors"
1681                 }
1682             ],
1683             "description": "Symfony polyfill for ctype functions",
1684             "homepage": "https://symfony.com",
1685             "keywords": [
1686                 "compatibility",
1687                 "ctype",
1688                 "polyfill",
1689                 "portable"
1690             ],
1691             "support": {
1692                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
1693             },
1694             "funding": [
1695                 {
1696                     "url": "https://symfony.com/sponsor",
1697                     "type": "custom"
1698                 },
1699                 {
1700                     "url": "https://github.com/fabpot",
1701                     "type": "github"
1702                 },
1703                 {
1704                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1705                     "type": "tidelift"
1706                 }
1707             ],
1708             "time": "2023-01-26T09:26:14+00:00"
1709         },
1710         {
1711             "name": "symfony/polyfill-mbstring",
1712             "version": "v1.28.0",
1713             "source": {
1714                 "type": "git",
1715                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1716                 "reference": "42292d99c55abe617799667f454222c54c60e229"
1717             },
1718             "dist": {
1719                 "type": "zip",
1720                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
1721                 "reference": "42292d99c55abe617799667f454222c54c60e229",
1722                 "shasum": ""
1723             },
1724             "require": {
1725                 "php": ">=7.1"
1726             },
1727             "provide": {
1728                 "ext-mbstring": "*"
1729             },
1730             "suggest": {
1731                 "ext-mbstring": "For best performance"
1732             },
1733             "type": "library",
1734             "extra": {
1735                 "branch-alias": {
1736                     "dev-main": "1.28-dev"
1737                 },
1738                 "thanks": {
1739                     "name": "symfony/polyfill",
1740                     "url": "https://github.com/symfony/polyfill"
1741                 }
1742             },
1743             "autoload": {
1744                 "files": [
1745                     "bootstrap.php"
1746                 ],
1747                 "psr-4": {
1748                     "Symfony\\Polyfill\\Mbstring\\": ""
1749                 }
1750             },
1751             "notification-url": "https://packagist.org/downloads/",
1752             "license": [
1753                 "MIT"
1754             ],
1755             "authors": [
1756                 {
1757                     "name": "Nicolas Grekas",
1758                     "email": "p@tchwork.com"
1759                 },
1760                 {
1761                     "name": "Symfony Community",
1762                     "homepage": "https://symfony.com/contributors"
1763                 }
1764             ],
1765             "description": "Symfony polyfill for the Mbstring extension",
1766             "homepage": "https://symfony.com",
1767             "keywords": [
1768                 "compatibility",
1769                 "mbstring",
1770                 "polyfill",
1771                 "portable",
1772                 "shim"
1773             ],
1774             "support": {
1775                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
1776             },
1777             "funding": [
1778                 {
1779                     "url": "https://symfony.com/sponsor",
1780                     "type": "custom"
1781                 },
1782                 {
1783                     "url": "https://github.com/fabpot",
1784                     "type": "github"
1785                 },
1786                 {
1787                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1788                     "type": "tidelift"
1789                 }
1790             ],
1791             "time": "2023-07-28T09:04:16+00:00"
1792         },
1793         {
1794             "name": "symfony/polyfill-php80",
1795             "version": "v1.28.0",
1796             "source": {
1797                 "type": "git",
1798                 "url": "https://github.com/symfony/polyfill-php80.git",
1799                 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
1800             },
1801             "dist": {
1802                 "type": "zip",
1803                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
1804                 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
1805                 "shasum": ""
1806             },
1807             "require": {
1808                 "php": ">=7.1"
1809             },
1810             "type": "library",
1811             "extra": {
1812                 "branch-alias": {
1813                     "dev-main": "1.28-dev"
1814                 },
1815                 "thanks": {
1816                     "name": "symfony/polyfill",
1817                     "url": "https://github.com/symfony/polyfill"
1818                 }
1819             },
1820             "autoload": {
1821                 "files": [
1822                     "bootstrap.php"
1823                 ],
1824                 "psr-4": {
1825                     "Symfony\\Polyfill\\Php80\\": ""
1826                 },
1827                 "classmap": [
1828                     "Resources/stubs"
1829                 ]
1830             },
1831             "notification-url": "https://packagist.org/downloads/",
1832             "license": [
1833                 "MIT"
1834             ],
1835             "authors": [
1836                 {
1837                     "name": "Ion Bazan",
1838                     "email": "ion.bazan@gmail.com"
1839                 },
1840                 {
1841                     "name": "Nicolas Grekas",
1842                     "email": "p@tchwork.com"
1843                 },
1844                 {
1845                     "name": "Symfony Community",
1846                     "homepage": "https://symfony.com/contributors"
1847                 }
1848             ],
1849             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1850             "homepage": "https://symfony.com",
1851             "keywords": [
1852                 "compatibility",
1853                 "polyfill",
1854                 "portable",
1855                 "shim"
1856             ],
1857             "support": {
1858                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
1859             },
1860             "funding": [
1861                 {
1862                     "url": "https://symfony.com/sponsor",
1863                     "type": "custom"
1864                 },
1865                 {
1866                     "url": "https://github.com/fabpot",
1867                     "type": "github"
1868                 },
1869                 {
1870                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1871                     "type": "tidelift"
1872                 }
1873             ],
1874             "time": "2023-01-26T09:26:14+00:00"
1875         },
1876         {
1877             "name": "symfony/service-contracts",
1878             "version": "v3.4.0",
1879             "source": {
1880                 "type": "git",
1881                 "url": "https://github.com/symfony/service-contracts.git",
1882                 "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838"
1883             },
1884             "dist": {
1885                 "type": "zip",
1886                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b3313c2dbffaf71c8de2934e2ea56ed2291a3838",
1887                 "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838",
1888                 "shasum": ""
1889             },
1890             "require": {
1891                 "php": ">=8.1",
1892                 "psr/container": "^2.0"
1893             },
1894             "conflict": {
1895                 "ext-psr": "<1.1|>=2"
1896             },
1897             "type": "library",
1898             "extra": {
1899                 "branch-alias": {
1900                     "dev-main": "3.4-dev"
1901                 },
1902                 "thanks": {
1903                     "name": "symfony/contracts",
1904                     "url": "https://github.com/symfony/contracts"
1905                 }
1906             },
1907             "autoload": {
1908                 "psr-4": {
1909                     "Symfony\\Contracts\\Service\\": ""
1910                 },
1911                 "exclude-from-classmap": [
1912                     "/Test/"
1913                 ]
1914             },
1915             "notification-url": "https://packagist.org/downloads/",
1916             "license": [
1917                 "MIT"
1918             ],
1919             "authors": [
1920                 {
1921                     "name": "Nicolas Grekas",
1922                     "email": "p@tchwork.com"
1923                 },
1924                 {
1925                     "name": "Symfony Community",
1926                     "homepage": "https://symfony.com/contributors"
1927                 }
1928             ],
1929             "description": "Generic abstractions related to writing services",
1930             "homepage": "https://symfony.com",
1931             "keywords": [
1932                 "abstractions",
1933                 "contracts",
1934                 "decoupling",
1935                 "interfaces",
1936                 "interoperability",
1937                 "standards"
1938             ],
1939             "support": {
1940                 "source": "https://github.com/symfony/service-contracts/tree/v3.4.0"
1941             },
1942             "funding": [
1943                 {
1944                     "url": "https://symfony.com/sponsor",
1945                     "type": "custom"
1946                 },
1947                 {
1948                     "url": "https://github.com/fabpot",
1949                     "type": "github"
1950                 },
1951                 {
1952                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1953                     "type": "tidelift"
1954                 }
1955             ],
1956             "time": "2023-07-30T20:28:31+00:00"
1957         },
1958         {
1959             "name": "symfony/var-exporter",
1960             "version": "v6.3.6",
1961             "source": {
1962                 "type": "git",
1963                 "url": "https://github.com/symfony/var-exporter.git",
1964                 "reference": "374d289c13cb989027274c86206ddc63b16a2441"
1965             },
1966             "dist": {
1967                 "type": "zip",
1968                 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/374d289c13cb989027274c86206ddc63b16a2441",
1969                 "reference": "374d289c13cb989027274c86206ddc63b16a2441",
1970                 "shasum": ""
1971             },
1972             "require": {
1973                 "php": ">=8.1"
1974             },
1975             "require-dev": {
1976                 "symfony/var-dumper": "^5.4|^6.0"
1977             },
1978             "type": "library",
1979             "autoload": {
1980                 "psr-4": {
1981                     "Symfony\\Component\\VarExporter\\": ""
1982                 },
1983                 "exclude-from-classmap": [
1984                     "/Tests/"
1985                 ]
1986             },
1987             "notification-url": "https://packagist.org/downloads/",
1988             "license": [
1989                 "MIT"
1990             ],
1991             "authors": [
1992                 {
1993                     "name": "Nicolas Grekas",
1994                     "email": "p@tchwork.com"
1995                 },
1996                 {
1997                     "name": "Symfony Community",
1998                     "homepage": "https://symfony.com/contributors"
1999                 }
2000             ],
2001             "description": "Allows exporting any serializable PHP data structure to plain PHP code",
2002             "homepage": "https://symfony.com",
2003             "keywords": [
2004                 "clone",
2005                 "construct",
2006                 "export",
2007                 "hydrate",
2008                 "instantiate",
2009                 "lazy-loading",
2010                 "proxy",
2011                 "serialize"
2012             ],
2013             "support": {
2014                 "source": "https://github.com/symfony/var-exporter/tree/v6.3.6"
2015             },
2016             "funding": [
2017                 {
2018                     "url": "https://symfony.com/sponsor",
2019                     "type": "custom"
2020                 },
2021                 {
2022                     "url": "https://github.com/fabpot",
2023                     "type": "github"
2024                 },
2025                 {
2026                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2027                     "type": "tidelift"
2028                 }
2029             ],
2030             "time": "2023-10-13T09:16:49+00:00"
2031         },
2032         {
2033             "name": "twig/twig",
2034             "version": "v3.8.0",
2035             "source": {
2036                 "type": "git",
2037                 "url": "https://github.com/twigphp/Twig.git",
2038                 "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d"
2039             },
2040             "dist": {
2041                 "type": "zip",
2042                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
2043                 "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
2044                 "shasum": ""
2045             },
2046             "require": {
2047                 "php": ">=7.2.5",
2048                 "symfony/polyfill-ctype": "^1.8",
2049                 "symfony/polyfill-mbstring": "^1.3",
2050                 "symfony/polyfill-php80": "^1.22"
2051             },
2052             "require-dev": {
2053                 "psr/container": "^1.0|^2.0",
2054                 "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0"
2055             },
2056             "type": "library",
2057             "autoload": {
2058                 "psr-4": {
2059                     "Twig\\": "src/"
2060                 }
2061             },
2062             "notification-url": "https://packagist.org/downloads/",
2063             "license": [
2064                 "BSD-3-Clause"
2065             ],
2066             "authors": [
2067                 {
2068                     "name": "Fabien Potencier",
2069                     "email": "fabien@symfony.com",
2070                     "homepage": "http://fabien.potencier.org",
2071                     "role": "Lead Developer"
2072                 },
2073                 {
2074                     "name": "Twig Team",
2075                     "role": "Contributors"
2076                 },
2077                 {
2078                     "name": "Armin Ronacher",
2079                     "email": "armin.ronacher@active-4.com",
2080                     "role": "Project Founder"
2081                 }
2082             ],
2083             "description": "Twig, the flexible, fast, and secure template language for PHP",
2084             "homepage": "https://twig.symfony.com",
2085             "keywords": [
2086                 "templating"
2087             ],
2088             "support": {
2089                 "issues": "https://github.com/twigphp/Twig/issues",
2090                 "source": "https://github.com/twigphp/Twig/tree/v3.8.0"
2091             },
2092             "funding": [
2093                 {
2094                     "url": "https://github.com/fabpot",
2095                     "type": "github"
2096                 },
2097                 {
2098                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
2099                     "type": "tidelift"
2100                 }
2101             ],
2102             "time": "2023-11-21T18:54:41+00:00"
2103         },
2104         {
2105             "name": "webmozart/assert",
2106             "version": "1.11.0",
2107             "source": {
2108                 "type": "git",
2109                 "url": "https://github.com/webmozarts/assert.git",
2110                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2111             },
2112             "dist": {
2113                 "type": "zip",
2114                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
2115                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2116                 "shasum": ""
2117             },
2118             "require": {
2119                 "ext-ctype": "*",
2120                 "php": "^7.2 || ^8.0"
2121             },
2122             "conflict": {
2123                 "phpstan/phpstan": "<0.12.20",
2124                 "vimeo/psalm": "<4.6.1 || 4.6.2"
2125             },
2126             "require-dev": {
2127                 "phpunit/phpunit": "^8.5.13"
2128             },
2129             "type": "library",
2130             "extra": {
2131                 "branch-alias": {
2132                     "dev-master": "1.10-dev"
2133                 }
2134             },
2135             "autoload": {
2136                 "psr-4": {
2137                     "Webmozart\\Assert\\": "src/"
2138                 }
2139             },
2140             "notification-url": "https://packagist.org/downloads/",
2141             "license": [
2142                 "MIT"
2143             ],
2144             "authors": [
2145                 {
2146                     "name": "Bernhard Schussek",
2147                     "email": "bschussek@gmail.com"
2148                 }
2149             ],
2150             "description": "Assertions to validate method input/output with nice error messages.",
2151             "keywords": [
2152                 "assert",
2153                 "check",
2154                 "validate"
2155             ],
2156             "support": {
2157                 "issues": "https://github.com/webmozarts/assert/issues",
2158                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
2159             },
2160             "time": "2022-06-03T18:03:27+00:00"
2161         },
2162         {
2163             "name": "williamdes/mariadb-mysql-kbs",
2164             "version": "v1.2.14",
2165             "source": {
2166                 "type": "git",
2167                 "url": "https://github.com/williamdes/mariadb-mysql-kbs.git",
2168                 "reference": "d829a96ad07d79065fbc818a3bd01f2266c3890b"
2169             },
2170             "dist": {
2171                 "type": "zip",
2172                 "url": "https://api.github.com/repos/williamdes/mariadb-mysql-kbs/zipball/d829a96ad07d79065fbc818a3bd01f2266c3890b",
2173                 "reference": "d829a96ad07d79065fbc818a3bd01f2266c3890b",
2174                 "shasum": ""
2175             },
2176             "require": {
2177                 "php": "^7.1 || ^8.0"
2178             },
2179             "require-dev": {
2180                 "phpstan/phpstan": "^1.2",
2181                 "phpunit/phpunit": "^7 || ^8 || ^9",
2182                 "swaggest/json-schema": "^0.12.29",
2183                 "wdes/coding-standard": "^3.2.1"
2184             },
2185             "type": "library",
2186             "autoload": {
2187                 "psr-4": {
2188                     "Williamdes\\MariaDBMySQLKBS\\": "src/"
2189                 }
2190             },
2191             "notification-url": "https://packagist.org/downloads/",
2192             "license": [
2193                 "MPL-2.0"
2194             ],
2195             "authors": [
2196                 {
2197                     "name": "William Desportes",
2198                     "email": "williamdes@wdes.fr"
2199                 }
2200             ],
2201             "description": "An index of the MariaDB and MySQL Knowledge bases",
2202             "homepage": "https://github.com/williamdes/mariadb-mysql-kbs",
2203             "keywords": [
2204                 "composer-package",
2205                 "dataset",
2206                 "json",
2207                 "kb",
2208                 "knowledge-base",
2209                 "library",
2210                 "mariadb",
2211                 "mariadb-knowledge-bases",
2212                 "mysql",
2213                 "mysql-knowledge-bases",
2214                 "npm-package"
2215             ],
2216             "support": {
2217                 "email": "williamdes@wdes.fr",
2218                 "issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues",
2219                 "source": "https://github.com/williamdes/mariadb-mysql-kbs"
2220             },
2221             "funding": [
2222                 {
2223                     "url": "https://github.com/sponsors/williamdes",
2224                     "type": "github"
2225                 },
2226                 {
2227                     "url": "https://tidelift.com/funding/github/packagist/williamdes/mariadb-mysql-kbs",
2228                     "type": "tidelift"
2229                 }
2230             ],
2231             "time": "2022-12-06T13:49:16+00:00"
2232         }
2233     ],
2234     "packages-dev": [
2235         {
2236             "name": "amphp/amp",
2237             "version": "v2.6.2",
2238             "source": {
2239                 "type": "git",
2240                 "url": "https://github.com/amphp/amp.git",
2241                 "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
2242             },
2243             "dist": {
2244                 "type": "zip",
2245                 "url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
2246                 "reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
2247                 "shasum": ""
2248             },
2249             "require": {
2250                 "php": ">=7.1"
2251             },
2252             "require-dev": {
2253                 "amphp/php-cs-fixer-config": "dev-master",
2254                 "amphp/phpunit-util": "^1",
2255                 "ext-json": "*",
2256                 "jetbrains/phpstorm-stubs": "^2019.3",
2257                 "phpunit/phpunit": "^7 | ^8 | ^9",
2258                 "psalm/phar": "^3.11@dev",
2259                 "react/promise": "^2"
2260             },
2261             "type": "library",
2262             "extra": {
2263                 "branch-alias": {
2264                     "dev-master": "2.x-dev"
2265                 }
2266             },
2267             "autoload": {
2268                 "files": [
2269                     "lib/functions.php",
2270                     "lib/Internal/functions.php"
2271                 ],
2272                 "psr-4": {
2273                     "Amp\\": "lib"
2274                 }
2275             },
2276             "notification-url": "https://packagist.org/downloads/",
2277             "license": [
2278                 "MIT"
2279             ],
2280             "authors": [
2281                 {
2282                     "name": "Daniel Lowrey",
2283                     "email": "rdlowrey@php.net"
2284                 },
2285                 {
2286                     "name": "Aaron Piotrowski",
2287                     "email": "aaron@trowski.com"
2288                 },
2289                 {
2290                     "name": "Bob Weinand",
2291                     "email": "bobwei9@hotmail.com"
2292                 },
2293                 {
2294                     "name": "Niklas Keller",
2295                     "email": "me@kelunik.com"
2296                 }
2297             ],
2298             "description": "A non-blocking concurrency framework for PHP applications.",
2299             "homepage": "https://amphp.org/amp",
2300             "keywords": [
2301                 "async",
2302                 "asynchronous",
2303                 "awaitable",
2304                 "concurrency",
2305                 "event",
2306                 "event-loop",
2307                 "future",
2308                 "non-blocking",
2309                 "promise"
2310             ],
2311             "support": {
2312                 "irc": "irc://irc.freenode.org/amphp",
2313                 "issues": "https://github.com/amphp/amp/issues",
2314                 "source": "https://github.com/amphp/amp/tree/v2.6.2"
2315             },
2316             "funding": [
2317                 {
2318                     "url": "https://github.com/amphp",
2319                     "type": "github"
2320                 }
2321             ],
2322             "time": "2022-02-20T17:52:18+00:00"
2323         },
2324         {
2325             "name": "amphp/byte-stream",
2326             "version": "v1.8.1",
2327             "source": {
2328                 "type": "git",
2329                 "url": "https://github.com/amphp/byte-stream.git",
2330                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
2331             },
2332             "dist": {
2333                 "type": "zip",
2334                 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
2335                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
2336                 "shasum": ""
2337             },
2338             "require": {
2339                 "amphp/amp": "^2",
2340                 "php": ">=7.1"
2341             },
2342             "require-dev": {
2343                 "amphp/php-cs-fixer-config": "dev-master",
2344                 "amphp/phpunit-util": "^1.4",
2345                 "friendsofphp/php-cs-fixer": "^2.3",
2346                 "jetbrains/phpstorm-stubs": "^2019.3",
2347                 "phpunit/phpunit": "^6 || ^7 || ^8",
2348                 "psalm/phar": "^3.11.4"
2349             },
2350             "type": "library",
2351             "extra": {
2352                 "branch-alias": {
2353                     "dev-master": "1.x-dev"
2354                 }
2355             },
2356             "autoload": {
2357                 "files": [
2358                     "lib/functions.php"
2359                 ],
2360                 "psr-4": {
2361                     "Amp\\ByteStream\\": "lib"
2362                 }
2363             },
2364             "notification-url": "https://packagist.org/downloads/",
2365             "license": [
2366                 "MIT"
2367             ],
2368             "authors": [
2369                 {
2370                     "name": "Aaron Piotrowski",
2371                     "email": "aaron@trowski.com"
2372                 },
2373                 {
2374                     "name": "Niklas Keller",
2375                     "email": "me@kelunik.com"
2376                 }
2377             ],
2378             "description": "A stream abstraction to make working with non-blocking I/O simple.",
2379             "homepage": "http://amphp.org/byte-stream",
2380             "keywords": [
2381                 "amp",
2382                 "amphp",
2383                 "async",
2384                 "io",
2385                 "non-blocking",
2386                 "stream"
2387             ],
2388             "support": {
2389                 "irc": "irc://irc.freenode.org/amphp",
2390                 "issues": "https://github.com/amphp/byte-stream/issues",
2391                 "source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
2392             },
2393             "funding": [
2394                 {
2395                     "url": "https://github.com/amphp",
2396                     "type": "github"
2397                 }
2398             ],
2399             "time": "2021-03-30T17:13:30+00:00"
2400         },
2401         {
2402             "name": "bacon/bacon-qr-code",
2403             "version": "2.0.8",
2404             "source": {
2405                 "type": "git",
2406                 "url": "https://github.com/Bacon/BaconQrCode.git",
2407                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
2408             },
2409             "dist": {
2410                 "type": "zip",
2411                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
2412                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
2413                 "shasum": ""
2414             },
2415             "require": {
2416                 "dasprid/enum": "^1.0.3",
2417                 "ext-iconv": "*",
2418                 "php": "^7.1 || ^8.0"
2419             },
2420             "require-dev": {
2421                 "phly/keep-a-changelog": "^2.1",
2422                 "phpunit/phpunit": "^7 | ^8 | ^9",
2423                 "spatie/phpunit-snapshot-assertions": "^4.2.9",
2424                 "squizlabs/php_codesniffer": "^3.4"
2425             },
2426             "suggest": {
2427                 "ext-imagick": "to generate QR code images"
2428             },
2429             "type": "library",
2430             "autoload": {
2431                 "psr-4": {
2432                     "BaconQrCode\\": "src/"
2433                 }
2434             },
2435             "notification-url": "https://packagist.org/downloads/",
2436             "license": [
2437                 "BSD-2-Clause"
2438             ],
2439             "authors": [
2440                 {
2441                     "name": "Ben Scholzen 'DASPRiD'",
2442                     "email": "mail@dasprids.de",
2443                     "homepage": "https://dasprids.de/",
2444                     "role": "Developer"
2445                 }
2446             ],
2447             "description": "BaconQrCode is a QR code generator for PHP.",
2448             "homepage": "https://github.com/Bacon/BaconQrCode",
2449             "support": {
2450                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
2451                 "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
2452             },
2453             "time": "2022-12-07T17:46:57+00:00"
2454         },
2455         {
2456             "name": "beberlei/assert",
2457             "version": "v3.3.2",
2458             "source": {
2459                 "type": "git",
2460                 "url": "https://github.com/beberlei/assert.git",
2461                 "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
2462             },
2463             "dist": {
2464                 "type": "zip",
2465                 "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
2466                 "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
2467                 "shasum": ""
2468             },
2469             "require": {
2470                 "ext-ctype": "*",
2471                 "ext-json": "*",
2472                 "ext-mbstring": "*",
2473                 "ext-simplexml": "*",
2474                 "php": "^7.0 || ^8.0"
2475             },
2476             "require-dev": {
2477                 "friendsofphp/php-cs-fixer": "*",
2478                 "phpstan/phpstan": "*",
2479                 "phpunit/phpunit": ">=6.0.0",
2480                 "yoast/phpunit-polyfills": "^0.1.0"
2481             },
2482             "suggest": {
2483                 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
2484             },
2485             "type": "library",
2486             "autoload": {
2487                 "files": [
2488                     "lib/Assert/functions.php"
2489                 ],
2490                 "psr-4": {
2491                     "Assert\\": "lib/Assert"
2492                 }
2493             },
2494             "notification-url": "https://packagist.org/downloads/",
2495             "license": [
2496                 "BSD-2-Clause"
2497             ],
2498             "authors": [
2499                 {
2500                     "name": "Benjamin Eberlei",
2501                     "email": "kontakt@beberlei.de",
2502                     "role": "Lead Developer"
2503                 },
2504                 {
2505                     "name": "Richard Quadling",
2506                     "email": "rquadling@gmail.com",
2507                     "role": "Collaborator"
2508                 }
2509             ],
2510             "description": "Thin assertion library for input validation in business models.",
2511             "keywords": [
2512                 "assert",
2513                 "assertion",
2514                 "validation"
2515             ],
2516             "support": {
2517                 "issues": "https://github.com/beberlei/assert/issues",
2518                 "source": "https://github.com/beberlei/assert/tree/v3.3.2"
2519             },
2520             "time": "2021-12-16T21:41:27+00:00"
2521         },
2522         {
2523             "name": "brick/math",
2524             "version": "0.9.3",
2525             "source": {
2526                 "type": "git",
2527                 "url": "https://github.com/brick/math.git",
2528                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
2529             },
2530             "dist": {
2531                 "type": "zip",
2532                 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
2533                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
2534                 "shasum": ""
2535             },
2536             "require": {
2537                 "ext-json": "*",
2538                 "php": "^7.1 || ^8.0"
2539             },
2540             "require-dev": {
2541                 "php-coveralls/php-coveralls": "^2.2",
2542                 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
2543                 "vimeo/psalm": "4.9.2"
2544             },
2545             "type": "library",
2546             "autoload": {
2547                 "psr-4": {
2548                     "Brick\\Math\\": "src/"
2549                 }
2550             },
2551             "notification-url": "https://packagist.org/downloads/",
2552             "license": [
2553                 "MIT"
2554             ],
2555             "description": "Arbitrary-precision arithmetic library",
2556             "keywords": [
2557                 "Arbitrary-precision",
2558                 "BigInteger",
2559                 "BigRational",
2560                 "arithmetic",
2561                 "bigdecimal",
2562                 "bignum",
2563                 "brick",
2564                 "math"
2565             ],
2566             "support": {
2567                 "issues": "https://github.com/brick/math/issues",
2568                 "source": "https://github.com/brick/math/tree/0.9.3"
2569             },
2570             "funding": [
2571                 {
2572                     "url": "https://github.com/BenMorel",
2573                     "type": "github"
2574                 },
2575                 {
2576                     "url": "https://tidelift.com/funding/github/packagist/brick/math",
2577                     "type": "tidelift"
2578                 }
2579             ],
2580             "time": "2021-08-15T20:50:18+00:00"
2581         },
2582         {
2583             "name": "code-lts/u2f-php-server",
2584             "version": "v1.2.1",
2585             "source": {
2586                 "type": "git",
2587                 "url": "https://github.com/code-lts/U2F-php-server.git",
2588                 "reference": "6931a00f5feb0d923ea28d3e4816272536f45077"
2589             },
2590             "dist": {
2591                 "type": "zip",
2592                 "url": "https://api.github.com/repos/code-lts/U2F-php-server/zipball/6931a00f5feb0d923ea28d3e4816272536f45077",
2593                 "reference": "6931a00f5feb0d923ea28d3e4816272536f45077",
2594                 "shasum": ""
2595             },
2596             "require": {
2597                 "ext-openssl": "*",
2598                 "php": "^7.1 || ^8.0"
2599             },
2600             "require-dev": {
2601                 "phpunit/phpunit": "^7 || ^8 || ^9",
2602                 "wdes/coding-standard": "^3.3"
2603             },
2604             "type": "library",
2605             "autoload": {
2606                 "psr-4": {
2607                     "CodeLts\\U2F\\U2FServer\\": [
2608                         "src/"
2609                     ]
2610                 }
2611             },
2612             "notification-url": "https://packagist.org/downloads/",
2613             "license": [
2614                 "BSD-2-Clause"
2615             ],
2616             "authors": [
2617                 {
2618                     "name": "Samuel Hawksby-Robinson",
2619                     "email": "samuel@samyoul.com"
2620                 },
2621                 {
2622                     "name": "William Desportes",
2623                     "email": "williamdes@wdes.fr"
2624                 }
2625             ],
2626             "description": "Server side handling class for FIDO U2F registration and authentication",
2627             "homepage": "https://github.com/code-lts/U2F-php-server#readme",
2628             "support": {
2629                 "issues": "https://github.com/code-lts/U2F-php-server/issues",
2630                 "source": "https://github.com/code-lts/U2F-php-server"
2631             },
2632             "time": "2022-12-03T17:46:25+00:00"
2633         },
2634         {
2635             "name": "composer/package-versions-deprecated",
2636             "version": "1.11.99.5",
2637             "source": {
2638                 "type": "git",
2639                 "url": "https://github.com/composer/package-versions-deprecated.git",
2640                 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
2641             },
2642             "dist": {
2643                 "type": "zip",
2644                 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
2645                 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
2646                 "shasum": ""
2647             },
2648             "require": {
2649                 "composer-plugin-api": "^1.1.0 || ^2.0",
2650                 "php": "^7 || ^8"
2651             },
2652             "replace": {
2653                 "ocramius/package-versions": "1.11.99"
2654             },
2655             "require-dev": {
2656                 "composer/composer": "^1.9.3 || ^2.0@dev",
2657                 "ext-zip": "^1.13",
2658                 "phpunit/phpunit": "^6.5 || ^7"
2659             },
2660             "type": "composer-plugin",
2661             "extra": {
2662                 "class": "PackageVersions\\Installer",
2663                 "branch-alias": {
2664                     "dev-master": "1.x-dev"
2665                 }
2666             },
2667             "autoload": {
2668                 "psr-4": {
2669                     "PackageVersions\\": "src/PackageVersions"
2670                 }
2671             },
2672             "notification-url": "https://packagist.org/downloads/",
2673             "license": [
2674                 "MIT"
2675             ],
2676             "authors": [
2677                 {
2678                     "name": "Marco Pivetta",
2679                     "email": "ocramius@gmail.com"
2680                 },
2681                 {
2682                     "name": "Jordi Boggiano",
2683                     "email": "j.boggiano@seld.be"
2684                 }
2685             ],
2686             "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2687             "support": {
2688                 "issues": "https://github.com/composer/package-versions-deprecated/issues",
2689                 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
2690             },
2691             "funding": [
2692                 {
2693                     "url": "https://packagist.com",
2694                     "type": "custom"
2695                 },
2696                 {
2697                     "url": "https://github.com/composer",
2698                     "type": "github"
2699                 },
2700                 {
2701                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2702                     "type": "tidelift"
2703                 }
2704             ],
2705             "time": "2022-01-17T14:14:24+00:00"
2706         },
2707         {
2708             "name": "composer/pcre",
2709             "version": "3.1.1",
2710             "source": {
2711                 "type": "git",
2712                 "url": "https://github.com/composer/pcre.git",
2713                 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
2714             },
2715             "dist": {
2716                 "type": "zip",
2717                 "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
2718                 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
2719                 "shasum": ""
2720             },
2721             "require": {
2722                 "php": "^7.4 || ^8.0"
2723             },
2724             "require-dev": {
2725                 "phpstan/phpstan": "^1.3",
2726                 "phpstan/phpstan-strict-rules": "^1.1",
2727                 "symfony/phpunit-bridge": "^5"
2728             },
2729             "type": "library",
2730             "extra": {
2731                 "branch-alias": {
2732                     "dev-main": "3.x-dev"
2733                 }
2734             },
2735             "autoload": {
2736                 "psr-4": {
2737                     "Composer\\Pcre\\": "src"
2738                 }
2739             },
2740             "notification-url": "https://packagist.org/downloads/",
2741             "license": [
2742                 "MIT"
2743             ],
2744             "authors": [
2745                 {
2746                     "name": "Jordi Boggiano",
2747                     "email": "j.boggiano@seld.be",
2748                     "homepage": "http://seld.be"
2749                 }
2750             ],
2751             "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
2752             "keywords": [
2753                 "PCRE",
2754                 "preg",
2755                 "regex",
2756                 "regular expression"
2757             ],
2758             "support": {
2759                 "issues": "https://github.com/composer/pcre/issues",
2760                 "source": "https://github.com/composer/pcre/tree/3.1.1"
2761             },
2762             "funding": [
2763                 {
2764                     "url": "https://packagist.com",
2765                     "type": "custom"
2766                 },
2767                 {
2768                     "url": "https://github.com/composer",
2769                     "type": "github"
2770                 },
2771                 {
2772                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2773                     "type": "tidelift"
2774                 }
2775             ],
2776             "time": "2023-10-11T07:11:09+00:00"
2777         },
2778         {
2779             "name": "composer/semver",
2780             "version": "3.4.0",
2781             "source": {
2782                 "type": "git",
2783                 "url": "https://github.com/composer/semver.git",
2784                 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
2785             },
2786             "dist": {
2787                 "type": "zip",
2788                 "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
2789                 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
2790                 "shasum": ""
2791             },
2792             "require": {
2793                 "php": "^5.3.2 || ^7.0 || ^8.0"
2794             },
2795             "require-dev": {
2796                 "phpstan/phpstan": "^1.4",
2797                 "symfony/phpunit-bridge": "^4.2 || ^5"
2798             },
2799             "type": "library",
2800             "extra": {
2801                 "branch-alias": {
2802                     "dev-main": "3.x-dev"
2803                 }
2804             },
2805             "autoload": {
2806                 "psr-4": {
2807                     "Composer\\Semver\\": "src"
2808                 }
2809             },
2810             "notification-url": "https://packagist.org/downloads/",
2811             "license": [
2812                 "MIT"
2813             ],
2814             "authors": [
2815                 {
2816                     "name": "Nils Adermann",
2817                     "email": "naderman@naderman.de",
2818                     "homepage": "http://www.naderman.de"
2819                 },
2820                 {
2821                     "name": "Jordi Boggiano",
2822                     "email": "j.boggiano@seld.be",
2823                     "homepage": "http://seld.be"
2824                 },
2825                 {
2826                     "name": "Rob Bast",
2827                     "email": "rob.bast@gmail.com",
2828                     "homepage": "http://robbast.nl"
2829                 }
2830             ],
2831             "description": "Semver library that offers utilities, version constraint parsing and validation.",
2832             "keywords": [
2833                 "semantic",
2834                 "semver",
2835                 "validation",
2836                 "versioning"
2837             ],
2838             "support": {
2839                 "irc": "ircs://irc.libera.chat:6697/composer",
2840                 "issues": "https://github.com/composer/semver/issues",
2841                 "source": "https://github.com/composer/semver/tree/3.4.0"
2842             },
2843             "funding": [
2844                 {
2845                     "url": "https://packagist.com",
2846                     "type": "custom"
2847                 },
2848                 {
2849                     "url": "https://github.com/composer",
2850                     "type": "github"
2851                 },
2852                 {
2853                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2854                     "type": "tidelift"
2855                 }
2856             ],
2857             "time": "2023-08-31T09:50:34+00:00"
2858         },
2859         {
2860             "name": "composer/xdebug-handler",
2861             "version": "3.0.3",
2862             "source": {
2863                 "type": "git",
2864                 "url": "https://github.com/composer/xdebug-handler.git",
2865                 "reference": "ced299686f41dce890debac69273b47ffe98a40c"
2866             },
2867             "dist": {
2868                 "type": "zip",
2869                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
2870                 "reference": "ced299686f41dce890debac69273b47ffe98a40c",
2871                 "shasum": ""
2872             },
2873             "require": {
2874                 "composer/pcre": "^1 || ^2 || ^3",
2875                 "php": "^7.2.5 || ^8.0",
2876                 "psr/log": "^1 || ^2 || ^3"
2877             },
2878             "require-dev": {
2879                 "phpstan/phpstan": "^1.0",
2880                 "phpstan/phpstan-strict-rules": "^1.1",
2881                 "symfony/phpunit-bridge": "^6.0"
2882             },
2883             "type": "library",
2884             "autoload": {
2885                 "psr-4": {
2886                     "Composer\\XdebugHandler\\": "src"
2887                 }
2888             },
2889             "notification-url": "https://packagist.org/downloads/",
2890             "license": [
2891                 "MIT"
2892             ],
2893             "authors": [
2894                 {
2895                     "name": "John Stevenson",
2896                     "email": "john-stevenson@blueyonder.co.uk"
2897                 }
2898             ],
2899             "description": "Restarts a process without Xdebug.",
2900             "keywords": [
2901                 "Xdebug",
2902                 "performance"
2903             ],
2904             "support": {
2905                 "irc": "irc://irc.freenode.org/composer",
2906                 "issues": "https://github.com/composer/xdebug-handler/issues",
2907                 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
2908             },
2909             "funding": [
2910                 {
2911                     "url": "https://packagist.com",
2912                     "type": "custom"
2913                 },
2914                 {
2915                     "url": "https://github.com/composer",
2916                     "type": "github"
2917                 },
2918                 {
2919                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2920                     "type": "tidelift"
2921                 }
2922             ],
2923             "time": "2022-02-25T21:32:43+00:00"
2924         },
2925         {
2926             "name": "dasprid/enum",
2927             "version": "1.0.5",
2928             "source": {
2929                 "type": "git",
2930                 "url": "https://github.com/DASPRiD/Enum.git",
2931                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
2932             },
2933             "dist": {
2934                 "type": "zip",
2935                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
2936                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
2937                 "shasum": ""
2938             },
2939             "require": {
2940                 "php": ">=7.1 <9.0"
2941             },
2942             "require-dev": {
2943                 "phpunit/phpunit": "^7 | ^8 | ^9",
2944                 "squizlabs/php_codesniffer": "*"
2945             },
2946             "type": "library",
2947             "autoload": {
2948                 "psr-4": {
2949                     "DASPRiD\\Enum\\": "src/"
2950                 }
2951             },
2952             "notification-url": "https://packagist.org/downloads/",
2953             "license": [
2954                 "BSD-2-Clause"
2955             ],
2956             "authors": [
2957                 {
2958                     "name": "Ben Scholzen 'DASPRiD'",
2959                     "email": "mail@dasprids.de",
2960                     "homepage": "https://dasprids.de/",
2961                     "role": "Developer"
2962                 }
2963             ],
2964             "description": "PHP 7.1 enum implementation",
2965             "keywords": [
2966                 "enum",
2967                 "map"
2968             ],
2969             "support": {
2970                 "issues": "https://github.com/DASPRiD/Enum/issues",
2971                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
2972             },
2973             "time": "2023-08-25T16:18:39+00:00"
2974         },
2975         {
2976             "name": "dealerdirect/phpcodesniffer-composer-installer",
2977             "version": "v1.0.0",
2978             "source": {
2979                 "type": "git",
2980                 "url": "https://github.com/PHPCSStandards/composer-installer.git",
2981                 "reference": "4be43904336affa5c2f70744a348312336afd0da"
2982             },
2983             "dist": {
2984                 "type": "zip",
2985                 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
2986                 "reference": "4be43904336affa5c2f70744a348312336afd0da",
2987                 "shasum": ""
2988             },
2989             "require": {
2990                 "composer-plugin-api": "^1.0 || ^2.0",
2991                 "php": ">=5.4",
2992                 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
2993             },
2994             "require-dev": {
2995                 "composer/composer": "*",
2996                 "ext-json": "*",
2997                 "ext-zip": "*",
2998                 "php-parallel-lint/php-parallel-lint": "^1.3.1",
2999                 "phpcompatibility/php-compatibility": "^9.0",
3000                 "yoast/phpunit-polyfills": "^1.0"
3001             },
3002             "type": "composer-plugin",
3003             "extra": {
3004                 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
3005             },
3006             "autoload": {
3007                 "psr-4": {
3008                     "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
3009                 }
3010             },
3011             "notification-url": "https://packagist.org/downloads/",
3012             "license": [
3013                 "MIT"
3014             ],
3015             "authors": [
3016                 {
3017                     "name": "Franck Nijhof",
3018                     "email": "franck.nijhof@dealerdirect.com",
3019                     "homepage": "http://www.frenck.nl",
3020                     "role": "Developer / IT Manager"
3021                 },
3022                 {
3023                     "name": "Contributors",
3024                     "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
3025                 }
3026             ],
3027             "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
3028             "homepage": "http://www.dealerdirect.com",
3029             "keywords": [
3030                 "PHPCodeSniffer",
3031                 "PHP_CodeSniffer",
3032                 "code quality",
3033                 "codesniffer",
3034                 "composer",
3035                 "installer",
3036                 "phpcbf",
3037                 "phpcs",
3038                 "plugin",
3039                 "qa",
3040                 "quality",
3041                 "standard",
3042                 "standards",
3043                 "style guide",
3044                 "stylecheck",
3045                 "tests"
3046             ],
3047             "support": {
3048                 "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
3049                 "source": "https://github.com/PHPCSStandards/composer-installer"
3050             },
3051             "time": "2023-01-05T11:28:13+00:00"
3052         },
3053         {
3054             "name": "dnoegel/php-xdg-base-dir",
3055             "version": "v0.1.1",
3056             "source": {
3057                 "type": "git",
3058                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
3059                 "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
3060             },
3061             "dist": {
3062                 "type": "zip",
3063                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
3064                 "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
3065                 "shasum": ""
3066             },
3067             "require": {
3068                 "php": ">=5.3.2"
3069             },
3070             "require-dev": {
3071                 "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
3072             },
3073             "type": "library",
3074             "autoload": {
3075                 "psr-4": {
3076                     "XdgBaseDir\\": "src/"
3077                 }
3078             },
3079             "notification-url": "https://packagist.org/downloads/",
3080             "license": [
3081                 "MIT"
3082             ],
3083             "description": "implementation of xdg base directory specification for php",
3084             "support": {
3085                 "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
3086                 "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
3087             },
3088             "time": "2019-12-04T15:06:13+00:00"
3089         },
3090         {
3091             "name": "doctrine/coding-standard",
3092             "version": "11.1.0",
3093             "source": {
3094                 "type": "git",
3095                 "url": "https://github.com/doctrine/coding-standard.git",
3096                 "reference": "4bcfa9d922e13cb3b8078d4752e3ba276f959c88"
3097             },
3098             "dist": {
3099                 "type": "zip",
3100                 "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/4bcfa9d922e13cb3b8078d4752e3ba276f959c88",
3101                 "reference": "4bcfa9d922e13cb3b8078d4752e3ba276f959c88",
3102                 "shasum": ""
3103             },
3104             "require": {
3105                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0.0",
3106                 "php": "^7.2 || ^8.0",
3107                 "slevomat/coding-standard": "^8.6.2",
3108                 "squizlabs/php_codesniffer": "^3.7"
3109             },
3110             "type": "phpcodesniffer-standard",
3111             "notification-url": "https://packagist.org/downloads/",
3112             "license": [
3113                 "MIT"
3114             ],
3115             "authors": [
3116                 {
3117                     "name": "Benjamin Eberlei",
3118                     "email": "kontakt@beberlei.de"
3119                 },
3120                 {
3121                     "name": "Steve Müller",
3122                     "email": "st.mueller@dzh-online.de"
3123                 }
3124             ],
3125             "description": "The Doctrine Coding Standard is a set of PHPCS rules applied to all Doctrine projects.",
3126             "homepage": "https://www.doctrine-project.org/projects/coding-standard.html",
3127             "keywords": [
3128                 "checks",
3129                 "code",
3130                 "coding",
3131                 "cs",
3132                 "dev",
3133                 "doctrine",
3134                 "rules",
3135                 "sniffer",
3136                 "sniffs",
3137                 "standard",
3138                 "style"
3139             ],
3140             "support": {
3141                 "issues": "https://github.com/doctrine/coding-standard/issues",
3142                 "source": "https://github.com/doctrine/coding-standard/tree/11.1.0"
3143             },
3144             "time": "2023-01-06T09:12:24+00:00"
3145         },
3146         {
3147             "name": "doctrine/deprecations",
3148             "version": "1.1.2",
3149             "source": {
3150                 "type": "git",
3151                 "url": "https://github.com/doctrine/deprecations.git",
3152                 "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
3153             },
3154             "dist": {
3155                 "type": "zip",
3156                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
3157                 "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
3158                 "shasum": ""
3159             },
3160             "require": {
3161                 "php": "^7.1 || ^8.0"
3162             },
3163             "require-dev": {
3164                 "doctrine/coding-standard": "^9",
3165                 "phpstan/phpstan": "1.4.10 || 1.10.15",
3166                 "phpstan/phpstan-phpunit": "^1.0",
3167                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
3168                 "psalm/plugin-phpunit": "0.18.4",
3169                 "psr/log": "^1 || ^2 || ^3",
3170                 "vimeo/psalm": "4.30.0 || 5.12.0"
3171             },
3172             "suggest": {
3173                 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
3174             },
3175             "type": "library",
3176             "autoload": {
3177                 "psr-4": {
3178                     "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
3179                 }
3180             },
3181             "notification-url": "https://packagist.org/downloads/",
3182             "license": [
3183                 "MIT"
3184             ],
3185             "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.",
3186             "homepage": "https://www.doctrine-project.org/",
3187             "support": {
3188                 "issues": "https://github.com/doctrine/deprecations/issues",
3189                 "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
3190             },
3191             "time": "2023-09-27T20:04:15+00:00"
3192         },
3193         {
3194             "name": "felixfbecker/advanced-json-rpc",
3195             "version": "v3.2.1",
3196             "source": {
3197                 "type": "git",
3198                 "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
3199                 "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
3200             },
3201             "dist": {
3202                 "type": "zip",
3203                 "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
3204                 "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
3205                 "shasum": ""
3206             },
3207             "require": {
3208                 "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
3209                 "php": "^7.1 || ^8.0",
3210                 "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
3211             },
3212             "require-dev": {
3213                 "phpunit/phpunit": "^7.0 || ^8.0"
3214             },
3215             "type": "library",
3216             "autoload": {
3217                 "psr-4": {
3218                     "AdvancedJsonRpc\\": "lib/"
3219                 }
3220             },
3221             "notification-url": "https://packagist.org/downloads/",
3222             "license": [
3223                 "ISC"
3224             ],
3225             "authors": [
3226                 {
3227                     "name": "Felix Becker",
3228                     "email": "felix.b@outlook.com"
3229                 }
3230             ],
3231             "description": "A more advanced JSONRPC implementation",
3232             "support": {
3233                 "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
3234                 "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
3235             },
3236             "time": "2021-06-11T22:34:44+00:00"
3237         },
3238         {
3239             "name": "felixfbecker/language-server-protocol",
3240             "version": "v1.5.2",
3241             "source": {
3242                 "type": "git",
3243                 "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
3244                 "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842"
3245             },
3246             "dist": {
3247                 "type": "zip",
3248                 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842",
3249                 "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842",
3250                 "shasum": ""
3251             },
3252             "require": {
3253                 "php": ">=7.1"
3254             },
3255             "require-dev": {
3256                 "phpstan/phpstan": "*",
3257                 "squizlabs/php_codesniffer": "^3.1",
3258                 "vimeo/psalm": "^4.0"
3259             },
3260             "type": "library",
3261             "extra": {
3262                 "branch-alias": {
3263                     "dev-master": "1.x-dev"
3264                 }
3265             },
3266             "autoload": {
3267                 "psr-4": {
3268                     "LanguageServerProtocol\\": "src/"
3269                 }
3270             },
3271             "notification-url": "https://packagist.org/downloads/",
3272             "license": [
3273                 "ISC"
3274             ],
3275             "authors": [
3276                 {
3277                     "name": "Felix Becker",
3278                     "email": "felix.b@outlook.com"
3279                 }
3280             ],
3281             "description": "PHP classes for the Language Server Protocol",
3282             "keywords": [
3283                 "language",
3284                 "microsoft",
3285                 "php",
3286                 "server"
3287             ],
3288             "support": {
3289                 "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
3290                 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2"
3291             },
3292             "time": "2022-03-02T22:36:06+00:00"
3293         },
3294         {
3295             "name": "fgrosse/phpasn1",
3296             "version": "v2.5.0",
3297             "source": {
3298                 "type": "git",
3299                 "url": "https://github.com/fgrosse/PHPASN1.git",
3300                 "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
3301             },
3302             "dist": {
3303                 "type": "zip",
3304                 "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
3305                 "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
3306                 "shasum": ""
3307             },
3308             "require": {
3309                 "php": "^7.1 || ^8.0"
3310             },
3311             "require-dev": {
3312                 "php-coveralls/php-coveralls": "~2.0",
3313                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
3314             },
3315             "suggest": {
3316                 "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
3317                 "ext-curl": "For loading OID information from the web if they have not bee defined statically",
3318                 "ext-gmp": "GMP is the preferred extension for big integer calculations",
3319                 "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
3320             },
3321             "type": "library",
3322             "extra": {
3323                 "branch-alias": {
3324                     "dev-master": "2.0.x-dev"
3325                 }
3326             },
3327             "autoload": {
3328                 "psr-4": {
3329                     "FG\\": "lib/"
3330                 }
3331             },
3332             "notification-url": "https://packagist.org/downloads/",
3333             "license": [
3334                 "MIT"
3335             ],
3336             "authors": [
3337                 {
3338                     "name": "Friedrich Große",
3339                     "email": "friedrich.grosse@gmail.com",
3340                     "homepage": "https://github.com/FGrosse",
3341                     "role": "Author"
3342                 },
3343                 {
3344                     "name": "All contributors",
3345                     "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
3346                 }
3347             ],
3348             "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
3349             "homepage": "https://github.com/FGrosse/PHPASN1",
3350             "keywords": [
3351                 "DER",
3352                 "asn.1",
3353                 "asn1",
3354                 "ber",
3355                 "binary",
3356                 "decoding",
3357                 "encoding",
3358                 "x.509",
3359                 "x.690",
3360                 "x509",
3361                 "x690"
3362             ],
3363             "support": {
3364                 "issues": "https://github.com/fgrosse/PHPASN1/issues",
3365                 "source": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0"
3366             },
3367             "abandoned": true,
3368             "time": "2022-12-19T11:08:26+00:00"
3369         },
3370         {
3371             "name": "fidry/cpu-core-counter",
3372             "version": "0.5.1",
3373             "source": {
3374                 "type": "git",
3375                 "url": "https://github.com/theofidry/cpu-core-counter.git",
3376                 "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623"
3377             },
3378             "dist": {
3379                 "type": "zip",
3380                 "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
3381                 "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
3382                 "shasum": ""
3383             },
3384             "require": {
3385                 "php": "^7.2 || ^8.0"
3386             },
3387             "require-dev": {
3388                 "fidry/makefile": "^0.2.0",
3389                 "phpstan/extension-installer": "^1.2.0",
3390                 "phpstan/phpstan": "^1.9.2",
3391                 "phpstan/phpstan-deprecation-rules": "^1.0.0",
3392                 "phpstan/phpstan-phpunit": "^1.2.2",
3393                 "phpstan/phpstan-strict-rules": "^1.4.4",
3394                 "phpunit/phpunit": "^9.5.26 || ^8.5.31",
3395                 "theofidry/php-cs-fixer-config": "^1.0",
3396                 "webmozarts/strict-phpunit": "^7.5"
3397             },
3398             "type": "library",
3399             "autoload": {
3400                 "psr-4": {
3401                     "Fidry\\CpuCoreCounter\\": "src/"
3402                 }
3403             },
3404             "notification-url": "https://packagist.org/downloads/",
3405             "license": [
3406                 "MIT"
3407             ],
3408             "authors": [
3409                 {
3410                     "name": "Théo FIDRY",
3411                     "email": "theo.fidry@gmail.com"
3412                 }
3413             ],
3414             "description": "Tiny utility to get the number of CPU cores.",
3415             "keywords": [
3416                 "CPU",
3417                 "core"
3418             ],
3419             "support": {
3420                 "issues": "https://github.com/theofidry/cpu-core-counter/issues",
3421                 "source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1"
3422             },
3423             "funding": [
3424                 {
3425                     "url": "https://github.com/theofidry",
3426                     "type": "github"
3427                 }
3428             ],
3429             "time": "2022-12-24T12:35:10+00:00"
3430         },
3431         {
3432             "name": "guzzlehttp/psr7",
3433             "version": "2.6.1",
3434             "source": {
3435                 "type": "git",
3436                 "url": "https://github.com/guzzle/psr7.git",
3437                 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
3438             },
3439             "dist": {
3440                 "type": "zip",
3441                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
3442                 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
3443                 "shasum": ""
3444             },
3445             "require": {
3446                 "php": "^7.2.5 || ^8.0",
3447                 "psr/http-factory": "^1.0",
3448                 "psr/http-message": "^1.1 || ^2.0",
3449                 "ralouphie/getallheaders": "^3.0"
3450             },
3451             "provide": {
3452                 "psr/http-factory-implementation": "1.0",
3453                 "psr/http-message-implementation": "1.0"
3454             },
3455             "require-dev": {
3456                 "bamarni/composer-bin-plugin": "^1.8.1",
3457                 "http-interop/http-factory-tests": "^0.9",
3458                 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
3459             },
3460             "suggest": {
3461                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
3462             },
3463             "type": "library",
3464             "extra": {
3465                 "bamarni-bin": {
3466                     "bin-links": true,
3467                     "forward-command": false
3468                 }
3469             },
3470             "autoload": {
3471                 "psr-4": {
3472                     "GuzzleHttp\\Psr7\\": "src/"
3473                 }
3474             },
3475             "notification-url": "https://packagist.org/downloads/",
3476             "license": [
3477                 "MIT"
3478             ],
3479             "authors": [
3480                 {
3481                     "name": "Graham Campbell",
3482                     "email": "hello@gjcampbell.co.uk",
3483                     "homepage": "https://github.com/GrahamCampbell"
3484                 },
3485                 {
3486                     "name": "Michael Dowling",
3487                     "email": "mtdowling@gmail.com",
3488                     "homepage": "https://github.com/mtdowling"
3489                 },
3490                 {
3491                     "name": "George Mponos",
3492                     "email": "gmponos@gmail.com",
3493                     "homepage": "https://github.com/gmponos"
3494                 },
3495                 {
3496                     "name": "Tobias Nyholm",
3497                     "email": "tobias.nyholm@gmail.com",
3498                     "homepage": "https://github.com/Nyholm"
3499                 },
3500                 {
3501                     "name": "Márk Sági-Kazár",
3502                     "email": "mark.sagikazar@gmail.com",
3503                     "homepage": "https://github.com/sagikazarmark"
3504                 },
3505                 {
3506                     "name": "Tobias Schultze",
3507                     "email": "webmaster@tubo-world.de",
3508                     "homepage": "https://github.com/Tobion"
3509                 },
3510                 {
3511                     "name": "Márk Sági-Kazár",
3512                     "email": "mark.sagikazar@gmail.com",
3513                     "homepage": "https://sagikazarmark.hu"
3514                 }
3515             ],
3516             "description": "PSR-7 message implementation that also provides common utility methods",
3517             "keywords": [
3518                 "http",
3519                 "message",
3520                 "psr-7",
3521                 "request",
3522                 "response",
3523                 "stream",
3524                 "uri",
3525                 "url"
3526             ],
3527             "support": {
3528                 "issues": "https://github.com/guzzle/psr7/issues",
3529                 "source": "https://github.com/guzzle/psr7/tree/2.6.1"
3530             },
3531             "funding": [
3532                 {
3533                     "url": "https://github.com/GrahamCampbell",
3534                     "type": "github"
3535                 },
3536                 {
3537                     "url": "https://github.com/Nyholm",
3538                     "type": "github"
3539                 },
3540                 {
3541                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
3542                     "type": "tidelift"
3543                 }
3544             ],
3545             "time": "2023-08-27T10:13:57+00:00"
3546         },
3547         {
3548             "name": "httpsoft/http-message",
3549             "version": "1.1.4",
3550             "source": {
3551                 "type": "git",
3552                 "url": "https://github.com/httpsoft/http-message.git",
3553                 "reference": "98ab6afd2328f31d4eb3d0379567dad6251fa6a6"
3554             },
3555             "dist": {
3556                 "type": "zip",
3557                 "url": "https://api.github.com/repos/httpsoft/http-message/zipball/98ab6afd2328f31d4eb3d0379567dad6251fa6a6",
3558                 "reference": "98ab6afd2328f31d4eb3d0379567dad6251fa6a6",
3559                 "shasum": ""
3560             },
3561             "require": {
3562                 "php": "^7.4|^8.0",
3563                 "psr/http-factory": "^1.0",
3564                 "psr/http-message": "^1.1|^2.0"
3565             },
3566             "provide": {
3567                 "psr/http-factory-implementation": "1.0",
3568                 "psr/http-message-implementation": "1.0"
3569             },
3570             "require-dev": {
3571                 "php-http/psr7-integration-tests": "^1.3",
3572                 "phpunit/phpunit": "^9.5",
3573                 "squizlabs/php_codesniffer": "^3.7",
3574                 "vimeo/psalm": "^4.9|^5.2"
3575             },
3576             "type": "library",
3577             "autoload": {
3578                 "psr-4": {
3579                     "HttpSoft\\Message\\": "src/"
3580                 }
3581             },
3582             "notification-url": "https://packagist.org/downloads/",
3583             "license": [
3584                 "MIT"
3585             ],
3586             "authors": [
3587                 {
3588                     "name": "Evgeniy Zyubin",
3589                     "email": "mail@devanych.ru",
3590                     "homepage": "https://devanych.ru/",
3591                     "role": "Founder and lead developer"
3592                 }
3593             ],
3594             "description": "Strict and fast implementation of PSR-7 and PSR-17",
3595             "homepage": "https://httpsoft.org/",
3596             "keywords": [
3597                 "http",
3598                 "http-message",
3599                 "php",
3600                 "psr-17",
3601                 "psr-7"
3602             ],
3603             "support": {
3604                 "docs": "https://httpsoft.org/docs/message",
3605                 "issues": "https://github.com/httpsoft/http-message/issues",
3606                 "source": "https://github.com/httpsoft/http-message"
3607             },
3608             "time": "2023-11-16T11:03:38+00:00"
3609         },
3610         {
3611             "name": "laminas/laminas-diactoros",
3612             "version": "3.3.0",
3613             "source": {
3614                 "type": "git",
3615                 "url": "https://github.com/laminas/laminas-diactoros.git",
3616                 "reference": "4db52734837c60259c9b2d7caf08eef8f7f9b9ac"
3617             },
3618             "dist": {
3619                 "type": "zip",
3620                 "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/4db52734837c60259c9b2d7caf08eef8f7f9b9ac",
3621                 "reference": "4db52734837c60259c9b2d7caf08eef8f7f9b9ac",
3622                 "shasum": ""
3623             },
3624             "require": {
3625                 "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3626                 "psr/http-factory": "^1.0.2",
3627                 "psr/http-message": "^1.1 || ^2.0"
3628             },
3629             "provide": {
3630                 "psr/http-factory-implementation": "^1.1 || ^2.0",
3631                 "psr/http-message-implementation": "^1.1 || ^2.0"
3632             },
3633             "require-dev": {
3634                 "ext-curl": "*",
3635                 "ext-dom": "*",
3636                 "ext-gd": "*",
3637                 "ext-libxml": "*",
3638                 "http-interop/http-factory-tests": "^0.9.0",
3639                 "laminas/laminas-coding-standard": "~2.5.0",
3640                 "php-http/psr7-integration-tests": "^1.3",
3641                 "phpunit/phpunit": "^9.5.28",
3642                 "psalm/plugin-phpunit": "^0.18.4",
3643                 "vimeo/psalm": "^5.15.0"
3644             },
3645             "type": "library",
3646             "extra": {
3647                 "laminas": {
3648                     "config-provider": "Laminas\\Diactoros\\ConfigProvider",
3649                     "module": "Laminas\\Diactoros"
3650                 }
3651             },
3652             "autoload": {
3653                 "files": [
3654                     "src/functions/create_uploaded_file.php",
3655                     "src/functions/marshal_headers_from_sapi.php",
3656                     "src/functions/marshal_method_from_sapi.php",
3657                     "src/functions/marshal_protocol_version_from_sapi.php",
3658                     "src/functions/normalize_server.php",
3659                     "src/functions/normalize_uploaded_files.php",
3660                     "src/functions/parse_cookie_header.php"
3661                 ],
3662                 "psr-4": {
3663                     "Laminas\\Diactoros\\": "src/"
3664                 }
3665             },
3666             "notification-url": "https://packagist.org/downloads/",
3667             "license": [
3668                 "BSD-3-Clause"
3669             ],
3670             "description": "PSR HTTP Message implementations",
3671             "homepage": "https://laminas.dev",
3672             "keywords": [
3673                 "http",
3674                 "laminas",
3675                 "psr",
3676                 "psr-17",
3677                 "psr-7"
3678             ],
3679             "support": {
3680                 "chat": "https://laminas.dev/chat",
3681                 "docs": "https://docs.laminas.dev/laminas-diactoros/",
3682                 "forum": "https://discourse.laminas.dev",
3683                 "issues": "https://github.com/laminas/laminas-diactoros/issues",
3684                 "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
3685                 "source": "https://github.com/laminas/laminas-diactoros"
3686             },
3687             "funding": [
3688                 {
3689                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3690                     "type": "community_bridge"
3691                 }
3692             ],
3693             "time": "2023-10-26T11:01:07+00:00"
3694         },
3695         {
3696             "name": "league/uri",
3697             "version": "6.8.0",
3698             "source": {
3699                 "type": "git",
3700                 "url": "https://github.com/thephpleague/uri.git",
3701                 "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39"
3702             },
3703             "dist": {
3704                 "type": "zip",
3705                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/a700b4656e4c54371b799ac61e300ab25a2d1d39",
3706                 "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39",
3707                 "shasum": ""
3708             },
3709             "require": {
3710                 "ext-json": "*",
3711                 "league/uri-interfaces": "^2.3",
3712                 "php": "^8.1",
3713                 "psr/http-message": "^1.0.1"
3714             },
3715             "conflict": {
3716                 "league/uri-schemes": "^1.0"
3717             },
3718             "require-dev": {
3719                 "friendsofphp/php-cs-fixer": "^v3.9.5",
3720                 "nyholm/psr7": "^1.5.1",
3721                 "php-http/psr7-integration-tests": "^1.1.1",
3722                 "phpbench/phpbench": "^1.2.6",
3723                 "phpstan/phpstan": "^1.8.5",
3724                 "phpstan/phpstan-deprecation-rules": "^1.0",
3725                 "phpstan/phpstan-phpunit": "^1.1.1",
3726                 "phpstan/phpstan-strict-rules": "^1.4.3",
3727                 "phpunit/phpunit": "^9.5.24",
3728                 "psr/http-factory": "^1.0.1"
3729             },
3730             "suggest": {
3731                 "ext-fileinfo": "Needed to create Data URI from a filepath",
3732                 "ext-intl": "Needed to improve host validation",
3733                 "league/uri-components": "Needed to easily manipulate URI objects",
3734                 "psr/http-factory": "Needed to use the URI factory"
3735             },
3736             "type": "library",
3737             "extra": {
3738                 "branch-alias": {
3739                     "dev-master": "6.x-dev"
3740                 }
3741             },
3742             "autoload": {
3743                 "psr-4": {
3744                     "League\\Uri\\": "src"
3745                 }
3746             },
3747             "notification-url": "https://packagist.org/downloads/",
3748             "license": [
3749                 "MIT"
3750             ],
3751             "authors": [
3752                 {
3753                     "name": "Ignace Nyamagana Butera",
3754                     "email": "nyamsprod@gmail.com",
3755                     "homepage": "https://nyamsprod.com"
3756                 }
3757             ],
3758             "description": "URI manipulation library",
3759             "homepage": "https://uri.thephpleague.com",
3760             "keywords": [
3761                 "data-uri",
3762                 "file-uri",
3763                 "ftp",
3764                 "hostname",
3765                 "http",
3766                 "https",
3767                 "middleware",
3768                 "parse_str",
3769                 "parse_url",
3770                 "psr-7",
3771                 "query-string",
3772                 "querystring",
3773                 "rfc3986",
3774                 "rfc3987",
3775                 "rfc6570",
3776                 "uri",
3777                 "uri-template",
3778                 "url",
3779                 "ws"
3780             ],
3781             "support": {
3782                 "docs": "https://uri.thephpleague.com",
3783                 "forum": "https://thephpleague.slack.com",
3784                 "issues": "https://github.com/thephpleague/uri/issues",
3785                 "source": "https://github.com/thephpleague/uri/tree/6.8.0"
3786             },
3787             "funding": [
3788                 {
3789                     "url": "https://github.com/sponsors/nyamsprod",
3790                     "type": "github"
3791                 }
3792             ],
3793             "time": "2022-09-13T19:58:47+00:00"
3794         },
3795         {
3796             "name": "league/uri-interfaces",
3797             "version": "2.3.0",
3798             "source": {
3799                 "type": "git",
3800                 "url": "https://github.com/thephpleague/uri-interfaces.git",
3801                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
3802             },
3803             "dist": {
3804                 "type": "zip",
3805                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
3806                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
3807                 "shasum": ""
3808             },
3809             "require": {
3810                 "ext-json": "*",
3811                 "php": "^7.2 || ^8.0"
3812             },
3813             "require-dev": {
3814                 "friendsofphp/php-cs-fixer": "^2.19",
3815                 "phpstan/phpstan": "^0.12.90",
3816                 "phpstan/phpstan-phpunit": "^0.12.19",
3817                 "phpstan/phpstan-strict-rules": "^0.12.9",
3818                 "phpunit/phpunit": "^8.5.15 || ^9.5"
3819             },
3820             "suggest": {
3821                 "ext-intl": "to use the IDNA feature",
3822                 "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
3823             },
3824             "type": "library",
3825             "extra": {
3826                 "branch-alias": {
3827                     "dev-master": "2.x-dev"
3828                 }
3829             },
3830             "autoload": {
3831                 "psr-4": {
3832                     "League\\Uri\\": "src/"
3833                 }
3834             },
3835             "notification-url": "https://packagist.org/downloads/",
3836             "license": [
3837                 "MIT"
3838             ],
3839             "authors": [
3840                 {
3841                     "name": "Ignace Nyamagana Butera",
3842                     "email": "nyamsprod@gmail.com",
3843                     "homepage": "https://nyamsprod.com"
3844                 }
3845             ],
3846             "description": "Common interface for URI representation",
3847             "homepage": "http://github.com/thephpleague/uri-interfaces",
3848             "keywords": [
3849                 "rfc3986",
3850                 "rfc3987",
3851                 "uri",
3852                 "url"
3853             ],
3854             "support": {
3855                 "issues": "https://github.com/thephpleague/uri-interfaces/issues",
3856                 "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
3857             },
3858             "funding": [
3859                 {
3860                     "url": "https://github.com/sponsors/nyamsprod",
3861                     "type": "github"
3862                 }
3863             ],
3864             "time": "2021-06-28T04:27:21+00:00"
3865         },
3866         {
3867             "name": "myclabs/deep-copy",
3868             "version": "1.11.1",
3869             "source": {
3870                 "type": "git",
3871                 "url": "https://github.com/myclabs/DeepCopy.git",
3872                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
3873             },
3874             "dist": {
3875                 "type": "zip",
3876                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
3877                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
3878                 "shasum": ""
3879             },
3880             "require": {
3881                 "php": "^7.1 || ^8.0"
3882             },
3883             "conflict": {
3884                 "doctrine/collections": "<1.6.8",
3885                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
3886             },
3887             "require-dev": {
3888                 "doctrine/collections": "^1.6.8",
3889                 "doctrine/common": "^2.13.3 || ^3.2.2",
3890                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
3891             },
3892             "type": "library",
3893             "autoload": {
3894                 "files": [
3895                     "src/DeepCopy/deep_copy.php"
3896                 ],
3897                 "psr-4": {
3898                     "DeepCopy\\": "src/DeepCopy/"
3899                 }
3900             },
3901             "notification-url": "https://packagist.org/downloads/",
3902             "license": [
3903                 "MIT"
3904             ],
3905             "description": "Create deep copies (clones) of your objects",
3906             "keywords": [
3907                 "clone",
3908                 "copy",
3909                 "duplicate",
3910                 "object",
3911                 "object graph"
3912             ],
3913             "support": {
3914                 "issues": "https://github.com/myclabs/DeepCopy/issues",
3915                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
3916             },
3917             "funding": [
3918                 {
3919                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
3920                     "type": "tidelift"
3921                 }
3922             ],
3923             "time": "2023-03-08T13:26:56+00:00"
3924         },
3925         {
3926             "name": "netresearch/jsonmapper",
3927             "version": "v4.2.0",
3928             "source": {
3929                 "type": "git",
3930                 "url": "https://github.com/cweiske/jsonmapper.git",
3931                 "reference": "f60565f8c0566a31acf06884cdaa591867ecc956"
3932             },
3933             "dist": {
3934                 "type": "zip",
3935                 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f60565f8c0566a31acf06884cdaa591867ecc956",
3936                 "reference": "f60565f8c0566a31acf06884cdaa591867ecc956",
3937                 "shasum": ""
3938             },
3939             "require": {
3940                 "ext-json": "*",
3941                 "ext-pcre": "*",
3942                 "ext-reflection": "*",
3943                 "ext-spl": "*",
3944                 "php": ">=7.1"
3945             },
3946             "require-dev": {
3947                 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
3948                 "squizlabs/php_codesniffer": "~3.5"
3949             },
3950             "type": "library",
3951             "autoload": {
3952                 "psr-0": {
3953                     "JsonMapper": "src/"
3954                 }
3955             },
3956             "notification-url": "https://packagist.org/downloads/",
3957             "license": [
3958                 "OSL-3.0"
3959             ],
3960             "authors": [
3961                 {
3962                     "name": "Christian Weiske",
3963                     "email": "cweiske@cweiske.de",
3964                     "homepage": "http://github.com/cweiske/jsonmapper/",
3965                     "role": "Developer"
3966                 }
3967             ],
3968             "description": "Map nested JSON structures onto PHP classes",
3969             "support": {
3970                 "email": "cweiske@cweiske.de",
3971                 "issues": "https://github.com/cweiske/jsonmapper/issues",
3972                 "source": "https://github.com/cweiske/jsonmapper/tree/v4.2.0"
3973             },
3974             "time": "2023-04-09T17:37:40+00:00"
3975         },
3976         {
3977             "name": "nikic/php-parser",
3978             "version": "v4.17.1",
3979             "source": {
3980                 "type": "git",
3981                 "url": "https://github.com/nikic/PHP-Parser.git",
3982                 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
3983             },
3984             "dist": {
3985                 "type": "zip",
3986                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
3987                 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
3988                 "shasum": ""
3989             },
3990             "require": {
3991                 "ext-tokenizer": "*",
3992                 "php": ">=7.0"
3993             },
3994             "require-dev": {
3995                 "ircmaxell/php-yacc": "^0.0.7",
3996                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3997             },
3998             "bin": [
3999                 "bin/php-parse"
4000             ],
4001             "type": "library",
4002             "extra": {
4003                 "branch-alias": {
4004                     "dev-master": "4.9-dev"
4005                 }
4006             },
4007             "autoload": {
4008                 "psr-4": {
4009                     "PhpParser\\": "lib/PhpParser"
4010                 }
4011             },
4012             "notification-url": "https://packagist.org/downloads/",
4013             "license": [
4014                 "BSD-3-Clause"
4015             ],
4016             "authors": [
4017                 {
4018                     "name": "Nikita Popov"
4019                 }
4020             ],
4021             "description": "A PHP parser written in PHP",
4022             "keywords": [
4023                 "parser",
4024                 "php"
4025             ],
4026             "support": {
4027                 "issues": "https://github.com/nikic/PHP-Parser/issues",
4028                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
4029             },
4030             "time": "2023-08-13T19:53:39+00:00"
4031         },
4032         {
4033             "name": "nyholm/psr7",
4034             "version": "1.8.1",
4035             "source": {
4036                 "type": "git",
4037                 "url": "https://github.com/Nyholm/psr7.git",
4038                 "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e"
4039             },
4040             "dist": {
4041                 "type": "zip",
4042                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e",
4043                 "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e",
4044                 "shasum": ""
4045             },
4046             "require": {
4047                 "php": ">=7.2",
4048                 "psr/http-factory": "^1.0",
4049                 "psr/http-message": "^1.1 || ^2.0"
4050             },
4051             "provide": {
4052                 "php-http/message-factory-implementation": "1.0",
4053                 "psr/http-factory-implementation": "1.0",
4054                 "psr/http-message-implementation": "1.0"
4055             },
4056             "require-dev": {
4057                 "http-interop/http-factory-tests": "^0.9",
4058                 "php-http/message-factory": "^1.0",
4059                 "php-http/psr7-integration-tests": "^1.0",
4060                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
4061                 "symfony/error-handler": "^4.4"
4062             },
4063             "type": "library",
4064             "extra": {
4065                 "branch-alias": {
4066                     "dev-master": "1.8-dev"
4067                 }
4068             },
4069             "autoload": {
4070                 "psr-4": {
4071                     "Nyholm\\Psr7\\": "src/"
4072                 }
4073             },
4074             "notification-url": "https://packagist.org/downloads/",
4075             "license": [
4076                 "MIT"
4077             ],
4078             "authors": [
4079                 {
4080                     "name": "Tobias Nyholm",
4081                     "email": "tobias.nyholm@gmail.com"
4082                 },
4083                 {
4084                     "name": "Martijn van der Ven",
4085                     "email": "martijn@vanderven.se"
4086                 }
4087             ],
4088             "description": "A fast PHP7 implementation of PSR-7",
4089             "homepage": "https://tnyholm.se",
4090             "keywords": [
4091                 "psr-17",
4092                 "psr-7"
4093             ],
4094             "support": {
4095                 "issues": "https://github.com/Nyholm/psr7/issues",
4096                 "source": "https://github.com/Nyholm/psr7/tree/1.8.1"
4097             },
4098             "funding": [
4099                 {
4100                     "url": "https://github.com/Zegnat",
4101                     "type": "github"
4102                 },
4103                 {
4104                     "url": "https://github.com/nyholm",
4105                     "type": "github"
4106                 }
4107             ],
4108             "time": "2023-11-13T09:31:12+00:00"
4109         },
4110         {
4111             "name": "paragonie/constant_time_encoding",
4112             "version": "v2.6.3",
4113             "source": {
4114                 "type": "git",
4115                 "url": "https://github.com/paragonie/constant_time_encoding.git",
4116                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
4117             },
4118             "dist": {
4119                 "type": "zip",
4120                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
4121                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
4122                 "shasum": ""
4123             },
4124             "require": {
4125                 "php": "^7|^8"
4126             },
4127             "require-dev": {
4128                 "phpunit/phpunit": "^6|^7|^8|^9",
4129                 "vimeo/psalm": "^1|^2|^3|^4"
4130             },
4131             "type": "library",
4132             "autoload": {
4133                 "psr-4": {
4134                     "ParagonIE\\ConstantTime\\": "src/"
4135                 }
4136             },
4137             "notification-url": "https://packagist.org/downloads/",
4138             "license": [
4139                 "MIT"
4140             ],
4141             "authors": [
4142                 {
4143                     "name": "Paragon Initiative Enterprises",
4144                     "email": "security@paragonie.com",
4145                     "homepage": "https://paragonie.com",
4146                     "role": "Maintainer"
4147                 },
4148                 {
4149                     "name": "Steve 'Sc00bz' Thomas",
4150                     "email": "steve@tobtu.com",
4151                     "homepage": "https://www.tobtu.com",
4152                     "role": "Original Developer"
4153                 }
4154             ],
4155             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
4156             "keywords": [
4157                 "base16",
4158                 "base32",
4159                 "base32_decode",
4160                 "base32_encode",
4161                 "base64",
4162                 "base64_decode",
4163                 "base64_encode",
4164                 "bin2hex",
4165                 "encoding",
4166                 "hex",
4167                 "hex2bin",
4168                 "rfc4648"
4169             ],
4170             "support": {
4171                 "email": "info@paragonie.com",
4172                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
4173                 "source": "https://github.com/paragonie/constant_time_encoding"
4174             },
4175             "time": "2022-06-14T06:56:20+00:00"
4176         },
4177         {
4178             "name": "phar-io/manifest",
4179             "version": "2.0.3",
4180             "source": {
4181                 "type": "git",
4182                 "url": "https://github.com/phar-io/manifest.git",
4183                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
4184             },
4185             "dist": {
4186                 "type": "zip",
4187                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
4188                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
4189                 "shasum": ""
4190             },
4191             "require": {
4192                 "ext-dom": "*",
4193                 "ext-phar": "*",
4194                 "ext-xmlwriter": "*",
4195                 "phar-io/version": "^3.0.1",
4196                 "php": "^7.2 || ^8.0"
4197             },
4198             "type": "library",
4199             "extra": {
4200                 "branch-alias": {
4201                     "dev-master": "2.0.x-dev"
4202                 }
4203             },
4204             "autoload": {
4205                 "classmap": [
4206                     "src/"
4207                 ]
4208             },
4209             "notification-url": "https://packagist.org/downloads/",
4210             "license": [
4211                 "BSD-3-Clause"
4212             ],
4213             "authors": [
4214                 {
4215                     "name": "Arne Blankerts",
4216                     "email": "arne@blankerts.de",
4217                     "role": "Developer"
4218                 },
4219                 {
4220                     "name": "Sebastian Heuer",
4221                     "email": "sebastian@phpeople.de",
4222                     "role": "Developer"
4223                 },
4224                 {
4225                     "name": "Sebastian Bergmann",
4226                     "email": "sebastian@phpunit.de",
4227                     "role": "Developer"
4228                 }
4229             ],
4230             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
4231             "support": {
4232                 "issues": "https://github.com/phar-io/manifest/issues",
4233                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
4234             },
4235             "time": "2021-07-20T11:28:43+00:00"
4236         },
4237         {
4238             "name": "phar-io/version",
4239             "version": "3.2.1",
4240             "source": {
4241                 "type": "git",
4242                 "url": "https://github.com/phar-io/version.git",
4243                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
4244             },
4245             "dist": {
4246                 "type": "zip",
4247                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
4248                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
4249                 "shasum": ""
4250             },
4251             "require": {
4252                 "php": "^7.2 || ^8.0"
4253             },
4254             "type": "library",
4255             "autoload": {
4256                 "classmap": [
4257                     "src/"
4258                 ]
4259             },
4260             "notification-url": "https://packagist.org/downloads/",
4261             "license": [
4262                 "BSD-3-Clause"
4263             ],
4264             "authors": [
4265                 {
4266                     "name": "Arne Blankerts",
4267                     "email": "arne@blankerts.de",
4268                     "role": "Developer"
4269                 },
4270                 {
4271                     "name": "Sebastian Heuer",
4272                     "email": "sebastian@phpeople.de",
4273                     "role": "Developer"
4274                 },
4275                 {
4276                     "name": "Sebastian Bergmann",
4277                     "email": "sebastian@phpunit.de",
4278                     "role": "Developer"
4279                 }
4280             ],
4281             "description": "Library for handling version information and constraints",
4282             "support": {
4283                 "issues": "https://github.com/phar-io/version/issues",
4284                 "source": "https://github.com/phar-io/version/tree/3.2.1"
4285             },
4286             "time": "2022-02-21T01:04:05+00:00"
4287         },
4288         {
4289             "name": "php-webdriver/webdriver",
4290             "version": "1.15.1",
4291             "source": {
4292                 "type": "git",
4293                 "url": "https://github.com/php-webdriver/php-webdriver.git",
4294                 "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8"
4295             },
4296             "dist": {
4297                 "type": "zip",
4298                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
4299                 "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
4300                 "shasum": ""
4301             },
4302             "require": {
4303                 "ext-curl": "*",
4304                 "ext-json": "*",
4305                 "ext-zip": "*",
4306                 "php": "^7.3 || ^8.0",
4307                 "symfony/polyfill-mbstring": "^1.12",
4308                 "symfony/process": "^5.0 || ^6.0 || ^7.0"
4309             },
4310             "replace": {
4311                 "facebook/webdriver": "*"
4312             },
4313             "require-dev": {
4314                 "ergebnis/composer-normalize": "^2.20.0",
4315                 "ondram/ci-detector": "^4.0",
4316                 "php-coveralls/php-coveralls": "^2.4",
4317                 "php-mock/php-mock-phpunit": "^2.0",
4318                 "php-parallel-lint/php-parallel-lint": "^1.2",
4319                 "phpunit/phpunit": "^9.3",
4320                 "squizlabs/php_codesniffer": "^3.5",
4321                 "symfony/var-dumper": "^5.0 || ^6.0"
4322             },
4323             "suggest": {
4324                 "ext-SimpleXML": "For Firefox profile creation"
4325             },
4326             "type": "library",
4327             "autoload": {
4328                 "files": [
4329                     "lib/Exception/TimeoutException.php"
4330                 ],
4331                 "psr-4": {
4332                     "Facebook\\WebDriver\\": "lib/"
4333                 }
4334             },
4335             "notification-url": "https://packagist.org/downloads/",
4336             "license": [
4337                 "MIT"
4338             ],
4339             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
4340             "homepage": "https://github.com/php-webdriver/php-webdriver",
4341             "keywords": [
4342                 "Chromedriver",
4343                 "geckodriver",
4344                 "php",
4345                 "selenium",
4346                 "webdriver"
4347             ],
4348             "support": {
4349                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
4350                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.1"
4351             },
4352             "time": "2023-10-20T12:21:20+00:00"
4353         },
4354         {
4355             "name": "phpdocumentor/reflection-common",
4356             "version": "2.2.0",
4357             "source": {
4358                 "type": "git",
4359                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4360                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
4361             },
4362             "dist": {
4363                 "type": "zip",
4364                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
4365                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
4366                 "shasum": ""
4367             },
4368             "require": {
4369                 "php": "^7.2 || ^8.0"
4370             },
4371             "type": "library",
4372             "extra": {
4373                 "branch-alias": {
4374                     "dev-2.x": "2.x-dev"
4375                 }
4376             },
4377             "autoload": {
4378                 "psr-4": {
4379                     "phpDocumentor\\Reflection\\": "src/"
4380                 }
4381             },
4382             "notification-url": "https://packagist.org/downloads/",
4383             "license": [
4384                 "MIT"
4385             ],
4386             "authors": [
4387                 {
4388                     "name": "Jaap van Otterdijk",
4389                     "email": "opensource@ijaap.nl"
4390                 }
4391             ],
4392             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4393             "homepage": "http://www.phpdoc.org",
4394             "keywords": [
4395                 "FQSEN",
4396                 "phpDocumentor",
4397                 "phpdoc",
4398                 "reflection",
4399                 "static analysis"
4400             ],
4401             "support": {
4402                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
4403                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
4404             },
4405             "time": "2020-06-27T09:03:43+00:00"
4406         },
4407         {
4408             "name": "phpdocumentor/reflection-docblock",
4409             "version": "5.3.0",
4410             "source": {
4411                 "type": "git",
4412                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4413                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
4414             },
4415             "dist": {
4416                 "type": "zip",
4417                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
4418                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
4419                 "shasum": ""
4420             },
4421             "require": {
4422                 "ext-filter": "*",
4423                 "php": "^7.2 || ^8.0",
4424                 "phpdocumentor/reflection-common": "^2.2",
4425                 "phpdocumentor/type-resolver": "^1.3",
4426                 "webmozart/assert": "^1.9.1"
4427             },
4428             "require-dev": {
4429                 "mockery/mockery": "~1.3.2",
4430                 "psalm/phar": "^4.8"
4431             },
4432             "type": "library",
4433             "extra": {
4434                 "branch-alias": {
4435                     "dev-master": "5.x-dev"
4436                 }
4437             },
4438             "autoload": {
4439                 "psr-4": {
4440                     "phpDocumentor\\Reflection\\": "src"
4441                 }
4442             },
4443             "notification-url": "https://packagist.org/downloads/",
4444             "license": [
4445                 "MIT"
4446             ],
4447             "authors": [
4448                 {
4449                     "name": "Mike van Riel",
4450                     "email": "me@mikevanriel.com"
4451                 },
4452                 {
4453                     "name": "Jaap van Otterdijk",
4454                     "email": "account@ijaap.nl"
4455                 }
4456             ],
4457             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4458             "support": {
4459                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
4460                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
4461             },
4462             "time": "2021-10-19T17:43:47+00:00"
4463         },
4464         {
4465             "name": "phpdocumentor/type-resolver",
4466             "version": "1.7.3",
4467             "source": {
4468                 "type": "git",
4469                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
4470                 "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
4471             },
4472             "dist": {
4473                 "type": "zip",
4474                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
4475                 "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
4476                 "shasum": ""
4477             },
4478             "require": {
4479                 "doctrine/deprecations": "^1.0",
4480                 "php": "^7.4 || ^8.0",
4481                 "phpdocumentor/reflection-common": "^2.0",
4482                 "phpstan/phpdoc-parser": "^1.13"
4483             },
4484             "require-dev": {
4485                 "ext-tokenizer": "*",
4486                 "phpbench/phpbench": "^1.2",
4487                 "phpstan/extension-installer": "^1.1",
4488                 "phpstan/phpstan": "^1.8",
4489                 "phpstan/phpstan-phpunit": "^1.1",
4490                 "phpunit/phpunit": "^9.5",
4491                 "rector/rector": "^0.13.9",
4492                 "vimeo/psalm": "^4.25"
4493             },
4494             "type": "library",
4495             "extra": {
4496                 "branch-alias": {
4497                     "dev-1.x": "1.x-dev"
4498                 }
4499             },
4500             "autoload": {
4501                 "psr-4": {
4502                     "phpDocumentor\\Reflection\\": "src"
4503                 }
4504             },
4505             "notification-url": "https://packagist.org/downloads/",
4506             "license": [
4507                 "MIT"
4508             ],
4509             "authors": [
4510                 {
4511                     "name": "Mike van Riel",
4512                     "email": "me@mikevanriel.com"
4513                 }
4514             ],
4515             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
4516             "support": {
4517                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
4518                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
4519             },
4520             "time": "2023-08-12T11:01:26+00:00"
4521         },
4522         {
4523             "name": "phpmyadmin/coding-standard",
4524             "version": "4.0.1",
4525             "source": {
4526                 "type": "git",
4527                 "url": "https://github.com/phpmyadmin/coding-standard.git",
4528                 "reference": "805595b55f8e53fed66efe4cc9981b18bbfdba18"
4529             },
4530             "dist": {
4531                 "type": "zip",
4532                 "url": "https://api.github.com/repos/phpmyadmin/coding-standard/zipball/805595b55f8e53fed66efe4cc9981b18bbfdba18",
4533                 "reference": "805595b55f8e53fed66efe4cc9981b18bbfdba18",
4534                 "shasum": ""
4535             },
4536             "require": {
4537                 "doctrine/coding-standard": "^11.1",
4538                 "php": "^8.1",
4539                 "squizlabs/php_codesniffer": "^3.7"
4540             },
4541             "type": "phpcodesniffer-standard",
4542             "notification-url": "https://packagist.org/downloads/",
4543             "license": [
4544                 "MIT"
4545             ],
4546             "authors": [
4547                 {
4548                     "name": "The phpMyAdmin Team",
4549                     "email": "developers@phpmyadmin.net",
4550                     "homepage": "https://www.phpmyadmin.net/team/"
4551                 }
4552             ],
4553             "description": "phpMyAdmin PHP_CodeSniffer Coding Standard",
4554             "keywords": [
4555                 "codesniffer",
4556                 "phpcs",
4557                 "phpmyadmin"
4558             ],
4559             "support": {
4560                 "issues": "https://github.com/phpmyadmin/coding-standard/issues",
4561                 "source": "https://github.com/phpmyadmin/coding-standard"
4562             },
4563             "time": "2023-06-09T20:39:49+00:00"
4564         },
4565         {
4566             "name": "phpstan/extension-installer",
4567             "version": "1.3.1",
4568             "source": {
4569                 "type": "git",
4570                 "url": "https://github.com/phpstan/extension-installer.git",
4571                 "reference": "f45734bfb9984c6c56c4486b71230355f066a58a"
4572             },
4573             "dist": {
4574                 "type": "zip",
4575                 "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f45734bfb9984c6c56c4486b71230355f066a58a",
4576                 "reference": "f45734bfb9984c6c56c4486b71230355f066a58a",
4577                 "shasum": ""
4578             },
4579             "require": {
4580                 "composer-plugin-api": "^2.0",
4581                 "php": "^7.2 || ^8.0",
4582                 "phpstan/phpstan": "^1.9.0"
4583             },
4584             "require-dev": {
4585                 "composer/composer": "^2.0",
4586                 "php-parallel-lint/php-parallel-lint": "^1.2.0",
4587                 "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
4588             },
4589             "type": "composer-plugin",
4590             "extra": {
4591                 "class": "PHPStan\\ExtensionInstaller\\Plugin"
4592             },
4593             "autoload": {
4594                 "psr-4": {
4595                     "PHPStan\\ExtensionInstaller\\": "src/"
4596                 }
4597             },
4598             "notification-url": "https://packagist.org/downloads/",
4599             "license": [
4600                 "MIT"
4601             ],
4602             "description": "Composer plugin for automatic installation of PHPStan extensions",
4603             "support": {
4604                 "issues": "https://github.com/phpstan/extension-installer/issues",
4605                 "source": "https://github.com/phpstan/extension-installer/tree/1.3.1"
4606             },
4607             "time": "2023-05-24T08:59:17+00:00"
4608         },
4609         {
4610             "name": "phpstan/phpdoc-parser",
4611             "version": "1.24.4",
4612             "source": {
4613                 "type": "git",
4614                 "url": "https://github.com/phpstan/phpdoc-parser.git",
4615                 "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496"
4616             },
4617             "dist": {
4618                 "type": "zip",
4619                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496",
4620                 "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496",
4621                 "shasum": ""
4622             },
4623             "require": {
4624                 "php": "^7.2 || ^8.0"
4625             },
4626             "require-dev": {
4627                 "doctrine/annotations": "^2.0",
4628                 "nikic/php-parser": "^4.15",
4629                 "php-parallel-lint/php-parallel-lint": "^1.2",
4630                 "phpstan/extension-installer": "^1.0",
4631                 "phpstan/phpstan": "^1.5",
4632                 "phpstan/phpstan-phpunit": "^1.1",
4633                 "phpstan/phpstan-strict-rules": "^1.0",
4634                 "phpunit/phpunit": "^9.5",
4635                 "symfony/process": "^5.2"
4636             },
4637             "type": "library",
4638             "autoload": {
4639                 "psr-4": {
4640                     "PHPStan\\PhpDocParser\\": [
4641                         "src/"
4642                     ]
4643                 }
4644             },
4645             "notification-url": "https://packagist.org/downloads/",
4646             "license": [
4647                 "MIT"
4648             ],
4649             "description": "PHPDoc parser with support for nullable, intersection and generic types",
4650             "support": {
4651                 "issues": "https://github.com/phpstan/phpdoc-parser/issues",
4652                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4"
4653             },
4654             "time": "2023-11-26T18:29:22+00:00"
4655         },
4656         {
4657             "name": "phpstan/phpstan",
4658             "version": "1.10.46",
4659             "source": {
4660                 "type": "git",
4661                 "url": "https://github.com/phpstan/phpstan.git",
4662                 "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70"
4663             },
4664             "dist": {
4665                 "type": "zip",
4666                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/90d3d25c5b98b8068916bbf08ce42d5cb6c54e70",
4667                 "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70",
4668                 "shasum": ""
4669             },
4670             "require": {
4671                 "php": "^7.2|^8.0"
4672             },
4673             "conflict": {
4674                 "phpstan/phpstan-shim": "*"
4675             },
4676             "bin": [
4677                 "phpstan",
4678                 "phpstan.phar"
4679             ],
4680             "type": "library",
4681             "autoload": {
4682                 "files": [
4683                     "bootstrap.php"
4684                 ]
4685             },
4686             "notification-url": "https://packagist.org/downloads/",
4687             "license": [
4688                 "MIT"
4689             ],
4690             "description": "PHPStan - PHP Static Analysis Tool",
4691             "keywords": [
4692                 "dev",
4693                 "static analysis"
4694             ],
4695             "support": {
4696                 "docs": "https://phpstan.org/user-guide/getting-started",
4697                 "forum": "https://github.com/phpstan/phpstan/discussions",
4698                 "issues": "https://github.com/phpstan/phpstan/issues",
4699                 "security": "https://github.com/phpstan/phpstan/security/policy",
4700                 "source": "https://github.com/phpstan/phpstan-src"
4701             },
4702             "funding": [
4703                 {
4704                     "url": "https://github.com/ondrejmirtes",
4705                     "type": "github"
4706                 },
4707                 {
4708                     "url": "https://github.com/phpstan",
4709                     "type": "github"
4710                 },
4711                 {
4712                     "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
4713                     "type": "tidelift"
4714                 }
4715             ],
4716             "time": "2023-11-28T14:57:26+00:00"
4717         },
4718         {
4719             "name": "phpstan/phpstan-phpunit",
4720             "version": "1.3.15",
4721             "source": {
4722                 "type": "git",
4723                 "url": "https://github.com/phpstan/phpstan-phpunit.git",
4724                 "reference": "70ecacc64fe8090d8d2a33db5a51fe8e88acd93a"
4725             },
4726             "dist": {
4727                 "type": "zip",
4728                 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/70ecacc64fe8090d8d2a33db5a51fe8e88acd93a",
4729                 "reference": "70ecacc64fe8090d8d2a33db5a51fe8e88acd93a",
4730                 "shasum": ""
4731             },
4732             "require": {
4733                 "php": "^7.2 || ^8.0",
4734                 "phpstan/phpstan": "^1.10"
4735             },
4736             "conflict": {
4737                 "phpunit/phpunit": "<7.0"
4738             },
4739             "require-dev": {
4740                 "nikic/php-parser": "^4.13.0",
4741                 "php-parallel-lint/php-parallel-lint": "^1.2",
4742                 "phpstan/phpstan-strict-rules": "^1.5.1",
4743                 "phpunit/phpunit": "^9.5"
4744             },
4745             "type": "phpstan-extension",
4746             "extra": {
4747                 "phpstan": {
4748                     "includes": [
4749                         "extension.neon",
4750                         "rules.neon"
4751                     ]
4752                 }
4753             },
4754             "autoload": {
4755                 "psr-4": {
4756                     "PHPStan\\": "src/"
4757                 }
4758             },
4759             "notification-url": "https://packagist.org/downloads/",
4760             "license": [
4761                 "MIT"
4762             ],
4763             "description": "PHPUnit extensions and rules for PHPStan",
4764             "support": {
4765                 "issues": "https://github.com/phpstan/phpstan-phpunit/issues",
4766                 "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.15"
4767             },
4768             "time": "2023-10-09T18:58:39+00:00"
4769         },
4770         {
4771             "name": "phpstan/phpstan-strict-rules",
4772             "version": "1.5.2",
4773             "source": {
4774                 "type": "git",
4775                 "url": "https://github.com/phpstan/phpstan-strict-rules.git",
4776                 "reference": "7a50e9662ee9f3942e4aaaf3d603653f60282542"
4777             },
4778             "dist": {
4779                 "type": "zip",
4780                 "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/7a50e9662ee9f3942e4aaaf3d603653f60282542",
4781                 "reference": "7a50e9662ee9f3942e4aaaf3d603653f60282542",
4782                 "shasum": ""
4783             },
4784             "require": {
4785                 "php": "^7.2 || ^8.0",
4786                 "phpstan/phpstan": "^1.10.34"
4787             },
4788             "require-dev": {
4789                 "nikic/php-parser": "^4.13.0",
4790                 "php-parallel-lint/php-parallel-lint": "^1.2",
4791                 "phpstan/phpstan-deprecation-rules": "^1.1",
4792                 "phpstan/phpstan-phpunit": "^1.0",
4793                 "phpunit/phpunit": "^9.5"
4794             },
4795             "type": "phpstan-extension",
4796             "extra": {
4797                 "phpstan": {
4798                     "includes": [
4799                         "rules.neon"
4800                     ]
4801                 }
4802             },
4803             "autoload": {
4804                 "psr-4": {
4805                     "PHPStan\\": "src/"
4806                 }
4807             },
4808             "notification-url": "https://packagist.org/downloads/",
4809             "license": [
4810                 "MIT"
4811             ],
4812             "description": "Extra strict and opinionated rules for PHPStan",
4813             "support": {
4814                 "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
4815                 "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.2"
4816             },
4817             "time": "2023-10-30T14:35:06+00:00"
4818         },
4819         {
4820             "name": "phpstan/phpstan-webmozart-assert",
4821             "version": "1.2.4",
4822             "source": {
4823                 "type": "git",
4824                 "url": "https://github.com/phpstan/phpstan-webmozart-assert.git",
4825                 "reference": "d1ff28697bd4e1c9ef5d3f871367ce9092871fec"
4826             },
4827             "dist": {
4828                 "type": "zip",
4829                 "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/d1ff28697bd4e1c9ef5d3f871367ce9092871fec",
4830                 "reference": "d1ff28697bd4e1c9ef5d3f871367ce9092871fec",
4831                 "shasum": ""
4832             },
4833             "require": {
4834                 "php": "^7.2 || ^8.0",
4835                 "phpstan/phpstan": "^1.10"
4836             },
4837             "require-dev": {
4838                 "nikic/php-parser": "^4.13.0",
4839                 "php-parallel-lint/php-parallel-lint": "^1.2",
4840                 "phpstan/phpstan-deprecation-rules": "^1.1",
4841                 "phpstan/phpstan-phpunit": "^1.0",
4842                 "phpstan/phpstan-strict-rules": "^1.0",
4843                 "phpunit/phpunit": "^9.5",
4844                 "webmozart/assert": "^1.11.0"
4845             },
4846             "type": "phpstan-extension",
4847             "extra": {
4848                 "phpstan": {
4849                     "includes": [
4850                         "extension.neon"
4851                     ]
4852                 }
4853             },
4854             "autoload": {
4855                 "psr-4": {
4856                     "PHPStan\\": "src/"
4857                 }
4858             },
4859             "notification-url": "https://packagist.org/downloads/",
4860             "license": [
4861                 "MIT"
4862             ],
4863             "description": "PHPStan webmozart/assert extension",
4864             "support": {
4865                 "issues": "https://github.com/phpstan/phpstan-webmozart-assert/issues",
4866                 "source": "https://github.com/phpstan/phpstan-webmozart-assert/tree/1.2.4"
4867             },
4868             "time": "2023-02-21T20:34:19+00:00"
4869         },
4870         {
4871             "name": "phpunit/php-code-coverage",
4872             "version": "10.1.9",
4873             "source": {
4874                 "type": "git",
4875                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4876                 "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735"
4877             },
4878             "dist": {
4879                 "type": "zip",
4880                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/a56a9ab2f680246adcf3db43f38ddf1765774735",
4881                 "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735",
4882                 "shasum": ""
4883             },
4884             "require": {
4885                 "ext-dom": "*",
4886                 "ext-libxml": "*",
4887                 "ext-xmlwriter": "*",
4888                 "nikic/php-parser": "^4.15",
4889                 "php": ">=8.1",
4890                 "phpunit/php-file-iterator": "^4.0",
4891                 "phpunit/php-text-template": "^3.0",
4892                 "sebastian/code-unit-reverse-lookup": "^3.0",
4893                 "sebastian/complexity": "^3.0",
4894                 "sebastian/environment": "^6.0",
4895                 "sebastian/lines-of-code": "^2.0",
4896                 "sebastian/version": "^4.0",
4897                 "theseer/tokenizer": "^1.2.0"
4898             },
4899             "require-dev": {
4900                 "phpunit/phpunit": "^10.1"
4901             },
4902             "suggest": {
4903                 "ext-pcov": "PHP extension that provides line coverage",
4904                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
4905             },
4906             "type": "library",
4907             "extra": {
4908                 "branch-alias": {
4909                     "dev-main": "10.1-dev"
4910                 }
4911             },
4912             "autoload": {
4913                 "classmap": [
4914                     "src/"
4915                 ]
4916             },
4917             "notification-url": "https://packagist.org/downloads/",
4918             "license": [
4919                 "BSD-3-Clause"
4920             ],
4921             "authors": [
4922                 {
4923                     "name": "Sebastian Bergmann",
4924                     "email": "sebastian@phpunit.de",
4925                     "role": "lead"
4926                 }
4927             ],
4928             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4929             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4930             "keywords": [
4931                 "coverage",
4932                 "testing",
4933                 "xunit"
4934             ],
4935             "support": {
4936                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
4937                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
4938                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.9"
4939             },
4940             "funding": [
4941                 {
4942                     "url": "https://github.com/sebastianbergmann",
4943                     "type": "github"
4944                 }
4945             ],
4946             "time": "2023-11-23T12:23:20+00:00"
4947         },
4948         {
4949             "name": "phpunit/php-file-iterator",
4950             "version": "4.1.0",
4951             "source": {
4952                 "type": "git",
4953                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4954                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
4955             },
4956             "dist": {
4957                 "type": "zip",
4958                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
4959                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
4960                 "shasum": ""
4961             },
4962             "require": {
4963                 "php": ">=8.1"
4964             },
4965             "require-dev": {
4966                 "phpunit/phpunit": "^10.0"
4967             },
4968             "type": "library",
4969             "extra": {
4970                 "branch-alias": {
4971                     "dev-main": "4.0-dev"
4972                 }
4973             },
4974             "autoload": {
4975                 "classmap": [
4976                     "src/"
4977                 ]
4978             },
4979             "notification-url": "https://packagist.org/downloads/",
4980             "license": [
4981                 "BSD-3-Clause"
4982             ],
4983             "authors": [
4984                 {
4985                     "name": "Sebastian Bergmann",
4986                     "email": "sebastian@phpunit.de",
4987                     "role": "lead"
4988                 }
4989             ],
4990             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4991             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4992             "keywords": [
4993                 "filesystem",
4994                 "iterator"
4995             ],
4996             "support": {
4997                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
4998                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
4999                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
5000             },
5001             "funding": [
5002                 {
5003                     "url": "https://github.com/sebastianbergmann",
5004                     "type": "github"
5005                 }
5006             ],
5007             "time": "2023-08-31T06:24:48+00:00"
5008         },
5009         {
5010             "name": "phpunit/php-invoker",
5011             "version": "4.0.0",
5012             "source": {
5013                 "type": "git",
5014                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
5015                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
5016             },
5017             "dist": {
5018                 "type": "zip",
5019                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
5020                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
5021                 "shasum": ""
5022             },
5023             "require": {
5024                 "php": ">=8.1"
5025             },
5026             "require-dev": {
5027                 "ext-pcntl": "*",
5028                 "phpunit/phpunit": "^10.0"
5029             },
5030             "suggest": {
5031                 "ext-pcntl": "*"
5032             },
5033             "type": "library",
5034             "extra": {
5035                 "branch-alias": {
5036                     "dev-main": "4.0-dev"
5037                 }
5038             },
5039             "autoload": {
5040                 "classmap": [
5041                     "src/"
5042                 ]
5043             },
5044             "notification-url": "https://packagist.org/downloads/",
5045             "license": [
5046                 "BSD-3-Clause"
5047             ],
5048             "authors": [
5049                 {
5050                     "name": "Sebastian Bergmann",
5051                     "email": "sebastian@phpunit.de",
5052                     "role": "lead"
5053                 }
5054             ],
5055             "description": "Invoke callables with a timeout",
5056             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
5057             "keywords": [
5058                 "process"
5059             ],
5060             "support": {
5061                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
5062                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
5063             },
5064             "funding": [
5065                 {
5066                     "url": "https://github.com/sebastianbergmann",
5067                     "type": "github"
5068                 }
5069             ],
5070             "time": "2023-02-03T06:56:09+00:00"
5071         },
5072         {
5073             "name": "phpunit/php-text-template",
5074             "version": "3.0.1",
5075             "source": {
5076                 "type": "git",
5077                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
5078                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
5079             },
5080             "dist": {
5081                 "type": "zip",
5082                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
5083                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
5084                 "shasum": ""
5085             },
5086             "require": {
5087                 "php": ">=8.1"
5088             },
5089             "require-dev": {
5090                 "phpunit/phpunit": "^10.0"
5091             },
5092             "type": "library",
5093             "extra": {
5094                 "branch-alias": {
5095                     "dev-main": "3.0-dev"
5096                 }
5097             },
5098             "autoload": {
5099                 "classmap": [
5100                     "src/"
5101                 ]
5102             },
5103             "notification-url": "https://packagist.org/downloads/",
5104             "license": [
5105                 "BSD-3-Clause"
5106             ],
5107             "authors": [
5108                 {
5109                     "name": "Sebastian Bergmann",
5110                     "email": "sebastian@phpunit.de",
5111                     "role": "lead"
5112                 }
5113             ],
5114             "description": "Simple template engine.",
5115             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5116             "keywords": [
5117                 "template"
5118             ],
5119             "support": {
5120                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
5121                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
5122                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
5123             },
5124             "funding": [
5125                 {
5126                     "url": "https://github.com/sebastianbergmann",
5127                     "type": "github"
5128                 }
5129             ],
5130             "time": "2023-08-31T14:07:24+00:00"
5131         },
5132         {
5133             "name": "phpunit/php-timer",
5134             "version": "6.0.0",
5135             "source": {
5136                 "type": "git",
5137                 "url": "https://github.com/sebastianbergmann/php-timer.git",
5138                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
5139             },
5140             "dist": {
5141                 "type": "zip",
5142                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
5143                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
5144                 "shasum": ""
5145             },
5146             "require": {
5147                 "php": ">=8.1"
5148             },
5149             "require-dev": {
5150                 "phpunit/phpunit": "^10.0"
5151             },
5152             "type": "library",
5153             "extra": {
5154                 "branch-alias": {
5155                     "dev-main": "6.0-dev"
5156                 }
5157             },
5158             "autoload": {
5159                 "classmap": [
5160                     "src/"
5161                 ]
5162             },
5163             "notification-url": "https://packagist.org/downloads/",
5164             "license": [
5165                 "BSD-3-Clause"
5166             ],
5167             "authors": [
5168                 {
5169                     "name": "Sebastian Bergmann",
5170                     "email": "sebastian@phpunit.de",
5171                     "role": "lead"
5172                 }
5173             ],
5174             "description": "Utility class for timing",
5175             "homepage": "https://github.com/sebastianbergmann/php-timer/",
5176             "keywords": [
5177                 "timer"
5178             ],
5179             "support": {
5180                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
5181                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
5182             },
5183             "funding": [
5184                 {
5185                     "url": "https://github.com/sebastianbergmann",
5186                     "type": "github"
5187                 }
5188             ],
5189             "time": "2023-02-03T06:57:52+00:00"
5190         },
5191         {
5192             "name": "phpunit/phpunit",
5193             "version": "10.4.2",
5194             "source": {
5195                 "type": "git",
5196                 "url": "https://github.com/sebastianbergmann/phpunit.git",
5197                 "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1"
5198             },
5199             "dist": {
5200                 "type": "zip",
5201                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
5202                 "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
5203                 "shasum": ""
5204             },
5205             "require": {
5206                 "ext-dom": "*",
5207                 "ext-json": "*",
5208                 "ext-libxml": "*",
5209                 "ext-mbstring": "*",
5210                 "ext-xml": "*",
5211                 "ext-xmlwriter": "*",
5212                 "myclabs/deep-copy": "^1.10.1",
5213                 "phar-io/manifest": "^2.0.3",
5214                 "phar-io/version": "^3.0.2",
5215                 "php": ">=8.1",
5216                 "phpunit/php-code-coverage": "^10.1.5",
5217                 "phpunit/php-file-iterator": "^4.0",
5218                 "phpunit/php-invoker": "^4.0",
5219                 "phpunit/php-text-template": "^3.0",
5220                 "phpunit/php-timer": "^6.0",
5221                 "sebastian/cli-parser": "^2.0",
5222                 "sebastian/code-unit": "^2.0",
5223                 "sebastian/comparator": "^5.0",
5224                 "sebastian/diff": "^5.0",
5225                 "sebastian/environment": "^6.0",
5226                 "sebastian/exporter": "^5.1",
5227                 "sebastian/global-state": "^6.0.1",
5228                 "sebastian/object-enumerator": "^5.0",
5229                 "sebastian/recursion-context": "^5.0",
5230                 "sebastian/type": "^4.0",
5231                 "sebastian/version": "^4.0"
5232             },
5233             "suggest": {
5234                 "ext-soap": "To be able to generate mocks based on WSDL files"
5235             },
5236             "bin": [
5237                 "phpunit"
5238             ],
5239             "type": "library",
5240             "extra": {
5241                 "branch-alias": {
5242                     "dev-main": "10.4-dev"
5243                 }
5244             },
5245             "autoload": {
5246                 "files": [
5247                     "src/Framework/Assert/Functions.php"
5248                 ],
5249                 "classmap": [
5250                     "src/"
5251                 ]
5252             },
5253             "notification-url": "https://packagist.org/downloads/",
5254             "license": [
5255                 "BSD-3-Clause"
5256             ],
5257             "authors": [
5258                 {
5259                     "name": "Sebastian Bergmann",
5260                     "email": "sebastian@phpunit.de",
5261                     "role": "lead"
5262                 }
5263             ],
5264             "description": "The PHP Unit Testing framework.",
5265             "homepage": "https://phpunit.de/",
5266             "keywords": [
5267                 "phpunit",
5268                 "testing",
5269                 "xunit"
5270             ],
5271             "support": {
5272                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
5273                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
5274                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2"
5275             },
5276             "funding": [
5277                 {
5278                     "url": "https://phpunit.de/sponsors.html",
5279                     "type": "custom"
5280                 },
5281                 {
5282                     "url": "https://github.com/sebastianbergmann",
5283                     "type": "github"
5284                 },
5285                 {
5286                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
5287                     "type": "tidelift"
5288                 }
5289             ],
5290             "time": "2023-10-26T07:21:45+00:00"
5291         },
5292         {
5293             "name": "pragmarx/google2fa",
5294             "version": "v8.0.1",
5295             "source": {
5296                 "type": "git",
5297                 "url": "https://github.com/antonioribeiro/google2fa.git",
5298                 "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3"
5299             },
5300             "dist": {
5301                 "type": "zip",
5302                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/80c3d801b31fe165f8fe99ea085e0a37834e1be3",
5303                 "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3",
5304                 "shasum": ""
5305             },
5306             "require": {
5307                 "paragonie/constant_time_encoding": "^1.0|^2.0",
5308                 "php": "^7.1|^8.0"
5309             },
5310             "require-dev": {
5311                 "phpstan/phpstan": "^0.12.18",
5312                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
5313             },
5314             "type": "library",
5315             "autoload": {
5316                 "psr-4": {
5317                     "PragmaRX\\Google2FA\\": "src/"
5318                 }
5319             },
5320             "notification-url": "https://packagist.org/downloads/",
5321             "license": [
5322                 "MIT"
5323             ],
5324             "authors": [
5325                 {
5326                     "name": "Antonio Carlos Ribeiro",
5327                     "email": "acr@antoniocarlosribeiro.com",
5328                     "role": "Creator & Designer"
5329                 }
5330             ],
5331             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
5332             "keywords": [
5333                 "2fa",
5334                 "Authentication",
5335                 "Two Factor Authentication",
5336                 "google2fa"
5337             ],
5338             "support": {
5339                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
5340                 "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.1"
5341             },
5342             "time": "2022-06-13T21:57:56+00:00"
5343         },
5344         {
5345             "name": "pragmarx/google2fa-qrcode",
5346             "version": "v3.0.0",
5347             "source": {
5348                 "type": "git",
5349                 "url": "https://github.com/antonioribeiro/google2fa-qrcode.git",
5350                 "reference": "ce4d8a729b6c93741c607cfb2217acfffb5bf76b"
5351             },
5352             "dist": {
5353                 "type": "zip",
5354                 "url": "https://api.github.com/repos/antonioribeiro/google2fa-qrcode/zipball/ce4d8a729b6c93741c607cfb2217acfffb5bf76b",
5355                 "reference": "ce4d8a729b6c93741c607cfb2217acfffb5bf76b",
5356                 "shasum": ""
5357             },
5358             "require": {
5359                 "php": ">=7.1",
5360                 "pragmarx/google2fa": ">=4.0"
5361             },
5362             "require-dev": {
5363                 "bacon/bacon-qr-code": "^2.0",
5364                 "chillerlan/php-qrcode": "^1.0|^2.0|^3.0|^4.0",
5365                 "khanamiryan/qrcode-detector-decoder": "^1.0",
5366                 "phpunit/phpunit": "~4|~5|~6|~7|~8|~9"
5367             },
5368             "suggest": {
5369                 "bacon/bacon-qr-code": "For QR Code generation, requires imagick",
5370                 "chillerlan/php-qrcode": "For QR Code generation"
5371             },
5372             "type": "library",
5373             "extra": {
5374                 "component": "package",
5375                 "branch-alias": {
5376                     "dev-master": "1.0-dev"
5377                 }
5378             },
5379             "autoload": {
5380                 "psr-4": {
5381                     "PragmaRX\\Google2FAQRCode\\": "src/",
5382                     "PragmaRX\\Google2FAQRCode\\Tests\\": "tests/"
5383                 }
5384             },
5385             "notification-url": "https://packagist.org/downloads/",
5386             "license": [
5387                 "MIT"
5388             ],
5389             "authors": [
5390                 {
5391                     "name": "Antonio Carlos Ribeiro",
5392                     "email": "acr@antoniocarlosribeiro.com",
5393                     "role": "Creator & Designer"
5394                 }
5395             ],
5396             "description": "QR Code package for Google2FA",
5397             "keywords": [
5398                 "2fa",
5399                 "Authentication",
5400                 "Two Factor Authentication",
5401                 "google2fa",
5402                 "qr code",
5403                 "qrcode"
5404             ],
5405             "support": {
5406                 "issues": "https://github.com/antonioribeiro/google2fa-qrcode/issues",
5407                 "source": "https://github.com/antonioribeiro/google2fa-qrcode/tree/v3.0.0"
5408             },
5409             "time": "2021-08-15T12:53:48+00:00"
5410         },
5411         {
5412             "name": "psalm/plugin-phpunit",
5413             "version": "0.18.4",
5414             "source": {
5415                 "type": "git",
5416                 "url": "https://github.com/psalm/psalm-plugin-phpunit.git",
5417                 "reference": "e4ab3096653d9eb6f6d0ea5f4461898d59ae4dbc"
5418             },
5419             "dist": {
5420                 "type": "zip",
5421                 "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/e4ab3096653d9eb6f6d0ea5f4461898d59ae4dbc",
5422                 "reference": "e4ab3096653d9eb6f6d0ea5f4461898d59ae4dbc",
5423                 "shasum": ""
5424             },
5425             "require": {
5426                 "composer/package-versions-deprecated": "^1.10",
5427                 "composer/semver": "^1.4 || ^2.0 || ^3.0",
5428                 "ext-simplexml": "*",
5429                 "php": "^7.1 || ^8.0",
5430                 "vimeo/psalm": "dev-master || dev-4.x || ^4.7.1 || ^5@beta || ^5.0"
5431             },
5432             "conflict": {
5433                 "phpunit/phpunit": "<7.5"
5434             },
5435             "require-dev": {
5436                 "codeception/codeception": "^4.0.3",
5437                 "php": "^7.3 || ^8.0",
5438                 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0",
5439                 "squizlabs/php_codesniffer": "^3.3.1",
5440                 "weirdan/codeception-psalm-module": "^0.11.0",
5441                 "weirdan/prophecy-shim": "^1.0 || ^2.0"
5442             },
5443             "type": "psalm-plugin",
5444             "extra": {
5445                 "psalm": {
5446                     "pluginClass": "Psalm\\PhpUnitPlugin\\Plugin"
5447                 }
5448             },
5449             "autoload": {
5450                 "psr-4": {
5451                     "Psalm\\PhpUnitPlugin\\": "src"
5452                 }
5453             },
5454             "notification-url": "https://packagist.org/downloads/",
5455             "license": [
5456                 "MIT"
5457             ],
5458             "authors": [
5459                 {
5460                     "name": "Matt Brown",
5461                     "email": "github@muglug.com"
5462                 }
5463             ],
5464             "description": "Psalm plugin for PHPUnit",
5465             "support": {
5466                 "issues": "https://github.com/psalm/psalm-plugin-phpunit/issues",
5467                 "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.18.4"
5468             },
5469             "time": "2022-12-03T07:47:07+00:00"
5470         },
5471         {
5472             "name": "psr/http-client",
5473             "version": "1.0.3",
5474             "source": {
5475                 "type": "git",
5476                 "url": "https://github.com/php-fig/http-client.git",
5477                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
5478             },
5479             "dist": {
5480                 "type": "zip",
5481                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
5482                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
5483                 "shasum": ""
5484             },
5485             "require": {
5486                 "php": "^7.0 || ^8.0",
5487                 "psr/http-message": "^1.0 || ^2.0"
5488             },
5489             "type": "library",
5490             "extra": {
5491                 "branch-alias": {
5492                     "dev-master": "1.0.x-dev"
5493                 }
5494             },
5495             "autoload": {
5496                 "psr-4": {
5497                     "Psr\\Http\\Client\\": "src/"
5498                 }
5499             },
5500             "notification-url": "https://packagist.org/downloads/",
5501             "license": [
5502                 "MIT"
5503             ],
5504             "authors": [
5505                 {
5506                     "name": "PHP-FIG",
5507                     "homepage": "https://www.php-fig.org/"
5508                 }
5509             ],
5510             "description": "Common interface for HTTP clients",
5511             "homepage": "https://github.com/php-fig/http-client",
5512             "keywords": [
5513                 "http",
5514                 "http-client",
5515                 "psr",
5516                 "psr-18"
5517             ],
5518             "support": {
5519                 "source": "https://github.com/php-fig/http-client"
5520             },
5521             "time": "2023-09-23T14:17:50+00:00"
5522         },
5523         {
5524             "name": "ramsey/collection",
5525             "version": "2.0.0",
5526             "source": {
5527                 "type": "git",
5528                 "url": "https://github.com/ramsey/collection.git",
5529                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
5530             },
5531             "dist": {
5532                 "type": "zip",
5533                 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
5534                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
5535                 "shasum": ""
5536             },
5537             "require": {
5538                 "php": "^8.1"
5539             },
5540             "require-dev": {
5541                 "captainhook/plugin-composer": "^5.3",
5542                 "ergebnis/composer-normalize": "^2.28.3",
5543                 "fakerphp/faker": "^1.21",
5544                 "hamcrest/hamcrest-php": "^2.0",
5545                 "jangregor/phpstan-prophecy": "^1.0",
5546                 "mockery/mockery": "^1.5",
5547                 "php-parallel-lint/php-console-highlighter": "^1.0",
5548                 "php-parallel-lint/php-parallel-lint": "^1.3",
5549                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
5550                 "phpspec/prophecy-phpunit": "^2.0",
5551                 "phpstan/extension-installer": "^1.2",
5552                 "phpstan/phpstan": "^1.9",
5553                 "phpstan/phpstan-mockery": "^1.1",
5554                 "phpstan/phpstan-phpunit": "^1.3",
5555                 "phpunit/phpunit": "^9.5",
5556                 "psalm/plugin-mockery": "^1.1",
5557                 "psalm/plugin-phpunit": "^0.18.4",
5558                 "ramsey/coding-standard": "^2.0.3",
5559                 "ramsey/conventional-commits": "^1.3",
5560                 "vimeo/psalm": "^5.4"
5561             },
5562             "type": "library",
5563             "extra": {
5564                 "captainhook": {
5565                     "force-install": true
5566                 },
5567                 "ramsey/conventional-commits": {
5568                     "configFile": "conventional-commits.json"
5569                 }
5570             },
5571             "autoload": {
5572                 "psr-4": {
5573                     "Ramsey\\Collection\\": "src/"
5574                 }
5575             },
5576             "notification-url": "https://packagist.org/downloads/",
5577             "license": [
5578                 "MIT"
5579             ],
5580             "authors": [
5581                 {
5582                     "name": "Ben Ramsey",
5583                     "email": "ben@benramsey.com",
5584                     "homepage": "https://benramsey.com"
5585                 }
5586             ],
5587             "description": "A PHP library for representing and manipulating collections.",
5588             "keywords": [
5589                 "array",
5590                 "collection",
5591                 "hash",
5592                 "map",
5593                 "queue",
5594                 "set"
5595             ],
5596             "support": {
5597                 "issues": "https://github.com/ramsey/collection/issues",
5598                 "source": "https://github.com/ramsey/collection/tree/2.0.0"
5599             },
5600             "funding": [
5601                 {
5602                     "url": "https://github.com/ramsey",
5603                     "type": "github"
5604                 },
5605                 {
5606                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
5607                     "type": "tidelift"
5608                 }
5609             ],
5610             "time": "2022-12-31T21:50:55+00:00"
5611         },
5612         {
5613             "name": "ramsey/uuid",
5614             "version": "4.7.5",
5615             "source": {
5616                 "type": "git",
5617                 "url": "https://github.com/ramsey/uuid.git",
5618                 "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
5619             },
5620             "dist": {
5621                 "type": "zip",
5622                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
5623                 "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
5624                 "shasum": ""
5625             },
5626             "require": {
5627                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
5628                 "ext-json": "*",
5629                 "php": "^8.0",
5630                 "ramsey/collection": "^1.2 || ^2.0"
5631             },
5632             "replace": {
5633                 "rhumsaa/uuid": "self.version"
5634             },
5635             "require-dev": {
5636                 "captainhook/captainhook": "^5.10",
5637                 "captainhook/plugin-composer": "^5.3",
5638                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
5639                 "doctrine/annotations": "^1.8",
5640                 "ergebnis/composer-normalize": "^2.15",
5641                 "mockery/mockery": "^1.3",
5642                 "paragonie/random-lib": "^2",
5643                 "php-mock/php-mock": "^2.2",
5644                 "php-mock/php-mock-mockery": "^1.3",
5645                 "php-parallel-lint/php-parallel-lint": "^1.1",
5646                 "phpbench/phpbench": "^1.0",
5647                 "phpstan/extension-installer": "^1.1",
5648                 "phpstan/phpstan": "^1.8",
5649                 "phpstan/phpstan-mockery": "^1.1",
5650                 "phpstan/phpstan-phpunit": "^1.1",
5651                 "phpunit/phpunit": "^8.5 || ^9",
5652                 "ramsey/composer-repl": "^1.4",
5653                 "slevomat/coding-standard": "^8.4",
5654                 "squizlabs/php_codesniffer": "^3.5",
5655                 "vimeo/psalm": "^4.9"
5656             },
5657             "suggest": {
5658                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
5659                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
5660                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
5661                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
5662                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
5663             },
5664             "type": "library",
5665             "extra": {
5666                 "captainhook": {
5667                     "force-install": true
5668                 }
5669             },
5670             "autoload": {
5671                 "files": [
5672                     "src/functions.php"
5673                 ],
5674                 "psr-4": {
5675                     "Ramsey\\Uuid\\": "src/"
5676                 }
5677             },
5678             "notification-url": "https://packagist.org/downloads/",
5679             "license": [
5680                 "MIT"
5681             ],
5682             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
5683             "keywords": [
5684                 "guid",
5685                 "identifier",
5686                 "uuid"
5687             ],
5688             "support": {
5689                 "issues": "https://github.com/ramsey/uuid/issues",
5690                 "source": "https://github.com/ramsey/uuid/tree/4.7.5"
5691             },
5692             "funding": [
5693                 {
5694                     "url": "https://github.com/ramsey",
5695                     "type": "github"
5696                 },
5697                 {
5698                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
5699                     "type": "tidelift"
5700                 }
5701             ],
5702             "time": "2023-11-08T05:53:05+00:00"
5703         },
5704         {
5705             "name": "roave/security-advisories",
5706             "version": "dev-latest",
5707             "source": {
5708                 "type": "git",
5709                 "url": "https://github.com/Roave/SecurityAdvisories.git",
5710                 "reference": "5cfed3056826da5ee547ebb4b58e39bc4ca14d6e"
5711             },
5712             "dist": {
5713                 "type": "zip",
5714                 "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5cfed3056826da5ee547ebb4b58e39bc4ca14d6e",
5715                 "reference": "5cfed3056826da5ee547ebb4b58e39bc4ca14d6e",
5716                 "shasum": ""
5717             },
5718             "conflict": {
5719                 "3f/pygmentize": "<1.2",
5720                 "admidio/admidio": "<4.2.13",
5721                 "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
5722                 "aheinze/cockpit": "<2.2",
5723                 "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
5724                 "airesvsg/acf-to-rest-api": "<=3.1",
5725                 "akaunting/akaunting": "<2.1.13",
5726                 "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
5727                 "alextselegidis/easyappointments": "<1.5",
5728                 "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
5729                 "amazing/media2click": ">=1,<1.3.3",
5730                 "amphp/artax": "<1.0.6|>=2,<2.0.6",
5731                 "amphp/http": "<1.0.1",
5732                 "amphp/http-client": ">=4,<4.4",
5733                 "anchorcms/anchor-cms": "<=0.12.7",
5734                 "andreapollastri/cipi": "<=3.1.15",
5735                 "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
5736                 "apache-solr-for-typo3/solr": "<2.8.3",
5737                 "apereo/phpcas": "<1.6",
5738                 "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3",
5739                 "appwrite/server-ce": "<=1.2.1",
5740                 "arc/web": "<3",
5741                 "area17/twill": "<1.2.5|>=2,<2.5.3",
5742                 "artesaos/seotools": "<0.17.2",
5743                 "asymmetricrypt/asymmetricrypt": "<9.9.99",
5744                 "athlon1600/php-proxy": "<=5.1",
5745                 "athlon1600/php-proxy-app": "<=3",
5746                 "austintoddj/canvas": "<=3.4.2",
5747                 "automad/automad": "<1.8",
5748                 "awesome-support/awesome-support": "<=6.0.7",
5749                 "aws/aws-sdk-php": ">=3,<3.2.1",
5750                 "azuracast/azuracast": "<0.18.3",
5751                 "backdrop/backdrop": "<1.24.2",
5752                 "backpack/crud": "<3.4.9",
5753                 "bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
5754                 "badaso/core": "<2.7",
5755                 "bagisto/bagisto": "<0.1.5",
5756                 "barrelstrength/sprout-base-email": "<1.2.7",
5757                 "barrelstrength/sprout-forms": "<3.9",
5758                 "barryvdh/laravel-translation-manager": "<0.6.2",
5759                 "barzahlen/barzahlen-php": "<2.0.1",
5760                 "baserproject/basercms": "<4.8",
5761                 "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
5762                 "bigfork/silverstripe-form-capture": ">=3,<3.1.1",
5763                 "billz/raspap-webgui": "<2.9.5",
5764                 "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
5765                 "bmarshall511/wordpress_zero_spam": "<5.2.13",
5766                 "bolt/bolt": "<3.7.2",
5767                 "bolt/core": "<=4.2",
5768                 "bottelet/flarepoint": "<2.2.1",
5769                 "brightlocal/phpwhois": "<=4.2.5",
5770                 "brotkrueml/codehighlight": "<2.7",
5771                 "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
5772                 "brotkrueml/typo3-matomo-integration": "<1.3.2",
5773                 "buddypress/buddypress": "<7.2.1",
5774                 "bugsnag/bugsnag-laravel": "<2.0.2",
5775                 "bytefury/crater": "<6.0.2",
5776                 "cachethq/cachet": "<2.5.1",
5777                 "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
5778                 "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
5779                 "cardgate/magento2": "<2.0.33",
5780                 "cardgate/woocommerce": "<=3.1.15",
5781                 "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
5782                 "cartalyst/sentry": "<=2.1.6",
5783                 "catfan/medoo": "<1.7.5",
5784                 "cecil/cecil": "<7.47.1",
5785                 "centreon/centreon": "<22.10.0.0-beta1",
5786                 "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
5787                 "chriskacerguis/codeigniter-restserver": "<=2.7.1",
5788                 "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
5789                 "cockpit-hq/cockpit": "<=2.6.3",
5790                 "codeception/codeception": "<3.1.3|>=4,<4.1.22",
5791                 "codeigniter/framework": "<3.1.9",
5792                 "codeigniter4/framework": "<=4.4.2",
5793                 "codeigniter4/shield": "<1.0.0.0-beta8",
5794                 "codiad/codiad": "<=2.8.4",
5795                 "composer/composer": "<1.10.27|>=2,<2.2.22|>=2.3,<2.6.4",
5796                 "concrete5/concrete5": "<9.2.2",
5797                 "concrete5/core": "<8.5.8|>=9,<9.1",
5798                 "contao-components/mediaelement": ">=2.14.2,<2.21.1",
5799                 "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
5800                 "contao/core": ">=2,<3.5.39",
5801                 "contao/core-bundle": "<4.9.42|>=4.10,<4.13.28|>=5,<5.1.10",
5802                 "contao/listing-bundle": ">=4,<4.4.8",
5803                 "contao/managed-edition": "<=1.5",
5804                 "cosenary/instagram": "<=2.3",
5805                 "craftcms/cms": "<=4.4.14",
5806                 "croogo/croogo": "<4",
5807                 "cuyz/valinor": "<0.12",
5808                 "czproject/git-php": "<4.0.3",
5809                 "darylldoyle/safe-svg": "<1.9.10",
5810                 "datadog/dd-trace": ">=0.30,<0.30.2",
5811                 "datatables/datatables": "<1.10.10",
5812                 "david-garcia/phpwhois": "<=4.3.1",
5813                 "dbrisinajumi/d2files": "<1",
5814                 "dcat/laravel-admin": "<=2.1.3.0-beta",
5815                 "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
5816                 "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
5817                 "desperado/xml-bundle": "<=0.1.7",
5818                 "directmailteam/direct-mail": "<5.2.4",
5819                 "doctrine/annotations": "<1.2.7",
5820                 "doctrine/cache": "<1.3.2|>=1.4,<1.4.2",
5821                 "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
5822                 "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
5823                 "doctrine/doctrine-bundle": "<1.5.2",
5824                 "doctrine/doctrine-module": "<=0.7.1",
5825                 "doctrine/mongodb-odm": "<1.0.2",
5826                 "doctrine/mongodb-odm-bundle": "<3.0.1",
5827                 "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
5828                 "dolibarr/dolibarr": "<18.0.2",
5829                 "dompdf/dompdf": "<2.0.2|==2.0.2",
5830                 "doublethreedigital/guest-entries": "<3.1.2",
5831                 "drupal/core": "<9.4.14|>=9.5,<9.5.8|>=10,<10.0.8",
5832                 "drupal/drupal": ">=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
5833                 "duncanmcclean/guest-entries": "<3.1.2",
5834                 "dweeves/magmi": "<=0.7.24",
5835                 "ecodev/newsletter": "<=4",
5836                 "ectouch/ectouch": "<=2.7.2",
5837                 "elefant/cms": "<2.0.7",
5838                 "elgg/elgg": "<3.3.24|>=4,<4.0.5",
5839                 "encore/laravel-admin": "<=1.8.19",
5840                 "endroid/qr-code-bundle": "<3.4.2",
5841                 "enshrined/svg-sanitize": "<0.15",
5842                 "erusev/parsedown": "<1.7.2",
5843                 "ether/logs": "<3.0.4",
5844                 "evolutioncms/evolution": "<=3.2.3",
5845                 "exceedone/exment": "<4.4.3|>=5,<5.0.3",
5846                 "exceedone/laravel-admin": "<2.2.3|==3",
5847                 "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
5848                 "ezsystems/ez-support-tools": ">=2.2,<2.2.3",
5849                 "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
5850                 "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
5851                 "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
5852                 "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
5853                 "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
5854                 "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
5855                 "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.34",
5856                 "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
5857                 "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev",
5858                 "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
5859                 "ezsystems/ezplatform-user": ">=1,<1.0.1",
5860                 "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
5861                 "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1",
5862                 "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
5863                 "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
5864                 "ezyang/htmlpurifier": "<4.1.1",
5865                 "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
5866                 "facturascripts/facturascripts": "<=2022.08",
5867                 "feehi/cms": "<=2.1.1",
5868                 "feehi/feehicms": "<=2.1.1",
5869                 "fenom/fenom": "<=2.12.1",
5870                 "filegator/filegator": "<7.8",
5871                 "firebase/php-jwt": "<6",
5872                 "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
5873                 "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6",
5874                 "flarum/core": "<1.8",
5875                 "flarum/framework": "<1.8",
5876                 "flarum/mentions": "<1.6.3",
5877                 "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
5878                 "flarum/tags": "<=0.1.0.0-beta13",
5879                 "floriangaerber/magnesium": "<0.3.1",
5880                 "fluidtypo3/vhs": "<5.1.1",
5881                 "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
5882                 "fof/upload": "<1.2.3",
5883                 "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
5884                 "fooman/tcpdf": "<6.2.22",
5885                 "forkcms/forkcms": "<5.11.1",
5886                 "fossar/tcpdf-parser": "<6.2.22",
5887                 "francoisjacquet/rosariosis": "<11",
5888                 "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
5889                 "friendsofsymfony/oauth2-php": "<1.3",
5890                 "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
5891                 "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
5892                 "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
5893                 "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
5894                 "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1",
5895                 "froxlor/froxlor": "<2.1.0.0-beta1",
5896                 "fuel/core": "<1.8.1",
5897                 "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
5898                 "gaoming13/wechat-php-sdk": "<=1.10.2",
5899                 "genix/cms": "<=1.1.11",
5900                 "getgrav/grav": "<=1.7.42.1",
5901                 "getkirby/cms": "<3.5.8.3-dev|>=3.6,<3.6.6.3-dev|>=3.7,<3.7.5.2-dev|>=3.8,<3.8.4.1-dev|>=3.9,<3.9.6",
5902                 "getkirby/kirby": "<=2.5.12",
5903                 "getkirby/panel": "<2.5.14",
5904                 "getkirby/starterkit": "<=3.7.0.2",
5905                 "gilacms/gila": "<=1.11.4",
5906                 "gleez/cms": "<=1.2|==2",
5907                 "globalpayments/php-sdk": "<2",
5908                 "gogentooss/samlbase": "<1.2.7",
5909                 "google/protobuf": "<3.15",
5910                 "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
5911                 "gree/jose": "<2.2.1",
5912                 "gregwar/rst": "<1.0.3",
5913                 "grumpydictator/firefly-iii": "<6",
5914                 "gugoan/economizzer": "<=0.9.0.0-beta1",
5915                 "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
5916                 "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
5917                 "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
5918                 "harvesthq/chosen": "<1.8.7",
5919                 "helloxz/imgurl": "<=2.31",
5920                 "hhxsv5/laravel-s": "<3.7.36",
5921                 "hillelcoren/invoice-ninja": "<5.3.35",
5922                 "himiklab/yii2-jqgrid-widget": "<1.0.8",
5923                 "hjue/justwriting": "<=1",
5924                 "hov/jobfair": "<1.0.13|>=2,<2.0.2",
5925                 "httpsoft/http-message": "<1.0.12",
5926                 "hyn/multi-tenant": ">=5.6,<5.7.2",
5927                 "ibexa/admin-ui": ">=4.2,<4.2.3",
5928                 "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.4",
5929                 "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
5930                 "ibexa/post-install": "<=1.0.4",
5931                 "ibexa/solr": ">=4.5,<4.5.4",
5932                 "ibexa/user": ">=4,<4.4.3",
5933                 "icecoder/icecoder": "<=8.1",
5934                 "idno/known": "<=1.3.1",
5935                 "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
5936                 "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
5937                 "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
5938                 "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
5939                 "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
5940                 "impresscms/impresscms": "<=1.4.5",
5941                 "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.2",
5942                 "in2code/ipandlanguageredirect": "<5.1.2",
5943                 "in2code/lux": "<17.6.1|>=18,<24.0.2",
5944                 "innologi/typo3-appointments": "<2.0.6",
5945                 "intelliants/subrion": "<4.2.2",
5946                 "islandora/islandora": ">=2,<2.4.1",
5947                 "ivankristianto/phpwhois": "<=4.3",
5948                 "jackalope/jackalope-doctrine-dbal": "<1.7.4",
5949                 "james-heinrich/getid3": "<1.9.21",
5950                 "james-heinrich/phpthumb": "<1.7.12",
5951                 "jasig/phpcas": "<1.3.3",
5952                 "jcbrand/converse.js": "<3.3.3",
5953                 "joomla/application": "<1.0.13",
5954                 "joomla/archive": "<1.1.12|>=2,<2.0.1",
5955                 "joomla/filesystem": "<1.6.2|>=2,<2.0.1",
5956                 "joomla/filter": "<1.4.4|>=2,<2.0.1",
5957                 "joomla/framework": ">=2.5.4,<=3.8.12",
5958                 "joomla/input": ">=2,<2.0.2",
5959                 "joomla/joomla-cms": ">=2.5,<3.9.12",
5960                 "joomla/session": "<1.3.1",
5961                 "joyqi/hyper-down": "<=2.4.27",
5962                 "jsdecena/laracom": "<2.0.9",
5963                 "jsmitty12/phpwhois": "<5.1",
5964                 "kazist/phpwhois": "<=4.2.6",
5965                 "kelvinmo/simplexrd": "<3.1.1",
5966                 "kevinpapst/kimai2": "<1.16.7",
5967                 "khodakhah/nodcms": "<=3",
5968                 "kimai/kimai": "<=2.1",
5969                 "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
5970                 "klaviyo/magento2-extension": ">=1,<3",
5971                 "knplabs/knp-snappy": "<=1.4.2",
5972                 "kohana/core": "<3.3.3",
5973                 "krayin/laravel-crm": "<1.2.2",
5974                 "kreait/firebase-php": ">=3.2,<3.8.1",
5975                 "la-haute-societe/tcpdf": "<6.2.22",
5976                 "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
5977                 "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
5978                 "laminas/laminas-http": "<2.14.2",
5979                 "laravel/fortify": "<1.11.1",
5980                 "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75",
5981                 "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
5982                 "latte/latte": "<2.10.8",
5983                 "lavalite/cms": "<=9",
5984                 "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
5985                 "league/commonmark": "<0.18.3",
5986                 "league/flysystem": "<1.1.4|>=2,<2.1.1",
5987                 "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
5988                 "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
5989                 "librenms/librenms": "<2017.08.18",
5990                 "liftkit/database": "<2.13.2",
5991                 "limesurvey/limesurvey": "<3.27.19",
5992                 "livehelperchat/livehelperchat": "<=3.91",
5993                 "livewire/livewire": ">2.2.4,<2.2.6",
5994                 "lms/routes": "<2.1.1",
5995                 "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
5996                 "luyadev/yii-helpers": "<1.2.1",
5997                 "magento/community-edition": "<=2.4",
5998                 "magento/magento1ce": "<1.9.4.3-dev",
5999                 "magento/magento1ee": ">=1,<1.14.4.3-dev",
6000                 "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2",
6001                 "maikuolan/phpmussel": ">=1,<1.6",
6002                 "mantisbt/mantisbt": "<=2.25.7",
6003                 "marcwillmann/turn": "<0.3.3",
6004                 "matyhtf/framework": "<3.0.6",
6005                 "mautic/core": "<4.3",
6006                 "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
6007                 "mediawiki/matomo": "<2.4.3",
6008                 "melisplatform/melis-asset-manager": "<5.0.1",
6009                 "melisplatform/melis-cms": "<5.0.1",
6010                 "melisplatform/melis-front": "<5.0.1",
6011                 "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
6012                 "mgallegos/laravel-jqgrid": "<=1.3",
6013                 "microweber/microweber": "<2.0.3",
6014                 "miniorange/miniorange-saml": "<1.4.3",
6015                 "mittwald/typo3_forum": "<1.2.1",
6016                 "mobiledetect/mobiledetectlib": "<2.8.32",
6017                 "modx/revolution": "<=2.8.3.0-patch",
6018                 "mojo42/jirafeau": "<4.4",
6019                 "mongodb/mongodb": ">=1,<1.9.2",
6020                 "monolog/monolog": ">=1.8,<1.12",
6021                 "moodle/moodle": "<4.3.0.0-RC2-dev",
6022                 "mos/cimage": "<0.7.19",
6023                 "movim/moxl": ">=0.8,<=0.10",
6024                 "mpdf/mpdf": "<=7.1.7",
6025                 "munkireport/comment": "<4.1",
6026                 "munkireport/managedinstalls": "<2.6",
6027                 "munkireport/munkireport": ">=2.5.3,<5.6.3",
6028                 "mustache/mustache": ">=2,<2.14.1",
6029                 "namshi/jose": "<2.2",
6030                 "neoan3-apps/template": "<1.1.1",
6031                 "neorazorx/facturascripts": "<2022.04",
6032                 "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
6033                 "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
6034                 "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
6035                 "neos/neos-ui": "<=8.3.3",
6036                 "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
6037                 "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
6038                 "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
6039                 "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
6040                 "nilsteampassnet/teampass": "<3.0.10",
6041                 "nonfiction/nterchange": "<4.1.1",
6042                 "notrinos/notrinos-erp": "<=0.7",
6043                 "noumo/easyii": "<=0.9",
6044                 "nukeviet/nukeviet": "<4.5.02",
6045                 "nyholm/psr7": "<1.6.1",
6046                 "nystudio107/craft-seomatic": "<3.4.12",
6047                 "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
6048                 "october/backend": "<1.1.2",
6049                 "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
6050                 "october/october": "<=3.4.4",
6051                 "october/rain": "<1.0.472|>=1.1,<1.1.2",
6052                 "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66",
6053                 "omeka/omeka-s": "<4.0.3",
6054                 "onelogin/php-saml": "<2.10.4",
6055                 "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
6056                 "open-web-analytics/open-web-analytics": "<1.7.4",
6057                 "opencart/opencart": "<=3.0.3.7|>=4,<4.0.2.3-dev",
6058                 "openid/php-openid": "<2.3",
6059                 "openmage/magento-lts": "<=19.5|>=20,<=20.1",
6060                 "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2",
6061                 "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5",
6062                 "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
6063                 "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
6064                 "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
6065                 "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
6066                 "oro/customer-portal": ">=4.2,<=4.2.8|>=5,<5.0.11|>=5.1,<5.1.1",
6067                 "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<5.0.8",
6068                 "oxid-esales/oxideshop-ce": "<4.5",
6069                 "packbackbooks/lti-1-3-php-library": "<5",
6070                 "padraic/humbug_get_contents": "<1.1.2",
6071                 "pagarme/pagarme-php": "<3",
6072                 "pagekit/pagekit": "<=1.0.18",
6073                 "paragonie/random_compat": "<2",
6074                 "passbolt/passbolt_api": "<2.11",
6075                 "paypal/merchant-sdk-php": "<3.12",
6076                 "pear/archive_tar": "<1.4.14",
6077                 "pear/crypt_gpg": "<1.6.7",
6078                 "pear/pear": "<=1.10.1",
6079                 "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
6080                 "personnummer/personnummer": "<3.0.2",
6081                 "phanan/koel": "<5.1.4",
6082                 "php-mod/curl": "<2.3.2",
6083                 "phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1",
6084                 "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
6085                 "phpmailer/phpmailer": "<6.5",
6086                 "phpmussel/phpmussel": ">=1,<1.6",
6087                 "phpmyadmin/phpmyadmin": "<5.2.1",
6088                 "phpmyfaq/phpmyfaq": "<=3.1.7",
6089                 "phpoffice/phpexcel": "<1.8",
6090                 "phpoffice/phpspreadsheet": "<1.16",
6091                 "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19",
6092                 "phpservermon/phpservermon": "<3.6",
6093                 "phpsysinfo/phpsysinfo": "<3.2.5",
6094                 "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
6095                 "phpwhois/phpwhois": "<=4.2.5",
6096                 "phpxmlrpc/extras": "<0.6.1",
6097                 "phpxmlrpc/phpxmlrpc": "<4.9.2",
6098                 "pi/pi": "<=2.5",
6099                 "pimcore/admin-ui-classic-bundle": "<1.2.2",
6100                 "pimcore/customer-management-framework-bundle": "<3.4.2",
6101                 "pimcore/data-hub": "<1.2.4",
6102                 "pimcore/demo": "<10.3",
6103                 "pimcore/perspective-editor": "<1.5.1",
6104                 "pimcore/pimcore": "<11.1.1",
6105                 "pixelfed/pixelfed": "<=0.11.4",
6106                 "pocketmine/bedrock-protocol": "<8.0.2",
6107                 "pocketmine/pocketmine-mp": "<=4.23|>=5,<5.3.1",
6108                 "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
6109                 "pressbooks/pressbooks": "<5.18",
6110                 "prestashop/autoupgrade": ">=4,<4.10.1",
6111                 "prestashop/blockreassurance": "<=5.1.3",
6112                 "prestashop/blockwishlist": ">=2,<2.1.1",
6113                 "prestashop/contactform": ">=1.0.1,<4.3",
6114                 "prestashop/gamification": "<2.3.2",
6115                 "prestashop/prestashop": "<8.1.2",
6116                 "prestashop/productcomments": "<5.0.2",
6117                 "prestashop/ps_emailsubscription": "<2.6.1",
6118                 "prestashop/ps_facetedsearch": "<3.4.1",
6119                 "prestashop/ps_linklist": "<3.1",
6120                 "privatebin/privatebin": "<1.4",
6121                 "processwire/processwire": "<=3.0.200",
6122                 "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
6123                 "propel/propel1": ">=1,<=1.7.1",
6124                 "pterodactyl/panel": "<1.7",
6125                 "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
6126                 "ptrofimov/beanstalk_console": "<1.7.14",
6127                 "pusher/pusher-php-server": "<2.2.1",
6128                 "pwweb/laravel-core": "<=0.3.6.0-beta",
6129                 "pyrocms/pyrocms": "<=3.9.1",
6130                 "rainlab/blog-plugin": "<1.4.1",
6131                 "rainlab/debugbar-plugin": "<3.1",
6132                 "rainlab/user-plugin": "<=1.4.5",
6133                 "rankmath/seo-by-rank-math": "<=1.0.95",
6134                 "rap2hpoutre/laravel-log-viewer": "<0.13",
6135                 "react/http": ">=0.7,<1.9",
6136                 "really-simple-plugins/complianz-gdpr": "<6.4.2",
6137                 "remdex/livehelperchat": "<3.99",
6138                 "reportico-web/reportico": "<=7.1.21",
6139                 "rhukster/dom-sanitizer": "<1.0.7",
6140                 "rmccue/requests": ">=1.6,<1.8",
6141                 "robrichards/xmlseclibs": "<3.0.4",
6142                 "roots/soil": "<4.1",
6143                 "rudloff/alltube": "<3.0.3",
6144                 "s-cart/core": "<6.9",
6145                 "s-cart/s-cart": "<6.9",
6146                 "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
6147                 "sabre/dav": "<1.7.11|>=1.8,<1.8.9",
6148                 "scheb/two-factor-bundle": "<3.26|>=4,<4.11",
6149                 "sensiolabs/connect": "<4.2.3",
6150                 "serluck/phpwhois": "<=4.2.6",
6151                 "sfroemken/url_redirect": "<=1.2.1",
6152                 "sheng/yiicms": "<=1.2",
6153                 "shopware/core": "<=6.4.20",
6154                 "shopware/platform": "<=6.4.20",
6155                 "shopware/production": "<=6.3.5.2",
6156                 "shopware/shopware": "<=5.7.17",
6157                 "shopware/storefront": "<=6.4.8.1",
6158                 "shopxo/shopxo": "<2.2.6",
6159                 "showdoc/showdoc": "<2.10.4",
6160                 "silverstripe-australia/advancedreports": ">=1,<=2",
6161                 "silverstripe/admin": "<1.13.6",
6162                 "silverstripe/assets": ">=1,<1.11.1",
6163                 "silverstripe/cms": "<4.11.3",
6164                 "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
6165                 "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
6166                 "silverstripe/framework": "<4.13.14|>=5,<5.0.13",
6167                 "silverstripe/graphql": "<3.8.2|>=4,<4.1.3|>=4.2,<4.2.5|>=4.3,<4.3.4|>=5,<5.0.3",
6168                 "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
6169                 "silverstripe/recipe-cms": ">=4.5,<4.5.3",
6170                 "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
6171                 "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
6172                 "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
6173                 "silverstripe/subsites": ">=2,<2.6.1",
6174                 "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
6175                 "silverstripe/userforms": "<3",
6176                 "silverstripe/versioned-admin": ">=1,<1.11.1",
6177                 "simple-updates/phpwhois": "<=1",
6178                 "simplesamlphp/saml2": "<1.15.4|>=2,<2.3.8|>=3,<3.1.4",
6179                 "simplesamlphp/simplesamlphp": "<1.18.6",
6180                 "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
6181                 "simplesamlphp/simplesamlphp-module-openid": "<1",
6182                 "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
6183                 "simplito/elliptic-php": "<1.0.6",
6184                 "sitegeist/fluid-components": "<3.5",
6185                 "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
6186                 "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
6187                 "slim/slim": "<2.6",
6188                 "slub/slub-events": "<3.0.3",
6189                 "smarty/smarty": "<3.1.48|>=4,<4.3.1",
6190                 "snipe/snipe-it": "<=6.2.2",
6191                 "socalnick/scn-social-auth": "<1.15.2",
6192                 "socialiteproviders/steam": "<1.1",
6193                 "spatie/browsershot": "<3.57.4",
6194                 "spipu/html2pdf": "<5.2.8",
6195                 "spoon/library": "<1.4.1",
6196                 "spoonity/tcpdf": "<6.2.22",
6197                 "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
6198                 "ssddanbrown/bookstack": "<22.02.3",
6199                 "statamic/cms": "<4.36",
6200                 "stormpath/sdk": "<9.9.99",
6201                 "studio-42/elfinder": "<2.1.62",
6202                 "subhh/libconnect": "<7.0.8|>=8,<8.1",
6203                 "sukohi/surpass": "<1",
6204                 "sulu/sulu": "<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8|==2.4.0.0-RC1|>=2.5,<2.5.10",
6205                 "sumocoders/framework-user-bundle": "<1.4",
6206                 "swag/paypal": "<5.4.4",
6207                 "swiftmailer/swiftmailer": ">=4,<5.4.5",
6208                 "swiftyedit/swiftyedit": "<1.2",
6209                 "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
6210                 "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
6211                 "sylius/grid-bundle": "<1.10.1",
6212                 "sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
6213                 "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
6214                 "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
6215                 "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
6216                 "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
6217                 "symbiote/silverstripe-seed": "<6.0.3",
6218                 "symbiote/silverstripe-versionedfiles": "<=2.0.3",
6219                 "symfont/process": ">=0",
6220                 "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
6221                 "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
6222                 "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
6223                 "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
6224                 "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
6225                 "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
6226                 "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
6227                 "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
6228                 "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
6229                 "symfony/mime": ">=4.3,<4.3.8",
6230                 "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
6231                 "symfony/polyfill": ">=1,<1.10",
6232                 "symfony/polyfill-php55": ">=1,<1.10",
6233                 "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
6234                 "symfony/routing": ">=2,<2.0.19",
6235                 "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
6236                 "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
6237                 "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
6238                 "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
6239                 "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
6240                 "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2|>=5.4,<5.4.31|>=6,<6.3.8",
6241                 "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
6242                 "symfony/symfony": "<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
6243                 "symfony/translation": ">=2,<2.0.17",
6244                 "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
6245                 "symfony/ux-autocomplete": "<2.11.2",
6246                 "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
6247                 "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
6248                 "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
6249                 "symfony/webhook": ">=6.3,<6.3.8",
6250                 "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
6251                 "t3/dce": "<0.11.5|>=2.2,<2.6.2",
6252                 "t3g/svg-sanitizer": "<1.0.3",
6253                 "tastyigniter/tastyigniter": "<3.3",
6254                 "tcg/voyager": "<=1.4",
6255                 "tecnickcom/tcpdf": "<6.2.22",
6256                 "terminal42/contao-tablelookupwizard": "<3.3.5",
6257                 "thelia/backoffice-default-template": ">=2.1,<2.1.2",
6258                 "thelia/thelia": ">=2.1,<2.1.3",
6259                 "theonedemon/phpwhois": "<=4.2.5",
6260                 "thinkcmf/thinkcmf": "<=5.1.7",
6261                 "thorsten/phpmyfaq": "<3.2.2",
6262                 "tikiwiki/tiki-manager": "<=17.1",
6263                 "tinymce/tinymce": "<5.10.9|>=6,<6.7.3",
6264                 "tinymighty/wiki-seo": "<1.2.2",
6265                 "titon/framework": "<9.9.99",
6266                 "tobiasbg/tablepress": "<=2.0.0.0-RC1",
6267                 "topthink/framework": "<6.0.14",
6268                 "topthink/think": "<=6.1.1",
6269                 "topthink/thinkphp": "<=3.2.3",
6270                 "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
6271                 "tribalsystems/zenario": "<=9.4.59197",
6272                 "truckersmp/phpwhois": "<=4.3.1",
6273                 "ttskch/pagination-service-provider": "<1",
6274                 "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
6275                 "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
6276                 "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
6277                 "typo3/cms-core": "<=8.7.54|>=9,<=9.5.43|>=10,<=10.4.40|>=11,<=11.5.32|>=12,<=12.4.7",
6278                 "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
6279                 "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
6280                 "typo3/cms-install": ">=12.2,<12.4.8",
6281                 "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
6282                 "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
6283                 "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
6284                 "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
6285                 "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
6286                 "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
6287                 "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
6288                 "ua-parser/uap-php": "<3.8",
6289                 "uasoft-indonesia/badaso": "<=2.9.7",
6290                 "unisharp/laravel-filemanager": "<=2.5.1",
6291                 "userfrosting/userfrosting": ">=0.3.1,<4.6.3",
6292                 "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
6293                 "uvdesk/community-skeleton": "<=1.1.1",
6294                 "vanilla/safecurl": "<0.9.2",
6295                 "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
6296                 "vova07/yii2-fileapi-widget": "<0.1.9",
6297                 "vrana/adminer": "<4.8.1",
6298                 "waldhacker/hcaptcha": "<2.1.2",
6299                 "wallabag/tcpdf": "<6.2.22",
6300                 "wallabag/wallabag": "<2.6.7",
6301                 "wanglelecc/laracms": "<=1.0.3",
6302                 "web-auth/webauthn-framework": ">=3.3,<3.3.4",
6303                 "webbuilders-group/silverstripe-kapost-bridge": "<0.4",
6304                 "webcoast/deferred-image-processing": "<1.0.2",
6305                 "webklex/laravel-imap": "<5.3",
6306                 "webklex/php-imap": "<5.3",
6307                 "webpa/webpa": "<3.1.2",
6308                 "wikibase/wikibase": "<=1.39.3",
6309                 "wikimedia/parsoid": "<0.12.2",
6310                 "willdurand/js-translation-bundle": "<2.1.1",
6311                 "wintercms/winter": "<1.2.3",
6312                 "woocommerce/woocommerce": "<6.6",
6313                 "wp-cli/wp-cli": "<2.5",
6314                 "wp-graphql/wp-graphql": "<=1.14.5",
6315                 "wpanel/wpanel4-cms": "<=4.3.1",
6316                 "wpcloud/wp-stateless": "<3.2",
6317                 "wwbn/avideo": "<=12.4",
6318                 "xataface/xataface": "<3",
6319                 "xpressengine/xpressengine": "<3.0.15",
6320                 "yeswiki/yeswiki": "<4.1",
6321                 "yetiforce/yetiforce-crm": "<=6.4",
6322                 "yidashi/yii2cmf": "<=2",
6323                 "yii2mod/yii2-cms": "<1.9.2",
6324                 "yiisoft/yii": "<1.1.29",
6325                 "yiisoft/yii2": "<2.0.38",
6326                 "yiisoft/yii2-bootstrap": "<2.0.4",
6327                 "yiisoft/yii2-dev": "<2.0.43",
6328                 "yiisoft/yii2-elasticsearch": "<2.0.5",
6329                 "yiisoft/yii2-gii": "<=2.2.4",
6330                 "yiisoft/yii2-jui": "<2.0.4",
6331                 "yiisoft/yii2-redis": "<2.0.8",
6332                 "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
6333                 "yoast-seo-for-typo3/yoast_seo": "<7.2.3",
6334                 "yourls/yourls": "<=1.8.2",
6335                 "zencart/zencart": "<=1.5.7.0-beta",
6336                 "zendesk/zendesk_api_client_php": "<2.2.11",
6337                 "zendframework/zend-cache": "<2.4.8|>=2.5,<2.5.3",
6338                 "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
6339                 "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
6340                 "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
6341                 "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
6342                 "zendframework/zend-diactoros": "<1.8.4",
6343                 "zendframework/zend-feed": "<2.10.3",
6344                 "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
6345                 "zendframework/zend-http": "<2.8.1",
6346                 "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
6347                 "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
6348                 "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
6349                 "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
6350                 "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
6351                 "zendframework/zend-validator": ">=2.3,<2.3.6",
6352                 "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
6353                 "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
6354                 "zendframework/zendframework": "<=3",
6355                 "zendframework/zendframework1": "<1.12.20",
6356                 "zendframework/zendopenid": "<2.0.2",
6357                 "zendframework/zendrest": "<2.0.2",
6358                 "zendframework/zendservice-amazon": "<2.0.3",
6359                 "zendframework/zendservice-api": "<1",
6360                 "zendframework/zendservice-audioscrobbler": "<2.0.2",
6361                 "zendframework/zendservice-nirvanix": "<2.0.2",
6362                 "zendframework/zendservice-slideshare": "<2.0.2",
6363                 "zendframework/zendservice-technorati": "<2.0.2",
6364                 "zendframework/zendservice-windowsazure": "<2.0.2",
6365                 "zendframework/zendxml": "<1.0.1",
6366                 "zenstruck/collection": "<0.2.1",
6367                 "zetacomponents/mail": "<1.8.2",
6368                 "zf-commons/zfc-user": "<1.2.2",
6369                 "zfcampus/zf-apigility-doctrine": "<1.0.3",
6370                 "zfr/zfr-oauth2-server-module": "<0.1.2",
6371                 "zoujingli/thinkadmin": "<6.0.22"
6372             },
6373             "default-branch": true,
6374             "type": "metapackage",
6375             "notification-url": "https://packagist.org/downloads/",
6376             "license": [
6377                 "MIT"
6378             ],
6379             "authors": [
6380                 {
6381                     "name": "Marco Pivetta",
6382                     "email": "ocramius@gmail.com",
6383                     "role": "maintainer"
6384                 },
6385                 {
6386                     "name": "Ilya Tribusean",
6387                     "email": "slash3b@gmail.com",
6388                     "role": "maintainer"
6389                 }
6390             ],
6391             "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
6392             "keywords": [
6393                 "dev"
6394             ],
6395             "support": {
6396                 "issues": "https://github.com/Roave/SecurityAdvisories/issues",
6397                 "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
6398             },
6399             "funding": [
6400                 {
6401                     "url": "https://github.com/Ocramius",
6402                     "type": "github"
6403                 },
6404                 {
6405                     "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
6406                     "type": "tidelift"
6407                 }
6408             ],
6409             "time": "2023-11-28T00:14:42+00:00"
6410         },
6411         {
6412             "name": "sebastian/cli-parser",
6413             "version": "2.0.0",
6414             "source": {
6415                 "type": "git",
6416                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
6417                 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
6418             },
6419             "dist": {
6420                 "type": "zip",
6421                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
6422                 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
6423                 "shasum": ""
6424             },
6425             "require": {
6426                 "php": ">=8.1"
6427             },
6428             "require-dev": {
6429                 "phpunit/phpunit": "^10.0"
6430             },
6431             "type": "library",
6432             "extra": {
6433                 "branch-alias": {
6434                     "dev-main": "2.0-dev"
6435                 }
6436             },
6437             "autoload": {
6438                 "classmap": [
6439                     "src/"
6440                 ]
6441             },
6442             "notification-url": "https://packagist.org/downloads/",
6443             "license": [
6444                 "BSD-3-Clause"
6445             ],
6446             "authors": [
6447                 {
6448                     "name": "Sebastian Bergmann",
6449                     "email": "sebastian@phpunit.de",
6450                     "role": "lead"
6451                 }
6452             ],
6453             "description": "Library for parsing CLI options",
6454             "homepage": "https://github.com/sebastianbergmann/cli-parser",
6455             "support": {
6456                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
6457                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
6458             },
6459             "funding": [
6460                 {
6461                     "url": "https://github.com/sebastianbergmann",
6462                     "type": "github"
6463                 }
6464             ],
6465             "time": "2023-02-03T06:58:15+00:00"
6466         },
6467         {
6468             "name": "sebastian/code-unit",
6469             "version": "2.0.0",
6470             "source": {
6471                 "type": "git",
6472                 "url": "https://github.com/sebastianbergmann/code-unit.git",
6473                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
6474             },
6475             "dist": {
6476                 "type": "zip",
6477                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
6478                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
6479                 "shasum": ""
6480             },
6481             "require": {
6482                 "php": ">=8.1"
6483             },
6484             "require-dev": {
6485                 "phpunit/phpunit": "^10.0"
6486             },
6487             "type": "library",
6488             "extra": {
6489                 "branch-alias": {
6490                     "dev-main": "2.0-dev"
6491                 }
6492             },
6493             "autoload": {
6494                 "classmap": [
6495                     "src/"
6496                 ]
6497             },
6498             "notification-url": "https://packagist.org/downloads/",
6499             "license": [
6500                 "BSD-3-Clause"
6501             ],
6502             "authors": [
6503                 {
6504                     "name": "Sebastian Bergmann",
6505                     "email": "sebastian@phpunit.de",
6506                     "role": "lead"
6507                 }
6508             ],
6509             "description": "Collection of value objects that represent the PHP code units",
6510             "homepage": "https://github.com/sebastianbergmann/code-unit",
6511             "support": {
6512                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
6513                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
6514             },
6515             "funding": [
6516                 {
6517                     "url": "https://github.com/sebastianbergmann",
6518                     "type": "github"
6519                 }
6520             ],
6521             "time": "2023-02-03T06:58:43+00:00"
6522         },
6523         {
6524             "name": "sebastian/code-unit-reverse-lookup",
6525             "version": "3.0.0",
6526             "source": {
6527                 "type": "git",
6528                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
6529                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
6530             },
6531             "dist": {
6532                 "type": "zip",
6533                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
6534                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
6535                 "shasum": ""
6536             },
6537             "require": {
6538                 "php": ">=8.1"
6539             },
6540             "require-dev": {
6541                 "phpunit/phpunit": "^10.0"
6542             },
6543             "type": "library",
6544             "extra": {
6545                 "branch-alias": {
6546                     "dev-main": "3.0-dev"
6547                 }
6548             },
6549             "autoload": {
6550                 "classmap": [
6551                     "src/"
6552                 ]
6553             },
6554             "notification-url": "https://packagist.org/downloads/",
6555             "license": [
6556                 "BSD-3-Clause"
6557             ],
6558             "authors": [
6559                 {
6560                     "name": "Sebastian Bergmann",
6561                     "email": "sebastian@phpunit.de"
6562                 }
6563             ],
6564             "description": "Looks up which function or method a line of code belongs to",
6565             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
6566             "support": {
6567                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
6568                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
6569             },
6570             "funding": [
6571                 {
6572                     "url": "https://github.com/sebastianbergmann",
6573                     "type": "github"
6574                 }
6575             ],
6576             "time": "2023-02-03T06:59:15+00:00"
6577         },
6578         {
6579             "name": "sebastian/comparator",
6580             "version": "5.0.1",
6581             "source": {
6582                 "type": "git",
6583                 "url": "https://github.com/sebastianbergmann/comparator.git",
6584                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
6585             },
6586             "dist": {
6587                 "type": "zip",
6588                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
6589                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
6590                 "shasum": ""
6591             },
6592             "require": {
6593                 "ext-dom": "*",
6594                 "ext-mbstring": "*",
6595                 "php": ">=8.1",
6596                 "sebastian/diff": "^5.0",
6597                 "sebastian/exporter": "^5.0"
6598             },
6599             "require-dev": {
6600                 "phpunit/phpunit": "^10.3"
6601             },
6602             "type": "library",
6603             "extra": {
6604                 "branch-alias": {
6605                     "dev-main": "5.0-dev"
6606                 }
6607             },
6608             "autoload": {
6609                 "classmap": [
6610                     "src/"
6611                 ]
6612             },
6613             "notification-url": "https://packagist.org/downloads/",
6614             "license": [
6615                 "BSD-3-Clause"
6616             ],
6617             "authors": [
6618                 {
6619                     "name": "Sebastian Bergmann",
6620                     "email": "sebastian@phpunit.de"
6621                 },
6622                 {
6623                     "name": "Jeff Welch",
6624                     "email": "whatthejeff@gmail.com"
6625                 },
6626                 {
6627                     "name": "Volker Dusch",
6628                     "email": "github@wallbash.com"
6629                 },
6630                 {
6631                     "name": "Bernhard Schussek",
6632                     "email": "bschussek@2bepublished.at"
6633                 }
6634             ],
6635             "description": "Provides the functionality to compare PHP values for equality",
6636             "homepage": "https://github.com/sebastianbergmann/comparator",
6637             "keywords": [
6638                 "comparator",
6639                 "compare",
6640                 "equality"
6641             ],
6642             "support": {
6643                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
6644                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
6645                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
6646             },
6647             "funding": [
6648                 {
6649                     "url": "https://github.com/sebastianbergmann",
6650                     "type": "github"
6651                 }
6652             ],
6653             "time": "2023-08-14T13:18:12+00:00"
6654         },
6655         {
6656             "name": "sebastian/complexity",
6657             "version": "3.1.0",
6658             "source": {
6659                 "type": "git",
6660                 "url": "https://github.com/sebastianbergmann/complexity.git",
6661                 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957"
6662             },
6663             "dist": {
6664                 "type": "zip",
6665                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957",
6666                 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957",
6667                 "shasum": ""
6668             },
6669             "require": {
6670                 "nikic/php-parser": "^4.10",
6671                 "php": ">=8.1"
6672             },
6673             "require-dev": {
6674                 "phpunit/phpunit": "^10.0"
6675             },
6676             "type": "library",
6677             "extra": {
6678                 "branch-alias": {
6679                     "dev-main": "3.1-dev"
6680                 }
6681             },
6682             "autoload": {
6683                 "classmap": [
6684                     "src/"
6685                 ]
6686             },
6687             "notification-url": "https://packagist.org/downloads/",
6688             "license": [
6689                 "BSD-3-Clause"
6690             ],
6691             "authors": [
6692                 {
6693                     "name": "Sebastian Bergmann",
6694                     "email": "sebastian@phpunit.de",
6695                     "role": "lead"
6696                 }
6697             ],
6698             "description": "Library for calculating the complexity of PHP code units",
6699             "homepage": "https://github.com/sebastianbergmann/complexity",
6700             "support": {
6701                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
6702                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
6703                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0"
6704             },
6705             "funding": [
6706                 {
6707                     "url": "https://github.com/sebastianbergmann",
6708                     "type": "github"
6709                 }
6710             ],
6711             "time": "2023-09-28T11:50:59+00:00"
6712         },
6713         {
6714             "name": "sebastian/diff",
6715             "version": "5.0.3",
6716             "source": {
6717                 "type": "git",
6718                 "url": "https://github.com/sebastianbergmann/diff.git",
6719                 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
6720             },
6721             "dist": {
6722                 "type": "zip",
6723                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
6724                 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
6725                 "shasum": ""
6726             },
6727             "require": {
6728                 "php": ">=8.1"
6729             },
6730             "require-dev": {
6731                 "phpunit/phpunit": "^10.0",
6732                 "symfony/process": "^4.2 || ^5"
6733             },
6734             "type": "library",
6735             "extra": {
6736                 "branch-alias": {
6737                     "dev-main": "5.0-dev"
6738                 }
6739             },
6740             "autoload": {
6741                 "classmap": [
6742                     "src/"
6743                 ]
6744             },
6745             "notification-url": "https://packagist.org/downloads/",
6746             "license": [
6747                 "BSD-3-Clause"
6748             ],
6749             "authors": [
6750                 {
6751                     "name": "Sebastian Bergmann",
6752                     "email": "sebastian@phpunit.de"
6753                 },
6754                 {
6755                     "name": "Kore Nordmann",
6756                     "email": "mail@kore-nordmann.de"
6757                 }
6758             ],
6759             "description": "Diff implementation",
6760             "homepage": "https://github.com/sebastianbergmann/diff",
6761             "keywords": [
6762                 "diff",
6763                 "udiff",
6764                 "unidiff",
6765                 "unified diff"
6766             ],
6767             "support": {
6768                 "issues": "https://github.com/sebastianbergmann/diff/issues",
6769                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
6770                 "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
6771             },
6772             "funding": [
6773                 {
6774                     "url": "https://github.com/sebastianbergmann",
6775                     "type": "github"
6776                 }
6777             ],
6778             "time": "2023-05-01T07:48:21+00:00"
6779         },
6780         {
6781             "name": "sebastian/environment",
6782             "version": "6.0.1",
6783             "source": {
6784                 "type": "git",
6785                 "url": "https://github.com/sebastianbergmann/environment.git",
6786                 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
6787             },
6788             "dist": {
6789                 "type": "zip",
6790                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
6791                 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
6792                 "shasum": ""
6793             },
6794             "require": {
6795                 "php": ">=8.1"
6796             },
6797             "require-dev": {
6798                 "phpunit/phpunit": "^10.0"
6799             },
6800             "suggest": {
6801                 "ext-posix": "*"
6802             },
6803             "type": "library",
6804             "extra": {
6805                 "branch-alias": {
6806                     "dev-main": "6.0-dev"
6807                 }
6808             },
6809             "autoload": {
6810                 "classmap": [
6811                     "src/"
6812                 ]
6813             },
6814             "notification-url": "https://packagist.org/downloads/",
6815             "license": [
6816                 "BSD-3-Clause"
6817             ],
6818             "authors": [
6819                 {
6820                     "name": "Sebastian Bergmann",
6821                     "email": "sebastian@phpunit.de"
6822                 }
6823             ],
6824             "description": "Provides functionality to handle HHVM/PHP environments",
6825             "homepage": "https://github.com/sebastianbergmann/environment",
6826             "keywords": [
6827                 "Xdebug",
6828                 "environment",
6829                 "hhvm"
6830             ],
6831             "support": {
6832                 "issues": "https://github.com/sebastianbergmann/environment/issues",
6833                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
6834                 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
6835             },
6836             "funding": [
6837                 {
6838                     "url": "https://github.com/sebastianbergmann",
6839                     "type": "github"
6840                 }
6841             ],
6842             "time": "2023-04-11T05:39:26+00:00"
6843         },
6844         {
6845             "name": "sebastian/exporter",
6846             "version": "5.1.1",
6847             "source": {
6848                 "type": "git",
6849                 "url": "https://github.com/sebastianbergmann/exporter.git",
6850                 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
6851             },
6852             "dist": {
6853                 "type": "zip",
6854                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
6855                 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
6856                 "shasum": ""
6857             },
6858             "require": {
6859                 "ext-mbstring": "*",
6860                 "php": ">=8.1",
6861                 "sebastian/recursion-context": "^5.0"
6862             },
6863             "require-dev": {
6864                 "phpunit/phpunit": "^10.0"
6865             },
6866             "type": "library",
6867             "extra": {
6868                 "branch-alias": {
6869                     "dev-main": "5.1-dev"
6870                 }
6871             },
6872             "autoload": {
6873                 "classmap": [
6874                     "src/"
6875                 ]
6876             },
6877             "notification-url": "https://packagist.org/downloads/",
6878             "license": [
6879                 "BSD-3-Clause"
6880             ],
6881             "authors": [
6882                 {
6883                     "name": "Sebastian Bergmann",
6884                     "email": "sebastian@phpunit.de"
6885                 },
6886                 {
6887                     "name": "Jeff Welch",
6888                     "email": "whatthejeff@gmail.com"
6889                 },
6890                 {
6891                     "name": "Volker Dusch",
6892                     "email": "github@wallbash.com"
6893                 },
6894                 {
6895                     "name": "Adam Harvey",
6896                     "email": "aharvey@php.net"
6897                 },
6898                 {
6899                     "name": "Bernhard Schussek",
6900                     "email": "bschussek@gmail.com"
6901                 }
6902             ],
6903             "description": "Provides the functionality to export PHP variables for visualization",
6904             "homepage": "https://www.github.com/sebastianbergmann/exporter",
6905             "keywords": [
6906                 "export",
6907                 "exporter"
6908             ],
6909             "support": {
6910                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
6911                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
6912                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
6913             },
6914             "funding": [
6915                 {
6916                     "url": "https://github.com/sebastianbergmann",
6917                     "type": "github"
6918                 }
6919             ],
6920             "time": "2023-09-24T13:22:09+00:00"
6921         },
6922         {
6923             "name": "sebastian/global-state",
6924             "version": "6.0.1",
6925             "source": {
6926                 "type": "git",
6927                 "url": "https://github.com/sebastianbergmann/global-state.git",
6928                 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
6929             },
6930             "dist": {
6931                 "type": "zip",
6932                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
6933                 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
6934                 "shasum": ""
6935             },
6936             "require": {
6937                 "php": ">=8.1",
6938                 "sebastian/object-reflector": "^3.0",
6939                 "sebastian/recursion-context": "^5.0"
6940             },
6941             "require-dev": {
6942                 "ext-dom": "*",
6943                 "phpunit/phpunit": "^10.0"
6944             },
6945             "type": "library",
6946             "extra": {
6947                 "branch-alias": {
6948                     "dev-main": "6.0-dev"
6949                 }
6950             },
6951             "autoload": {
6952                 "classmap": [
6953                     "src/"
6954                 ]
6955             },
6956             "notification-url": "https://packagist.org/downloads/",
6957             "license": [
6958                 "BSD-3-Clause"
6959             ],
6960             "authors": [
6961                 {
6962                     "name": "Sebastian Bergmann",
6963                     "email": "sebastian@phpunit.de"
6964                 }
6965             ],
6966             "description": "Snapshotting of global state",
6967             "homepage": "http://www.github.com/sebastianbergmann/global-state",
6968             "keywords": [
6969                 "global state"
6970             ],
6971             "support": {
6972                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
6973                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
6974                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
6975             },
6976             "funding": [
6977                 {
6978                     "url": "https://github.com/sebastianbergmann",
6979                     "type": "github"
6980                 }
6981             ],
6982             "time": "2023-07-19T07:19:23+00:00"
6983         },
6984         {
6985             "name": "sebastian/lines-of-code",
6986             "version": "2.0.1",
6987             "source": {
6988                 "type": "git",
6989                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
6990                 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d"
6991             },
6992             "dist": {
6993                 "type": "zip",
6994                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d",
6995                 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d",
6996                 "shasum": ""
6997             },
6998             "require": {
6999                 "nikic/php-parser": "^4.10",
7000                 "php": ">=8.1"
7001             },
7002             "require-dev": {
7003                 "phpunit/phpunit": "^10.0"
7004             },
7005             "type": "library",
7006             "extra": {
7007                 "branch-alias": {
7008                     "dev-main": "2.0-dev"
7009                 }
7010             },
7011             "autoload": {
7012                 "classmap": [
7013                     "src/"
7014                 ]
7015             },
7016             "notification-url": "https://packagist.org/downloads/",
7017             "license": [
7018                 "BSD-3-Clause"
7019             ],
7020             "authors": [
7021                 {
7022                     "name": "Sebastian Bergmann",
7023                     "email": "sebastian@phpunit.de",
7024                     "role": "lead"
7025                 }
7026             ],
7027             "description": "Library for counting the lines of code in PHP source code",
7028             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
7029             "support": {
7030                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
7031                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
7032                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1"
7033             },
7034             "funding": [
7035                 {
7036                     "url": "https://github.com/sebastianbergmann",
7037                     "type": "github"
7038                 }
7039             ],
7040             "time": "2023-08-31T09:25:50+00:00"
7041         },
7042         {
7043             "name": "sebastian/object-enumerator",
7044             "version": "5.0.0",
7045             "source": {
7046                 "type": "git",
7047                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7048                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
7049             },
7050             "dist": {
7051                 "type": "zip",
7052                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
7053                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
7054                 "shasum": ""
7055             },
7056             "require": {
7057                 "php": ">=8.1",
7058                 "sebastian/object-reflector": "^3.0",
7059                 "sebastian/recursion-context": "^5.0"
7060             },
7061             "require-dev": {
7062                 "phpunit/phpunit": "^10.0"
7063             },
7064             "type": "library",
7065             "extra": {
7066                 "branch-alias": {
7067                     "dev-main": "5.0-dev"
7068                 }
7069             },
7070             "autoload": {
7071                 "classmap": [
7072                     "src/"
7073                 ]
7074             },
7075             "notification-url": "https://packagist.org/downloads/",
7076             "license": [
7077                 "BSD-3-Clause"
7078             ],
7079             "authors": [
7080                 {
7081                     "name": "Sebastian Bergmann",
7082                     "email": "sebastian@phpunit.de"
7083                 }
7084             ],
7085             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7086             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7087             "support": {
7088                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
7089                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
7090             },
7091             "funding": [
7092                 {
7093                     "url": "https://github.com/sebastianbergmann",
7094                     "type": "github"
7095                 }
7096             ],
7097             "time": "2023-02-03T07:08:32+00:00"
7098         },
7099         {
7100             "name": "sebastian/object-reflector",
7101             "version": "3.0.0",
7102             "source": {
7103                 "type": "git",
7104                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
7105                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
7106             },
7107             "dist": {
7108                 "type": "zip",
7109                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
7110                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
7111                 "shasum": ""
7112             },
7113             "require": {
7114                 "php": ">=8.1"
7115             },
7116             "require-dev": {
7117                 "phpunit/phpunit": "^10.0"
7118             },
7119             "type": "library",
7120             "extra": {
7121                 "branch-alias": {
7122                     "dev-main": "3.0-dev"
7123                 }
7124             },
7125             "autoload": {
7126                 "classmap": [
7127                     "src/"
7128                 ]
7129             },
7130             "notification-url": "https://packagist.org/downloads/",
7131             "license": [
7132                 "BSD-3-Clause"
7133             ],
7134             "authors": [
7135                 {
7136                     "name": "Sebastian Bergmann",
7137                     "email": "sebastian@phpunit.de"
7138                 }
7139             ],
7140             "description": "Allows reflection of object attributes, including inherited and non-public ones",
7141             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7142             "support": {
7143                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
7144                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
7145             },
7146             "funding": [
7147                 {
7148                     "url": "https://github.com/sebastianbergmann",
7149                     "type": "github"
7150                 }
7151             ],
7152             "time": "2023-02-03T07:06:18+00:00"
7153         },
7154         {
7155             "name": "sebastian/recursion-context",
7156             "version": "5.0.0",
7157             "source": {
7158                 "type": "git",
7159                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
7160                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
7161             },
7162             "dist": {
7163                 "type": "zip",
7164                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
7165                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
7166                 "shasum": ""
7167             },
7168             "require": {
7169                 "php": ">=8.1"
7170             },
7171             "require-dev": {
7172                 "phpunit/phpunit": "^10.0"
7173             },
7174             "type": "library",
7175             "extra": {
7176                 "branch-alias": {
7177                     "dev-main": "5.0-dev"
7178                 }
7179             },
7180             "autoload": {
7181                 "classmap": [
7182                     "src/"
7183                 ]
7184             },
7185             "notification-url": "https://packagist.org/downloads/",
7186             "license": [
7187                 "BSD-3-Clause"
7188             ],
7189             "authors": [
7190                 {
7191                     "name": "Sebastian Bergmann",
7192                     "email": "sebastian@phpunit.de"
7193                 },
7194                 {
7195                     "name": "Jeff Welch",
7196                     "email": "whatthejeff@gmail.com"
7197                 },
7198                 {
7199                     "name": "Adam Harvey",
7200                     "email": "aharvey@php.net"
7201                 }
7202             ],
7203             "description": "Provides functionality to recursively process PHP variables",
7204             "homepage": "https://github.com/sebastianbergmann/recursion-context",
7205             "support": {
7206                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
7207                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
7208             },
7209             "funding": [
7210                 {
7211                     "url": "https://github.com/sebastianbergmann",
7212                     "type": "github"
7213                 }
7214             ],
7215             "time": "2023-02-03T07:05:40+00:00"
7216         },
7217         {
7218             "name": "sebastian/type",
7219             "version": "4.0.0",
7220             "source": {
7221                 "type": "git",
7222                 "url": "https://github.com/sebastianbergmann/type.git",
7223                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
7224             },
7225             "dist": {
7226                 "type": "zip",
7227                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
7228                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
7229                 "shasum": ""
7230             },
7231             "require": {
7232                 "php": ">=8.1"
7233             },
7234             "require-dev": {
7235                 "phpunit/phpunit": "^10.0"
7236             },
7237             "type": "library",
7238             "extra": {
7239                 "branch-alias": {
7240                     "dev-main": "4.0-dev"
7241                 }
7242             },
7243             "autoload": {
7244                 "classmap": [
7245                     "src/"
7246                 ]
7247             },
7248             "notification-url": "https://packagist.org/downloads/",
7249             "license": [
7250                 "BSD-3-Clause"
7251             ],
7252             "authors": [
7253                 {
7254                     "name": "Sebastian Bergmann",
7255                     "email": "sebastian@phpunit.de",
7256                     "role": "lead"
7257                 }
7258             ],
7259             "description": "Collection of value objects that represent the types of the PHP type system",
7260             "homepage": "https://github.com/sebastianbergmann/type",
7261             "support": {
7262                 "issues": "https://github.com/sebastianbergmann/type/issues",
7263                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
7264             },
7265             "funding": [
7266                 {
7267                     "url": "https://github.com/sebastianbergmann",
7268                     "type": "github"
7269                 }
7270             ],
7271             "time": "2023-02-03T07:10:45+00:00"
7272         },
7273         {
7274             "name": "sebastian/version",
7275             "version": "4.0.1",
7276             "source": {
7277                 "type": "git",
7278                 "url": "https://github.com/sebastianbergmann/version.git",
7279                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
7280             },
7281             "dist": {
7282                 "type": "zip",
7283                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
7284                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
7285                 "shasum": ""
7286             },
7287             "require": {
7288                 "php": ">=8.1"
7289             },
7290             "type": "library",
7291             "extra": {
7292                 "branch-alias": {
7293                     "dev-main": "4.0-dev"
7294                 }
7295             },
7296             "autoload": {
7297                 "classmap": [
7298                     "src/"
7299                 ]
7300             },
7301             "notification-url": "https://packagist.org/downloads/",
7302             "license": [
7303                 "BSD-3-Clause"
7304             ],
7305             "authors": [
7306                 {
7307                     "name": "Sebastian Bergmann",
7308                     "email": "sebastian@phpunit.de",
7309                     "role": "lead"
7310                 }
7311             ],
7312             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7313             "homepage": "https://github.com/sebastianbergmann/version",
7314             "support": {
7315                 "issues": "https://github.com/sebastianbergmann/version/issues",
7316                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
7317             },
7318             "funding": [
7319                 {
7320                     "url": "https://github.com/sebastianbergmann",
7321                     "type": "github"
7322                 }
7323             ],
7324             "time": "2023-02-07T11:34:05+00:00"
7325         },
7326         {
7327             "name": "slevomat/coding-standard",
7328             "version": "8.14.1",
7329             "source": {
7330                 "type": "git",
7331                 "url": "https://github.com/slevomat/coding-standard.git",
7332                 "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926"
7333             },
7334             "dist": {
7335                 "type": "zip",
7336                 "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/fea1fd6f137cc84f9cba0ae30d549615dbc6a926",
7337                 "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926",
7338                 "shasum": ""
7339             },
7340             "require": {
7341                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
7342                 "php": "^7.2 || ^8.0",
7343                 "phpstan/phpdoc-parser": "^1.23.1",
7344                 "squizlabs/php_codesniffer": "^3.7.1"
7345             },
7346             "require-dev": {
7347                 "phing/phing": "2.17.4",
7348                 "php-parallel-lint/php-parallel-lint": "1.3.2",
7349                 "phpstan/phpstan": "1.10.37",
7350                 "phpstan/phpstan-deprecation-rules": "1.1.4",
7351                 "phpstan/phpstan-phpunit": "1.3.14",
7352                 "phpstan/phpstan-strict-rules": "1.5.1",
7353                 "phpunit/phpunit": "8.5.21|9.6.8|10.3.5"
7354             },
7355             "type": "phpcodesniffer-standard",
7356             "extra": {
7357                 "branch-alias": {
7358                     "dev-master": "8.x-dev"
7359                 }
7360             },
7361             "autoload": {
7362                 "psr-4": {
7363                     "SlevomatCodingStandard\\": "SlevomatCodingStandard/"
7364                 }
7365             },
7366             "notification-url": "https://packagist.org/downloads/",
7367             "license": [
7368                 "MIT"
7369             ],
7370             "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
7371             "keywords": [
7372                 "dev",
7373                 "phpcs"
7374             ],
7375             "support": {
7376                 "issues": "https://github.com/slevomat/coding-standard/issues",
7377                 "source": "https://github.com/slevomat/coding-standard/tree/8.14.1"
7378             },
7379             "funding": [
7380                 {
7381                     "url": "https://github.com/kukulich",
7382                     "type": "github"
7383                 },
7384                 {
7385                     "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
7386                     "type": "tidelift"
7387                 }
7388             ],
7389             "time": "2023-10-08T07:28:08+00:00"
7390         },
7391         {
7392             "name": "spatie/array-to-xml",
7393             "version": "3.2.2",
7394             "source": {
7395                 "type": "git",
7396                 "url": "https://github.com/spatie/array-to-xml.git",
7397                 "reference": "96be97e664c87613121d073ea39af4c74e57a7f8"
7398             },
7399             "dist": {
7400                 "type": "zip",
7401                 "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/96be97e664c87613121d073ea39af4c74e57a7f8",
7402                 "reference": "96be97e664c87613121d073ea39af4c74e57a7f8",
7403                 "shasum": ""
7404             },
7405             "require": {
7406                 "ext-dom": "*",
7407                 "php": "^8.0"
7408             },
7409             "require-dev": {
7410                 "mockery/mockery": "^1.2",
7411                 "pestphp/pest": "^1.21",
7412                 "spatie/pest-plugin-snapshots": "^1.1"
7413             },
7414             "type": "library",
7415             "autoload": {
7416                 "psr-4": {
7417                     "Spatie\\ArrayToXml\\": "src"
7418                 }
7419             },
7420             "notification-url": "https://packagist.org/downloads/",
7421             "license": [
7422                 "MIT"
7423             ],
7424             "authors": [
7425                 {
7426                     "name": "Freek Van der Herten",
7427                     "email": "freek@spatie.be",
7428                     "homepage": "https://freek.dev",
7429                     "role": "Developer"
7430                 }
7431             ],
7432             "description": "Convert an array to xml",
7433             "homepage": "https://github.com/spatie/array-to-xml",
7434             "keywords": [
7435                 "array",
7436                 "convert",
7437                 "xml"
7438             ],
7439             "support": {
7440                 "source": "https://github.com/spatie/array-to-xml/tree/3.2.2"
7441             },
7442             "funding": [
7443                 {
7444                     "url": "https://spatie.be/open-source/support-us",
7445                     "type": "custom"
7446                 },
7447                 {
7448                     "url": "https://github.com/spatie",
7449                     "type": "github"
7450                 }
7451             ],
7452             "time": "2023-11-14T14:08:51+00:00"
7453         },
7454         {
7455             "name": "spomky-labs/base64url",
7456             "version": "v2.0.4",
7457             "source": {
7458                 "type": "git",
7459                 "url": "https://github.com/Spomky-Labs/base64url.git",
7460                 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
7461             },
7462             "dist": {
7463                 "type": "zip",
7464                 "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
7465                 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
7466                 "shasum": ""
7467             },
7468             "require": {
7469                 "php": ">=7.1"
7470             },
7471             "require-dev": {
7472                 "phpstan/extension-installer": "^1.0",
7473                 "phpstan/phpstan": "^0.11|^0.12",
7474                 "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
7475                 "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
7476                 "phpstan/phpstan-phpunit": "^0.11|^0.12",
7477                 "phpstan/phpstan-strict-rules": "^0.11|^0.12"
7478             },
7479             "type": "library",
7480             "autoload": {
7481                 "psr-4": {
7482                     "Base64Url\\": "src/"
7483                 }
7484             },
7485             "notification-url": "https://packagist.org/downloads/",
7486             "license": [
7487                 "MIT"
7488             ],
7489             "authors": [
7490                 {
7491                     "name": "Florent Morselli",
7492                     "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
7493                 }
7494             ],
7495             "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
7496             "homepage": "https://github.com/Spomky-Labs/base64url",
7497             "keywords": [
7498                 "base64",
7499                 "rfc4648",
7500                 "safe",
7501                 "url"
7502             ],
7503             "support": {
7504                 "issues": "https://github.com/Spomky-Labs/base64url/issues",
7505                 "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
7506             },
7507             "funding": [
7508                 {
7509                     "url": "https://github.com/Spomky",
7510                     "type": "github"
7511                 },
7512                 {
7513                     "url": "https://www.patreon.com/FlorentMorselli",
7514                     "type": "patreon"
7515                 }
7516             ],
7517             "time": "2020-11-03T09:10:25+00:00"
7518         },
7519         {
7520             "name": "spomky-labs/cbor-php",
7521             "version": "v2.1.0",
7522             "source": {
7523                 "type": "git",
7524                 "url": "https://github.com/Spomky-Labs/cbor-php.git",
7525                 "reference": "28e2712cfc0b48fae661a48ffc6896d7abe83684"
7526             },
7527             "dist": {
7528                 "type": "zip",
7529                 "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/28e2712cfc0b48fae661a48ffc6896d7abe83684",
7530                 "reference": "28e2712cfc0b48fae661a48ffc6896d7abe83684",
7531                 "shasum": ""
7532             },
7533             "require": {
7534                 "brick/math": "^0.8.15|^0.9.0",
7535                 "ext-mbstring": "*",
7536                 "php": ">=7.3"
7537             },
7538             "require-dev": {
7539                 "ekino/phpstan-banned-code": "^1.0",
7540                 "ext-json": "*",
7541                 "infection/infection": "^0.18|^0.25",
7542                 "phpstan/extension-installer": "^1.1",
7543                 "phpstan/phpstan": "^1.0",
7544                 "phpstan/phpstan-beberlei-assert": "^1.0",
7545                 "phpstan/phpstan-deprecation-rules": "^1.0",
7546                 "phpstan/phpstan-phpunit": "^1.0",
7547                 "phpstan/phpstan-strict-rules": "^1.0",
7548                 "phpunit/phpunit": "^9.5",
7549                 "rector/rector": "^0.12",
7550                 "roave/security-advisories": "dev-latest",
7551                 "symplify/easy-coding-standard": "^10.0"
7552             },
7553             "suggest": {
7554                 "ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
7555                 "ext-gmp": "GMP or BCMath extensions will drastically improve the library performance"
7556             },
7557             "type": "library",
7558             "autoload": {
7559                 "psr-4": {
7560                     "CBOR\\": "src/"
7561                 }
7562             },
7563             "notification-url": "https://packagist.org/downloads/",
7564             "license": [
7565                 "MIT"
7566             ],
7567             "authors": [
7568                 {
7569                     "name": "Florent Morselli",
7570                     "homepage": "https://github.com/Spomky"
7571                 },
7572                 {
7573                     "name": "All contributors",
7574                     "homepage": "https://github.com/Spomky-Labs/cbor-php/contributors"
7575                 }
7576             ],
7577             "description": "CBOR Encoder/Decoder for PHP",
7578             "keywords": [
7579                 "Concise Binary Object Representation",
7580                 "RFC7049",
7581                 "cbor"
7582             ],
7583             "support": {
7584                 "issues": "https://github.com/Spomky-Labs/cbor-php/issues",
7585                 "source": "https://github.com/Spomky-Labs/cbor-php/tree/v2.1.0"
7586             },
7587             "funding": [
7588                 {
7589                     "url": "https://github.com/Spomky",
7590                     "type": "github"
7591                 },
7592                 {
7593                     "url": "https://www.patreon.com/FlorentMorselli",
7594                     "type": "patreon"
7595                 }
7596             ],
7597             "time": "2021-12-13T12:46:26+00:00"
7598         },
7599         {
7600             "name": "squizlabs/php_codesniffer",
7601             "version": "3.7.2",
7602             "source": {
7603                 "type": "git",
7604                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
7605                 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
7606             },
7607             "dist": {
7608                 "type": "zip",
7609                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
7610                 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
7611                 "shasum": ""
7612             },
7613             "require": {
7614                 "ext-simplexml": "*",
7615                 "ext-tokenizer": "*",
7616                 "ext-xmlwriter": "*",
7617                 "php": ">=5.4.0"
7618             },
7619             "require-dev": {
7620                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
7621             },
7622             "bin": [
7623                 "bin/phpcs",
7624                 "bin/phpcbf"
7625             ],
7626             "type": "library",
7627             "extra": {
7628                 "branch-alias": {
7629                     "dev-master": "3.x-dev"
7630                 }
7631             },
7632             "notification-url": "https://packagist.org/downloads/",
7633             "license": [
7634                 "BSD-3-Clause"
7635             ],
7636             "authors": [
7637                 {
7638                     "name": "Greg Sherwood",
7639                     "role": "lead"
7640                 }
7641             ],
7642             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
7643             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
7644             "keywords": [
7645                 "phpcs",
7646                 "standards",
7647                 "static analysis"
7648             ],
7649             "support": {
7650                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
7651                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
7652                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
7653             },
7654             "time": "2023-02-22T23:07:41+00:00"
7655         },
7656         {
7657             "name": "symfony/console",
7658             "version": "v6.3.8",
7659             "source": {
7660                 "type": "git",
7661                 "url": "https://github.com/symfony/console.git",
7662                 "reference": "0d14a9f6d04d4ac38a8cea1171f4554e325dae92"
7663             },
7664             "dist": {
7665                 "type": "zip",
7666                 "url": "https://api.github.com/repos/symfony/console/zipball/0d14a9f6d04d4ac38a8cea1171f4554e325dae92",
7667                 "reference": "0d14a9f6d04d4ac38a8cea1171f4554e325dae92",
7668                 "shasum": ""
7669             },
7670             "require": {
7671                 "php": ">=8.1",
7672                 "symfony/deprecation-contracts": "^2.5|^3",
7673                 "symfony/polyfill-mbstring": "~1.0",
7674                 "symfony/service-contracts": "^2.5|^3",
7675                 "symfony/string": "^5.4|^6.0"
7676             },
7677             "conflict": {
7678                 "symfony/dependency-injection": "<5.4",
7679                 "symfony/dotenv": "<5.4",
7680                 "symfony/event-dispatcher": "<5.4",
7681                 "symfony/lock": "<5.4",
7682                 "symfony/process": "<5.4"
7683             },
7684             "provide": {
7685                 "psr/log-implementation": "1.0|2.0|3.0"
7686             },
7687             "require-dev": {
7688                 "psr/log": "^1|^2|^3",
7689                 "symfony/config": "^5.4|^6.0",
7690                 "symfony/dependency-injection": "^5.4|^6.0",
7691                 "symfony/event-dispatcher": "^5.4|^6.0",
7692                 "symfony/lock": "^5.4|^6.0",
7693                 "symfony/process": "^5.4|^6.0",
7694                 "symfony/var-dumper": "^5.4|^6.0"
7695             },
7696             "type": "library",
7697             "autoload": {
7698                 "psr-4": {
7699                     "Symfony\\Component\\Console\\": ""
7700                 },
7701                 "exclude-from-classmap": [
7702                     "/Tests/"
7703                 ]
7704             },
7705             "notification-url": "https://packagist.org/downloads/",
7706             "license": [
7707                 "MIT"
7708             ],
7709             "authors": [
7710                 {
7711                     "name": "Fabien Potencier",
7712                     "email": "fabien@symfony.com"
7713                 },
7714                 {
7715                     "name": "Symfony Community",
7716                     "homepage": "https://symfony.com/contributors"
7717                 }
7718             ],
7719             "description": "Eases the creation of beautiful and testable command line interfaces",
7720             "homepage": "https://symfony.com",
7721             "keywords": [
7722                 "cli",
7723                 "command-line",
7724                 "console",
7725                 "terminal"
7726             ],
7727             "support": {
7728                 "source": "https://github.com/symfony/console/tree/v6.3.8"
7729             },
7730             "funding": [
7731                 {
7732                     "url": "https://symfony.com/sponsor",
7733                     "type": "custom"
7734                 },
7735                 {
7736                     "url": "https://github.com/fabpot",
7737                     "type": "github"
7738                 },
7739                 {
7740                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7741                     "type": "tidelift"
7742                 }
7743             ],
7744             "time": "2023-10-31T08:09:35+00:00"
7745         },
7746         {
7747             "name": "symfony/polyfill-intl-grapheme",
7748             "version": "v1.28.0",
7749             "source": {
7750                 "type": "git",
7751                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
7752                 "reference": "875e90aeea2777b6f135677f618529449334a612"
7753             },
7754             "dist": {
7755                 "type": "zip",
7756                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
7757                 "reference": "875e90aeea2777b6f135677f618529449334a612",
7758                 "shasum": ""
7759             },
7760             "require": {
7761                 "php": ">=7.1"
7762             },
7763             "suggest": {
7764                 "ext-intl": "For best performance"
7765             },
7766             "type": "library",
7767             "extra": {
7768                 "branch-alias": {
7769                     "dev-main": "1.28-dev"
7770                 },
7771                 "thanks": {
7772                     "name": "symfony/polyfill",
7773                     "url": "https://github.com/symfony/polyfill"
7774                 }
7775             },
7776             "autoload": {
7777                 "files": [
7778                     "bootstrap.php"
7779                 ],
7780                 "psr-4": {
7781                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
7782                 }
7783             },
7784             "notification-url": "https://packagist.org/downloads/",
7785             "license": [
7786                 "MIT"
7787             ],
7788             "authors": [
7789                 {
7790                     "name": "Nicolas Grekas",
7791                     "email": "p@tchwork.com"
7792                 },
7793                 {
7794                     "name": "Symfony Community",
7795                     "homepage": "https://symfony.com/contributors"
7796                 }
7797             ],
7798             "description": "Symfony polyfill for intl's grapheme_* functions",
7799             "homepage": "https://symfony.com",
7800             "keywords": [
7801                 "compatibility",
7802                 "grapheme",
7803                 "intl",
7804                 "polyfill",
7805                 "portable",
7806                 "shim"
7807             ],
7808             "support": {
7809                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
7810             },
7811             "funding": [
7812                 {
7813                     "url": "https://symfony.com/sponsor",
7814                     "type": "custom"
7815                 },
7816                 {
7817                     "url": "https://github.com/fabpot",
7818                     "type": "github"
7819                 },
7820                 {
7821                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7822                     "type": "tidelift"
7823                 }
7824             ],
7825             "time": "2023-01-26T09:26:14+00:00"
7826         },
7827         {
7828             "name": "symfony/polyfill-intl-normalizer",
7829             "version": "v1.28.0",
7830             "source": {
7831                 "type": "git",
7832                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
7833                 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
7834             },
7835             "dist": {
7836                 "type": "zip",
7837                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
7838                 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
7839                 "shasum": ""
7840             },
7841             "require": {
7842                 "php": ">=7.1"
7843             },
7844             "suggest": {
7845                 "ext-intl": "For best performance"
7846             },
7847             "type": "library",
7848             "extra": {
7849                 "branch-alias": {
7850                     "dev-main": "1.28-dev"
7851                 },
7852                 "thanks": {
7853                     "name": "symfony/polyfill",
7854                     "url": "https://github.com/symfony/polyfill"
7855                 }
7856             },
7857             "autoload": {
7858                 "files": [
7859                     "bootstrap.php"
7860                 ],
7861                 "psr-4": {
7862                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
7863                 },
7864                 "classmap": [
7865                     "Resources/stubs"
7866                 ]
7867             },
7868             "notification-url": "https://packagist.org/downloads/",
7869             "license": [
7870                 "MIT"
7871             ],
7872             "authors": [
7873                 {
7874                     "name": "Nicolas Grekas",
7875                     "email": "p@tchwork.com"
7876                 },
7877                 {
7878                     "name": "Symfony Community",
7879                     "homepage": "https://symfony.com/contributors"
7880                 }
7881             ],
7882             "description": "Symfony polyfill for intl's Normalizer class and related functions",
7883             "homepage": "https://symfony.com",
7884             "keywords": [
7885                 "compatibility",
7886                 "intl",
7887                 "normalizer",
7888                 "polyfill",
7889                 "portable",
7890                 "shim"
7891             ],
7892             "support": {
7893                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
7894             },
7895             "funding": [
7896                 {
7897                     "url": "https://symfony.com/sponsor",
7898                     "type": "custom"
7899                 },
7900                 {
7901                     "url": "https://github.com/fabpot",
7902                     "type": "github"
7903                 },
7904                 {
7905                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7906                     "type": "tidelift"
7907                 }
7908             ],
7909             "time": "2023-01-26T09:26:14+00:00"
7910         },
7911         {
7912             "name": "symfony/process",
7913             "version": "v5.4.28",
7914             "source": {
7915                 "type": "git",
7916                 "url": "https://github.com/symfony/process.git",
7917                 "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b"
7918             },
7919             "dist": {
7920                 "type": "zip",
7921                 "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
7922                 "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
7923                 "shasum": ""
7924             },
7925             "require": {
7926                 "php": ">=7.2.5",
7927                 "symfony/polyfill-php80": "^1.16"
7928             },
7929             "type": "library",
7930             "autoload": {
7931                 "psr-4": {
7932                     "Symfony\\Component\\Process\\": ""
7933                 },
7934                 "exclude-from-classmap": [
7935                     "/Tests/"
7936                 ]
7937             },
7938             "notification-url": "https://packagist.org/downloads/",
7939             "license": [
7940                 "MIT"
7941             ],
7942             "authors": [
7943                 {
7944                     "name": "Fabien Potencier",
7945                     "email": "fabien@symfony.com"
7946                 },
7947                 {
7948                     "name": "Symfony Community",
7949                     "homepage": "https://symfony.com/contributors"
7950                 }
7951             ],
7952             "description": "Executes commands in sub-processes",
7953             "homepage": "https://symfony.com",
7954             "support": {
7955                 "source": "https://github.com/symfony/process/tree/v5.4.28"
7956             },
7957             "funding": [
7958                 {
7959                     "url": "https://symfony.com/sponsor",
7960                     "type": "custom"
7961                 },
7962                 {
7963                     "url": "https://github.com/fabpot",
7964                     "type": "github"
7965                 },
7966                 {
7967                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7968                     "type": "tidelift"
7969                 }
7970             ],
7971             "time": "2023-08-07T10:36:04+00:00"
7972         },
7973         {
7974             "name": "symfony/string",
7975             "version": "v6.3.8",
7976             "source": {
7977                 "type": "git",
7978                 "url": "https://github.com/symfony/string.git",
7979                 "reference": "13880a87790c76ef994c91e87efb96134522577a"
7980             },
7981             "dist": {
7982                 "type": "zip",
7983                 "url": "https://api.github.com/repos/symfony/string/zipball/13880a87790c76ef994c91e87efb96134522577a",
7984                 "reference": "13880a87790c76ef994c91e87efb96134522577a",
7985                 "shasum": ""
7986             },
7987             "require": {
7988                 "php": ">=8.1",
7989                 "symfony/polyfill-ctype": "~1.8",
7990                 "symfony/polyfill-intl-grapheme": "~1.0",
7991                 "symfony/polyfill-intl-normalizer": "~1.0",
7992                 "symfony/polyfill-mbstring": "~1.0"
7993             },
7994             "conflict": {
7995                 "symfony/translation-contracts": "<2.5"
7996             },
7997             "require-dev": {
7998                 "symfony/error-handler": "^5.4|^6.0",
7999                 "symfony/http-client": "^5.4|^6.0",
8000                 "symfony/intl": "^6.2",
8001                 "symfony/translation-contracts": "^2.5|^3.0",
8002                 "symfony/var-exporter": "^5.4|^6.0"
8003             },
8004             "type": "library",
8005             "autoload": {
8006                 "files": [
8007                     "Resources/functions.php"
8008                 ],
8009                 "psr-4": {
8010                     "Symfony\\Component\\String\\": ""
8011                 },
8012                 "exclude-from-classmap": [
8013                     "/Tests/"
8014                 ]
8015             },
8016             "notification-url": "https://packagist.org/downloads/",
8017             "license": [
8018                 "MIT"
8019             ],
8020             "authors": [
8021                 {
8022                     "name": "Nicolas Grekas",
8023                     "email": "p@tchwork.com"
8024                 },
8025                 {
8026                     "name": "Symfony Community",
8027                     "homepage": "https://symfony.com/contributors"
8028                 }
8029             ],
8030             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
8031             "homepage": "https://symfony.com",
8032             "keywords": [
8033                 "grapheme",
8034                 "i18n",
8035                 "string",
8036                 "unicode",
8037                 "utf-8",
8038                 "utf8"
8039             ],
8040             "support": {
8041                 "source": "https://github.com/symfony/string/tree/v6.3.8"
8042             },
8043             "funding": [
8044                 {
8045                     "url": "https://symfony.com/sponsor",
8046                     "type": "custom"
8047                 },
8048                 {
8049                     "url": "https://github.com/fabpot",
8050                     "type": "github"
8051                 },
8052                 {
8053                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8054                     "type": "tidelift"
8055                 }
8056             ],
8057             "time": "2023-11-09T08:28:21+00:00"
8058         },
8059         {
8060             "name": "tecnickcom/tcpdf",
8061             "version": "6.6.5",
8062             "source": {
8063                 "type": "git",
8064                 "url": "https://github.com/tecnickcom/TCPDF.git",
8065                 "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce"
8066             },
8067             "dist": {
8068                 "type": "zip",
8069                 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5fce932fcee4371865314ab7f6c0d85423c5c7ce",
8070                 "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce",
8071                 "shasum": ""
8072             },
8073             "require": {
8074                 "php": ">=5.3.0"
8075             },
8076             "type": "library",
8077             "autoload": {
8078                 "classmap": [
8079                     "config",
8080                     "include",
8081                     "tcpdf.php",
8082                     "tcpdf_parser.php",
8083                     "tcpdf_import.php",
8084                     "tcpdf_barcodes_1d.php",
8085                     "tcpdf_barcodes_2d.php",
8086                     "include/tcpdf_colors.php",
8087                     "include/tcpdf_filters.php",
8088                     "include/tcpdf_font_data.php",
8089                     "include/tcpdf_fonts.php",
8090                     "include/tcpdf_images.php",
8091                     "include/tcpdf_static.php",
8092                     "include/barcodes/datamatrix.php",
8093                     "include/barcodes/pdf417.php",
8094                     "include/barcodes/qrcode.php"
8095                 ]
8096             },
8097             "notification-url": "https://packagist.org/downloads/",
8098             "license": [
8099                 "LGPL-3.0-or-later"
8100             ],
8101             "authors": [
8102                 {
8103                     "name": "Nicola Asuni",
8104                     "email": "info@tecnick.com",
8105                     "role": "lead"
8106                 }
8107             ],
8108             "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
8109             "homepage": "http://www.tcpdf.org/",
8110             "keywords": [
8111                 "PDFD32000-2008",
8112                 "TCPDF",
8113                 "barcodes",
8114                 "datamatrix",
8115                 "pdf",
8116                 "pdf417",
8117                 "qrcode"
8118             ],
8119             "support": {
8120                 "issues": "https://github.com/tecnickcom/TCPDF/issues",
8121                 "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.5"
8122             },
8123             "funding": [
8124                 {
8125                     "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
8126                     "type": "custom"
8127                 }
8128             ],
8129             "time": "2023-09-06T15:09:26+00:00"
8130         },
8131         {
8132             "name": "thecodingmachine/safe",
8133             "version": "v1.3.3",
8134             "source": {
8135                 "type": "git",
8136                 "url": "https://github.com/thecodingmachine/safe.git",
8137                 "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
8138             },
8139             "dist": {
8140                 "type": "zip",
8141                 "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
8142                 "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
8143                 "shasum": ""
8144             },
8145             "require": {
8146                 "php": ">=7.2"
8147             },
8148             "require-dev": {
8149                 "phpstan/phpstan": "^0.12",
8150                 "squizlabs/php_codesniffer": "^3.2",
8151                 "thecodingmachine/phpstan-strict-rules": "^0.12"
8152             },
8153             "type": "library",
8154             "extra": {
8155                 "branch-alias": {
8156                     "dev-master": "0.1-dev"
8157                 }
8158             },
8159             "autoload": {
8160                 "files": [
8161                     "deprecated/apc.php",
8162                     "deprecated/libevent.php",
8163                     "deprecated/mssql.php",
8164                     "deprecated/stats.php",
8165                     "lib/special_cases.php",
8166                     "generated/apache.php",
8167                     "generated/apcu.php",
8168                     "generated/array.php",
8169                     "generated/bzip2.php",
8170                     "generated/calendar.php",
8171                     "generated/classobj.php",
8172                     "generated/com.php",
8173                     "generated/cubrid.php",
8174                     "generated/curl.php",
8175                     "generated/datetime.php",
8176                     "generated/dir.php",
8177                     "generated/eio.php",
8178                     "generated/errorfunc.php",
8179                     "generated/exec.php",
8180                     "generated/fileinfo.php",
8181                     "generated/filesystem.php",
8182                     "generated/filter.php",
8183                     "generated/fpm.php",
8184                     "generated/ftp.php",
8185                     "generated/funchand.php",
8186                     "generated/gmp.php",
8187                     "generated/gnupg.php",
8188                     "generated/hash.php",
8189                     "generated/ibase.php",
8190                     "generated/ibmDb2.php",
8191                     "generated/iconv.php",
8192                     "generated/image.php",
8193                     "generated/imap.php",
8194                     "generated/info.php",
8195                     "generated/ingres-ii.php",
8196                     "generated/inotify.php",
8197                     "generated/json.php",
8198                     "generated/ldap.php",
8199                     "generated/libxml.php",
8200                     "generated/lzf.php",
8201                     "generated/mailparse.php",
8202                     "generated/mbstring.php",
8203                     "generated/misc.php",
8204                     "generated/msql.php",
8205                     "generated/mysql.php",
8206                     "generated/mysqli.php",
8207                     "generated/mysqlndMs.php",
8208                     "generated/mysqlndQc.php",
8209                     "generated/network.php",
8210                     "generated/oci8.php",
8211                     "generated/opcache.php",
8212                     "generated/openssl.php",
8213                     "generated/outcontrol.php",
8214                     "generated/password.php",
8215                     "generated/pcntl.php",
8216                     "generated/pcre.php",
8217                     "generated/pdf.php",
8218                     "generated/pgsql.php",
8219                     "generated/posix.php",
8220                     "generated/ps.php",
8221                     "generated/pspell.php",
8222                     "generated/readline.php",
8223                     "generated/rpminfo.php",
8224                     "generated/rrd.php",
8225                     "generated/sem.php",
8226                     "generated/session.php",
8227                     "generated/shmop.php",
8228                     "generated/simplexml.php",
8229                     "generated/sockets.php",
8230                     "generated/sodium.php",
8231                     "generated/solr.php",
8232                     "generated/spl.php",
8233                     "generated/sqlsrv.php",
8234                     "generated/ssdeep.php",
8235                     "generated/ssh2.php",
8236                     "generated/stream.php",
8237                     "generated/strings.php",
8238                     "generated/swoole.php",
8239                     "generated/uodbc.php",
8240                     "generated/uopz.php",
8241                     "generated/url.php",
8242                     "generated/var.php",
8243                     "generated/xdiff.php",
8244                     "generated/xml.php",
8245                     "generated/xmlrpc.php",
8246                     "generated/yaml.php",
8247                     "generated/yaz.php",
8248                     "generated/zip.php",
8249                     "generated/zlib.php"
8250                 ],
8251                 "psr-4": {
8252                     "Safe\\": [
8253                         "lib/",
8254                         "deprecated/",
8255                         "generated/"
8256                     ]
8257                 }
8258             },
8259             "notification-url": "https://packagist.org/downloads/",
8260             "license": [
8261                 "MIT"
8262             ],
8263             "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
8264             "support": {
8265                 "issues": "https://github.com/thecodingmachine/safe/issues",
8266                 "source": "https://github.com/thecodingmachine/safe/tree/v1.3.3"
8267             },
8268             "time": "2020-10-28T17:51:34+00:00"
8269         },
8270         {
8271             "name": "theseer/tokenizer",
8272             "version": "1.2.2",
8273             "source": {
8274                 "type": "git",
8275                 "url": "https://github.com/theseer/tokenizer.git",
8276                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
8277             },
8278             "dist": {
8279                 "type": "zip",
8280                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
8281                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
8282                 "shasum": ""
8283             },
8284             "require": {
8285                 "ext-dom": "*",
8286                 "ext-tokenizer": "*",
8287                 "ext-xmlwriter": "*",
8288                 "php": "^7.2 || ^8.0"
8289             },
8290             "type": "library",
8291             "autoload": {
8292                 "classmap": [
8293                     "src/"
8294                 ]
8295             },
8296             "notification-url": "https://packagist.org/downloads/",
8297             "license": [
8298                 "BSD-3-Clause"
8299             ],
8300             "authors": [
8301                 {
8302                     "name": "Arne Blankerts",
8303                     "email": "arne@blankerts.de",
8304                     "role": "Developer"
8305                 }
8306             ],
8307             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
8308             "support": {
8309                 "issues": "https://github.com/theseer/tokenizer/issues",
8310                 "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
8311             },
8312             "funding": [
8313                 {
8314                     "url": "https://github.com/theseer",
8315                     "type": "github"
8316                 }
8317             ],
8318             "time": "2023-11-20T00:12:19+00:00"
8319         },
8320         {
8321             "name": "vimeo/psalm",
8322             "version": "5.16.0",
8323             "source": {
8324                 "type": "git",
8325                 "url": "https://github.com/vimeo/psalm.git",
8326                 "reference": "2897ba636551a8cb61601cc26f6ccfbba6c36591"
8327             },
8328             "dist": {
8329                 "type": "zip",
8330                 "url": "https://api.github.com/repos/vimeo/psalm/zipball/2897ba636551a8cb61601cc26f6ccfbba6c36591",
8331                 "reference": "2897ba636551a8cb61601cc26f6ccfbba6c36591",
8332                 "shasum": ""
8333             },
8334             "require": {
8335                 "amphp/amp": "^2.4.2",
8336                 "amphp/byte-stream": "^1.5",
8337                 "composer-runtime-api": "^2",
8338                 "composer/semver": "^1.4 || ^2.0 || ^3.0",
8339                 "composer/xdebug-handler": "^2.0 || ^3.0",
8340                 "dnoegel/php-xdg-base-dir": "^0.1.1",
8341                 "ext-ctype": "*",
8342                 "ext-dom": "*",
8343                 "ext-json": "*",
8344                 "ext-libxml": "*",
8345                 "ext-mbstring": "*",
8346                 "ext-simplexml": "*",
8347                 "ext-tokenizer": "*",
8348                 "felixfbecker/advanced-json-rpc": "^3.1",
8349                 "felixfbecker/language-server-protocol": "^1.5.2",
8350                 "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1",
8351                 "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
8352                 "nikic/php-parser": "^4.16",
8353                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
8354                 "sebastian/diff": "^4.0 || ^5.0",
8355                 "spatie/array-to-xml": "^2.17.0 || ^3.0",
8356                 "symfony/console": "^4.1.6 || ^5.0 || ^6.0 || ^7.0",
8357                 "symfony/filesystem": "^5.4 || ^6.0 || ^7.0"
8358             },
8359             "conflict": {
8360                 "nikic/php-parser": "4.17.0"
8361             },
8362             "provide": {
8363                 "psalm/psalm": "self.version"
8364             },
8365             "require-dev": {
8366                 "amphp/phpunit-util": "^2.0",
8367                 "bamarni/composer-bin-plugin": "^1.4",
8368                 "brianium/paratest": "^6.9",
8369                 "ext-curl": "*",
8370                 "mockery/mockery": "^1.5",
8371                 "nunomaduro/mock-final-classes": "^1.1",
8372                 "php-parallel-lint/php-parallel-lint": "^1.2",
8373                 "phpstan/phpdoc-parser": "^1.6",
8374                 "phpunit/phpunit": "^9.6",
8375                 "psalm/plugin-mockery": "^1.1",
8376                 "psalm/plugin-phpunit": "^0.18",
8377                 "slevomat/coding-standard": "^8.4",
8378                 "squizlabs/php_codesniffer": "^3.6",
8379                 "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0"
8380             },
8381             "suggest": {
8382                 "ext-curl": "In order to send data to shepherd",
8383                 "ext-igbinary": "^2.0.5 is required, used to serialize caching data"
8384             },
8385             "bin": [
8386                 "psalm",
8387                 "psalm-language-server",
8388                 "psalm-plugin",
8389                 "psalm-refactor",
8390                 "psalter"
8391             ],
8392             "type": "project",
8393             "extra": {
8394                 "branch-alias": {
8395                     "dev-master": "5.x-dev",
8396                     "dev-4.x": "4.x-dev",
8397                     "dev-3.x": "3.x-dev",
8398                     "dev-2.x": "2.x-dev",
8399                     "dev-1.x": "1.x-dev"
8400                 }
8401             },
8402             "autoload": {
8403                 "psr-4": {
8404                     "Psalm\\": "src/Psalm/"
8405                 }
8406             },
8407             "notification-url": "https://packagist.org/downloads/",
8408             "license": [
8409                 "MIT"
8410             ],
8411             "authors": [
8412                 {
8413                     "name": "Matthew Brown"
8414                 }
8415             ],
8416             "description": "A static analysis tool for finding errors in PHP applications",
8417             "keywords": [
8418                 "code",
8419                 "inspection",
8420                 "php",
8421                 "static analysis"
8422             ],
8423             "support": {
8424                 "docs": "https://psalm.dev/docs",
8425                 "issues": "https://github.com/vimeo/psalm/issues",
8426                 "source": "https://github.com/vimeo/psalm"
8427             },
8428             "time": "2023-11-22T20:38:47+00:00"
8429         },
8430         {
8431             "name": "web-auth/cose-lib",
8432             "version": "v3.3.12",
8433             "source": {
8434                 "type": "git",
8435                 "url": "https://github.com/web-auth/cose-lib.git",
8436                 "reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb"
8437             },
8438             "dist": {
8439                 "type": "zip",
8440                 "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/efa6ec2ba4e840bc1316a493973c9916028afeeb",
8441                 "reference": "efa6ec2ba4e840bc1316a493973c9916028afeeb",
8442                 "shasum": ""
8443             },
8444             "require": {
8445                 "beberlei/assert": "^3.2",
8446                 "ext-json": "*",
8447                 "ext-mbstring": "*",
8448                 "ext-openssl": "*",
8449                 "fgrosse/phpasn1": "^2.1",
8450                 "php": ">=7.2"
8451             },
8452             "type": "library",
8453             "autoload": {
8454                 "psr-4": {
8455                     "Cose\\": "src/"
8456                 }
8457             },
8458             "notification-url": "https://packagist.org/downloads/",
8459             "license": [
8460                 "MIT"
8461             ],
8462             "authors": [
8463                 {
8464                     "name": "Florent Morselli",
8465                     "homepage": "https://github.com/Spomky"
8466                 },
8467                 {
8468                     "name": "All contributors",
8469                     "homepage": "https://github.com/web-auth/cose/contributors"
8470                 }
8471             ],
8472             "description": "CBOR Object Signing and Encryption (COSE) For PHP",
8473             "homepage": "https://github.com/web-auth",
8474             "keywords": [
8475                 "COSE",
8476                 "RFC8152"
8477             ],
8478             "support": {
8479                 "source": "https://github.com/web-auth/cose-lib/tree/v3.3.12"
8480             },
8481             "funding": [
8482                 {
8483                     "url": "https://github.com/Spomky",
8484                     "type": "github"
8485                 },
8486                 {
8487                     "url": "https://www.patreon.com/FlorentMorselli",
8488                     "type": "patreon"
8489                 }
8490             ],
8491             "time": "2021-12-04T12:13:35+00:00"
8492         },
8493         {
8494             "name": "web-auth/metadata-service",
8495             "version": "v3.3.12",
8496             "source": {
8497                 "type": "git",
8498                 "url": "https://github.com/web-auth/webauthn-metadata-service.git",
8499                 "reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246"
8500             },
8501             "dist": {
8502                 "type": "zip",
8503                 "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
8504                 "reference": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246",
8505                 "shasum": ""
8506             },
8507             "require": {
8508                 "beberlei/assert": "^3.2",
8509                 "ext-json": "*",
8510                 "league/uri": "^6.0",
8511                 "php": ">=7.2",
8512                 "psr/http-client": "^1.0",
8513                 "psr/http-factory": "^1.0",
8514                 "psr/log": "^1.1"
8515             },
8516             "suggest": {
8517                 "web-token/jwt-key-mgmt": "Mandatory for fetching Metadata Statement from distant sources",
8518                 "web-token/jwt-signature-algorithm-ecdsa": "Mandatory for fetching Metadata Statement from distant sources"
8519             },
8520             "type": "library",
8521             "autoload": {
8522                 "psr-4": {
8523                     "Webauthn\\MetadataService\\": "src/"
8524                 }
8525             },
8526             "notification-url": "https://packagist.org/downloads/",
8527             "license": [
8528                 "MIT"
8529             ],
8530             "authors": [
8531                 {
8532                     "name": "Florent Morselli",
8533                     "homepage": "https://github.com/Spomky"
8534                 },
8535                 {
8536                     "name": "All contributors",
8537                     "homepage": "https://github.com/web-auth/metadata-service/contributors"
8538                 }
8539             ],
8540             "description": "Metadata Service for FIDO2/Webauthn",
8541             "homepage": "https://github.com/web-auth",
8542             "keywords": [
8543                 "FIDO2",
8544                 "fido",
8545                 "webauthn"
8546             ],
8547             "support": {
8548                 "source": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.12"
8549             },
8550             "funding": [
8551                 {
8552                     "url": "https://github.com/Spomky",
8553                     "type": "github"
8554                 },
8555                 {
8556                     "url": "https://www.patreon.com/FlorentMorselli",
8557                     "type": "patreon"
8558                 }
8559             ],
8560             "time": "2021-11-21T11:14:31+00:00"
8561         },
8562         {
8563             "name": "web-auth/webauthn-lib",
8564             "version": "v3.3.12",
8565             "source": {
8566                 "type": "git",
8567                 "url": "https://github.com/web-auth/webauthn-lib.git",
8568                 "reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33"
8569             },
8570             "dist": {
8571                 "type": "zip",
8572                 "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
8573                 "reference": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33",
8574                 "shasum": ""
8575             },
8576             "require": {
8577                 "beberlei/assert": "^3.2",
8578                 "ext-json": "*",
8579                 "ext-mbstring": "*",
8580                 "ext-openssl": "*",
8581                 "fgrosse/phpasn1": "^2.1",
8582                 "php": ">=7.2",
8583                 "psr/http-client": "^1.0",
8584                 "psr/http-factory": "^1.0",
8585                 "psr/http-message": "^1.0",
8586                 "psr/log": "^1.1",
8587                 "ramsey/uuid": "^3.8|^4.0",
8588                 "spomky-labs/base64url": "^2.0",
8589                 "spomky-labs/cbor-php": "^1.0|^2.0",
8590                 "symfony/process": "^3.0|^4.0|^5.0",
8591                 "thecodingmachine/safe": "^1.1",
8592                 "web-auth/cose-lib": "self.version",
8593                 "web-auth/metadata-service": "self.version"
8594             },
8595             "suggest": {
8596                 "psr/log-implementation": "Recommended to receive logs from the library",
8597                 "web-token/jwt-key-mgmt": "Mandatory for the AndroidSafetyNet Attestation Statement support",
8598                 "web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
8599                 "web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
8600                 "web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support"
8601             },
8602             "type": "library",
8603             "autoload": {
8604                 "psr-4": {
8605                     "Webauthn\\": "src/"
8606                 }
8607             },
8608             "notification-url": "https://packagist.org/downloads/",
8609             "license": [
8610                 "MIT"
8611             ],
8612             "authors": [
8613                 {
8614                     "name": "Florent Morselli",
8615                     "homepage": "https://github.com/Spomky"
8616                 },
8617                 {
8618                     "name": "All contributors",
8619                     "homepage": "https://github.com/web-auth/webauthn-library/contributors"
8620                 }
8621             ],
8622             "description": "FIDO2/Webauthn Support For PHP",
8623             "homepage": "https://github.com/web-auth",
8624             "keywords": [
8625                 "FIDO2",
8626                 "fido",
8627                 "webauthn"
8628             ],
8629             "support": {
8630                 "source": "https://github.com/web-auth/webauthn-lib/tree/v3.3.12"
8631             },
8632             "funding": [
8633                 {
8634                     "url": "https://github.com/Spomky",
8635                     "type": "github"
8636                 },
8637                 {
8638                     "url": "https://www.patreon.com/FlorentMorselli",
8639                     "type": "patreon"
8640                 }
8641             ],
8642             "time": "2022-02-18T07:13:44+00:00"
8643         }
8644     ],
8645     "aliases": [],
8646     "minimum-stability": "stable",
8647     "stability-flags": {
8648         "phpmyadmin/motranslator": 20,
8649         "phpmyadmin/shapefile": 20,
8650         "phpmyadmin/sql-parser": 20,
8651         "phpmyadmin/twig-i18n-extension": 20,
8652         "roave/security-advisories": 20
8653     },
8654     "prefer-stable": false,
8655     "prefer-lowest": false,
8656     "platform": {
8657         "php": "^8.1.2",
8658         "ext-hash": "*",
8659         "ext-iconv": "*",
8660         "ext-json": "*",
8661         "ext-mysqli": "*",
8662         "ext-openssl": "*",
8663         "ext-pcre": "*",
8664         "ext-sodium": "*",
8665         "ext-xml": "*"
8666     },
8667     "platform-dev": [],
8668     "platform-overrides": {
8669         "php": "8.1.99"
8670     },
8671     "plugin-api-version": "2.6.0"