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