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": "4c5ab20fc90c3793f2575730e2e5174f",
8    "packages": [
9        {
10            "name": "jucksearm/php-barcode",
11            "version": "1.0.1",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/jucksearm/php-barcode.git",
15                "reference": "066a58776ec9e94dd6d5843c0fb9a3ff95e74d8b"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/jucksearm/php-barcode/zipball/066a58776ec9e94dd6d5843c0fb9a3ff95e74d8b",
20                "reference": "066a58776ec9e94dd6d5843c0fb9a3ff95e74d8b",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=5.4.0"
25            },
26            "require-dev": {
27                "phpunit/phpunit": "^6.1"
28            },
29            "type": "library",
30            "autoload": {
31                "psr-4": {
32                    "jucksearm\\barcode\\": ""
33                }
34            },
35            "notification-url": "https://packagist.org/downloads/",
36            "license": [
37                "LGPLv3"
38            ],
39            "authors": [
40                {
41                    "name": "jucksearm",
42                    "email": "jucksearm.bkk@gmail.com"
43                }
44            ],
45            "description": "Barcode Generation Package inspired by Nicola Asuni.",
46            "keywords": [
47                "CODE 128",
48                "barcode",
49                "datamatrix",
50                "pdf417",
51                "php barcode",
52                "qr code",
53                "qrcode"
54            ],
55            "support": {
56                "issues": "https://github.com/jucksearm/php-barcode/issues",
57                "source": "https://github.com/jucksearm/php-barcode/tree/1.0.0"
58            },
59            "time": "2017-06-05T04:41:51+00:00"
60        }
61    ],
62    "packages-dev": [
63        {
64            "name": "doctrine/instantiator",
65            "version": "2.0.0",
66            "source": {
67                "type": "git",
68                "url": "https://github.com/doctrine/instantiator.git",
69                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
70            },
71            "dist": {
72                "type": "zip",
73                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
74                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
75                "shasum": ""
76            },
77            "require": {
78                "php": "^8.1"
79            },
80            "require-dev": {
81                "doctrine/coding-standard": "^11",
82                "ext-pdo": "*",
83                "ext-phar": "*",
84                "phpbench/phpbench": "^1.2",
85                "phpstan/phpstan": "^1.9.4",
86                "phpstan/phpstan-phpunit": "^1.3",
87                "phpunit/phpunit": "^9.5.27",
88                "vimeo/psalm": "^5.4"
89            },
90            "type": "library",
91            "autoload": {
92                "psr-4": {
93                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
94                }
95            },
96            "notification-url": "https://packagist.org/downloads/",
97            "license": [
98                "MIT"
99            ],
100            "authors": [
101                {
102                    "name": "Marco Pivetta",
103                    "email": "ocramius@gmail.com",
104                    "homepage": "https://ocramius.github.io/"
105                }
106            ],
107            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
108            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
109            "keywords": [
110                "constructor",
111                "instantiate"
112            ],
113            "support": {
114                "issues": "https://github.com/doctrine/instantiator/issues",
115                "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
116            },
117            "funding": [
118                {
119                    "url": "https://www.doctrine-project.org/sponsorship.html",
120                    "type": "custom"
121                },
122                {
123                    "url": "https://www.patreon.com/phpdoctrine",
124                    "type": "patreon"
125                },
126                {
127                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
128                    "type": "tidelift"
129                }
130            ],
131            "time": "2022-12-30T00:23:10+00:00"
132        },
133        {
134            "name": "myclabs/deep-copy",
135            "version": "1.11.0",
136            "source": {
137                "type": "git",
138                "url": "https://github.com/myclabs/DeepCopy.git",
139                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
140            },
141            "dist": {
142                "type": "zip",
143                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
144                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
145                "shasum": ""
146            },
147            "require": {
148                "php": "^7.1 || ^8.0"
149            },
150            "conflict": {
151                "doctrine/collections": "<1.6.8",
152                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
153            },
154            "require-dev": {
155                "doctrine/collections": "^1.6.8",
156                "doctrine/common": "^2.13.3 || ^3.2.2",
157                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
158            },
159            "type": "library",
160            "autoload": {
161                "files": [
162                    "src/DeepCopy/deep_copy.php"
163                ],
164                "psr-4": {
165                    "DeepCopy\\": "src/DeepCopy/"
166                }
167            },
168            "notification-url": "https://packagist.org/downloads/",
169            "license": [
170                "MIT"
171            ],
172            "description": "Create deep copies (clones) of your objects",
173            "keywords": [
174                "clone",
175                "copy",
176                "duplicate",
177                "object",
178                "object graph"
179            ],
180            "support": {
181                "issues": "https://github.com/myclabs/DeepCopy/issues",
182                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
183            },
184            "funding": [
185                {
186                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
187                    "type": "tidelift"
188                }
189            ],
190            "time": "2022-03-03T13:19:32+00:00"
191        },
192        {
193            "name": "nikic/php-parser",
194            "version": "v4.15.3",
195            "source": {
196                "type": "git",
197                "url": "https://github.com/nikic/PHP-Parser.git",
198                "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039"
199            },
200            "dist": {
201                "type": "zip",
202                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
203                "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039",
204                "shasum": ""
205            },
206            "require": {
207                "ext-tokenizer": "*",
208                "php": ">=7.0"
209            },
210            "require-dev": {
211                "ircmaxell/php-yacc": "^0.0.7",
212                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
213            },
214            "bin": [
215                "bin/php-parse"
216            ],
217            "type": "library",
218            "extra": {
219                "branch-alias": {
220                    "dev-master": "4.9-dev"
221                }
222            },
223            "autoload": {
224                "psr-4": {
225                    "PhpParser\\": "lib/PhpParser"
226                }
227            },
228            "notification-url": "https://packagist.org/downloads/",
229            "license": [
230                "BSD-3-Clause"
231            ],
232            "authors": [
233                {
234                    "name": "Nikita Popov"
235                }
236            ],
237            "description": "A PHP parser written in PHP",
238            "keywords": [
239                "parser",
240                "php"
241            ],
242            "support": {
243                "issues": "https://github.com/nikic/PHP-Parser/issues",
244                "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
245            },
246            "time": "2023-01-16T22:05:37+00:00"
247        },
248        {
249            "name": "phar-io/manifest",
250            "version": "2.0.3",
251            "source": {
252                "type": "git",
253                "url": "https://github.com/phar-io/manifest.git",
254                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
255            },
256            "dist": {
257                "type": "zip",
258                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
259                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
260                "shasum": ""
261            },
262            "require": {
263                "ext-dom": "*",
264                "ext-phar": "*",
265                "ext-xmlwriter": "*",
266                "phar-io/version": "^3.0.1",
267                "php": "^7.2 || ^8.0"
268            },
269            "type": "library",
270            "extra": {
271                "branch-alias": {
272                    "dev-master": "2.0.x-dev"
273                }
274            },
275            "autoload": {
276                "classmap": [
277                    "src/"
278                ]
279            },
280            "notification-url": "https://packagist.org/downloads/",
281            "license": [
282                "BSD-3-Clause"
283            ],
284            "authors": [
285                {
286                    "name": "Arne Blankerts",
287                    "email": "arne@blankerts.de",
288                    "role": "Developer"
289                },
290                {
291                    "name": "Sebastian Heuer",
292                    "email": "sebastian@phpeople.de",
293                    "role": "Developer"
294                },
295                {
296                    "name": "Sebastian Bergmann",
297                    "email": "sebastian@phpunit.de",
298                    "role": "Developer"
299                }
300            ],
301            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
302            "support": {
303                "issues": "https://github.com/phar-io/manifest/issues",
304                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
305            },
306            "time": "2021-07-20T11:28:43+00:00"
307        },
308        {
309            "name": "phar-io/version",
310            "version": "3.2.1",
311            "source": {
312                "type": "git",
313                "url": "https://github.com/phar-io/version.git",
314                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
315            },
316            "dist": {
317                "type": "zip",
318                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
319                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
320                "shasum": ""
321            },
322            "require": {
323                "php": "^7.2 || ^8.0"
324            },
325            "type": "library",
326            "autoload": {
327                "classmap": [
328                    "src/"
329                ]
330            },
331            "notification-url": "https://packagist.org/downloads/",
332            "license": [
333                "BSD-3-Clause"
334            ],
335            "authors": [
336                {
337                    "name": "Arne Blankerts",
338                    "email": "arne@blankerts.de",
339                    "role": "Developer"
340                },
341                {
342                    "name": "Sebastian Heuer",
343                    "email": "sebastian@phpeople.de",
344                    "role": "Developer"
345                },
346                {
347                    "name": "Sebastian Bergmann",
348                    "email": "sebastian@phpunit.de",
349                    "role": "Developer"
350                }
351            ],
352            "description": "Library for handling version information and constraints",
353            "support": {
354                "issues": "https://github.com/phar-io/version/issues",
355                "source": "https://github.com/phar-io/version/tree/3.2.1"
356            },
357            "time": "2022-02-21T01:04:05+00:00"
358        },
359        {
360            "name": "phpunit/php-code-coverage",
361            "version": "9.2.24",
362            "source": {
363                "type": "git",
364                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
365                "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed"
366            },
367            "dist": {
368                "type": "zip",
369                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed",
370                "reference": "2cf940ebc6355a9d430462811b5aaa308b174bed",
371                "shasum": ""
372            },
373            "require": {
374                "ext-dom": "*",
375                "ext-libxml": "*",
376                "ext-xmlwriter": "*",
377                "nikic/php-parser": "^4.14",
378                "php": ">=7.3",
379                "phpunit/php-file-iterator": "^3.0.3",
380                "phpunit/php-text-template": "^2.0.2",
381                "sebastian/code-unit-reverse-lookup": "^2.0.2",
382                "sebastian/complexity": "^2.0",
383                "sebastian/environment": "^5.1.2",
384                "sebastian/lines-of-code": "^1.0.3",
385                "sebastian/version": "^3.0.1",
386                "theseer/tokenizer": "^1.2.0"
387            },
388            "require-dev": {
389                "phpunit/phpunit": "^9.3"
390            },
391            "suggest": {
392                "ext-pcov": "*",
393                "ext-xdebug": "*"
394            },
395            "type": "library",
396            "extra": {
397                "branch-alias": {
398                    "dev-master": "9.2-dev"
399                }
400            },
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": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
418            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
419            "keywords": [
420                "coverage",
421                "testing",
422                "xunit"
423            ],
424            "support": {
425                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
426                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24"
427            },
428            "funding": [
429                {
430                    "url": "https://github.com/sebastianbergmann",
431                    "type": "github"
432                }
433            ],
434            "time": "2023-01-26T08:26:55+00:00"
435        },
436        {
437            "name": "phpunit/php-file-iterator",
438            "version": "3.0.6",
439            "source": {
440                "type": "git",
441                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
442                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
443            },
444            "dist": {
445                "type": "zip",
446                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
447                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
448                "shasum": ""
449            },
450            "require": {
451                "php": ">=7.3"
452            },
453            "require-dev": {
454                "phpunit/phpunit": "^9.3"
455            },
456            "type": "library",
457            "extra": {
458                "branch-alias": {
459                    "dev-master": "3.0-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": "FilterIterator implementation that filters files based on a list of suffixes.",
479            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
480            "keywords": [
481                "filesystem",
482                "iterator"
483            ],
484            "support": {
485                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
486                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
487            },
488            "funding": [
489                {
490                    "url": "https://github.com/sebastianbergmann",
491                    "type": "github"
492                }
493            ],
494            "time": "2021-12-02T12:48:52+00:00"
495        },
496        {
497            "name": "phpunit/php-invoker",
498            "version": "3.1.1",
499            "source": {
500                "type": "git",
501                "url": "https://github.com/sebastianbergmann/php-invoker.git",
502                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
503            },
504            "dist": {
505                "type": "zip",
506                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
507                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
508                "shasum": ""
509            },
510            "require": {
511                "php": ">=7.3"
512            },
513            "require-dev": {
514                "ext-pcntl": "*",
515                "phpunit/phpunit": "^9.3"
516            },
517            "suggest": {
518                "ext-pcntl": "*"
519            },
520            "type": "library",
521            "extra": {
522                "branch-alias": {
523                    "dev-master": "3.1-dev"
524                }
525            },
526            "autoload": {
527                "classmap": [
528                    "src/"
529                ]
530            },
531            "notification-url": "https://packagist.org/downloads/",
532            "license": [
533                "BSD-3-Clause"
534            ],
535            "authors": [
536                {
537                    "name": "Sebastian Bergmann",
538                    "email": "sebastian@phpunit.de",
539                    "role": "lead"
540                }
541            ],
542            "description": "Invoke callables with a timeout",
543            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
544            "keywords": [
545                "process"
546            ],
547            "support": {
548                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
549                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
550            },
551            "funding": [
552                {
553                    "url": "https://github.com/sebastianbergmann",
554                    "type": "github"
555                }
556            ],
557            "time": "2020-09-28T05:58:55+00:00"
558        },
559        {
560            "name": "phpunit/php-text-template",
561            "version": "2.0.4",
562            "source": {
563                "type": "git",
564                "url": "https://github.com/sebastianbergmann/php-text-template.git",
565                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
566            },
567            "dist": {
568                "type": "zip",
569                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
570                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
571                "shasum": ""
572            },
573            "require": {
574                "php": ">=7.3"
575            },
576            "require-dev": {
577                "phpunit/phpunit": "^9.3"
578            },
579            "type": "library",
580            "extra": {
581                "branch-alias": {
582                    "dev-master": "2.0-dev"
583                }
584            },
585            "autoload": {
586                "classmap": [
587                    "src/"
588                ]
589            },
590            "notification-url": "https://packagist.org/downloads/",
591            "license": [
592                "BSD-3-Clause"
593            ],
594            "authors": [
595                {
596                    "name": "Sebastian Bergmann",
597                    "email": "sebastian@phpunit.de",
598                    "role": "lead"
599                }
600            ],
601            "description": "Simple template engine.",
602            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
603            "keywords": [
604                "template"
605            ],
606            "support": {
607                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
608                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
609            },
610            "funding": [
611                {
612                    "url": "https://github.com/sebastianbergmann",
613                    "type": "github"
614                }
615            ],
616            "time": "2020-10-26T05:33:50+00:00"
617        },
618        {
619            "name": "phpunit/php-timer",
620            "version": "5.0.3",
621            "source": {
622                "type": "git",
623                "url": "https://github.com/sebastianbergmann/php-timer.git",
624                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
625            },
626            "dist": {
627                "type": "zip",
628                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
629                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
630                "shasum": ""
631            },
632            "require": {
633                "php": ">=7.3"
634            },
635            "require-dev": {
636                "phpunit/phpunit": "^9.3"
637            },
638            "type": "library",
639            "extra": {
640                "branch-alias": {
641                    "dev-master": "5.0-dev"
642                }
643            },
644            "autoload": {
645                "classmap": [
646                    "src/"
647                ]
648            },
649            "notification-url": "https://packagist.org/downloads/",
650            "license": [
651                "BSD-3-Clause"
652            ],
653            "authors": [
654                {
655                    "name": "Sebastian Bergmann",
656                    "email": "sebastian@phpunit.de",
657                    "role": "lead"
658                }
659            ],
660            "description": "Utility class for timing",
661            "homepage": "https://github.com/sebastianbergmann/php-timer/",
662            "keywords": [
663                "timer"
664            ],
665            "support": {
666                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
667                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
668            },
669            "funding": [
670                {
671                    "url": "https://github.com/sebastianbergmann",
672                    "type": "github"
673                }
674            ],
675            "time": "2020-10-26T13:16:10+00:00"
676        },
677        {
678            "name": "phpunit/phpunit",
679            "version": "9.5.28",
680            "source": {
681                "type": "git",
682                "url": "https://github.com/sebastianbergmann/phpunit.git",
683                "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e"
684            },
685            "dist": {
686                "type": "zip",
687                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e",
688                "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e",
689                "shasum": ""
690            },
691            "require": {
692                "doctrine/instantiator": "^1.3.1 || ^2",
693                "ext-dom": "*",
694                "ext-json": "*",
695                "ext-libxml": "*",
696                "ext-mbstring": "*",
697                "ext-xml": "*",
698                "ext-xmlwriter": "*",
699                "myclabs/deep-copy": "^1.10.1",
700                "phar-io/manifest": "^2.0.3",
701                "phar-io/version": "^3.0.2",
702                "php": ">=7.3",
703                "phpunit/php-code-coverage": "^9.2.13",
704                "phpunit/php-file-iterator": "^3.0.5",
705                "phpunit/php-invoker": "^3.1.1",
706                "phpunit/php-text-template": "^2.0.3",
707                "phpunit/php-timer": "^5.0.2",
708                "sebastian/cli-parser": "^1.0.1",
709                "sebastian/code-unit": "^1.0.6",
710                "sebastian/comparator": "^4.0.8",
711                "sebastian/diff": "^4.0.3",
712                "sebastian/environment": "^5.1.3",
713                "sebastian/exporter": "^4.0.5",
714                "sebastian/global-state": "^5.0.1",
715                "sebastian/object-enumerator": "^4.0.3",
716                "sebastian/resource-operations": "^3.0.3",
717                "sebastian/type": "^3.2",
718                "sebastian/version": "^3.0.2"
719            },
720            "suggest": {
721                "ext-soap": "*",
722                "ext-xdebug": "*"
723            },
724            "bin": [
725                "phpunit"
726            ],
727            "type": "library",
728            "extra": {
729                "branch-alias": {
730                    "dev-master": "9.5-dev"
731                }
732            },
733            "autoload": {
734                "files": [
735                    "src/Framework/Assert/Functions.php"
736                ],
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                    "role": "lead"
750                }
751            ],
752            "description": "The PHP Unit Testing framework.",
753            "homepage": "https://phpunit.de/",
754            "keywords": [
755                "phpunit",
756                "testing",
757                "xunit"
758            ],
759            "support": {
760                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
761                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28"
762            },
763            "funding": [
764                {
765                    "url": "https://phpunit.de/sponsors.html",
766                    "type": "custom"
767                },
768                {
769                    "url": "https://github.com/sebastianbergmann",
770                    "type": "github"
771                },
772                {
773                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
774                    "type": "tidelift"
775                }
776            ],
777            "time": "2023-01-14T12:32:24+00:00"
778        },
779        {
780            "name": "sebastian/cli-parser",
781            "version": "1.0.1",
782            "source": {
783                "type": "git",
784                "url": "https://github.com/sebastianbergmann/cli-parser.git",
785                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
786            },
787            "dist": {
788                "type": "zip",
789                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
790                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
791                "shasum": ""
792            },
793            "require": {
794                "php": ">=7.3"
795            },
796            "require-dev": {
797                "phpunit/phpunit": "^9.3"
798            },
799            "type": "library",
800            "extra": {
801                "branch-alias": {
802                    "dev-master": "1.0-dev"
803                }
804            },
805            "autoload": {
806                "classmap": [
807                    "src/"
808                ]
809            },
810            "notification-url": "https://packagist.org/downloads/",
811            "license": [
812                "BSD-3-Clause"
813            ],
814            "authors": [
815                {
816                    "name": "Sebastian Bergmann",
817                    "email": "sebastian@phpunit.de",
818                    "role": "lead"
819                }
820            ],
821            "description": "Library for parsing CLI options",
822            "homepage": "https://github.com/sebastianbergmann/cli-parser",
823            "support": {
824                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
825                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
826            },
827            "funding": [
828                {
829                    "url": "https://github.com/sebastianbergmann",
830                    "type": "github"
831                }
832            ],
833            "time": "2020-09-28T06:08:49+00:00"
834        },
835        {
836            "name": "sebastian/code-unit",
837            "version": "1.0.8",
838            "source": {
839                "type": "git",
840                "url": "https://github.com/sebastianbergmann/code-unit.git",
841                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
842            },
843            "dist": {
844                "type": "zip",
845                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
846                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
847                "shasum": ""
848            },
849            "require": {
850                "php": ">=7.3"
851            },
852            "require-dev": {
853                "phpunit/phpunit": "^9.3"
854            },
855            "type": "library",
856            "extra": {
857                "branch-alias": {
858                    "dev-master": "1.0-dev"
859                }
860            },
861            "autoload": {
862                "classmap": [
863                    "src/"
864                ]
865            },
866            "notification-url": "https://packagist.org/downloads/",
867            "license": [
868                "BSD-3-Clause"
869            ],
870            "authors": [
871                {
872                    "name": "Sebastian Bergmann",
873                    "email": "sebastian@phpunit.de",
874                    "role": "lead"
875                }
876            ],
877            "description": "Collection of value objects that represent the PHP code units",
878            "homepage": "https://github.com/sebastianbergmann/code-unit",
879            "support": {
880                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
881                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
882            },
883            "funding": [
884                {
885                    "url": "https://github.com/sebastianbergmann",
886                    "type": "github"
887                }
888            ],
889            "time": "2020-10-26T13:08:54+00:00"
890        },
891        {
892            "name": "sebastian/code-unit-reverse-lookup",
893            "version": "2.0.3",
894            "source": {
895                "type": "git",
896                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
897                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
898            },
899            "dist": {
900                "type": "zip",
901                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
902                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
903                "shasum": ""
904            },
905            "require": {
906                "php": ">=7.3"
907            },
908            "require-dev": {
909                "phpunit/phpunit": "^9.3"
910            },
911            "type": "library",
912            "extra": {
913                "branch-alias": {
914                    "dev-master": "2.0-dev"
915                }
916            },
917            "autoload": {
918                "classmap": [
919                    "src/"
920                ]
921            },
922            "notification-url": "https://packagist.org/downloads/",
923            "license": [
924                "BSD-3-Clause"
925            ],
926            "authors": [
927                {
928                    "name": "Sebastian Bergmann",
929                    "email": "sebastian@phpunit.de"
930                }
931            ],
932            "description": "Looks up which function or method a line of code belongs to",
933            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
934            "support": {
935                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
936                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
937            },
938            "funding": [
939                {
940                    "url": "https://github.com/sebastianbergmann",
941                    "type": "github"
942                }
943            ],
944            "time": "2020-09-28T05:30:19+00:00"
945        },
946        {
947            "name": "sebastian/comparator",
948            "version": "4.0.8",
949            "source": {
950                "type": "git",
951                "url": "https://github.com/sebastianbergmann/comparator.git",
952                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
953            },
954            "dist": {
955                "type": "zip",
956                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
957                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
958                "shasum": ""
959            },
960            "require": {
961                "php": ">=7.3",
962                "sebastian/diff": "^4.0",
963                "sebastian/exporter": "^4.0"
964            },
965            "require-dev": {
966                "phpunit/phpunit": "^9.3"
967            },
968            "type": "library",
969            "extra": {
970                "branch-alias": {
971                    "dev-master": "4.0-dev"
972                }
973            },
974            "autoload": {
975                "classmap": [
976                    "src/"
977                ]
978            },
979            "notification-url": "https://packagist.org/downloads/",
980            "license": [
981                "BSD-3-Clause"
982            ],
983            "authors": [
984                {
985                    "name": "Sebastian Bergmann",
986                    "email": "sebastian@phpunit.de"
987                },
988                {
989                    "name": "Jeff Welch",
990                    "email": "whatthejeff@gmail.com"
991                },
992                {
993                    "name": "Volker Dusch",
994                    "email": "github@wallbash.com"
995                },
996                {
997                    "name": "Bernhard Schussek",
998                    "email": "bschussek@2bepublished.at"
999                }
1000            ],
1001            "description": "Provides the functionality to compare PHP values for equality",
1002            "homepage": "https://github.com/sebastianbergmann/comparator",
1003            "keywords": [
1004                "comparator",
1005                "compare",
1006                "equality"
1007            ],
1008            "support": {
1009                "issues": "https://github.com/sebastianbergmann/comparator/issues",
1010                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
1011            },
1012            "funding": [
1013                {
1014                    "url": "https://github.com/sebastianbergmann",
1015                    "type": "github"
1016                }
1017            ],
1018            "time": "2022-09-14T12:41:17+00:00"
1019        },
1020        {
1021            "name": "sebastian/complexity",
1022            "version": "2.0.2",
1023            "source": {
1024                "type": "git",
1025                "url": "https://github.com/sebastianbergmann/complexity.git",
1026                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
1027            },
1028            "dist": {
1029                "type": "zip",
1030                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
1031                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
1032                "shasum": ""
1033            },
1034            "require": {
1035                "nikic/php-parser": "^4.7",
1036                "php": ">=7.3"
1037            },
1038            "require-dev": {
1039                "phpunit/phpunit": "^9.3"
1040            },
1041            "type": "library",
1042            "extra": {
1043                "branch-alias": {
1044                    "dev-master": "2.0-dev"
1045                }
1046            },
1047            "autoload": {
1048                "classmap": [
1049                    "src/"
1050                ]
1051            },
1052            "notification-url": "https://packagist.org/downloads/",
1053            "license": [
1054                "BSD-3-Clause"
1055            ],
1056            "authors": [
1057                {
1058                    "name": "Sebastian Bergmann",
1059                    "email": "sebastian@phpunit.de",
1060                    "role": "lead"
1061                }
1062            ],
1063            "description": "Library for calculating the complexity of PHP code units",
1064            "homepage": "https://github.com/sebastianbergmann/complexity",
1065            "support": {
1066                "issues": "https://github.com/sebastianbergmann/complexity/issues",
1067                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
1068            },
1069            "funding": [
1070                {
1071                    "url": "https://github.com/sebastianbergmann",
1072                    "type": "github"
1073                }
1074            ],
1075            "time": "2020-10-26T15:52:27+00:00"
1076        },
1077        {
1078            "name": "sebastian/diff",
1079            "version": "4.0.4",
1080            "source": {
1081                "type": "git",
1082                "url": "https://github.com/sebastianbergmann/diff.git",
1083                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
1084            },
1085            "dist": {
1086                "type": "zip",
1087                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
1088                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
1089                "shasum": ""
1090            },
1091            "require": {
1092                "php": ">=7.3"
1093            },
1094            "require-dev": {
1095                "phpunit/phpunit": "^9.3",
1096                "symfony/process": "^4.2 || ^5"
1097            },
1098            "type": "library",
1099            "extra": {
1100                "branch-alias": {
1101                    "dev-master": "4.0-dev"
1102                }
1103            },
1104            "autoload": {
1105                "classmap": [
1106                    "src/"
1107                ]
1108            },
1109            "notification-url": "https://packagist.org/downloads/",
1110            "license": [
1111                "BSD-3-Clause"
1112            ],
1113            "authors": [
1114                {
1115                    "name": "Sebastian Bergmann",
1116                    "email": "sebastian@phpunit.de"
1117                },
1118                {
1119                    "name": "Kore Nordmann",
1120                    "email": "mail@kore-nordmann.de"
1121                }
1122            ],
1123            "description": "Diff implementation",
1124            "homepage": "https://github.com/sebastianbergmann/diff",
1125            "keywords": [
1126                "diff",
1127                "udiff",
1128                "unidiff",
1129                "unified diff"
1130            ],
1131            "support": {
1132                "issues": "https://github.com/sebastianbergmann/diff/issues",
1133                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
1134            },
1135            "funding": [
1136                {
1137                    "url": "https://github.com/sebastianbergmann",
1138                    "type": "github"
1139                }
1140            ],
1141            "time": "2020-10-26T13:10:38+00:00"
1142        },
1143        {
1144            "name": "sebastian/environment",
1145            "version": "5.1.4",
1146            "source": {
1147                "type": "git",
1148                "url": "https://github.com/sebastianbergmann/environment.git",
1149                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
1150            },
1151            "dist": {
1152                "type": "zip",
1153                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
1154                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
1155                "shasum": ""
1156            },
1157            "require": {
1158                "php": ">=7.3"
1159            },
1160            "require-dev": {
1161                "phpunit/phpunit": "^9.3"
1162            },
1163            "suggest": {
1164                "ext-posix": "*"
1165            },
1166            "type": "library",
1167            "extra": {
1168                "branch-alias": {
1169                    "dev-master": "5.1-dev"
1170                }
1171            },
1172            "autoload": {
1173                "classmap": [
1174                    "src/"
1175                ]
1176            },
1177            "notification-url": "https://packagist.org/downloads/",
1178            "license": [
1179                "BSD-3-Clause"
1180            ],
1181            "authors": [
1182                {
1183                    "name": "Sebastian Bergmann",
1184                    "email": "sebastian@phpunit.de"
1185                }
1186            ],
1187            "description": "Provides functionality to handle HHVM/PHP environments",
1188            "homepage": "http://www.github.com/sebastianbergmann/environment",
1189            "keywords": [
1190                "Xdebug",
1191                "environment",
1192                "hhvm"
1193            ],
1194            "support": {
1195                "issues": "https://github.com/sebastianbergmann/environment/issues",
1196                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
1197            },
1198            "funding": [
1199                {
1200                    "url": "https://github.com/sebastianbergmann",
1201                    "type": "github"
1202                }
1203            ],
1204            "time": "2022-04-03T09:37:03+00:00"
1205        },
1206        {
1207            "name": "sebastian/exporter",
1208            "version": "4.0.5",
1209            "source": {
1210                "type": "git",
1211                "url": "https://github.com/sebastianbergmann/exporter.git",
1212                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
1213            },
1214            "dist": {
1215                "type": "zip",
1216                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1217                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
1218                "shasum": ""
1219            },
1220            "require": {
1221                "php": ">=7.3",
1222                "sebastian/recursion-context": "^4.0"
1223            },
1224            "require-dev": {
1225                "ext-mbstring": "*",
1226                "phpunit/phpunit": "^9.3"
1227            },
1228            "type": "library",
1229            "extra": {
1230                "branch-alias": {
1231                    "dev-master": "4.0-dev"
1232                }
1233            },
1234            "autoload": {
1235                "classmap": [
1236                    "src/"
1237                ]
1238            },
1239            "notification-url": "https://packagist.org/downloads/",
1240            "license": [
1241                "BSD-3-Clause"
1242            ],
1243            "authors": [
1244                {
1245                    "name": "Sebastian Bergmann",
1246                    "email": "sebastian@phpunit.de"
1247                },
1248                {
1249                    "name": "Jeff Welch",
1250                    "email": "whatthejeff@gmail.com"
1251                },
1252                {
1253                    "name": "Volker Dusch",
1254                    "email": "github@wallbash.com"
1255                },
1256                {
1257                    "name": "Adam Harvey",
1258                    "email": "aharvey@php.net"
1259                },
1260                {
1261                    "name": "Bernhard Schussek",
1262                    "email": "bschussek@gmail.com"
1263                }
1264            ],
1265            "description": "Provides the functionality to export PHP variables for visualization",
1266            "homepage": "https://www.github.com/sebastianbergmann/exporter",
1267            "keywords": [
1268                "export",
1269                "exporter"
1270            ],
1271            "support": {
1272                "issues": "https://github.com/sebastianbergmann/exporter/issues",
1273                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
1274            },
1275            "funding": [
1276                {
1277                    "url": "https://github.com/sebastianbergmann",
1278                    "type": "github"
1279                }
1280            ],
1281            "time": "2022-09-14T06:03:37+00:00"
1282        },
1283        {
1284            "name": "sebastian/global-state",
1285            "version": "5.0.5",
1286            "source": {
1287                "type": "git",
1288                "url": "https://github.com/sebastianbergmann/global-state.git",
1289                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
1290            },
1291            "dist": {
1292                "type": "zip",
1293                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
1294                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
1295                "shasum": ""
1296            },
1297            "require": {
1298                "php": ">=7.3",
1299                "sebastian/object-reflector": "^2.0",
1300                "sebastian/recursion-context": "^4.0"
1301            },
1302            "require-dev": {
1303                "ext-dom": "*",
1304                "phpunit/phpunit": "^9.3"
1305            },
1306            "suggest": {
1307                "ext-uopz": "*"
1308            },
1309            "type": "library",
1310            "extra": {
1311                "branch-alias": {
1312                    "dev-master": "5.0-dev"
1313                }
1314            },
1315            "autoload": {
1316                "classmap": [
1317                    "src/"
1318                ]
1319            },
1320            "notification-url": "https://packagist.org/downloads/",
1321            "license": [
1322                "BSD-3-Clause"
1323            ],
1324            "authors": [
1325                {
1326                    "name": "Sebastian Bergmann",
1327                    "email": "sebastian@phpunit.de"
1328                }
1329            ],
1330            "description": "Snapshotting of global state",
1331            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1332            "keywords": [
1333                "global state"
1334            ],
1335            "support": {
1336                "issues": "https://github.com/sebastianbergmann/global-state/issues",
1337                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
1338            },
1339            "funding": [
1340                {
1341                    "url": "https://github.com/sebastianbergmann",
1342                    "type": "github"
1343                }
1344            ],
1345            "time": "2022-02-14T08:28:10+00:00"
1346        },
1347        {
1348            "name": "sebastian/lines-of-code",
1349            "version": "1.0.3",
1350            "source": {
1351                "type": "git",
1352                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1353                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
1354            },
1355            "dist": {
1356                "type": "zip",
1357                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
1358                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
1359                "shasum": ""
1360            },
1361            "require": {
1362                "nikic/php-parser": "^4.6",
1363                "php": ">=7.3"
1364            },
1365            "require-dev": {
1366                "phpunit/phpunit": "^9.3"
1367            },
1368            "type": "library",
1369            "extra": {
1370                "branch-alias": {
1371                    "dev-master": "1.0-dev"
1372                }
1373            },
1374            "autoload": {
1375                "classmap": [
1376                    "src/"
1377                ]
1378            },
1379            "notification-url": "https://packagist.org/downloads/",
1380            "license": [
1381                "BSD-3-Clause"
1382            ],
1383            "authors": [
1384                {
1385                    "name": "Sebastian Bergmann",
1386                    "email": "sebastian@phpunit.de",
1387                    "role": "lead"
1388                }
1389            ],
1390            "description": "Library for counting the lines of code in PHP source code",
1391            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1392            "support": {
1393                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1394                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
1395            },
1396            "funding": [
1397                {
1398                    "url": "https://github.com/sebastianbergmann",
1399                    "type": "github"
1400                }
1401            ],
1402            "time": "2020-11-28T06:42:11+00:00"
1403        },
1404        {
1405            "name": "sebastian/object-enumerator",
1406            "version": "4.0.4",
1407            "source": {
1408                "type": "git",
1409                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
1410                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
1411            },
1412            "dist": {
1413                "type": "zip",
1414                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
1415                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
1416                "shasum": ""
1417            },
1418            "require": {
1419                "php": ">=7.3",
1420                "sebastian/object-reflector": "^2.0",
1421                "sebastian/recursion-context": "^4.0"
1422            },
1423            "require-dev": {
1424                "phpunit/phpunit": "^9.3"
1425            },
1426            "type": "library",
1427            "extra": {
1428                "branch-alias": {
1429                    "dev-master": "4.0-dev"
1430                }
1431            },
1432            "autoload": {
1433                "classmap": [
1434                    "src/"
1435                ]
1436            },
1437            "notification-url": "https://packagist.org/downloads/",
1438            "license": [
1439                "BSD-3-Clause"
1440            ],
1441            "authors": [
1442                {
1443                    "name": "Sebastian Bergmann",
1444                    "email": "sebastian@phpunit.de"
1445                }
1446            ],
1447            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1448            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
1449            "support": {
1450                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
1451                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
1452            },
1453            "funding": [
1454                {
1455                    "url": "https://github.com/sebastianbergmann",
1456                    "type": "github"
1457                }
1458            ],
1459            "time": "2020-10-26T13:12:34+00:00"
1460        },
1461        {
1462            "name": "sebastian/object-reflector",
1463            "version": "2.0.4",
1464            "source": {
1465                "type": "git",
1466                "url": "https://github.com/sebastianbergmann/object-reflector.git",
1467                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
1468            },
1469            "dist": {
1470                "type": "zip",
1471                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1472                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
1473                "shasum": ""
1474            },
1475            "require": {
1476                "php": ">=7.3"
1477            },
1478            "require-dev": {
1479                "phpunit/phpunit": "^9.3"
1480            },
1481            "type": "library",
1482            "extra": {
1483                "branch-alias": {
1484                    "dev-master": "2.0-dev"
1485                }
1486            },
1487            "autoload": {
1488                "classmap": [
1489                    "src/"
1490                ]
1491            },
1492            "notification-url": "https://packagist.org/downloads/",
1493            "license": [
1494                "BSD-3-Clause"
1495            ],
1496            "authors": [
1497                {
1498                    "name": "Sebastian Bergmann",
1499                    "email": "sebastian@phpunit.de"
1500                }
1501            ],
1502            "description": "Allows reflection of object attributes, including inherited and non-public ones",
1503            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1504            "support": {
1505                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1506                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
1507            },
1508            "funding": [
1509                {
1510                    "url": "https://github.com/sebastianbergmann",
1511                    "type": "github"
1512                }
1513            ],
1514            "time": "2020-10-26T13:14:26+00:00"
1515        },
1516        {
1517            "name": "sebastian/recursion-context",
1518            "version": "4.0.4",
1519            "source": {
1520                "type": "git",
1521                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1522                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
1523            },
1524            "dist": {
1525                "type": "zip",
1526                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
1527                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
1528                "shasum": ""
1529            },
1530            "require": {
1531                "php": ">=7.3"
1532            },
1533            "require-dev": {
1534                "phpunit/phpunit": "^9.3"
1535            },
1536            "type": "library",
1537            "extra": {
1538                "branch-alias": {
1539                    "dev-master": "4.0-dev"
1540                }
1541            },
1542            "autoload": {
1543                "classmap": [
1544                    "src/"
1545                ]
1546            },
1547            "notification-url": "https://packagist.org/downloads/",
1548            "license": [
1549                "BSD-3-Clause"
1550            ],
1551            "authors": [
1552                {
1553                    "name": "Sebastian Bergmann",
1554                    "email": "sebastian@phpunit.de"
1555                },
1556                {
1557                    "name": "Jeff Welch",
1558                    "email": "whatthejeff@gmail.com"
1559                },
1560                {
1561                    "name": "Adam Harvey",
1562                    "email": "aharvey@php.net"
1563                }
1564            ],
1565            "description": "Provides functionality to recursively process PHP variables",
1566            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1567            "support": {
1568                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
1569                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
1570            },
1571            "funding": [
1572                {
1573                    "url": "https://github.com/sebastianbergmann",
1574                    "type": "github"
1575                }
1576            ],
1577            "time": "2020-10-26T13:17:30+00:00"
1578        },
1579        {
1580            "name": "sebastian/resource-operations",
1581            "version": "3.0.3",
1582            "source": {
1583                "type": "git",
1584                "url": "https://github.com/sebastianbergmann/resource-operations.git",
1585                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
1586            },
1587            "dist": {
1588                "type": "zip",
1589                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
1590                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
1591                "shasum": ""
1592            },
1593            "require": {
1594                "php": ">=7.3"
1595            },
1596            "require-dev": {
1597                "phpunit/phpunit": "^9.0"
1598            },
1599            "type": "library",
1600            "extra": {
1601                "branch-alias": {
1602                    "dev-master": "3.0-dev"
1603                }
1604            },
1605            "autoload": {
1606                "classmap": [
1607                    "src/"
1608                ]
1609            },
1610            "notification-url": "https://packagist.org/downloads/",
1611            "license": [
1612                "BSD-3-Clause"
1613            ],
1614            "authors": [
1615                {
1616                    "name": "Sebastian Bergmann",
1617                    "email": "sebastian@phpunit.de"
1618                }
1619            ],
1620            "description": "Provides a list of PHP built-in functions that operate on resources",
1621            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1622            "support": {
1623                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
1624                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
1625            },
1626            "funding": [
1627                {
1628                    "url": "https://github.com/sebastianbergmann",
1629                    "type": "github"
1630                }
1631            ],
1632            "time": "2020-09-28T06:45:17+00:00"
1633        },
1634        {
1635            "name": "sebastian/type",
1636            "version": "3.2.0",
1637            "source": {
1638                "type": "git",
1639                "url": "https://github.com/sebastianbergmann/type.git",
1640                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
1641            },
1642            "dist": {
1643                "type": "zip",
1644                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
1645                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
1646                "shasum": ""
1647            },
1648            "require": {
1649                "php": ">=7.3"
1650            },
1651            "require-dev": {
1652                "phpunit/phpunit": "^9.5"
1653            },
1654            "type": "library",
1655            "extra": {
1656                "branch-alias": {
1657                    "dev-master": "3.2-dev"
1658                }
1659            },
1660            "autoload": {
1661                "classmap": [
1662                    "src/"
1663                ]
1664            },
1665            "notification-url": "https://packagist.org/downloads/",
1666            "license": [
1667                "BSD-3-Clause"
1668            ],
1669            "authors": [
1670                {
1671                    "name": "Sebastian Bergmann",
1672                    "email": "sebastian@phpunit.de",
1673                    "role": "lead"
1674                }
1675            ],
1676            "description": "Collection of value objects that represent the types of the PHP type system",
1677            "homepage": "https://github.com/sebastianbergmann/type",
1678            "support": {
1679                "issues": "https://github.com/sebastianbergmann/type/issues",
1680                "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
1681            },
1682            "funding": [
1683                {
1684                    "url": "https://github.com/sebastianbergmann",
1685                    "type": "github"
1686                }
1687            ],
1688            "time": "2022-09-12T14:47:03+00:00"
1689        },
1690        {
1691            "name": "sebastian/version",
1692            "version": "3.0.2",
1693            "source": {
1694                "type": "git",
1695                "url": "https://github.com/sebastianbergmann/version.git",
1696                "reference": "c6c1022351a901512170118436c764e473f6de8c"
1697            },
1698            "dist": {
1699                "type": "zip",
1700                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
1701                "reference": "c6c1022351a901512170118436c764e473f6de8c",
1702                "shasum": ""
1703            },
1704            "require": {
1705                "php": ">=7.3"
1706            },
1707            "type": "library",
1708            "extra": {
1709                "branch-alias": {
1710                    "dev-master": "3.0-dev"
1711                }
1712            },
1713            "autoload": {
1714                "classmap": [
1715                    "src/"
1716                ]
1717            },
1718            "notification-url": "https://packagist.org/downloads/",
1719            "license": [
1720                "BSD-3-Clause"
1721            ],
1722            "authors": [
1723                {
1724                    "name": "Sebastian Bergmann",
1725                    "email": "sebastian@phpunit.de",
1726                    "role": "lead"
1727                }
1728            ],
1729            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1730            "homepage": "https://github.com/sebastianbergmann/version",
1731            "support": {
1732                "issues": "https://github.com/sebastianbergmann/version/issues",
1733                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
1734            },
1735            "funding": [
1736                {
1737                    "url": "https://github.com/sebastianbergmann",
1738                    "type": "github"
1739                }
1740            ],
1741            "time": "2020-09-28T06:39:44+00:00"
1742        },
1743        {
1744            "name": "theseer/tokenizer",
1745            "version": "1.2.1",
1746            "source": {
1747                "type": "git",
1748                "url": "https://github.com/theseer/tokenizer.git",
1749                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
1750            },
1751            "dist": {
1752                "type": "zip",
1753                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
1754                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
1755                "shasum": ""
1756            },
1757            "require": {
1758                "ext-dom": "*",
1759                "ext-tokenizer": "*",
1760                "ext-xmlwriter": "*",
1761                "php": "^7.2 || ^8.0"
1762            },
1763            "type": "library",
1764            "autoload": {
1765                "classmap": [
1766                    "src/"
1767                ]
1768            },
1769            "notification-url": "https://packagist.org/downloads/",
1770            "license": [
1771                "BSD-3-Clause"
1772            ],
1773            "authors": [
1774                {
1775                    "name": "Arne Blankerts",
1776                    "email": "arne@blankerts.de",
1777                    "role": "Developer"
1778                }
1779            ],
1780            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
1781            "support": {
1782                "issues": "https://github.com/theseer/tokenizer/issues",
1783                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
1784            },
1785            "funding": [
1786                {
1787                    "url": "https://github.com/theseer",
1788                    "type": "github"
1789                }
1790            ],
1791            "time": "2021-07-28T10:34:58+00:00"
1792        }
1793    ],
1794    "aliases": [],
1795    "minimum-stability": "stable",
1796    "stability-flags": [],
1797    "prefer-stable": false,
1798    "prefer-lowest": false,
1799    "platform": [],
1800    "platform-dev": [],
1801    "plugin-api-version": "2.3.0"
1802}
1803