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