xref: /webtrees/composer.lock (revision 3340ecd27b8901a894bff51b7c40bfa2896a552b)
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": "f727aaa6bc15adf434e07f0463575c95",
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.76.2",
1447            "source": {
1448                "type": "git",
1449                "url": "https://github.com/illuminate/collections.git",
1450                "reference": "f7dc6269a1d773f1d7a2a71034f32d2b60eaac42"
1451            },
1452            "dist": {
1453                "type": "zip",
1454                "url": "https://api.github.com/repos/illuminate/collections/zipball/f7dc6269a1d773f1d7a2a71034f32d2b60eaac42",
1455                "reference": "f7dc6269a1d773f1d7a2a71034f32d2b60eaac42",
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": "2021-12-15T13:57:47+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.76.2",
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.76.2",
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.1",
3843            "source": {
3844                "type": "git",
3845                "url": "https://github.com/symfony/console.git",
3846                "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4"
3847            },
3848            "dist": {
3849                "type": "zip",
3850                "url": "https://api.github.com/repos/symfony/console/zipball/9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
3851                "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
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.1"
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-09T11:22:43+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.0",
4312            "source": {
4313                "type": "git",
4314                "url": "https://github.com/symfony/mime.git",
4315                "reference": "d4365000217b67c01acff407573906ff91bcfb34"
4316            },
4317            "dist": {
4318                "type": "zip",
4319                "url": "https://api.github.com/repos/symfony/mime/zipball/d4365000217b67c01acff407573906ff91bcfb34",
4320                "reference": "d4365000217b67c01acff407573906ff91bcfb34",
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.0"
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-11-23T10:19:22+00:00"
4391        },
4392        {
4393            "name": "symfony/polyfill-ctype",
4394            "version": "v1.23.0",
4395            "source": {
4396                "type": "git",
4397                "url": "https://github.com/symfony/polyfill-ctype.git",
4398                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
4399            },
4400            "dist": {
4401                "type": "zip",
4402                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
4403                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
4404                "shasum": ""
4405            },
4406            "require": {
4407                "php": ">=7.1"
4408            },
4409            "suggest": {
4410                "ext-ctype": "For best performance"
4411            },
4412            "type": "library",
4413            "extra": {
4414                "branch-alias": {
4415                    "dev-main": "1.23-dev"
4416                },
4417                "thanks": {
4418                    "name": "symfony/polyfill",
4419                    "url": "https://github.com/symfony/polyfill"
4420                }
4421            },
4422            "autoload": {
4423                "psr-4": {
4424                    "Symfony\\Polyfill\\Ctype\\": ""
4425                },
4426                "files": [
4427                    "bootstrap.php"
4428                ]
4429            },
4430            "notification-url": "https://packagist.org/downloads/",
4431            "license": [
4432                "MIT"
4433            ],
4434            "authors": [
4435                {
4436                    "name": "Gert de Pagter",
4437                    "email": "BackEndTea@gmail.com"
4438                },
4439                {
4440                    "name": "Symfony Community",
4441                    "homepage": "https://symfony.com/contributors"
4442                }
4443            ],
4444            "description": "Symfony polyfill for ctype functions",
4445            "homepage": "https://symfony.com",
4446            "keywords": [
4447                "compatibility",
4448                "ctype",
4449                "polyfill",
4450                "portable"
4451            ],
4452            "support": {
4453                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
4454            },
4455            "funding": [
4456                {
4457                    "url": "https://symfony.com/sponsor",
4458                    "type": "custom"
4459                },
4460                {
4461                    "url": "https://github.com/fabpot",
4462                    "type": "github"
4463                },
4464                {
4465                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4466                    "type": "tidelift"
4467                }
4468            ],
4469            "time": "2021-02-19T12:13:01+00:00"
4470        },
4471        {
4472            "name": "symfony/polyfill-intl-grapheme",
4473            "version": "v1.23.1",
4474            "source": {
4475                "type": "git",
4476                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4477                "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
4478            },
4479            "dist": {
4480                "type": "zip",
4481                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
4482                "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
4483                "shasum": ""
4484            },
4485            "require": {
4486                "php": ">=7.1"
4487            },
4488            "suggest": {
4489                "ext-intl": "For best performance"
4490            },
4491            "type": "library",
4492            "extra": {
4493                "branch-alias": {
4494                    "dev-main": "1.23-dev"
4495                },
4496                "thanks": {
4497                    "name": "symfony/polyfill",
4498                    "url": "https://github.com/symfony/polyfill"
4499                }
4500            },
4501            "autoload": {
4502                "psr-4": {
4503                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4504                },
4505                "files": [
4506                    "bootstrap.php"
4507                ]
4508            },
4509            "notification-url": "https://packagist.org/downloads/",
4510            "license": [
4511                "MIT"
4512            ],
4513            "authors": [
4514                {
4515                    "name": "Nicolas Grekas",
4516                    "email": "p@tchwork.com"
4517                },
4518                {
4519                    "name": "Symfony Community",
4520                    "homepage": "https://symfony.com/contributors"
4521                }
4522            ],
4523            "description": "Symfony polyfill for intl's grapheme_* functions",
4524            "homepage": "https://symfony.com",
4525            "keywords": [
4526                "compatibility",
4527                "grapheme",
4528                "intl",
4529                "polyfill",
4530                "portable",
4531                "shim"
4532            ],
4533            "support": {
4534                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
4535            },
4536            "funding": [
4537                {
4538                    "url": "https://symfony.com/sponsor",
4539                    "type": "custom"
4540                },
4541                {
4542                    "url": "https://github.com/fabpot",
4543                    "type": "github"
4544                },
4545                {
4546                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4547                    "type": "tidelift"
4548                }
4549            ],
4550            "time": "2021-05-27T12:26:48+00:00"
4551        },
4552        {
4553            "name": "symfony/polyfill-intl-idn",
4554            "version": "v1.23.0",
4555            "source": {
4556                "type": "git",
4557                "url": "https://github.com/symfony/polyfill-intl-idn.git",
4558                "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
4559            },
4560            "dist": {
4561                "type": "zip",
4562                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
4563                "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
4564                "shasum": ""
4565            },
4566            "require": {
4567                "php": ">=7.1",
4568                "symfony/polyfill-intl-normalizer": "^1.10",
4569                "symfony/polyfill-php72": "^1.10"
4570            },
4571            "suggest": {
4572                "ext-intl": "For best performance"
4573            },
4574            "type": "library",
4575            "extra": {
4576                "branch-alias": {
4577                    "dev-main": "1.23-dev"
4578                },
4579                "thanks": {
4580                    "name": "symfony/polyfill",
4581                    "url": "https://github.com/symfony/polyfill"
4582                }
4583            },
4584            "autoload": {
4585                "psr-4": {
4586                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
4587                },
4588                "files": [
4589                    "bootstrap.php"
4590                ]
4591            },
4592            "notification-url": "https://packagist.org/downloads/",
4593            "license": [
4594                "MIT"
4595            ],
4596            "authors": [
4597                {
4598                    "name": "Laurent Bassin",
4599                    "email": "laurent@bassin.info"
4600                },
4601                {
4602                    "name": "Trevor Rowbotham",
4603                    "email": "trevor.rowbotham@pm.me"
4604                },
4605                {
4606                    "name": "Symfony Community",
4607                    "homepage": "https://symfony.com/contributors"
4608                }
4609            ],
4610            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4611            "homepage": "https://symfony.com",
4612            "keywords": [
4613                "compatibility",
4614                "idn",
4615                "intl",
4616                "polyfill",
4617                "portable",
4618                "shim"
4619            ],
4620            "support": {
4621                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
4622            },
4623            "funding": [
4624                {
4625                    "url": "https://symfony.com/sponsor",
4626                    "type": "custom"
4627                },
4628                {
4629                    "url": "https://github.com/fabpot",
4630                    "type": "github"
4631                },
4632                {
4633                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4634                    "type": "tidelift"
4635                }
4636            ],
4637            "time": "2021-05-27T09:27:20+00:00"
4638        },
4639        {
4640            "name": "symfony/polyfill-intl-normalizer",
4641            "version": "v1.23.0",
4642            "source": {
4643                "type": "git",
4644                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4645                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
4646            },
4647            "dist": {
4648                "type": "zip",
4649                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
4650                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
4651                "shasum": ""
4652            },
4653            "require": {
4654                "php": ">=7.1"
4655            },
4656            "suggest": {
4657                "ext-intl": "For best performance"
4658            },
4659            "type": "library",
4660            "extra": {
4661                "branch-alias": {
4662                    "dev-main": "1.23-dev"
4663                },
4664                "thanks": {
4665                    "name": "symfony/polyfill",
4666                    "url": "https://github.com/symfony/polyfill"
4667                }
4668            },
4669            "autoload": {
4670                "psr-4": {
4671                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4672                },
4673                "files": [
4674                    "bootstrap.php"
4675                ],
4676                "classmap": [
4677                    "Resources/stubs"
4678                ]
4679            },
4680            "notification-url": "https://packagist.org/downloads/",
4681            "license": [
4682                "MIT"
4683            ],
4684            "authors": [
4685                {
4686                    "name": "Nicolas Grekas",
4687                    "email": "p@tchwork.com"
4688                },
4689                {
4690                    "name": "Symfony Community",
4691                    "homepage": "https://symfony.com/contributors"
4692                }
4693            ],
4694            "description": "Symfony polyfill for intl's Normalizer class and related functions",
4695            "homepage": "https://symfony.com",
4696            "keywords": [
4697                "compatibility",
4698                "intl",
4699                "normalizer",
4700                "polyfill",
4701                "portable",
4702                "shim"
4703            ],
4704            "support": {
4705                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
4706            },
4707            "funding": [
4708                {
4709                    "url": "https://symfony.com/sponsor",
4710                    "type": "custom"
4711                },
4712                {
4713                    "url": "https://github.com/fabpot",
4714                    "type": "github"
4715                },
4716                {
4717                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4718                    "type": "tidelift"
4719                }
4720            ],
4721            "time": "2021-02-19T12:13:01+00:00"
4722        },
4723        {
4724            "name": "symfony/polyfill-mbstring",
4725            "version": "v1.23.1",
4726            "source": {
4727                "type": "git",
4728                "url": "https://github.com/symfony/polyfill-mbstring.git",
4729                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
4730            },
4731            "dist": {
4732                "type": "zip",
4733                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
4734                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
4735                "shasum": ""
4736            },
4737            "require": {
4738                "php": ">=7.1"
4739            },
4740            "suggest": {
4741                "ext-mbstring": "For best performance"
4742            },
4743            "type": "library",
4744            "extra": {
4745                "branch-alias": {
4746                    "dev-main": "1.23-dev"
4747                },
4748                "thanks": {
4749                    "name": "symfony/polyfill",
4750                    "url": "https://github.com/symfony/polyfill"
4751                }
4752            },
4753            "autoload": {
4754                "psr-4": {
4755                    "Symfony\\Polyfill\\Mbstring\\": ""
4756                },
4757                "files": [
4758                    "bootstrap.php"
4759                ]
4760            },
4761            "notification-url": "https://packagist.org/downloads/",
4762            "license": [
4763                "MIT"
4764            ],
4765            "authors": [
4766                {
4767                    "name": "Nicolas Grekas",
4768                    "email": "p@tchwork.com"
4769                },
4770                {
4771                    "name": "Symfony Community",
4772                    "homepage": "https://symfony.com/contributors"
4773                }
4774            ],
4775            "description": "Symfony polyfill for the Mbstring extension",
4776            "homepage": "https://symfony.com",
4777            "keywords": [
4778                "compatibility",
4779                "mbstring",
4780                "polyfill",
4781                "portable",
4782                "shim"
4783            ],
4784            "support": {
4785                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
4786            },
4787            "funding": [
4788                {
4789                    "url": "https://symfony.com/sponsor",
4790                    "type": "custom"
4791                },
4792                {
4793                    "url": "https://github.com/fabpot",
4794                    "type": "github"
4795                },
4796                {
4797                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4798                    "type": "tidelift"
4799                }
4800            ],
4801            "time": "2021-05-27T12:26:48+00:00"
4802        },
4803        {
4804            "name": "symfony/polyfill-php72",
4805            "version": "v1.23.0",
4806            "source": {
4807                "type": "git",
4808                "url": "https://github.com/symfony/polyfill-php72.git",
4809                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
4810            },
4811            "dist": {
4812                "type": "zip",
4813                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
4814                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
4815                "shasum": ""
4816            },
4817            "require": {
4818                "php": ">=7.1"
4819            },
4820            "type": "library",
4821            "extra": {
4822                "branch-alias": {
4823                    "dev-main": "1.23-dev"
4824                },
4825                "thanks": {
4826                    "name": "symfony/polyfill",
4827                    "url": "https://github.com/symfony/polyfill"
4828                }
4829            },
4830            "autoload": {
4831                "psr-4": {
4832                    "Symfony\\Polyfill\\Php72\\": ""
4833                },
4834                "files": [
4835                    "bootstrap.php"
4836                ]
4837            },
4838            "notification-url": "https://packagist.org/downloads/",
4839            "license": [
4840                "MIT"
4841            ],
4842            "authors": [
4843                {
4844                    "name": "Nicolas Grekas",
4845                    "email": "p@tchwork.com"
4846                },
4847                {
4848                    "name": "Symfony Community",
4849                    "homepage": "https://symfony.com/contributors"
4850                }
4851            ],
4852            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4853            "homepage": "https://symfony.com",
4854            "keywords": [
4855                "compatibility",
4856                "polyfill",
4857                "portable",
4858                "shim"
4859            ],
4860            "support": {
4861                "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
4862            },
4863            "funding": [
4864                {
4865                    "url": "https://symfony.com/sponsor",
4866                    "type": "custom"
4867                },
4868                {
4869                    "url": "https://github.com/fabpot",
4870                    "type": "github"
4871                },
4872                {
4873                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4874                    "type": "tidelift"
4875                }
4876            ],
4877            "time": "2021-05-27T09:17:38+00:00"
4878        },
4879        {
4880            "name": "symfony/polyfill-php73",
4881            "version": "v1.23.0",
4882            "source": {
4883                "type": "git",
4884                "url": "https://github.com/symfony/polyfill-php73.git",
4885                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
4886            },
4887            "dist": {
4888                "type": "zip",
4889                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
4890                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
4891                "shasum": ""
4892            },
4893            "require": {
4894                "php": ">=7.1"
4895            },
4896            "type": "library",
4897            "extra": {
4898                "branch-alias": {
4899                    "dev-main": "1.23-dev"
4900                },
4901                "thanks": {
4902                    "name": "symfony/polyfill",
4903                    "url": "https://github.com/symfony/polyfill"
4904                }
4905            },
4906            "autoload": {
4907                "psr-4": {
4908                    "Symfony\\Polyfill\\Php73\\": ""
4909                },
4910                "files": [
4911                    "bootstrap.php"
4912                ],
4913                "classmap": [
4914                    "Resources/stubs"
4915                ]
4916            },
4917            "notification-url": "https://packagist.org/downloads/",
4918            "license": [
4919                "MIT"
4920            ],
4921            "authors": [
4922                {
4923                    "name": "Nicolas Grekas",
4924                    "email": "p@tchwork.com"
4925                },
4926                {
4927                    "name": "Symfony Community",
4928                    "homepage": "https://symfony.com/contributors"
4929                }
4930            ],
4931            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4932            "homepage": "https://symfony.com",
4933            "keywords": [
4934                "compatibility",
4935                "polyfill",
4936                "portable",
4937                "shim"
4938            ],
4939            "support": {
4940                "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
4941            },
4942            "funding": [
4943                {
4944                    "url": "https://symfony.com/sponsor",
4945                    "type": "custom"
4946                },
4947                {
4948                    "url": "https://github.com/fabpot",
4949                    "type": "github"
4950                },
4951                {
4952                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4953                    "type": "tidelift"
4954                }
4955            ],
4956            "time": "2021-02-19T12:13:01+00:00"
4957        },
4958        {
4959            "name": "symfony/polyfill-php80",
4960            "version": "v1.23.1",
4961            "source": {
4962                "type": "git",
4963                "url": "https://github.com/symfony/polyfill-php80.git",
4964                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
4965            },
4966            "dist": {
4967                "type": "zip",
4968                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
4969                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
4970                "shasum": ""
4971            },
4972            "require": {
4973                "php": ">=7.1"
4974            },
4975            "type": "library",
4976            "extra": {
4977                "branch-alias": {
4978                    "dev-main": "1.23-dev"
4979                },
4980                "thanks": {
4981                    "name": "symfony/polyfill",
4982                    "url": "https://github.com/symfony/polyfill"
4983                }
4984            },
4985            "autoload": {
4986                "psr-4": {
4987                    "Symfony\\Polyfill\\Php80\\": ""
4988                },
4989                "files": [
4990                    "bootstrap.php"
4991                ],
4992                "classmap": [
4993                    "Resources/stubs"
4994                ]
4995            },
4996            "notification-url": "https://packagist.org/downloads/",
4997            "license": [
4998                "MIT"
4999            ],
5000            "authors": [
5001                {
5002                    "name": "Ion Bazan",
5003                    "email": "ion.bazan@gmail.com"
5004                },
5005                {
5006                    "name": "Nicolas Grekas",
5007                    "email": "p@tchwork.com"
5008                },
5009                {
5010                    "name": "Symfony Community",
5011                    "homepage": "https://symfony.com/contributors"
5012                }
5013            ],
5014            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5015            "homepage": "https://symfony.com",
5016            "keywords": [
5017                "compatibility",
5018                "polyfill",
5019                "portable",
5020                "shim"
5021            ],
5022            "support": {
5023                "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
5024            },
5025            "funding": [
5026                {
5027                    "url": "https://symfony.com/sponsor",
5028                    "type": "custom"
5029                },
5030                {
5031                    "url": "https://github.com/fabpot",
5032                    "type": "github"
5033                },
5034                {
5035                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5036                    "type": "tidelift"
5037                }
5038            ],
5039            "time": "2021-07-28T13:41:28+00:00"
5040        },
5041        {
5042            "name": "symfony/polyfill-php81",
5043            "version": "v1.23.0",
5044            "source": {
5045                "type": "git",
5046                "url": "https://github.com/symfony/polyfill-php81.git",
5047                "reference": "e66119f3de95efc359483f810c4c3e6436279436"
5048            },
5049            "dist": {
5050                "type": "zip",
5051                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
5052                "reference": "e66119f3de95efc359483f810c4c3e6436279436",
5053                "shasum": ""
5054            },
5055            "require": {
5056                "php": ">=7.1"
5057            },
5058            "type": "library",
5059            "extra": {
5060                "branch-alias": {
5061                    "dev-main": "1.23-dev"
5062                },
5063                "thanks": {
5064                    "name": "symfony/polyfill",
5065                    "url": "https://github.com/symfony/polyfill"
5066                }
5067            },
5068            "autoload": {
5069                "psr-4": {
5070                    "Symfony\\Polyfill\\Php81\\": ""
5071                },
5072                "files": [
5073                    "bootstrap.php"
5074                ],
5075                "classmap": [
5076                    "Resources/stubs"
5077                ]
5078            },
5079            "notification-url": "https://packagist.org/downloads/",
5080            "license": [
5081                "MIT"
5082            ],
5083            "authors": [
5084                {
5085                    "name": "Nicolas Grekas",
5086                    "email": "p@tchwork.com"
5087                },
5088                {
5089                    "name": "Symfony Community",
5090                    "homepage": "https://symfony.com/contributors"
5091                }
5092            ],
5093            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
5094            "homepage": "https://symfony.com",
5095            "keywords": [
5096                "compatibility",
5097                "polyfill",
5098                "portable",
5099                "shim"
5100            ],
5101            "support": {
5102                "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
5103            },
5104            "funding": [
5105                {
5106                    "url": "https://symfony.com/sponsor",
5107                    "type": "custom"
5108                },
5109                {
5110                    "url": "https://github.com/fabpot",
5111                    "type": "github"
5112                },
5113                {
5114                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5115                    "type": "tidelift"
5116                }
5117            ],
5118            "time": "2021-05-21T13:25:03+00:00"
5119        },
5120        {
5121            "name": "symfony/service-contracts",
5122            "version": "v2.5.0",
5123            "source": {
5124                "type": "git",
5125                "url": "https://github.com/symfony/service-contracts.git",
5126                "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
5127            },
5128            "dist": {
5129                "type": "zip",
5130                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
5131                "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
5132                "shasum": ""
5133            },
5134            "require": {
5135                "php": ">=7.2.5",
5136                "psr/container": "^1.1",
5137                "symfony/deprecation-contracts": "^2.1"
5138            },
5139            "conflict": {
5140                "ext-psr": "<1.1|>=2"
5141            },
5142            "suggest": {
5143                "symfony/service-implementation": ""
5144            },
5145            "type": "library",
5146            "extra": {
5147                "branch-alias": {
5148                    "dev-main": "2.5-dev"
5149                },
5150                "thanks": {
5151                    "name": "symfony/contracts",
5152                    "url": "https://github.com/symfony/contracts"
5153                }
5154            },
5155            "autoload": {
5156                "psr-4": {
5157                    "Symfony\\Contracts\\Service\\": ""
5158                }
5159            },
5160            "notification-url": "https://packagist.org/downloads/",
5161            "license": [
5162                "MIT"
5163            ],
5164            "authors": [
5165                {
5166                    "name": "Nicolas Grekas",
5167                    "email": "p@tchwork.com"
5168                },
5169                {
5170                    "name": "Symfony Community",
5171                    "homepage": "https://symfony.com/contributors"
5172                }
5173            ],
5174            "description": "Generic abstractions related to writing services",
5175            "homepage": "https://symfony.com",
5176            "keywords": [
5177                "abstractions",
5178                "contracts",
5179                "decoupling",
5180                "interfaces",
5181                "interoperability",
5182                "standards"
5183            ],
5184            "support": {
5185                "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
5186            },
5187            "funding": [
5188                {
5189                    "url": "https://symfony.com/sponsor",
5190                    "type": "custom"
5191                },
5192                {
5193                    "url": "https://github.com/fabpot",
5194                    "type": "github"
5195                },
5196                {
5197                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5198                    "type": "tidelift"
5199                }
5200            ],
5201            "time": "2021-11-04T16:48:04+00:00"
5202        },
5203        {
5204            "name": "symfony/string",
5205            "version": "v5.4.0",
5206            "source": {
5207                "type": "git",
5208                "url": "https://github.com/symfony/string.git",
5209                "reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d"
5210            },
5211            "dist": {
5212                "type": "zip",
5213                "url": "https://api.github.com/repos/symfony/string/zipball/9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
5214                "reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d",
5215                "shasum": ""
5216            },
5217            "require": {
5218                "php": ">=7.2.5",
5219                "symfony/polyfill-ctype": "~1.8",
5220                "symfony/polyfill-intl-grapheme": "~1.0",
5221                "symfony/polyfill-intl-normalizer": "~1.0",
5222                "symfony/polyfill-mbstring": "~1.0",
5223                "symfony/polyfill-php80": "~1.15"
5224            },
5225            "conflict": {
5226                "symfony/translation-contracts": ">=3.0"
5227            },
5228            "require-dev": {
5229                "symfony/error-handler": "^4.4|^5.0|^6.0",
5230                "symfony/http-client": "^4.4|^5.0|^6.0",
5231                "symfony/translation-contracts": "^1.1|^2",
5232                "symfony/var-exporter": "^4.4|^5.0|^6.0"
5233            },
5234            "type": "library",
5235            "autoload": {
5236                "psr-4": {
5237                    "Symfony\\Component\\String\\": ""
5238                },
5239                "files": [
5240                    "Resources/functions.php"
5241                ],
5242                "exclude-from-classmap": [
5243                    "/Tests/"
5244                ]
5245            },
5246            "notification-url": "https://packagist.org/downloads/",
5247            "license": [
5248                "MIT"
5249            ],
5250            "authors": [
5251                {
5252                    "name": "Nicolas Grekas",
5253                    "email": "p@tchwork.com"
5254                },
5255                {
5256                    "name": "Symfony Community",
5257                    "homepage": "https://symfony.com/contributors"
5258                }
5259            ],
5260            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
5261            "homepage": "https://symfony.com",
5262            "keywords": [
5263                "grapheme",
5264                "i18n",
5265                "string",
5266                "unicode",
5267                "utf-8",
5268                "utf8"
5269            ],
5270            "support": {
5271                "source": "https://github.com/symfony/string/tree/v5.4.0"
5272            },
5273            "funding": [
5274                {
5275                    "url": "https://symfony.com/sponsor",
5276                    "type": "custom"
5277                },
5278                {
5279                    "url": "https://github.com/fabpot",
5280                    "type": "github"
5281                },
5282                {
5283                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5284                    "type": "tidelift"
5285                }
5286            ],
5287            "time": "2021-11-24T10:02:00+00:00"
5288        },
5289        {
5290            "name": "symfony/translation",
5291            "version": "v5.4.1",
5292            "source": {
5293                "type": "git",
5294                "url": "https://github.com/symfony/translation.git",
5295                "reference": "8c82cd35ed861236138d5ae1c78c0c7ebcd62107"
5296            },
5297            "dist": {
5298                "type": "zip",
5299                "url": "https://api.github.com/repos/symfony/translation/zipball/8c82cd35ed861236138d5ae1c78c0c7ebcd62107",
5300                "reference": "8c82cd35ed861236138d5ae1c78c0c7ebcd62107",
5301                "shasum": ""
5302            },
5303            "require": {
5304                "php": ">=7.2.5",
5305                "symfony/deprecation-contracts": "^2.1|^3",
5306                "symfony/polyfill-mbstring": "~1.0",
5307                "symfony/polyfill-php80": "^1.16",
5308                "symfony/translation-contracts": "^2.3"
5309            },
5310            "conflict": {
5311                "symfony/config": "<4.4",
5312                "symfony/console": "<5.3",
5313                "symfony/dependency-injection": "<5.0",
5314                "symfony/http-kernel": "<5.0",
5315                "symfony/twig-bundle": "<5.0",
5316                "symfony/yaml": "<4.4"
5317            },
5318            "provide": {
5319                "symfony/translation-implementation": "2.3"
5320            },
5321            "require-dev": {
5322                "psr/log": "^1|^2|^3",
5323                "symfony/config": "^4.4|^5.0|^6.0",
5324                "symfony/console": "^5.4|^6.0",
5325                "symfony/dependency-injection": "^5.0|^6.0",
5326                "symfony/finder": "^4.4|^5.0|^6.0",
5327                "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
5328                "symfony/http-kernel": "^5.0|^6.0",
5329                "symfony/intl": "^4.4|^5.0|^6.0",
5330                "symfony/polyfill-intl-icu": "^1.21",
5331                "symfony/service-contracts": "^1.1.2|^2|^3",
5332                "symfony/yaml": "^4.4|^5.0|^6.0"
5333            },
5334            "suggest": {
5335                "psr/log-implementation": "To use logging capability in translator",
5336                "symfony/config": "",
5337                "symfony/yaml": ""
5338            },
5339            "type": "library",
5340            "autoload": {
5341                "files": [
5342                    "Resources/functions.php"
5343                ],
5344                "psr-4": {
5345                    "Symfony\\Component\\Translation\\": ""
5346                },
5347                "exclude-from-classmap": [
5348                    "/Tests/"
5349                ]
5350            },
5351            "notification-url": "https://packagist.org/downloads/",
5352            "license": [
5353                "MIT"
5354            ],
5355            "authors": [
5356                {
5357                    "name": "Fabien Potencier",
5358                    "email": "fabien@symfony.com"
5359                },
5360                {
5361                    "name": "Symfony Community",
5362                    "homepage": "https://symfony.com/contributors"
5363                }
5364            ],
5365            "description": "Provides tools to internationalize your application",
5366            "homepage": "https://symfony.com",
5367            "support": {
5368                "source": "https://github.com/symfony/translation/tree/v5.4.1"
5369            },
5370            "funding": [
5371                {
5372                    "url": "https://symfony.com/sponsor",
5373                    "type": "custom"
5374                },
5375                {
5376                    "url": "https://github.com/fabpot",
5377                    "type": "github"
5378                },
5379                {
5380                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5381                    "type": "tidelift"
5382                }
5383            ],
5384            "time": "2021-12-05T20:33:52+00:00"
5385        },
5386        {
5387            "name": "symfony/translation-contracts",
5388            "version": "v2.5.0",
5389            "source": {
5390                "type": "git",
5391                "url": "https://github.com/symfony/translation-contracts.git",
5392                "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
5393            },
5394            "dist": {
5395                "type": "zip",
5396                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
5397                "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
5398                "shasum": ""
5399            },
5400            "require": {
5401                "php": ">=7.2.5"
5402            },
5403            "suggest": {
5404                "symfony/translation-implementation": ""
5405            },
5406            "type": "library",
5407            "extra": {
5408                "branch-alias": {
5409                    "dev-main": "2.5-dev"
5410                },
5411                "thanks": {
5412                    "name": "symfony/contracts",
5413                    "url": "https://github.com/symfony/contracts"
5414                }
5415            },
5416            "autoload": {
5417                "psr-4": {
5418                    "Symfony\\Contracts\\Translation\\": ""
5419                }
5420            },
5421            "notification-url": "https://packagist.org/downloads/",
5422            "license": [
5423                "MIT"
5424            ],
5425            "authors": [
5426                {
5427                    "name": "Nicolas Grekas",
5428                    "email": "p@tchwork.com"
5429                },
5430                {
5431                    "name": "Symfony Community",
5432                    "homepage": "https://symfony.com/contributors"
5433                }
5434            ],
5435            "description": "Generic abstractions related to translation",
5436            "homepage": "https://symfony.com",
5437            "keywords": [
5438                "abstractions",
5439                "contracts",
5440                "decoupling",
5441                "interfaces",
5442                "interoperability",
5443                "standards"
5444            ],
5445            "support": {
5446                "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
5447            },
5448            "funding": [
5449                {
5450                    "url": "https://symfony.com/sponsor",
5451                    "type": "custom"
5452                },
5453                {
5454                    "url": "https://github.com/fabpot",
5455                    "type": "github"
5456                },
5457                {
5458                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5459                    "type": "tidelift"
5460                }
5461            ],
5462            "time": "2021-08-17T14:20:01+00:00"
5463        },
5464        {
5465            "name": "symfony/var-exporter",
5466            "version": "v5.4.0",
5467            "source": {
5468                "type": "git",
5469                "url": "https://github.com/symfony/var-exporter.git",
5470                "reference": "d59446d6166b1643a8a3c30c2fa8e16e51cdbde7"
5471            },
5472            "dist": {
5473                "type": "zip",
5474                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d59446d6166b1643a8a3c30c2fa8e16e51cdbde7",
5475                "reference": "d59446d6166b1643a8a3c30c2fa8e16e51cdbde7",
5476                "shasum": ""
5477            },
5478            "require": {
5479                "php": ">=7.2.5",
5480                "symfony/polyfill-php80": "^1.16"
5481            },
5482            "require-dev": {
5483                "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
5484            },
5485            "type": "library",
5486            "autoload": {
5487                "psr-4": {
5488                    "Symfony\\Component\\VarExporter\\": ""
5489                },
5490                "exclude-from-classmap": [
5491                    "/Tests/"
5492                ]
5493            },
5494            "notification-url": "https://packagist.org/downloads/",
5495            "license": [
5496                "MIT"
5497            ],
5498            "authors": [
5499                {
5500                    "name": "Nicolas Grekas",
5501                    "email": "p@tchwork.com"
5502                },
5503                {
5504                    "name": "Symfony Community",
5505                    "homepage": "https://symfony.com/contributors"
5506                }
5507            ],
5508            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
5509            "homepage": "https://symfony.com",
5510            "keywords": [
5511                "clone",
5512                "construct",
5513                "export",
5514                "hydrate",
5515                "instantiate",
5516                "serialize"
5517            ],
5518            "support": {
5519                "source": "https://github.com/symfony/var-exporter/tree/v5.4.0"
5520            },
5521            "funding": [
5522                {
5523                    "url": "https://symfony.com/sponsor",
5524                    "type": "custom"
5525                },
5526                {
5527                    "url": "https://github.com/fabpot",
5528                    "type": "github"
5529                },
5530                {
5531                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5532                    "type": "tidelift"
5533                }
5534            ],
5535            "time": "2021-11-22T10:44:13+00:00"
5536        },
5537        {
5538            "name": "tecnickcom/tcpdf",
5539            "version": "6.4.2",
5540            "source": {
5541                "type": "git",
5542                "url": "https://github.com/tecnickcom/TCPDF.git",
5543                "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76"
5544            },
5545            "dist": {
5546                "type": "zip",
5547                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
5548                "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
5549                "shasum": ""
5550            },
5551            "require": {
5552                "php": ">=5.3.0"
5553            },
5554            "type": "library",
5555            "autoload": {
5556                "classmap": [
5557                    "config",
5558                    "include",
5559                    "tcpdf.php",
5560                    "tcpdf_parser.php",
5561                    "tcpdf_import.php",
5562                    "tcpdf_barcodes_1d.php",
5563                    "tcpdf_barcodes_2d.php",
5564                    "include/tcpdf_colors.php",
5565                    "include/tcpdf_filters.php",
5566                    "include/tcpdf_font_data.php",
5567                    "include/tcpdf_fonts.php",
5568                    "include/tcpdf_images.php",
5569                    "include/tcpdf_static.php",
5570                    "include/barcodes/datamatrix.php",
5571                    "include/barcodes/pdf417.php",
5572                    "include/barcodes/qrcode.php"
5573                ]
5574            },
5575            "notification-url": "https://packagist.org/downloads/",
5576            "license": [
5577                "LGPL-3.0-only"
5578            ],
5579            "authors": [
5580                {
5581                    "name": "Nicola Asuni",
5582                    "email": "info@tecnick.com",
5583                    "role": "lead"
5584                }
5585            ],
5586            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5587            "homepage": "http://www.tcpdf.org/",
5588            "keywords": [
5589                "PDFD32000-2008",
5590                "TCPDF",
5591                "barcodes",
5592                "datamatrix",
5593                "pdf",
5594                "pdf417",
5595                "qrcode"
5596            ],
5597            "support": {
5598                "issues": "https://github.com/tecnickcom/TCPDF/issues",
5599                "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.2"
5600            },
5601            "funding": [
5602                {
5603                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5604                    "type": "custom"
5605                }
5606            ],
5607            "time": "2021-07-20T14:43:20+00:00"
5608        },
5609        {
5610            "name": "true/punycode",
5611            "version": "v2.1.1",
5612            "source": {
5613                "type": "git",
5614                "url": "https://github.com/true/php-punycode.git",
5615                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
5616            },
5617            "dist": {
5618                "type": "zip",
5619                "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
5620                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
5621                "shasum": ""
5622            },
5623            "require": {
5624                "php": ">=5.3.0",
5625                "symfony/polyfill-mbstring": "^1.3"
5626            },
5627            "require-dev": {
5628                "phpunit/phpunit": "~4.7",
5629                "squizlabs/php_codesniffer": "~2.0"
5630            },
5631            "type": "library",
5632            "autoload": {
5633                "psr-4": {
5634                    "TrueBV\\": "src/"
5635                }
5636            },
5637            "notification-url": "https://packagist.org/downloads/",
5638            "license": [
5639                "MIT"
5640            ],
5641            "authors": [
5642                {
5643                    "name": "Renan Gonçalves",
5644                    "email": "renan.saddam@gmail.com"
5645                }
5646            ],
5647            "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
5648            "homepage": "https://github.com/true/php-punycode",
5649            "keywords": [
5650                "idna",
5651                "punycode"
5652            ],
5653            "support": {
5654                "issues": "https://github.com/true/php-punycode/issues",
5655                "source": "https://github.com/true/php-punycode/tree/master"
5656            },
5657            "time": "2016-11-16T10:37:54+00:00"
5658        },
5659        {
5660            "name": "voku/portable-ascii",
5661            "version": "1.5.6",
5662            "source": {
5663                "type": "git",
5664                "url": "https://github.com/voku/portable-ascii.git",
5665                "reference": "80953678b19901e5165c56752d087fc11526017c"
5666            },
5667            "dist": {
5668                "type": "zip",
5669                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
5670                "reference": "80953678b19901e5165c56752d087fc11526017c",
5671                "shasum": ""
5672            },
5673            "require": {
5674                "php": ">=7.0.0"
5675            },
5676            "require-dev": {
5677                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
5678            },
5679            "suggest": {
5680                "ext-intl": "Use Intl for transliterator_transliterate() support"
5681            },
5682            "type": "library",
5683            "autoload": {
5684                "psr-4": {
5685                    "voku\\": "src/voku/"
5686                }
5687            },
5688            "notification-url": "https://packagist.org/downloads/",
5689            "license": [
5690                "MIT"
5691            ],
5692            "authors": [
5693                {
5694                    "name": "Lars Moelleken",
5695                    "homepage": "http://www.moelleken.org/"
5696                }
5697            ],
5698            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
5699            "homepage": "https://github.com/voku/portable-ascii",
5700            "keywords": [
5701                "ascii",
5702                "clean",
5703                "php"
5704            ],
5705            "support": {
5706                "issues": "https://github.com/voku/portable-ascii/issues",
5707                "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
5708            },
5709            "funding": [
5710                {
5711                    "url": "https://www.paypal.me/moelleken",
5712                    "type": "custom"
5713                },
5714                {
5715                    "url": "https://github.com/voku",
5716                    "type": "github"
5717                },
5718                {
5719                    "url": "https://opencollective.com/portable-ascii",
5720                    "type": "open_collective"
5721                },
5722                {
5723                    "url": "https://www.patreon.com/voku",
5724                    "type": "patreon"
5725                },
5726                {
5727                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
5728                    "type": "tidelift"
5729                }
5730            ],
5731            "time": "2020-11-12T00:07:28+00:00"
5732        }
5733    ],
5734    "packages-dev": [
5735        {
5736            "name": "composer/ca-bundle",
5737            "version": "1.3.1",
5738            "source": {
5739                "type": "git",
5740                "url": "https://github.com/composer/ca-bundle.git",
5741                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
5742            },
5743            "dist": {
5744                "type": "zip",
5745                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
5746                "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
5747                "shasum": ""
5748            },
5749            "require": {
5750                "ext-openssl": "*",
5751                "ext-pcre": "*",
5752                "php": "^5.3.2 || ^7.0 || ^8.0"
5753            },
5754            "require-dev": {
5755                "phpstan/phpstan": "^0.12.55",
5756                "psr/log": "^1.0",
5757                "symfony/phpunit-bridge": "^4.2 || ^5",
5758                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
5759            },
5760            "type": "library",
5761            "extra": {
5762                "branch-alias": {
5763                    "dev-main": "1.x-dev"
5764                }
5765            },
5766            "autoload": {
5767                "psr-4": {
5768                    "Composer\\CaBundle\\": "src"
5769                }
5770            },
5771            "notification-url": "https://packagist.org/downloads/",
5772            "license": [
5773                "MIT"
5774            ],
5775            "authors": [
5776                {
5777                    "name": "Jordi Boggiano",
5778                    "email": "j.boggiano@seld.be",
5779                    "homepage": "http://seld.be"
5780                }
5781            ],
5782            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
5783            "keywords": [
5784                "cabundle",
5785                "cacert",
5786                "certificate",
5787                "ssl",
5788                "tls"
5789            ],
5790            "support": {
5791                "irc": "irc://irc.freenode.org/composer",
5792                "issues": "https://github.com/composer/ca-bundle/issues",
5793                "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
5794            },
5795            "funding": [
5796                {
5797                    "url": "https://packagist.com",
5798                    "type": "custom"
5799                },
5800                {
5801                    "url": "https://github.com/composer",
5802                    "type": "github"
5803                },
5804                {
5805                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5806                    "type": "tidelift"
5807                }
5808            ],
5809            "time": "2021-10-28T20:44:15+00:00"
5810        },
5811        {
5812            "name": "composer/composer",
5813            "version": "2.1.14",
5814            "source": {
5815                "type": "git",
5816                "url": "https://github.com/composer/composer.git",
5817                "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446"
5818            },
5819            "dist": {
5820                "type": "zip",
5821                "url": "https://api.github.com/repos/composer/composer/zipball/cd28fc05b0c9d3beaf58b57018725c4dc15a6446",
5822                "reference": "cd28fc05b0c9d3beaf58b57018725c4dc15a6446",
5823                "shasum": ""
5824            },
5825            "require": {
5826                "composer/ca-bundle": "^1.0",
5827                "composer/metadata-minifier": "^1.0",
5828                "composer/semver": "^3.0",
5829                "composer/spdx-licenses": "^1.2",
5830                "composer/xdebug-handler": "^2.0",
5831                "justinrainbow/json-schema": "^5.2.11",
5832                "php": "^5.3.2 || ^7.0 || ^8.0",
5833                "psr/log": "^1.0 || ^2.0",
5834                "react/promise": "^1.2 || ^2.7",
5835                "seld/jsonlint": "^1.4",
5836                "seld/phar-utils": "^1.0",
5837                "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
5838                "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
5839                "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
5840                "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
5841            },
5842            "require-dev": {
5843                "phpspec/prophecy": "^1.10",
5844                "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
5845            },
5846            "suggest": {
5847                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
5848                "ext-zip": "Enabling the zip extension allows you to unzip archives",
5849                "ext-zlib": "Allow gzip compression of HTTP requests"
5850            },
5851            "bin": [
5852                "bin/composer"
5853            ],
5854            "type": "library",
5855            "extra": {
5856                "branch-alias": {
5857                    "dev-main": "2.1-dev"
5858                }
5859            },
5860            "autoload": {
5861                "psr-4": {
5862                    "Composer\\": "src/Composer"
5863                }
5864            },
5865            "notification-url": "https://packagist.org/downloads/",
5866            "license": [
5867                "MIT"
5868            ],
5869            "authors": [
5870                {
5871                    "name": "Nils Adermann",
5872                    "email": "naderman@naderman.de",
5873                    "homepage": "https://www.naderman.de"
5874                },
5875                {
5876                    "name": "Jordi Boggiano",
5877                    "email": "j.boggiano@seld.be",
5878                    "homepage": "https://seld.be"
5879                }
5880            ],
5881            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
5882            "homepage": "https://getcomposer.org/",
5883            "keywords": [
5884                "autoload",
5885                "dependency",
5886                "package"
5887            ],
5888            "support": {
5889                "irc": "ircs://irc.libera.chat:6697/composer",
5890                "issues": "https://github.com/composer/composer/issues",
5891                "source": "https://github.com/composer/composer/tree/2.1.14"
5892            },
5893            "funding": [
5894                {
5895                    "url": "https://packagist.com",
5896                    "type": "custom"
5897                },
5898                {
5899                    "url": "https://github.com/composer",
5900                    "type": "github"
5901                },
5902                {
5903                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5904                    "type": "tidelift"
5905                }
5906            ],
5907            "time": "2021-11-30T09:51:43+00:00"
5908        },
5909        {
5910            "name": "composer/metadata-minifier",
5911            "version": "1.0.0",
5912            "source": {
5913                "type": "git",
5914                "url": "https://github.com/composer/metadata-minifier.git",
5915                "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
5916            },
5917            "dist": {
5918                "type": "zip",
5919                "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
5920                "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
5921                "shasum": ""
5922            },
5923            "require": {
5924                "php": "^5.3.2 || ^7.0 || ^8.0"
5925            },
5926            "require-dev": {
5927                "composer/composer": "^2",
5928                "phpstan/phpstan": "^0.12.55",
5929                "symfony/phpunit-bridge": "^4.2 || ^5"
5930            },
5931            "type": "library",
5932            "extra": {
5933                "branch-alias": {
5934                    "dev-main": "1.x-dev"
5935                }
5936            },
5937            "autoload": {
5938                "psr-4": {
5939                    "Composer\\MetadataMinifier\\": "src"
5940                }
5941            },
5942            "notification-url": "https://packagist.org/downloads/",
5943            "license": [
5944                "MIT"
5945            ],
5946            "authors": [
5947                {
5948                    "name": "Jordi Boggiano",
5949                    "email": "j.boggiano@seld.be",
5950                    "homepage": "http://seld.be"
5951                }
5952            ],
5953            "description": "Small utility library that handles metadata minification and expansion.",
5954            "keywords": [
5955                "composer",
5956                "compression"
5957            ],
5958            "support": {
5959                "issues": "https://github.com/composer/metadata-minifier/issues",
5960                "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
5961            },
5962            "funding": [
5963                {
5964                    "url": "https://packagist.com",
5965                    "type": "custom"
5966                },
5967                {
5968                    "url": "https://github.com/composer",
5969                    "type": "github"
5970                },
5971                {
5972                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5973                    "type": "tidelift"
5974                }
5975            ],
5976            "time": "2021-04-07T13:37:33+00:00"
5977        },
5978        {
5979            "name": "composer/pcre",
5980            "version": "1.0.0",
5981            "source": {
5982                "type": "git",
5983                "url": "https://github.com/composer/pcre.git",
5984                "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
5985            },
5986            "dist": {
5987                "type": "zip",
5988                "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
5989                "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
5990                "shasum": ""
5991            },
5992            "require": {
5993                "php": "^5.3.2 || ^7.0 || ^8.0"
5994            },
5995            "require-dev": {
5996                "phpstan/phpstan": "^1",
5997                "phpstan/phpstan-strict-rules": "^1.1",
5998                "symfony/phpunit-bridge": "^4.2 || ^5"
5999            },
6000            "type": "library",
6001            "extra": {
6002                "branch-alias": {
6003                    "dev-main": "1.x-dev"
6004                }
6005            },
6006            "autoload": {
6007                "psr-4": {
6008                    "Composer\\Pcre\\": "src"
6009                }
6010            },
6011            "notification-url": "https://packagist.org/downloads/",
6012            "license": [
6013                "MIT"
6014            ],
6015            "authors": [
6016                {
6017                    "name": "Jordi Boggiano",
6018                    "email": "j.boggiano@seld.be",
6019                    "homepage": "http://seld.be"
6020                }
6021            ],
6022            "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
6023            "keywords": [
6024                "PCRE",
6025                "preg",
6026                "regex",
6027                "regular expression"
6028            ],
6029            "support": {
6030                "issues": "https://github.com/composer/pcre/issues",
6031                "source": "https://github.com/composer/pcre/tree/1.0.0"
6032            },
6033            "funding": [
6034                {
6035                    "url": "https://packagist.com",
6036                    "type": "custom"
6037                },
6038                {
6039                    "url": "https://github.com/composer",
6040                    "type": "github"
6041                },
6042                {
6043                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6044                    "type": "tidelift"
6045                }
6046            ],
6047            "time": "2021-12-06T15:17:27+00:00"
6048        },
6049        {
6050            "name": "composer/semver",
6051            "version": "3.2.6",
6052            "source": {
6053                "type": "git",
6054                "url": "https://github.com/composer/semver.git",
6055                "reference": "83e511e247de329283478496f7a1e114c9517506"
6056            },
6057            "dist": {
6058                "type": "zip",
6059                "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506",
6060                "reference": "83e511e247de329283478496f7a1e114c9517506",
6061                "shasum": ""
6062            },
6063            "require": {
6064                "php": "^5.3.2 || ^7.0 || ^8.0"
6065            },
6066            "require-dev": {
6067                "phpstan/phpstan": "^0.12.54",
6068                "symfony/phpunit-bridge": "^4.2 || ^5"
6069            },
6070            "type": "library",
6071            "extra": {
6072                "branch-alias": {
6073                    "dev-main": "3.x-dev"
6074                }
6075            },
6076            "autoload": {
6077                "psr-4": {
6078                    "Composer\\Semver\\": "src"
6079                }
6080            },
6081            "notification-url": "https://packagist.org/downloads/",
6082            "license": [
6083                "MIT"
6084            ],
6085            "authors": [
6086                {
6087                    "name": "Nils Adermann",
6088                    "email": "naderman@naderman.de",
6089                    "homepage": "http://www.naderman.de"
6090                },
6091                {
6092                    "name": "Jordi Boggiano",
6093                    "email": "j.boggiano@seld.be",
6094                    "homepage": "http://seld.be"
6095                },
6096                {
6097                    "name": "Rob Bast",
6098                    "email": "rob.bast@gmail.com",
6099                    "homepage": "http://robbast.nl"
6100                }
6101            ],
6102            "description": "Semver library that offers utilities, version constraint parsing and validation.",
6103            "keywords": [
6104                "semantic",
6105                "semver",
6106                "validation",
6107                "versioning"
6108            ],
6109            "support": {
6110                "irc": "irc://irc.freenode.org/composer",
6111                "issues": "https://github.com/composer/semver/issues",
6112                "source": "https://github.com/composer/semver/tree/3.2.6"
6113            },
6114            "funding": [
6115                {
6116                    "url": "https://packagist.com",
6117                    "type": "custom"
6118                },
6119                {
6120                    "url": "https://github.com/composer",
6121                    "type": "github"
6122                },
6123                {
6124                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6125                    "type": "tidelift"
6126                }
6127            ],
6128            "time": "2021-10-25T11:34:17+00:00"
6129        },
6130        {
6131            "name": "composer/spdx-licenses",
6132            "version": "1.5.6",
6133            "source": {
6134                "type": "git",
6135                "url": "https://github.com/composer/spdx-licenses.git",
6136                "reference": "a30d487169d799745ca7280bc90fdfa693536901"
6137            },
6138            "dist": {
6139                "type": "zip",
6140                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901",
6141                "reference": "a30d487169d799745ca7280bc90fdfa693536901",
6142                "shasum": ""
6143            },
6144            "require": {
6145                "php": "^5.3.2 || ^7.0 || ^8.0"
6146            },
6147            "require-dev": {
6148                "phpstan/phpstan": "^0.12.55",
6149                "symfony/phpunit-bridge": "^4.2 || ^5"
6150            },
6151            "type": "library",
6152            "extra": {
6153                "branch-alias": {
6154                    "dev-main": "1.x-dev"
6155                }
6156            },
6157            "autoload": {
6158                "psr-4": {
6159                    "Composer\\Spdx\\": "src"
6160                }
6161            },
6162            "notification-url": "https://packagist.org/downloads/",
6163            "license": [
6164                "MIT"
6165            ],
6166            "authors": [
6167                {
6168                    "name": "Nils Adermann",
6169                    "email": "naderman@naderman.de",
6170                    "homepage": "http://www.naderman.de"
6171                },
6172                {
6173                    "name": "Jordi Boggiano",
6174                    "email": "j.boggiano@seld.be",
6175                    "homepage": "http://seld.be"
6176                },
6177                {
6178                    "name": "Rob Bast",
6179                    "email": "rob.bast@gmail.com",
6180                    "homepage": "http://robbast.nl"
6181                }
6182            ],
6183            "description": "SPDX licenses list and validation library.",
6184            "keywords": [
6185                "license",
6186                "spdx",
6187                "validator"
6188            ],
6189            "support": {
6190                "irc": "irc://irc.freenode.org/composer",
6191                "issues": "https://github.com/composer/spdx-licenses/issues",
6192                "source": "https://github.com/composer/spdx-licenses/tree/1.5.6"
6193            },
6194            "funding": [
6195                {
6196                    "url": "https://packagist.com",
6197                    "type": "custom"
6198                },
6199                {
6200                    "url": "https://github.com/composer",
6201                    "type": "github"
6202                },
6203                {
6204                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6205                    "type": "tidelift"
6206                }
6207            ],
6208            "time": "2021-11-18T10:14:14+00:00"
6209        },
6210        {
6211            "name": "composer/xdebug-handler",
6212            "version": "2.0.3",
6213            "source": {
6214                "type": "git",
6215                "url": "https://github.com/composer/xdebug-handler.git",
6216                "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e"
6217            },
6218            "dist": {
6219                "type": "zip",
6220                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6555461e76962fd0379c444c46fd558a0fcfb65e",
6221                "reference": "6555461e76962fd0379c444c46fd558a0fcfb65e",
6222                "shasum": ""
6223            },
6224            "require": {
6225                "composer/pcre": "^1",
6226                "php": "^5.3.2 || ^7.0 || ^8.0",
6227                "psr/log": "^1 || ^2 || ^3"
6228            },
6229            "require-dev": {
6230                "phpstan/phpstan": "^1.0",
6231                "phpstan/phpstan-strict-rules": "^1.1",
6232                "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
6233            },
6234            "type": "library",
6235            "autoload": {
6236                "psr-4": {
6237                    "Composer\\XdebugHandler\\": "src"
6238                }
6239            },
6240            "notification-url": "https://packagist.org/downloads/",
6241            "license": [
6242                "MIT"
6243            ],
6244            "authors": [
6245                {
6246                    "name": "John Stevenson",
6247                    "email": "john-stevenson@blueyonder.co.uk"
6248                }
6249            ],
6250            "description": "Restarts a process without Xdebug.",
6251            "keywords": [
6252                "Xdebug",
6253                "performance"
6254            ],
6255            "support": {
6256                "irc": "irc://irc.freenode.org/composer",
6257                "issues": "https://github.com/composer/xdebug-handler/issues",
6258                "source": "https://github.com/composer/xdebug-handler/tree/2.0.3"
6259            },
6260            "funding": [
6261                {
6262                    "url": "https://packagist.com",
6263                    "type": "custom"
6264                },
6265                {
6266                    "url": "https://github.com/composer",
6267                    "type": "github"
6268                },
6269                {
6270                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
6271                    "type": "tidelift"
6272                }
6273            ],
6274            "time": "2021-12-08T13:07:32+00:00"
6275        },
6276        {
6277            "name": "doctrine/instantiator",
6278            "version": "1.4.0",
6279            "source": {
6280                "type": "git",
6281                "url": "https://github.com/doctrine/instantiator.git",
6282                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
6283            },
6284            "dist": {
6285                "type": "zip",
6286                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
6287                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
6288                "shasum": ""
6289            },
6290            "require": {
6291                "php": "^7.1 || ^8.0"
6292            },
6293            "require-dev": {
6294                "doctrine/coding-standard": "^8.0",
6295                "ext-pdo": "*",
6296                "ext-phar": "*",
6297                "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
6298                "phpstan/phpstan": "^0.12",
6299                "phpstan/phpstan-phpunit": "^0.12",
6300                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
6301            },
6302            "type": "library",
6303            "autoload": {
6304                "psr-4": {
6305                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
6306                }
6307            },
6308            "notification-url": "https://packagist.org/downloads/",
6309            "license": [
6310                "MIT"
6311            ],
6312            "authors": [
6313                {
6314                    "name": "Marco Pivetta",
6315                    "email": "ocramius@gmail.com",
6316                    "homepage": "https://ocramius.github.io/"
6317                }
6318            ],
6319            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
6320            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
6321            "keywords": [
6322                "constructor",
6323                "instantiate"
6324            ],
6325            "support": {
6326                "issues": "https://github.com/doctrine/instantiator/issues",
6327                "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
6328            },
6329            "funding": [
6330                {
6331                    "url": "https://www.doctrine-project.org/sponsorship.html",
6332                    "type": "custom"
6333                },
6334                {
6335                    "url": "https://www.patreon.com/phpdoctrine",
6336                    "type": "patreon"
6337                },
6338                {
6339                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
6340                    "type": "tidelift"
6341                }
6342            ],
6343            "time": "2020-11-10T18:47:58+00:00"
6344        },
6345        {
6346            "name": "justinrainbow/json-schema",
6347            "version": "5.2.11",
6348            "source": {
6349                "type": "git",
6350                "url": "https://github.com/justinrainbow/json-schema.git",
6351                "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
6352            },
6353            "dist": {
6354                "type": "zip",
6355                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
6356                "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
6357                "shasum": ""
6358            },
6359            "require": {
6360                "php": ">=5.3.3"
6361            },
6362            "require-dev": {
6363                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
6364                "json-schema/json-schema-test-suite": "1.2.0",
6365                "phpunit/phpunit": "^4.8.35"
6366            },
6367            "bin": [
6368                "bin/validate-json"
6369            ],
6370            "type": "library",
6371            "extra": {
6372                "branch-alias": {
6373                    "dev-master": "5.0.x-dev"
6374                }
6375            },
6376            "autoload": {
6377                "psr-4": {
6378                    "JsonSchema\\": "src/JsonSchema/"
6379                }
6380            },
6381            "notification-url": "https://packagist.org/downloads/",
6382            "license": [
6383                "MIT"
6384            ],
6385            "authors": [
6386                {
6387                    "name": "Bruno Prieto Reis",
6388                    "email": "bruno.p.reis@gmail.com"
6389                },
6390                {
6391                    "name": "Justin Rainbow",
6392                    "email": "justin.rainbow@gmail.com"
6393                },
6394                {
6395                    "name": "Igor Wiedler",
6396                    "email": "igor@wiedler.ch"
6397                },
6398                {
6399                    "name": "Robert Schönthal",
6400                    "email": "seroscho@googlemail.com"
6401                }
6402            ],
6403            "description": "A library to validate a json schema.",
6404            "homepage": "https://github.com/justinrainbow/json-schema",
6405            "keywords": [
6406                "json",
6407                "schema"
6408            ],
6409            "support": {
6410                "issues": "https://github.com/justinrainbow/json-schema/issues",
6411                "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11"
6412            },
6413            "time": "2021-07-22T09:24:00+00:00"
6414        },
6415        {
6416            "name": "league/flysystem-memory",
6417            "version": "2.0.6",
6418            "source": {
6419                "type": "git",
6420                "url": "https://github.com/thephpleague/flysystem-memory.git",
6421                "reference": "f644026c705b8a501543f38cb8b745a603aa4952"
6422            },
6423            "dist": {
6424                "type": "zip",
6425                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/f644026c705b8a501543f38cb8b745a603aa4952",
6426                "reference": "f644026c705b8a501543f38cb8b745a603aa4952",
6427                "shasum": ""
6428            },
6429            "require": {
6430                "ext-fileinfo": "*",
6431                "league/flysystem": "^2.0.0",
6432                "php": "^7.2 || ^8.0"
6433            },
6434            "type": "library",
6435            "autoload": {
6436                "psr-4": {
6437                    "League\\Flysystem\\InMemory\\": ""
6438                }
6439            },
6440            "notification-url": "https://packagist.org/downloads/",
6441            "license": [
6442                "MIT"
6443            ],
6444            "authors": [
6445                {
6446                    "name": "Frank de Jonge",
6447                    "email": "info@frankdejonge.nl"
6448                }
6449            ],
6450            "description": "In-memory filesystem adapter for Flysystem.",
6451            "keywords": [
6452                "Flysystem",
6453                "file",
6454                "files",
6455                "filesystem",
6456                "memory"
6457            ],
6458            "support": {
6459                "issues": "https://github.com/thephpleague/flysystem-memory/issues",
6460                "source": "https://github.com/thephpleague/flysystem-memory/tree/2.0.6"
6461            },
6462            "time": "2021-02-12T19:24:17+00:00"
6463        },
6464        {
6465            "name": "maximebf/debugbar",
6466            "version": "v1.17.3",
6467            "source": {
6468                "type": "git",
6469                "url": "https://github.com/maximebf/php-debugbar.git",
6470                "reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c"
6471            },
6472            "dist": {
6473                "type": "zip",
6474                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/e8ac3499af0ea5b440908e06cc0abe5898008b3c",
6475                "reference": "e8ac3499af0ea5b440908e06cc0abe5898008b3c",
6476                "shasum": ""
6477            },
6478            "require": {
6479                "php": "^7.1|^8",
6480                "psr/log": "^1|^2|^3",
6481                "symfony/var-dumper": "^2.6|^3|^4|^5"
6482            },
6483            "require-dev": {
6484                "phpunit/phpunit": "^7.5.20 || ^9.4.2"
6485            },
6486            "suggest": {
6487                "kriswallsmith/assetic": "The best way to manage assets",
6488                "monolog/monolog": "Log using Monolog",
6489                "predis/predis": "Redis storage"
6490            },
6491            "type": "library",
6492            "extra": {
6493                "branch-alias": {
6494                    "dev-master": "1.17-dev"
6495                }
6496            },
6497            "autoload": {
6498                "psr-4": {
6499                    "DebugBar\\": "src/DebugBar/"
6500                }
6501            },
6502            "notification-url": "https://packagist.org/downloads/",
6503            "license": [
6504                "MIT"
6505            ],
6506            "authors": [
6507                {
6508                    "name": "Maxime Bouroumeau-Fuseau",
6509                    "email": "maxime.bouroumeau@gmail.com",
6510                    "homepage": "http://maximebf.com"
6511                },
6512                {
6513                    "name": "Barry vd. Heuvel",
6514                    "email": "barryvdh@gmail.com"
6515                }
6516            ],
6517            "description": "Debug bar in the browser for php application",
6518            "homepage": "https://github.com/maximebf/php-debugbar",
6519            "keywords": [
6520                "debug",
6521                "debugbar"
6522            ],
6523            "support": {
6524                "issues": "https://github.com/maximebf/php-debugbar/issues",
6525                "source": "https://github.com/maximebf/php-debugbar/tree/v1.17.3"
6526            },
6527            "time": "2021-10-19T12:33:27+00:00"
6528        },
6529        {
6530            "name": "myclabs/deep-copy",
6531            "version": "1.10.2",
6532            "source": {
6533                "type": "git",
6534                "url": "https://github.com/myclabs/DeepCopy.git",
6535                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
6536            },
6537            "dist": {
6538                "type": "zip",
6539                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
6540                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
6541                "shasum": ""
6542            },
6543            "require": {
6544                "php": "^7.1 || ^8.0"
6545            },
6546            "replace": {
6547                "myclabs/deep-copy": "self.version"
6548            },
6549            "require-dev": {
6550                "doctrine/collections": "^1.0",
6551                "doctrine/common": "^2.6",
6552                "phpunit/phpunit": "^7.1"
6553            },
6554            "type": "library",
6555            "autoload": {
6556                "psr-4": {
6557                    "DeepCopy\\": "src/DeepCopy/"
6558                },
6559                "files": [
6560                    "src/DeepCopy/deep_copy.php"
6561                ]
6562            },
6563            "notification-url": "https://packagist.org/downloads/",
6564            "license": [
6565                "MIT"
6566            ],
6567            "description": "Create deep copies (clones) of your objects",
6568            "keywords": [
6569                "clone",
6570                "copy",
6571                "duplicate",
6572                "object",
6573                "object graph"
6574            ],
6575            "support": {
6576                "issues": "https://github.com/myclabs/DeepCopy/issues",
6577                "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
6578            },
6579            "funding": [
6580                {
6581                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
6582                    "type": "tidelift"
6583                }
6584            ],
6585            "time": "2020-11-13T09:40:50+00:00"
6586        },
6587        {
6588            "name": "nikic/php-parser",
6589            "version": "v4.13.2",
6590            "source": {
6591                "type": "git",
6592                "url": "https://github.com/nikic/PHP-Parser.git",
6593                "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
6594            },
6595            "dist": {
6596                "type": "zip",
6597                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
6598                "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
6599                "shasum": ""
6600            },
6601            "require": {
6602                "ext-tokenizer": "*",
6603                "php": ">=7.0"
6604            },
6605            "require-dev": {
6606                "ircmaxell/php-yacc": "^0.0.7",
6607                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
6608            },
6609            "bin": [
6610                "bin/php-parse"
6611            ],
6612            "type": "library",
6613            "extra": {
6614                "branch-alias": {
6615                    "dev-master": "4.9-dev"
6616                }
6617            },
6618            "autoload": {
6619                "psr-4": {
6620                    "PhpParser\\": "lib/PhpParser"
6621                }
6622            },
6623            "notification-url": "https://packagist.org/downloads/",
6624            "license": [
6625                "BSD-3-Clause"
6626            ],
6627            "authors": [
6628                {
6629                    "name": "Nikita Popov"
6630                }
6631            ],
6632            "description": "A PHP parser written in PHP",
6633            "keywords": [
6634                "parser",
6635                "php"
6636            ],
6637            "support": {
6638                "issues": "https://github.com/nikic/PHP-Parser/issues",
6639                "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
6640            },
6641            "time": "2021-11-30T19:35:32+00:00"
6642        },
6643        {
6644            "name": "phar-io/manifest",
6645            "version": "2.0.3",
6646            "source": {
6647                "type": "git",
6648                "url": "https://github.com/phar-io/manifest.git",
6649                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
6650            },
6651            "dist": {
6652                "type": "zip",
6653                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
6654                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
6655                "shasum": ""
6656            },
6657            "require": {
6658                "ext-dom": "*",
6659                "ext-phar": "*",
6660                "ext-xmlwriter": "*",
6661                "phar-io/version": "^3.0.1",
6662                "php": "^7.2 || ^8.0"
6663            },
6664            "type": "library",
6665            "extra": {
6666                "branch-alias": {
6667                    "dev-master": "2.0.x-dev"
6668                }
6669            },
6670            "autoload": {
6671                "classmap": [
6672                    "src/"
6673                ]
6674            },
6675            "notification-url": "https://packagist.org/downloads/",
6676            "license": [
6677                "BSD-3-Clause"
6678            ],
6679            "authors": [
6680                {
6681                    "name": "Arne Blankerts",
6682                    "email": "arne@blankerts.de",
6683                    "role": "Developer"
6684                },
6685                {
6686                    "name": "Sebastian Heuer",
6687                    "email": "sebastian@phpeople.de",
6688                    "role": "Developer"
6689                },
6690                {
6691                    "name": "Sebastian Bergmann",
6692                    "email": "sebastian@phpunit.de",
6693                    "role": "Developer"
6694                }
6695            ],
6696            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
6697            "support": {
6698                "issues": "https://github.com/phar-io/manifest/issues",
6699                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
6700            },
6701            "time": "2021-07-20T11:28:43+00:00"
6702        },
6703        {
6704            "name": "phar-io/version",
6705            "version": "3.1.0",
6706            "source": {
6707                "type": "git",
6708                "url": "https://github.com/phar-io/version.git",
6709                "reference": "bae7c545bef187884426f042434e561ab1ddb182"
6710            },
6711            "dist": {
6712                "type": "zip",
6713                "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
6714                "reference": "bae7c545bef187884426f042434e561ab1ddb182",
6715                "shasum": ""
6716            },
6717            "require": {
6718                "php": "^7.2 || ^8.0"
6719            },
6720            "type": "library",
6721            "autoload": {
6722                "classmap": [
6723                    "src/"
6724                ]
6725            },
6726            "notification-url": "https://packagist.org/downloads/",
6727            "license": [
6728                "BSD-3-Clause"
6729            ],
6730            "authors": [
6731                {
6732                    "name": "Arne Blankerts",
6733                    "email": "arne@blankerts.de",
6734                    "role": "Developer"
6735                },
6736                {
6737                    "name": "Sebastian Heuer",
6738                    "email": "sebastian@phpeople.de",
6739                    "role": "Developer"
6740                },
6741                {
6742                    "name": "Sebastian Bergmann",
6743                    "email": "sebastian@phpunit.de",
6744                    "role": "Developer"
6745                }
6746            ],
6747            "description": "Library for handling version information and constraints",
6748            "support": {
6749                "issues": "https://github.com/phar-io/version/issues",
6750                "source": "https://github.com/phar-io/version/tree/3.1.0"
6751            },
6752            "time": "2021-02-23T14:00:09+00:00"
6753        },
6754        {
6755            "name": "php-coveralls/php-coveralls",
6756            "version": "v2.5.2",
6757            "source": {
6758                "type": "git",
6759                "url": "https://github.com/php-coveralls/php-coveralls.git",
6760                "reference": "007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4"
6761            },
6762            "dist": {
6763                "type": "zip",
6764                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4",
6765                "reference": "007e13afdcdba2cd0efcc5f72c3b7efb356a8bd4",
6766                "shasum": ""
6767            },
6768            "require": {
6769                "ext-json": "*",
6770                "ext-simplexml": "*",
6771                "guzzlehttp/guzzle": "^6.0 || ^7.0",
6772                "php": "^5.5 || ^7.0 || ^8.0",
6773                "psr/log": "^1.0 || ^2.0",
6774                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
6775                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
6776                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
6777                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
6778            },
6779            "require-dev": {
6780                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
6781                "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
6782            },
6783            "suggest": {
6784                "symfony/http-kernel": "Allows Symfony integration"
6785            },
6786            "bin": [
6787                "bin/php-coveralls"
6788            ],
6789            "type": "library",
6790            "autoload": {
6791                "psr-4": {
6792                    "PhpCoveralls\\": "src/"
6793                }
6794            },
6795            "notification-url": "https://packagist.org/downloads/",
6796            "license": [
6797                "MIT"
6798            ],
6799            "authors": [
6800                {
6801                    "name": "Kitamura Satoshi",
6802                    "email": "with.no.parachute@gmail.com",
6803                    "homepage": "https://www.facebook.com/satooshi.jp",
6804                    "role": "Original creator"
6805                },
6806                {
6807                    "name": "Takashi Matsuo",
6808                    "email": "tmatsuo@google.com"
6809                },
6810                {
6811                    "name": "Google Inc"
6812                },
6813                {
6814                    "name": "Dariusz Ruminski",
6815                    "email": "dariusz.ruminski@gmail.com",
6816                    "homepage": "https://github.com/keradus"
6817                },
6818                {
6819                    "name": "Contributors",
6820                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
6821                }
6822            ],
6823            "description": "PHP client library for Coveralls API",
6824            "homepage": "https://github.com/php-coveralls/php-coveralls",
6825            "keywords": [
6826                "ci",
6827                "coverage",
6828                "github",
6829                "test"
6830            ],
6831            "support": {
6832                "issues": "https://github.com/php-coveralls/php-coveralls/issues",
6833                "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.5.2"
6834            },
6835            "time": "2021-12-06T17:05:08+00:00"
6836        },
6837        {
6838            "name": "phpdocumentor/reflection-common",
6839            "version": "2.2.0",
6840            "source": {
6841                "type": "git",
6842                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6843                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
6844            },
6845            "dist": {
6846                "type": "zip",
6847                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6848                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
6849                "shasum": ""
6850            },
6851            "require": {
6852                "php": "^7.2 || ^8.0"
6853            },
6854            "type": "library",
6855            "extra": {
6856                "branch-alias": {
6857                    "dev-2.x": "2.x-dev"
6858                }
6859            },
6860            "autoload": {
6861                "psr-4": {
6862                    "phpDocumentor\\Reflection\\": "src/"
6863                }
6864            },
6865            "notification-url": "https://packagist.org/downloads/",
6866            "license": [
6867                "MIT"
6868            ],
6869            "authors": [
6870                {
6871                    "name": "Jaap van Otterdijk",
6872                    "email": "opensource@ijaap.nl"
6873                }
6874            ],
6875            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6876            "homepage": "http://www.phpdoc.org",
6877            "keywords": [
6878                "FQSEN",
6879                "phpDocumentor",
6880                "phpdoc",
6881                "reflection",
6882                "static analysis"
6883            ],
6884            "support": {
6885                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
6886                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
6887            },
6888            "time": "2020-06-27T09:03:43+00:00"
6889        },
6890        {
6891            "name": "phpdocumentor/reflection-docblock",
6892            "version": "5.3.0",
6893            "source": {
6894                "type": "git",
6895                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
6896                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
6897            },
6898            "dist": {
6899                "type": "zip",
6900                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
6901                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
6902                "shasum": ""
6903            },
6904            "require": {
6905                "ext-filter": "*",
6906                "php": "^7.2 || ^8.0",
6907                "phpdocumentor/reflection-common": "^2.2",
6908                "phpdocumentor/type-resolver": "^1.3",
6909                "webmozart/assert": "^1.9.1"
6910            },
6911            "require-dev": {
6912                "mockery/mockery": "~1.3.2",
6913                "psalm/phar": "^4.8"
6914            },
6915            "type": "library",
6916            "extra": {
6917                "branch-alias": {
6918                    "dev-master": "5.x-dev"
6919                }
6920            },
6921            "autoload": {
6922                "psr-4": {
6923                    "phpDocumentor\\Reflection\\": "src"
6924                }
6925            },
6926            "notification-url": "https://packagist.org/downloads/",
6927            "license": [
6928                "MIT"
6929            ],
6930            "authors": [
6931                {
6932                    "name": "Mike van Riel",
6933                    "email": "me@mikevanriel.com"
6934                },
6935                {
6936                    "name": "Jaap van Otterdijk",
6937                    "email": "account@ijaap.nl"
6938                }
6939            ],
6940            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
6941            "support": {
6942                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
6943                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
6944            },
6945            "time": "2021-10-19T17:43:47+00:00"
6946        },
6947        {
6948            "name": "phpdocumentor/type-resolver",
6949            "version": "1.5.1",
6950            "source": {
6951                "type": "git",
6952                "url": "https://github.com/phpDocumentor/TypeResolver.git",
6953                "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
6954            },
6955            "dist": {
6956                "type": "zip",
6957                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
6958                "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
6959                "shasum": ""
6960            },
6961            "require": {
6962                "php": "^7.2 || ^8.0",
6963                "phpdocumentor/reflection-common": "^2.0"
6964            },
6965            "require-dev": {
6966                "ext-tokenizer": "*",
6967                "psalm/phar": "^4.8"
6968            },
6969            "type": "library",
6970            "extra": {
6971                "branch-alias": {
6972                    "dev-1.x": "1.x-dev"
6973                }
6974            },
6975            "autoload": {
6976                "psr-4": {
6977                    "phpDocumentor\\Reflection\\": "src"
6978                }
6979            },
6980            "notification-url": "https://packagist.org/downloads/",
6981            "license": [
6982                "MIT"
6983            ],
6984            "authors": [
6985                {
6986                    "name": "Mike van Riel",
6987                    "email": "me@mikevanriel.com"
6988                }
6989            ],
6990            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
6991            "support": {
6992                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
6993                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
6994            },
6995            "time": "2021-10-02T14:08:47+00:00"
6996        },
6997        {
6998            "name": "phpspec/prophecy",
6999            "version": "v1.15.0",
7000            "source": {
7001                "type": "git",
7002                "url": "https://github.com/phpspec/prophecy.git",
7003                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
7004            },
7005            "dist": {
7006                "type": "zip",
7007                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
7008                "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
7009                "shasum": ""
7010            },
7011            "require": {
7012                "doctrine/instantiator": "^1.2",
7013                "php": "^7.2 || ~8.0, <8.2",
7014                "phpdocumentor/reflection-docblock": "^5.2",
7015                "sebastian/comparator": "^3.0 || ^4.0",
7016                "sebastian/recursion-context": "^3.0 || ^4.0"
7017            },
7018            "require-dev": {
7019                "phpspec/phpspec": "^6.0 || ^7.0",
7020                "phpunit/phpunit": "^8.0 || ^9.0"
7021            },
7022            "type": "library",
7023            "extra": {
7024                "branch-alias": {
7025                    "dev-master": "1.x-dev"
7026                }
7027            },
7028            "autoload": {
7029                "psr-4": {
7030                    "Prophecy\\": "src/Prophecy"
7031                }
7032            },
7033            "notification-url": "https://packagist.org/downloads/",
7034            "license": [
7035                "MIT"
7036            ],
7037            "authors": [
7038                {
7039                    "name": "Konstantin Kudryashov",
7040                    "email": "ever.zet@gmail.com",
7041                    "homepage": "http://everzet.com"
7042                },
7043                {
7044                    "name": "Marcello Duarte",
7045                    "email": "marcello.duarte@gmail.com"
7046                }
7047            ],
7048            "description": "Highly opinionated mocking framework for PHP 5.3+",
7049            "homepage": "https://github.com/phpspec/prophecy",
7050            "keywords": [
7051                "Double",
7052                "Dummy",
7053                "fake",
7054                "mock",
7055                "spy",
7056                "stub"
7057            ],
7058            "support": {
7059                "issues": "https://github.com/phpspec/prophecy/issues",
7060                "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
7061            },
7062            "time": "2021-12-08T12:19:24+00:00"
7063        },
7064        {
7065            "name": "phpunit/php-code-coverage",
7066            "version": "9.2.10",
7067            "source": {
7068                "type": "git",
7069                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
7070                "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687"
7071            },
7072            "dist": {
7073                "type": "zip",
7074                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687",
7075                "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687",
7076                "shasum": ""
7077            },
7078            "require": {
7079                "ext-dom": "*",
7080                "ext-libxml": "*",
7081                "ext-xmlwriter": "*",
7082                "nikic/php-parser": "^4.13.0",
7083                "php": ">=7.3",
7084                "phpunit/php-file-iterator": "^3.0.3",
7085                "phpunit/php-text-template": "^2.0.2",
7086                "sebastian/code-unit-reverse-lookup": "^2.0.2",
7087                "sebastian/complexity": "^2.0",
7088                "sebastian/environment": "^5.1.2",
7089                "sebastian/lines-of-code": "^1.0.3",
7090                "sebastian/version": "^3.0.1",
7091                "theseer/tokenizer": "^1.2.0"
7092            },
7093            "require-dev": {
7094                "phpunit/phpunit": "^9.3"
7095            },
7096            "suggest": {
7097                "ext-pcov": "*",
7098                "ext-xdebug": "*"
7099            },
7100            "type": "library",
7101            "extra": {
7102                "branch-alias": {
7103                    "dev-master": "9.2-dev"
7104                }
7105            },
7106            "autoload": {
7107                "classmap": [
7108                    "src/"
7109                ]
7110            },
7111            "notification-url": "https://packagist.org/downloads/",
7112            "license": [
7113                "BSD-3-Clause"
7114            ],
7115            "authors": [
7116                {
7117                    "name": "Sebastian Bergmann",
7118                    "email": "sebastian@phpunit.de",
7119                    "role": "lead"
7120                }
7121            ],
7122            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
7123            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
7124            "keywords": [
7125                "coverage",
7126                "testing",
7127                "xunit"
7128            ],
7129            "support": {
7130                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
7131                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10"
7132            },
7133            "funding": [
7134                {
7135                    "url": "https://github.com/sebastianbergmann",
7136                    "type": "github"
7137                }
7138            ],
7139            "time": "2021-12-05T09:12:13+00:00"
7140        },
7141        {
7142            "name": "phpunit/php-file-iterator",
7143            "version": "3.0.6",
7144            "source": {
7145                "type": "git",
7146                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
7147                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
7148            },
7149            "dist": {
7150                "type": "zip",
7151                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7152                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
7153                "shasum": ""
7154            },
7155            "require": {
7156                "php": ">=7.3"
7157            },
7158            "require-dev": {
7159                "phpunit/phpunit": "^9.3"
7160            },
7161            "type": "library",
7162            "extra": {
7163                "branch-alias": {
7164                    "dev-master": "3.0-dev"
7165                }
7166            },
7167            "autoload": {
7168                "classmap": [
7169                    "src/"
7170                ]
7171            },
7172            "notification-url": "https://packagist.org/downloads/",
7173            "license": [
7174                "BSD-3-Clause"
7175            ],
7176            "authors": [
7177                {
7178                    "name": "Sebastian Bergmann",
7179                    "email": "sebastian@phpunit.de",
7180                    "role": "lead"
7181                }
7182            ],
7183            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
7184            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
7185            "keywords": [
7186                "filesystem",
7187                "iterator"
7188            ],
7189            "support": {
7190                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
7191                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
7192            },
7193            "funding": [
7194                {
7195                    "url": "https://github.com/sebastianbergmann",
7196                    "type": "github"
7197                }
7198            ],
7199            "time": "2021-12-02T12:48:52+00:00"
7200        },
7201        {
7202            "name": "phpunit/php-invoker",
7203            "version": "3.1.1",
7204            "source": {
7205                "type": "git",
7206                "url": "https://github.com/sebastianbergmann/php-invoker.git",
7207                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
7208            },
7209            "dist": {
7210                "type": "zip",
7211                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7212                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
7213                "shasum": ""
7214            },
7215            "require": {
7216                "php": ">=7.3"
7217            },
7218            "require-dev": {
7219                "ext-pcntl": "*",
7220                "phpunit/phpunit": "^9.3"
7221            },
7222            "suggest": {
7223                "ext-pcntl": "*"
7224            },
7225            "type": "library",
7226            "extra": {
7227                "branch-alias": {
7228                    "dev-master": "3.1-dev"
7229                }
7230            },
7231            "autoload": {
7232                "classmap": [
7233                    "src/"
7234                ]
7235            },
7236            "notification-url": "https://packagist.org/downloads/",
7237            "license": [
7238                "BSD-3-Clause"
7239            ],
7240            "authors": [
7241                {
7242                    "name": "Sebastian Bergmann",
7243                    "email": "sebastian@phpunit.de",
7244                    "role": "lead"
7245                }
7246            ],
7247            "description": "Invoke callables with a timeout",
7248            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
7249            "keywords": [
7250                "process"
7251            ],
7252            "support": {
7253                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
7254                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
7255            },
7256            "funding": [
7257                {
7258                    "url": "https://github.com/sebastianbergmann",
7259                    "type": "github"
7260                }
7261            ],
7262            "time": "2020-09-28T05:58:55+00:00"
7263        },
7264        {
7265            "name": "phpunit/php-text-template",
7266            "version": "2.0.4",
7267            "source": {
7268                "type": "git",
7269                "url": "https://github.com/sebastianbergmann/php-text-template.git",
7270                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
7271            },
7272            "dist": {
7273                "type": "zip",
7274                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7275                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
7276                "shasum": ""
7277            },
7278            "require": {
7279                "php": ">=7.3"
7280            },
7281            "require-dev": {
7282                "phpunit/phpunit": "^9.3"
7283            },
7284            "type": "library",
7285            "extra": {
7286                "branch-alias": {
7287                    "dev-master": "2.0-dev"
7288                }
7289            },
7290            "autoload": {
7291                "classmap": [
7292                    "src/"
7293                ]
7294            },
7295            "notification-url": "https://packagist.org/downloads/",
7296            "license": [
7297                "BSD-3-Clause"
7298            ],
7299            "authors": [
7300                {
7301                    "name": "Sebastian Bergmann",
7302                    "email": "sebastian@phpunit.de",
7303                    "role": "lead"
7304                }
7305            ],
7306            "description": "Simple template engine.",
7307            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
7308            "keywords": [
7309                "template"
7310            ],
7311            "support": {
7312                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
7313                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
7314            },
7315            "funding": [
7316                {
7317                    "url": "https://github.com/sebastianbergmann",
7318                    "type": "github"
7319                }
7320            ],
7321            "time": "2020-10-26T05:33:50+00:00"
7322        },
7323        {
7324            "name": "phpunit/php-timer",
7325            "version": "5.0.3",
7326            "source": {
7327                "type": "git",
7328                "url": "https://github.com/sebastianbergmann/php-timer.git",
7329                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
7330            },
7331            "dist": {
7332                "type": "zip",
7333                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7334                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
7335                "shasum": ""
7336            },
7337            "require": {
7338                "php": ">=7.3"
7339            },
7340            "require-dev": {
7341                "phpunit/phpunit": "^9.3"
7342            },
7343            "type": "library",
7344            "extra": {
7345                "branch-alias": {
7346                    "dev-master": "5.0-dev"
7347                }
7348            },
7349            "autoload": {
7350                "classmap": [
7351                    "src/"
7352                ]
7353            },
7354            "notification-url": "https://packagist.org/downloads/",
7355            "license": [
7356                "BSD-3-Clause"
7357            ],
7358            "authors": [
7359                {
7360                    "name": "Sebastian Bergmann",
7361                    "email": "sebastian@phpunit.de",
7362                    "role": "lead"
7363                }
7364            ],
7365            "description": "Utility class for timing",
7366            "homepage": "https://github.com/sebastianbergmann/php-timer/",
7367            "keywords": [
7368                "timer"
7369            ],
7370            "support": {
7371                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
7372                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
7373            },
7374            "funding": [
7375                {
7376                    "url": "https://github.com/sebastianbergmann",
7377                    "type": "github"
7378                }
7379            ],
7380            "time": "2020-10-26T13:16:10+00:00"
7381        },
7382        {
7383            "name": "phpunit/phpunit",
7384            "version": "9.5.10",
7385            "source": {
7386                "type": "git",
7387                "url": "https://github.com/sebastianbergmann/phpunit.git",
7388                "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a"
7389            },
7390            "dist": {
7391                "type": "zip",
7392                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
7393                "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
7394                "shasum": ""
7395            },
7396            "require": {
7397                "doctrine/instantiator": "^1.3.1",
7398                "ext-dom": "*",
7399                "ext-json": "*",
7400                "ext-libxml": "*",
7401                "ext-mbstring": "*",
7402                "ext-xml": "*",
7403                "ext-xmlwriter": "*",
7404                "myclabs/deep-copy": "^1.10.1",
7405                "phar-io/manifest": "^2.0.3",
7406                "phar-io/version": "^3.0.2",
7407                "php": ">=7.3",
7408                "phpspec/prophecy": "^1.12.1",
7409                "phpunit/php-code-coverage": "^9.2.7",
7410                "phpunit/php-file-iterator": "^3.0.5",
7411                "phpunit/php-invoker": "^3.1.1",
7412                "phpunit/php-text-template": "^2.0.3",
7413                "phpunit/php-timer": "^5.0.2",
7414                "sebastian/cli-parser": "^1.0.1",
7415                "sebastian/code-unit": "^1.0.6",
7416                "sebastian/comparator": "^4.0.5",
7417                "sebastian/diff": "^4.0.3",
7418                "sebastian/environment": "^5.1.3",
7419                "sebastian/exporter": "^4.0.3",
7420                "sebastian/global-state": "^5.0.1",
7421                "sebastian/object-enumerator": "^4.0.3",
7422                "sebastian/resource-operations": "^3.0.3",
7423                "sebastian/type": "^2.3.4",
7424                "sebastian/version": "^3.0.2"
7425            },
7426            "require-dev": {
7427                "ext-pdo": "*",
7428                "phpspec/prophecy-phpunit": "^2.0.1"
7429            },
7430            "suggest": {
7431                "ext-soap": "*",
7432                "ext-xdebug": "*"
7433            },
7434            "bin": [
7435                "phpunit"
7436            ],
7437            "type": "library",
7438            "extra": {
7439                "branch-alias": {
7440                    "dev-master": "9.5-dev"
7441                }
7442            },
7443            "autoload": {
7444                "classmap": [
7445                    "src/"
7446                ],
7447                "files": [
7448                    "src/Framework/Assert/Functions.php"
7449                ]
7450            },
7451            "notification-url": "https://packagist.org/downloads/",
7452            "license": [
7453                "BSD-3-Clause"
7454            ],
7455            "authors": [
7456                {
7457                    "name": "Sebastian Bergmann",
7458                    "email": "sebastian@phpunit.de",
7459                    "role": "lead"
7460                }
7461            ],
7462            "description": "The PHP Unit Testing framework.",
7463            "homepage": "https://phpunit.de/",
7464            "keywords": [
7465                "phpunit",
7466                "testing",
7467                "xunit"
7468            ],
7469            "support": {
7470                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
7471                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10"
7472            },
7473            "funding": [
7474                {
7475                    "url": "https://phpunit.de/donate.html",
7476                    "type": "custom"
7477                },
7478                {
7479                    "url": "https://github.com/sebastianbergmann",
7480                    "type": "github"
7481                }
7482            ],
7483            "time": "2021-09-25T07:38:51+00:00"
7484        },
7485        {
7486            "name": "react/promise",
7487            "version": "v2.8.0",
7488            "source": {
7489                "type": "git",
7490                "url": "https://github.com/reactphp/promise.git",
7491                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
7492            },
7493            "dist": {
7494                "type": "zip",
7495                "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7496                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
7497                "shasum": ""
7498            },
7499            "require": {
7500                "php": ">=5.4.0"
7501            },
7502            "require-dev": {
7503                "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
7504            },
7505            "type": "library",
7506            "autoload": {
7507                "psr-4": {
7508                    "React\\Promise\\": "src/"
7509                },
7510                "files": [
7511                    "src/functions_include.php"
7512                ]
7513            },
7514            "notification-url": "https://packagist.org/downloads/",
7515            "license": [
7516                "MIT"
7517            ],
7518            "authors": [
7519                {
7520                    "name": "Jan Sorgalla",
7521                    "email": "jsorgalla@gmail.com"
7522                }
7523            ],
7524            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
7525            "keywords": [
7526                "promise",
7527                "promises"
7528            ],
7529            "support": {
7530                "issues": "https://github.com/reactphp/promise/issues",
7531                "source": "https://github.com/reactphp/promise/tree/v2.8.0"
7532            },
7533            "time": "2020-05-12T15:16:56+00:00"
7534        },
7535        {
7536            "name": "sebastian/cli-parser",
7537            "version": "1.0.1",
7538            "source": {
7539                "type": "git",
7540                "url": "https://github.com/sebastianbergmann/cli-parser.git",
7541                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
7542            },
7543            "dist": {
7544                "type": "zip",
7545                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
7546                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
7547                "shasum": ""
7548            },
7549            "require": {
7550                "php": ">=7.3"
7551            },
7552            "require-dev": {
7553                "phpunit/phpunit": "^9.3"
7554            },
7555            "type": "library",
7556            "extra": {
7557                "branch-alias": {
7558                    "dev-master": "1.0-dev"
7559                }
7560            },
7561            "autoload": {
7562                "classmap": [
7563                    "src/"
7564                ]
7565            },
7566            "notification-url": "https://packagist.org/downloads/",
7567            "license": [
7568                "BSD-3-Clause"
7569            ],
7570            "authors": [
7571                {
7572                    "name": "Sebastian Bergmann",
7573                    "email": "sebastian@phpunit.de",
7574                    "role": "lead"
7575                }
7576            ],
7577            "description": "Library for parsing CLI options",
7578            "homepage": "https://github.com/sebastianbergmann/cli-parser",
7579            "support": {
7580                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
7581                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
7582            },
7583            "funding": [
7584                {
7585                    "url": "https://github.com/sebastianbergmann",
7586                    "type": "github"
7587                }
7588            ],
7589            "time": "2020-09-28T06:08:49+00:00"
7590        },
7591        {
7592            "name": "sebastian/code-unit",
7593            "version": "1.0.8",
7594            "source": {
7595                "type": "git",
7596                "url": "https://github.com/sebastianbergmann/code-unit.git",
7597                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
7598            },
7599            "dist": {
7600                "type": "zip",
7601                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
7602                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
7603                "shasum": ""
7604            },
7605            "require": {
7606                "php": ">=7.3"
7607            },
7608            "require-dev": {
7609                "phpunit/phpunit": "^9.3"
7610            },
7611            "type": "library",
7612            "extra": {
7613                "branch-alias": {
7614                    "dev-master": "1.0-dev"
7615                }
7616            },
7617            "autoload": {
7618                "classmap": [
7619                    "src/"
7620                ]
7621            },
7622            "notification-url": "https://packagist.org/downloads/",
7623            "license": [
7624                "BSD-3-Clause"
7625            ],
7626            "authors": [
7627                {
7628                    "name": "Sebastian Bergmann",
7629                    "email": "sebastian@phpunit.de",
7630                    "role": "lead"
7631                }
7632            ],
7633            "description": "Collection of value objects that represent the PHP code units",
7634            "homepage": "https://github.com/sebastianbergmann/code-unit",
7635            "support": {
7636                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
7637                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
7638            },
7639            "funding": [
7640                {
7641                    "url": "https://github.com/sebastianbergmann",
7642                    "type": "github"
7643                }
7644            ],
7645            "time": "2020-10-26T13:08:54+00:00"
7646        },
7647        {
7648            "name": "sebastian/code-unit-reverse-lookup",
7649            "version": "2.0.3",
7650            "source": {
7651                "type": "git",
7652                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
7653                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
7654            },
7655            "dist": {
7656                "type": "zip",
7657                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7658                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
7659                "shasum": ""
7660            },
7661            "require": {
7662                "php": ">=7.3"
7663            },
7664            "require-dev": {
7665                "phpunit/phpunit": "^9.3"
7666            },
7667            "type": "library",
7668            "extra": {
7669                "branch-alias": {
7670                    "dev-master": "2.0-dev"
7671                }
7672            },
7673            "autoload": {
7674                "classmap": [
7675                    "src/"
7676                ]
7677            },
7678            "notification-url": "https://packagist.org/downloads/",
7679            "license": [
7680                "BSD-3-Clause"
7681            ],
7682            "authors": [
7683                {
7684                    "name": "Sebastian Bergmann",
7685                    "email": "sebastian@phpunit.de"
7686                }
7687            ],
7688            "description": "Looks up which function or method a line of code belongs to",
7689            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
7690            "support": {
7691                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
7692                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
7693            },
7694            "funding": [
7695                {
7696                    "url": "https://github.com/sebastianbergmann",
7697                    "type": "github"
7698                }
7699            ],
7700            "time": "2020-09-28T05:30:19+00:00"
7701        },
7702        {
7703            "name": "sebastian/comparator",
7704            "version": "4.0.6",
7705            "source": {
7706                "type": "git",
7707                "url": "https://github.com/sebastianbergmann/comparator.git",
7708                "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
7709            },
7710            "dist": {
7711                "type": "zip",
7712                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
7713                "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
7714                "shasum": ""
7715            },
7716            "require": {
7717                "php": ">=7.3",
7718                "sebastian/diff": "^4.0",
7719                "sebastian/exporter": "^4.0"
7720            },
7721            "require-dev": {
7722                "phpunit/phpunit": "^9.3"
7723            },
7724            "type": "library",
7725            "extra": {
7726                "branch-alias": {
7727                    "dev-master": "4.0-dev"
7728                }
7729            },
7730            "autoload": {
7731                "classmap": [
7732                    "src/"
7733                ]
7734            },
7735            "notification-url": "https://packagist.org/downloads/",
7736            "license": [
7737                "BSD-3-Clause"
7738            ],
7739            "authors": [
7740                {
7741                    "name": "Sebastian Bergmann",
7742                    "email": "sebastian@phpunit.de"
7743                },
7744                {
7745                    "name": "Jeff Welch",
7746                    "email": "whatthejeff@gmail.com"
7747                },
7748                {
7749                    "name": "Volker Dusch",
7750                    "email": "github@wallbash.com"
7751                },
7752                {
7753                    "name": "Bernhard Schussek",
7754                    "email": "bschussek@2bepublished.at"
7755                }
7756            ],
7757            "description": "Provides the functionality to compare PHP values for equality",
7758            "homepage": "https://github.com/sebastianbergmann/comparator",
7759            "keywords": [
7760                "comparator",
7761                "compare",
7762                "equality"
7763            ],
7764            "support": {
7765                "issues": "https://github.com/sebastianbergmann/comparator/issues",
7766                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
7767            },
7768            "funding": [
7769                {
7770                    "url": "https://github.com/sebastianbergmann",
7771                    "type": "github"
7772                }
7773            ],
7774            "time": "2020-10-26T15:49:45+00:00"
7775        },
7776        {
7777            "name": "sebastian/complexity",
7778            "version": "2.0.2",
7779            "source": {
7780                "type": "git",
7781                "url": "https://github.com/sebastianbergmann/complexity.git",
7782                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
7783            },
7784            "dist": {
7785                "type": "zip",
7786                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
7787                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
7788                "shasum": ""
7789            },
7790            "require": {
7791                "nikic/php-parser": "^4.7",
7792                "php": ">=7.3"
7793            },
7794            "require-dev": {
7795                "phpunit/phpunit": "^9.3"
7796            },
7797            "type": "library",
7798            "extra": {
7799                "branch-alias": {
7800                    "dev-master": "2.0-dev"
7801                }
7802            },
7803            "autoload": {
7804                "classmap": [
7805                    "src/"
7806                ]
7807            },
7808            "notification-url": "https://packagist.org/downloads/",
7809            "license": [
7810                "BSD-3-Clause"
7811            ],
7812            "authors": [
7813                {
7814                    "name": "Sebastian Bergmann",
7815                    "email": "sebastian@phpunit.de",
7816                    "role": "lead"
7817                }
7818            ],
7819            "description": "Library for calculating the complexity of PHP code units",
7820            "homepage": "https://github.com/sebastianbergmann/complexity",
7821            "support": {
7822                "issues": "https://github.com/sebastianbergmann/complexity/issues",
7823                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
7824            },
7825            "funding": [
7826                {
7827                    "url": "https://github.com/sebastianbergmann",
7828                    "type": "github"
7829                }
7830            ],
7831            "time": "2020-10-26T15:52:27+00:00"
7832        },
7833        {
7834            "name": "sebastian/diff",
7835            "version": "4.0.4",
7836            "source": {
7837                "type": "git",
7838                "url": "https://github.com/sebastianbergmann/diff.git",
7839                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
7840            },
7841            "dist": {
7842                "type": "zip",
7843                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
7844                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
7845                "shasum": ""
7846            },
7847            "require": {
7848                "php": ">=7.3"
7849            },
7850            "require-dev": {
7851                "phpunit/phpunit": "^9.3",
7852                "symfony/process": "^4.2 || ^5"
7853            },
7854            "type": "library",
7855            "extra": {
7856                "branch-alias": {
7857                    "dev-master": "4.0-dev"
7858                }
7859            },
7860            "autoload": {
7861                "classmap": [
7862                    "src/"
7863                ]
7864            },
7865            "notification-url": "https://packagist.org/downloads/",
7866            "license": [
7867                "BSD-3-Clause"
7868            ],
7869            "authors": [
7870                {
7871                    "name": "Sebastian Bergmann",
7872                    "email": "sebastian@phpunit.de"
7873                },
7874                {
7875                    "name": "Kore Nordmann",
7876                    "email": "mail@kore-nordmann.de"
7877                }
7878            ],
7879            "description": "Diff implementation",
7880            "homepage": "https://github.com/sebastianbergmann/diff",
7881            "keywords": [
7882                "diff",
7883                "udiff",
7884                "unidiff",
7885                "unified diff"
7886            ],
7887            "support": {
7888                "issues": "https://github.com/sebastianbergmann/diff/issues",
7889                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
7890            },
7891            "funding": [
7892                {
7893                    "url": "https://github.com/sebastianbergmann",
7894                    "type": "github"
7895                }
7896            ],
7897            "time": "2020-10-26T13:10:38+00:00"
7898        },
7899        {
7900            "name": "sebastian/environment",
7901            "version": "5.1.3",
7902            "source": {
7903                "type": "git",
7904                "url": "https://github.com/sebastianbergmann/environment.git",
7905                "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
7906            },
7907            "dist": {
7908                "type": "zip",
7909                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
7910                "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
7911                "shasum": ""
7912            },
7913            "require": {
7914                "php": ">=7.3"
7915            },
7916            "require-dev": {
7917                "phpunit/phpunit": "^9.3"
7918            },
7919            "suggest": {
7920                "ext-posix": "*"
7921            },
7922            "type": "library",
7923            "extra": {
7924                "branch-alias": {
7925                    "dev-master": "5.1-dev"
7926                }
7927            },
7928            "autoload": {
7929                "classmap": [
7930                    "src/"
7931                ]
7932            },
7933            "notification-url": "https://packagist.org/downloads/",
7934            "license": [
7935                "BSD-3-Clause"
7936            ],
7937            "authors": [
7938                {
7939                    "name": "Sebastian Bergmann",
7940                    "email": "sebastian@phpunit.de"
7941                }
7942            ],
7943            "description": "Provides functionality to handle HHVM/PHP environments",
7944            "homepage": "http://www.github.com/sebastianbergmann/environment",
7945            "keywords": [
7946                "Xdebug",
7947                "environment",
7948                "hhvm"
7949            ],
7950            "support": {
7951                "issues": "https://github.com/sebastianbergmann/environment/issues",
7952                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
7953            },
7954            "funding": [
7955                {
7956                    "url": "https://github.com/sebastianbergmann",
7957                    "type": "github"
7958                }
7959            ],
7960            "time": "2020-09-28T05:52:38+00:00"
7961        },
7962        {
7963            "name": "sebastian/exporter",
7964            "version": "4.0.4",
7965            "source": {
7966                "type": "git",
7967                "url": "https://github.com/sebastianbergmann/exporter.git",
7968                "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
7969            },
7970            "dist": {
7971                "type": "zip",
7972                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
7973                "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
7974                "shasum": ""
7975            },
7976            "require": {
7977                "php": ">=7.3",
7978                "sebastian/recursion-context": "^4.0"
7979            },
7980            "require-dev": {
7981                "ext-mbstring": "*",
7982                "phpunit/phpunit": "^9.3"
7983            },
7984            "type": "library",
7985            "extra": {
7986                "branch-alias": {
7987                    "dev-master": "4.0-dev"
7988                }
7989            },
7990            "autoload": {
7991                "classmap": [
7992                    "src/"
7993                ]
7994            },
7995            "notification-url": "https://packagist.org/downloads/",
7996            "license": [
7997                "BSD-3-Clause"
7998            ],
7999            "authors": [
8000                {
8001                    "name": "Sebastian Bergmann",
8002                    "email": "sebastian@phpunit.de"
8003                },
8004                {
8005                    "name": "Jeff Welch",
8006                    "email": "whatthejeff@gmail.com"
8007                },
8008                {
8009                    "name": "Volker Dusch",
8010                    "email": "github@wallbash.com"
8011                },
8012                {
8013                    "name": "Adam Harvey",
8014                    "email": "aharvey@php.net"
8015                },
8016                {
8017                    "name": "Bernhard Schussek",
8018                    "email": "bschussek@gmail.com"
8019                }
8020            ],
8021            "description": "Provides the functionality to export PHP variables for visualization",
8022            "homepage": "https://www.github.com/sebastianbergmann/exporter",
8023            "keywords": [
8024                "export",
8025                "exporter"
8026            ],
8027            "support": {
8028                "issues": "https://github.com/sebastianbergmann/exporter/issues",
8029                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
8030            },
8031            "funding": [
8032                {
8033                    "url": "https://github.com/sebastianbergmann",
8034                    "type": "github"
8035                }
8036            ],
8037            "time": "2021-11-11T14:18:36+00:00"
8038        },
8039        {
8040            "name": "sebastian/global-state",
8041            "version": "5.0.3",
8042            "source": {
8043                "type": "git",
8044                "url": "https://github.com/sebastianbergmann/global-state.git",
8045                "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
8046            },
8047            "dist": {
8048                "type": "zip",
8049                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
8050                "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
8051                "shasum": ""
8052            },
8053            "require": {
8054                "php": ">=7.3",
8055                "sebastian/object-reflector": "^2.0",
8056                "sebastian/recursion-context": "^4.0"
8057            },
8058            "require-dev": {
8059                "ext-dom": "*",
8060                "phpunit/phpunit": "^9.3"
8061            },
8062            "suggest": {
8063                "ext-uopz": "*"
8064            },
8065            "type": "library",
8066            "extra": {
8067                "branch-alias": {
8068                    "dev-master": "5.0-dev"
8069                }
8070            },
8071            "autoload": {
8072                "classmap": [
8073                    "src/"
8074                ]
8075            },
8076            "notification-url": "https://packagist.org/downloads/",
8077            "license": [
8078                "BSD-3-Clause"
8079            ],
8080            "authors": [
8081                {
8082                    "name": "Sebastian Bergmann",
8083                    "email": "sebastian@phpunit.de"
8084                }
8085            ],
8086            "description": "Snapshotting of global state",
8087            "homepage": "http://www.github.com/sebastianbergmann/global-state",
8088            "keywords": [
8089                "global state"
8090            ],
8091            "support": {
8092                "issues": "https://github.com/sebastianbergmann/global-state/issues",
8093                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
8094            },
8095            "funding": [
8096                {
8097                    "url": "https://github.com/sebastianbergmann",
8098                    "type": "github"
8099                }
8100            ],
8101            "time": "2021-06-11T13:31:12+00:00"
8102        },
8103        {
8104            "name": "sebastian/lines-of-code",
8105            "version": "1.0.3",
8106            "source": {
8107                "type": "git",
8108                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
8109                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
8110            },
8111            "dist": {
8112                "type": "zip",
8113                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8114                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
8115                "shasum": ""
8116            },
8117            "require": {
8118                "nikic/php-parser": "^4.6",
8119                "php": ">=7.3"
8120            },
8121            "require-dev": {
8122                "phpunit/phpunit": "^9.3"
8123            },
8124            "type": "library",
8125            "extra": {
8126                "branch-alias": {
8127                    "dev-master": "1.0-dev"
8128                }
8129            },
8130            "autoload": {
8131                "classmap": [
8132                    "src/"
8133                ]
8134            },
8135            "notification-url": "https://packagist.org/downloads/",
8136            "license": [
8137                "BSD-3-Clause"
8138            ],
8139            "authors": [
8140                {
8141                    "name": "Sebastian Bergmann",
8142                    "email": "sebastian@phpunit.de",
8143                    "role": "lead"
8144                }
8145            ],
8146            "description": "Library for counting the lines of code in PHP source code",
8147            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
8148            "support": {
8149                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
8150                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
8151            },
8152            "funding": [
8153                {
8154                    "url": "https://github.com/sebastianbergmann",
8155                    "type": "github"
8156                }
8157            ],
8158            "time": "2020-11-28T06:42:11+00:00"
8159        },
8160        {
8161            "name": "sebastian/object-enumerator",
8162            "version": "4.0.4",
8163            "source": {
8164                "type": "git",
8165                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
8166                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
8167            },
8168            "dist": {
8169                "type": "zip",
8170                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
8171                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
8172                "shasum": ""
8173            },
8174            "require": {
8175                "php": ">=7.3",
8176                "sebastian/object-reflector": "^2.0",
8177                "sebastian/recursion-context": "^4.0"
8178            },
8179            "require-dev": {
8180                "phpunit/phpunit": "^9.3"
8181            },
8182            "type": "library",
8183            "extra": {
8184                "branch-alias": {
8185                    "dev-master": "4.0-dev"
8186                }
8187            },
8188            "autoload": {
8189                "classmap": [
8190                    "src/"
8191                ]
8192            },
8193            "notification-url": "https://packagist.org/downloads/",
8194            "license": [
8195                "BSD-3-Clause"
8196            ],
8197            "authors": [
8198                {
8199                    "name": "Sebastian Bergmann",
8200                    "email": "sebastian@phpunit.de"
8201                }
8202            ],
8203            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
8204            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
8205            "support": {
8206                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
8207                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
8208            },
8209            "funding": [
8210                {
8211                    "url": "https://github.com/sebastianbergmann",
8212                    "type": "github"
8213                }
8214            ],
8215            "time": "2020-10-26T13:12:34+00:00"
8216        },
8217        {
8218            "name": "sebastian/object-reflector",
8219            "version": "2.0.4",
8220            "source": {
8221                "type": "git",
8222                "url": "https://github.com/sebastianbergmann/object-reflector.git",
8223                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
8224            },
8225            "dist": {
8226                "type": "zip",
8227                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8228                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
8229                "shasum": ""
8230            },
8231            "require": {
8232                "php": ">=7.3"
8233            },
8234            "require-dev": {
8235                "phpunit/phpunit": "^9.3"
8236            },
8237            "type": "library",
8238            "extra": {
8239                "branch-alias": {
8240                    "dev-master": "2.0-dev"
8241                }
8242            },
8243            "autoload": {
8244                "classmap": [
8245                    "src/"
8246                ]
8247            },
8248            "notification-url": "https://packagist.org/downloads/",
8249            "license": [
8250                "BSD-3-Clause"
8251            ],
8252            "authors": [
8253                {
8254                    "name": "Sebastian Bergmann",
8255                    "email": "sebastian@phpunit.de"
8256                }
8257            ],
8258            "description": "Allows reflection of object attributes, including inherited and non-public ones",
8259            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
8260            "support": {
8261                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
8262                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
8263            },
8264            "funding": [
8265                {
8266                    "url": "https://github.com/sebastianbergmann",
8267                    "type": "github"
8268                }
8269            ],
8270            "time": "2020-10-26T13:14:26+00:00"
8271        },
8272        {
8273            "name": "sebastian/recursion-context",
8274            "version": "4.0.4",
8275            "source": {
8276                "type": "git",
8277                "url": "https://github.com/sebastianbergmann/recursion-context.git",
8278                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
8279            },
8280            "dist": {
8281                "type": "zip",
8282                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
8283                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
8284                "shasum": ""
8285            },
8286            "require": {
8287                "php": ">=7.3"
8288            },
8289            "require-dev": {
8290                "phpunit/phpunit": "^9.3"
8291            },
8292            "type": "library",
8293            "extra": {
8294                "branch-alias": {
8295                    "dev-master": "4.0-dev"
8296                }
8297            },
8298            "autoload": {
8299                "classmap": [
8300                    "src/"
8301                ]
8302            },
8303            "notification-url": "https://packagist.org/downloads/",
8304            "license": [
8305                "BSD-3-Clause"
8306            ],
8307            "authors": [
8308                {
8309                    "name": "Sebastian Bergmann",
8310                    "email": "sebastian@phpunit.de"
8311                },
8312                {
8313                    "name": "Jeff Welch",
8314                    "email": "whatthejeff@gmail.com"
8315                },
8316                {
8317                    "name": "Adam Harvey",
8318                    "email": "aharvey@php.net"
8319                }
8320            ],
8321            "description": "Provides functionality to recursively process PHP variables",
8322            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
8323            "support": {
8324                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
8325                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
8326            },
8327            "funding": [
8328                {
8329                    "url": "https://github.com/sebastianbergmann",
8330                    "type": "github"
8331                }
8332            ],
8333            "time": "2020-10-26T13:17:30+00:00"
8334        },
8335        {
8336            "name": "sebastian/resource-operations",
8337            "version": "3.0.3",
8338            "source": {
8339                "type": "git",
8340                "url": "https://github.com/sebastianbergmann/resource-operations.git",
8341                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
8342            },
8343            "dist": {
8344                "type": "zip",
8345                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8346                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
8347                "shasum": ""
8348            },
8349            "require": {
8350                "php": ">=7.3"
8351            },
8352            "require-dev": {
8353                "phpunit/phpunit": "^9.0"
8354            },
8355            "type": "library",
8356            "extra": {
8357                "branch-alias": {
8358                    "dev-master": "3.0-dev"
8359                }
8360            },
8361            "autoload": {
8362                "classmap": [
8363                    "src/"
8364                ]
8365            },
8366            "notification-url": "https://packagist.org/downloads/",
8367            "license": [
8368                "BSD-3-Clause"
8369            ],
8370            "authors": [
8371                {
8372                    "name": "Sebastian Bergmann",
8373                    "email": "sebastian@phpunit.de"
8374                }
8375            ],
8376            "description": "Provides a list of PHP built-in functions that operate on resources",
8377            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
8378            "support": {
8379                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
8380                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
8381            },
8382            "funding": [
8383                {
8384                    "url": "https://github.com/sebastianbergmann",
8385                    "type": "github"
8386                }
8387            ],
8388            "time": "2020-09-28T06:45:17+00:00"
8389        },
8390        {
8391            "name": "sebastian/type",
8392            "version": "2.3.4",
8393            "source": {
8394                "type": "git",
8395                "url": "https://github.com/sebastianbergmann/type.git",
8396                "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
8397            },
8398            "dist": {
8399                "type": "zip",
8400                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
8401                "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
8402                "shasum": ""
8403            },
8404            "require": {
8405                "php": ">=7.3"
8406            },
8407            "require-dev": {
8408                "phpunit/phpunit": "^9.3"
8409            },
8410            "type": "library",
8411            "extra": {
8412                "branch-alias": {
8413                    "dev-master": "2.3-dev"
8414                }
8415            },
8416            "autoload": {
8417                "classmap": [
8418                    "src/"
8419                ]
8420            },
8421            "notification-url": "https://packagist.org/downloads/",
8422            "license": [
8423                "BSD-3-Clause"
8424            ],
8425            "authors": [
8426                {
8427                    "name": "Sebastian Bergmann",
8428                    "email": "sebastian@phpunit.de",
8429                    "role": "lead"
8430                }
8431            ],
8432            "description": "Collection of value objects that represent the types of the PHP type system",
8433            "homepage": "https://github.com/sebastianbergmann/type",
8434            "support": {
8435                "issues": "https://github.com/sebastianbergmann/type/issues",
8436                "source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
8437            },
8438            "funding": [
8439                {
8440                    "url": "https://github.com/sebastianbergmann",
8441                    "type": "github"
8442                }
8443            ],
8444            "time": "2021-06-15T12:49:02+00:00"
8445        },
8446        {
8447            "name": "sebastian/version",
8448            "version": "3.0.2",
8449            "source": {
8450                "type": "git",
8451                "url": "https://github.com/sebastianbergmann/version.git",
8452                "reference": "c6c1022351a901512170118436c764e473f6de8c"
8453            },
8454            "dist": {
8455                "type": "zip",
8456                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
8457                "reference": "c6c1022351a901512170118436c764e473f6de8c",
8458                "shasum": ""
8459            },
8460            "require": {
8461                "php": ">=7.3"
8462            },
8463            "type": "library",
8464            "extra": {
8465                "branch-alias": {
8466                    "dev-master": "3.0-dev"
8467                }
8468            },
8469            "autoload": {
8470                "classmap": [
8471                    "src/"
8472                ]
8473            },
8474            "notification-url": "https://packagist.org/downloads/",
8475            "license": [
8476                "BSD-3-Clause"
8477            ],
8478            "authors": [
8479                {
8480                    "name": "Sebastian Bergmann",
8481                    "email": "sebastian@phpunit.de",
8482                    "role": "lead"
8483                }
8484            ],
8485            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
8486            "homepage": "https://github.com/sebastianbergmann/version",
8487            "support": {
8488                "issues": "https://github.com/sebastianbergmann/version/issues",
8489                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
8490            },
8491            "funding": [
8492                {
8493                    "url": "https://github.com/sebastianbergmann",
8494                    "type": "github"
8495                }
8496            ],
8497            "time": "2020-09-28T06:39:44+00:00"
8498        },
8499        {
8500            "name": "seld/jsonlint",
8501            "version": "1.8.3",
8502            "source": {
8503                "type": "git",
8504                "url": "https://github.com/Seldaek/jsonlint.git",
8505                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
8506            },
8507            "dist": {
8508                "type": "zip",
8509                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
8510                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
8511                "shasum": ""
8512            },
8513            "require": {
8514                "php": "^5.3 || ^7.0 || ^8.0"
8515            },
8516            "require-dev": {
8517                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
8518            },
8519            "bin": [
8520                "bin/jsonlint"
8521            ],
8522            "type": "library",
8523            "autoload": {
8524                "psr-4": {
8525                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
8526                }
8527            },
8528            "notification-url": "https://packagist.org/downloads/",
8529            "license": [
8530                "MIT"
8531            ],
8532            "authors": [
8533                {
8534                    "name": "Jordi Boggiano",
8535                    "email": "j.boggiano@seld.be",
8536                    "homepage": "http://seld.be"
8537                }
8538            ],
8539            "description": "JSON Linter",
8540            "keywords": [
8541                "json",
8542                "linter",
8543                "parser",
8544                "validator"
8545            ],
8546            "support": {
8547                "issues": "https://github.com/Seldaek/jsonlint/issues",
8548                "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
8549            },
8550            "funding": [
8551                {
8552                    "url": "https://github.com/Seldaek",
8553                    "type": "github"
8554                },
8555                {
8556                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
8557                    "type": "tidelift"
8558                }
8559            ],
8560            "time": "2020-11-11T09:19:24+00:00"
8561        },
8562        {
8563            "name": "seld/phar-utils",
8564            "version": "1.2.0",
8565            "source": {
8566                "type": "git",
8567                "url": "https://github.com/Seldaek/phar-utils.git",
8568                "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
8569            },
8570            "dist": {
8571                "type": "zip",
8572                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
8573                "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
8574                "shasum": ""
8575            },
8576            "require": {
8577                "php": ">=5.3"
8578            },
8579            "type": "library",
8580            "extra": {
8581                "branch-alias": {
8582                    "dev-master": "1.x-dev"
8583                }
8584            },
8585            "autoload": {
8586                "psr-4": {
8587                    "Seld\\PharUtils\\": "src/"
8588                }
8589            },
8590            "notification-url": "https://packagist.org/downloads/",
8591            "license": [
8592                "MIT"
8593            ],
8594            "authors": [
8595                {
8596                    "name": "Jordi Boggiano",
8597                    "email": "j.boggiano@seld.be"
8598                }
8599            ],
8600            "description": "PHAR file format utilities, for when PHP phars you up",
8601            "keywords": [
8602                "phar"
8603            ],
8604            "support": {
8605                "issues": "https://github.com/Seldaek/phar-utils/issues",
8606                "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0"
8607            },
8608            "time": "2021-12-10T11:20:11+00:00"
8609        },
8610        {
8611            "name": "symfony/config",
8612            "version": "v5.4.0",
8613            "source": {
8614                "type": "git",
8615                "url": "https://github.com/symfony/config.git",
8616                "reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b"
8617            },
8618            "dist": {
8619                "type": "zip",
8620                "url": "https://api.github.com/repos/symfony/config/zipball/e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
8621                "reference": "e39cf688c80fd79ab0a6a2d05a9facac9b2d534b",
8622                "shasum": ""
8623            },
8624            "require": {
8625                "php": ">=7.2.5",
8626                "symfony/deprecation-contracts": "^2.1|^3",
8627                "symfony/filesystem": "^4.4|^5.0|^6.0",
8628                "symfony/polyfill-ctype": "~1.8",
8629                "symfony/polyfill-php80": "^1.16",
8630                "symfony/polyfill-php81": "^1.22"
8631            },
8632            "conflict": {
8633                "symfony/finder": "<4.4"
8634            },
8635            "require-dev": {
8636                "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
8637                "symfony/finder": "^4.4|^5.0|^6.0",
8638                "symfony/messenger": "^4.4|^5.0|^6.0",
8639                "symfony/service-contracts": "^1.1|^2|^3",
8640                "symfony/yaml": "^4.4|^5.0|^6.0"
8641            },
8642            "suggest": {
8643                "symfony/yaml": "To use the yaml reference dumper"
8644            },
8645            "type": "library",
8646            "autoload": {
8647                "psr-4": {
8648                    "Symfony\\Component\\Config\\": ""
8649                },
8650                "exclude-from-classmap": [
8651                    "/Tests/"
8652                ]
8653            },
8654            "notification-url": "https://packagist.org/downloads/",
8655            "license": [
8656                "MIT"
8657            ],
8658            "authors": [
8659                {
8660                    "name": "Fabien Potencier",
8661                    "email": "fabien@symfony.com"
8662                },
8663                {
8664                    "name": "Symfony Community",
8665                    "homepage": "https://symfony.com/contributors"
8666                }
8667            ],
8668            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
8669            "homepage": "https://symfony.com",
8670            "support": {
8671                "source": "https://github.com/symfony/config/tree/v5.4.0"
8672            },
8673            "funding": [
8674                {
8675                    "url": "https://symfony.com/sponsor",
8676                    "type": "custom"
8677                },
8678                {
8679                    "url": "https://github.com/fabpot",
8680                    "type": "github"
8681                },
8682                {
8683                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8684                    "type": "tidelift"
8685                }
8686            ],
8687            "time": "2021-11-28T15:25:38+00:00"
8688        },
8689        {
8690            "name": "symfony/filesystem",
8691            "version": "v5.4.0",
8692            "source": {
8693                "type": "git",
8694                "url": "https://github.com/symfony/filesystem.git",
8695                "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01"
8696            },
8697            "dist": {
8698                "type": "zip",
8699                "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01",
8700                "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01",
8701                "shasum": ""
8702            },
8703            "require": {
8704                "php": ">=7.2.5",
8705                "symfony/polyfill-ctype": "~1.8",
8706                "symfony/polyfill-mbstring": "~1.8",
8707                "symfony/polyfill-php80": "^1.16"
8708            },
8709            "type": "library",
8710            "autoload": {
8711                "psr-4": {
8712                    "Symfony\\Component\\Filesystem\\": ""
8713                },
8714                "exclude-from-classmap": [
8715                    "/Tests/"
8716                ]
8717            },
8718            "notification-url": "https://packagist.org/downloads/",
8719            "license": [
8720                "MIT"
8721            ],
8722            "authors": [
8723                {
8724                    "name": "Fabien Potencier",
8725                    "email": "fabien@symfony.com"
8726                },
8727                {
8728                    "name": "Symfony Community",
8729                    "homepage": "https://symfony.com/contributors"
8730                }
8731            ],
8732            "description": "Provides basic utilities for the filesystem",
8733            "homepage": "https://symfony.com",
8734            "support": {
8735                "source": "https://github.com/symfony/filesystem/tree/v5.4.0"
8736            },
8737            "funding": [
8738                {
8739                    "url": "https://symfony.com/sponsor",
8740                    "type": "custom"
8741                },
8742                {
8743                    "url": "https://github.com/fabpot",
8744                    "type": "github"
8745                },
8746                {
8747                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8748                    "type": "tidelift"
8749                }
8750            ],
8751            "time": "2021-10-28T13:39:27+00:00"
8752        },
8753        {
8754            "name": "symfony/finder",
8755            "version": "v5.4.0",
8756            "source": {
8757                "type": "git",
8758                "url": "https://github.com/symfony/finder.git",
8759                "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590"
8760            },
8761            "dist": {
8762                "type": "zip",
8763                "url": "https://api.github.com/repos/symfony/finder/zipball/d2f29dac98e96a98be467627bd49c2efb1bc2590",
8764                "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590",
8765                "shasum": ""
8766            },
8767            "require": {
8768                "php": ">=7.2.5",
8769                "symfony/deprecation-contracts": "^2.1|^3",
8770                "symfony/polyfill-php80": "^1.16"
8771            },
8772            "type": "library",
8773            "autoload": {
8774                "psr-4": {
8775                    "Symfony\\Component\\Finder\\": ""
8776                },
8777                "exclude-from-classmap": [
8778                    "/Tests/"
8779                ]
8780            },
8781            "notification-url": "https://packagist.org/downloads/",
8782            "license": [
8783                "MIT"
8784            ],
8785            "authors": [
8786                {
8787                    "name": "Fabien Potencier",
8788                    "email": "fabien@symfony.com"
8789                },
8790                {
8791                    "name": "Symfony Community",
8792                    "homepage": "https://symfony.com/contributors"
8793                }
8794            ],
8795            "description": "Finds files and directories via an intuitive fluent interface",
8796            "homepage": "https://symfony.com",
8797            "support": {
8798                "source": "https://github.com/symfony/finder/tree/v5.4.0"
8799            },
8800            "funding": [
8801                {
8802                    "url": "https://symfony.com/sponsor",
8803                    "type": "custom"
8804                },
8805                {
8806                    "url": "https://github.com/fabpot",
8807                    "type": "github"
8808                },
8809                {
8810                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8811                    "type": "tidelift"
8812                }
8813            ],
8814            "time": "2021-11-28T15:25:38+00:00"
8815        },
8816        {
8817            "name": "symfony/process",
8818            "version": "v5.4.0",
8819            "source": {
8820                "type": "git",
8821                "url": "https://github.com/symfony/process.git",
8822                "reference": "5be20b3830f726e019162b26223110c8f47cf274"
8823            },
8824            "dist": {
8825                "type": "zip",
8826                "url": "https://api.github.com/repos/symfony/process/zipball/5be20b3830f726e019162b26223110c8f47cf274",
8827                "reference": "5be20b3830f726e019162b26223110c8f47cf274",
8828                "shasum": ""
8829            },
8830            "require": {
8831                "php": ">=7.2.5",
8832                "symfony/polyfill-php80": "^1.16"
8833            },
8834            "type": "library",
8835            "autoload": {
8836                "psr-4": {
8837                    "Symfony\\Component\\Process\\": ""
8838                },
8839                "exclude-from-classmap": [
8840                    "/Tests/"
8841                ]
8842            },
8843            "notification-url": "https://packagist.org/downloads/",
8844            "license": [
8845                "MIT"
8846            ],
8847            "authors": [
8848                {
8849                    "name": "Fabien Potencier",
8850                    "email": "fabien@symfony.com"
8851                },
8852                {
8853                    "name": "Symfony Community",
8854                    "homepage": "https://symfony.com/contributors"
8855                }
8856            ],
8857            "description": "Executes commands in sub-processes",
8858            "homepage": "https://symfony.com",
8859            "support": {
8860                "source": "https://github.com/symfony/process/tree/v5.4.0"
8861            },
8862            "funding": [
8863                {
8864                    "url": "https://symfony.com/sponsor",
8865                    "type": "custom"
8866                },
8867                {
8868                    "url": "https://github.com/fabpot",
8869                    "type": "github"
8870                },
8871                {
8872                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8873                    "type": "tidelift"
8874                }
8875            ],
8876            "time": "2021-11-28T15:25:38+00:00"
8877        },
8878        {
8879            "name": "symfony/stopwatch",
8880            "version": "v5.4.0",
8881            "source": {
8882                "type": "git",
8883                "url": "https://github.com/symfony/stopwatch.git",
8884                "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe"
8885            },
8886            "dist": {
8887                "type": "zip",
8888                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe",
8889                "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe",
8890                "shasum": ""
8891            },
8892            "require": {
8893                "php": ">=7.2.5",
8894                "symfony/service-contracts": "^1|^2|^3"
8895            },
8896            "type": "library",
8897            "autoload": {
8898                "psr-4": {
8899                    "Symfony\\Component\\Stopwatch\\": ""
8900                },
8901                "exclude-from-classmap": [
8902                    "/Tests/"
8903                ]
8904            },
8905            "notification-url": "https://packagist.org/downloads/",
8906            "license": [
8907                "MIT"
8908            ],
8909            "authors": [
8910                {
8911                    "name": "Fabien Potencier",
8912                    "email": "fabien@symfony.com"
8913                },
8914                {
8915                    "name": "Symfony Community",
8916                    "homepage": "https://symfony.com/contributors"
8917                }
8918            ],
8919            "description": "Provides a way to profile code",
8920            "homepage": "https://symfony.com",
8921            "support": {
8922                "source": "https://github.com/symfony/stopwatch/tree/v5.4.0"
8923            },
8924            "funding": [
8925                {
8926                    "url": "https://symfony.com/sponsor",
8927                    "type": "custom"
8928                },
8929                {
8930                    "url": "https://github.com/fabpot",
8931                    "type": "github"
8932                },
8933                {
8934                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8935                    "type": "tidelift"
8936                }
8937            ],
8938            "time": "2021-11-23T10:19:22+00:00"
8939        },
8940        {
8941            "name": "symfony/var-dumper",
8942            "version": "v5.4.1",
8943            "source": {
8944                "type": "git",
8945                "url": "https://github.com/symfony/var-dumper.git",
8946                "reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc"
8947            },
8948            "dist": {
8949                "type": "zip",
8950                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
8951                "reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
8952                "shasum": ""
8953            },
8954            "require": {
8955                "php": ">=7.2.5",
8956                "symfony/polyfill-mbstring": "~1.0",
8957                "symfony/polyfill-php80": "^1.16"
8958            },
8959            "conflict": {
8960                "phpunit/phpunit": "<5.4.3",
8961                "symfony/console": "<4.4"
8962            },
8963            "require-dev": {
8964                "ext-iconv": "*",
8965                "symfony/console": "^4.4|^5.0|^6.0",
8966                "symfony/process": "^4.4|^5.0|^6.0",
8967                "symfony/uid": "^5.1|^6.0",
8968                "twig/twig": "^2.13|^3.0.4"
8969            },
8970            "suggest": {
8971                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
8972                "ext-intl": "To show region name in time zone dump",
8973                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
8974            },
8975            "bin": [
8976                "Resources/bin/var-dump-server"
8977            ],
8978            "type": "library",
8979            "autoload": {
8980                "files": [
8981                    "Resources/functions/dump.php"
8982                ],
8983                "psr-4": {
8984                    "Symfony\\Component\\VarDumper\\": ""
8985                },
8986                "exclude-from-classmap": [
8987                    "/Tests/"
8988                ]
8989            },
8990            "notification-url": "https://packagist.org/downloads/",
8991            "license": [
8992                "MIT"
8993            ],
8994            "authors": [
8995                {
8996                    "name": "Nicolas Grekas",
8997                    "email": "p@tchwork.com"
8998                },
8999                {
9000                    "name": "Symfony Community",
9001                    "homepage": "https://symfony.com/contributors"
9002                }
9003            ],
9004            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
9005            "homepage": "https://symfony.com",
9006            "keywords": [
9007                "debug",
9008                "dump"
9009            ],
9010            "support": {
9011                "source": "https://github.com/symfony/var-dumper/tree/v5.4.1"
9012            },
9013            "funding": [
9014                {
9015                    "url": "https://symfony.com/sponsor",
9016                    "type": "custom"
9017                },
9018                {
9019                    "url": "https://github.com/fabpot",
9020                    "type": "github"
9021                },
9022                {
9023                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9024                    "type": "tidelift"
9025                }
9026            ],
9027            "time": "2021-12-01T15:04:08+00:00"
9028        },
9029        {
9030            "name": "symfony/yaml",
9031            "version": "v5.4.0",
9032            "source": {
9033                "type": "git",
9034                "url": "https://github.com/symfony/yaml.git",
9035                "reference": "034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc"
9036            },
9037            "dist": {
9038                "type": "zip",
9039                "url": "https://api.github.com/repos/symfony/yaml/zipball/034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc",
9040                "reference": "034ccc0994f1ae3f7499fa5b1f2e75d5e7a94efc",
9041                "shasum": ""
9042            },
9043            "require": {
9044                "php": ">=7.2.5",
9045                "symfony/deprecation-contracts": "^2.1|^3",
9046                "symfony/polyfill-ctype": "^1.8"
9047            },
9048            "conflict": {
9049                "symfony/console": "<5.3"
9050            },
9051            "require-dev": {
9052                "symfony/console": "^5.3|^6.0"
9053            },
9054            "suggest": {
9055                "symfony/console": "For validating YAML files using the lint command"
9056            },
9057            "bin": [
9058                "Resources/bin/yaml-lint"
9059            ],
9060            "type": "library",
9061            "autoload": {
9062                "psr-4": {
9063                    "Symfony\\Component\\Yaml\\": ""
9064                },
9065                "exclude-from-classmap": [
9066                    "/Tests/"
9067                ]
9068            },
9069            "notification-url": "https://packagist.org/downloads/",
9070            "license": [
9071                "MIT"
9072            ],
9073            "authors": [
9074                {
9075                    "name": "Fabien Potencier",
9076                    "email": "fabien@symfony.com"
9077                },
9078                {
9079                    "name": "Symfony Community",
9080                    "homepage": "https://symfony.com/contributors"
9081                }
9082            ],
9083            "description": "Loads and dumps YAML files",
9084            "homepage": "https://symfony.com",
9085            "support": {
9086                "source": "https://github.com/symfony/yaml/tree/v5.4.0"
9087            },
9088            "funding": [
9089                {
9090                    "url": "https://symfony.com/sponsor",
9091                    "type": "custom"
9092                },
9093                {
9094                    "url": "https://github.com/fabpot",
9095                    "type": "github"
9096                },
9097                {
9098                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9099                    "type": "tidelift"
9100                }
9101            ],
9102            "time": "2021-11-28T15:25:38+00:00"
9103        },
9104        {
9105            "name": "theseer/tokenizer",
9106            "version": "1.2.1",
9107            "source": {
9108                "type": "git",
9109                "url": "https://github.com/theseer/tokenizer.git",
9110                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
9111            },
9112            "dist": {
9113                "type": "zip",
9114                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
9115                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
9116                "shasum": ""
9117            },
9118            "require": {
9119                "ext-dom": "*",
9120                "ext-tokenizer": "*",
9121                "ext-xmlwriter": "*",
9122                "php": "^7.2 || ^8.0"
9123            },
9124            "type": "library",
9125            "autoload": {
9126                "classmap": [
9127                    "src/"
9128                ]
9129            },
9130            "notification-url": "https://packagist.org/downloads/",
9131            "license": [
9132                "BSD-3-Clause"
9133            ],
9134            "authors": [
9135                {
9136                    "name": "Arne Blankerts",
9137                    "email": "arne@blankerts.de",
9138                    "role": "Developer"
9139                }
9140            ],
9141            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
9142            "support": {
9143                "issues": "https://github.com/theseer/tokenizer/issues",
9144                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
9145            },
9146            "funding": [
9147                {
9148                    "url": "https://github.com/theseer",
9149                    "type": "github"
9150                }
9151            ],
9152            "time": "2021-07-28T10:34:58+00:00"
9153        },
9154        {
9155            "name": "webmozart/assert",
9156            "version": "1.10.0",
9157            "source": {
9158                "type": "git",
9159                "url": "https://github.com/webmozarts/assert.git",
9160                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
9161            },
9162            "dist": {
9163                "type": "zip",
9164                "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
9165                "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
9166                "shasum": ""
9167            },
9168            "require": {
9169                "php": "^7.2 || ^8.0",
9170                "symfony/polyfill-ctype": "^1.8"
9171            },
9172            "conflict": {
9173                "phpstan/phpstan": "<0.12.20",
9174                "vimeo/psalm": "<4.6.1 || 4.6.2"
9175            },
9176            "require-dev": {
9177                "phpunit/phpunit": "^8.5.13"
9178            },
9179            "type": "library",
9180            "extra": {
9181                "branch-alias": {
9182                    "dev-master": "1.10-dev"
9183                }
9184            },
9185            "autoload": {
9186                "psr-4": {
9187                    "Webmozart\\Assert\\": "src/"
9188                }
9189            },
9190            "notification-url": "https://packagist.org/downloads/",
9191            "license": [
9192                "MIT"
9193            ],
9194            "authors": [
9195                {
9196                    "name": "Bernhard Schussek",
9197                    "email": "bschussek@gmail.com"
9198                }
9199            ],
9200            "description": "Assertions to validate method input/output with nice error messages.",
9201            "keywords": [
9202                "assert",
9203                "check",
9204                "validate"
9205            ],
9206            "support": {
9207                "issues": "https://github.com/webmozarts/assert/issues",
9208                "source": "https://github.com/webmozarts/assert/tree/1.10.0"
9209            },
9210            "time": "2021-03-09T10:59:23+00:00"
9211        }
9212    ],
9213    "aliases": [],
9214    "minimum-stability": "stable",
9215    "stability-flags": [],
9216    "prefer-stable": false,
9217    "prefer-lowest": false,
9218    "platform": {
9219        "php": "7.4 - 8.1",
9220        "ext-ctype": "*",
9221        "ext-curl": "*",
9222        "ext-gd": "*",
9223        "ext-iconv": "*",
9224        "ext-intl": "*",
9225        "ext-json": "*",
9226        "ext-pcre": "*",
9227        "ext-pdo": "*",
9228        "ext-session": "*",
9229        "ext-xml": "*",
9230        "ext-zip": "*"
9231    },
9232    "platform-dev": {
9233        "ext-dom": "*",
9234        "ext-pdo_sqlite": "*",
9235        "ext-sqlite3": "*"
9236    },
9237    "platform-overrides": {
9238        "php": "7.4"
9239    },
9240    "plugin-api-version": "2.1.0"
9241}
9242