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