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