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