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