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