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