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