xref: /webtrees/composer.lock (revision 090a06287954f43677f06ea778b3f67c029de8fe)
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": "2.1.25",
674            "source": {
675                "type": "git",
676                "url": "https://github.com/egulias/EmailValidator.git",
677                "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
678            },
679            "dist": {
680                "type": "zip",
681                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
682                "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
683                "shasum": ""
684            },
685            "require": {
686                "doctrine/lexer": "^1.0.1",
687                "php": ">=5.5",
688                "symfony/polyfill-intl-idn": "^1.10"
689            },
690            "require-dev": {
691                "dominicsayers/isemail": "^3.0.7",
692                "phpunit/phpunit": "^4.8.36|^7.5.15",
693                "satooshi/php-coveralls": "^1.0.1"
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": "2.1.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/2.1.25"
730            },
731            "funding": [
732                {
733                    "url": "https://github.com/egulias",
734                    "type": "github"
735                }
736            ],
737            "time": "2020-12-29T14:50:06+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.0",
1183            "source": {
1184                "type": "git",
1185                "url": "https://github.com/guzzle/promises.git",
1186                "reference": "60d379c243457e073cff02bc323a2a86cb355631"
1187            },
1188            "dist": {
1189                "type": "zip",
1190                "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
1191                "reference": "60d379c243457e073cff02bc323a2a86cb355631",
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.0"
1232            },
1233            "time": "2020-09-30T07:37:28+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.28.1",
1313            "source": {
1314                "type": "git",
1315                "url": "https://github.com/illuminate/collections.git",
1316                "reference": "7153004582fb4ab8809a9e491960e250e12a4e7b"
1317            },
1318            "dist": {
1319                "type": "zip",
1320                "url": "https://api.github.com/repos/illuminate/collections/zipball/7153004582fb4ab8809a9e491960e250e12a4e7b",
1321                "reference": "7153004582fb4ab8809a9e491960e250e12a4e7b",
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-02-15T15:07:11+00:00"
1363        },
1364        {
1365            "name": "illuminate/container",
1366            "version": "v8.28.1",
1367            "source": {
1368                "type": "git",
1369                "url": "https://github.com/illuminate/container.git",
1370                "reference": "3d6ce613f455093fdf8bd3c81b30104aef0b11e0"
1371            },
1372            "dist": {
1373                "type": "zip",
1374                "url": "https://api.github.com/repos/illuminate/container/zipball/3d6ce613f455093fdf8bd3c81b30104aef0b11e0",
1375                "reference": "3d6ce613f455093fdf8bd3c81b30104aef0b11e0",
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-02-12T21:15:27+00:00"
1414        },
1415        {
1416            "name": "illuminate/contracts",
1417            "version": "v8.28.1",
1418            "source": {
1419                "type": "git",
1420                "url": "https://github.com/illuminate/contracts.git",
1421                "reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6"
1422            },
1423            "dist": {
1424                "type": "zip",
1425                "url": "https://api.github.com/repos/illuminate/contracts/zipball/b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
1426                "reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
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-01-20T14:18:13+00:00"
1462        },
1463        {
1464            "name": "illuminate/database",
1465            "version": "v8.28.1",
1466            "source": {
1467                "type": "git",
1468                "url": "https://github.com/illuminate/database.git",
1469                "reference": "5772eab7f07939c2777cf8e7868c7ec0dd08419f"
1470            },
1471            "dist": {
1472                "type": "zip",
1473                "url": "https://api.github.com/repos/illuminate/database/zipball/5772eab7f07939c2777cf8e7868c7ec0dd08419f",
1474                "reference": "5772eab7f07939c2777cf8e7868c7ec0dd08419f",
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-02-15T15:14:26+00:00"
1530        },
1531        {
1532            "name": "illuminate/macroable",
1533            "version": "v8.28.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.28.1",
1580            "source": {
1581                "type": "git",
1582                "url": "https://github.com/illuminate/support.git",
1583                "reference": "b2f3711b8790de772703e003deb04d5766092b20"
1584            },
1585            "dist": {
1586                "type": "zip",
1587                "url": "https://api.github.com/repos/illuminate/support/zipball/b2f3711b8790de772703e003deb04d5766092b20",
1588                "reference": "b2f3711b8790de772703e003deb04d5766092b20",
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-02-15T15:06:32+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.45.1",
2200            "source": {
2201                "type": "git",
2202                "url": "https://github.com/briannesbitt/Carbon.git",
2203                "reference": "528783b188bdb853eb21239b1722831e0f000a8d"
2204            },
2205            "dist": {
2206                "type": "zip",
2207                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/528783b188bdb853eb21239b1722831e0f000a8d",
2208                "reference": "528783b188bdb853eb21239b1722831e0f000a8d",
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-11T18:30:17+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.0.0",
2596            "source": {
2597                "type": "git",
2598                "url": "https://github.com/php-fig/container.git",
2599                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2600            },
2601            "dist": {
2602                "type": "zip",
2603                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2604                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2605                "shasum": ""
2606            },
2607            "require": {
2608                "php": ">=5.3.0"
2609            },
2610            "type": "library",
2611            "extra": {
2612                "branch-alias": {
2613                    "dev-master": "1.0.x-dev"
2614                }
2615            },
2616            "autoload": {
2617                "psr-4": {
2618                    "Psr\\Container\\": "src/"
2619                }
2620            },
2621            "notification-url": "https://packagist.org/downloads/",
2622            "license": [
2623                "MIT"
2624            ],
2625            "authors": [
2626                {
2627                    "name": "PHP-FIG",
2628                    "homepage": "http://www.php-fig.org/"
2629                }
2630            ],
2631            "description": "Common Container Interface (PHP FIG PSR-11)",
2632            "homepage": "https://github.com/php-fig/container",
2633            "keywords": [
2634                "PSR-11",
2635                "container",
2636                "container-interface",
2637                "container-interop",
2638                "psr"
2639            ],
2640            "support": {
2641                "issues": "https://github.com/php-fig/container/issues",
2642                "source": "https://github.com/php-fig/container/tree/master"
2643            },
2644            "time": "2017-02-14T16:28:37+00:00"
2645        },
2646        {
2647            "name": "psr/http-client",
2648            "version": "1.0.1",
2649            "source": {
2650                "type": "git",
2651                "url": "https://github.com/php-fig/http-client.git",
2652                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2653            },
2654            "dist": {
2655                "type": "zip",
2656                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2657                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2658                "shasum": ""
2659            },
2660            "require": {
2661                "php": "^7.0 || ^8.0",
2662                "psr/http-message": "^1.0"
2663            },
2664            "type": "library",
2665            "extra": {
2666                "branch-alias": {
2667                    "dev-master": "1.0.x-dev"
2668                }
2669            },
2670            "autoload": {
2671                "psr-4": {
2672                    "Psr\\Http\\Client\\": "src/"
2673                }
2674            },
2675            "notification-url": "https://packagist.org/downloads/",
2676            "license": [
2677                "MIT"
2678            ],
2679            "authors": [
2680                {
2681                    "name": "PHP-FIG",
2682                    "homepage": "http://www.php-fig.org/"
2683                }
2684            ],
2685            "description": "Common interface for HTTP clients",
2686            "homepage": "https://github.com/php-fig/http-client",
2687            "keywords": [
2688                "http",
2689                "http-client",
2690                "psr",
2691                "psr-18"
2692            ],
2693            "support": {
2694                "source": "https://github.com/php-fig/http-client/tree/master"
2695            },
2696            "time": "2020-06-29T06:28:15+00:00"
2697        },
2698        {
2699            "name": "psr/http-factory",
2700            "version": "1.0.1",
2701            "source": {
2702                "type": "git",
2703                "url": "https://github.com/php-fig/http-factory.git",
2704                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
2705            },
2706            "dist": {
2707                "type": "zip",
2708                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2709                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2710                "shasum": ""
2711            },
2712            "require": {
2713                "php": ">=7.0.0",
2714                "psr/http-message": "^1.0"
2715            },
2716            "type": "library",
2717            "extra": {
2718                "branch-alias": {
2719                    "dev-master": "1.0.x-dev"
2720                }
2721            },
2722            "autoload": {
2723                "psr-4": {
2724                    "Psr\\Http\\Message\\": "src/"
2725                }
2726            },
2727            "notification-url": "https://packagist.org/downloads/",
2728            "license": [
2729                "MIT"
2730            ],
2731            "authors": [
2732                {
2733                    "name": "PHP-FIG",
2734                    "homepage": "http://www.php-fig.org/"
2735                }
2736            ],
2737            "description": "Common interfaces for PSR-7 HTTP message factories",
2738            "keywords": [
2739                "factory",
2740                "http",
2741                "message",
2742                "psr",
2743                "psr-17",
2744                "psr-7",
2745                "request",
2746                "response"
2747            ],
2748            "support": {
2749                "source": "https://github.com/php-fig/http-factory/tree/master"
2750            },
2751            "time": "2019-04-30T12:38:16+00:00"
2752        },
2753        {
2754            "name": "psr/http-message",
2755            "version": "1.0.1",
2756            "source": {
2757                "type": "git",
2758                "url": "https://github.com/php-fig/http-message.git",
2759                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2760            },
2761            "dist": {
2762                "type": "zip",
2763                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2764                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2765                "shasum": ""
2766            },
2767            "require": {
2768                "php": ">=5.3.0"
2769            },
2770            "type": "library",
2771            "extra": {
2772                "branch-alias": {
2773                    "dev-master": "1.0.x-dev"
2774                }
2775            },
2776            "autoload": {
2777                "psr-4": {
2778                    "Psr\\Http\\Message\\": "src/"
2779                }
2780            },
2781            "notification-url": "https://packagist.org/downloads/",
2782            "license": [
2783                "MIT"
2784            ],
2785            "authors": [
2786                {
2787                    "name": "PHP-FIG",
2788                    "homepage": "http://www.php-fig.org/"
2789                }
2790            ],
2791            "description": "Common interface for HTTP messages",
2792            "homepage": "https://github.com/php-fig/http-message",
2793            "keywords": [
2794                "http",
2795                "http-message",
2796                "psr",
2797                "psr-7",
2798                "request",
2799                "response"
2800            ],
2801            "support": {
2802                "source": "https://github.com/php-fig/http-message/tree/master"
2803            },
2804            "time": "2016-08-06T14:39:51+00:00"
2805        },
2806        {
2807            "name": "psr/http-server-handler",
2808            "version": "1.0.1",
2809            "source": {
2810                "type": "git",
2811                "url": "https://github.com/php-fig/http-server-handler.git",
2812                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
2813            },
2814            "dist": {
2815                "type": "zip",
2816                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2817                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
2818                "shasum": ""
2819            },
2820            "require": {
2821                "php": ">=7.0",
2822                "psr/http-message": "^1.0"
2823            },
2824            "type": "library",
2825            "extra": {
2826                "branch-alias": {
2827                    "dev-master": "1.0.x-dev"
2828                }
2829            },
2830            "autoload": {
2831                "psr-4": {
2832                    "Psr\\Http\\Server\\": "src/"
2833                }
2834            },
2835            "notification-url": "https://packagist.org/downloads/",
2836            "license": [
2837                "MIT"
2838            ],
2839            "authors": [
2840                {
2841                    "name": "PHP-FIG",
2842                    "homepage": "http://www.php-fig.org/"
2843                }
2844            ],
2845            "description": "Common interface for HTTP server-side request handler",
2846            "keywords": [
2847                "handler",
2848                "http",
2849                "http-interop",
2850                "psr",
2851                "psr-15",
2852                "psr-7",
2853                "request",
2854                "response",
2855                "server"
2856            ],
2857            "support": {
2858                "issues": "https://github.com/php-fig/http-server-handler/issues",
2859                "source": "https://github.com/php-fig/http-server-handler/tree/master"
2860            },
2861            "time": "2018-10-30T16:46:14+00:00"
2862        },
2863        {
2864            "name": "psr/http-server-middleware",
2865            "version": "1.0.1",
2866            "source": {
2867                "type": "git",
2868                "url": "https://github.com/php-fig/http-server-middleware.git",
2869                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
2870            },
2871            "dist": {
2872                "type": "zip",
2873                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2874                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
2875                "shasum": ""
2876            },
2877            "require": {
2878                "php": ">=7.0",
2879                "psr/http-message": "^1.0",
2880                "psr/http-server-handler": "^1.0"
2881            },
2882            "type": "library",
2883            "extra": {
2884                "branch-alias": {
2885                    "dev-master": "1.0.x-dev"
2886                }
2887            },
2888            "autoload": {
2889                "psr-4": {
2890                    "Psr\\Http\\Server\\": "src/"
2891                }
2892            },
2893            "notification-url": "https://packagist.org/downloads/",
2894            "license": [
2895                "MIT"
2896            ],
2897            "authors": [
2898                {
2899                    "name": "PHP-FIG",
2900                    "homepage": "http://www.php-fig.org/"
2901                }
2902            ],
2903            "description": "Common interface for HTTP server-side middleware",
2904            "keywords": [
2905                "http",
2906                "http-interop",
2907                "middleware",
2908                "psr",
2909                "psr-15",
2910                "psr-7",
2911                "request",
2912                "response"
2913            ],
2914            "support": {
2915                "issues": "https://github.com/php-fig/http-server-middleware/issues",
2916                "source": "https://github.com/php-fig/http-server-middleware/tree/master"
2917            },
2918            "time": "2018-10-30T17:12:04+00:00"
2919        },
2920        {
2921            "name": "psr/log",
2922            "version": "1.1.3",
2923            "source": {
2924                "type": "git",
2925                "url": "https://github.com/php-fig/log.git",
2926                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2927            },
2928            "dist": {
2929                "type": "zip",
2930                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2931                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2932                "shasum": ""
2933            },
2934            "require": {
2935                "php": ">=5.3.0"
2936            },
2937            "type": "library",
2938            "extra": {
2939                "branch-alias": {
2940                    "dev-master": "1.1.x-dev"
2941                }
2942            },
2943            "autoload": {
2944                "psr-4": {
2945                    "Psr\\Log\\": "Psr/Log/"
2946                }
2947            },
2948            "notification-url": "https://packagist.org/downloads/",
2949            "license": [
2950                "MIT"
2951            ],
2952            "authors": [
2953                {
2954                    "name": "PHP-FIG",
2955                    "homepage": "http://www.php-fig.org/"
2956                }
2957            ],
2958            "description": "Common interface for logging libraries",
2959            "homepage": "https://github.com/php-fig/log",
2960            "keywords": [
2961                "log",
2962                "psr",
2963                "psr-3"
2964            ],
2965            "support": {
2966                "source": "https://github.com/php-fig/log/tree/1.1.3"
2967            },
2968            "time": "2020-03-23T09:12:05+00:00"
2969        },
2970        {
2971            "name": "psr/simple-cache",
2972            "version": "1.0.1",
2973            "source": {
2974                "type": "git",
2975                "url": "https://github.com/php-fig/simple-cache.git",
2976                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2977            },
2978            "dist": {
2979                "type": "zip",
2980                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2981                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2982                "shasum": ""
2983            },
2984            "require": {
2985                "php": ">=5.3.0"
2986            },
2987            "type": "library",
2988            "extra": {
2989                "branch-alias": {
2990                    "dev-master": "1.0.x-dev"
2991                }
2992            },
2993            "autoload": {
2994                "psr-4": {
2995                    "Psr\\SimpleCache\\": "src/"
2996                }
2997            },
2998            "notification-url": "https://packagist.org/downloads/",
2999            "license": [
3000                "MIT"
3001            ],
3002            "authors": [
3003                {
3004                    "name": "PHP-FIG",
3005                    "homepage": "http://www.php-fig.org/"
3006                }
3007            ],
3008            "description": "Common interfaces for simple caching",
3009            "keywords": [
3010                "cache",
3011                "caching",
3012                "psr",
3013                "psr-16",
3014                "simple-cache"
3015            ],
3016            "support": {
3017                "source": "https://github.com/php-fig/simple-cache/tree/master"
3018            },
3019            "time": "2017-10-23T01:57:42+00:00"
3020        },
3021        {
3022            "name": "ralouphie/getallheaders",
3023            "version": "3.0.3",
3024            "source": {
3025                "type": "git",
3026                "url": "https://github.com/ralouphie/getallheaders.git",
3027                "reference": "120b605dfeb996808c31b6477290a714d356e822"
3028            },
3029            "dist": {
3030                "type": "zip",
3031                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3032                "reference": "120b605dfeb996808c31b6477290a714d356e822",
3033                "shasum": ""
3034            },
3035            "require": {
3036                "php": ">=5.6"
3037            },
3038            "require-dev": {
3039                "php-coveralls/php-coveralls": "^2.1",
3040                "phpunit/phpunit": "^5 || ^6.5"
3041            },
3042            "type": "library",
3043            "autoload": {
3044                "files": [
3045                    "src/getallheaders.php"
3046                ]
3047            },
3048            "notification-url": "https://packagist.org/downloads/",
3049            "license": [
3050                "MIT"
3051            ],
3052            "authors": [
3053                {
3054                    "name": "Ralph Khattar",
3055                    "email": "ralph.khattar@gmail.com"
3056                }
3057            ],
3058            "description": "A polyfill for getallheaders.",
3059            "support": {
3060                "issues": "https://github.com/ralouphie/getallheaders/issues",
3061                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3062            },
3063            "time": "2019-03-08T08:55:37+00:00"
3064        },
3065        {
3066            "name": "ramsey/collection",
3067            "version": "1.1.3",
3068            "source": {
3069                "type": "git",
3070                "url": "https://github.com/ramsey/collection.git",
3071                "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
3072            },
3073            "dist": {
3074                "type": "zip",
3075                "url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
3076                "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
3077                "shasum": ""
3078            },
3079            "require": {
3080                "php": "^7.2 || ^8"
3081            },
3082            "require-dev": {
3083                "captainhook/captainhook": "^5.3",
3084                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
3085                "ergebnis/composer-normalize": "^2.6",
3086                "fakerphp/faker": "^1.5",
3087                "hamcrest/hamcrest-php": "^2",
3088                "jangregor/phpstan-prophecy": "^0.8",
3089                "mockery/mockery": "^1.3",
3090                "phpstan/extension-installer": "^1",
3091                "phpstan/phpstan": "^0.12.32",
3092                "phpstan/phpstan-mockery": "^0.12.5",
3093                "phpstan/phpstan-phpunit": "^0.12.11",
3094                "phpunit/phpunit": "^8.5 || ^9",
3095                "psy/psysh": "^0.10.4",
3096                "slevomat/coding-standard": "^6.3",
3097                "squizlabs/php_codesniffer": "^3.5",
3098                "vimeo/psalm": "^4.4"
3099            },
3100            "type": "library",
3101            "autoload": {
3102                "psr-4": {
3103                    "Ramsey\\Collection\\": "src/"
3104                }
3105            },
3106            "notification-url": "https://packagist.org/downloads/",
3107            "license": [
3108                "MIT"
3109            ],
3110            "authors": [
3111                {
3112                    "name": "Ben Ramsey",
3113                    "email": "ben@benramsey.com",
3114                    "homepage": "https://benramsey.com"
3115                }
3116            ],
3117            "description": "A PHP 7.2+ library for representing and manipulating collections.",
3118            "keywords": [
3119                "array",
3120                "collection",
3121                "hash",
3122                "map",
3123                "queue",
3124                "set"
3125            ],
3126            "support": {
3127                "issues": "https://github.com/ramsey/collection/issues",
3128                "source": "https://github.com/ramsey/collection/tree/1.1.3"
3129            },
3130            "funding": [
3131                {
3132                    "url": "https://github.com/ramsey",
3133                    "type": "github"
3134                },
3135                {
3136                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
3137                    "type": "tidelift"
3138                }
3139            ],
3140            "time": "2021-01-21T17:40:04+00:00"
3141        },
3142        {
3143            "name": "ramsey/uuid",
3144            "version": "4.1.1",
3145            "source": {
3146                "type": "git",
3147                "url": "https://github.com/ramsey/uuid.git",
3148                "reference": "cd4032040a750077205918c86049aa0f43d22947"
3149            },
3150            "dist": {
3151                "type": "zip",
3152                "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
3153                "reference": "cd4032040a750077205918c86049aa0f43d22947",
3154                "shasum": ""
3155            },
3156            "require": {
3157                "brick/math": "^0.8 || ^0.9",
3158                "ext-json": "*",
3159                "php": "^7.2 || ^8",
3160                "ramsey/collection": "^1.0",
3161                "symfony/polyfill-ctype": "^1.8"
3162            },
3163            "replace": {
3164                "rhumsaa/uuid": "self.version"
3165            },
3166            "require-dev": {
3167                "codeception/aspect-mock": "^3",
3168                "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
3169                "doctrine/annotations": "^1.8",
3170                "goaop/framework": "^2",
3171                "mockery/mockery": "^1.3",
3172                "moontoast/math": "^1.1",
3173                "paragonie/random-lib": "^2",
3174                "php-mock/php-mock-mockery": "^1.3",
3175                "php-mock/php-mock-phpunit": "^2.5",
3176                "php-parallel-lint/php-parallel-lint": "^1.1",
3177                "phpbench/phpbench": "^0.17.1",
3178                "phpstan/extension-installer": "^1.0",
3179                "phpstan/phpstan": "^0.12",
3180                "phpstan/phpstan-mockery": "^0.12",
3181                "phpstan/phpstan-phpunit": "^0.12",
3182                "phpunit/phpunit": "^8.5",
3183                "psy/psysh": "^0.10.0",
3184                "slevomat/coding-standard": "^6.0",
3185                "squizlabs/php_codesniffer": "^3.5",
3186                "vimeo/psalm": "3.9.4"
3187            },
3188            "suggest": {
3189                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
3190                "ext-ctype": "Enables faster processing of character classification using ctype functions.",
3191                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
3192                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
3193                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3194                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3195            },
3196            "type": "library",
3197            "extra": {
3198                "branch-alias": {
3199                    "dev-master": "4.x-dev"
3200                }
3201            },
3202            "autoload": {
3203                "psr-4": {
3204                    "Ramsey\\Uuid\\": "src/"
3205                },
3206                "files": [
3207                    "src/functions.php"
3208                ]
3209            },
3210            "notification-url": "https://packagist.org/downloads/",
3211            "license": [
3212                "MIT"
3213            ],
3214            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
3215            "homepage": "https://github.com/ramsey/uuid",
3216            "keywords": [
3217                "guid",
3218                "identifier",
3219                "uuid"
3220            ],
3221            "support": {
3222                "issues": "https://github.com/ramsey/uuid/issues",
3223                "rss": "https://github.com/ramsey/uuid/releases.atom",
3224                "source": "https://github.com/ramsey/uuid"
3225            },
3226            "funding": [
3227                {
3228                    "url": "https://github.com/ramsey",
3229                    "type": "github"
3230                }
3231            ],
3232            "time": "2020-08-18T17:17:46+00:00"
3233        },
3234        {
3235            "name": "swiftmailer/swiftmailer",
3236            "version": "v6.2.5",
3237            "source": {
3238                "type": "git",
3239                "url": "https://github.com/swiftmailer/swiftmailer.git",
3240                "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7"
3241            },
3242            "dist": {
3243                "type": "zip",
3244                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7",
3245                "reference": "698a6a9f54d7eb321274de3ad19863802c879fb7",
3246                "shasum": ""
3247            },
3248            "require": {
3249                "egulias/email-validator": "^2.0",
3250                "php": ">=7.0.0",
3251                "symfony/polyfill-iconv": "^1.0",
3252                "symfony/polyfill-intl-idn": "^1.10",
3253                "symfony/polyfill-mbstring": "^1.0"
3254            },
3255            "require-dev": {
3256                "mockery/mockery": "^1.0",
3257                "symfony/phpunit-bridge": "^4.4|^5.0"
3258            },
3259            "suggest": {
3260                "ext-intl": "Needed to support internationalized email addresses"
3261            },
3262            "type": "library",
3263            "extra": {
3264                "branch-alias": {
3265                    "dev-master": "6.2-dev"
3266                }
3267            },
3268            "autoload": {
3269                "files": [
3270                    "lib/swift_required.php"
3271                ]
3272            },
3273            "notification-url": "https://packagist.org/downloads/",
3274            "license": [
3275                "MIT"
3276            ],
3277            "authors": [
3278                {
3279                    "name": "Chris Corbyn"
3280                },
3281                {
3282                    "name": "Fabien Potencier",
3283                    "email": "fabien@symfony.com"
3284                }
3285            ],
3286            "description": "Swiftmailer, free feature-rich PHP mailer",
3287            "homepage": "https://swiftmailer.symfony.com",
3288            "keywords": [
3289                "email",
3290                "mail",
3291                "mailer"
3292            ],
3293            "support": {
3294                "issues": "https://github.com/swiftmailer/swiftmailer/issues",
3295                "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.5"
3296            },
3297            "funding": [
3298                {
3299                    "url": "https://github.com/fabpot",
3300                    "type": "github"
3301                },
3302                {
3303                    "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
3304                    "type": "tidelift"
3305                }
3306            ],
3307            "time": "2021-01-12T09:35:59+00:00"
3308        },
3309        {
3310            "name": "symfony/cache",
3311            "version": "v5.2.3",
3312            "source": {
3313                "type": "git",
3314                "url": "https://github.com/symfony/cache.git",
3315                "reference": "d6aed6c1bbf6f59e521f46437475a0ff4878d388"
3316            },
3317            "dist": {
3318                "type": "zip",
3319                "url": "https://api.github.com/repos/symfony/cache/zipball/d6aed6c1bbf6f59e521f46437475a0ff4878d388",
3320                "reference": "d6aed6c1bbf6f59e521f46437475a0ff4878d388",
3321                "shasum": ""
3322            },
3323            "require": {
3324                "php": ">=7.2.5",
3325                "psr/cache": "~1.0",
3326                "psr/log": "^1.1",
3327                "symfony/cache-contracts": "^1.1.7|^2",
3328                "symfony/polyfill-php80": "^1.15",
3329                "symfony/service-contracts": "^1.1|^2",
3330                "symfony/var-exporter": "^4.4|^5.0"
3331            },
3332            "conflict": {
3333                "doctrine/dbal": "<2.10",
3334                "symfony/dependency-injection": "<4.4",
3335                "symfony/http-kernel": "<4.4",
3336                "symfony/var-dumper": "<4.4"
3337            },
3338            "provide": {
3339                "psr/cache-implementation": "1.0",
3340                "psr/simple-cache-implementation": "1.0",
3341                "symfony/cache-implementation": "1.0"
3342            },
3343            "require-dev": {
3344                "cache/integration-tests": "dev-master",
3345                "doctrine/cache": "^1.6",
3346                "doctrine/dbal": "^2.10|^3.0",
3347                "predis/predis": "^1.1",
3348                "psr/simple-cache": "^1.0",
3349                "symfony/config": "^4.4|^5.0",
3350                "symfony/dependency-injection": "^4.4|^5.0",
3351                "symfony/filesystem": "^4.4|^5.0",
3352                "symfony/http-kernel": "^4.4|^5.0",
3353                "symfony/messenger": "^4.4|^5.0",
3354                "symfony/var-dumper": "^4.4|^5.0"
3355            },
3356            "type": "library",
3357            "autoload": {
3358                "psr-4": {
3359                    "Symfony\\Component\\Cache\\": ""
3360                },
3361                "exclude-from-classmap": [
3362                    "/Tests/"
3363                ]
3364            },
3365            "notification-url": "https://packagist.org/downloads/",
3366            "license": [
3367                "MIT"
3368            ],
3369            "authors": [
3370                {
3371                    "name": "Nicolas Grekas",
3372                    "email": "p@tchwork.com"
3373                },
3374                {
3375                    "name": "Symfony Community",
3376                    "homepage": "https://symfony.com/contributors"
3377                }
3378            ],
3379            "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
3380            "homepage": "https://symfony.com",
3381            "keywords": [
3382                "caching",
3383                "psr6"
3384            ],
3385            "support": {
3386                "source": "https://github.com/symfony/cache/tree/v5.2.3"
3387            },
3388            "funding": [
3389                {
3390                    "url": "https://symfony.com/sponsor",
3391                    "type": "custom"
3392                },
3393                {
3394                    "url": "https://github.com/fabpot",
3395                    "type": "github"
3396                },
3397                {
3398                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3399                    "type": "tidelift"
3400                }
3401            ],
3402            "time": "2021-01-27T11:24:50+00:00"
3403        },
3404        {
3405            "name": "symfony/cache-contracts",
3406            "version": "v2.2.0",
3407            "source": {
3408                "type": "git",
3409                "url": "https://github.com/symfony/cache-contracts.git",
3410                "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
3411            },
3412            "dist": {
3413                "type": "zip",
3414                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
3415                "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
3416                "shasum": ""
3417            },
3418            "require": {
3419                "php": ">=7.2.5",
3420                "psr/cache": "^1.0"
3421            },
3422            "suggest": {
3423                "symfony/cache-implementation": ""
3424            },
3425            "type": "library",
3426            "extra": {
3427                "branch-alias": {
3428                    "dev-master": "2.2-dev"
3429                },
3430                "thanks": {
3431                    "name": "symfony/contracts",
3432                    "url": "https://github.com/symfony/contracts"
3433                }
3434            },
3435            "autoload": {
3436                "psr-4": {
3437                    "Symfony\\Contracts\\Cache\\": ""
3438                }
3439            },
3440            "notification-url": "https://packagist.org/downloads/",
3441            "license": [
3442                "MIT"
3443            ],
3444            "authors": [
3445                {
3446                    "name": "Nicolas Grekas",
3447                    "email": "p@tchwork.com"
3448                },
3449                {
3450                    "name": "Symfony Community",
3451                    "homepage": "https://symfony.com/contributors"
3452                }
3453            ],
3454            "description": "Generic abstractions related to caching",
3455            "homepage": "https://symfony.com",
3456            "keywords": [
3457                "abstractions",
3458                "contracts",
3459                "decoupling",
3460                "interfaces",
3461                "interoperability",
3462                "standards"
3463            ],
3464            "support": {
3465                "source": "https://github.com/symfony/cache-contracts/tree/v2.2.0"
3466            },
3467            "funding": [
3468                {
3469                    "url": "https://symfony.com/sponsor",
3470                    "type": "custom"
3471                },
3472                {
3473                    "url": "https://github.com/fabpot",
3474                    "type": "github"
3475                },
3476                {
3477                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3478                    "type": "tidelift"
3479                }
3480            ],
3481            "time": "2020-09-07T11:33:47+00:00"
3482        },
3483        {
3484            "name": "symfony/console",
3485            "version": "v5.2.3",
3486            "source": {
3487                "type": "git",
3488                "url": "https://github.com/symfony/console.git",
3489                "reference": "89d4b176d12a2946a1ae4e34906a025b7b6b135a"
3490            },
3491            "dist": {
3492                "type": "zip",
3493                "url": "https://api.github.com/repos/symfony/console/zipball/89d4b176d12a2946a1ae4e34906a025b7b6b135a",
3494                "reference": "89d4b176d12a2946a1ae4e34906a025b7b6b135a",
3495                "shasum": ""
3496            },
3497            "require": {
3498                "php": ">=7.2.5",
3499                "symfony/polyfill-mbstring": "~1.0",
3500                "symfony/polyfill-php73": "^1.8",
3501                "symfony/polyfill-php80": "^1.15",
3502                "symfony/service-contracts": "^1.1|^2",
3503                "symfony/string": "^5.1"
3504            },
3505            "conflict": {
3506                "symfony/dependency-injection": "<4.4",
3507                "symfony/dotenv": "<5.1",
3508                "symfony/event-dispatcher": "<4.4",
3509                "symfony/lock": "<4.4",
3510                "symfony/process": "<4.4"
3511            },
3512            "provide": {
3513                "psr/log-implementation": "1.0"
3514            },
3515            "require-dev": {
3516                "psr/log": "~1.0",
3517                "symfony/config": "^4.4|^5.0",
3518                "symfony/dependency-injection": "^4.4|^5.0",
3519                "symfony/event-dispatcher": "^4.4|^5.0",
3520                "symfony/lock": "^4.4|^5.0",
3521                "symfony/process": "^4.4|^5.0",
3522                "symfony/var-dumper": "^4.4|^5.0"
3523            },
3524            "suggest": {
3525                "psr/log": "For using the console logger",
3526                "symfony/event-dispatcher": "",
3527                "symfony/lock": "",
3528                "symfony/process": ""
3529            },
3530            "type": "library",
3531            "autoload": {
3532                "psr-4": {
3533                    "Symfony\\Component\\Console\\": ""
3534                },
3535                "exclude-from-classmap": [
3536                    "/Tests/"
3537                ]
3538            },
3539            "notification-url": "https://packagist.org/downloads/",
3540            "license": [
3541                "MIT"
3542            ],
3543            "authors": [
3544                {
3545                    "name": "Fabien Potencier",
3546                    "email": "fabien@symfony.com"
3547                },
3548                {
3549                    "name": "Symfony Community",
3550                    "homepage": "https://symfony.com/contributors"
3551                }
3552            ],
3553            "description": "Eases the creation of beautiful and testable command line interfaces",
3554            "homepage": "https://symfony.com",
3555            "keywords": [
3556                "cli",
3557                "command line",
3558                "console",
3559                "terminal"
3560            ],
3561            "support": {
3562                "source": "https://github.com/symfony/console/tree/v5.2.3"
3563            },
3564            "funding": [
3565                {
3566                    "url": "https://symfony.com/sponsor",
3567                    "type": "custom"
3568                },
3569                {
3570                    "url": "https://github.com/fabpot",
3571                    "type": "github"
3572                },
3573                {
3574                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3575                    "type": "tidelift"
3576                }
3577            ],
3578            "time": "2021-01-28T22:06:19+00:00"
3579        },
3580        {
3581            "name": "symfony/expression-language",
3582            "version": "v5.2.3",
3583            "source": {
3584                "type": "git",
3585                "url": "https://github.com/symfony/expression-language.git",
3586                "reference": "7bf30a4e29887110f8bd1882ccc82ee63c8a5133"
3587            },
3588            "dist": {
3589                "type": "zip",
3590                "url": "https://api.github.com/repos/symfony/expression-language/zipball/7bf30a4e29887110f8bd1882ccc82ee63c8a5133",
3591                "reference": "7bf30a4e29887110f8bd1882ccc82ee63c8a5133",
3592                "shasum": ""
3593            },
3594            "require": {
3595                "php": ">=7.2.5",
3596                "symfony/cache": "^4.4|^5.0",
3597                "symfony/polyfill-php80": "^1.15",
3598                "symfony/service-contracts": "^1.1|^2"
3599            },
3600            "type": "library",
3601            "autoload": {
3602                "psr-4": {
3603                    "Symfony\\Component\\ExpressionLanguage\\": ""
3604                },
3605                "exclude-from-classmap": [
3606                    "/Tests/"
3607                ]
3608            },
3609            "notification-url": "https://packagist.org/downloads/",
3610            "license": [
3611                "MIT"
3612            ],
3613            "authors": [
3614                {
3615                    "name": "Fabien Potencier",
3616                    "email": "fabien@symfony.com"
3617                },
3618                {
3619                    "name": "Symfony Community",
3620                    "homepage": "https://symfony.com/contributors"
3621                }
3622            ],
3623            "description": "Provides an engine that can compile and evaluate expressions",
3624            "homepage": "https://symfony.com",
3625            "support": {
3626                "source": "https://github.com/symfony/expression-language/tree/v5.2.3"
3627            },
3628            "funding": [
3629                {
3630                    "url": "https://symfony.com/sponsor",
3631                    "type": "custom"
3632                },
3633                {
3634                    "url": "https://github.com/fabpot",
3635                    "type": "github"
3636                },
3637                {
3638                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3639                    "type": "tidelift"
3640                }
3641            ],
3642            "time": "2021-01-27T10:15:41+00:00"
3643        },
3644        {
3645            "name": "symfony/polyfill-ctype",
3646            "version": "v1.22.1",
3647            "source": {
3648                "type": "git",
3649                "url": "https://github.com/symfony/polyfill-ctype.git",
3650                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
3651            },
3652            "dist": {
3653                "type": "zip",
3654                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
3655                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
3656                "shasum": ""
3657            },
3658            "require": {
3659                "php": ">=7.1"
3660            },
3661            "suggest": {
3662                "ext-ctype": "For best performance"
3663            },
3664            "type": "library",
3665            "extra": {
3666                "branch-alias": {
3667                    "dev-main": "1.22-dev"
3668                },
3669                "thanks": {
3670                    "name": "symfony/polyfill",
3671                    "url": "https://github.com/symfony/polyfill"
3672                }
3673            },
3674            "autoload": {
3675                "psr-4": {
3676                    "Symfony\\Polyfill\\Ctype\\": ""
3677                },
3678                "files": [
3679                    "bootstrap.php"
3680                ]
3681            },
3682            "notification-url": "https://packagist.org/downloads/",
3683            "license": [
3684                "MIT"
3685            ],
3686            "authors": [
3687                {
3688                    "name": "Gert de Pagter",
3689                    "email": "BackEndTea@gmail.com"
3690                },
3691                {
3692                    "name": "Symfony Community",
3693                    "homepage": "https://symfony.com/contributors"
3694                }
3695            ],
3696            "description": "Symfony polyfill for ctype functions",
3697            "homepage": "https://symfony.com",
3698            "keywords": [
3699                "compatibility",
3700                "ctype",
3701                "polyfill",
3702                "portable"
3703            ],
3704            "support": {
3705                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
3706            },
3707            "funding": [
3708                {
3709                    "url": "https://symfony.com/sponsor",
3710                    "type": "custom"
3711                },
3712                {
3713                    "url": "https://github.com/fabpot",
3714                    "type": "github"
3715                },
3716                {
3717                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3718                    "type": "tidelift"
3719                }
3720            ],
3721            "time": "2021-01-07T16:49:33+00:00"
3722        },
3723        {
3724            "name": "symfony/polyfill-iconv",
3725            "version": "v1.22.1",
3726            "source": {
3727                "type": "git",
3728                "url": "https://github.com/symfony/polyfill-iconv.git",
3729                "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342"
3730            },
3731            "dist": {
3732                "type": "zip",
3733                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342",
3734                "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342",
3735                "shasum": ""
3736            },
3737            "require": {
3738                "php": ">=7.1"
3739            },
3740            "suggest": {
3741                "ext-iconv": "For best performance"
3742            },
3743            "type": "library",
3744            "extra": {
3745                "branch-alias": {
3746                    "dev-main": "1.22-dev"
3747                },
3748                "thanks": {
3749                    "name": "symfony/polyfill",
3750                    "url": "https://github.com/symfony/polyfill"
3751                }
3752            },
3753            "autoload": {
3754                "psr-4": {
3755                    "Symfony\\Polyfill\\Iconv\\": ""
3756                },
3757                "files": [
3758                    "bootstrap.php"
3759                ]
3760            },
3761            "notification-url": "https://packagist.org/downloads/",
3762            "license": [
3763                "MIT"
3764            ],
3765            "authors": [
3766                {
3767                    "name": "Nicolas Grekas",
3768                    "email": "p@tchwork.com"
3769                },
3770                {
3771                    "name": "Symfony Community",
3772                    "homepage": "https://symfony.com/contributors"
3773                }
3774            ],
3775            "description": "Symfony polyfill for the Iconv extension",
3776            "homepage": "https://symfony.com",
3777            "keywords": [
3778                "compatibility",
3779                "iconv",
3780                "polyfill",
3781                "portable",
3782                "shim"
3783            ],
3784            "support": {
3785                "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.1"
3786            },
3787            "funding": [
3788                {
3789                    "url": "https://symfony.com/sponsor",
3790                    "type": "custom"
3791                },
3792                {
3793                    "url": "https://github.com/fabpot",
3794                    "type": "github"
3795                },
3796                {
3797                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3798                    "type": "tidelift"
3799                }
3800            ],
3801            "time": "2021-01-22T09:19:47+00:00"
3802        },
3803        {
3804            "name": "symfony/polyfill-intl-grapheme",
3805            "version": "v1.22.1",
3806            "source": {
3807                "type": "git",
3808                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3809                "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
3810            },
3811            "dist": {
3812                "type": "zip",
3813                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
3814                "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
3815                "shasum": ""
3816            },
3817            "require": {
3818                "php": ">=7.1"
3819            },
3820            "suggest": {
3821                "ext-intl": "For best performance"
3822            },
3823            "type": "library",
3824            "extra": {
3825                "branch-alias": {
3826                    "dev-main": "1.22-dev"
3827                },
3828                "thanks": {
3829                    "name": "symfony/polyfill",
3830                    "url": "https://github.com/symfony/polyfill"
3831                }
3832            },
3833            "autoload": {
3834                "psr-4": {
3835                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3836                },
3837                "files": [
3838                    "bootstrap.php"
3839                ]
3840            },
3841            "notification-url": "https://packagist.org/downloads/",
3842            "license": [
3843                "MIT"
3844            ],
3845            "authors": [
3846                {
3847                    "name": "Nicolas Grekas",
3848                    "email": "p@tchwork.com"
3849                },
3850                {
3851                    "name": "Symfony Community",
3852                    "homepage": "https://symfony.com/contributors"
3853                }
3854            ],
3855            "description": "Symfony polyfill for intl's grapheme_* functions",
3856            "homepage": "https://symfony.com",
3857            "keywords": [
3858                "compatibility",
3859                "grapheme",
3860                "intl",
3861                "polyfill",
3862                "portable",
3863                "shim"
3864            ],
3865            "support": {
3866                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
3867            },
3868            "funding": [
3869                {
3870                    "url": "https://symfony.com/sponsor",
3871                    "type": "custom"
3872                },
3873                {
3874                    "url": "https://github.com/fabpot",
3875                    "type": "github"
3876                },
3877                {
3878                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3879                    "type": "tidelift"
3880                }
3881            ],
3882            "time": "2021-01-22T09:19:47+00:00"
3883        },
3884        {
3885            "name": "symfony/polyfill-intl-idn",
3886            "version": "v1.22.1",
3887            "source": {
3888                "type": "git",
3889                "url": "https://github.com/symfony/polyfill-intl-idn.git",
3890                "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
3891            },
3892            "dist": {
3893                "type": "zip",
3894                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
3895                "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
3896                "shasum": ""
3897            },
3898            "require": {
3899                "php": ">=7.1",
3900                "symfony/polyfill-intl-normalizer": "^1.10",
3901                "symfony/polyfill-php72": "^1.10"
3902            },
3903            "suggest": {
3904                "ext-intl": "For best performance"
3905            },
3906            "type": "library",
3907            "extra": {
3908                "branch-alias": {
3909                    "dev-main": "1.22-dev"
3910                },
3911                "thanks": {
3912                    "name": "symfony/polyfill",
3913                    "url": "https://github.com/symfony/polyfill"
3914                }
3915            },
3916            "autoload": {
3917                "psr-4": {
3918                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
3919                },
3920                "files": [
3921                    "bootstrap.php"
3922                ]
3923            },
3924            "notification-url": "https://packagist.org/downloads/",
3925            "license": [
3926                "MIT"
3927            ],
3928            "authors": [
3929                {
3930                    "name": "Laurent Bassin",
3931                    "email": "laurent@bassin.info"
3932                },
3933                {
3934                    "name": "Trevor Rowbotham",
3935                    "email": "trevor.rowbotham@pm.me"
3936                },
3937                {
3938                    "name": "Symfony Community",
3939                    "homepage": "https://symfony.com/contributors"
3940                }
3941            ],
3942            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3943            "homepage": "https://symfony.com",
3944            "keywords": [
3945                "compatibility",
3946                "idn",
3947                "intl",
3948                "polyfill",
3949                "portable",
3950                "shim"
3951            ],
3952            "support": {
3953                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
3954            },
3955            "funding": [
3956                {
3957                    "url": "https://symfony.com/sponsor",
3958                    "type": "custom"
3959                },
3960                {
3961                    "url": "https://github.com/fabpot",
3962                    "type": "github"
3963                },
3964                {
3965                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3966                    "type": "tidelift"
3967                }
3968            ],
3969            "time": "2021-01-22T09:19:47+00:00"
3970        },
3971        {
3972            "name": "symfony/polyfill-intl-normalizer",
3973            "version": "v1.22.1",
3974            "source": {
3975                "type": "git",
3976                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3977                "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
3978            },
3979            "dist": {
3980                "type": "zip",
3981                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
3982                "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
3983                "shasum": ""
3984            },
3985            "require": {
3986                "php": ">=7.1"
3987            },
3988            "suggest": {
3989                "ext-intl": "For best performance"
3990            },
3991            "type": "library",
3992            "extra": {
3993                "branch-alias": {
3994                    "dev-main": "1.22-dev"
3995                },
3996                "thanks": {
3997                    "name": "symfony/polyfill",
3998                    "url": "https://github.com/symfony/polyfill"
3999                }
4000            },
4001            "autoload": {
4002                "psr-4": {
4003                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4004                },
4005                "files": [
4006                    "bootstrap.php"
4007                ],
4008                "classmap": [
4009                    "Resources/stubs"
4010                ]
4011            },
4012            "notification-url": "https://packagist.org/downloads/",
4013            "license": [
4014                "MIT"
4015            ],
4016            "authors": [
4017                {
4018                    "name": "Nicolas Grekas",
4019                    "email": "p@tchwork.com"
4020                },
4021                {
4022                    "name": "Symfony Community",
4023                    "homepage": "https://symfony.com/contributors"
4024                }
4025            ],
4026            "description": "Symfony polyfill for intl's Normalizer class and related functions",
4027            "homepage": "https://symfony.com",
4028            "keywords": [
4029                "compatibility",
4030                "intl",
4031                "normalizer",
4032                "polyfill",
4033                "portable",
4034                "shim"
4035            ],
4036            "support": {
4037                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
4038            },
4039            "funding": [
4040                {
4041                    "url": "https://symfony.com/sponsor",
4042                    "type": "custom"
4043                },
4044                {
4045                    "url": "https://github.com/fabpot",
4046                    "type": "github"
4047                },
4048                {
4049                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4050                    "type": "tidelift"
4051                }
4052            ],
4053            "time": "2021-01-22T09:19:47+00:00"
4054        },
4055        {
4056            "name": "symfony/polyfill-mbstring",
4057            "version": "v1.22.1",
4058            "source": {
4059                "type": "git",
4060                "url": "https://github.com/symfony/polyfill-mbstring.git",
4061                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
4062            },
4063            "dist": {
4064                "type": "zip",
4065                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
4066                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
4067                "shasum": ""
4068            },
4069            "require": {
4070                "php": ">=7.1"
4071            },
4072            "suggest": {
4073                "ext-mbstring": "For best performance"
4074            },
4075            "type": "library",
4076            "extra": {
4077                "branch-alias": {
4078                    "dev-main": "1.22-dev"
4079                },
4080                "thanks": {
4081                    "name": "symfony/polyfill",
4082                    "url": "https://github.com/symfony/polyfill"
4083                }
4084            },
4085            "autoload": {
4086                "psr-4": {
4087                    "Symfony\\Polyfill\\Mbstring\\": ""
4088                },
4089                "files": [
4090                    "bootstrap.php"
4091                ]
4092            },
4093            "notification-url": "https://packagist.org/downloads/",
4094            "license": [
4095                "MIT"
4096            ],
4097            "authors": [
4098                {
4099                    "name": "Nicolas Grekas",
4100                    "email": "p@tchwork.com"
4101                },
4102                {
4103                    "name": "Symfony Community",
4104                    "homepage": "https://symfony.com/contributors"
4105                }
4106            ],
4107            "description": "Symfony polyfill for the Mbstring extension",
4108            "homepage": "https://symfony.com",
4109            "keywords": [
4110                "compatibility",
4111                "mbstring",
4112                "polyfill",
4113                "portable",
4114                "shim"
4115            ],
4116            "support": {
4117                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
4118            },
4119            "funding": [
4120                {
4121                    "url": "https://symfony.com/sponsor",
4122                    "type": "custom"
4123                },
4124                {
4125                    "url": "https://github.com/fabpot",
4126                    "type": "github"
4127                },
4128                {
4129                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4130                    "type": "tidelift"
4131                }
4132            ],
4133            "time": "2021-01-22T09:19:47+00:00"
4134        },
4135        {
4136            "name": "symfony/polyfill-php72",
4137            "version": "v1.22.1",
4138            "source": {
4139                "type": "git",
4140                "url": "https://github.com/symfony/polyfill-php72.git",
4141                "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
4142            },
4143            "dist": {
4144                "type": "zip",
4145                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
4146                "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
4147                "shasum": ""
4148            },
4149            "require": {
4150                "php": ">=7.1"
4151            },
4152            "type": "library",
4153            "extra": {
4154                "branch-alias": {
4155                    "dev-main": "1.22-dev"
4156                },
4157                "thanks": {
4158                    "name": "symfony/polyfill",
4159                    "url": "https://github.com/symfony/polyfill"
4160                }
4161            },
4162            "autoload": {
4163                "psr-4": {
4164                    "Symfony\\Polyfill\\Php72\\": ""
4165                },
4166                "files": [
4167                    "bootstrap.php"
4168                ]
4169            },
4170            "notification-url": "https://packagist.org/downloads/",
4171            "license": [
4172                "MIT"
4173            ],
4174            "authors": [
4175                {
4176                    "name": "Nicolas Grekas",
4177                    "email": "p@tchwork.com"
4178                },
4179                {
4180                    "name": "Symfony Community",
4181                    "homepage": "https://symfony.com/contributors"
4182                }
4183            ],
4184            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4185            "homepage": "https://symfony.com",
4186            "keywords": [
4187                "compatibility",
4188                "polyfill",
4189                "portable",
4190                "shim"
4191            ],
4192            "support": {
4193                "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
4194            },
4195            "funding": [
4196                {
4197                    "url": "https://symfony.com/sponsor",
4198                    "type": "custom"
4199                },
4200                {
4201                    "url": "https://github.com/fabpot",
4202                    "type": "github"
4203                },
4204                {
4205                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4206                    "type": "tidelift"
4207                }
4208            ],
4209            "time": "2021-01-07T16:49:33+00:00"
4210        },
4211        {
4212            "name": "symfony/polyfill-php73",
4213            "version": "v1.22.1",
4214            "source": {
4215                "type": "git",
4216                "url": "https://github.com/symfony/polyfill-php73.git",
4217                "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
4218            },
4219            "dist": {
4220                "type": "zip",
4221                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
4222                "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
4223                "shasum": ""
4224            },
4225            "require": {
4226                "php": ">=7.1"
4227            },
4228            "type": "library",
4229            "extra": {
4230                "branch-alias": {
4231                    "dev-main": "1.22-dev"
4232                },
4233                "thanks": {
4234                    "name": "symfony/polyfill",
4235                    "url": "https://github.com/symfony/polyfill"
4236                }
4237            },
4238            "autoload": {
4239                "psr-4": {
4240                    "Symfony\\Polyfill\\Php73\\": ""
4241                },
4242                "files": [
4243                    "bootstrap.php"
4244                ],
4245                "classmap": [
4246                    "Resources/stubs"
4247                ]
4248            },
4249            "notification-url": "https://packagist.org/downloads/",
4250            "license": [
4251                "MIT"
4252            ],
4253            "authors": [
4254                {
4255                    "name": "Nicolas Grekas",
4256                    "email": "p@tchwork.com"
4257                },
4258                {
4259                    "name": "Symfony Community",
4260                    "homepage": "https://symfony.com/contributors"
4261                }
4262            ],
4263            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4264            "homepage": "https://symfony.com",
4265            "keywords": [
4266                "compatibility",
4267                "polyfill",
4268                "portable",
4269                "shim"
4270            ],
4271            "support": {
4272                "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
4273            },
4274            "funding": [
4275                {
4276                    "url": "https://symfony.com/sponsor",
4277                    "type": "custom"
4278                },
4279                {
4280                    "url": "https://github.com/fabpot",
4281                    "type": "github"
4282                },
4283                {
4284                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4285                    "type": "tidelift"
4286                }
4287            ],
4288            "time": "2021-01-07T16:49:33+00:00"
4289        },
4290        {
4291            "name": "symfony/polyfill-php80",
4292            "version": "v1.22.1",
4293            "source": {
4294                "type": "git",
4295                "url": "https://github.com/symfony/polyfill-php80.git",
4296                "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
4297            },
4298            "dist": {
4299                "type": "zip",
4300                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
4301                "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
4302                "shasum": ""
4303            },
4304            "require": {
4305                "php": ">=7.1"
4306            },
4307            "type": "library",
4308            "extra": {
4309                "branch-alias": {
4310                    "dev-main": "1.22-dev"
4311                },
4312                "thanks": {
4313                    "name": "symfony/polyfill",
4314                    "url": "https://github.com/symfony/polyfill"
4315                }
4316            },
4317            "autoload": {
4318                "psr-4": {
4319                    "Symfony\\Polyfill\\Php80\\": ""
4320                },
4321                "files": [
4322                    "bootstrap.php"
4323                ],
4324                "classmap": [
4325                    "Resources/stubs"
4326                ]
4327            },
4328            "notification-url": "https://packagist.org/downloads/",
4329            "license": [
4330                "MIT"
4331            ],
4332            "authors": [
4333                {
4334                    "name": "Ion Bazan",
4335                    "email": "ion.bazan@gmail.com"
4336                },
4337                {
4338                    "name": "Nicolas Grekas",
4339                    "email": "p@tchwork.com"
4340                },
4341                {
4342                    "name": "Symfony Community",
4343                    "homepage": "https://symfony.com/contributors"
4344                }
4345            ],
4346            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4347            "homepage": "https://symfony.com",
4348            "keywords": [
4349                "compatibility",
4350                "polyfill",
4351                "portable",
4352                "shim"
4353            ],
4354            "support": {
4355                "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
4356            },
4357            "funding": [
4358                {
4359                    "url": "https://symfony.com/sponsor",
4360                    "type": "custom"
4361                },
4362                {
4363                    "url": "https://github.com/fabpot",
4364                    "type": "github"
4365                },
4366                {
4367                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4368                    "type": "tidelift"
4369                }
4370            ],
4371            "time": "2021-01-07T16:49:33+00:00"
4372        },
4373        {
4374            "name": "symfony/service-contracts",
4375            "version": "v2.2.0",
4376            "source": {
4377                "type": "git",
4378                "url": "https://github.com/symfony/service-contracts.git",
4379                "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
4380            },
4381            "dist": {
4382                "type": "zip",
4383                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
4384                "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
4385                "shasum": ""
4386            },
4387            "require": {
4388                "php": ">=7.2.5",
4389                "psr/container": "^1.0"
4390            },
4391            "suggest": {
4392                "symfony/service-implementation": ""
4393            },
4394            "type": "library",
4395            "extra": {
4396                "branch-alias": {
4397                    "dev-master": "2.2-dev"
4398                },
4399                "thanks": {
4400                    "name": "symfony/contracts",
4401                    "url": "https://github.com/symfony/contracts"
4402                }
4403            },
4404            "autoload": {
4405                "psr-4": {
4406                    "Symfony\\Contracts\\Service\\": ""
4407                }
4408            },
4409            "notification-url": "https://packagist.org/downloads/",
4410            "license": [
4411                "MIT"
4412            ],
4413            "authors": [
4414                {
4415                    "name": "Nicolas Grekas",
4416                    "email": "p@tchwork.com"
4417                },
4418                {
4419                    "name": "Symfony Community",
4420                    "homepage": "https://symfony.com/contributors"
4421                }
4422            ],
4423            "description": "Generic abstractions related to writing services",
4424            "homepage": "https://symfony.com",
4425            "keywords": [
4426                "abstractions",
4427                "contracts",
4428                "decoupling",
4429                "interfaces",
4430                "interoperability",
4431                "standards"
4432            ],
4433            "support": {
4434                "source": "https://github.com/symfony/service-contracts/tree/master"
4435            },
4436            "funding": [
4437                {
4438                    "url": "https://symfony.com/sponsor",
4439                    "type": "custom"
4440                },
4441                {
4442                    "url": "https://github.com/fabpot",
4443                    "type": "github"
4444                },
4445                {
4446                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4447                    "type": "tidelift"
4448                }
4449            ],
4450            "time": "2020-09-07T11:33:47+00:00"
4451        },
4452        {
4453            "name": "symfony/string",
4454            "version": "v5.2.3",
4455            "source": {
4456                "type": "git",
4457                "url": "https://github.com/symfony/string.git",
4458                "reference": "c95468897f408dd0aca2ff582074423dd0455122"
4459            },
4460            "dist": {
4461                "type": "zip",
4462                "url": "https://api.github.com/repos/symfony/string/zipball/c95468897f408dd0aca2ff582074423dd0455122",
4463                "reference": "c95468897f408dd0aca2ff582074423dd0455122",
4464                "shasum": ""
4465            },
4466            "require": {
4467                "php": ">=7.2.5",
4468                "symfony/polyfill-ctype": "~1.8",
4469                "symfony/polyfill-intl-grapheme": "~1.0",
4470                "symfony/polyfill-intl-normalizer": "~1.0",
4471                "symfony/polyfill-mbstring": "~1.0",
4472                "symfony/polyfill-php80": "~1.15"
4473            },
4474            "require-dev": {
4475                "symfony/error-handler": "^4.4|^5.0",
4476                "symfony/http-client": "^4.4|^5.0",
4477                "symfony/translation-contracts": "^1.1|^2",
4478                "symfony/var-exporter": "^4.4|^5.0"
4479            },
4480            "type": "library",
4481            "autoload": {
4482                "psr-4": {
4483                    "Symfony\\Component\\String\\": ""
4484                },
4485                "files": [
4486                    "Resources/functions.php"
4487                ],
4488                "exclude-from-classmap": [
4489                    "/Tests/"
4490                ]
4491            },
4492            "notification-url": "https://packagist.org/downloads/",
4493            "license": [
4494                "MIT"
4495            ],
4496            "authors": [
4497                {
4498                    "name": "Nicolas Grekas",
4499                    "email": "p@tchwork.com"
4500                },
4501                {
4502                    "name": "Symfony Community",
4503                    "homepage": "https://symfony.com/contributors"
4504                }
4505            ],
4506            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
4507            "homepage": "https://symfony.com",
4508            "keywords": [
4509                "grapheme",
4510                "i18n",
4511                "string",
4512                "unicode",
4513                "utf-8",
4514                "utf8"
4515            ],
4516            "support": {
4517                "source": "https://github.com/symfony/string/tree/v5.2.3"
4518            },
4519            "funding": [
4520                {
4521                    "url": "https://symfony.com/sponsor",
4522                    "type": "custom"
4523                },
4524                {
4525                    "url": "https://github.com/fabpot",
4526                    "type": "github"
4527                },
4528                {
4529                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4530                    "type": "tidelift"
4531                }
4532            ],
4533            "time": "2021-01-25T15:14:59+00:00"
4534        },
4535        {
4536            "name": "symfony/translation",
4537            "version": "v5.2.3",
4538            "source": {
4539                "type": "git",
4540                "url": "https://github.com/symfony/translation.git",
4541                "reference": "c021864d4354ee55160ddcfd31dc477a1bc77949"
4542            },
4543            "dist": {
4544                "type": "zip",
4545                "url": "https://api.github.com/repos/symfony/translation/zipball/c021864d4354ee55160ddcfd31dc477a1bc77949",
4546                "reference": "c021864d4354ee55160ddcfd31dc477a1bc77949",
4547                "shasum": ""
4548            },
4549            "require": {
4550                "php": ">=7.2.5",
4551                "symfony/polyfill-mbstring": "~1.0",
4552                "symfony/polyfill-php80": "^1.15",
4553                "symfony/translation-contracts": "^2.3"
4554            },
4555            "conflict": {
4556                "symfony/config": "<4.4",
4557                "symfony/dependency-injection": "<5.0",
4558                "symfony/http-kernel": "<5.0",
4559                "symfony/twig-bundle": "<5.0",
4560                "symfony/yaml": "<4.4"
4561            },
4562            "provide": {
4563                "symfony/translation-implementation": "2.0"
4564            },
4565            "require-dev": {
4566                "psr/log": "~1.0",
4567                "symfony/config": "^4.4|^5.0",
4568                "symfony/console": "^4.4|^5.0",
4569                "symfony/dependency-injection": "^5.0",
4570                "symfony/finder": "^4.4|^5.0",
4571                "symfony/http-kernel": "^5.0",
4572                "symfony/intl": "^4.4|^5.0",
4573                "symfony/service-contracts": "^1.1.2|^2",
4574                "symfony/yaml": "^4.4|^5.0"
4575            },
4576            "suggest": {
4577                "psr/log-implementation": "To use logging capability in translator",
4578                "symfony/config": "",
4579                "symfony/yaml": ""
4580            },
4581            "type": "library",
4582            "autoload": {
4583                "files": [
4584                    "Resources/functions.php"
4585                ],
4586                "psr-4": {
4587                    "Symfony\\Component\\Translation\\": ""
4588                },
4589                "exclude-from-classmap": [
4590                    "/Tests/"
4591                ]
4592            },
4593            "notification-url": "https://packagist.org/downloads/",
4594            "license": [
4595                "MIT"
4596            ],
4597            "authors": [
4598                {
4599                    "name": "Fabien Potencier",
4600                    "email": "fabien@symfony.com"
4601                },
4602                {
4603                    "name": "Symfony Community",
4604                    "homepage": "https://symfony.com/contributors"
4605                }
4606            ],
4607            "description": "Provides tools to internationalize your application",
4608            "homepage": "https://symfony.com",
4609            "support": {
4610                "source": "https://github.com/symfony/translation/tree/v5.2.3"
4611            },
4612            "funding": [
4613                {
4614                    "url": "https://symfony.com/sponsor",
4615                    "type": "custom"
4616                },
4617                {
4618                    "url": "https://github.com/fabpot",
4619                    "type": "github"
4620                },
4621                {
4622                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4623                    "type": "tidelift"
4624                }
4625            ],
4626            "time": "2021-01-27T10:15:41+00:00"
4627        },
4628        {
4629            "name": "symfony/translation-contracts",
4630            "version": "v2.3.0",
4631            "source": {
4632                "type": "git",
4633                "url": "https://github.com/symfony/translation-contracts.git",
4634                "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
4635            },
4636            "dist": {
4637                "type": "zip",
4638                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
4639                "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
4640                "shasum": ""
4641            },
4642            "require": {
4643                "php": ">=7.2.5"
4644            },
4645            "suggest": {
4646                "symfony/translation-implementation": ""
4647            },
4648            "type": "library",
4649            "extra": {
4650                "branch-alias": {
4651                    "dev-master": "2.3-dev"
4652                },
4653                "thanks": {
4654                    "name": "symfony/contracts",
4655                    "url": "https://github.com/symfony/contracts"
4656                }
4657            },
4658            "autoload": {
4659                "psr-4": {
4660                    "Symfony\\Contracts\\Translation\\": ""
4661                }
4662            },
4663            "notification-url": "https://packagist.org/downloads/",
4664            "license": [
4665                "MIT"
4666            ],
4667            "authors": [
4668                {
4669                    "name": "Nicolas Grekas",
4670                    "email": "p@tchwork.com"
4671                },
4672                {
4673                    "name": "Symfony Community",
4674                    "homepage": "https://symfony.com/contributors"
4675                }
4676            ],
4677            "description": "Generic abstractions related to translation",
4678            "homepage": "https://symfony.com",
4679            "keywords": [
4680                "abstractions",
4681                "contracts",
4682                "decoupling",
4683                "interfaces",
4684                "interoperability",
4685                "standards"
4686            ],
4687            "support": {
4688                "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
4689            },
4690            "funding": [
4691                {
4692                    "url": "https://symfony.com/sponsor",
4693                    "type": "custom"
4694                },
4695                {
4696                    "url": "https://github.com/fabpot",
4697                    "type": "github"
4698                },
4699                {
4700                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4701                    "type": "tidelift"
4702                }
4703            ],
4704            "time": "2020-09-28T13:05:58+00:00"
4705        },
4706        {
4707            "name": "symfony/var-exporter",
4708            "version": "v5.2.3",
4709            "source": {
4710                "type": "git",
4711                "url": "https://github.com/symfony/var-exporter.git",
4712                "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307"
4713            },
4714            "dist": {
4715                "type": "zip",
4716                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
4717                "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
4718                "shasum": ""
4719            },
4720            "require": {
4721                "php": ">=7.2.5",
4722                "symfony/polyfill-php80": "^1.15"
4723            },
4724            "require-dev": {
4725                "symfony/var-dumper": "^4.4.9|^5.0.9"
4726            },
4727            "type": "library",
4728            "autoload": {
4729                "psr-4": {
4730                    "Symfony\\Component\\VarExporter\\": ""
4731                },
4732                "exclude-from-classmap": [
4733                    "/Tests/"
4734                ]
4735            },
4736            "notification-url": "https://packagist.org/downloads/",
4737            "license": [
4738                "MIT"
4739            ],
4740            "authors": [
4741                {
4742                    "name": "Nicolas Grekas",
4743                    "email": "p@tchwork.com"
4744                },
4745                {
4746                    "name": "Symfony Community",
4747                    "homepage": "https://symfony.com/contributors"
4748                }
4749            ],
4750            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
4751            "homepage": "https://symfony.com",
4752            "keywords": [
4753                "clone",
4754                "construct",
4755                "export",
4756                "hydrate",
4757                "instantiate",
4758                "serialize"
4759            ],
4760            "support": {
4761                "source": "https://github.com/symfony/var-exporter/tree/v5.2.3"
4762            },
4763            "funding": [
4764                {
4765                    "url": "https://symfony.com/sponsor",
4766                    "type": "custom"
4767                },
4768                {
4769                    "url": "https://github.com/fabpot",
4770                    "type": "github"
4771                },
4772                {
4773                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4774                    "type": "tidelift"
4775                }
4776            ],
4777            "time": "2021-01-27T10:01:46+00:00"
4778        },
4779        {
4780            "name": "tecnickcom/tcpdf",
4781            "version": "dev-main",
4782            "source": {
4783                "type": "git",
4784                "url": "https://github.com/tecnickcom/TCPDF.git",
4785                "reference": "456b794f1fae9aee5c151a1ee515aae2aaa619a3"
4786            },
4787            "dist": {
4788                "type": "zip",
4789                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/456b794f1fae9aee5c151a1ee515aae2aaa619a3",
4790                "reference": "456b794f1fae9aee5c151a1ee515aae2aaa619a3",
4791                "shasum": ""
4792            },
4793            "require": {
4794                "php": ">=5.3.0"
4795            },
4796            "default-branch": true,
4797            "type": "library",
4798            "autoload": {
4799                "classmap": [
4800                    "config",
4801                    "include",
4802                    "tcpdf.php",
4803                    "tcpdf_parser.php",
4804                    "tcpdf_import.php",
4805                    "tcpdf_barcodes_1d.php",
4806                    "tcpdf_barcodes_2d.php",
4807                    "include/tcpdf_colors.php",
4808                    "include/tcpdf_filters.php",
4809                    "include/tcpdf_font_data.php",
4810                    "include/tcpdf_fonts.php",
4811                    "include/tcpdf_images.php",
4812                    "include/tcpdf_static.php",
4813                    "include/barcodes/datamatrix.php",
4814                    "include/barcodes/pdf417.php",
4815                    "include/barcodes/qrcode.php"
4816                ]
4817            },
4818            "notification-url": "https://packagist.org/downloads/",
4819            "license": [
4820                "LGPL-3.0-only"
4821            ],
4822            "authors": [
4823                {
4824                    "name": "Nicola Asuni",
4825                    "email": "info@tecnick.com",
4826                    "role": "lead"
4827                }
4828            ],
4829            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
4830            "homepage": "http://www.tcpdf.org/",
4831            "keywords": [
4832                "PDFD32000-2008",
4833                "TCPDF",
4834                "barcodes",
4835                "datamatrix",
4836                "pdf",
4837                "pdf417",
4838                "qrcode"
4839            ],
4840            "support": {
4841                "issues": "https://github.com/tecnickcom/TCPDF/issues",
4842                "source": "https://github.com/tecnickcom/TCPDF/tree/main"
4843            },
4844            "funding": [
4845                {
4846                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
4847                    "type": "custom"
4848                }
4849            ],
4850            "time": "2020-12-09T07:15:50+00:00"
4851        },
4852        {
4853            "name": "true/punycode",
4854            "version": "v2.1.1",
4855            "source": {
4856                "type": "git",
4857                "url": "https://github.com/true/php-punycode.git",
4858                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
4859            },
4860            "dist": {
4861                "type": "zip",
4862                "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
4863                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
4864                "shasum": ""
4865            },
4866            "require": {
4867                "php": ">=5.3.0",
4868                "symfony/polyfill-mbstring": "^1.3"
4869            },
4870            "require-dev": {
4871                "phpunit/phpunit": "~4.7",
4872                "squizlabs/php_codesniffer": "~2.0"
4873            },
4874            "type": "library",
4875            "autoload": {
4876                "psr-4": {
4877                    "TrueBV\\": "src/"
4878                }
4879            },
4880            "notification-url": "https://packagist.org/downloads/",
4881            "license": [
4882                "MIT"
4883            ],
4884            "authors": [
4885                {
4886                    "name": "Renan Gonçalves",
4887                    "email": "renan.saddam@gmail.com"
4888                }
4889            ],
4890            "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
4891            "homepage": "https://github.com/true/php-punycode",
4892            "keywords": [
4893                "idna",
4894                "punycode"
4895            ],
4896            "support": {
4897                "issues": "https://github.com/true/php-punycode/issues",
4898                "source": "https://github.com/true/php-punycode/tree/master"
4899            },
4900            "time": "2016-11-16T10:37:54+00:00"
4901        },
4902        {
4903            "name": "voku/portable-ascii",
4904            "version": "1.5.6",
4905            "source": {
4906                "type": "git",
4907                "url": "https://github.com/voku/portable-ascii.git",
4908                "reference": "80953678b19901e5165c56752d087fc11526017c"
4909            },
4910            "dist": {
4911                "type": "zip",
4912                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
4913                "reference": "80953678b19901e5165c56752d087fc11526017c",
4914                "shasum": ""
4915            },
4916            "require": {
4917                "php": ">=7.0.0"
4918            },
4919            "require-dev": {
4920                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
4921            },
4922            "suggest": {
4923                "ext-intl": "Use Intl for transliterator_transliterate() support"
4924            },
4925            "type": "library",
4926            "autoload": {
4927                "psr-4": {
4928                    "voku\\": "src/voku/"
4929                }
4930            },
4931            "notification-url": "https://packagist.org/downloads/",
4932            "license": [
4933                "MIT"
4934            ],
4935            "authors": [
4936                {
4937                    "name": "Lars Moelleken",
4938                    "homepage": "http://www.moelleken.org/"
4939                }
4940            ],
4941            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
4942            "homepage": "https://github.com/voku/portable-ascii",
4943            "keywords": [
4944                "ascii",
4945                "clean",
4946                "php"
4947            ],
4948            "support": {
4949                "issues": "https://github.com/voku/portable-ascii/issues",
4950                "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
4951            },
4952            "funding": [
4953                {
4954                    "url": "https://www.paypal.me/moelleken",
4955                    "type": "custom"
4956                },
4957                {
4958                    "url": "https://github.com/voku",
4959                    "type": "github"
4960                },
4961                {
4962                    "url": "https://opencollective.com/portable-ascii",
4963                    "type": "open_collective"
4964                },
4965                {
4966                    "url": "https://www.patreon.com/voku",
4967                    "type": "patreon"
4968                },
4969                {
4970                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
4971                    "type": "tidelift"
4972                }
4973            ],
4974            "time": "2020-11-12T00:07:28+00:00"
4975        }
4976    ],
4977    "packages-dev": [
4978        {
4979            "name": "composer/ca-bundle",
4980            "version": "1.2.9",
4981            "source": {
4982                "type": "git",
4983                "url": "https://github.com/composer/ca-bundle.git",
4984                "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
4985            },
4986            "dist": {
4987                "type": "zip",
4988                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
4989                "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
4990                "shasum": ""
4991            },
4992            "require": {
4993                "ext-openssl": "*",
4994                "ext-pcre": "*",
4995                "php": "^5.3.2 || ^7.0 || ^8.0"
4996            },
4997            "require-dev": {
4998                "phpstan/phpstan": "^0.12.55",
4999                "psr/log": "^1.0",
5000                "symfony/phpunit-bridge": "^4.2 || ^5",
5001                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
5002            },
5003            "type": "library",
5004            "extra": {
5005                "branch-alias": {
5006                    "dev-main": "1.x-dev"
5007                }
5008            },
5009            "autoload": {
5010                "psr-4": {
5011                    "Composer\\CaBundle\\": "src"
5012                }
5013            },
5014            "notification-url": "https://packagist.org/downloads/",
5015            "license": [
5016                "MIT"
5017            ],
5018            "authors": [
5019                {
5020                    "name": "Jordi Boggiano",
5021                    "email": "j.boggiano@seld.be",
5022                    "homepage": "http://seld.be"
5023                }
5024            ],
5025            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
5026            "keywords": [
5027                "cabundle",
5028                "cacert",
5029                "certificate",
5030                "ssl",
5031                "tls"
5032            ],
5033            "support": {
5034                "irc": "irc://irc.freenode.org/composer",
5035                "issues": "https://github.com/composer/ca-bundle/issues",
5036                "source": "https://github.com/composer/ca-bundle/tree/1.2.9"
5037            },
5038            "funding": [
5039                {
5040                    "url": "https://packagist.com",
5041                    "type": "custom"
5042                },
5043                {
5044                    "url": "https://github.com/composer",
5045                    "type": "github"
5046                },
5047                {
5048                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5049                    "type": "tidelift"
5050                }
5051            ],
5052            "time": "2021-01-12T12:10:35+00:00"
5053        },
5054        {
5055            "name": "composer/composer",
5056            "version": "2.0.9",
5057            "source": {
5058                "type": "git",
5059                "url": "https://github.com/composer/composer.git",
5060                "reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e"
5061            },
5062            "dist": {
5063                "type": "zip",
5064                "url": "https://api.github.com/repos/composer/composer/zipball/591c2c155cac0d2d7f34af41d3b1e29bcbfc685e",
5065                "reference": "591c2c155cac0d2d7f34af41d3b1e29bcbfc685e",
5066                "shasum": ""
5067            },
5068            "require": {
5069                "composer/ca-bundle": "^1.0",
5070                "composer/semver": "^3.0",
5071                "composer/spdx-licenses": "^1.2",
5072                "composer/xdebug-handler": "^1.1",
5073                "justinrainbow/json-schema": "^5.2.10",
5074                "php": "^5.3.2 || ^7.0 || ^8.0",
5075                "psr/log": "^1.0",
5076                "react/promise": "^1.2 || ^2.7",
5077                "seld/jsonlint": "^1.4",
5078                "seld/phar-utils": "^1.0",
5079                "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
5080                "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
5081                "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
5082                "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0"
5083            },
5084            "require-dev": {
5085                "phpspec/prophecy": "^1.10",
5086                "symfony/phpunit-bridge": "^4.2 || ^5.0"
5087            },
5088            "suggest": {
5089                "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
5090                "ext-zip": "Enabling the zip extension allows you to unzip archives",
5091                "ext-zlib": "Allow gzip compression of HTTP requests"
5092            },
5093            "bin": [
5094                "bin/composer"
5095            ],
5096            "type": "library",
5097            "extra": {
5098                "branch-alias": {
5099                    "dev-master": "2.0-dev"
5100                }
5101            },
5102            "autoload": {
5103                "psr-4": {
5104                    "Composer\\": "src/Composer"
5105                }
5106            },
5107            "notification-url": "https://packagist.org/downloads/",
5108            "license": [
5109                "MIT"
5110            ],
5111            "authors": [
5112                {
5113                    "name": "Nils Adermann",
5114                    "email": "naderman@naderman.de",
5115                    "homepage": "https://www.naderman.de"
5116                },
5117                {
5118                    "name": "Jordi Boggiano",
5119                    "email": "j.boggiano@seld.be",
5120                    "homepage": "https://seld.be"
5121                }
5122            ],
5123            "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
5124            "homepage": "https://getcomposer.org/",
5125            "keywords": [
5126                "autoload",
5127                "dependency",
5128                "package"
5129            ],
5130            "support": {
5131                "irc": "irc://irc.freenode.org/composer",
5132                "issues": "https://github.com/composer/composer/issues",
5133                "source": "https://github.com/composer/composer/tree/2.0.9"
5134            },
5135            "funding": [
5136                {
5137                    "url": "https://packagist.com",
5138                    "type": "custom"
5139                },
5140                {
5141                    "url": "https://github.com/composer",
5142                    "type": "github"
5143                },
5144                {
5145                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5146                    "type": "tidelift"
5147                }
5148            ],
5149            "time": "2021-01-27T15:09:27+00:00"
5150        },
5151        {
5152            "name": "composer/semver",
5153            "version": "3.2.4",
5154            "source": {
5155                "type": "git",
5156                "url": "https://github.com/composer/semver.git",
5157                "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
5158            },
5159            "dist": {
5160                "type": "zip",
5161                "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
5162                "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
5163                "shasum": ""
5164            },
5165            "require": {
5166                "php": "^5.3.2 || ^7.0 || ^8.0"
5167            },
5168            "require-dev": {
5169                "phpstan/phpstan": "^0.12.54",
5170                "symfony/phpunit-bridge": "^4.2 || ^5"
5171            },
5172            "type": "library",
5173            "extra": {
5174                "branch-alias": {
5175                    "dev-main": "3.x-dev"
5176                }
5177            },
5178            "autoload": {
5179                "psr-4": {
5180                    "Composer\\Semver\\": "src"
5181                }
5182            },
5183            "notification-url": "https://packagist.org/downloads/",
5184            "license": [
5185                "MIT"
5186            ],
5187            "authors": [
5188                {
5189                    "name": "Nils Adermann",
5190                    "email": "naderman@naderman.de",
5191                    "homepage": "http://www.naderman.de"
5192                },
5193                {
5194                    "name": "Jordi Boggiano",
5195                    "email": "j.boggiano@seld.be",
5196                    "homepage": "http://seld.be"
5197                },
5198                {
5199                    "name": "Rob Bast",
5200                    "email": "rob.bast@gmail.com",
5201                    "homepage": "http://robbast.nl"
5202                }
5203            ],
5204            "description": "Semver library that offers utilities, version constraint parsing and validation.",
5205            "keywords": [
5206                "semantic",
5207                "semver",
5208                "validation",
5209                "versioning"
5210            ],
5211            "support": {
5212                "irc": "irc://irc.freenode.org/composer",
5213                "issues": "https://github.com/composer/semver/issues",
5214                "source": "https://github.com/composer/semver/tree/3.2.4"
5215            },
5216            "funding": [
5217                {
5218                    "url": "https://packagist.com",
5219                    "type": "custom"
5220                },
5221                {
5222                    "url": "https://github.com/composer",
5223                    "type": "github"
5224                },
5225                {
5226                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5227                    "type": "tidelift"
5228                }
5229            ],
5230            "time": "2020-11-13T08:59:24+00:00"
5231        },
5232        {
5233            "name": "composer/spdx-licenses",
5234            "version": "1.5.5",
5235            "source": {
5236                "type": "git",
5237                "url": "https://github.com/composer/spdx-licenses.git",
5238                "reference": "de30328a7af8680efdc03e396aad24befd513200"
5239            },
5240            "dist": {
5241                "type": "zip",
5242                "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
5243                "reference": "de30328a7af8680efdc03e396aad24befd513200",
5244                "shasum": ""
5245            },
5246            "require": {
5247                "php": "^5.3.2 || ^7.0 || ^8.0"
5248            },
5249            "require-dev": {
5250                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
5251            },
5252            "type": "library",
5253            "extra": {
5254                "branch-alias": {
5255                    "dev-main": "1.x-dev"
5256                }
5257            },
5258            "autoload": {
5259                "psr-4": {
5260                    "Composer\\Spdx\\": "src"
5261                }
5262            },
5263            "notification-url": "https://packagist.org/downloads/",
5264            "license": [
5265                "MIT"
5266            ],
5267            "authors": [
5268                {
5269                    "name": "Nils Adermann",
5270                    "email": "naderman@naderman.de",
5271                    "homepage": "http://www.naderman.de"
5272                },
5273                {
5274                    "name": "Jordi Boggiano",
5275                    "email": "j.boggiano@seld.be",
5276                    "homepage": "http://seld.be"
5277                },
5278                {
5279                    "name": "Rob Bast",
5280                    "email": "rob.bast@gmail.com",
5281                    "homepage": "http://robbast.nl"
5282                }
5283            ],
5284            "description": "SPDX licenses list and validation library.",
5285            "keywords": [
5286                "license",
5287                "spdx",
5288                "validator"
5289            ],
5290            "support": {
5291                "irc": "irc://irc.freenode.org/composer",
5292                "issues": "https://github.com/composer/spdx-licenses/issues",
5293                "source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
5294            },
5295            "funding": [
5296                {
5297                    "url": "https://packagist.com",
5298                    "type": "custom"
5299                },
5300                {
5301                    "url": "https://github.com/composer",
5302                    "type": "github"
5303                },
5304                {
5305                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5306                    "type": "tidelift"
5307                }
5308            ],
5309            "time": "2020-12-03T16:04:16+00:00"
5310        },
5311        {
5312            "name": "composer/xdebug-handler",
5313            "version": "1.4.5",
5314            "source": {
5315                "type": "git",
5316                "url": "https://github.com/composer/xdebug-handler.git",
5317                "reference": "f28d44c286812c714741478d968104c5e604a1d4"
5318            },
5319            "dist": {
5320                "type": "zip",
5321                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
5322                "reference": "f28d44c286812c714741478d968104c5e604a1d4",
5323                "shasum": ""
5324            },
5325            "require": {
5326                "php": "^5.3.2 || ^7.0 || ^8.0",
5327                "psr/log": "^1.0"
5328            },
5329            "require-dev": {
5330                "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
5331            },
5332            "type": "library",
5333            "autoload": {
5334                "psr-4": {
5335                    "Composer\\XdebugHandler\\": "src"
5336                }
5337            },
5338            "notification-url": "https://packagist.org/downloads/",
5339            "license": [
5340                "MIT"
5341            ],
5342            "authors": [
5343                {
5344                    "name": "John Stevenson",
5345                    "email": "john-stevenson@blueyonder.co.uk"
5346                }
5347            ],
5348            "description": "Restarts a process without Xdebug.",
5349            "keywords": [
5350                "Xdebug",
5351                "performance"
5352            ],
5353            "support": {
5354                "irc": "irc://irc.freenode.org/composer",
5355                "issues": "https://github.com/composer/xdebug-handler/issues",
5356                "source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
5357            },
5358            "funding": [
5359                {
5360                    "url": "https://packagist.com",
5361                    "type": "custom"
5362                },
5363                {
5364                    "url": "https://github.com/composer",
5365                    "type": "github"
5366                },
5367                {
5368                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
5369                    "type": "tidelift"
5370                }
5371            ],
5372            "time": "2020-11-13T08:04:11+00:00"
5373        },
5374        {
5375            "name": "doctrine/instantiator",
5376            "version": "1.4.0",
5377            "source": {
5378                "type": "git",
5379                "url": "https://github.com/doctrine/instantiator.git",
5380                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
5381            },
5382            "dist": {
5383                "type": "zip",
5384                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
5385                "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
5386                "shasum": ""
5387            },
5388            "require": {
5389                "php": "^7.1 || ^8.0"
5390            },
5391            "require-dev": {
5392                "doctrine/coding-standard": "^8.0",
5393                "ext-pdo": "*",
5394                "ext-phar": "*",
5395                "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
5396                "phpstan/phpstan": "^0.12",
5397                "phpstan/phpstan-phpunit": "^0.12",
5398                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
5399            },
5400            "type": "library",
5401            "autoload": {
5402                "psr-4": {
5403                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
5404                }
5405            },
5406            "notification-url": "https://packagist.org/downloads/",
5407            "license": [
5408                "MIT"
5409            ],
5410            "authors": [
5411                {
5412                    "name": "Marco Pivetta",
5413                    "email": "ocramius@gmail.com",
5414                    "homepage": "https://ocramius.github.io/"
5415                }
5416            ],
5417            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
5418            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
5419            "keywords": [
5420                "constructor",
5421                "instantiate"
5422            ],
5423            "support": {
5424                "issues": "https://github.com/doctrine/instantiator/issues",
5425                "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
5426            },
5427            "funding": [
5428                {
5429                    "url": "https://www.doctrine-project.org/sponsorship.html",
5430                    "type": "custom"
5431                },
5432                {
5433                    "url": "https://www.patreon.com/phpdoctrine",
5434                    "type": "patreon"
5435                },
5436                {
5437                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
5438                    "type": "tidelift"
5439                }
5440            ],
5441            "time": "2020-11-10T18:47:58+00:00"
5442        },
5443        {
5444            "name": "justinrainbow/json-schema",
5445            "version": "5.2.10",
5446            "source": {
5447                "type": "git",
5448                "url": "https://github.com/justinrainbow/json-schema.git",
5449                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
5450            },
5451            "dist": {
5452                "type": "zip",
5453                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
5454                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
5455                "shasum": ""
5456            },
5457            "require": {
5458                "php": ">=5.3.3"
5459            },
5460            "require-dev": {
5461                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
5462                "json-schema/json-schema-test-suite": "1.2.0",
5463                "phpunit/phpunit": "^4.8.35"
5464            },
5465            "bin": [
5466                "bin/validate-json"
5467            ],
5468            "type": "library",
5469            "extra": {
5470                "branch-alias": {
5471                    "dev-master": "5.0.x-dev"
5472                }
5473            },
5474            "autoload": {
5475                "psr-4": {
5476                    "JsonSchema\\": "src/JsonSchema/"
5477                }
5478            },
5479            "notification-url": "https://packagist.org/downloads/",
5480            "license": [
5481                "MIT"
5482            ],
5483            "authors": [
5484                {
5485                    "name": "Bruno Prieto Reis",
5486                    "email": "bruno.p.reis@gmail.com"
5487                },
5488                {
5489                    "name": "Justin Rainbow",
5490                    "email": "justin.rainbow@gmail.com"
5491                },
5492                {
5493                    "name": "Igor Wiedler",
5494                    "email": "igor@wiedler.ch"
5495                },
5496                {
5497                    "name": "Robert Schönthal",
5498                    "email": "seroscho@googlemail.com"
5499                }
5500            ],
5501            "description": "A library to validate a json schema.",
5502            "homepage": "https://github.com/justinrainbow/json-schema",
5503            "keywords": [
5504                "json",
5505                "schema"
5506            ],
5507            "support": {
5508                "issues": "https://github.com/justinrainbow/json-schema/issues",
5509                "source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
5510            },
5511            "time": "2020-05-27T16:41:55+00:00"
5512        },
5513        {
5514            "name": "league/flysystem-memory",
5515            "version": "2.0.4",
5516            "source": {
5517                "type": "git",
5518                "url": "https://github.com/thephpleague/flysystem-memory.git",
5519                "reference": "f644026c705b8a501543f38cb8b745a603aa4952"
5520            },
5521            "dist": {
5522                "type": "zip",
5523                "url": "https://api.github.com/repos/thephpleague/flysystem-memory/zipball/f644026c705b8a501543f38cb8b745a603aa4952",
5524                "reference": "f644026c705b8a501543f38cb8b745a603aa4952",
5525                "shasum": ""
5526            },
5527            "require": {
5528                "ext-fileinfo": "*",
5529                "league/flysystem": "^2.0.0",
5530                "php": "^7.2 || ^8.0"
5531            },
5532            "type": "library",
5533            "autoload": {
5534                "psr-4": {
5535                    "League\\Flysystem\\InMemory\\": ""
5536                }
5537            },
5538            "notification-url": "https://packagist.org/downloads/",
5539            "license": [
5540                "MIT"
5541            ],
5542            "authors": [
5543                {
5544                    "name": "Frank de Jonge",
5545                    "email": "info@frankdejonge.nl"
5546                }
5547            ],
5548            "description": "In-memory filesystem adapter for Flysystem.",
5549            "keywords": [
5550                "Flysystem",
5551                "file",
5552                "files",
5553                "filesystem",
5554                "memory"
5555            ],
5556            "support": {
5557                "issues": "https://github.com/thephpleague/flysystem-memory/issues",
5558                "source": "https://github.com/thephpleague/flysystem-memory/tree/2.0.4"
5559            },
5560            "time": "2021-02-12T19:24:17+00:00"
5561        },
5562        {
5563            "name": "maximebf/debugbar",
5564            "version": "v1.16.5",
5565            "source": {
5566                "type": "git",
5567                "url": "https://github.com/maximebf/php-debugbar.git",
5568                "reference": "6d51ee9e94cff14412783785e79a4e7ef97b9d62"
5569            },
5570            "dist": {
5571                "type": "zip",
5572                "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/6d51ee9e94cff14412783785e79a4e7ef97b9d62",
5573                "reference": "6d51ee9e94cff14412783785e79a4e7ef97b9d62",
5574                "shasum": ""
5575            },
5576            "require": {
5577                "php": "^7.1|^8",
5578                "psr/log": "^1.0",
5579                "symfony/var-dumper": "^2.6|^3|^4|^5"
5580            },
5581            "require-dev": {
5582                "phpunit/phpunit": "^7.5.20 || ^9.4.2"
5583            },
5584            "suggest": {
5585                "kriswallsmith/assetic": "The best way to manage assets",
5586                "monolog/monolog": "Log using Monolog",
5587                "predis/predis": "Redis storage"
5588            },
5589            "type": "library",
5590            "extra": {
5591                "branch-alias": {
5592                    "dev-master": "1.16-dev"
5593                }
5594            },
5595            "autoload": {
5596                "psr-4": {
5597                    "DebugBar\\": "src/DebugBar/"
5598                }
5599            },
5600            "notification-url": "https://packagist.org/downloads/",
5601            "license": [
5602                "MIT"
5603            ],
5604            "authors": [
5605                {
5606                    "name": "Maxime Bouroumeau-Fuseau",
5607                    "email": "maxime.bouroumeau@gmail.com",
5608                    "homepage": "http://maximebf.com"
5609                },
5610                {
5611                    "name": "Barry vd. Heuvel",
5612                    "email": "barryvdh@gmail.com"
5613                }
5614            ],
5615            "description": "Debug bar in the browser for php application",
5616            "homepage": "https://github.com/maximebf/php-debugbar",
5617            "keywords": [
5618                "debug",
5619                "debugbar"
5620            ],
5621            "support": {
5622                "issues": "https://github.com/maximebf/php-debugbar/issues",
5623                "source": "https://github.com/maximebf/php-debugbar/tree/v1.16.5"
5624            },
5625            "time": "2020-12-07T11:07:24+00:00"
5626        },
5627        {
5628            "name": "myclabs/deep-copy",
5629            "version": "1.10.2",
5630            "source": {
5631                "type": "git",
5632                "url": "https://github.com/myclabs/DeepCopy.git",
5633                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
5634            },
5635            "dist": {
5636                "type": "zip",
5637                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
5638                "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
5639                "shasum": ""
5640            },
5641            "require": {
5642                "php": "^7.1 || ^8.0"
5643            },
5644            "replace": {
5645                "myclabs/deep-copy": "self.version"
5646            },
5647            "require-dev": {
5648                "doctrine/collections": "^1.0",
5649                "doctrine/common": "^2.6",
5650                "phpunit/phpunit": "^7.1"
5651            },
5652            "type": "library",
5653            "autoload": {
5654                "psr-4": {
5655                    "DeepCopy\\": "src/DeepCopy/"
5656                },
5657                "files": [
5658                    "src/DeepCopy/deep_copy.php"
5659                ]
5660            },
5661            "notification-url": "https://packagist.org/downloads/",
5662            "license": [
5663                "MIT"
5664            ],
5665            "description": "Create deep copies (clones) of your objects",
5666            "keywords": [
5667                "clone",
5668                "copy",
5669                "duplicate",
5670                "object",
5671                "object graph"
5672            ],
5673            "support": {
5674                "issues": "https://github.com/myclabs/DeepCopy/issues",
5675                "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
5676            },
5677            "funding": [
5678                {
5679                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
5680                    "type": "tidelift"
5681                }
5682            ],
5683            "time": "2020-11-13T09:40:50+00:00"
5684        },
5685        {
5686            "name": "nikic/php-parser",
5687            "version": "v4.10.4",
5688            "source": {
5689                "type": "git",
5690                "url": "https://github.com/nikic/PHP-Parser.git",
5691                "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
5692            },
5693            "dist": {
5694                "type": "zip",
5695                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
5696                "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
5697                "shasum": ""
5698            },
5699            "require": {
5700                "ext-tokenizer": "*",
5701                "php": ">=7.0"
5702            },
5703            "require-dev": {
5704                "ircmaxell/php-yacc": "^0.0.7",
5705                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
5706            },
5707            "bin": [
5708                "bin/php-parse"
5709            ],
5710            "type": "library",
5711            "extra": {
5712                "branch-alias": {
5713                    "dev-master": "4.9-dev"
5714                }
5715            },
5716            "autoload": {
5717                "psr-4": {
5718                    "PhpParser\\": "lib/PhpParser"
5719                }
5720            },
5721            "notification-url": "https://packagist.org/downloads/",
5722            "license": [
5723                "BSD-3-Clause"
5724            ],
5725            "authors": [
5726                {
5727                    "name": "Nikita Popov"
5728                }
5729            ],
5730            "description": "A PHP parser written in PHP",
5731            "keywords": [
5732                "parser",
5733                "php"
5734            ],
5735            "support": {
5736                "issues": "https://github.com/nikic/PHP-Parser/issues",
5737                "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
5738            },
5739            "time": "2020-12-20T10:01:03+00:00"
5740        },
5741        {
5742            "name": "phar-io/manifest",
5743            "version": "2.0.1",
5744            "source": {
5745                "type": "git",
5746                "url": "https://github.com/phar-io/manifest.git",
5747                "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
5748            },
5749            "dist": {
5750                "type": "zip",
5751                "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
5752                "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
5753                "shasum": ""
5754            },
5755            "require": {
5756                "ext-dom": "*",
5757                "ext-phar": "*",
5758                "ext-xmlwriter": "*",
5759                "phar-io/version": "^3.0.1",
5760                "php": "^7.2 || ^8.0"
5761            },
5762            "type": "library",
5763            "extra": {
5764                "branch-alias": {
5765                    "dev-master": "2.0.x-dev"
5766                }
5767            },
5768            "autoload": {
5769                "classmap": [
5770                    "src/"
5771                ]
5772            },
5773            "notification-url": "https://packagist.org/downloads/",
5774            "license": [
5775                "BSD-3-Clause"
5776            ],
5777            "authors": [
5778                {
5779                    "name": "Arne Blankerts",
5780                    "email": "arne@blankerts.de",
5781                    "role": "Developer"
5782                },
5783                {
5784                    "name": "Sebastian Heuer",
5785                    "email": "sebastian@phpeople.de",
5786                    "role": "Developer"
5787                },
5788                {
5789                    "name": "Sebastian Bergmann",
5790                    "email": "sebastian@phpunit.de",
5791                    "role": "Developer"
5792                }
5793            ],
5794            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
5795            "support": {
5796                "issues": "https://github.com/phar-io/manifest/issues",
5797                "source": "https://github.com/phar-io/manifest/tree/master"
5798            },
5799            "time": "2020-06-27T14:33:11+00:00"
5800        },
5801        {
5802            "name": "phar-io/version",
5803            "version": "3.0.4",
5804            "source": {
5805                "type": "git",
5806                "url": "https://github.com/phar-io/version.git",
5807                "reference": "e4782611070e50613683d2b9a57730e9a3ba5451"
5808            },
5809            "dist": {
5810                "type": "zip",
5811                "url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451",
5812                "reference": "e4782611070e50613683d2b9a57730e9a3ba5451",
5813                "shasum": ""
5814            },
5815            "require": {
5816                "php": "^7.2 || ^8.0"
5817            },
5818            "type": "library",
5819            "autoload": {
5820                "classmap": [
5821                    "src/"
5822                ]
5823            },
5824            "notification-url": "https://packagist.org/downloads/",
5825            "license": [
5826                "BSD-3-Clause"
5827            ],
5828            "authors": [
5829                {
5830                    "name": "Arne Blankerts",
5831                    "email": "arne@blankerts.de",
5832                    "role": "Developer"
5833                },
5834                {
5835                    "name": "Sebastian Heuer",
5836                    "email": "sebastian@phpeople.de",
5837                    "role": "Developer"
5838                },
5839                {
5840                    "name": "Sebastian Bergmann",
5841                    "email": "sebastian@phpunit.de",
5842                    "role": "Developer"
5843                }
5844            ],
5845            "description": "Library for handling version information and constraints",
5846            "support": {
5847                "issues": "https://github.com/phar-io/version/issues",
5848                "source": "https://github.com/phar-io/version/tree/3.0.4"
5849            },
5850            "time": "2020-12-13T23:18:30+00:00"
5851        },
5852        {
5853            "name": "php-coveralls/php-coveralls",
5854            "version": "v2.4.3",
5855            "source": {
5856                "type": "git",
5857                "url": "https://github.com/php-coveralls/php-coveralls.git",
5858                "reference": "909381bd40a17ae6e9076051f0d73293c1c091af"
5859            },
5860            "dist": {
5861                "type": "zip",
5862                "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/909381bd40a17ae6e9076051f0d73293c1c091af",
5863                "reference": "909381bd40a17ae6e9076051f0d73293c1c091af",
5864                "shasum": ""
5865            },
5866            "require": {
5867                "ext-json": "*",
5868                "ext-simplexml": "*",
5869                "guzzlehttp/guzzle": "^6.0 || ^7.0",
5870                "php": "^5.5 || ^7.0 || ^8.0",
5871                "psr/log": "^1.0",
5872                "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0",
5873                "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0",
5874                "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0",
5875                "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0"
5876            },
5877            "require-dev": {
5878                "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
5879                "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
5880            },
5881            "suggest": {
5882                "symfony/http-kernel": "Allows Symfony integration"
5883            },
5884            "bin": [
5885                "bin/php-coveralls"
5886            ],
5887            "type": "library",
5888            "autoload": {
5889                "psr-4": {
5890                    "PhpCoveralls\\": "src/"
5891                }
5892            },
5893            "notification-url": "https://packagist.org/downloads/",
5894            "license": [
5895                "MIT"
5896            ],
5897            "authors": [
5898                {
5899                    "name": "Kitamura Satoshi",
5900                    "email": "with.no.parachute@gmail.com",
5901                    "homepage": "https://www.facebook.com/satooshi.jp",
5902                    "role": "Original creator"
5903                },
5904                {
5905                    "name": "Takashi Matsuo",
5906                    "email": "tmatsuo@google.com"
5907                },
5908                {
5909                    "name": "Google Inc"
5910                },
5911                {
5912                    "name": "Dariusz Ruminski",
5913                    "email": "dariusz.ruminski@gmail.com",
5914                    "homepage": "https://github.com/keradus"
5915                },
5916                {
5917                    "name": "Contributors",
5918                    "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
5919                }
5920            ],
5921            "description": "PHP client library for Coveralls API",
5922            "homepage": "https://github.com/php-coveralls/php-coveralls",
5923            "keywords": [
5924                "ci",
5925                "coverage",
5926                "github",
5927                "test"
5928            ],
5929            "support": {
5930                "issues": "https://github.com/php-coveralls/php-coveralls/issues",
5931                "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.4.3"
5932            },
5933            "time": "2020-12-24T09:17:03+00:00"
5934        },
5935        {
5936            "name": "phpdocumentor/reflection-common",
5937            "version": "2.2.0",
5938            "source": {
5939                "type": "git",
5940                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
5941                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
5942            },
5943            "dist": {
5944                "type": "zip",
5945                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
5946                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
5947                "shasum": ""
5948            },
5949            "require": {
5950                "php": "^7.2 || ^8.0"
5951            },
5952            "type": "library",
5953            "extra": {
5954                "branch-alias": {
5955                    "dev-2.x": "2.x-dev"
5956                }
5957            },
5958            "autoload": {
5959                "psr-4": {
5960                    "phpDocumentor\\Reflection\\": "src/"
5961                }
5962            },
5963            "notification-url": "https://packagist.org/downloads/",
5964            "license": [
5965                "MIT"
5966            ],
5967            "authors": [
5968                {
5969                    "name": "Jaap van Otterdijk",
5970                    "email": "opensource@ijaap.nl"
5971                }
5972            ],
5973            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
5974            "homepage": "http://www.phpdoc.org",
5975            "keywords": [
5976                "FQSEN",
5977                "phpDocumentor",
5978                "phpdoc",
5979                "reflection",
5980                "static analysis"
5981            ],
5982            "support": {
5983                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
5984                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
5985            },
5986            "time": "2020-06-27T09:03:43+00:00"
5987        },
5988        {
5989            "name": "phpdocumentor/reflection-docblock",
5990            "version": "5.2.2",
5991            "source": {
5992                "type": "git",
5993                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5994                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
5995            },
5996            "dist": {
5997                "type": "zip",
5998                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
5999                "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
6000                "shasum": ""
6001            },
6002            "require": {
6003                "ext-filter": "*",
6004                "php": "^7.2 || ^8.0",
6005                "phpdocumentor/reflection-common": "^2.2",
6006                "phpdocumentor/type-resolver": "^1.3",
6007                "webmozart/assert": "^1.9.1"
6008            },
6009            "require-dev": {
6010                "mockery/mockery": "~1.3.2"
6011            },
6012            "type": "library",
6013            "extra": {
6014                "branch-alias": {
6015                    "dev-master": "5.x-dev"
6016                }
6017            },
6018            "autoload": {
6019                "psr-4": {
6020                    "phpDocumentor\\Reflection\\": "src"
6021                }
6022            },
6023            "notification-url": "https://packagist.org/downloads/",
6024            "license": [
6025                "MIT"
6026            ],
6027            "authors": [
6028                {
6029                    "name": "Mike van Riel",
6030                    "email": "me@mikevanriel.com"
6031                },
6032                {
6033                    "name": "Jaap van Otterdijk",
6034                    "email": "account@ijaap.nl"
6035                }
6036            ],
6037            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
6038            "support": {
6039                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
6040                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
6041            },
6042            "time": "2020-09-03T19:13:55+00:00"
6043        },
6044        {
6045            "name": "phpdocumentor/type-resolver",
6046            "version": "1.4.0",
6047            "source": {
6048                "type": "git",
6049                "url": "https://github.com/phpDocumentor/TypeResolver.git",
6050                "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
6051            },
6052            "dist": {
6053                "type": "zip",
6054                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
6055                "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
6056                "shasum": ""
6057            },
6058            "require": {
6059                "php": "^7.2 || ^8.0",
6060                "phpdocumentor/reflection-common": "^2.0"
6061            },
6062            "require-dev": {
6063                "ext-tokenizer": "*"
6064            },
6065            "type": "library",
6066            "extra": {
6067                "branch-alias": {
6068                    "dev-1.x": "1.x-dev"
6069                }
6070            },
6071            "autoload": {
6072                "psr-4": {
6073                    "phpDocumentor\\Reflection\\": "src"
6074                }
6075            },
6076            "notification-url": "https://packagist.org/downloads/",
6077            "license": [
6078                "MIT"
6079            ],
6080            "authors": [
6081                {
6082                    "name": "Mike van Riel",
6083                    "email": "me@mikevanriel.com"
6084                }
6085            ],
6086            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
6087            "support": {
6088                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
6089                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
6090            },
6091            "time": "2020-09-17T18:55:26+00:00"
6092        },
6093        {
6094            "name": "phpspec/prophecy",
6095            "version": "1.12.2",
6096            "source": {
6097                "type": "git",
6098                "url": "https://github.com/phpspec/prophecy.git",
6099                "reference": "245710e971a030f42e08f4912863805570f23d39"
6100            },
6101            "dist": {
6102                "type": "zip",
6103                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
6104                "reference": "245710e971a030f42e08f4912863805570f23d39",
6105                "shasum": ""
6106            },
6107            "require": {
6108                "doctrine/instantiator": "^1.2",
6109                "php": "^7.2 || ~8.0, <8.1",
6110                "phpdocumentor/reflection-docblock": "^5.2",
6111                "sebastian/comparator": "^3.0 || ^4.0",
6112                "sebastian/recursion-context": "^3.0 || ^4.0"
6113            },
6114            "require-dev": {
6115                "phpspec/phpspec": "^6.0",
6116                "phpunit/phpunit": "^8.0 || ^9.0"
6117            },
6118            "type": "library",
6119            "extra": {
6120                "branch-alias": {
6121                    "dev-master": "1.11.x-dev"
6122                }
6123            },
6124            "autoload": {
6125                "psr-4": {
6126                    "Prophecy\\": "src/Prophecy"
6127                }
6128            },
6129            "notification-url": "https://packagist.org/downloads/",
6130            "license": [
6131                "MIT"
6132            ],
6133            "authors": [
6134                {
6135                    "name": "Konstantin Kudryashov",
6136                    "email": "ever.zet@gmail.com",
6137                    "homepage": "http://everzet.com"
6138                },
6139                {
6140                    "name": "Marcello Duarte",
6141                    "email": "marcello.duarte@gmail.com"
6142                }
6143            ],
6144            "description": "Highly opinionated mocking framework for PHP 5.3+",
6145            "homepage": "https://github.com/phpspec/prophecy",
6146            "keywords": [
6147                "Double",
6148                "Dummy",
6149                "fake",
6150                "mock",
6151                "spy",
6152                "stub"
6153            ],
6154            "support": {
6155                "issues": "https://github.com/phpspec/prophecy/issues",
6156                "source": "https://github.com/phpspec/prophecy/tree/1.12.2"
6157            },
6158            "time": "2020-12-19T10:15:11+00:00"
6159        },
6160        {
6161            "name": "phpunit/php-code-coverage",
6162            "version": "9.2.5",
6163            "source": {
6164                "type": "git",
6165                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6166                "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
6167            },
6168            "dist": {
6169                "type": "zip",
6170                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
6171                "reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
6172                "shasum": ""
6173            },
6174            "require": {
6175                "ext-dom": "*",
6176                "ext-libxml": "*",
6177                "ext-xmlwriter": "*",
6178                "nikic/php-parser": "^4.10.2",
6179                "php": ">=7.3",
6180                "phpunit/php-file-iterator": "^3.0.3",
6181                "phpunit/php-text-template": "^2.0.2",
6182                "sebastian/code-unit-reverse-lookup": "^2.0.2",
6183                "sebastian/complexity": "^2.0",
6184                "sebastian/environment": "^5.1.2",
6185                "sebastian/lines-of-code": "^1.0.3",
6186                "sebastian/version": "^3.0.1",
6187                "theseer/tokenizer": "^1.2.0"
6188            },
6189            "require-dev": {
6190                "phpunit/phpunit": "^9.3"
6191            },
6192            "suggest": {
6193                "ext-pcov": "*",
6194                "ext-xdebug": "*"
6195            },
6196            "type": "library",
6197            "extra": {
6198                "branch-alias": {
6199                    "dev-master": "9.2-dev"
6200                }
6201            },
6202            "autoload": {
6203                "classmap": [
6204                    "src/"
6205                ]
6206            },
6207            "notification-url": "https://packagist.org/downloads/",
6208            "license": [
6209                "BSD-3-Clause"
6210            ],
6211            "authors": [
6212                {
6213                    "name": "Sebastian Bergmann",
6214                    "email": "sebastian@phpunit.de",
6215                    "role": "lead"
6216                }
6217            ],
6218            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6219            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6220            "keywords": [
6221                "coverage",
6222                "testing",
6223                "xunit"
6224            ],
6225            "support": {
6226                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
6227                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
6228            },
6229            "funding": [
6230                {
6231                    "url": "https://github.com/sebastianbergmann",
6232                    "type": "github"
6233                }
6234            ],
6235            "time": "2020-11-28T06:44:49+00:00"
6236        },
6237        {
6238            "name": "phpunit/php-file-iterator",
6239            "version": "3.0.5",
6240            "source": {
6241                "type": "git",
6242                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6243                "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
6244            },
6245            "dist": {
6246                "type": "zip",
6247                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
6248                "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
6249                "shasum": ""
6250            },
6251            "require": {
6252                "php": ">=7.3"
6253            },
6254            "require-dev": {
6255                "phpunit/phpunit": "^9.3"
6256            },
6257            "type": "library",
6258            "extra": {
6259                "branch-alias": {
6260                    "dev-master": "3.0-dev"
6261                }
6262            },
6263            "autoload": {
6264                "classmap": [
6265                    "src/"
6266                ]
6267            },
6268            "notification-url": "https://packagist.org/downloads/",
6269            "license": [
6270                "BSD-3-Clause"
6271            ],
6272            "authors": [
6273                {
6274                    "name": "Sebastian Bergmann",
6275                    "email": "sebastian@phpunit.de",
6276                    "role": "lead"
6277                }
6278            ],
6279            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6280            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6281            "keywords": [
6282                "filesystem",
6283                "iterator"
6284            ],
6285            "support": {
6286                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
6287                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
6288            },
6289            "funding": [
6290                {
6291                    "url": "https://github.com/sebastianbergmann",
6292                    "type": "github"
6293                }
6294            ],
6295            "time": "2020-09-28T05:57:25+00:00"
6296        },
6297        {
6298            "name": "phpunit/php-invoker",
6299            "version": "3.1.1",
6300            "source": {
6301                "type": "git",
6302                "url": "https://github.com/sebastianbergmann/php-invoker.git",
6303                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
6304            },
6305            "dist": {
6306                "type": "zip",
6307                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
6308                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
6309                "shasum": ""
6310            },
6311            "require": {
6312                "php": ">=7.3"
6313            },
6314            "require-dev": {
6315                "ext-pcntl": "*",
6316                "phpunit/phpunit": "^9.3"
6317            },
6318            "suggest": {
6319                "ext-pcntl": "*"
6320            },
6321            "type": "library",
6322            "extra": {
6323                "branch-alias": {
6324                    "dev-master": "3.1-dev"
6325                }
6326            },
6327            "autoload": {
6328                "classmap": [
6329                    "src/"
6330                ]
6331            },
6332            "notification-url": "https://packagist.org/downloads/",
6333            "license": [
6334                "BSD-3-Clause"
6335            ],
6336            "authors": [
6337                {
6338                    "name": "Sebastian Bergmann",
6339                    "email": "sebastian@phpunit.de",
6340                    "role": "lead"
6341                }
6342            ],
6343            "description": "Invoke callables with a timeout",
6344            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
6345            "keywords": [
6346                "process"
6347            ],
6348            "support": {
6349                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
6350                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
6351            },
6352            "funding": [
6353                {
6354                    "url": "https://github.com/sebastianbergmann",
6355                    "type": "github"
6356                }
6357            ],
6358            "time": "2020-09-28T05:58:55+00:00"
6359        },
6360        {
6361            "name": "phpunit/php-text-template",
6362            "version": "2.0.4",
6363            "source": {
6364                "type": "git",
6365                "url": "https://github.com/sebastianbergmann/php-text-template.git",
6366                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
6367            },
6368            "dist": {
6369                "type": "zip",
6370                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
6371                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
6372                "shasum": ""
6373            },
6374            "require": {
6375                "php": ">=7.3"
6376            },
6377            "require-dev": {
6378                "phpunit/phpunit": "^9.3"
6379            },
6380            "type": "library",
6381            "extra": {
6382                "branch-alias": {
6383                    "dev-master": "2.0-dev"
6384                }
6385            },
6386            "autoload": {
6387                "classmap": [
6388                    "src/"
6389                ]
6390            },
6391            "notification-url": "https://packagist.org/downloads/",
6392            "license": [
6393                "BSD-3-Clause"
6394            ],
6395            "authors": [
6396                {
6397                    "name": "Sebastian Bergmann",
6398                    "email": "sebastian@phpunit.de",
6399                    "role": "lead"
6400                }
6401            ],
6402            "description": "Simple template engine.",
6403            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6404            "keywords": [
6405                "template"
6406            ],
6407            "support": {
6408                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
6409                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
6410            },
6411            "funding": [
6412                {
6413                    "url": "https://github.com/sebastianbergmann",
6414                    "type": "github"
6415                }
6416            ],
6417            "time": "2020-10-26T05:33:50+00:00"
6418        },
6419        {
6420            "name": "phpunit/php-timer",
6421            "version": "5.0.3",
6422            "source": {
6423                "type": "git",
6424                "url": "https://github.com/sebastianbergmann/php-timer.git",
6425                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
6426            },
6427            "dist": {
6428                "type": "zip",
6429                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
6430                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
6431                "shasum": ""
6432            },
6433            "require": {
6434                "php": ">=7.3"
6435            },
6436            "require-dev": {
6437                "phpunit/phpunit": "^9.3"
6438            },
6439            "type": "library",
6440            "extra": {
6441                "branch-alias": {
6442                    "dev-master": "5.0-dev"
6443                }
6444            },
6445            "autoload": {
6446                "classmap": [
6447                    "src/"
6448                ]
6449            },
6450            "notification-url": "https://packagist.org/downloads/",
6451            "license": [
6452                "BSD-3-Clause"
6453            ],
6454            "authors": [
6455                {
6456                    "name": "Sebastian Bergmann",
6457                    "email": "sebastian@phpunit.de",
6458                    "role": "lead"
6459                }
6460            ],
6461            "description": "Utility class for timing",
6462            "homepage": "https://github.com/sebastianbergmann/php-timer/",
6463            "keywords": [
6464                "timer"
6465            ],
6466            "support": {
6467                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
6468                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
6469            },
6470            "funding": [
6471                {
6472                    "url": "https://github.com/sebastianbergmann",
6473                    "type": "github"
6474                }
6475            ],
6476            "time": "2020-10-26T13:16:10+00:00"
6477        },
6478        {
6479            "name": "phpunit/phpunit",
6480            "version": "9.5.2",
6481            "source": {
6482                "type": "git",
6483                "url": "https://github.com/sebastianbergmann/phpunit.git",
6484                "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4"
6485            },
6486            "dist": {
6487                "type": "zip",
6488                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f661659747f2f87f9e72095bb207bceb0f151cb4",
6489                "reference": "f661659747f2f87f9e72095bb207bceb0f151cb4",
6490                "shasum": ""
6491            },
6492            "require": {
6493                "doctrine/instantiator": "^1.3.1",
6494                "ext-dom": "*",
6495                "ext-json": "*",
6496                "ext-libxml": "*",
6497                "ext-mbstring": "*",
6498                "ext-xml": "*",
6499                "ext-xmlwriter": "*",
6500                "myclabs/deep-copy": "^1.10.1",
6501                "phar-io/manifest": "^2.0.1",
6502                "phar-io/version": "^3.0.2",
6503                "php": ">=7.3",
6504                "phpspec/prophecy": "^1.12.1",
6505                "phpunit/php-code-coverage": "^9.2.3",
6506                "phpunit/php-file-iterator": "^3.0.5",
6507                "phpunit/php-invoker": "^3.1.1",
6508                "phpunit/php-text-template": "^2.0.3",
6509                "phpunit/php-timer": "^5.0.2",
6510                "sebastian/cli-parser": "^1.0.1",
6511                "sebastian/code-unit": "^1.0.6",
6512                "sebastian/comparator": "^4.0.5",
6513                "sebastian/diff": "^4.0.3",
6514                "sebastian/environment": "^5.1.3",
6515                "sebastian/exporter": "^4.0.3",
6516                "sebastian/global-state": "^5.0.1",
6517                "sebastian/object-enumerator": "^4.0.3",
6518                "sebastian/resource-operations": "^3.0.3",
6519                "sebastian/type": "^2.3",
6520                "sebastian/version": "^3.0.2"
6521            },
6522            "require-dev": {
6523                "ext-pdo": "*",
6524                "phpspec/prophecy-phpunit": "^2.0.1"
6525            },
6526            "suggest": {
6527                "ext-soap": "*",
6528                "ext-xdebug": "*"
6529            },
6530            "bin": [
6531                "phpunit"
6532            ],
6533            "type": "library",
6534            "extra": {
6535                "branch-alias": {
6536                    "dev-master": "9.5-dev"
6537                }
6538            },
6539            "autoload": {
6540                "classmap": [
6541                    "src/"
6542                ],
6543                "files": [
6544                    "src/Framework/Assert/Functions.php"
6545                ]
6546            },
6547            "notification-url": "https://packagist.org/downloads/",
6548            "license": [
6549                "BSD-3-Clause"
6550            ],
6551            "authors": [
6552                {
6553                    "name": "Sebastian Bergmann",
6554                    "email": "sebastian@phpunit.de",
6555                    "role": "lead"
6556                }
6557            ],
6558            "description": "The PHP Unit Testing framework.",
6559            "homepage": "https://phpunit.de/",
6560            "keywords": [
6561                "phpunit",
6562                "testing",
6563                "xunit"
6564            ],
6565            "support": {
6566                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
6567                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.2"
6568            },
6569            "funding": [
6570                {
6571                    "url": "https://phpunit.de/donate.html",
6572                    "type": "custom"
6573                },
6574                {
6575                    "url": "https://github.com/sebastianbergmann",
6576                    "type": "github"
6577                }
6578            ],
6579            "time": "2021-02-02T14:45:58+00:00"
6580        },
6581        {
6582            "name": "react/promise",
6583            "version": "v2.8.0",
6584            "source": {
6585                "type": "git",
6586                "url": "https://github.com/reactphp/promise.git",
6587                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
6588            },
6589            "dist": {
6590                "type": "zip",
6591                "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
6592                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
6593                "shasum": ""
6594            },
6595            "require": {
6596                "php": ">=5.4.0"
6597            },
6598            "require-dev": {
6599                "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
6600            },
6601            "type": "library",
6602            "autoload": {
6603                "psr-4": {
6604                    "React\\Promise\\": "src/"
6605                },
6606                "files": [
6607                    "src/functions_include.php"
6608                ]
6609            },
6610            "notification-url": "https://packagist.org/downloads/",
6611            "license": [
6612                "MIT"
6613            ],
6614            "authors": [
6615                {
6616                    "name": "Jan Sorgalla",
6617                    "email": "jsorgalla@gmail.com"
6618                }
6619            ],
6620            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
6621            "keywords": [
6622                "promise",
6623                "promises"
6624            ],
6625            "support": {
6626                "issues": "https://github.com/reactphp/promise/issues",
6627                "source": "https://github.com/reactphp/promise/tree/v2.8.0"
6628            },
6629            "time": "2020-05-12T15:16:56+00:00"
6630        },
6631        {
6632            "name": "sebastian/cli-parser",
6633            "version": "1.0.1",
6634            "source": {
6635                "type": "git",
6636                "url": "https://github.com/sebastianbergmann/cli-parser.git",
6637                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
6638            },
6639            "dist": {
6640                "type": "zip",
6641                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
6642                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
6643                "shasum": ""
6644            },
6645            "require": {
6646                "php": ">=7.3"
6647            },
6648            "require-dev": {
6649                "phpunit/phpunit": "^9.3"
6650            },
6651            "type": "library",
6652            "extra": {
6653                "branch-alias": {
6654                    "dev-master": "1.0-dev"
6655                }
6656            },
6657            "autoload": {
6658                "classmap": [
6659                    "src/"
6660                ]
6661            },
6662            "notification-url": "https://packagist.org/downloads/",
6663            "license": [
6664                "BSD-3-Clause"
6665            ],
6666            "authors": [
6667                {
6668                    "name": "Sebastian Bergmann",
6669                    "email": "sebastian@phpunit.de",
6670                    "role": "lead"
6671                }
6672            ],
6673            "description": "Library for parsing CLI options",
6674            "homepage": "https://github.com/sebastianbergmann/cli-parser",
6675            "support": {
6676                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
6677                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
6678            },
6679            "funding": [
6680                {
6681                    "url": "https://github.com/sebastianbergmann",
6682                    "type": "github"
6683                }
6684            ],
6685            "time": "2020-09-28T06:08:49+00:00"
6686        },
6687        {
6688            "name": "sebastian/code-unit",
6689            "version": "1.0.8",
6690            "source": {
6691                "type": "git",
6692                "url": "https://github.com/sebastianbergmann/code-unit.git",
6693                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
6694            },
6695            "dist": {
6696                "type": "zip",
6697                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
6698                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
6699                "shasum": ""
6700            },
6701            "require": {
6702                "php": ">=7.3"
6703            },
6704            "require-dev": {
6705                "phpunit/phpunit": "^9.3"
6706            },
6707            "type": "library",
6708            "extra": {
6709                "branch-alias": {
6710                    "dev-master": "1.0-dev"
6711                }
6712            },
6713            "autoload": {
6714                "classmap": [
6715                    "src/"
6716                ]
6717            },
6718            "notification-url": "https://packagist.org/downloads/",
6719            "license": [
6720                "BSD-3-Clause"
6721            ],
6722            "authors": [
6723                {
6724                    "name": "Sebastian Bergmann",
6725                    "email": "sebastian@phpunit.de",
6726                    "role": "lead"
6727                }
6728            ],
6729            "description": "Collection of value objects that represent the PHP code units",
6730            "homepage": "https://github.com/sebastianbergmann/code-unit",
6731            "support": {
6732                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
6733                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
6734            },
6735            "funding": [
6736                {
6737                    "url": "https://github.com/sebastianbergmann",
6738                    "type": "github"
6739                }
6740            ],
6741            "time": "2020-10-26T13:08:54+00:00"
6742        },
6743        {
6744            "name": "sebastian/code-unit-reverse-lookup",
6745            "version": "2.0.3",
6746            "source": {
6747                "type": "git",
6748                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
6749                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
6750            },
6751            "dist": {
6752                "type": "zip",
6753                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
6754                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
6755                "shasum": ""
6756            },
6757            "require": {
6758                "php": ">=7.3"
6759            },
6760            "require-dev": {
6761                "phpunit/phpunit": "^9.3"
6762            },
6763            "type": "library",
6764            "extra": {
6765                "branch-alias": {
6766                    "dev-master": "2.0-dev"
6767                }
6768            },
6769            "autoload": {
6770                "classmap": [
6771                    "src/"
6772                ]
6773            },
6774            "notification-url": "https://packagist.org/downloads/",
6775            "license": [
6776                "BSD-3-Clause"
6777            ],
6778            "authors": [
6779                {
6780                    "name": "Sebastian Bergmann",
6781                    "email": "sebastian@phpunit.de"
6782                }
6783            ],
6784            "description": "Looks up which function or method a line of code belongs to",
6785            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
6786            "support": {
6787                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
6788                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
6789            },
6790            "funding": [
6791                {
6792                    "url": "https://github.com/sebastianbergmann",
6793                    "type": "github"
6794                }
6795            ],
6796            "time": "2020-09-28T05:30:19+00:00"
6797        },
6798        {
6799            "name": "sebastian/comparator",
6800            "version": "4.0.6",
6801            "source": {
6802                "type": "git",
6803                "url": "https://github.com/sebastianbergmann/comparator.git",
6804                "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
6805            },
6806            "dist": {
6807                "type": "zip",
6808                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
6809                "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
6810                "shasum": ""
6811            },
6812            "require": {
6813                "php": ">=7.3",
6814                "sebastian/diff": "^4.0",
6815                "sebastian/exporter": "^4.0"
6816            },
6817            "require-dev": {
6818                "phpunit/phpunit": "^9.3"
6819            },
6820            "type": "library",
6821            "extra": {
6822                "branch-alias": {
6823                    "dev-master": "4.0-dev"
6824                }
6825            },
6826            "autoload": {
6827                "classmap": [
6828                    "src/"
6829                ]
6830            },
6831            "notification-url": "https://packagist.org/downloads/",
6832            "license": [
6833                "BSD-3-Clause"
6834            ],
6835            "authors": [
6836                {
6837                    "name": "Sebastian Bergmann",
6838                    "email": "sebastian@phpunit.de"
6839                },
6840                {
6841                    "name": "Jeff Welch",
6842                    "email": "whatthejeff@gmail.com"
6843                },
6844                {
6845                    "name": "Volker Dusch",
6846                    "email": "github@wallbash.com"
6847                },
6848                {
6849                    "name": "Bernhard Schussek",
6850                    "email": "bschussek@2bepublished.at"
6851                }
6852            ],
6853            "description": "Provides the functionality to compare PHP values for equality",
6854            "homepage": "https://github.com/sebastianbergmann/comparator",
6855            "keywords": [
6856                "comparator",
6857                "compare",
6858                "equality"
6859            ],
6860            "support": {
6861                "issues": "https://github.com/sebastianbergmann/comparator/issues",
6862                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
6863            },
6864            "funding": [
6865                {
6866                    "url": "https://github.com/sebastianbergmann",
6867                    "type": "github"
6868                }
6869            ],
6870            "time": "2020-10-26T15:49:45+00:00"
6871        },
6872        {
6873            "name": "sebastian/complexity",
6874            "version": "2.0.2",
6875            "source": {
6876                "type": "git",
6877                "url": "https://github.com/sebastianbergmann/complexity.git",
6878                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
6879            },
6880            "dist": {
6881                "type": "zip",
6882                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
6883                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
6884                "shasum": ""
6885            },
6886            "require": {
6887                "nikic/php-parser": "^4.7",
6888                "php": ">=7.3"
6889            },
6890            "require-dev": {
6891                "phpunit/phpunit": "^9.3"
6892            },
6893            "type": "library",
6894            "extra": {
6895                "branch-alias": {
6896                    "dev-master": "2.0-dev"
6897                }
6898            },
6899            "autoload": {
6900                "classmap": [
6901                    "src/"
6902                ]
6903            },
6904            "notification-url": "https://packagist.org/downloads/",
6905            "license": [
6906                "BSD-3-Clause"
6907            ],
6908            "authors": [
6909                {
6910                    "name": "Sebastian Bergmann",
6911                    "email": "sebastian@phpunit.de",
6912                    "role": "lead"
6913                }
6914            ],
6915            "description": "Library for calculating the complexity of PHP code units",
6916            "homepage": "https://github.com/sebastianbergmann/complexity",
6917            "support": {
6918                "issues": "https://github.com/sebastianbergmann/complexity/issues",
6919                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
6920            },
6921            "funding": [
6922                {
6923                    "url": "https://github.com/sebastianbergmann",
6924                    "type": "github"
6925                }
6926            ],
6927            "time": "2020-10-26T15:52:27+00:00"
6928        },
6929        {
6930            "name": "sebastian/diff",
6931            "version": "4.0.4",
6932            "source": {
6933                "type": "git",
6934                "url": "https://github.com/sebastianbergmann/diff.git",
6935                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
6936            },
6937            "dist": {
6938                "type": "zip",
6939                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
6940                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
6941                "shasum": ""
6942            },
6943            "require": {
6944                "php": ">=7.3"
6945            },
6946            "require-dev": {
6947                "phpunit/phpunit": "^9.3",
6948                "symfony/process": "^4.2 || ^5"
6949            },
6950            "type": "library",
6951            "extra": {
6952                "branch-alias": {
6953                    "dev-master": "4.0-dev"
6954                }
6955            },
6956            "autoload": {
6957                "classmap": [
6958                    "src/"
6959                ]
6960            },
6961            "notification-url": "https://packagist.org/downloads/",
6962            "license": [
6963                "BSD-3-Clause"
6964            ],
6965            "authors": [
6966                {
6967                    "name": "Sebastian Bergmann",
6968                    "email": "sebastian@phpunit.de"
6969                },
6970                {
6971                    "name": "Kore Nordmann",
6972                    "email": "mail@kore-nordmann.de"
6973                }
6974            ],
6975            "description": "Diff implementation",
6976            "homepage": "https://github.com/sebastianbergmann/diff",
6977            "keywords": [
6978                "diff",
6979                "udiff",
6980                "unidiff",
6981                "unified diff"
6982            ],
6983            "support": {
6984                "issues": "https://github.com/sebastianbergmann/diff/issues",
6985                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
6986            },
6987            "funding": [
6988                {
6989                    "url": "https://github.com/sebastianbergmann",
6990                    "type": "github"
6991                }
6992            ],
6993            "time": "2020-10-26T13:10:38+00:00"
6994        },
6995        {
6996            "name": "sebastian/environment",
6997            "version": "5.1.3",
6998            "source": {
6999                "type": "git",
7000                "url": "https://github.com/sebastianbergmann/environment.git",
7001                "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
7002            },
7003            "dist": {
7004                "type": "zip",
7005                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
7006                "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
7007                "shasum": ""
7008            },
7009            "require": {
7010                "php": ">=7.3"
7011            },
7012            "require-dev": {
7013                "phpunit/phpunit": "^9.3"
7014            },
7015            "suggest": {
7016                "ext-posix": "*"
7017            },
7018            "type": "library",
7019            "extra": {
7020                "branch-alias": {
7021                    "dev-master": "5.1-dev"
7022                }
7023            },
7024            "autoload": {
7025                "classmap": [
7026                    "src/"
7027                ]
7028            },
7029            "notification-url": "https://packagist.org/downloads/",
7030            "license": [
7031                "BSD-3-Clause"
7032            ],
7033            "authors": [
7034                {
7035                    "name": "Sebastian Bergmann",
7036                    "email": "sebastian@phpunit.de"
7037                }
7038            ],
7039            "description": "Provides functionality to handle HHVM/PHP environments",
7040            "homepage": "http://www.github.com/sebastianbergmann/environment",
7041            "keywords": [
7042                "Xdebug",
7043                "environment",
7044                "hhvm"
7045            ],
7046            "support": {
7047                "issues": "https://github.com/sebastianbergmann/environment/issues",
7048                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
7049            },
7050            "funding": [
7051                {
7052                    "url": "https://github.com/sebastianbergmann",
7053                    "type": "github"
7054                }
7055            ],
7056            "time": "2020-09-28T05:52:38+00:00"
7057        },
7058        {
7059            "name": "sebastian/exporter",
7060            "version": "4.0.3",
7061            "source": {
7062                "type": "git",
7063                "url": "https://github.com/sebastianbergmann/exporter.git",
7064                "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
7065            },
7066            "dist": {
7067                "type": "zip",
7068                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
7069                "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
7070                "shasum": ""
7071            },
7072            "require": {
7073                "php": ">=7.3",
7074                "sebastian/recursion-context": "^4.0"
7075            },
7076            "require-dev": {
7077                "ext-mbstring": "*",
7078                "phpunit/phpunit": "^9.3"
7079            },
7080            "type": "library",
7081            "extra": {
7082                "branch-alias": {
7083                    "dev-master": "4.0-dev"
7084                }
7085            },
7086            "autoload": {
7087                "classmap": [
7088                    "src/"
7089                ]
7090            },
7091            "notification-url": "https://packagist.org/downloads/",
7092            "license": [
7093                "BSD-3-Clause"
7094            ],
7095            "authors": [
7096                {
7097                    "name": "Sebastian Bergmann",
7098                    "email": "sebastian@phpunit.de"
7099                },
7100                {
7101                    "name": "Jeff Welch",
7102                    "email": "whatthejeff@gmail.com"
7103                },
7104                {
7105                    "name": "Volker Dusch",
7106                    "email": "github@wallbash.com"
7107                },
7108                {
7109                    "name": "Adam Harvey",
7110                    "email": "aharvey@php.net"
7111                },
7112                {
7113                    "name": "Bernhard Schussek",
7114                    "email": "bschussek@gmail.com"
7115                }
7116            ],
7117            "description": "Provides the functionality to export PHP variables for visualization",
7118            "homepage": "http://www.github.com/sebastianbergmann/exporter",
7119            "keywords": [
7120                "export",
7121                "exporter"
7122            ],
7123            "support": {
7124                "issues": "https://github.com/sebastianbergmann/exporter/issues",
7125                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
7126            },
7127            "funding": [
7128                {
7129                    "url": "https://github.com/sebastianbergmann",
7130                    "type": "github"
7131                }
7132            ],
7133            "time": "2020-09-28T05:24:23+00:00"
7134        },
7135        {
7136            "name": "sebastian/global-state",
7137            "version": "5.0.2",
7138            "source": {
7139                "type": "git",
7140                "url": "https://github.com/sebastianbergmann/global-state.git",
7141                "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
7142            },
7143            "dist": {
7144                "type": "zip",
7145                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
7146                "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
7147                "shasum": ""
7148            },
7149            "require": {
7150                "php": ">=7.3",
7151                "sebastian/object-reflector": "^2.0",
7152                "sebastian/recursion-context": "^4.0"
7153            },
7154            "require-dev": {
7155                "ext-dom": "*",
7156                "phpunit/phpunit": "^9.3"
7157            },
7158            "suggest": {
7159                "ext-uopz": "*"
7160            },
7161            "type": "library",
7162            "extra": {
7163                "branch-alias": {
7164                    "dev-master": "5.0-dev"
7165                }
7166            },
7167            "autoload": {
7168                "classmap": [
7169                    "src/"
7170                ]
7171            },
7172            "notification-url": "https://packagist.org/downloads/",
7173            "license": [
7174                "BSD-3-Clause"
7175            ],
7176            "authors": [
7177                {
7178                    "name": "Sebastian Bergmann",
7179                    "email": "sebastian@phpunit.de"
7180                }
7181            ],
7182            "description": "Snapshotting of global state",
7183            "homepage": "http://www.github.com/sebastianbergmann/global-state",
7184            "keywords": [
7185                "global state"
7186            ],
7187            "support": {
7188                "issues": "https://github.com/sebastianbergmann/global-state/issues",
7189                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
7190            },
7191            "funding": [
7192                {
7193                    "url": "https://github.com/sebastianbergmann",
7194                    "type": "github"
7195                }
7196            ],
7197            "time": "2020-10-26T15:55:19+00:00"
7198        },
7199        {
7200            "name": "sebastian/lines-of-code",
7201            "version": "1.0.3",
7202            "source": {
7203                "type": "git",
7204                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
7205                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
7206            },
7207            "dist": {
7208                "type": "zip",
7209                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
7210                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
7211                "shasum": ""
7212            },
7213            "require": {
7214                "nikic/php-parser": "^4.6",
7215                "php": ">=7.3"
7216            },
7217            "require-dev": {
7218                "phpunit/phpunit": "^9.3"
7219            },
7220            "type": "library",
7221            "extra": {
7222                "branch-alias": {
7223                    "dev-master": "1.0-dev"
7224                }
7225            },
7226            "autoload": {
7227                "classmap": [
7228                    "src/"
7229                ]
7230            },
7231            "notification-url": "https://packagist.org/downloads/",
7232            "license": [
7233                "BSD-3-Clause"
7234            ],
7235            "authors": [
7236                {
7237                    "name": "Sebastian Bergmann",
7238                    "email": "sebastian@phpunit.de",
7239                    "role": "lead"
7240                }
7241            ],
7242            "description": "Library for counting the lines of code in PHP source code",
7243            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
7244            "support": {
7245                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
7246                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
7247            },
7248            "funding": [
7249                {
7250                    "url": "https://github.com/sebastianbergmann",
7251                    "type": "github"
7252                }
7253            ],
7254            "time": "2020-11-28T06:42:11+00:00"
7255        },
7256        {
7257            "name": "sebastian/object-enumerator",
7258            "version": "4.0.4",
7259            "source": {
7260                "type": "git",
7261                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
7262                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
7263            },
7264            "dist": {
7265                "type": "zip",
7266                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
7267                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
7268                "shasum": ""
7269            },
7270            "require": {
7271                "php": ">=7.3",
7272                "sebastian/object-reflector": "^2.0",
7273                "sebastian/recursion-context": "^4.0"
7274            },
7275            "require-dev": {
7276                "phpunit/phpunit": "^9.3"
7277            },
7278            "type": "library",
7279            "extra": {
7280                "branch-alias": {
7281                    "dev-master": "4.0-dev"
7282                }
7283            },
7284            "autoload": {
7285                "classmap": [
7286                    "src/"
7287                ]
7288            },
7289            "notification-url": "https://packagist.org/downloads/",
7290            "license": [
7291                "BSD-3-Clause"
7292            ],
7293            "authors": [
7294                {
7295                    "name": "Sebastian Bergmann",
7296                    "email": "sebastian@phpunit.de"
7297                }
7298            ],
7299            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
7300            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
7301            "support": {
7302                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
7303                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
7304            },
7305            "funding": [
7306                {
7307                    "url": "https://github.com/sebastianbergmann",
7308                    "type": "github"
7309                }
7310            ],
7311            "time": "2020-10-26T13:12:34+00:00"
7312        },
7313        {
7314            "name": "sebastian/object-reflector",
7315            "version": "2.0.4",
7316            "source": {
7317                "type": "git",
7318                "url": "https://github.com/sebastianbergmann/object-reflector.git",
7319                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
7320            },
7321            "dist": {
7322                "type": "zip",
7323                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
7324                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
7325                "shasum": ""
7326            },
7327            "require": {
7328                "php": ">=7.3"
7329            },
7330            "require-dev": {
7331                "phpunit/phpunit": "^9.3"
7332            },
7333            "type": "library",
7334            "extra": {
7335                "branch-alias": {
7336                    "dev-master": "2.0-dev"
7337                }
7338            },
7339            "autoload": {
7340                "classmap": [
7341                    "src/"
7342                ]
7343            },
7344            "notification-url": "https://packagist.org/downloads/",
7345            "license": [
7346                "BSD-3-Clause"
7347            ],
7348            "authors": [
7349                {
7350                    "name": "Sebastian Bergmann",
7351                    "email": "sebastian@phpunit.de"
7352                }
7353            ],
7354            "description": "Allows reflection of object attributes, including inherited and non-public ones",
7355            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7356            "support": {
7357                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
7358                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
7359            },
7360            "funding": [
7361                {
7362                    "url": "https://github.com/sebastianbergmann",
7363                    "type": "github"
7364                }
7365            ],
7366            "time": "2020-10-26T13:14:26+00:00"
7367        },
7368        {
7369            "name": "sebastian/recursion-context",
7370            "version": "4.0.4",
7371            "source": {
7372                "type": "git",
7373                "url": "https://github.com/sebastianbergmann/recursion-context.git",
7374                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
7375            },
7376            "dist": {
7377                "type": "zip",
7378                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
7379                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
7380                "shasum": ""
7381            },
7382            "require": {
7383                "php": ">=7.3"
7384            },
7385            "require-dev": {
7386                "phpunit/phpunit": "^9.3"
7387            },
7388            "type": "library",
7389            "extra": {
7390                "branch-alias": {
7391                    "dev-master": "4.0-dev"
7392                }
7393            },
7394            "autoload": {
7395                "classmap": [
7396                    "src/"
7397                ]
7398            },
7399            "notification-url": "https://packagist.org/downloads/",
7400            "license": [
7401                "BSD-3-Clause"
7402            ],
7403            "authors": [
7404                {
7405                    "name": "Sebastian Bergmann",
7406                    "email": "sebastian@phpunit.de"
7407                },
7408                {
7409                    "name": "Jeff Welch",
7410                    "email": "whatthejeff@gmail.com"
7411                },
7412                {
7413                    "name": "Adam Harvey",
7414                    "email": "aharvey@php.net"
7415                }
7416            ],
7417            "description": "Provides functionality to recursively process PHP variables",
7418            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
7419            "support": {
7420                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
7421                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
7422            },
7423            "funding": [
7424                {
7425                    "url": "https://github.com/sebastianbergmann",
7426                    "type": "github"
7427                }
7428            ],
7429            "time": "2020-10-26T13:17:30+00:00"
7430        },
7431        {
7432            "name": "sebastian/resource-operations",
7433            "version": "3.0.3",
7434            "source": {
7435                "type": "git",
7436                "url": "https://github.com/sebastianbergmann/resource-operations.git",
7437                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
7438            },
7439            "dist": {
7440                "type": "zip",
7441                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
7442                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
7443                "shasum": ""
7444            },
7445            "require": {
7446                "php": ">=7.3"
7447            },
7448            "require-dev": {
7449                "phpunit/phpunit": "^9.0"
7450            },
7451            "type": "library",
7452            "extra": {
7453                "branch-alias": {
7454                    "dev-master": "3.0-dev"
7455                }
7456            },
7457            "autoload": {
7458                "classmap": [
7459                    "src/"
7460                ]
7461            },
7462            "notification-url": "https://packagist.org/downloads/",
7463            "license": [
7464                "BSD-3-Clause"
7465            ],
7466            "authors": [
7467                {
7468                    "name": "Sebastian Bergmann",
7469                    "email": "sebastian@phpunit.de"
7470                }
7471            ],
7472            "description": "Provides a list of PHP built-in functions that operate on resources",
7473            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
7474            "support": {
7475                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
7476                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
7477            },
7478            "funding": [
7479                {
7480                    "url": "https://github.com/sebastianbergmann",
7481                    "type": "github"
7482                }
7483            ],
7484            "time": "2020-09-28T06:45:17+00:00"
7485        },
7486        {
7487            "name": "sebastian/type",
7488            "version": "2.3.1",
7489            "source": {
7490                "type": "git",
7491                "url": "https://github.com/sebastianbergmann/type.git",
7492                "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
7493            },
7494            "dist": {
7495                "type": "zip",
7496                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
7497                "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
7498                "shasum": ""
7499            },
7500            "require": {
7501                "php": ">=7.3"
7502            },
7503            "require-dev": {
7504                "phpunit/phpunit": "^9.3"
7505            },
7506            "type": "library",
7507            "extra": {
7508                "branch-alias": {
7509                    "dev-master": "2.3-dev"
7510                }
7511            },
7512            "autoload": {
7513                "classmap": [
7514                    "src/"
7515                ]
7516            },
7517            "notification-url": "https://packagist.org/downloads/",
7518            "license": [
7519                "BSD-3-Clause"
7520            ],
7521            "authors": [
7522                {
7523                    "name": "Sebastian Bergmann",
7524                    "email": "sebastian@phpunit.de",
7525                    "role": "lead"
7526                }
7527            ],
7528            "description": "Collection of value objects that represent the types of the PHP type system",
7529            "homepage": "https://github.com/sebastianbergmann/type",
7530            "support": {
7531                "issues": "https://github.com/sebastianbergmann/type/issues",
7532                "source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
7533            },
7534            "funding": [
7535                {
7536                    "url": "https://github.com/sebastianbergmann",
7537                    "type": "github"
7538                }
7539            ],
7540            "time": "2020-10-26T13:18:59+00:00"
7541        },
7542        {
7543            "name": "sebastian/version",
7544            "version": "3.0.2",
7545            "source": {
7546                "type": "git",
7547                "url": "https://github.com/sebastianbergmann/version.git",
7548                "reference": "c6c1022351a901512170118436c764e473f6de8c"
7549            },
7550            "dist": {
7551                "type": "zip",
7552                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
7553                "reference": "c6c1022351a901512170118436c764e473f6de8c",
7554                "shasum": ""
7555            },
7556            "require": {
7557                "php": ">=7.3"
7558            },
7559            "type": "library",
7560            "extra": {
7561                "branch-alias": {
7562                    "dev-master": "3.0-dev"
7563                }
7564            },
7565            "autoload": {
7566                "classmap": [
7567                    "src/"
7568                ]
7569            },
7570            "notification-url": "https://packagist.org/downloads/",
7571            "license": [
7572                "BSD-3-Clause"
7573            ],
7574            "authors": [
7575                {
7576                    "name": "Sebastian Bergmann",
7577                    "email": "sebastian@phpunit.de",
7578                    "role": "lead"
7579                }
7580            ],
7581            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7582            "homepage": "https://github.com/sebastianbergmann/version",
7583            "support": {
7584                "issues": "https://github.com/sebastianbergmann/version/issues",
7585                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
7586            },
7587            "funding": [
7588                {
7589                    "url": "https://github.com/sebastianbergmann",
7590                    "type": "github"
7591                }
7592            ],
7593            "time": "2020-09-28T06:39:44+00:00"
7594        },
7595        {
7596            "name": "seld/jsonlint",
7597            "version": "1.8.3",
7598            "source": {
7599                "type": "git",
7600                "url": "https://github.com/Seldaek/jsonlint.git",
7601                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
7602            },
7603            "dist": {
7604                "type": "zip",
7605                "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
7606                "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
7607                "shasum": ""
7608            },
7609            "require": {
7610                "php": "^5.3 || ^7.0 || ^8.0"
7611            },
7612            "require-dev": {
7613                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
7614            },
7615            "bin": [
7616                "bin/jsonlint"
7617            ],
7618            "type": "library",
7619            "autoload": {
7620                "psr-4": {
7621                    "Seld\\JsonLint\\": "src/Seld/JsonLint/"
7622                }
7623            },
7624            "notification-url": "https://packagist.org/downloads/",
7625            "license": [
7626                "MIT"
7627            ],
7628            "authors": [
7629                {
7630                    "name": "Jordi Boggiano",
7631                    "email": "j.boggiano@seld.be",
7632                    "homepage": "http://seld.be"
7633                }
7634            ],
7635            "description": "JSON Linter",
7636            "keywords": [
7637                "json",
7638                "linter",
7639                "parser",
7640                "validator"
7641            ],
7642            "support": {
7643                "issues": "https://github.com/Seldaek/jsonlint/issues",
7644                "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
7645            },
7646            "funding": [
7647                {
7648                    "url": "https://github.com/Seldaek",
7649                    "type": "github"
7650                },
7651                {
7652                    "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
7653                    "type": "tidelift"
7654                }
7655            ],
7656            "time": "2020-11-11T09:19:24+00:00"
7657        },
7658        {
7659            "name": "seld/phar-utils",
7660            "version": "1.1.1",
7661            "source": {
7662                "type": "git",
7663                "url": "https://github.com/Seldaek/phar-utils.git",
7664                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
7665            },
7666            "dist": {
7667                "type": "zip",
7668                "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
7669                "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
7670                "shasum": ""
7671            },
7672            "require": {
7673                "php": ">=5.3"
7674            },
7675            "type": "library",
7676            "extra": {
7677                "branch-alias": {
7678                    "dev-master": "1.x-dev"
7679                }
7680            },
7681            "autoload": {
7682                "psr-4": {
7683                    "Seld\\PharUtils\\": "src/"
7684                }
7685            },
7686            "notification-url": "https://packagist.org/downloads/",
7687            "license": [
7688                "MIT"
7689            ],
7690            "authors": [
7691                {
7692                    "name": "Jordi Boggiano",
7693                    "email": "j.boggiano@seld.be"
7694                }
7695            ],
7696            "description": "PHAR file format utilities, for when PHP phars you up",
7697            "keywords": [
7698                "phar"
7699            ],
7700            "support": {
7701                "issues": "https://github.com/Seldaek/phar-utils/issues",
7702                "source": "https://github.com/Seldaek/phar-utils/tree/master"
7703            },
7704            "time": "2020-07-07T18:42:57+00:00"
7705        },
7706        {
7707            "name": "symfony/config",
7708            "version": "v5.2.3",
7709            "source": {
7710                "type": "git",
7711                "url": "https://github.com/symfony/config.git",
7712                "reference": "50e0e1314a3b2609d32b6a5a0d0fb5342494c4ab"
7713            },
7714            "dist": {
7715                "type": "zip",
7716                "url": "https://api.github.com/repos/symfony/config/zipball/50e0e1314a3b2609d32b6a5a0d0fb5342494c4ab",
7717                "reference": "50e0e1314a3b2609d32b6a5a0d0fb5342494c4ab",
7718                "shasum": ""
7719            },
7720            "require": {
7721                "php": ">=7.2.5",
7722                "symfony/deprecation-contracts": "^2.1",
7723                "symfony/filesystem": "^4.4|^5.0",
7724                "symfony/polyfill-ctype": "~1.8",
7725                "symfony/polyfill-php80": "^1.15"
7726            },
7727            "conflict": {
7728                "symfony/finder": "<4.4"
7729            },
7730            "require-dev": {
7731                "symfony/event-dispatcher": "^4.4|^5.0",
7732                "symfony/finder": "^4.4|^5.0",
7733                "symfony/messenger": "^4.4|^5.0",
7734                "symfony/service-contracts": "^1.1|^2",
7735                "symfony/yaml": "^4.4|^5.0"
7736            },
7737            "suggest": {
7738                "symfony/yaml": "To use the yaml reference dumper"
7739            },
7740            "type": "library",
7741            "autoload": {
7742                "psr-4": {
7743                    "Symfony\\Component\\Config\\": ""
7744                },
7745                "exclude-from-classmap": [
7746                    "/Tests/"
7747                ]
7748            },
7749            "notification-url": "https://packagist.org/downloads/",
7750            "license": [
7751                "MIT"
7752            ],
7753            "authors": [
7754                {
7755                    "name": "Fabien Potencier",
7756                    "email": "fabien@symfony.com"
7757                },
7758                {
7759                    "name": "Symfony Community",
7760                    "homepage": "https://symfony.com/contributors"
7761                }
7762            ],
7763            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7764            "homepage": "https://symfony.com",
7765            "support": {
7766                "source": "https://github.com/symfony/config/tree/v5.2.3"
7767            },
7768            "funding": [
7769                {
7770                    "url": "https://symfony.com/sponsor",
7771                    "type": "custom"
7772                },
7773                {
7774                    "url": "https://github.com/fabpot",
7775                    "type": "github"
7776                },
7777                {
7778                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7779                    "type": "tidelift"
7780                }
7781            ],
7782            "time": "2021-01-27T10:15:41+00:00"
7783        },
7784        {
7785            "name": "symfony/deprecation-contracts",
7786            "version": "v2.2.0",
7787            "source": {
7788                "type": "git",
7789                "url": "https://github.com/symfony/deprecation-contracts.git",
7790                "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
7791            },
7792            "dist": {
7793                "type": "zip",
7794                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
7795                "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
7796                "shasum": ""
7797            },
7798            "require": {
7799                "php": ">=7.1"
7800            },
7801            "type": "library",
7802            "extra": {
7803                "branch-alias": {
7804                    "dev-master": "2.2-dev"
7805                },
7806                "thanks": {
7807                    "name": "symfony/contracts",
7808                    "url": "https://github.com/symfony/contracts"
7809                }
7810            },
7811            "autoload": {
7812                "files": [
7813                    "function.php"
7814                ]
7815            },
7816            "notification-url": "https://packagist.org/downloads/",
7817            "license": [
7818                "MIT"
7819            ],
7820            "authors": [
7821                {
7822                    "name": "Nicolas Grekas",
7823                    "email": "p@tchwork.com"
7824                },
7825                {
7826                    "name": "Symfony Community",
7827                    "homepage": "https://symfony.com/contributors"
7828                }
7829            ],
7830            "description": "A generic function and convention to trigger deprecation notices",
7831            "homepage": "https://symfony.com",
7832            "support": {
7833                "source": "https://github.com/symfony/deprecation-contracts/tree/master"
7834            },
7835            "funding": [
7836                {
7837                    "url": "https://symfony.com/sponsor",
7838                    "type": "custom"
7839                },
7840                {
7841                    "url": "https://github.com/fabpot",
7842                    "type": "github"
7843                },
7844                {
7845                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7846                    "type": "tidelift"
7847                }
7848            ],
7849            "time": "2020-09-07T11:33:47+00:00"
7850        },
7851        {
7852            "name": "symfony/filesystem",
7853            "version": "v5.2.3",
7854            "source": {
7855                "type": "git",
7856                "url": "https://github.com/symfony/filesystem.git",
7857                "reference": "262d033b57c73e8b59cd6e68a45c528318b15038"
7858            },
7859            "dist": {
7860                "type": "zip",
7861                "url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038",
7862                "reference": "262d033b57c73e8b59cd6e68a45c528318b15038",
7863                "shasum": ""
7864            },
7865            "require": {
7866                "php": ">=7.2.5",
7867                "symfony/polyfill-ctype": "~1.8"
7868            },
7869            "type": "library",
7870            "autoload": {
7871                "psr-4": {
7872                    "Symfony\\Component\\Filesystem\\": ""
7873                },
7874                "exclude-from-classmap": [
7875                    "/Tests/"
7876                ]
7877            },
7878            "notification-url": "https://packagist.org/downloads/",
7879            "license": [
7880                "MIT"
7881            ],
7882            "authors": [
7883                {
7884                    "name": "Fabien Potencier",
7885                    "email": "fabien@symfony.com"
7886                },
7887                {
7888                    "name": "Symfony Community",
7889                    "homepage": "https://symfony.com/contributors"
7890                }
7891            ],
7892            "description": "Provides basic utilities for the filesystem",
7893            "homepage": "https://symfony.com",
7894            "support": {
7895                "source": "https://github.com/symfony/filesystem/tree/v5.2.3"
7896            },
7897            "funding": [
7898                {
7899                    "url": "https://symfony.com/sponsor",
7900                    "type": "custom"
7901                },
7902                {
7903                    "url": "https://github.com/fabpot",
7904                    "type": "github"
7905                },
7906                {
7907                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7908                    "type": "tidelift"
7909                }
7910            ],
7911            "time": "2021-01-27T10:01:46+00:00"
7912        },
7913        {
7914            "name": "symfony/finder",
7915            "version": "v5.2.3",
7916            "source": {
7917                "type": "git",
7918                "url": "https://github.com/symfony/finder.git",
7919                "reference": "4adc8d172d602008c204c2e16956f99257248e03"
7920            },
7921            "dist": {
7922                "type": "zip",
7923                "url": "https://api.github.com/repos/symfony/finder/zipball/4adc8d172d602008c204c2e16956f99257248e03",
7924                "reference": "4adc8d172d602008c204c2e16956f99257248e03",
7925                "shasum": ""
7926            },
7927            "require": {
7928                "php": ">=7.2.5"
7929            },
7930            "type": "library",
7931            "autoload": {
7932                "psr-4": {
7933                    "Symfony\\Component\\Finder\\": ""
7934                },
7935                "exclude-from-classmap": [
7936                    "/Tests/"
7937                ]
7938            },
7939            "notification-url": "https://packagist.org/downloads/",
7940            "license": [
7941                "MIT"
7942            ],
7943            "authors": [
7944                {
7945                    "name": "Fabien Potencier",
7946                    "email": "fabien@symfony.com"
7947                },
7948                {
7949                    "name": "Symfony Community",
7950                    "homepage": "https://symfony.com/contributors"
7951                }
7952            ],
7953            "description": "Finds files and directories via an intuitive fluent interface",
7954            "homepage": "https://symfony.com",
7955            "support": {
7956                "source": "https://github.com/symfony/finder/tree/v5.2.3"
7957            },
7958            "funding": [
7959                {
7960                    "url": "https://symfony.com/sponsor",
7961                    "type": "custom"
7962                },
7963                {
7964                    "url": "https://github.com/fabpot",
7965                    "type": "github"
7966                },
7967                {
7968                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7969                    "type": "tidelift"
7970                }
7971            ],
7972            "time": "2021-01-28T22:06:19+00:00"
7973        },
7974        {
7975            "name": "symfony/process",
7976            "version": "v5.2.3",
7977            "source": {
7978                "type": "git",
7979                "url": "https://github.com/symfony/process.git",
7980                "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
7981            },
7982            "dist": {
7983                "type": "zip",
7984                "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
7985                "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
7986                "shasum": ""
7987            },
7988            "require": {
7989                "php": ">=7.2.5",
7990                "symfony/polyfill-php80": "^1.15"
7991            },
7992            "type": "library",
7993            "autoload": {
7994                "psr-4": {
7995                    "Symfony\\Component\\Process\\": ""
7996                },
7997                "exclude-from-classmap": [
7998                    "/Tests/"
7999                ]
8000            },
8001            "notification-url": "https://packagist.org/downloads/",
8002            "license": [
8003                "MIT"
8004            ],
8005            "authors": [
8006                {
8007                    "name": "Fabien Potencier",
8008                    "email": "fabien@symfony.com"
8009                },
8010                {
8011                    "name": "Symfony Community",
8012                    "homepage": "https://symfony.com/contributors"
8013                }
8014            ],
8015            "description": "Executes commands in sub-processes",
8016            "homepage": "https://symfony.com",
8017            "support": {
8018                "source": "https://github.com/symfony/process/tree/v5.2.3"
8019            },
8020            "funding": [
8021                {
8022                    "url": "https://symfony.com/sponsor",
8023                    "type": "custom"
8024                },
8025                {
8026                    "url": "https://github.com/fabpot",
8027                    "type": "github"
8028                },
8029                {
8030                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8031                    "type": "tidelift"
8032                }
8033            ],
8034            "time": "2021-01-27T10:15:41+00:00"
8035        },
8036        {
8037            "name": "symfony/stopwatch",
8038            "version": "v5.2.3",
8039            "source": {
8040                "type": "git",
8041                "url": "https://github.com/symfony/stopwatch.git",
8042                "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c"
8043            },
8044            "dist": {
8045                "type": "zip",
8046                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b12274acfab9d9850c52583d136a24398cdf1a0c",
8047                "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c",
8048                "shasum": ""
8049            },
8050            "require": {
8051                "php": ">=7.2.5",
8052                "symfony/service-contracts": "^1.0|^2"
8053            },
8054            "type": "library",
8055            "autoload": {
8056                "psr-4": {
8057                    "Symfony\\Component\\Stopwatch\\": ""
8058                },
8059                "exclude-from-classmap": [
8060                    "/Tests/"
8061                ]
8062            },
8063            "notification-url": "https://packagist.org/downloads/",
8064            "license": [
8065                "MIT"
8066            ],
8067            "authors": [
8068                {
8069                    "name": "Fabien Potencier",
8070                    "email": "fabien@symfony.com"
8071                },
8072                {
8073                    "name": "Symfony Community",
8074                    "homepage": "https://symfony.com/contributors"
8075                }
8076            ],
8077            "description": "Provides a way to profile code",
8078            "homepage": "https://symfony.com",
8079            "support": {
8080                "source": "https://github.com/symfony/stopwatch/tree/v5.2.3"
8081            },
8082            "funding": [
8083                {
8084                    "url": "https://symfony.com/sponsor",
8085                    "type": "custom"
8086                },
8087                {
8088                    "url": "https://github.com/fabpot",
8089                    "type": "github"
8090                },
8091                {
8092                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8093                    "type": "tidelift"
8094                }
8095            ],
8096            "time": "2021-01-27T10:15:41+00:00"
8097        },
8098        {
8099            "name": "symfony/var-dumper",
8100            "version": "v5.2.3",
8101            "source": {
8102                "type": "git",
8103                "url": "https://github.com/symfony/var-dumper.git",
8104                "reference": "72ca213014a92223a5d18651ce79ef441c12b694"
8105            },
8106            "dist": {
8107                "type": "zip",
8108                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72ca213014a92223a5d18651ce79ef441c12b694",
8109                "reference": "72ca213014a92223a5d18651ce79ef441c12b694",
8110                "shasum": ""
8111            },
8112            "require": {
8113                "php": ">=7.2.5",
8114                "symfony/polyfill-mbstring": "~1.0",
8115                "symfony/polyfill-php80": "^1.15"
8116            },
8117            "conflict": {
8118                "phpunit/phpunit": "<5.4.3",
8119                "symfony/console": "<4.4"
8120            },
8121            "require-dev": {
8122                "ext-iconv": "*",
8123                "symfony/console": "^4.4|^5.0",
8124                "symfony/process": "^4.4|^5.0",
8125                "twig/twig": "^2.13|^3.0.4"
8126            },
8127            "suggest": {
8128                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
8129                "ext-intl": "To show region name in time zone dump",
8130                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
8131            },
8132            "bin": [
8133                "Resources/bin/var-dump-server"
8134            ],
8135            "type": "library",
8136            "autoload": {
8137                "files": [
8138                    "Resources/functions/dump.php"
8139                ],
8140                "psr-4": {
8141                    "Symfony\\Component\\VarDumper\\": ""
8142                },
8143                "exclude-from-classmap": [
8144                    "/Tests/"
8145                ]
8146            },
8147            "notification-url": "https://packagist.org/downloads/",
8148            "license": [
8149                "MIT"
8150            ],
8151            "authors": [
8152                {
8153                    "name": "Nicolas Grekas",
8154                    "email": "p@tchwork.com"
8155                },
8156                {
8157                    "name": "Symfony Community",
8158                    "homepage": "https://symfony.com/contributors"
8159                }
8160            ],
8161            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
8162            "homepage": "https://symfony.com",
8163            "keywords": [
8164                "debug",
8165                "dump"
8166            ],
8167            "support": {
8168                "source": "https://github.com/symfony/var-dumper/tree/v5.2.3"
8169            },
8170            "funding": [
8171                {
8172                    "url": "https://symfony.com/sponsor",
8173                    "type": "custom"
8174                },
8175                {
8176                    "url": "https://github.com/fabpot",
8177                    "type": "github"
8178                },
8179                {
8180                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8181                    "type": "tidelift"
8182                }
8183            ],
8184            "time": "2021-01-27T10:15:41+00:00"
8185        },
8186        {
8187            "name": "symfony/yaml",
8188            "version": "v5.2.3",
8189            "source": {
8190                "type": "git",
8191                "url": "https://github.com/symfony/yaml.git",
8192                "reference": "338cddc6d74929f6adf19ca5682ac4b8e109cdb0"
8193            },
8194            "dist": {
8195                "type": "zip",
8196                "url": "https://api.github.com/repos/symfony/yaml/zipball/338cddc6d74929f6adf19ca5682ac4b8e109cdb0",
8197                "reference": "338cddc6d74929f6adf19ca5682ac4b8e109cdb0",
8198                "shasum": ""
8199            },
8200            "require": {
8201                "php": ">=7.2.5",
8202                "symfony/deprecation-contracts": "^2.1",
8203                "symfony/polyfill-ctype": "~1.8"
8204            },
8205            "conflict": {
8206                "symfony/console": "<4.4"
8207            },
8208            "require-dev": {
8209                "symfony/console": "^4.4|^5.0"
8210            },
8211            "suggest": {
8212                "symfony/console": "For validating YAML files using the lint command"
8213            },
8214            "bin": [
8215                "Resources/bin/yaml-lint"
8216            ],
8217            "type": "library",
8218            "autoload": {
8219                "psr-4": {
8220                    "Symfony\\Component\\Yaml\\": ""
8221                },
8222                "exclude-from-classmap": [
8223                    "/Tests/"
8224                ]
8225            },
8226            "notification-url": "https://packagist.org/downloads/",
8227            "license": [
8228                "MIT"
8229            ],
8230            "authors": [
8231                {
8232                    "name": "Fabien Potencier",
8233                    "email": "fabien@symfony.com"
8234                },
8235                {
8236                    "name": "Symfony Community",
8237                    "homepage": "https://symfony.com/contributors"
8238                }
8239            ],
8240            "description": "Loads and dumps YAML files",
8241            "homepage": "https://symfony.com",
8242            "support": {
8243                "source": "https://github.com/symfony/yaml/tree/v5.2.3"
8244            },
8245            "funding": [
8246                {
8247                    "url": "https://symfony.com/sponsor",
8248                    "type": "custom"
8249                },
8250                {
8251                    "url": "https://github.com/fabpot",
8252                    "type": "github"
8253                },
8254                {
8255                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8256                    "type": "tidelift"
8257                }
8258            ],
8259            "time": "2021-02-03T04:42:09+00:00"
8260        },
8261        {
8262            "name": "theseer/tokenizer",
8263            "version": "1.2.0",
8264            "source": {
8265                "type": "git",
8266                "url": "https://github.com/theseer/tokenizer.git",
8267                "reference": "75a63c33a8577608444246075ea0af0d052e452a"
8268            },
8269            "dist": {
8270                "type": "zip",
8271                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
8272                "reference": "75a63c33a8577608444246075ea0af0d052e452a",
8273                "shasum": ""
8274            },
8275            "require": {
8276                "ext-dom": "*",
8277                "ext-tokenizer": "*",
8278                "ext-xmlwriter": "*",
8279                "php": "^7.2 || ^8.0"
8280            },
8281            "type": "library",
8282            "autoload": {
8283                "classmap": [
8284                    "src/"
8285                ]
8286            },
8287            "notification-url": "https://packagist.org/downloads/",
8288            "license": [
8289                "BSD-3-Clause"
8290            ],
8291            "authors": [
8292                {
8293                    "name": "Arne Blankerts",
8294                    "email": "arne@blankerts.de",
8295                    "role": "Developer"
8296                }
8297            ],
8298            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
8299            "support": {
8300                "issues": "https://github.com/theseer/tokenizer/issues",
8301                "source": "https://github.com/theseer/tokenizer/tree/master"
8302            },
8303            "funding": [
8304                {
8305                    "url": "https://github.com/theseer",
8306                    "type": "github"
8307                }
8308            ],
8309            "time": "2020-07-12T23:59:07+00:00"
8310        },
8311        {
8312            "name": "webmozart/assert",
8313            "version": "1.9.1",
8314            "source": {
8315                "type": "git",
8316                "url": "https://github.com/webmozarts/assert.git",
8317                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
8318            },
8319            "dist": {
8320                "type": "zip",
8321                "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
8322                "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
8323                "shasum": ""
8324            },
8325            "require": {
8326                "php": "^5.3.3 || ^7.0 || ^8.0",
8327                "symfony/polyfill-ctype": "^1.8"
8328            },
8329            "conflict": {
8330                "phpstan/phpstan": "<0.12.20",
8331                "vimeo/psalm": "<3.9.1"
8332            },
8333            "require-dev": {
8334                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
8335            },
8336            "type": "library",
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.9.1"
8361            },
8362            "time": "2020-07-08T17:02:28+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