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