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