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