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