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