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