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