PluginProbe
ووسلام – همگام سازی ووکامرس و باسلام / 1.10.5
ووسلام – همگام سازی ووکامرس و باسلام v1.10.5
1.10.19 1.10.20 1.10.18 1.10.17 1.10.15 1.10.14 1.10.13 1.10.12 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.2 1.9.1 1.9.0 1.8.8 1.8.5 1.8.6 All 53 releases
sync-basalam / vendor / composer / installed.json

installed.json in ووسلام – همگام سازی ووکامرس و باسلام 1.10.5, at vendor/composer/installed.json

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