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": "e81751bccd9c8439dcdd3a819dc273fb",
8    "packages": [],
9    "packages-dev": [
10        {
11            "name": "doctrine/instantiator",
12            "version": "1.5.0",
13            "source": {
14                "type": "git",
15                "url": "https://github.com/doctrine/instantiator.git",
16                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
17            },
18            "dist": {
19                "type": "zip",
20                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
21                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
22                "shasum": ""
23            },
24            "require": {
25                "php": "^7.1 || ^8.0"
26            },
27            "require-dev": {
28                "doctrine/coding-standard": "^9 || ^11",
29                "ext-pdo": "*",
30                "ext-phar": "*",
31                "phpbench/phpbench": "^0.16 || ^1",
32                "phpstan/phpstan": "^1.4",
33                "phpstan/phpstan-phpunit": "^1",
34                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
35                "vimeo/psalm": "^4.30 || ^5.4"
36            },
37            "type": "library",
38            "autoload": {
39                "psr-4": {
40                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
41                }
42            },
43            "notification-url": "https://packagist.org/downloads/",
44            "license": [
45                "MIT"
46            ],
47            "authors": [
48                {
49                    "name": "Marco Pivetta",
50                    "email": "ocramius@gmail.com",
51                    "homepage": "https://ocramius.github.io/"
52                }
53            ],
54            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
55            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
56            "keywords": [
57                "constructor",
58                "instantiate"
59            ],
60            "support": {
61                "issues": "https://github.com/doctrine/instantiator/issues",
62                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
63            },
64            "funding": [
65                {
66                    "url": "https://www.doctrine-project.org/sponsorship.html",
67                    "type": "custom"
68                },
69                {
70                    "url": "https://www.patreon.com/phpdoctrine",
71                    "type": "patreon"
72                },
73                {
74                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
75                    "type": "tidelift"
76                }
77            ],
78            "time": "2022-12-30T00:15:36+00:00"
79        },
80        {
81            "name": "myclabs/deep-copy",
82            "version": "1.11.1",
83            "source": {
84                "type": "git",
85                "url": "https://github.com/myclabs/DeepCopy.git",
86                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
87            },
88            "dist": {
89                "type": "zip",
90                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
91                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
92                "shasum": ""
93            },
94            "require": {
95                "php": "^7.1 || ^8.0"
96            },
97            "conflict": {
98                "doctrine/collections": "<1.6.8",
99                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
100            },
101            "require-dev": {
102                "doctrine/collections": "^1.6.8",
103                "doctrine/common": "^2.13.3 || ^3.2.2",
104                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
105            },
106            "type": "library",
107            "autoload": {
108                "files": [
109                    "src/DeepCopy/deep_copy.php"
110                ],
111                "psr-4": {
112                    "DeepCopy\\": "src/DeepCopy/"
113                }
114            },
115            "notification-url": "https://packagist.org/downloads/",
116            "license": [
117                "MIT"
118            ],
119            "description": "Create deep copies (clones) of your objects",
120            "keywords": [
121                "clone",
122                "copy",
123                "duplicate",
124                "object",
125                "object graph"
126            ],
127            "support": {
128                "issues": "https://github.com/myclabs/DeepCopy/issues",
129                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
130            },
131            "funding": [
132                {
133                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
134                    "type": "tidelift"
135                }
136            ],
137            "time": "2023-03-08T13:26:56+00:00"
138        },
139        {
140            "name": "phar-io/manifest",
141            "version": "2.0.3",
142            "source": {
143                "type": "git",
144                "url": "https://github.com/phar-io/manifest.git",
145                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
146            },
147            "dist": {
148                "type": "zip",
149                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
150                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
151                "shasum": ""
152            },
153            "require": {
154                "ext-dom": "*",
155                "ext-phar": "*",
156                "ext-xmlwriter": "*",
157                "phar-io/version": "^3.0.1",
158                "php": "^7.2 || ^8.0"
159            },
160            "type": "library",
161            "extra": {
162                "branch-alias": {
163                    "dev-master": "2.0.x-dev"
164                }
165            },
166            "autoload": {
167                "classmap": [
168                    "src/"
169                ]
170            },
171            "notification-url": "https://packagist.org/downloads/",
172            "license": [
173                "BSD-3-Clause"
174            ],
175            "authors": [
176                {
177                    "name": "Arne Blankerts",
178                    "email": "arne@blankerts.de",
179                    "role": "Developer"
180                },
181                {
182                    "name": "Sebastian Heuer",
183                    "email": "sebastian@phpeople.de",
184                    "role": "Developer"
185                },
186                {
187                    "name": "Sebastian Bergmann",
188                    "email": "sebastian@phpunit.de",
189                    "role": "Developer"
190                }
191            ],
192            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
193            "support": {
194                "issues": "https://github.com/phar-io/manifest/issues",
195                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
196            },
197            "time": "2021-07-20T11:28:43+00:00"
198        },
199        {
200            "name": "phar-io/version",
201            "version": "3.2.1",
202            "source": {
203                "type": "git",
204                "url": "https://github.com/phar-io/version.git",
205                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
206            },
207            "dist": {
208                "type": "zip",
209                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
210                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
211                "shasum": ""
212            },
213            "require": {
214                "php": "^7.2 || ^8.0"
215            },
216            "type": "library",
217            "autoload": {
218                "classmap": [
219                    "src/"
220                ]
221            },
222            "notification-url": "https://packagist.org/downloads/",
223            "license": [
224                "BSD-3-Clause"
225            ],
226            "authors": [
227                {
228                    "name": "Arne Blankerts",
229                    "email": "arne@blankerts.de",
230                    "role": "Developer"
231                },
232                {
233                    "name": "Sebastian Heuer",
234                    "email": "sebastian@phpeople.de",
235                    "role": "Developer"
236                },
237                {
238                    "name": "Sebastian Bergmann",
239                    "email": "sebastian@phpunit.de",
240                    "role": "Developer"
241                }
242            ],
243            "description": "Library for handling version information and constraints",
244            "support": {
245                "issues": "https://github.com/phar-io/version/issues",
246                "source": "https://github.com/phar-io/version/tree/3.2.1"
247            },
248            "time": "2022-02-21T01:04:05+00:00"
249        },
250        {
251            "name": "phpunit/php-code-coverage",
252            "version": "7.0.15",
253            "source": {
254                "type": "git",
255                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
256                "reference": "819f92bba8b001d4363065928088de22f25a3a48"
257            },
258            "dist": {
259                "type": "zip",
260                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48",
261                "reference": "819f92bba8b001d4363065928088de22f25a3a48",
262                "shasum": ""
263            },
264            "require": {
265                "ext-dom": "*",
266                "ext-xmlwriter": "*",
267                "php": ">=7.2",
268                "phpunit/php-file-iterator": "^2.0.2",
269                "phpunit/php-text-template": "^1.2.1",
270                "phpunit/php-token-stream": "^3.1.3 || ^4.0",
271                "sebastian/code-unit-reverse-lookup": "^1.0.1",
272                "sebastian/environment": "^4.2.2",
273                "sebastian/version": "^2.0.1",
274                "theseer/tokenizer": "^1.1.3"
275            },
276            "require-dev": {
277                "phpunit/phpunit": "^8.2.2"
278            },
279            "suggest": {
280                "ext-xdebug": "^2.7.2"
281            },
282            "type": "library",
283            "extra": {
284                "branch-alias": {
285                    "dev-master": "7.0-dev"
286                }
287            },
288            "autoload": {
289                "classmap": [
290                    "src/"
291                ]
292            },
293            "notification-url": "https://packagist.org/downloads/",
294            "license": [
295                "BSD-3-Clause"
296            ],
297            "authors": [
298                {
299                    "name": "Sebastian Bergmann",
300                    "email": "sebastian@phpunit.de",
301                    "role": "lead"
302                }
303            ],
304            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
305            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
306            "keywords": [
307                "coverage",
308                "testing",
309                "xunit"
310            ],
311            "support": {
312                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
313                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15"
314            },
315            "funding": [
316                {
317                    "url": "https://github.com/sebastianbergmann",
318                    "type": "github"
319                }
320            ],
321            "time": "2021-07-26T12:20:09+00:00"
322        },
323        {
324            "name": "phpunit/php-file-iterator",
325            "version": "2.0.5",
326            "source": {
327                "type": "git",
328                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
329                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
330            },
331            "dist": {
332                "type": "zip",
333                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
334                "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
335                "shasum": ""
336            },
337            "require": {
338                "php": ">=7.1"
339            },
340            "require-dev": {
341                "phpunit/phpunit": "^8.5"
342            },
343            "type": "library",
344            "extra": {
345                "branch-alias": {
346                    "dev-master": "2.0.x-dev"
347                }
348            },
349            "autoload": {
350                "classmap": [
351                    "src/"
352                ]
353            },
354            "notification-url": "https://packagist.org/downloads/",
355            "license": [
356                "BSD-3-Clause"
357            ],
358            "authors": [
359                {
360                    "name": "Sebastian Bergmann",
361                    "email": "sebastian@phpunit.de",
362                    "role": "lead"
363                }
364            ],
365            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
366            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
367            "keywords": [
368                "filesystem",
369                "iterator"
370            ],
371            "support": {
372                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
373                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
374            },
375            "funding": [
376                {
377                    "url": "https://github.com/sebastianbergmann",
378                    "type": "github"
379                }
380            ],
381            "time": "2021-12-02T12:42:26+00:00"
382        },
383        {
384            "name": "phpunit/php-text-template",
385            "version": "1.2.1",
386            "source": {
387                "type": "git",
388                "url": "https://github.com/sebastianbergmann/php-text-template.git",
389                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
390            },
391            "dist": {
392                "type": "zip",
393                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
394                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
395                "shasum": ""
396            },
397            "require": {
398                "php": ">=5.3.3"
399            },
400            "type": "library",
401            "autoload": {
402                "classmap": [
403                    "src/"
404                ]
405            },
406            "notification-url": "https://packagist.org/downloads/",
407            "license": [
408                "BSD-3-Clause"
409            ],
410            "authors": [
411                {
412                    "name": "Sebastian Bergmann",
413                    "email": "sebastian@phpunit.de",
414                    "role": "lead"
415                }
416            ],
417            "description": "Simple template engine.",
418            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
419            "keywords": [
420                "template"
421            ],
422            "support": {
423                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
424                "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
425            },
426            "time": "2015-06-21T13:50:34+00:00"
427        },
428        {
429            "name": "phpunit/php-timer",
430            "version": "2.1.3",
431            "source": {
432                "type": "git",
433                "url": "https://github.com/sebastianbergmann/php-timer.git",
434                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
435            },
436            "dist": {
437                "type": "zip",
438                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
439                "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
440                "shasum": ""
441            },
442            "require": {
443                "php": ">=7.1"
444            },
445            "require-dev": {
446                "phpunit/phpunit": "^8.5"
447            },
448            "type": "library",
449            "extra": {
450                "branch-alias": {
451                    "dev-master": "2.1-dev"
452                }
453            },
454            "autoload": {
455                "classmap": [
456                    "src/"
457                ]
458            },
459            "notification-url": "https://packagist.org/downloads/",
460            "license": [
461                "BSD-3-Clause"
462            ],
463            "authors": [
464                {
465                    "name": "Sebastian Bergmann",
466                    "email": "sebastian@phpunit.de",
467                    "role": "lead"
468                }
469            ],
470            "description": "Utility class for timing",
471            "homepage": "https://github.com/sebastianbergmann/php-timer/",
472            "keywords": [
473                "timer"
474            ],
475            "support": {
476                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
477                "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
478            },
479            "funding": [
480                {
481                    "url": "https://github.com/sebastianbergmann",
482                    "type": "github"
483                }
484            ],
485            "time": "2020-11-30T08:20:02+00:00"
486        },
487        {
488            "name": "phpunit/php-token-stream",
489            "version": "4.0.4",
490            "source": {
491                "type": "git",
492                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
493                "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
494            },
495            "dist": {
496                "type": "zip",
497                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
498                "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
499                "shasum": ""
500            },
501            "require": {
502                "ext-tokenizer": "*",
503                "php": "^7.3 || ^8.0"
504            },
505            "require-dev": {
506                "phpunit/phpunit": "^9.0"
507            },
508            "type": "library",
509            "extra": {
510                "branch-alias": {
511                    "dev-master": "4.0-dev"
512                }
513            },
514            "autoload": {
515                "classmap": [
516                    "src/"
517                ]
518            },
519            "notification-url": "https://packagist.org/downloads/",
520            "license": [
521                "BSD-3-Clause"
522            ],
523            "authors": [
524                {
525                    "name": "Sebastian Bergmann",
526                    "email": "sebastian@phpunit.de"
527                }
528            ],
529            "description": "Wrapper around PHP's tokenizer extension.",
530            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
531            "keywords": [
532                "tokenizer"
533            ],
534            "support": {
535                "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
536                "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
537            },
538            "funding": [
539                {
540                    "url": "https://github.com/sebastianbergmann",
541                    "type": "github"
542                }
543            ],
544            "abandoned": true,
545            "time": "2020-08-04T08:28:15+00:00"
546        },
547        {
548            "name": "phpunit/phpunit",
549            "version": "8.5.33",
550            "source": {
551                "type": "git",
552                "url": "https://github.com/sebastianbergmann/phpunit.git",
553                "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e"
554            },
555            "dist": {
556                "type": "zip",
557                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e",
558                "reference": "7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e",
559                "shasum": ""
560            },
561            "require": {
562                "doctrine/instantiator": "^1.3.1",
563                "ext-dom": "*",
564                "ext-json": "*",
565                "ext-libxml": "*",
566                "ext-mbstring": "*",
567                "ext-xml": "*",
568                "ext-xmlwriter": "*",
569                "myclabs/deep-copy": "^1.10.0",
570                "phar-io/manifest": "^2.0.3",
571                "phar-io/version": "^3.0.2",
572                "php": ">=7.2",
573                "phpunit/php-code-coverage": "^7.0.12",
574                "phpunit/php-file-iterator": "^2.0.4",
575                "phpunit/php-text-template": "^1.2.1",
576                "phpunit/php-timer": "^2.1.2",
577                "sebastian/comparator": "^3.0.5",
578                "sebastian/diff": "^3.0.2",
579                "sebastian/environment": "^4.2.3",
580                "sebastian/exporter": "^3.1.5",
581                "sebastian/global-state": "^3.0.0",
582                "sebastian/object-enumerator": "^3.0.3",
583                "sebastian/resource-operations": "^2.0.1",
584                "sebastian/type": "^1.1.3",
585                "sebastian/version": "^2.0.1"
586            },
587            "suggest": {
588                "ext-soap": "*",
589                "ext-xdebug": "*",
590                "phpunit/php-invoker": "^2.0.0"
591            },
592            "bin": [
593                "phpunit"
594            ],
595            "type": "library",
596            "extra": {
597                "branch-alias": {
598                    "dev-master": "8.5-dev"
599                }
600            },
601            "autoload": {
602                "classmap": [
603                    "src/"
604                ]
605            },
606            "notification-url": "https://packagist.org/downloads/",
607            "license": [
608                "BSD-3-Clause"
609            ],
610            "authors": [
611                {
612                    "name": "Sebastian Bergmann",
613                    "email": "sebastian@phpunit.de",
614                    "role": "lead"
615                }
616            ],
617            "description": "The PHP Unit Testing framework.",
618            "homepage": "https://phpunit.de/",
619            "keywords": [
620                "phpunit",
621                "testing",
622                "xunit"
623            ],
624            "support": {
625                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
626                "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.33"
627            },
628            "funding": [
629                {
630                    "url": "https://phpunit.de/sponsors.html",
631                    "type": "custom"
632                },
633                {
634                    "url": "https://github.com/sebastianbergmann",
635                    "type": "github"
636                },
637                {
638                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
639                    "type": "tidelift"
640                }
641            ],
642            "time": "2023-02-27T13:04:50+00:00"
643        },
644        {
645            "name": "sebastian/code-unit-reverse-lookup",
646            "version": "1.0.2",
647            "source": {
648                "type": "git",
649                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
650                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
651            },
652            "dist": {
653                "type": "zip",
654                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
655                "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
656                "shasum": ""
657            },
658            "require": {
659                "php": ">=5.6"
660            },
661            "require-dev": {
662                "phpunit/phpunit": "^8.5"
663            },
664            "type": "library",
665            "extra": {
666                "branch-alias": {
667                    "dev-master": "1.0.x-dev"
668                }
669            },
670            "autoload": {
671                "classmap": [
672                    "src/"
673                ]
674            },
675            "notification-url": "https://packagist.org/downloads/",
676            "license": [
677                "BSD-3-Clause"
678            ],
679            "authors": [
680                {
681                    "name": "Sebastian Bergmann",
682                    "email": "sebastian@phpunit.de"
683                }
684            ],
685            "description": "Looks up which function or method a line of code belongs to",
686            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
687            "support": {
688                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
689                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
690            },
691            "funding": [
692                {
693                    "url": "https://github.com/sebastianbergmann",
694                    "type": "github"
695                }
696            ],
697            "time": "2020-11-30T08:15:22+00:00"
698        },
699        {
700            "name": "sebastian/comparator",
701            "version": "3.0.5",
702            "source": {
703                "type": "git",
704                "url": "https://github.com/sebastianbergmann/comparator.git",
705                "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770"
706            },
707            "dist": {
708                "type": "zip",
709                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
710                "reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770",
711                "shasum": ""
712            },
713            "require": {
714                "php": ">=7.1",
715                "sebastian/diff": "^3.0",
716                "sebastian/exporter": "^3.1"
717            },
718            "require-dev": {
719                "phpunit/phpunit": "^8.5"
720            },
721            "type": "library",
722            "extra": {
723                "branch-alias": {
724                    "dev-master": "3.0-dev"
725                }
726            },
727            "autoload": {
728                "classmap": [
729                    "src/"
730                ]
731            },
732            "notification-url": "https://packagist.org/downloads/",
733            "license": [
734                "BSD-3-Clause"
735            ],
736            "authors": [
737                {
738                    "name": "Sebastian Bergmann",
739                    "email": "sebastian@phpunit.de"
740                },
741                {
742                    "name": "Jeff Welch",
743                    "email": "whatthejeff@gmail.com"
744                },
745                {
746                    "name": "Volker Dusch",
747                    "email": "github@wallbash.com"
748                },
749                {
750                    "name": "Bernhard Schussek",
751                    "email": "bschussek@2bepublished.at"
752                }
753            ],
754            "description": "Provides the functionality to compare PHP values for equality",
755            "homepage": "https://github.com/sebastianbergmann/comparator",
756            "keywords": [
757                "comparator",
758                "compare",
759                "equality"
760            ],
761            "support": {
762                "issues": "https://github.com/sebastianbergmann/comparator/issues",
763                "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5"
764            },
765            "funding": [
766                {
767                    "url": "https://github.com/sebastianbergmann",
768                    "type": "github"
769                }
770            ],
771            "time": "2022-09-14T12:31:48+00:00"
772        },
773        {
774            "name": "sebastian/diff",
775            "version": "3.0.3",
776            "source": {
777                "type": "git",
778                "url": "https://github.com/sebastianbergmann/diff.git",
779                "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
780            },
781            "dist": {
782                "type": "zip",
783                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
784                "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
785                "shasum": ""
786            },
787            "require": {
788                "php": ">=7.1"
789            },
790            "require-dev": {
791                "phpunit/phpunit": "^7.5 || ^8.0",
792                "symfony/process": "^2 || ^3.3 || ^4"
793            },
794            "type": "library",
795            "extra": {
796                "branch-alias": {
797                    "dev-master": "3.0-dev"
798                }
799            },
800            "autoload": {
801                "classmap": [
802                    "src/"
803                ]
804            },
805            "notification-url": "https://packagist.org/downloads/",
806            "license": [
807                "BSD-3-Clause"
808            ],
809            "authors": [
810                {
811                    "name": "Sebastian Bergmann",
812                    "email": "sebastian@phpunit.de"
813                },
814                {
815                    "name": "Kore Nordmann",
816                    "email": "mail@kore-nordmann.de"
817                }
818            ],
819            "description": "Diff implementation",
820            "homepage": "https://github.com/sebastianbergmann/diff",
821            "keywords": [
822                "diff",
823                "udiff",
824                "unidiff",
825                "unified diff"
826            ],
827            "support": {
828                "issues": "https://github.com/sebastianbergmann/diff/issues",
829                "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
830            },
831            "funding": [
832                {
833                    "url": "https://github.com/sebastianbergmann",
834                    "type": "github"
835                }
836            ],
837            "time": "2020-11-30T07:59:04+00:00"
838        },
839        {
840            "name": "sebastian/environment",
841            "version": "4.2.4",
842            "source": {
843                "type": "git",
844                "url": "https://github.com/sebastianbergmann/environment.git",
845                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
846            },
847            "dist": {
848                "type": "zip",
849                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
850                "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
851                "shasum": ""
852            },
853            "require": {
854                "php": ">=7.1"
855            },
856            "require-dev": {
857                "phpunit/phpunit": "^7.5"
858            },
859            "suggest": {
860                "ext-posix": "*"
861            },
862            "type": "library",
863            "extra": {
864                "branch-alias": {
865                    "dev-master": "4.2-dev"
866                }
867            },
868            "autoload": {
869                "classmap": [
870                    "src/"
871                ]
872            },
873            "notification-url": "https://packagist.org/downloads/",
874            "license": [
875                "BSD-3-Clause"
876            ],
877            "authors": [
878                {
879                    "name": "Sebastian Bergmann",
880                    "email": "sebastian@phpunit.de"
881                }
882            ],
883            "description": "Provides functionality to handle HHVM/PHP environments",
884            "homepage": "http://www.github.com/sebastianbergmann/environment",
885            "keywords": [
886                "Xdebug",
887                "environment",
888                "hhvm"
889            ],
890            "support": {
891                "issues": "https://github.com/sebastianbergmann/environment/issues",
892                "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
893            },
894            "funding": [
895                {
896                    "url": "https://github.com/sebastianbergmann",
897                    "type": "github"
898                }
899            ],
900            "time": "2020-11-30T07:53:42+00:00"
901        },
902        {
903            "name": "sebastian/exporter",
904            "version": "3.1.5",
905            "source": {
906                "type": "git",
907                "url": "https://github.com/sebastianbergmann/exporter.git",
908                "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6"
909            },
910            "dist": {
911                "type": "zip",
912                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6",
913                "reference": "73a9676f2833b9a7c36968f9d882589cd75511e6",
914                "shasum": ""
915            },
916            "require": {
917                "php": ">=7.0",
918                "sebastian/recursion-context": "^3.0"
919            },
920            "require-dev": {
921                "ext-mbstring": "*",
922                "phpunit/phpunit": "^8.5"
923            },
924            "type": "library",
925            "extra": {
926                "branch-alias": {
927                    "dev-master": "3.1.x-dev"
928                }
929            },
930            "autoload": {
931                "classmap": [
932                    "src/"
933                ]
934            },
935            "notification-url": "https://packagist.org/downloads/",
936            "license": [
937                "BSD-3-Clause"
938            ],
939            "authors": [
940                {
941                    "name": "Sebastian Bergmann",
942                    "email": "sebastian@phpunit.de"
943                },
944                {
945                    "name": "Jeff Welch",
946                    "email": "whatthejeff@gmail.com"
947                },
948                {
949                    "name": "Volker Dusch",
950                    "email": "github@wallbash.com"
951                },
952                {
953                    "name": "Adam Harvey",
954                    "email": "aharvey@php.net"
955                },
956                {
957                    "name": "Bernhard Schussek",
958                    "email": "bschussek@gmail.com"
959                }
960            ],
961            "description": "Provides the functionality to export PHP variables for visualization",
962            "homepage": "http://www.github.com/sebastianbergmann/exporter",
963            "keywords": [
964                "export",
965                "exporter"
966            ],
967            "support": {
968                "issues": "https://github.com/sebastianbergmann/exporter/issues",
969                "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5"
970            },
971            "funding": [
972                {
973                    "url": "https://github.com/sebastianbergmann",
974                    "type": "github"
975                }
976            ],
977            "time": "2022-09-14T06:00:17+00:00"
978        },
979        {
980            "name": "sebastian/global-state",
981            "version": "3.0.2",
982            "source": {
983                "type": "git",
984                "url": "https://github.com/sebastianbergmann/global-state.git",
985                "reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921"
986            },
987            "dist": {
988                "type": "zip",
989                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2ba975b512cdb1c23921",
990                "reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921",
991                "shasum": ""
992            },
993            "require": {
994                "php": ">=7.2",
995                "sebastian/object-reflector": "^1.1.1",
996                "sebastian/recursion-context": "^3.0"
997            },
998            "require-dev": {
999                "ext-dom": "*",
1000                "phpunit/phpunit": "^8.0"
1001            },
1002            "suggest": {
1003                "ext-uopz": "*"
1004            },
1005            "type": "library",
1006            "extra": {
1007                "branch-alias": {
1008                    "dev-master": "3.0-dev"
1009                }
1010            },
1011            "autoload": {
1012                "classmap": [
1013                    "src/"
1014                ]
1015            },
1016            "notification-url": "https://packagist.org/downloads/",
1017            "license": [
1018                "BSD-3-Clause"
1019            ],
1020            "authors": [
1021                {
1022                    "name": "Sebastian Bergmann",
1023                    "email": "sebastian@phpunit.de"
1024                }
1025            ],
1026            "description": "Snapshotting of global state",
1027            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1028            "keywords": [
1029                "global state"
1030            ],
1031            "support": {
1032                "issues": "https://github.com/sebastianbergmann/global-state/issues",
1033                "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.2"
1034            },
1035            "funding": [
1036                {
1037                    "url": "https://github.com/sebastianbergmann",
1038                    "type": "github"
1039                }
1040            ],
1041            "time": "2022-02-10T06:55:38+00:00"
1042        },
1043        {
1044            "name": "sebastian/object-enumerator",
1045            "version": "3.0.4",
1046            "source": {
1047                "type": "git",
1048                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1049                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
1050            },
1051            "dist": {
1052                "type": "zip",
1053                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1054                "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
1055                "shasum": ""
1056            },
1057            "require": {
1058                "php": ">=7.0",
1059                "sebastian/object-reflector": "^1.1.1",
1060                "sebastian/recursion-context": "^3.0"
1061            },
1062            "require-dev": {
1063                "phpunit/phpunit": "^6.0"
1064            },
1065            "type": "library",
1066            "extra": {
1067                "branch-alias": {
1068                    "dev-master": "3.0.x-dev"
1069                }
1070            },
1071            "autoload": {
1072                "classmap": [
1073                    "src/"
1074                ]
1075            },
1076            "notification-url": "https://packagist.org/downloads/",
1077            "license": [
1078                "BSD-3-Clause"
1079            ],
1080            "authors": [
1081                {
1082                    "name": "Sebastian Bergmann",
1083                    "email": "sebastian@phpunit.de"
1084                }
1085            ],
1086            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1087            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1088            "support": {
1089                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1090                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
1091            },
1092            "funding": [
1093                {
1094                    "url": "https://github.com/sebastianbergmann",
1095                    "type": "github"
1096                }
1097            ],
1098            "time": "2020-11-30T07:40:27+00:00"
1099        },
1100        {
1101            "name": "sebastian/object-reflector",
1102            "version": "1.1.2",
1103            "source": {
1104                "type": "git",
1105                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1106                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
1107            },
1108            "dist": {
1109                "type": "zip",
1110                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1111                "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
1112                "shasum": ""
1113            },
1114            "require": {
1115                "php": ">=7.0"
1116            },
1117            "require-dev": {
1118                "phpunit/phpunit": "^6.0"
1119            },
1120            "type": "library",
1121            "extra": {
1122                "branch-alias": {
1123                    "dev-master": "1.1-dev"
1124                }
1125            },
1126            "autoload": {
1127                "classmap": [
1128                    "src/"
1129                ]
1130            },
1131            "notification-url": "https://packagist.org/downloads/",
1132            "license": [
1133                "BSD-3-Clause"
1134            ],
1135            "authors": [
1136                {
1137                    "name": "Sebastian Bergmann",
1138                    "email": "sebastian@phpunit.de"
1139                }
1140            ],
1141            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1142            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1143            "support": {
1144                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1145                "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
1146            },
1147            "funding": [
1148                {
1149                    "url": "https://github.com/sebastianbergmann",
1150                    "type": "github"
1151                }
1152            ],
1153            "time": "2020-11-30T07:37:18+00:00"
1154        },
1155        {
1156            "name": "sebastian/recursion-context",
1157            "version": "3.0.1",
1158            "source": {
1159                "type": "git",
1160                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1161                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
1162            },
1163            "dist": {
1164                "type": "zip",
1165                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
1166                "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
1167                "shasum": ""
1168            },
1169            "require": {
1170                "php": ">=7.0"
1171            },
1172            "require-dev": {
1173                "phpunit/phpunit": "^6.0"
1174            },
1175            "type": "library",
1176            "extra": {
1177                "branch-alias": {
1178                    "dev-master": "3.0.x-dev"
1179                }
1180            },
1181            "autoload": {
1182                "classmap": [
1183                    "src/"
1184                ]
1185            },
1186            "notification-url": "https://packagist.org/downloads/",
1187            "license": [
1188                "BSD-3-Clause"
1189            ],
1190            "authors": [
1191                {
1192                    "name": "Sebastian Bergmann",
1193                    "email": "sebastian@phpunit.de"
1194                },
1195                {
1196                    "name": "Jeff Welch",
1197                    "email": "whatthejeff@gmail.com"
1198                },
1199                {
1200                    "name": "Adam Harvey",
1201                    "email": "aharvey@php.net"
1202                }
1203            ],
1204            "description": "Provides functionality to recursively process PHP variables",
1205            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1206            "support": {
1207                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1208                "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
1209            },
1210            "funding": [
1211                {
1212                    "url": "https://github.com/sebastianbergmann",
1213                    "type": "github"
1214                }
1215            ],
1216            "time": "2020-11-30T07:34:24+00:00"
1217        },
1218        {
1219            "name": "sebastian/resource-operations",
1220            "version": "2.0.2",
1221            "source": {
1222                "type": "git",
1223                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1224                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
1225            },
1226            "dist": {
1227                "type": "zip",
1228                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1229                "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
1230                "shasum": ""
1231            },
1232            "require": {
1233                "php": ">=7.1"
1234            },
1235            "type": "library",
1236            "extra": {
1237                "branch-alias": {
1238                    "dev-master": "2.0-dev"
1239                }
1240            },
1241            "autoload": {
1242                "classmap": [
1243                    "src/"
1244                ]
1245            },
1246            "notification-url": "https://packagist.org/downloads/",
1247            "license": [
1248                "BSD-3-Clause"
1249            ],
1250            "authors": [
1251                {
1252                    "name": "Sebastian Bergmann",
1253                    "email": "sebastian@phpunit.de"
1254                }
1255            ],
1256            "description": "Provides a list of PHP built-in functions that operate on resources",
1257            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1258            "support": {
1259                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
1260                "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
1261            },
1262            "funding": [
1263                {
1264                    "url": "https://github.com/sebastianbergmann",
1265                    "type": "github"
1266                }
1267            ],
1268            "time": "2020-11-30T07:30:19+00:00"
1269        },
1270        {
1271            "name": "sebastian/type",
1272            "version": "1.1.4",
1273            "source": {
1274                "type": "git",
1275                "url": "https://github.com/sebastianbergmann/type.git",
1276                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
1277            },
1278            "dist": {
1279                "type": "zip",
1280                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1281                "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
1282                "shasum": ""
1283            },
1284            "require": {
1285                "php": ">=7.2"
1286            },
1287            "require-dev": {
1288                "phpunit/phpunit": "^8.2"
1289            },
1290            "type": "library",
1291            "extra": {
1292                "branch-alias": {
1293                    "dev-master": "1.1-dev"
1294                }
1295            },
1296            "autoload": {
1297                "classmap": [
1298                    "src/"
1299                ]
1300            },
1301            "notification-url": "https://packagist.org/downloads/",
1302            "license": [
1303                "BSD-3-Clause"
1304            ],
1305            "authors": [
1306                {
1307                    "name": "Sebastian Bergmann",
1308                    "email": "sebastian@phpunit.de",
1309                    "role": "lead"
1310                }
1311            ],
1312            "description": "Collection of value objects that represent the types of the PHP type system",
1313            "homepage": "https://github.com/sebastianbergmann/type",
1314            "support": {
1315                "issues": "https://github.com/sebastianbergmann/type/issues",
1316                "source": "https://github.com/sebastianbergmann/type/tree/1.1.4"
1317            },
1318            "funding": [
1319                {
1320                    "url": "https://github.com/sebastianbergmann",
1321                    "type": "github"
1322                }
1323            ],
1324            "time": "2020-11-30T07:25:11+00:00"
1325        },
1326        {
1327            "name": "sebastian/version",
1328            "version": "2.0.1",
1329            "source": {
1330                "type": "git",
1331                "url": "https://github.com/sebastianbergmann/version.git",
1332                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
1333            },
1334            "dist": {
1335                "type": "zip",
1336                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
1337                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
1338                "shasum": ""
1339            },
1340            "require": {
1341                "php": ">=5.6"
1342            },
1343            "type": "library",
1344            "extra": {
1345                "branch-alias": {
1346                    "dev-master": "2.0.x-dev"
1347                }
1348            },
1349            "autoload": {
1350                "classmap": [
1351                    "src/"
1352                ]
1353            },
1354            "notification-url": "https://packagist.org/downloads/",
1355            "license": [
1356                "BSD-3-Clause"
1357            ],
1358            "authors": [
1359                {
1360                    "name": "Sebastian Bergmann",
1361                    "email": "sebastian@phpunit.de",
1362                    "role": "lead"
1363                }
1364            ],
1365            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1366            "homepage": "https://github.com/sebastianbergmann/version",
1367            "support": {
1368                "issues": "https://github.com/sebastianbergmann/version/issues",
1369                "source": "https://github.com/sebastianbergmann/version/tree/master"
1370            },
1371            "time": "2016-10-03T07:35:21+00:00"
1372        },
1373        {
1374            "name": "theseer/tokenizer",
1375            "version": "1.2.1",
1376            "source": {
1377                "type": "git",
1378                "url": "https://github.com/theseer/tokenizer.git",
1379                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
1380            },
1381            "dist": {
1382                "type": "zip",
1383                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
1384                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
1385                "shasum": ""
1386            },
1387            "require": {
1388                "ext-dom": "*",
1389                "ext-tokenizer": "*",
1390                "ext-xmlwriter": "*",
1391                "php": "^7.2 || ^8.0"
1392            },
1393            "type": "library",
1394            "autoload": {
1395                "classmap": [
1396                    "src/"
1397                ]
1398            },
1399            "notification-url": "https://packagist.org/downloads/",
1400            "license": [
1401                "BSD-3-Clause"
1402            ],
1403            "authors": [
1404                {
1405                    "name": "Arne Blankerts",
1406                    "email": "arne@blankerts.de",
1407                    "role": "Developer"
1408                }
1409            ],
1410            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1411            "support": {
1412                "issues": "https://github.com/theseer/tokenizer/issues",
1413                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
1414            },
1415            "funding": [
1416                {
1417                    "url": "https://github.com/theseer",
1418                    "type": "github"
1419                }
1420            ],
1421            "time": "2021-07-28T10:34:58+00:00"
1422        }
1423    ],
1424    "aliases": [],
1425    "minimum-stability": "stable",
1426    "stability-flags": [],
1427    "prefer-stable": false,
1428    "prefer-lowest": false,
1429    "platform": {
1430        "php": ">=7.2"
1431    },
1432    "platform-dev": [],
1433    "plugin-api-version": "2.3.0"
1434}
1435