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