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