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