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": "51f7af207f2db0d57a6e749c90fc8a2a",
8 "packages": [
9 {
10 "name": "composer/pcre",
11 "version": "3.1.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/composer/pcre.git",
15 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
20 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^7.4 || ^8.0"
25 },
26 "require-dev": {
27 "phpstan/phpstan": "^1.3",
28 "phpstan/phpstan-strict-rules": "^1.1",
29 "symfony/phpunit-bridge": "^5"
30 },
31 "type": "library",
32 "extra": {
33 "branch-alias": {
34 "dev-main": "3.x-dev"
35 }
36 },
37 "autoload": {
38 "psr-4": {
39 "Composer\\Pcre\\": "src"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "authors": [
47 {
48 "name": "Jordi Boggiano",
49 "email": "j.boggiano@seld.be",
50 "homepage": "http://seld.be"
51 }
52 ],
53 "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
54 "keywords": [
55 "PCRE",
56 "preg",
57 "regex",
58 "regular expression"
59 ],
60 "support": {
61 "issues": "https://github.com/composer/pcre/issues",
62 "source": "https://github.com/composer/pcre/tree/3.1.1"
63 },
64 "funding": [
65 {
66 "url": "https://packagist.com",
67 "type": "custom"
68 },
69 {
70 "url": "https://github.com/composer",
71 "type": "github"
72 },
73 {
74 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
75 "type": "tidelift"
76 }
77 ],
78 "time": "2023-10-11T07:11:09+00:00"
79 },
80 {
81 "name": "composer/semver",
82 "version": "3.4.0",
83 "source": {
84 "type": "git",
85 "url": "https://github.com/composer/semver.git",
86 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
87 },
88 "dist": {
89 "type": "zip",
90 "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
91 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
92 "shasum": ""
93 },
94 "require": {
95 "php": "^5.3.2 || ^7.0 || ^8.0"
96 },
97 "require-dev": {
98 "phpstan/phpstan": "^1.4",
99 "symfony/phpunit-bridge": "^4.2 || ^5"
100 },
101 "type": "library",
102 "extra": {
103 "branch-alias": {
104 "dev-main": "3.x-dev"
105 }
106 },
107 "autoload": {
108 "psr-4": {
109 "Composer\\Semver\\": "src"
110 }
111 },
112 "notification-url": "https://packagist.org/downloads/",
113 "license": [
114 "MIT"
115 ],
116 "authors": [
117 {
118 "name": "Nils Adermann",
119 "email": "naderman@naderman.de",
120 "homepage": "http://www.naderman.de"
121 },
122 {
123 "name": "Jordi Boggiano",
124 "email": "j.boggiano@seld.be",
125 "homepage": "http://seld.be"
126 },
127 {
128 "name": "Rob Bast",
129 "email": "rob.bast@gmail.com",
130 "homepage": "http://robbast.nl"
131 }
132 ],
133 "description": "Semver library that offers utilities, version constraint parsing and validation.",
134 "keywords": [
135 "semantic",
136 "semver",
137 "validation",
138 "versioning"
139 ],
140 "support": {
141 "irc": "ircs://irc.libera.chat:6697/composer",
142 "issues": "https://github.com/composer/semver/issues",
143 "source": "https://github.com/composer/semver/tree/3.4.0"
144 },
145 "funding": [
146 {
147 "url": "https://packagist.com",
148 "type": "custom"
149 },
150 {
151 "url": "https://github.com/composer",
152 "type": "github"
153 },
154 {
155 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
156 "type": "tidelift"
157 }
158 ],
159 "time": "2023-08-31T09:50:34+00:00"
160 },
161 {
162 "name": "composer/xdebug-handler",
163 "version": "3.0.3",
164 "source": {
165 "type": "git",
166 "url": "https://github.com/composer/xdebug-handler.git",
167 "reference": "ced299686f41dce890debac69273b47ffe98a40c"
168 },
169 "dist": {
170 "type": "zip",
171 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
172 "reference": "ced299686f41dce890debac69273b47ffe98a40c",
173 "shasum": ""
174 },
175 "require": {
176 "composer/pcre": "^1 || ^2 || ^3",
177 "php": "^7.2.5 || ^8.0",
178 "psr/log": "^1 || ^2 || ^3"
179 },
180 "require-dev": {
181 "phpstan/phpstan": "^1.0",
182 "phpstan/phpstan-strict-rules": "^1.1",
183 "symfony/phpunit-bridge": "^6.0"
184 },
185 "type": "library",
186 "autoload": {
187 "psr-4": {
188 "Composer\\XdebugHandler\\": "src"
189 }
190 },
191 "notification-url": "https://packagist.org/downloads/",
192 "license": [
193 "MIT"
194 ],
195 "authors": [
196 {
197 "name": "John Stevenson",
198 "email": "john-stevenson@blueyonder.co.uk"
199 }
200 ],
201 "description": "Restarts a process without Xdebug.",
202 "keywords": [
203 "Xdebug",
204 "performance"
205 ],
206 "support": {
207 "irc": "irc://irc.freenode.org/composer",
208 "issues": "https://github.com/composer/xdebug-handler/issues",
209 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
210 },
211 "funding": [
212 {
213 "url": "https://packagist.com",
214 "type": "custom"
215 },
216 {
217 "url": "https://github.com/composer",
218 "type": "github"
219 },
220 {
221 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
222 "type": "tidelift"
223 }
224 ],
225 "time": "2022-02-25T21:32:43+00:00"
226 },
227 {
228 "name": "psr/container",
229 "version": "2.0.2",
230 "source": {
231 "type": "git",
232 "url": "https://github.com/php-fig/container.git",
233 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
234 },
235 "dist": {
236 "type": "zip",
237 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
238 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
239 "shasum": ""
240 },
241 "require": {
242 "php": ">=7.4.0"
243 },
244 "type": "library",
245 "extra": {
246 "branch-alias": {
247 "dev-master": "2.0.x-dev"
248 }
249 },
250 "autoload": {
251 "psr-4": {
252 "Psr\\Container\\": "src/"
253 }
254 },
255 "notification-url": "https://packagist.org/downloads/",
256 "license": [
257 "MIT"
258 ],
259 "authors": [
260 {
261 "name": "PHP-FIG",
262 "homepage": "https://www.php-fig.org/"
263 }
264 ],
265 "description": "Common Container Interface (PHP FIG PSR-11)",
266 "homepage": "https://github.com/php-fig/container",
267 "keywords": [
268 "PSR-11",
269 "container",
270 "container-interface",
271 "container-interop",
272 "psr"
273 ],
274 "support": {
275 "issues": "https://github.com/php-fig/container/issues",
276 "source": "https://github.com/php-fig/container/tree/2.0.2"
277 },
278 "time": "2021-11-05T16:47:00+00:00"
279 },
280 {
281 "name": "psr/event-dispatcher",
282 "version": "1.0.0",
283 "source": {
284 "type": "git",
285 "url": "https://github.com/php-fig/event-dispatcher.git",
286 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
287 },
288 "dist": {
289 "type": "zip",
290 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
291 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
292 "shasum": ""
293 },
294 "require": {
295 "php": ">=7.2.0"
296 },
297 "type": "library",
298 "extra": {
299 "branch-alias": {
300 "dev-master": "1.0.x-dev"
301 }
302 },
303 "autoload": {
304 "psr-4": {
305 "Psr\\EventDispatcher\\": "src/"
306 }
307 },
308 "notification-url": "https://packagist.org/downloads/",
309 "license": [
310 "MIT"
311 ],
312 "authors": [
313 {
314 "name": "PHP-FIG",
315 "homepage": "http://www.php-fig.org/"
316 }
317 ],
318 "description": "Standard interfaces for event handling.",
319 "keywords": [
320 "events",
321 "psr",
322 "psr-14"
323 ],
324 "support": {
325 "issues": "https://github.com/php-fig/event-dispatcher/issues",
326 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
327 },
328 "time": "2019-01-08T18:20:26+00:00"
329 },
330 {
331 "name": "psr/log",
332 "version": "2.0.0",
333 "source": {
334 "type": "git",
335 "url": "https://github.com/php-fig/log.git",
336 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
337 },
338 "dist": {
339 "type": "zip",
340 "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
341 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
342 "shasum": ""
343 },
344 "require": {
345 "php": ">=8.0.0"
346 },
347 "type": "library",
348 "extra": {
349 "branch-alias": {
350 "dev-master": "2.0.x-dev"
351 }
352 },
353 "autoload": {
354 "psr-4": {
355 "Psr\\Log\\": "src"
356 }
357 },
358 "notification-url": "https://packagist.org/downloads/",
359 "license": [
360 "MIT"
361 ],
362 "authors": [
363 {
364 "name": "PHP-FIG",
365 "homepage": "https://www.php-fig.org/"
366 }
367 ],
368 "description": "Common interface for logging libraries",
369 "homepage": "https://github.com/php-fig/log",
370 "keywords": [
371 "log",
372 "psr",
373 "psr-3"
374 ],
375 "support": {
376 "source": "https://github.com/php-fig/log/tree/2.0.0"
377 },
378 "time": "2021-07-14T16:41:46+00:00"
379 },
380 {
381 "name": "sebastian/diff",
382 "version": "5.1.0",
383 "source": {
384 "type": "git",
385 "url": "https://github.com/sebastianbergmann/diff.git",
386 "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f"
387 },
388 "dist": {
389 "type": "zip",
390 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
391 "reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
392 "shasum": ""
393 },
394 "require": {
395 "php": ">=8.1"
396 },
397 "require-dev": {
398 "phpunit/phpunit": "^10.0",
399 "symfony/process": "^4.2 || ^5"
400 },
401 "type": "library",
402 "extra": {
403 "branch-alias": {
404 "dev-main": "5.1-dev"
405 }
406 },
407 "autoload": {
408 "classmap": [
409 "src/"
410 ]
411 },
412 "notification-url": "https://packagist.org/downloads/",
413 "license": [
414 "BSD-3-Clause"
415 ],
416 "authors": [
417 {
418 "name": "Sebastian Bergmann",
419 "email": "sebastian@phpunit.de"
420 },
421 {
422 "name": "Kore Nordmann",
423 "email": "mail@kore-nordmann.de"
424 }
425 ],
426 "description": "Diff implementation",
427 "homepage": "https://github.com/sebastianbergmann/diff",
428 "keywords": [
429 "diff",
430 "udiff",
431 "unidiff",
432 "unified diff"
433 ],
434 "support": {
435 "issues": "https://github.com/sebastianbergmann/diff/issues",
436 "security": "https://github.com/sebastianbergmann/diff/security/policy",
437 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.0"
438 },
439 "funding": [
440 {
441 "url": "https://github.com/sebastianbergmann",
442 "type": "github"
443 }
444 ],
445 "time": "2023-12-22T10:55:06+00:00"
446 },
447 {
448 "name": "symfony/console",
449 "version": "v6.4.4",
450 "source": {
451 "type": "git",
452 "url": "https://github.com/symfony/console.git",
453 "reference": "0d9e4eb5ad413075624378f474c4167ea202de78"
454 },
455 "dist": {
456 "type": "zip",
457 "url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78",
458 "reference": "0d9e4eb5ad413075624378f474c4167ea202de78",
459 "shasum": ""
460 },
461 "require": {
462 "php": ">=8.1",
463 "symfony/deprecation-contracts": "^2.5|^3",
464 "symfony/polyfill-mbstring": "~1.0",
465 "symfony/service-contracts": "^2.5|^3",
466 "symfony/string": "^5.4|^6.0|^7.0"
467 },
468 "conflict": {
469 "symfony/dependency-injection": "<5.4",
470 "symfony/dotenv": "<5.4",
471 "symfony/event-dispatcher": "<5.4",
472 "symfony/lock": "<5.4",
473 "symfony/process": "<5.4"
474 },
475 "provide": {
476 "psr/log-implementation": "1.0|2.0|3.0"
477 },
478 "require-dev": {
479 "psr/log": "^1|^2|^3",
480 "symfony/config": "^5.4|^6.0|^7.0",
481 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
482 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
483 "symfony/http-foundation": "^6.4|^7.0",
484 "symfony/http-kernel": "^6.4|^7.0",
485 "symfony/lock": "^5.4|^6.0|^7.0",
486 "symfony/messenger": "^5.4|^6.0|^7.0",
487 "symfony/process": "^5.4|^6.0|^7.0",
488 "symfony/stopwatch": "^5.4|^6.0|^7.0",
489 "symfony/var-dumper": "^5.4|^6.0|^7.0"
490 },
491 "type": "library",
492 "autoload": {
493 "psr-4": {
494 "Symfony\\Component\\Console\\": ""
495 },
496 "exclude-from-classmap": [
497 "/Tests/"
498 ]
499 },
500 "notification-url": "https://packagist.org/downloads/",
501 "license": [
502 "MIT"
503 ],
504 "authors": [
505 {
506 "name": "Fabien Potencier",
507 "email": "fabien@symfony.com"
508 },
509 {
510 "name": "Symfony Community",
511 "homepage": "https://symfony.com/contributors"
512 }
513 ],
514 "description": "Eases the creation of beautiful and testable command line interfaces",
515 "homepage": "https://symfony.com",
516 "keywords": [
517 "cli",
518 "command-line",
519 "console",
520 "terminal"
521 ],
522 "support": {
523 "source": "https://github.com/symfony/console/tree/v6.4.4"
524 },
525 "funding": [
526 {
527 "url": "https://symfony.com/sponsor",
528 "type": "custom"
529 },
530 {
531 "url": "https://github.com/fabpot",
532 "type": "github"
533 },
534 {
535 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
536 "type": "tidelift"
537 }
538 ],
539 "time": "2024-02-22T20:27:10+00:00"
540 },
541 {
542 "name": "symfony/deprecation-contracts",
543 "version": "v3.4.0",
544 "source": {
545 "type": "git",
546 "url": "https://github.com/symfony/deprecation-contracts.git",
547 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
548 },
549 "dist": {
550 "type": "zip",
551 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
552 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
553 "shasum": ""
554 },
555 "require": {
556 "php": ">=8.1"
557 },
558 "type": "library",
559 "extra": {
560 "branch-alias": {
561 "dev-main": "3.4-dev"
562 },
563 "thanks": {
564 "name": "symfony/contracts",
565 "url": "https://github.com/symfony/contracts"
566 }
567 },
568 "autoload": {
569 "files": [
570 "function.php"
571 ]
572 },
573 "notification-url": "https://packagist.org/downloads/",
574 "license": [
575 "MIT"
576 ],
577 "authors": [
578 {
579 "name": "Nicolas Grekas",
580 "email": "p@tchwork.com"
581 },
582 {
583 "name": "Symfony Community",
584 "homepage": "https://symfony.com/contributors"
585 }
586 ],
587 "description": "A generic function and convention to trigger deprecation notices",
588 "homepage": "https://symfony.com",
589 "support": {
590 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
591 },
592 "funding": [
593 {
594 "url": "https://symfony.com/sponsor",
595 "type": "custom"
596 },
597 {
598 "url": "https://github.com/fabpot",
599 "type": "github"
600 },
601 {
602 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
603 "type": "tidelift"
604 }
605 ],
606 "time": "2023-05-23T14:45:45+00:00"
607 },
608 {
609 "name": "symfony/event-dispatcher",
610 "version": "v6.4.3",
611 "source": {
612 "type": "git",
613 "url": "https://github.com/symfony/event-dispatcher.git",
614 "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef"
615 },
616 "dist": {
617 "type": "zip",
618 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
619 "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
620 "shasum": ""
621 },
622 "require": {
623 "php": ">=8.1",
624 "symfony/event-dispatcher-contracts": "^2.5|^3"
625 },
626 "conflict": {
627 "symfony/dependency-injection": "<5.4",
628 "symfony/service-contracts": "<2.5"
629 },
630 "provide": {
631 "psr/event-dispatcher-implementation": "1.0",
632 "symfony/event-dispatcher-implementation": "2.0|3.0"
633 },
634 "require-dev": {
635 "psr/log": "^1|^2|^3",
636 "symfony/config": "^5.4|^6.0|^7.0",
637 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
638 "symfony/error-handler": "^5.4|^6.0|^7.0",
639 "symfony/expression-language": "^5.4|^6.0|^7.0",
640 "symfony/http-foundation": "^5.4|^6.0|^7.0",
641 "symfony/service-contracts": "^2.5|^3",
642 "symfony/stopwatch": "^5.4|^6.0|^7.0"
643 },
644 "type": "library",
645 "autoload": {
646 "psr-4": {
647 "Symfony\\Component\\EventDispatcher\\": ""
648 },
649 "exclude-from-classmap": [
650 "/Tests/"
651 ]
652 },
653 "notification-url": "https://packagist.org/downloads/",
654 "license": [
655 "MIT"
656 ],
657 "authors": [
658 {
659 "name": "Fabien Potencier",
660 "email": "fabien@symfony.com"
661 },
662 {
663 "name": "Symfony Community",
664 "homepage": "https://symfony.com/contributors"
665 }
666 ],
667 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
668 "homepage": "https://symfony.com",
669 "support": {
670 "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3"
671 },
672 "funding": [
673 {
674 "url": "https://symfony.com/sponsor",
675 "type": "custom"
676 },
677 {
678 "url": "https://github.com/fabpot",
679 "type": "github"
680 },
681 {
682 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
683 "type": "tidelift"
684 }
685 ],
686 "time": "2024-01-23T14:51:35+00:00"
687 },
688 {
689 "name": "symfony/event-dispatcher-contracts",
690 "version": "v3.4.0",
691 "source": {
692 "type": "git",
693 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
694 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
695 },
696 "dist": {
697 "type": "zip",
698 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
699 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
700 "shasum": ""
701 },
702 "require": {
703 "php": ">=8.1",
704 "psr/event-dispatcher": "^1"
705 },
706 "type": "library",
707 "extra": {
708 "branch-alias": {
709 "dev-main": "3.4-dev"
710 },
711 "thanks": {
712 "name": "symfony/contracts",
713 "url": "https://github.com/symfony/contracts"
714 }
715 },
716 "autoload": {
717 "psr-4": {
718 "Symfony\\Contracts\\EventDispatcher\\": ""
719 }
720 },
721 "notification-url": "https://packagist.org/downloads/",
722 "license": [
723 "MIT"
724 ],
725 "authors": [
726 {
727 "name": "Nicolas Grekas",
728 "email": "p@tchwork.com"
729 },
730 {
731 "name": "Symfony Community",
732 "homepage": "https://symfony.com/contributors"
733 }
734 ],
735 "description": "Generic abstractions related to dispatching event",
736 "homepage": "https://symfony.com",
737 "keywords": [
738 "abstractions",
739 "contracts",
740 "decoupling",
741 "interfaces",
742 "interoperability",
743 "standards"
744 ],
745 "support": {
746 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
747 },
748 "funding": [
749 {
750 "url": "https://symfony.com/sponsor",
751 "type": "custom"
752 },
753 {
754 "url": "https://github.com/fabpot",
755 "type": "github"
756 },
757 {
758 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
759 "type": "tidelift"
760 }
761 ],
762 "time": "2023-05-23T14:45:45+00:00"
763 },
764 {
765 "name": "symfony/filesystem",
766 "version": "v6.4.3",
767 "source": {
768 "type": "git",
769 "url": "https://github.com/symfony/filesystem.git",
770 "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb"
771 },
772 "dist": {
773 "type": "zip",
774 "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
775 "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
776 "shasum": ""
777 },
778 "require": {
779 "php": ">=8.1",
780 "symfony/polyfill-ctype": "~1.8",
781 "symfony/polyfill-mbstring": "~1.8"
782 },
783 "type": "library",
784 "autoload": {
785 "psr-4": {
786 "Symfony\\Component\\Filesystem\\": ""
787 },
788 "exclude-from-classmap": [
789 "/Tests/"
790 ]
791 },
792 "notification-url": "https://packagist.org/downloads/",
793 "license": [
794 "MIT"
795 ],
796 "authors": [
797 {
798 "name": "Fabien Potencier",
799 "email": "fabien@symfony.com"
800 },
801 {
802 "name": "Symfony Community",
803 "homepage": "https://symfony.com/contributors"
804 }
805 ],
806 "description": "Provides basic utilities for the filesystem",
807 "homepage": "https://symfony.com",
808 "support": {
809 "source": "https://github.com/symfony/filesystem/tree/v6.4.3"
810 },
811 "funding": [
812 {
813 "url": "https://symfony.com/sponsor",
814 "type": "custom"
815 },
816 {
817 "url": "https://github.com/fabpot",
818 "type": "github"
819 },
820 {
821 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
822 "type": "tidelift"
823 }
824 ],
825 "time": "2024-01-23T14:51:35+00:00"
826 },
827 {
828 "name": "symfony/finder",
829 "version": "v6.4.0",
830 "source": {
831 "type": "git",
832 "url": "https://github.com/symfony/finder.git",
833 "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
834 },
835 "dist": {
836 "type": "zip",
837 "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
838 "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
839 "shasum": ""
840 },
841 "require": {
842 "php": ">=8.1"
843 },
844 "require-dev": {
845 "symfony/filesystem": "^6.0|^7.0"
846 },
847 "type": "library",
848 "autoload": {
849 "psr-4": {
850 "Symfony\\Component\\Finder\\": ""
851 },
852 "exclude-from-classmap": [
853 "/Tests/"
854 ]
855 },
856 "notification-url": "https://packagist.org/downloads/",
857 "license": [
858 "MIT"
859 ],
860 "authors": [
861 {
862 "name": "Fabien Potencier",
863 "email": "fabien@symfony.com"
864 },
865 {
866 "name": "Symfony Community",
867 "homepage": "https://symfony.com/contributors"
868 }
869 ],
870 "description": "Finds files and directories via an intuitive fluent interface",
871 "homepage": "https://symfony.com",
872 "support": {
873 "source": "https://github.com/symfony/finder/tree/v6.4.0"
874 },
875 "funding": [
876 {
877 "url": "https://symfony.com/sponsor",
878 "type": "custom"
879 },
880 {
881 "url": "https://github.com/fabpot",
882 "type": "github"
883 },
884 {
885 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
886 "type": "tidelift"
887 }
888 ],
889 "time": "2023-10-31T17:30:12+00:00"
890 },
891 {
892 "name": "symfony/options-resolver",
893 "version": "v6.4.0",
894 "source": {
895 "type": "git",
896 "url": "https://github.com/symfony/options-resolver.git",
897 "reference": "22301f0e7fdeaacc14318928612dee79be99860e"
898 },
899 "dist": {
900 "type": "zip",
901 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/22301f0e7fdeaacc14318928612dee79be99860e",
902 "reference": "22301f0e7fdeaacc14318928612dee79be99860e",
903 "shasum": ""
904 },
905 "require": {
906 "php": ">=8.1",
907 "symfony/deprecation-contracts": "^2.5|^3"
908 },
909 "type": "library",
910 "autoload": {
911 "psr-4": {
912 "Symfony\\Component\\OptionsResolver\\": ""
913 },
914 "exclude-from-classmap": [
915 "/Tests/"
916 ]
917 },
918 "notification-url": "https://packagist.org/downloads/",
919 "license": [
920 "MIT"
921 ],
922 "authors": [
923 {
924 "name": "Fabien Potencier",
925 "email": "fabien@symfony.com"
926 },
927 {
928 "name": "Symfony Community",
929 "homepage": "https://symfony.com/contributors"
930 }
931 ],
932 "description": "Provides an improved replacement for the array_replace PHP function",
933 "homepage": "https://symfony.com",
934 "keywords": [
935 "config",
936 "configuration",
937 "options"
938 ],
939 "support": {
940 "source": "https://github.com/symfony/options-resolver/tree/v6.4.0"
941 },
942 "funding": [
943 {
944 "url": "https://symfony.com/sponsor",
945 "type": "custom"
946 },
947 {
948 "url": "https://github.com/fabpot",
949 "type": "github"
950 },
951 {
952 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
953 "type": "tidelift"
954 }
955 ],
956 "time": "2023-08-08T10:16:24+00:00"
957 },
958 {
959 "name": "symfony/polyfill-ctype",
960 "version": "v1.29.0",
961 "source": {
962 "type": "git",
963 "url": "https://github.com/symfony/polyfill-ctype.git",
964 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
965 },
966 "dist": {
967 "type": "zip",
968 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
969 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
970 "shasum": ""
971 },
972 "require": {
973 "php": ">=7.1"
974 },
975 "provide": {
976 "ext-ctype": "*"
977 },
978 "suggest": {
979 "ext-ctype": "For best performance"
980 },
981 "type": "library",
982 "extra": {
983 "thanks": {
984 "name": "symfony/polyfill",
985 "url": "https://github.com/symfony/polyfill"
986 }
987 },
988 "autoload": {
989 "files": [
990 "bootstrap.php"
991 ],
992 "psr-4": {
993 "Symfony\\Polyfill\\Ctype\\": ""
994 }
995 },
996 "notification-url": "https://packagist.org/downloads/",
997 "license": [
998 "MIT"
999 ],
1000 "authors": [
1001 {
1002 "name": "Gert de Pagter",
1003 "email": "BackEndTea@gmail.com"
1004 },
1005 {
1006 "name": "Symfony Community",
1007 "homepage": "https://symfony.com/contributors"
1008 }
1009 ],
1010 "description": "Symfony polyfill for ctype functions",
1011 "homepage": "https://symfony.com",
1012 "keywords": [
1013 "compatibility",
1014 "ctype",
1015 "polyfill",
1016 "portable"
1017 ],
1018 "support": {
1019 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
1020 },
1021 "funding": [
1022 {
1023 "url": "https://symfony.com/sponsor",
1024 "type": "custom"
1025 },
1026 {
1027 "url": "https://github.com/fabpot",
1028 "type": "github"
1029 },
1030 {
1031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1032 "type": "tidelift"
1033 }
1034 ],
1035 "time": "2024-01-29T20:11:03+00:00"
1036 },
1037 {
1038 "name": "symfony/polyfill-intl-grapheme",
1039 "version": "v1.29.0",
1040 "source": {
1041 "type": "git",
1042 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1043 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
1044 },
1045 "dist": {
1046 "type": "zip",
1047 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
1048 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
1049 "shasum": ""
1050 },
1051 "require": {
1052 "php": ">=7.1"
1053 },
1054 "suggest": {
1055 "ext-intl": "For best performance"
1056 },
1057 "type": "library",
1058 "extra": {
1059 "thanks": {
1060 "name": "symfony/polyfill",
1061 "url": "https://github.com/symfony/polyfill"
1062 }
1063 },
1064 "autoload": {
1065 "files": [
1066 "bootstrap.php"
1067 ],
1068 "psr-4": {
1069 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1070 }
1071 },
1072 "notification-url": "https://packagist.org/downloads/",
1073 "license": [
1074 "MIT"
1075 ],
1076 "authors": [
1077 {
1078 "name": "Nicolas Grekas",
1079 "email": "p@tchwork.com"
1080 },
1081 {
1082 "name": "Symfony Community",
1083 "homepage": "https://symfony.com/contributors"
1084 }
1085 ],
1086 "description": "Symfony polyfill for intl's grapheme_* functions",
1087 "homepage": "https://symfony.com",
1088 "keywords": [
1089 "compatibility",
1090 "grapheme",
1091 "intl",
1092 "polyfill",
1093 "portable",
1094 "shim"
1095 ],
1096 "support": {
1097 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
1098 },
1099 "funding": [
1100 {
1101 "url": "https://symfony.com/sponsor",
1102 "type": "custom"
1103 },
1104 {
1105 "url": "https://github.com/fabpot",
1106 "type": "github"
1107 },
1108 {
1109 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1110 "type": "tidelift"
1111 }
1112 ],
1113 "time": "2024-01-29T20:11:03+00:00"
1114 },
1115 {
1116 "name": "symfony/polyfill-intl-normalizer",
1117 "version": "v1.29.0",
1118 "source": {
1119 "type": "git",
1120 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1121 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
1122 },
1123 "dist": {
1124 "type": "zip",
1125 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
1126 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
1127 "shasum": ""
1128 },
1129 "require": {
1130 "php": ">=7.1"
1131 },
1132 "suggest": {
1133 "ext-intl": "For best performance"
1134 },
1135 "type": "library",
1136 "extra": {
1137 "thanks": {
1138 "name": "symfony/polyfill",
1139 "url": "https://github.com/symfony/polyfill"
1140 }
1141 },
1142 "autoload": {
1143 "files": [
1144 "bootstrap.php"
1145 ],
1146 "psr-4": {
1147 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1148 },
1149 "classmap": [
1150 "Resources/stubs"
1151 ]
1152 },
1153 "notification-url": "https://packagist.org/downloads/",
1154 "license": [
1155 "MIT"
1156 ],
1157 "authors": [
1158 {
1159 "name": "Nicolas Grekas",
1160 "email": "p@tchwork.com"
1161 },
1162 {
1163 "name": "Symfony Community",
1164 "homepage": "https://symfony.com/contributors"
1165 }
1166 ],
1167 "description": "Symfony polyfill for intl's Normalizer class and related functions",
1168 "homepage": "https://symfony.com",
1169 "keywords": [
1170 "compatibility",
1171 "intl",
1172 "normalizer",
1173 "polyfill",
1174 "portable",
1175 "shim"
1176 ],
1177 "support": {
1178 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
1179 },
1180 "funding": [
1181 {
1182 "url": "https://symfony.com/sponsor",
1183 "type": "custom"
1184 },
1185 {
1186 "url": "https://github.com/fabpot",
1187 "type": "github"
1188 },
1189 {
1190 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1191 "type": "tidelift"
1192 }
1193 ],
1194 "time": "2024-01-29T20:11:03+00:00"
1195 },
1196 {
1197 "name": "symfony/polyfill-mbstring",
1198 "version": "v1.29.0",
1199 "source": {
1200 "type": "git",
1201 "url": "https://github.com/symfony/polyfill-mbstring.git",
1202 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
1203 },
1204 "dist": {
1205 "type": "zip",
1206 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
1207 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
1208 "shasum": ""
1209 },
1210 "require": {
1211 "php": ">=7.1"
1212 },
1213 "provide": {
1214 "ext-mbstring": "*"
1215 },
1216 "suggest": {
1217 "ext-mbstring": "For best performance"
1218 },
1219 "type": "library",
1220 "extra": {
1221 "thanks": {
1222 "name": "symfony/polyfill",
1223 "url": "https://github.com/symfony/polyfill"
1224 }
1225 },
1226 "autoload": {
1227 "files": [
1228 "bootstrap.php"
1229 ],
1230 "psr-4": {
1231 "Symfony\\Polyfill\\Mbstring\\": ""
1232 }
1233 },
1234 "notification-url": "https://packagist.org/downloads/",
1235 "license": [
1236 "MIT"
1237 ],
1238 "authors": [
1239 {
1240 "name": "Nicolas Grekas",
1241 "email": "p@tchwork.com"
1242 },
1243 {
1244 "name": "Symfony Community",
1245 "homepage": "https://symfony.com/contributors"
1246 }
1247 ],
1248 "description": "Symfony polyfill for the Mbstring extension",
1249 "homepage": "https://symfony.com",
1250 "keywords": [
1251 "compatibility",
1252 "mbstring",
1253 "polyfill",
1254 "portable",
1255 "shim"
1256 ],
1257 "support": {
1258 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
1259 },
1260 "funding": [
1261 {
1262 "url": "https://symfony.com/sponsor",
1263 "type": "custom"
1264 },
1265 {
1266 "url": "https://github.com/fabpot",
1267 "type": "github"
1268 },
1269 {
1270 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1271 "type": "tidelift"
1272 }
1273 ],
1274 "time": "2024-01-29T20:11:03+00:00"
1275 },
1276 {
1277 "name": "symfony/polyfill-php80",
1278 "version": "v1.29.0",
1279 "source": {
1280 "type": "git",
1281 "url": "https://github.com/symfony/polyfill-php80.git",
1282 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
1283 },
1284 "dist": {
1285 "type": "zip",
1286 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
1287 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
1288 "shasum": ""
1289 },
1290 "require": {
1291 "php": ">=7.1"
1292 },
1293 "type": "library",
1294 "extra": {
1295 "thanks": {
1296 "name": "symfony/polyfill",
1297 "url": "https://github.com/symfony/polyfill"
1298 }
1299 },
1300 "autoload": {
1301 "files": [
1302 "bootstrap.php"
1303 ],
1304 "psr-4": {
1305 "Symfony\\Polyfill\\Php80\\": ""
1306 },
1307 "classmap": [
1308 "Resources/stubs"
1309 ]
1310 },
1311 "notification-url": "https://packagist.org/downloads/",
1312 "license": [
1313 "MIT"
1314 ],
1315 "authors": [
1316 {
1317 "name": "Ion Bazan",
1318 "email": "ion.bazan@gmail.com"
1319 },
1320 {
1321 "name": "Nicolas Grekas",
1322 "email": "p@tchwork.com"
1323 },
1324 {
1325 "name": "Symfony Community",
1326 "homepage": "https://symfony.com/contributors"
1327 }
1328 ],
1329 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1330 "homepage": "https://symfony.com",
1331 "keywords": [
1332 "compatibility",
1333 "polyfill",
1334 "portable",
1335 "shim"
1336 ],
1337 "support": {
1338 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
1339 },
1340 "funding": [
1341 {
1342 "url": "https://symfony.com/sponsor",
1343 "type": "custom"
1344 },
1345 {
1346 "url": "https://github.com/fabpot",
1347 "type": "github"
1348 },
1349 {
1350 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1351 "type": "tidelift"
1352 }
1353 ],
1354 "time": "2024-01-29T20:11:03+00:00"
1355 },
1356 {
1357 "name": "symfony/polyfill-php81",
1358 "version": "v1.29.0",
1359 "source": {
1360 "type": "git",
1361 "url": "https://github.com/symfony/polyfill-php81.git",
1362 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
1363 },
1364 "dist": {
1365 "type": "zip",
1366 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
1367 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
1368 "shasum": ""
1369 },
1370 "require": {
1371 "php": ">=7.1"
1372 },
1373 "type": "library",
1374 "extra": {
1375 "thanks": {
1376 "name": "symfony/polyfill",
1377 "url": "https://github.com/symfony/polyfill"
1378 }
1379 },
1380 "autoload": {
1381 "files": [
1382 "bootstrap.php"
1383 ],
1384 "psr-4": {
1385 "Symfony\\Polyfill\\Php81\\": ""
1386 },
1387 "classmap": [
1388 "Resources/stubs"
1389 ]
1390 },
1391 "notification-url": "https://packagist.org/downloads/",
1392 "license": [
1393 "MIT"
1394 ],
1395 "authors": [
1396 {
1397 "name": "Nicolas Grekas",
1398 "email": "p@tchwork.com"
1399 },
1400 {
1401 "name": "Symfony Community",
1402 "homepage": "https://symfony.com/contributors"
1403 }
1404 ],
1405 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
1406 "homepage": "https://symfony.com",
1407 "keywords": [
1408 "compatibility",
1409 "polyfill",
1410 "portable",
1411 "shim"
1412 ],
1413 "support": {
1414 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
1415 },
1416 "funding": [
1417 {
1418 "url": "https://symfony.com/sponsor",
1419 "type": "custom"
1420 },
1421 {
1422 "url": "https://github.com/fabpot",
1423 "type": "github"
1424 },
1425 {
1426 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1427 "type": "tidelift"
1428 }
1429 ],
1430 "time": "2024-01-29T20:11:03+00:00"
1431 },
1432 {
1433 "name": "symfony/process",
1434 "version": "v6.4.4",
1435 "source": {
1436 "type": "git",
1437 "url": "https://github.com/symfony/process.git",
1438 "reference": "710e27879e9be3395de2b98da3f52a946039f297"
1439 },
1440 "dist": {
1441 "type": "zip",
1442 "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
1443 "reference": "710e27879e9be3395de2b98da3f52a946039f297",
1444 "shasum": ""
1445 },
1446 "require": {
1447 "php": ">=8.1"
1448 },
1449 "type": "library",
1450 "autoload": {
1451 "psr-4": {
1452 "Symfony\\Component\\Process\\": ""
1453 },
1454 "exclude-from-classmap": [
1455 "/Tests/"
1456 ]
1457 },
1458 "notification-url": "https://packagist.org/downloads/",
1459 "license": [
1460 "MIT"
1461 ],
1462 "authors": [
1463 {
1464 "name": "Fabien Potencier",
1465 "email": "fabien@symfony.com"
1466 },
1467 {
1468 "name": "Symfony Community",
1469 "homepage": "https://symfony.com/contributors"
1470 }
1471 ],
1472 "description": "Executes commands in sub-processes",
1473 "homepage": "https://symfony.com",
1474 "support": {
1475 "source": "https://github.com/symfony/process/tree/v6.4.4"
1476 },
1477 "funding": [
1478 {
1479 "url": "https://symfony.com/sponsor",
1480 "type": "custom"
1481 },
1482 {
1483 "url": "https://github.com/fabpot",
1484 "type": "github"
1485 },
1486 {
1487 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1488 "type": "tidelift"
1489 }
1490 ],
1491 "time": "2024-02-20T12:31:00+00:00"
1492 },
1493 {
1494 "name": "symfony/service-contracts",
1495 "version": "v3.4.1",
1496 "source": {
1497 "type": "git",
1498 "url": "https://github.com/symfony/service-contracts.git",
1499 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
1500 },
1501 "dist": {
1502 "type": "zip",
1503 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
1504 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
1505 "shasum": ""
1506 },
1507 "require": {
1508 "php": ">=8.1",
1509 "psr/container": "^1.1|^2.0"
1510 },
1511 "conflict": {
1512 "ext-psr": "<1.1|>=2"
1513 },
1514 "type": "library",
1515 "extra": {
1516 "branch-alias": {
1517 "dev-main": "3.4-dev"
1518 },
1519 "thanks": {
1520 "name": "symfony/contracts",
1521 "url": "https://github.com/symfony/contracts"
1522 }
1523 },
1524 "autoload": {
1525 "psr-4": {
1526 "Symfony\\Contracts\\Service\\": ""
1527 },
1528 "exclude-from-classmap": [
1529 "/Test/"
1530 ]
1531 },
1532 "notification-url": "https://packagist.org/downloads/",
1533 "license": [
1534 "MIT"
1535 ],
1536 "authors": [
1537 {
1538 "name": "Nicolas Grekas",
1539 "email": "p@tchwork.com"
1540 },
1541 {
1542 "name": "Symfony Community",
1543 "homepage": "https://symfony.com/contributors"
1544 }
1545 ],
1546 "description": "Generic abstractions related to writing services",
1547 "homepage": "https://symfony.com",
1548 "keywords": [
1549 "abstractions",
1550 "contracts",
1551 "decoupling",
1552 "interfaces",
1553 "interoperability",
1554 "standards"
1555 ],
1556 "support": {
1557 "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
1558 },
1559 "funding": [
1560 {
1561 "url": "https://symfony.com/sponsor",
1562 "type": "custom"
1563 },
1564 {
1565 "url": "https://github.com/fabpot",
1566 "type": "github"
1567 },
1568 {
1569 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1570 "type": "tidelift"
1571 }
1572 ],
1573 "time": "2023-12-26T14:02:43+00:00"
1574 },
1575 {
1576 "name": "symfony/stopwatch",
1577 "version": "v6.4.3",
1578 "source": {
1579 "type": "git",
1580 "url": "https://github.com/symfony/stopwatch.git",
1581 "reference": "416596166641f1f728b0a64f5b9dd07cceb410c1"
1582 },
1583 "dist": {
1584 "type": "zip",
1585 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/416596166641f1f728b0a64f5b9dd07cceb410c1",
1586 "reference": "416596166641f1f728b0a64f5b9dd07cceb410c1",
1587 "shasum": ""
1588 },
1589 "require": {
1590 "php": ">=8.1",
1591 "symfony/service-contracts": "^2.5|^3"
1592 },
1593 "type": "library",
1594 "autoload": {
1595 "psr-4": {
1596 "Symfony\\Component\\Stopwatch\\": ""
1597 },
1598 "exclude-from-classmap": [
1599 "/Tests/"
1600 ]
1601 },
1602 "notification-url": "https://packagist.org/downloads/",
1603 "license": [
1604 "MIT"
1605 ],
1606 "authors": [
1607 {
1608 "name": "Fabien Potencier",
1609 "email": "fabien@symfony.com"
1610 },
1611 {
1612 "name": "Symfony Community",
1613 "homepage": "https://symfony.com/contributors"
1614 }
1615 ],
1616 "description": "Provides a way to profile code",
1617 "homepage": "https://symfony.com",
1618 "support": {
1619 "source": "https://github.com/symfony/stopwatch/tree/v6.4.3"
1620 },
1621 "funding": [
1622 {
1623 "url": "https://symfony.com/sponsor",
1624 "type": "custom"
1625 },
1626 {
1627 "url": "https://github.com/fabpot",
1628 "type": "github"
1629 },
1630 {
1631 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1632 "type": "tidelift"
1633 }
1634 ],
1635 "time": "2024-01-23T14:35:58+00:00"
1636 },
1637 {
1638 "name": "symfony/string",
1639 "version": "v6.4.4",
1640 "source": {
1641 "type": "git",
1642 "url": "https://github.com/symfony/string.git",
1643 "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9"
1644 },
1645 "dist": {
1646 "type": "zip",
1647 "url": "https://api.github.com/repos/symfony/string/zipball/4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
1648 "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
1649 "shasum": ""
1650 },
1651 "require": {
1652 "php": ">=8.1",
1653 "symfony/polyfill-ctype": "~1.8",
1654 "symfony/polyfill-intl-grapheme": "~1.0",
1655 "symfony/polyfill-intl-normalizer": "~1.0",
1656 "symfony/polyfill-mbstring": "~1.0"
1657 },
1658 "conflict": {
1659 "symfony/translation-contracts": "<2.5"
1660 },
1661 "require-dev": {
1662 "symfony/error-handler": "^5.4|^6.0|^7.0",
1663 "symfony/http-client": "^5.4|^6.0|^7.0",
1664 "symfony/intl": "^6.2|^7.0",
1665 "symfony/translation-contracts": "^2.5|^3.0",
1666 "symfony/var-exporter": "^5.4|^6.0|^7.0"
1667 },
1668 "type": "library",
1669 "autoload": {
1670 "files": [
1671 "Resources/functions.php"
1672 ],
1673 "psr-4": {
1674 "Symfony\\Component\\String\\": ""
1675 },
1676 "exclude-from-classmap": [
1677 "/Tests/"
1678 ]
1679 },
1680 "notification-url": "https://packagist.org/downloads/",
1681 "license": [
1682 "MIT"
1683 ],
1684 "authors": [
1685 {
1686 "name": "Nicolas Grekas",
1687 "email": "p@tchwork.com"
1688 },
1689 {
1690 "name": "Symfony Community",
1691 "homepage": "https://symfony.com/contributors"
1692 }
1693 ],
1694 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
1695 "homepage": "https://symfony.com",
1696 "keywords": [
1697 "grapheme",
1698 "i18n",
1699 "string",
1700 "unicode",
1701 "utf-8",
1702 "utf8"
1703 ],
1704 "support": {
1705 "source": "https://github.com/symfony/string/tree/v6.4.4"
1706 },
1707 "funding": [
1708 {
1709 "url": "https://symfony.com/sponsor",
1710 "type": "custom"
1711 },
1712 {
1713 "url": "https://github.com/fabpot",
1714 "type": "github"
1715 },
1716 {
1717 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1718 "type": "tidelift"
1719 }
1720 ],
1721 "time": "2024-02-01T13:16:41+00:00"
1722 }
1723 ],
1724 "packages-dev": [
1725 {
1726 "name": "facile-it/paraunit",
1727 "version": "2.3.1",
1728 "source": {
1729 "type": "git",
1730 "url": "https://github.com/facile-it/paraunit.git",
1731 "reference": "73dfb78ade299e8262faa837ff1684feefdcc3e6"
1732 },
1733 "dist": {
1734 "type": "zip",
1735 "url": "https://api.github.com/repos/facile-it/paraunit/zipball/73dfb78ade299e8262faa837ff1684feefdcc3e6",
1736 "reference": "73dfb78ade299e8262faa837ff1684feefdcc3e6",
1737 "shasum": ""
1738 },
1739 "require": {
1740 "ext-dom": "*",
1741 "ext-json": "*",
1742 "jean85/pretty-package-versions": "^1.5.1||^2.0.1",
1743 "php": "^8.1",
1744 "phpunit/php-code-coverage": "^10.0||11.0",
1745 "phpunit/php-file-iterator": "^4.0||5.0",
1746 "phpunit/phpunit": "^10.5.4||^11.0",
1747 "psr/event-dispatcher": "^1.0",
1748 "symfony/console": "^4.4||^5.0||^6.0||^7.0",
1749 "symfony/dependency-injection": "^4.4||^5.0||^6.0||^7.0",
1750 "symfony/event-dispatcher": "^4.4||^5.0||^6.0||^7.0",
1751 "symfony/process": "^4.4||^5.0||^6.0||^7.0",
1752 "symfony/stopwatch": "^4.4||^5.0||^6.0||^7.0"
1753 },
1754 "conflict": {
1755 "composer/package-versions-deprecated": "<1.11.99"
1756 },
1757 "require-dev": {
1758 "facile-it/facile-coding-standard": "^1.0",
1759 "jangregor/phpstan-prophecy": "^1.0.0",
1760 "phpspec/prophecy": "dev-allow-phpunit-11 as 1.19",
1761 "phpspec/prophecy-phpunit": "dev-allow-phpunit-11 as 2.2.0",
1762 "phpstan/extension-installer": "^1.0",
1763 "phpstan/phpstan": "^1.10.4",
1764 "phpstan/phpstan-phpunit": "^1.1",
1765 "phpunit/php-invoker": "^4.0||^5.0",
1766 "psalm/plugin-phpunit": "^0.18",
1767 "psalm/plugin-symfony": "^5.0",
1768 "rector/rector": "^0.15",
1769 "symfony/expression-language": "^4.4||^5.0||^6.0||^7.0",
1770 "symfony/phpunit-bridge": "^6.4||^7.0",
1771 "vimeo/psalm": "^5.5.0"
1772 },
1773 "suggest": {
1774 "dama/doctrine-test-bundle": "Useful for Symfony+Doctrine functional testing, providing DB isolation",
1775 "ext-pcov": "A coverage driver for faster collection"
1776 },
1777 "bin": [
1778 "src/Bin/paraunit"
1779 ],
1780 "type": "library",
1781 "extra": {
1782 "branch-alias": {
1783 "dev-0.12.x": "0.12-dev"
1784 }
1785 },
1786 "autoload": {
1787 "psr-4": {
1788 "Paraunit\\": "src/"
1789 }
1790 },
1791 "notification-url": "https://packagist.org/downloads/",
1792 "license": [
1793 "Apache-2.0"
1794 ],
1795 "authors": [
1796 {
1797 "name": "Francesco Panina",
1798 "email": "francesco.panina@gmail.com"
1799 },
1800 {
1801 "name": "Alessandro Lai",
1802 "email": "alessandro.lai85@gmail.com"
1803 }
1804 ],
1805 "description": "paraunit",
1806 "homepage": "https://github.com/facile-it/paraunit",
1807 "keywords": [
1808 "parallel test",
1809 "phpunit",
1810 "testing"
1811 ],
1812 "support": {
1813 "issues": "https://github.com/facile-it/paraunit/issues",
1814 "source": "https://github.com/facile-it/paraunit/tree/2.3.1"
1815 },
1816 "time": "2024-02-06T09:05:40+00:00"
1817 },
1818 {
1819 "name": "guzzlehttp/guzzle",
1820 "version": "7.8.1",
1821 "source": {
1822 "type": "git",
1823 "url": "https://github.com/guzzle/guzzle.git",
1824 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
1825 },
1826 "dist": {
1827 "type": "zip",
1828 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
1829 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
1830 "shasum": ""
1831 },
1832 "require": {
1833 "ext-json": "*",
1834 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
1835 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
1836 "php": "^7.2.5 || ^8.0",
1837 "psr/http-client": "^1.0",
1838 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1839 },
1840 "provide": {
1841 "psr/http-client-implementation": "1.0"
1842 },
1843 "require-dev": {
1844 "bamarni/composer-bin-plugin": "^1.8.2",
1845 "ext-curl": "*",
1846 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
1847 "php-http/message-factory": "^1.1",
1848 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
1849 "psr/log": "^1.1 || ^2.0 || ^3.0"
1850 },
1851 "suggest": {
1852 "ext-curl": "Required for CURL handler support",
1853 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1854 "psr/log": "Required for using the Log middleware"
1855 },
1856 "type": "library",
1857 "extra": {
1858 "bamarni-bin": {
1859 "bin-links": true,
1860 "forward-command": false
1861 }
1862 },
1863 "autoload": {
1864 "files": [
1865 "src/functions_include.php"
1866 ],
1867 "psr-4": {
1868 "GuzzleHttp\\": "src/"
1869 }
1870 },
1871 "notification-url": "https://packagist.org/downloads/",
1872 "license": [
1873 "MIT"
1874 ],
1875 "authors": [
1876 {
1877 "name": "Graham Campbell",
1878 "email": "hello@gjcampbell.co.uk",
1879 "homepage": "https://github.com/GrahamCampbell"
1880 },
1881 {
1882 "name": "Michael Dowling",
1883 "email": "mtdowling@gmail.com",
1884 "homepage": "https://github.com/mtdowling"
1885 },
1886 {
1887 "name": "Jeremy Lindblom",
1888 "email": "jeremeamia@gmail.com",
1889 "homepage": "https://github.com/jeremeamia"
1890 },
1891 {
1892 "name": "George Mponos",
1893 "email": "gmponos@gmail.com",
1894 "homepage": "https://github.com/gmponos"
1895 },
1896 {
1897 "name": "Tobias Nyholm",
1898 "email": "tobias.nyholm@gmail.com",
1899 "homepage": "https://github.com/Nyholm"
1900 },
1901 {
1902 "name": "Márk Sági-Kazár",
1903 "email": "mark.sagikazar@gmail.com",
1904 "homepage": "https://github.com/sagikazarmark"
1905 },
1906 {
1907 "name": "Tobias Schultze",
1908 "email": "webmaster@tubo-world.de",
1909 "homepage": "https://github.com/Tobion"
1910 }
1911 ],
1912 "description": "Guzzle is a PHP HTTP client library",
1913 "keywords": [
1914 "client",
1915 "curl",
1916 "framework",
1917 "http",
1918 "http client",
1919 "psr-18",
1920 "psr-7",
1921 "rest",
1922 "web service"
1923 ],
1924 "support": {
1925 "issues": "https://github.com/guzzle/guzzle/issues",
1926 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
1927 },
1928 "funding": [
1929 {
1930 "url": "https://github.com/GrahamCampbell",
1931 "type": "github"
1932 },
1933 {
1934 "url": "https://github.com/Nyholm",
1935 "type": "github"
1936 },
1937 {
1938 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1939 "type": "tidelift"
1940 }
1941 ],
1942 "time": "2023-12-03T20:35:24+00:00"
1943 },
1944 {
1945 "name": "guzzlehttp/promises",
1946 "version": "2.0.2",
1947 "source": {
1948 "type": "git",
1949 "url": "https://github.com/guzzle/promises.git",
1950 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
1951 },
1952 "dist": {
1953 "type": "zip",
1954 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
1955 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
1956 "shasum": ""
1957 },
1958 "require": {
1959 "php": "^7.2.5 || ^8.0"
1960 },
1961 "require-dev": {
1962 "bamarni/composer-bin-plugin": "^1.8.2",
1963 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
1964 },
1965 "type": "library",
1966 "extra": {
1967 "bamarni-bin": {
1968 "bin-links": true,
1969 "forward-command": false
1970 }
1971 },
1972 "autoload": {
1973 "psr-4": {
1974 "GuzzleHttp\\Promise\\": "src/"
1975 }
1976 },
1977 "notification-url": "https://packagist.org/downloads/",
1978 "license": [
1979 "MIT"
1980 ],
1981 "authors": [
1982 {
1983 "name": "Graham Campbell",
1984 "email": "hello@gjcampbell.co.uk",
1985 "homepage": "https://github.com/GrahamCampbell"
1986 },
1987 {
1988 "name": "Michael Dowling",
1989 "email": "mtdowling@gmail.com",
1990 "homepage": "https://github.com/mtdowling"
1991 },
1992 {
1993 "name": "Tobias Nyholm",
1994 "email": "tobias.nyholm@gmail.com",
1995 "homepage": "https://github.com/Nyholm"
1996 },
1997 {
1998 "name": "Tobias Schultze",
1999 "email": "webmaster@tubo-world.de",
2000 "homepage": "https://github.com/Tobion"
2001 }
2002 ],
2003 "description": "Guzzle promises library",
2004 "keywords": [
2005 "promise"
2006 ],
2007 "support": {
2008 "issues": "https://github.com/guzzle/promises/issues",
2009 "source": "https://github.com/guzzle/promises/tree/2.0.2"
2010 },
2011 "funding": [
2012 {
2013 "url": "https://github.com/GrahamCampbell",
2014 "type": "github"
2015 },
2016 {
2017 "url": "https://github.com/Nyholm",
2018 "type": "github"
2019 },
2020 {
2021 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
2022 "type": "tidelift"
2023 }
2024 ],
2025 "time": "2023-12-03T20:19:20+00:00"
2026 },
2027 {
2028 "name": "guzzlehttp/psr7",
2029 "version": "2.6.2",
2030 "source": {
2031 "type": "git",
2032 "url": "https://github.com/guzzle/psr7.git",
2033 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
2034 },
2035 "dist": {
2036 "type": "zip",
2037 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
2038 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
2039 "shasum": ""
2040 },
2041 "require": {
2042 "php": "^7.2.5 || ^8.0",
2043 "psr/http-factory": "^1.0",
2044 "psr/http-message": "^1.1 || ^2.0",
2045 "ralouphie/getallheaders": "^3.0"
2046 },
2047 "provide": {
2048 "psr/http-factory-implementation": "1.0",
2049 "psr/http-message-implementation": "1.0"
2050 },
2051 "require-dev": {
2052 "bamarni/composer-bin-plugin": "^1.8.2",
2053 "http-interop/http-factory-tests": "^0.9",
2054 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
2055 },
2056 "suggest": {
2057 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2058 },
2059 "type": "library",
2060 "extra": {
2061 "bamarni-bin": {
2062 "bin-links": true,
2063 "forward-command": false
2064 }
2065 },
2066 "autoload": {
2067 "psr-4": {
2068 "GuzzleHttp\\Psr7\\": "src/"
2069 }
2070 },
2071 "notification-url": "https://packagist.org/downloads/",
2072 "license": [
2073 "MIT"
2074 ],
2075 "authors": [
2076 {
2077 "name": "Graham Campbell",
2078 "email": "hello@gjcampbell.co.uk",
2079 "homepage": "https://github.com/GrahamCampbell"
2080 },
2081 {
2082 "name": "Michael Dowling",
2083 "email": "mtdowling@gmail.com",
2084 "homepage": "https://github.com/mtdowling"
2085 },
2086 {
2087 "name": "George Mponos",
2088 "email": "gmponos@gmail.com",
2089 "homepage": "https://github.com/gmponos"
2090 },
2091 {
2092 "name": "Tobias Nyholm",
2093 "email": "tobias.nyholm@gmail.com",
2094 "homepage": "https://github.com/Nyholm"
2095 },
2096 {
2097 "name": "Márk Sági-Kazár",
2098 "email": "mark.sagikazar@gmail.com",
2099 "homepage": "https://github.com/sagikazarmark"
2100 },
2101 {
2102 "name": "Tobias Schultze",
2103 "email": "webmaster@tubo-world.de",
2104 "homepage": "https://github.com/Tobion"
2105 },
2106 {
2107 "name": "Márk Sági-Kazár",
2108 "email": "mark.sagikazar@gmail.com",
2109 "homepage": "https://sagikazarmark.hu"
2110 }
2111 ],
2112 "description": "PSR-7 message implementation that also provides common utility methods",
2113 "keywords": [
2114 "http",
2115 "message",
2116 "psr-7",
2117 "request",
2118 "response",
2119 "stream",
2120 "uri",
2121 "url"
2122 ],
2123 "support": {
2124 "issues": "https://github.com/guzzle/psr7/issues",
2125 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
2126 },
2127 "funding": [
2128 {
2129 "url": "https://github.com/GrahamCampbell",
2130 "type": "github"
2131 },
2132 {
2133 "url": "https://github.com/Nyholm",
2134 "type": "github"
2135 },
2136 {
2137 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
2138 "type": "tidelift"
2139 }
2140 ],
2141 "time": "2023-12-03T20:05:35+00:00"
2142 },
2143 {
2144 "name": "jean85/pretty-package-versions",
2145 "version": "2.0.5",
2146 "source": {
2147 "type": "git",
2148 "url": "https://github.com/Jean85/pretty-package-versions.git",
2149 "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
2150 },
2151 "dist": {
2152 "type": "zip",
2153 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
2154 "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
2155 "shasum": ""
2156 },
2157 "require": {
2158 "composer-runtime-api": "^2.0.0",
2159 "php": "^7.1|^8.0"
2160 },
2161 "require-dev": {
2162 "friendsofphp/php-cs-fixer": "^2.17",
2163 "jean85/composer-provided-replaced-stub-package": "^1.0",
2164 "phpstan/phpstan": "^0.12.66",
2165 "phpunit/phpunit": "^7.5|^8.5|^9.4",
2166 "vimeo/psalm": "^4.3"
2167 },
2168 "type": "library",
2169 "extra": {
2170 "branch-alias": {
2171 "dev-master": "1.x-dev"
2172 }
2173 },
2174 "autoload": {
2175 "psr-4": {
2176 "Jean85\\": "src/"
2177 }
2178 },
2179 "notification-url": "https://packagist.org/downloads/",
2180 "license": [
2181 "MIT"
2182 ],
2183 "authors": [
2184 {
2185 "name": "Alessandro Lai",
2186 "email": "alessandro.lai85@gmail.com"
2187 }
2188 ],
2189 "description": "A library to get pretty versions strings of installed dependencies",
2190 "keywords": [
2191 "composer",
2192 "package",
2193 "release",
2194 "versions"
2195 ],
2196 "support": {
2197 "issues": "https://github.com/Jean85/pretty-package-versions/issues",
2198 "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
2199 },
2200 "time": "2021-10-08T21:21:46+00:00"
2201 },
2202 {
2203 "name": "justinrainbow/json-schema",
2204 "version": "v5.2.13",
2205 "source": {
2206 "type": "git",
2207 "url": "https://github.com/justinrainbow/json-schema.git",
2208 "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
2209 },
2210 "dist": {
2211 "type": "zip",
2212 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
2213 "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
2214 "shasum": ""
2215 },
2216 "require": {
2217 "php": ">=5.3.3"
2218 },
2219 "require-dev": {
2220 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
2221 "json-schema/json-schema-test-suite": "1.2.0",
2222 "phpunit/phpunit": "^4.8.35"
2223 },
2224 "bin": [
2225 "bin/validate-json"
2226 ],
2227 "type": "library",
2228 "extra": {
2229 "branch-alias": {
2230 "dev-master": "5.0.x-dev"
2231 }
2232 },
2233 "autoload": {
2234 "psr-4": {
2235 "JsonSchema\\": "src/JsonSchema/"
2236 }
2237 },
2238 "notification-url": "https://packagist.org/downloads/",
2239 "license": [
2240 "MIT"
2241 ],
2242 "authors": [
2243 {
2244 "name": "Bruno Prieto Reis",
2245 "email": "bruno.p.reis@gmail.com"
2246 },
2247 {
2248 "name": "Justin Rainbow",
2249 "email": "justin.rainbow@gmail.com"
2250 },
2251 {
2252 "name": "Igor Wiedler",
2253 "email": "igor@wiedler.ch"
2254 },
2255 {
2256 "name": "Robert Schönthal",
2257 "email": "seroscho@googlemail.com"
2258 }
2259 ],
2260 "description": "A library to validate a json schema.",
2261 "homepage": "https://github.com/justinrainbow/json-schema",
2262 "keywords": [
2263 "json",
2264 "schema"
2265 ],
2266 "support": {
2267 "issues": "https://github.com/justinrainbow/json-schema/issues",
2268 "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
2269 },
2270 "time": "2023-09-26T02:20:38+00:00"
2271 },
2272 {
2273 "name": "keradus/cli-executor",
2274 "version": "v2.1.0",
2275 "source": {
2276 "type": "git",
2277 "url": "https://github.com/PHP-CS-Fixer/cli-executor.git",
2278 "reference": "6d83d4367d15088cb61dbbd547173d3f926e0027"
2279 },
2280 "dist": {
2281 "type": "zip",
2282 "url": "https://api.github.com/repos/PHP-CS-Fixer/cli-executor/zipball/6d83d4367d15088cb61dbbd547173d3f926e0027",
2283 "reference": "6d83d4367d15088cb61dbbd547173d3f926e0027",
2284 "shasum": ""
2285 },
2286 "require": {
2287 "php": "^7.1.3 || ^8.0",
2288 "symfony/process": "^4.4 || ^5 || ^6 || ^7"
2289 },
2290 "require-dev": {
2291 "friendsofphp/php-cs-fixer": "^3.1",
2292 "maglnet/composer-require-checker": "^2 || ^3",
2293 "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5",
2294 "symfony/phpunit-bridge": "^5.3.7 || ^6 || ^7"
2295 },
2296 "type": "library",
2297 "autoload": {
2298 "psr-4": {
2299 "Keradus\\CliExecutor\\": "src/"
2300 }
2301 },
2302 "notification-url": "https://packagist.org/downloads/",
2303 "license": [
2304 "MIT"
2305 ],
2306 "authors": [
2307 {
2308 "name": "Dariusz Rumiński",
2309 "email": "dariusz.ruminski@gmail.com"
2310 }
2311 ],
2312 "description": "CLI execution wrapper",
2313 "support": {
2314 "issues": "https://github.com/PHP-CS-Fixer/cli-executor/issues",
2315 "source": "https://github.com/PHP-CS-Fixer/cli-executor/tree/v2.1.0"
2316 },
2317 "time": "2023-11-22T09:34:45+00:00"
2318 },
2319 {
2320 "name": "mikey179/vfsstream",
2321 "version": "v1.6.11",
2322 "source": {
2323 "type": "git",
2324 "url": "https://github.com/bovigo/vfsStream.git",
2325 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
2326 },
2327 "dist": {
2328 "type": "zip",
2329 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
2330 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
2331 "shasum": ""
2332 },
2333 "require": {
2334 "php": ">=5.3.0"
2335 },
2336 "require-dev": {
2337 "phpunit/phpunit": "^4.5|^5.0"
2338 },
2339 "type": "library",
2340 "extra": {
2341 "branch-alias": {
2342 "dev-master": "1.6.x-dev"
2343 }
2344 },
2345 "autoload": {
2346 "psr-0": {
2347 "org\\bovigo\\vfs\\": "src/main/php"
2348 }
2349 },
2350 "notification-url": "https://packagist.org/downloads/",
2351 "license": [
2352 "BSD-3-Clause"
2353 ],
2354 "authors": [
2355 {
2356 "name": "Frank Kleine",
2357 "homepage": "http://frankkleine.de/",
2358 "role": "Developer"
2359 }
2360 ],
2361 "description": "Virtual file system to mock the real file system in unit tests.",
2362 "homepage": "http://vfs.bovigo.org/",
2363 "support": {
2364 "issues": "https://github.com/bovigo/vfsStream/issues",
2365 "source": "https://github.com/bovigo/vfsStream/tree/master",
2366 "wiki": "https://github.com/bovigo/vfsStream/wiki"
2367 },
2368 "time": "2022-02-23T02:02:42+00:00"
2369 },
2370 {
2371 "name": "myclabs/deep-copy",
2372 "version": "1.11.1",
2373 "source": {
2374 "type": "git",
2375 "url": "https://github.com/myclabs/DeepCopy.git",
2376 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
2377 },
2378 "dist": {
2379 "type": "zip",
2380 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
2381 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
2382 "shasum": ""
2383 },
2384 "require": {
2385 "php": "^7.1 || ^8.0"
2386 },
2387 "conflict": {
2388 "doctrine/collections": "<1.6.8",
2389 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
2390 },
2391 "require-dev": {
2392 "doctrine/collections": "^1.6.8",
2393 "doctrine/common": "^2.13.3 || ^3.2.2",
2394 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2395 },
2396 "type": "library",
2397 "autoload": {
2398 "files": [
2399 "src/DeepCopy/deep_copy.php"
2400 ],
2401 "psr-4": {
2402 "DeepCopy\\": "src/DeepCopy/"
2403 }
2404 },
2405 "notification-url": "https://packagist.org/downloads/",
2406 "license": [
2407 "MIT"
2408 ],
2409 "description": "Create deep copies (clones) of your objects",
2410 "keywords": [
2411 "clone",
2412 "copy",
2413 "duplicate",
2414 "object",
2415 "object graph"
2416 ],
2417 "support": {
2418 "issues": "https://github.com/myclabs/DeepCopy/issues",
2419 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
2420 },
2421 "funding": [
2422 {
2423 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
2424 "type": "tidelift"
2425 }
2426 ],
2427 "time": "2023-03-08T13:26:56+00:00"
2428 },
2429 {
2430 "name": "nikic/php-parser",
2431 "version": "v5.0.1",
2432 "source": {
2433 "type": "git",
2434 "url": "https://github.com/nikic/PHP-Parser.git",
2435 "reference": "2218c2252c874a4624ab2f613d86ac32d227bc69"
2436 },
2437 "dist": {
2438 "type": "zip",
2439 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2218c2252c874a4624ab2f613d86ac32d227bc69",
2440 "reference": "2218c2252c874a4624ab2f613d86ac32d227bc69",
2441 "shasum": ""
2442 },
2443 "require": {
2444 "ext-ctype": "*",
2445 "ext-json": "*",
2446 "ext-tokenizer": "*",
2447 "php": ">=7.4"
2448 },
2449 "require-dev": {
2450 "ircmaxell/php-yacc": "^0.0.7",
2451 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2452 },
2453 "bin": [
2454 "bin/php-parse"
2455 ],
2456 "type": "library",
2457 "extra": {
2458 "branch-alias": {
2459 "dev-master": "5.0-dev"
2460 }
2461 },
2462 "autoload": {
2463 "psr-4": {
2464 "PhpParser\\": "lib/PhpParser"
2465 }
2466 },
2467 "notification-url": "https://packagist.org/downloads/",
2468 "license": [
2469 "BSD-3-Clause"
2470 ],
2471 "authors": [
2472 {
2473 "name": "Nikita Popov"
2474 }
2475 ],
2476 "description": "A PHP parser written in PHP",
2477 "keywords": [
2478 "parser",
2479 "php"
2480 ],
2481 "support": {
2482 "issues": "https://github.com/nikic/PHP-Parser/issues",
2483 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.1"
2484 },
2485 "time": "2024-02-21T19:24:10+00:00"
2486 },
2487 {
2488 "name": "phar-io/manifest",
2489 "version": "2.0.3",
2490 "source": {
2491 "type": "git",
2492 "url": "https://github.com/phar-io/manifest.git",
2493 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2494 },
2495 "dist": {
2496 "type": "zip",
2497 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
2498 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2499 "shasum": ""
2500 },
2501 "require": {
2502 "ext-dom": "*",
2503 "ext-phar": "*",
2504 "ext-xmlwriter": "*",
2505 "phar-io/version": "^3.0.1",
2506 "php": "^7.2 || ^8.0"
2507 },
2508 "type": "library",
2509 "extra": {
2510 "branch-alias": {
2511 "dev-master": "2.0.x-dev"
2512 }
2513 },
2514 "autoload": {
2515 "classmap": [
2516 "src/"
2517 ]
2518 },
2519 "notification-url": "https://packagist.org/downloads/",
2520 "license": [
2521 "BSD-3-Clause"
2522 ],
2523 "authors": [
2524 {
2525 "name": "Arne Blankerts",
2526 "email": "arne@blankerts.de",
2527 "role": "Developer"
2528 },
2529 {
2530 "name": "Sebastian Heuer",
2531 "email": "sebastian@phpeople.de",
2532 "role": "Developer"
2533 },
2534 {
2535 "name": "Sebastian Bergmann",
2536 "email": "sebastian@phpunit.de",
2537 "role": "Developer"
2538 }
2539 ],
2540 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2541 "support": {
2542 "issues": "https://github.com/phar-io/manifest/issues",
2543 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
2544 },
2545 "time": "2021-07-20T11:28:43+00:00"
2546 },
2547 {
2548 "name": "phar-io/version",
2549 "version": "3.2.1",
2550 "source": {
2551 "type": "git",
2552 "url": "https://github.com/phar-io/version.git",
2553 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2554 },
2555 "dist": {
2556 "type": "zip",
2557 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2558 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2559 "shasum": ""
2560 },
2561 "require": {
2562 "php": "^7.2 || ^8.0"
2563 },
2564 "type": "library",
2565 "autoload": {
2566 "classmap": [
2567 "src/"
2568 ]
2569 },
2570 "notification-url": "https://packagist.org/downloads/",
2571 "license": [
2572 "BSD-3-Clause"
2573 ],
2574 "authors": [
2575 {
2576 "name": "Arne Blankerts",
2577 "email": "arne@blankerts.de",
2578 "role": "Developer"
2579 },
2580 {
2581 "name": "Sebastian Heuer",
2582 "email": "sebastian@phpeople.de",
2583 "role": "Developer"
2584 },
2585 {
2586 "name": "Sebastian Bergmann",
2587 "email": "sebastian@phpunit.de",
2588 "role": "Developer"
2589 }
2590 ],
2591 "description": "Library for handling version information and constraints",
2592 "support": {
2593 "issues": "https://github.com/phar-io/version/issues",
2594 "source": "https://github.com/phar-io/version/tree/3.2.1"
2595 },
2596 "time": "2022-02-21T01:04:05+00:00"
2597 },
2598 {
2599 "name": "php-coveralls/php-coveralls",
2600 "version": "v2.7.0",
2601 "source": {
2602 "type": "git",
2603 "url": "https://github.com/php-coveralls/php-coveralls.git",
2604 "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15"
2605 },
2606 "dist": {
2607 "type": "zip",
2608 "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/b36fa4394e519dafaddc04ae03976bc65a25ba15",
2609 "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15",
2610 "shasum": ""
2611 },
2612 "require": {
2613 "ext-json": "*",
2614 "ext-simplexml": "*",
2615 "guzzlehttp/guzzle": "^6.0 || ^7.0",
2616 "php": "^7.0 || ^8.0",
2617 "psr/log": "^1.0 || ^2.0",
2618 "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
2619 "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
2620 "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
2621 "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
2622 },
2623 "require-dev": {
2624 "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23",
2625 "sanmai/phpunit-legacy-adapter": "^6.1 || ^8.0"
2626 },
2627 "suggest": {
2628 "symfony/http-kernel": "Allows Symfony integration"
2629 },
2630 "bin": [
2631 "bin/php-coveralls"
2632 ],
2633 "type": "library",
2634 "autoload": {
2635 "psr-4": {
2636 "PhpCoveralls\\": "src/"
2637 }
2638 },
2639 "notification-url": "https://packagist.org/downloads/",
2640 "license": [
2641 "MIT"
2642 ],
2643 "authors": [
2644 {
2645 "name": "Kitamura Satoshi",
2646 "email": "with.no.parachute@gmail.com",
2647 "homepage": "https://www.facebook.com/satooshi.jp",
2648 "role": "Original creator"
2649 },
2650 {
2651 "name": "Takashi Matsuo",
2652 "email": "tmatsuo@google.com"
2653 },
2654 {
2655 "name": "Google Inc"
2656 },
2657 {
2658 "name": "Dariusz Ruminski",
2659 "email": "dariusz.ruminski@gmail.com",
2660 "homepage": "https://github.com/keradus"
2661 },
2662 {
2663 "name": "Contributors",
2664 "homepage": "https://github.com/php-coveralls/php-coveralls/graphs/contributors"
2665 }
2666 ],
2667 "description": "PHP client library for Coveralls API",
2668 "homepage": "https://github.com/php-coveralls/php-coveralls",
2669 "keywords": [
2670 "ci",
2671 "coverage",
2672 "github",
2673 "test"
2674 ],
2675 "support": {
2676 "issues": "https://github.com/php-coveralls/php-coveralls/issues",
2677 "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.7.0"
2678 },
2679 "time": "2023-11-22T10:21:01+00:00"
2680 },
2681 {
2682 "name": "php-cs-fixer/accessible-object",
2683 "version": "v1.1.0",
2684 "source": {
2685 "type": "git",
2686 "url": "https://github.com/PHP-CS-Fixer/AccessibleObject.git",
2687 "reference": "a08d2ad0ed28555cca941aa197610db8b45599bd"
2688 },
2689 "dist": {
2690 "type": "zip",
2691 "url": "https://api.github.com/repos/PHP-CS-Fixer/AccessibleObject/zipball/a08d2ad0ed28555cca941aa197610db8b45599bd",
2692 "reference": "a08d2ad0ed28555cca941aa197610db8b45599bd",
2693 "shasum": ""
2694 },
2695 "require": {
2696 "php": "^5.6 || ^7.0 || ^8.0"
2697 },
2698 "require-dev": {
2699 "symfony/phpunit-bridge": "^5.1"
2700 },
2701 "type": "application",
2702 "autoload": {
2703 "psr-4": {
2704 "PhpCsFixer\\AccessibleObject\\": "src/"
2705 }
2706 },
2707 "notification-url": "https://packagist.org/downloads/",
2708 "license": [
2709 "MIT"
2710 ],
2711 "authors": [
2712 {
2713 "name": "Fabien Potencier",
2714 "email": "fabien@symfony.com"
2715 },
2716 {
2717 "name": "Dariusz Rumiński",
2718 "email": "dariusz.ruminski@gmail.com"
2719 }
2720 ],
2721 "description": "A library to reveal object internals.",
2722 "support": {
2723 "issues": "https://github.com/PHP-CS-Fixer/AccessibleObject/issues",
2724 "source": "https://github.com/PHP-CS-Fixer/AccessibleObject/tree/v1.1.0"
2725 },
2726 "time": "2020-10-23T16:25:26+00:00"
2727 },
2728 {
2729 "name": "php-cs-fixer/phpunit-constraint-isidenticalstring",
2730 "version": "v1.5.0",
2731 "source": {
2732 "type": "git",
2733 "url": "https://github.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring.git",
2734 "reference": "2c55d31fcbda32b48780cbeff87f188354813db0"
2735 },
2736 "dist": {
2737 "type": "zip",
2738 "url": "https://api.github.com/repos/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/zipball/2c55d31fcbda32b48780cbeff87f188354813db0",
2739 "reference": "2c55d31fcbda32b48780cbeff87f188354813db0",
2740 "shasum": ""
2741 },
2742 "require": {
2743 "php": "^7.0 || ^8.0",
2744 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0 || ^11.0.1"
2745 },
2746 "type": "library",
2747 "autoload": {
2748 "files": [
2749 "src/Constraint/IsIdenticalString.php"
2750 ],
2751 "psr-4": {
2752 "PhpCsFixer\\PhpunitConstraintIsIdenticalString\\": "src/"
2753 }
2754 },
2755 "notification-url": "https://packagist.org/downloads/",
2756 "license": [
2757 "MIT"
2758 ],
2759 "authors": [
2760 {
2761 "name": "Dariusz Rumiński",
2762 "email": "dariusz.ruminski@gmail.com"
2763 }
2764 ],
2765 "description": "Constraint for testing strings considering not-same line endings.",
2766 "support": {
2767 "issues": "https://github.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/issues",
2768 "source": "https://github.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/tree/v1.5.0"
2769 },
2770 "time": "2024-02-04T19:08:54+00:00"
2771 },
2772 {
2773 "name": "php-cs-fixer/phpunit-constraint-xmlmatchesxsd",
2774 "version": "v1.5.0",
2775 "source": {
2776 "type": "git",
2777 "url": "https://github.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd.git",
2778 "reference": "db3feb2b6d2cf5cd18f7053c6aa60a21dccf18d3"
2779 },
2780 "dist": {
2781 "type": "zip",
2782 "url": "https://api.github.com/repos/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/zipball/db3feb2b6d2cf5cd18f7053c6aa60a21dccf18d3",
2783 "reference": "db3feb2b6d2cf5cd18f7053c6aa60a21dccf18d3",
2784 "shasum": ""
2785 },
2786 "require": {
2787 "ext-dom": "*",
2788 "ext-libxml": "*",
2789 "php": "^7.0 || ^8.0",
2790 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0 || ^11.0.1"
2791 },
2792 "type": "library",
2793 "autoload": {
2794 "files": [
2795 "src/Constraint/XmlMatchesXsd.php"
2796 ],
2797 "psr-4": {
2798 "PhpCsFixer\\PhpunitConstraintXmlMatchesXsd\\": "src/"
2799 }
2800 },
2801 "notification-url": "https://packagist.org/downloads/",
2802 "license": [
2803 "MIT"
2804 ],
2805 "authors": [
2806 {
2807 "name": "SpacePossum"
2808 },
2809 {
2810 "name": "Dariusz Rumiński",
2811 "email": "dariusz.ruminski@gmail.com"
2812 }
2813 ],
2814 "description": "Constraint for testing XML against XSD.",
2815 "support": {
2816 "issues": "https://github.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/issues",
2817 "source": "https://github.com/PHP-CS-Fixer/phpunit-constraint-xmlmatchesxsd/tree/v1.5.0"
2818 },
2819 "time": "2024-02-04T19:08:56+00:00"
2820 },
2821 {
2822 "name": "phpunit/php-code-coverage",
2823 "version": "10.1.11",
2824 "source": {
2825 "type": "git",
2826 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2827 "reference": "78c3b7625965c2513ee96569a4dbb62601784145"
2828 },
2829 "dist": {
2830 "type": "zip",
2831 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/78c3b7625965c2513ee96569a4dbb62601784145",
2832 "reference": "78c3b7625965c2513ee96569a4dbb62601784145",
2833 "shasum": ""
2834 },
2835 "require": {
2836 "ext-dom": "*",
2837 "ext-libxml": "*",
2838 "ext-xmlwriter": "*",
2839 "nikic/php-parser": "^4.18 || ^5.0",
2840 "php": ">=8.1",
2841 "phpunit/php-file-iterator": "^4.0",
2842 "phpunit/php-text-template": "^3.0",
2843 "sebastian/code-unit-reverse-lookup": "^3.0",
2844 "sebastian/complexity": "^3.0",
2845 "sebastian/environment": "^6.0",
2846 "sebastian/lines-of-code": "^2.0",
2847 "sebastian/version": "^4.0",
2848 "theseer/tokenizer": "^1.2.0"
2849 },
2850 "require-dev": {
2851 "phpunit/phpunit": "^10.1"
2852 },
2853 "suggest": {
2854 "ext-pcov": "PHP extension that provides line coverage",
2855 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2856 },
2857 "type": "library",
2858 "extra": {
2859 "branch-alias": {
2860 "dev-main": "10.1-dev"
2861 }
2862 },
2863 "autoload": {
2864 "classmap": [
2865 "src/"
2866 ]
2867 },
2868 "notification-url": "https://packagist.org/downloads/",
2869 "license": [
2870 "BSD-3-Clause"
2871 ],
2872 "authors": [
2873 {
2874 "name": "Sebastian Bergmann",
2875 "email": "sebastian@phpunit.de",
2876 "role": "lead"
2877 }
2878 ],
2879 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2880 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2881 "keywords": [
2882 "coverage",
2883 "testing",
2884 "xunit"
2885 ],
2886 "support": {
2887 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2888 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
2889 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.11"
2890 },
2891 "funding": [
2892 {
2893 "url": "https://github.com/sebastianbergmann",
2894 "type": "github"
2895 }
2896 ],
2897 "time": "2023-12-21T15:38:30+00:00"
2898 },
2899 {
2900 "name": "phpunit/php-file-iterator",
2901 "version": "4.1.0",
2902 "source": {
2903 "type": "git",
2904 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2905 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
2906 },
2907 "dist": {
2908 "type": "zip",
2909 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
2910 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
2911 "shasum": ""
2912 },
2913 "require": {
2914 "php": ">=8.1"
2915 },
2916 "require-dev": {
2917 "phpunit/phpunit": "^10.0"
2918 },
2919 "type": "library",
2920 "extra": {
2921 "branch-alias": {
2922 "dev-main": "4.0-dev"
2923 }
2924 },
2925 "autoload": {
2926 "classmap": [
2927 "src/"
2928 ]
2929 },
2930 "notification-url": "https://packagist.org/downloads/",
2931 "license": [
2932 "BSD-3-Clause"
2933 ],
2934 "authors": [
2935 {
2936 "name": "Sebastian Bergmann",
2937 "email": "sebastian@phpunit.de",
2938 "role": "lead"
2939 }
2940 ],
2941 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2942 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2943 "keywords": [
2944 "filesystem",
2945 "iterator"
2946 ],
2947 "support": {
2948 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2949 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
2950 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
2951 },
2952 "funding": [
2953 {
2954 "url": "https://github.com/sebastianbergmann",
2955 "type": "github"
2956 }
2957 ],
2958 "time": "2023-08-31T06:24:48+00:00"
2959 },
2960 {
2961 "name": "phpunit/php-invoker",
2962 "version": "4.0.0",
2963 "source": {
2964 "type": "git",
2965 "url": "https://github.com/sebastianbergmann/php-invoker.git",
2966 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
2967 },
2968 "dist": {
2969 "type": "zip",
2970 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
2971 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
2972 "shasum": ""
2973 },
2974 "require": {
2975 "php": ">=8.1"
2976 },
2977 "require-dev": {
2978 "ext-pcntl": "*",
2979 "phpunit/phpunit": "^10.0"
2980 },
2981 "suggest": {
2982 "ext-pcntl": "*"
2983 },
2984 "type": "library",
2985 "extra": {
2986 "branch-alias": {
2987 "dev-main": "4.0-dev"
2988 }
2989 },
2990 "autoload": {
2991 "classmap": [
2992 "src/"
2993 ]
2994 },
2995 "notification-url": "https://packagist.org/downloads/",
2996 "license": [
2997 "BSD-3-Clause"
2998 ],
2999 "authors": [
3000 {
3001 "name": "Sebastian Bergmann",
3002 "email": "sebastian@phpunit.de",
3003 "role": "lead"
3004 }
3005 ],
3006 "description": "Invoke callables with a timeout",
3007 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
3008 "keywords": [
3009 "process"
3010 ],
3011 "support": {
3012 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
3013 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
3014 },
3015 "funding": [
3016 {
3017 "url": "https://github.com/sebastianbergmann",
3018 "type": "github"
3019 }
3020 ],
3021 "time": "2023-02-03T06:56:09+00:00"
3022 },
3023 {
3024 "name": "phpunit/php-text-template",
3025 "version": "3.0.1",
3026 "source": {
3027 "type": "git",
3028 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3029 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
3030 },
3031 "dist": {
3032 "type": "zip",
3033 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
3034 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
3035 "shasum": ""
3036 },
3037 "require": {
3038 "php": ">=8.1"
3039 },
3040 "require-dev": {
3041 "phpunit/phpunit": "^10.0"
3042 },
3043 "type": "library",
3044 "extra": {
3045 "branch-alias": {
3046 "dev-main": "3.0-dev"
3047 }
3048 },
3049 "autoload": {
3050 "classmap": [
3051 "src/"
3052 ]
3053 },
3054 "notification-url": "https://packagist.org/downloads/",
3055 "license": [
3056 "BSD-3-Clause"
3057 ],
3058 "authors": [
3059 {
3060 "name": "Sebastian Bergmann",
3061 "email": "sebastian@phpunit.de",
3062 "role": "lead"
3063 }
3064 ],
3065 "description": "Simple template engine.",
3066 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3067 "keywords": [
3068 "template"
3069 ],
3070 "support": {
3071 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
3072 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
3073 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
3074 },
3075 "funding": [
3076 {
3077 "url": "https://github.com/sebastianbergmann",
3078 "type": "github"
3079 }
3080 ],
3081 "time": "2023-08-31T14:07:24+00:00"
3082 },
3083 {
3084 "name": "phpunit/php-timer",
3085 "version": "6.0.0",
3086 "source": {
3087 "type": "git",
3088 "url": "https://github.com/sebastianbergmann/php-timer.git",
3089 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
3090 },
3091 "dist": {
3092 "type": "zip",
3093 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
3094 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
3095 "shasum": ""
3096 },
3097 "require": {
3098 "php": ">=8.1"
3099 },
3100 "require-dev": {
3101 "phpunit/phpunit": "^10.0"
3102 },
3103 "type": "library",
3104 "extra": {
3105 "branch-alias": {
3106 "dev-main": "6.0-dev"
3107 }
3108 },
3109 "autoload": {
3110 "classmap": [
3111 "src/"
3112 ]
3113 },
3114 "notification-url": "https://packagist.org/downloads/",
3115 "license": [
3116 "BSD-3-Clause"
3117 ],
3118 "authors": [
3119 {
3120 "name": "Sebastian Bergmann",
3121 "email": "sebastian@phpunit.de",
3122 "role": "lead"
3123 }
3124 ],
3125 "description": "Utility class for timing",
3126 "homepage": "https://github.com/sebastianbergmann/php-timer/",
3127 "keywords": [
3128 "timer"
3129 ],
3130 "support": {
3131 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
3132 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
3133 },
3134 "funding": [
3135 {
3136 "url": "https://github.com/sebastianbergmann",
3137 "type": "github"
3138 }
3139 ],
3140 "time": "2023-02-03T06:57:52+00:00"
3141 },
3142 {
3143 "name": "phpunit/phpunit",
3144 "version": "10.5.11",
3145 "source": {
3146 "type": "git",
3147 "url": "https://github.com/sebastianbergmann/phpunit.git",
3148 "reference": "0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4"
3149 },
3150 "dist": {
3151 "type": "zip",
3152 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4",
3153 "reference": "0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4",
3154 "shasum": ""
3155 },
3156 "require": {
3157 "ext-dom": "*",
3158 "ext-json": "*",
3159 "ext-libxml": "*",
3160 "ext-mbstring": "*",
3161 "ext-xml": "*",
3162 "ext-xmlwriter": "*",
3163 "myclabs/deep-copy": "^1.10.1",
3164 "phar-io/manifest": "^2.0.3",
3165 "phar-io/version": "^3.0.2",
3166 "php": ">=8.1",
3167 "phpunit/php-code-coverage": "^10.1.5",
3168 "phpunit/php-file-iterator": "^4.0",
3169 "phpunit/php-invoker": "^4.0",
3170 "phpunit/php-text-template": "^3.0",
3171 "phpunit/php-timer": "^6.0",
3172 "sebastian/cli-parser": "^2.0",
3173 "sebastian/code-unit": "^2.0",
3174 "sebastian/comparator": "^5.0",
3175 "sebastian/diff": "^5.0",
3176 "sebastian/environment": "^6.0",
3177 "sebastian/exporter": "^5.1",
3178 "sebastian/global-state": "^6.0.1",
3179 "sebastian/object-enumerator": "^5.0",
3180 "sebastian/recursion-context": "^5.0",
3181 "sebastian/type": "^4.0",
3182 "sebastian/version": "^4.0"
3183 },
3184 "suggest": {
3185 "ext-soap": "To be able to generate mocks based on WSDL files"
3186 },
3187 "bin": [
3188 "phpunit"
3189 ],
3190 "type": "library",
3191 "extra": {
3192 "branch-alias": {
3193 "dev-main": "10.5-dev"
3194 }
3195 },
3196 "autoload": {
3197 "files": [
3198 "src/Framework/Assert/Functions.php"
3199 ],
3200 "classmap": [
3201 "src/"
3202 ]
3203 },
3204 "notification-url": "https://packagist.org/downloads/",
3205 "license": [
3206 "BSD-3-Clause"
3207 ],
3208 "authors": [
3209 {
3210 "name": "Sebastian Bergmann",
3211 "email": "sebastian@phpunit.de",
3212 "role": "lead"
3213 }
3214 ],
3215 "description": "The PHP Unit Testing framework.",
3216 "homepage": "https://phpunit.de/",
3217 "keywords": [
3218 "phpunit",
3219 "testing",
3220 "xunit"
3221 ],
3222 "support": {
3223 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
3224 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
3225 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.11"
3226 },
3227 "funding": [
3228 {
3229 "url": "https://phpunit.de/sponsors.html",
3230 "type": "custom"
3231 },
3232 {
3233 "url": "https://github.com/sebastianbergmann",
3234 "type": "github"
3235 },
3236 {
3237 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
3238 "type": "tidelift"
3239 }
3240 ],
3241 "time": "2024-02-25T14:05:00+00:00"
3242 },
3243 {
3244 "name": "psr/http-client",
3245 "version": "1.0.3",
3246 "source": {
3247 "type": "git",
3248 "url": "https://github.com/php-fig/http-client.git",
3249 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
3250 },
3251 "dist": {
3252 "type": "zip",
3253 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
3254 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
3255 "shasum": ""
3256 },
3257 "require": {
3258 "php": "^7.0 || ^8.0",
3259 "psr/http-message": "^1.0 || ^2.0"
3260 },
3261 "type": "library",
3262 "extra": {
3263 "branch-alias": {
3264 "dev-master": "1.0.x-dev"
3265 }
3266 },
3267 "autoload": {
3268 "psr-4": {
3269 "Psr\\Http\\Client\\": "src/"
3270 }
3271 },
3272 "notification-url": "https://packagist.org/downloads/",
3273 "license": [
3274 "MIT"
3275 ],
3276 "authors": [
3277 {
3278 "name": "PHP-FIG",
3279 "homepage": "https://www.php-fig.org/"
3280 }
3281 ],
3282 "description": "Common interface for HTTP clients",
3283 "homepage": "https://github.com/php-fig/http-client",
3284 "keywords": [
3285 "http",
3286 "http-client",
3287 "psr",
3288 "psr-18"
3289 ],
3290 "support": {
3291 "source": "https://github.com/php-fig/http-client"
3292 },
3293 "time": "2023-09-23T14:17:50+00:00"
3294 },
3295 {
3296 "name": "psr/http-factory",
3297 "version": "1.0.2",
3298 "source": {
3299 "type": "git",
3300 "url": "https://github.com/php-fig/http-factory.git",
3301 "reference": "e616d01114759c4c489f93b099585439f795fe35"
3302 },
3303 "dist": {
3304 "type": "zip",
3305 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
3306 "reference": "e616d01114759c4c489f93b099585439f795fe35",
3307 "shasum": ""
3308 },
3309 "require": {
3310 "php": ">=7.0.0",
3311 "psr/http-message": "^1.0 || ^2.0"
3312 },
3313 "type": "library",
3314 "extra": {
3315 "branch-alias": {
3316 "dev-master": "1.0.x-dev"
3317 }
3318 },
3319 "autoload": {
3320 "psr-4": {
3321 "Psr\\Http\\Message\\": "src/"
3322 }
3323 },
3324 "notification-url": "https://packagist.org/downloads/",
3325 "license": [
3326 "MIT"
3327 ],
3328 "authors": [
3329 {
3330 "name": "PHP-FIG",
3331 "homepage": "https://www.php-fig.org/"
3332 }
3333 ],
3334 "description": "Common interfaces for PSR-7 HTTP message factories",
3335 "keywords": [
3336 "factory",
3337 "http",
3338 "message",
3339 "psr",
3340 "psr-17",
3341 "psr-7",
3342 "request",
3343 "response"
3344 ],
3345 "support": {
3346 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
3347 },
3348 "time": "2023-04-10T20:10:41+00:00"
3349 },
3350 {
3351 "name": "psr/http-message",
3352 "version": "2.0",
3353 "source": {
3354 "type": "git",
3355 "url": "https://github.com/php-fig/http-message.git",
3356 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
3357 },
3358 "dist": {
3359 "type": "zip",
3360 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3361 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
3362 "shasum": ""
3363 },
3364 "require": {
3365 "php": "^7.2 || ^8.0"
3366 },
3367 "type": "library",
3368 "extra": {
3369 "branch-alias": {
3370 "dev-master": "2.0.x-dev"
3371 }
3372 },
3373 "autoload": {
3374 "psr-4": {
3375 "Psr\\Http\\Message\\": "src/"
3376 }
3377 },
3378 "notification-url": "https://packagist.org/downloads/",
3379 "license": [
3380 "MIT"
3381 ],
3382 "authors": [
3383 {
3384 "name": "PHP-FIG",
3385 "homepage": "https://www.php-fig.org/"
3386 }
3387 ],
3388 "description": "Common interface for HTTP messages",
3389 "homepage": "https://github.com/php-fig/http-message",
3390 "keywords": [
3391 "http",
3392 "http-message",
3393 "psr",
3394 "psr-7",
3395 "request",
3396 "response"
3397 ],
3398 "support": {
3399 "source": "https://github.com/php-fig/http-message/tree/2.0"
3400 },
3401 "time": "2023-04-04T09:54:51+00:00"
3402 },
3403 {
3404 "name": "ralouphie/getallheaders",
3405 "version": "3.0.3",
3406 "source": {
3407 "type": "git",
3408 "url": "https://github.com/ralouphie/getallheaders.git",
3409 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3410 },
3411 "dist": {
3412 "type": "zip",
3413 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3414 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3415 "shasum": ""
3416 },
3417 "require": {
3418 "php": ">=5.6"
3419 },
3420 "require-dev": {
3421 "php-coveralls/php-coveralls": "^2.1",
3422 "phpunit/phpunit": "^5 || ^6.5"
3423 },
3424 "type": "library",
3425 "autoload": {
3426 "files": [
3427 "src/getallheaders.php"
3428 ]
3429 },
3430 "notification-url": "https://packagist.org/downloads/",
3431 "license": [
3432 "MIT"
3433 ],
3434 "authors": [
3435 {
3436 "name": "Ralph Khattar",
3437 "email": "ralph.khattar@gmail.com"
3438 }
3439 ],
3440 "description": "A polyfill for getallheaders.",
3441 "support": {
3442 "issues": "https://github.com/ralouphie/getallheaders/issues",
3443 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3444 },
3445 "time": "2019-03-08T08:55:37+00:00"
3446 },
3447 {
3448 "name": "sebastian/cli-parser",
3449 "version": "2.0.0",
3450 "source": {
3451 "type": "git",
3452 "url": "https://github.com/sebastianbergmann/cli-parser.git",
3453 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
3454 },
3455 "dist": {
3456 "type": "zip",
3457 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
3458 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
3459 "shasum": ""
3460 },
3461 "require": {
3462 "php": ">=8.1"
3463 },
3464 "require-dev": {
3465 "phpunit/phpunit": "^10.0"
3466 },
3467 "type": "library",
3468 "extra": {
3469 "branch-alias": {
3470 "dev-main": "2.0-dev"
3471 }
3472 },
3473 "autoload": {
3474 "classmap": [
3475 "src/"
3476 ]
3477 },
3478 "notification-url": "https://packagist.org/downloads/",
3479 "license": [
3480 "BSD-3-Clause"
3481 ],
3482 "authors": [
3483 {
3484 "name": "Sebastian Bergmann",
3485 "email": "sebastian@phpunit.de",
3486 "role": "lead"
3487 }
3488 ],
3489 "description": "Library for parsing CLI options",
3490 "homepage": "https://github.com/sebastianbergmann/cli-parser",
3491 "support": {
3492 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
3493 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
3494 },
3495 "funding": [
3496 {
3497 "url": "https://github.com/sebastianbergmann",
3498 "type": "github"
3499 }
3500 ],
3501 "time": "2023-02-03T06:58:15+00:00"
3502 },
3503 {
3504 "name": "sebastian/code-unit",
3505 "version": "2.0.0",
3506 "source": {
3507 "type": "git",
3508 "url": "https://github.com/sebastianbergmann/code-unit.git",
3509 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
3510 },
3511 "dist": {
3512 "type": "zip",
3513 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
3514 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
3515 "shasum": ""
3516 },
3517 "require": {
3518 "php": ">=8.1"
3519 },
3520 "require-dev": {
3521 "phpunit/phpunit": "^10.0"
3522 },
3523 "type": "library",
3524 "extra": {
3525 "branch-alias": {
3526 "dev-main": "2.0-dev"
3527 }
3528 },
3529 "autoload": {
3530 "classmap": [
3531 "src/"
3532 ]
3533 },
3534 "notification-url": "https://packagist.org/downloads/",
3535 "license": [
3536 "BSD-3-Clause"
3537 ],
3538 "authors": [
3539 {
3540 "name": "Sebastian Bergmann",
3541 "email": "sebastian@phpunit.de",
3542 "role": "lead"
3543 }
3544 ],
3545 "description": "Collection of value objects that represent the PHP code units",
3546 "homepage": "https://github.com/sebastianbergmann/code-unit",
3547 "support": {
3548 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
3549 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
3550 },
3551 "funding": [
3552 {
3553 "url": "https://github.com/sebastianbergmann",
3554 "type": "github"
3555 }
3556 ],
3557 "time": "2023-02-03T06:58:43+00:00"
3558 },
3559 {
3560 "name": "sebastian/code-unit-reverse-lookup",
3561 "version": "3.0.0",
3562 "source": {
3563 "type": "git",
3564 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
3565 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
3566 },
3567 "dist": {
3568 "type": "zip",
3569 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
3570 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
3571 "shasum": ""
3572 },
3573 "require": {
3574 "php": ">=8.1"
3575 },
3576 "require-dev": {
3577 "phpunit/phpunit": "^10.0"
3578 },
3579 "type": "library",
3580 "extra": {
3581 "branch-alias": {
3582 "dev-main": "3.0-dev"
3583 }
3584 },
3585 "autoload": {
3586 "classmap": [
3587 "src/"
3588 ]
3589 },
3590 "notification-url": "https://packagist.org/downloads/",
3591 "license": [
3592 "BSD-3-Clause"
3593 ],
3594 "authors": [
3595 {
3596 "name": "Sebastian Bergmann",
3597 "email": "sebastian@phpunit.de"
3598 }
3599 ],
3600 "description": "Looks up which function or method a line of code belongs to",
3601 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
3602 "support": {
3603 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
3604 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
3605 },
3606 "funding": [
3607 {
3608 "url": "https://github.com/sebastianbergmann",
3609 "type": "github"
3610 }
3611 ],
3612 "time": "2023-02-03T06:59:15+00:00"
3613 },
3614 {
3615 "name": "sebastian/comparator",
3616 "version": "5.0.1",
3617 "source": {
3618 "type": "git",
3619 "url": "https://github.com/sebastianbergmann/comparator.git",
3620 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
3621 },
3622 "dist": {
3623 "type": "zip",
3624 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
3625 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
3626 "shasum": ""
3627 },
3628 "require": {
3629 "ext-dom": "*",
3630 "ext-mbstring": "*",
3631 "php": ">=8.1",
3632 "sebastian/diff": "^5.0",
3633 "sebastian/exporter": "^5.0"
3634 },
3635 "require-dev": {
3636 "phpunit/phpunit": "^10.3"
3637 },
3638 "type": "library",
3639 "extra": {
3640 "branch-alias": {
3641 "dev-main": "5.0-dev"
3642 }
3643 },
3644 "autoload": {
3645 "classmap": [
3646 "src/"
3647 ]
3648 },
3649 "notification-url": "https://packagist.org/downloads/",
3650 "license": [
3651 "BSD-3-Clause"
3652 ],
3653 "authors": [
3654 {
3655 "name": "Sebastian Bergmann",
3656 "email": "sebastian@phpunit.de"
3657 },
3658 {
3659 "name": "Jeff Welch",
3660 "email": "whatthejeff@gmail.com"
3661 },
3662 {
3663 "name": "Volker Dusch",
3664 "email": "github@wallbash.com"
3665 },
3666 {
3667 "name": "Bernhard Schussek",
3668 "email": "bschussek@2bepublished.at"
3669 }
3670 ],
3671 "description": "Provides the functionality to compare PHP values for equality",
3672 "homepage": "https://github.com/sebastianbergmann/comparator",
3673 "keywords": [
3674 "comparator",
3675 "compare",
3676 "equality"
3677 ],
3678 "support": {
3679 "issues": "https://github.com/sebastianbergmann/comparator/issues",
3680 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
3681 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
3682 },
3683 "funding": [
3684 {
3685 "url": "https://github.com/sebastianbergmann",
3686 "type": "github"
3687 }
3688 ],
3689 "time": "2023-08-14T13:18:12+00:00"
3690 },
3691 {
3692 "name": "sebastian/complexity",
3693 "version": "3.2.0",
3694 "source": {
3695 "type": "git",
3696 "url": "https://github.com/sebastianbergmann/complexity.git",
3697 "reference": "68ff824baeae169ec9f2137158ee529584553799"
3698 },
3699 "dist": {
3700 "type": "zip",
3701 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
3702 "reference": "68ff824baeae169ec9f2137158ee529584553799",
3703 "shasum": ""
3704 },
3705 "require": {
3706 "nikic/php-parser": "^4.18 || ^5.0",
3707 "php": ">=8.1"
3708 },
3709 "require-dev": {
3710 "phpunit/phpunit": "^10.0"
3711 },
3712 "type": "library",
3713 "extra": {
3714 "branch-alias": {
3715 "dev-main": "3.2-dev"
3716 }
3717 },
3718 "autoload": {
3719 "classmap": [
3720 "src/"
3721 ]
3722 },
3723 "notification-url": "https://packagist.org/downloads/",
3724 "license": [
3725 "BSD-3-Clause"
3726 ],
3727 "authors": [
3728 {
3729 "name": "Sebastian Bergmann",
3730 "email": "sebastian@phpunit.de",
3731 "role": "lead"
3732 }
3733 ],
3734 "description": "Library for calculating the complexity of PHP code units",
3735 "homepage": "https://github.com/sebastianbergmann/complexity",
3736 "support": {
3737 "issues": "https://github.com/sebastianbergmann/complexity/issues",
3738 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
3739 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
3740 },
3741 "funding": [
3742 {
3743 "url": "https://github.com/sebastianbergmann",
3744 "type": "github"
3745 }
3746 ],
3747 "time": "2023-12-21T08:37:17+00:00"
3748 },
3749 {
3750 "name": "sebastian/environment",
3751 "version": "6.0.1",
3752 "source": {
3753 "type": "git",
3754 "url": "https://github.com/sebastianbergmann/environment.git",
3755 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
3756 },
3757 "dist": {
3758 "type": "zip",
3759 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
3760 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
3761 "shasum": ""
3762 },
3763 "require": {
3764 "php": ">=8.1"
3765 },
3766 "require-dev": {
3767 "phpunit/phpunit": "^10.0"
3768 },
3769 "suggest": {
3770 "ext-posix": "*"
3771 },
3772 "type": "library",
3773 "extra": {
3774 "branch-alias": {
3775 "dev-main": "6.0-dev"
3776 }
3777 },
3778 "autoload": {
3779 "classmap": [
3780 "src/"
3781 ]
3782 },
3783 "notification-url": "https://packagist.org/downloads/",
3784 "license": [
3785 "BSD-3-Clause"
3786 ],
3787 "authors": [
3788 {
3789 "name": "Sebastian Bergmann",
3790 "email": "sebastian@phpunit.de"
3791 }
3792 ],
3793 "description": "Provides functionality to handle HHVM/PHP environments",
3794 "homepage": "https://github.com/sebastianbergmann/environment",
3795 "keywords": [
3796 "Xdebug",
3797 "environment",
3798 "hhvm"
3799 ],
3800 "support": {
3801 "issues": "https://github.com/sebastianbergmann/environment/issues",
3802 "security": "https://github.com/sebastianbergmann/environment/security/policy",
3803 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
3804 },
3805 "funding": [
3806 {
3807 "url": "https://github.com/sebastianbergmann",
3808 "type": "github"
3809 }
3810 ],
3811 "time": "2023-04-11T05:39:26+00:00"
3812 },
3813 {
3814 "name": "sebastian/exporter",
3815 "version": "5.1.1",
3816 "source": {
3817 "type": "git",
3818 "url": "https://github.com/sebastianbergmann/exporter.git",
3819 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
3820 },
3821 "dist": {
3822 "type": "zip",
3823 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
3824 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
3825 "shasum": ""
3826 },
3827 "require": {
3828 "ext-mbstring": "*",
3829 "php": ">=8.1",
3830 "sebastian/recursion-context": "^5.0"
3831 },
3832 "require-dev": {
3833 "phpunit/phpunit": "^10.0"
3834 },
3835 "type": "library",
3836 "extra": {
3837 "branch-alias": {
3838 "dev-main": "5.1-dev"
3839 }
3840 },
3841 "autoload": {
3842 "classmap": [
3843 "src/"
3844 ]
3845 },
3846 "notification-url": "https://packagist.org/downloads/",
3847 "license": [
3848 "BSD-3-Clause"
3849 ],
3850 "authors": [
3851 {
3852 "name": "Sebastian Bergmann",
3853 "email": "sebastian@phpunit.de"
3854 },
3855 {
3856 "name": "Jeff Welch",
3857 "email": "whatthejeff@gmail.com"
3858 },
3859 {
3860 "name": "Volker Dusch",
3861 "email": "github@wallbash.com"
3862 },
3863 {
3864 "name": "Adam Harvey",
3865 "email": "aharvey@php.net"
3866 },
3867 {
3868 "name": "Bernhard Schussek",
3869 "email": "bschussek@gmail.com"
3870 }
3871 ],
3872 "description": "Provides the functionality to export PHP variables for visualization",
3873 "homepage": "https://www.github.com/sebastianbergmann/exporter",
3874 "keywords": [
3875 "export",
3876 "exporter"
3877 ],
3878 "support": {
3879 "issues": "https://github.com/sebastianbergmann/exporter/issues",
3880 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
3881 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
3882 },
3883 "funding": [
3884 {
3885 "url": "https://github.com/sebastianbergmann",
3886 "type": "github"
3887 }
3888 ],
3889 "time": "2023-09-24T13:22:09+00:00"
3890 },
3891 {
3892 "name": "sebastian/global-state",
3893 "version": "6.0.1",
3894 "source": {
3895 "type": "git",
3896 "url": "https://github.com/sebastianbergmann/global-state.git",
3897 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
3898 },
3899 "dist": {
3900 "type": "zip",
3901 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
3902 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
3903 "shasum": ""
3904 },
3905 "require": {
3906 "php": ">=8.1",
3907 "sebastian/object-reflector": "^3.0",
3908 "sebastian/recursion-context": "^5.0"
3909 },
3910 "require-dev": {
3911 "ext-dom": "*",
3912 "phpunit/phpunit": "^10.0"
3913 },
3914 "type": "library",
3915 "extra": {
3916 "branch-alias": {
3917 "dev-main": "6.0-dev"
3918 }
3919 },
3920 "autoload": {
3921 "classmap": [
3922 "src/"
3923 ]
3924 },
3925 "notification-url": "https://packagist.org/downloads/",
3926 "license": [
3927 "BSD-3-Clause"
3928 ],
3929 "authors": [
3930 {
3931 "name": "Sebastian Bergmann",
3932 "email": "sebastian@phpunit.de"
3933 }
3934 ],
3935 "description": "Snapshotting of global state",
3936 "homepage": "http://www.github.com/sebastianbergmann/global-state",
3937 "keywords": [
3938 "global state"
3939 ],
3940 "support": {
3941 "issues": "https://github.com/sebastianbergmann/global-state/issues",
3942 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
3943 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
3944 },
3945 "funding": [
3946 {
3947 "url": "https://github.com/sebastianbergmann",
3948 "type": "github"
3949 }
3950 ],
3951 "time": "2023-07-19T07:19:23+00:00"
3952 },
3953 {
3954 "name": "sebastian/lines-of-code",
3955 "version": "2.0.2",
3956 "source": {
3957 "type": "git",
3958 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
3959 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
3960 },
3961 "dist": {
3962 "type": "zip",
3963 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
3964 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
3965 "shasum": ""
3966 },
3967 "require": {
3968 "nikic/php-parser": "^4.18 || ^5.0",
3969 "php": ">=8.1"
3970 },
3971 "require-dev": {
3972 "phpunit/phpunit": "^10.0"
3973 },
3974 "type": "library",
3975 "extra": {
3976 "branch-alias": {
3977 "dev-main": "2.0-dev"
3978 }
3979 },
3980 "autoload": {
3981 "classmap": [
3982 "src/"
3983 ]
3984 },
3985 "notification-url": "https://packagist.org/downloads/",
3986 "license": [
3987 "BSD-3-Clause"
3988 ],
3989 "authors": [
3990 {
3991 "name": "Sebastian Bergmann",
3992 "email": "sebastian@phpunit.de",
3993 "role": "lead"
3994 }
3995 ],
3996 "description": "Library for counting the lines of code in PHP source code",
3997 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
3998 "support": {
3999 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
4000 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
4001 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
4002 },
4003 "funding": [
4004 {
4005 "url": "https://github.com/sebastianbergmann",
4006 "type": "github"
4007 }
4008 ],
4009 "time": "2023-12-21T08:38:20+00:00"
4010 },
4011 {
4012 "name": "sebastian/object-enumerator",
4013 "version": "5.0.0",
4014 "source": {
4015 "type": "git",
4016 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4017 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
4018 },
4019 "dist": {
4020 "type": "zip",
4021 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
4022 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
4023 "shasum": ""
4024 },
4025 "require": {
4026 "php": ">=8.1",
4027 "sebastian/object-reflector": "^3.0",
4028 "sebastian/recursion-context": "^5.0"
4029 },
4030 "require-dev": {
4031 "phpunit/phpunit": "^10.0"
4032 },
4033 "type": "library",
4034 "extra": {
4035 "branch-alias": {
4036 "dev-main": "5.0-dev"
4037 }
4038 },
4039 "autoload": {
4040 "classmap": [
4041 "src/"
4042 ]
4043 },
4044 "notification-url": "https://packagist.org/downloads/",
4045 "license": [
4046 "BSD-3-Clause"
4047 ],
4048 "authors": [
4049 {
4050 "name": "Sebastian Bergmann",
4051 "email": "sebastian@phpunit.de"
4052 }
4053 ],
4054 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4055 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4056 "support": {
4057 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
4058 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
4059 },
4060 "funding": [
4061 {
4062 "url": "https://github.com/sebastianbergmann",
4063 "type": "github"
4064 }
4065 ],
4066 "time": "2023-02-03T07:08:32+00:00"
4067 },
4068 {
4069 "name": "sebastian/object-reflector",
4070 "version": "3.0.0",
4071 "source": {
4072 "type": "git",
4073 "url": "https://github.com/sebastianbergmann/object-reflector.git",
4074 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
4075 },
4076 "dist": {
4077 "type": "zip",
4078 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
4079 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
4080 "shasum": ""
4081 },
4082 "require": {
4083 "php": ">=8.1"
4084 },
4085 "require-dev": {
4086 "phpunit/phpunit": "^10.0"
4087 },
4088 "type": "library",
4089 "extra": {
4090 "branch-alias": {
4091 "dev-main": "3.0-dev"
4092 }
4093 },
4094 "autoload": {
4095 "classmap": [
4096 "src/"
4097 ]
4098 },
4099 "notification-url": "https://packagist.org/downloads/",
4100 "license": [
4101 "BSD-3-Clause"
4102 ],
4103 "authors": [
4104 {
4105 "name": "Sebastian Bergmann",
4106 "email": "sebastian@phpunit.de"
4107 }
4108 ],
4109 "description": "Allows reflection of object attributes, including inherited and non-public ones",
4110 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4111 "support": {
4112 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
4113 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
4114 },
4115 "funding": [
4116 {
4117 "url": "https://github.com/sebastianbergmann",
4118 "type": "github"
4119 }
4120 ],
4121 "time": "2023-02-03T07:06:18+00:00"
4122 },
4123 {
4124 "name": "sebastian/recursion-context",
4125 "version": "5.0.0",
4126 "source": {
4127 "type": "git",
4128 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4129 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
4130 },
4131 "dist": {
4132 "type": "zip",
4133 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
4134 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
4135 "shasum": ""
4136 },
4137 "require": {
4138 "php": ">=8.1"
4139 },
4140 "require-dev": {
4141 "phpunit/phpunit": "^10.0"
4142 },
4143 "type": "library",
4144 "extra": {
4145 "branch-alias": {
4146 "dev-main": "5.0-dev"
4147 }
4148 },
4149 "autoload": {
4150 "classmap": [
4151 "src/"
4152 ]
4153 },
4154 "notification-url": "https://packagist.org/downloads/",
4155 "license": [
4156 "BSD-3-Clause"
4157 ],
4158 "authors": [
4159 {
4160 "name": "Sebastian Bergmann",
4161 "email": "sebastian@phpunit.de"
4162 },
4163 {
4164 "name": "Jeff Welch",
4165 "email": "whatthejeff@gmail.com"
4166 },
4167 {
4168 "name": "Adam Harvey",
4169 "email": "aharvey@php.net"
4170 }
4171 ],
4172 "description": "Provides functionality to recursively process PHP variables",
4173 "homepage": "https://github.com/sebastianbergmann/recursion-context",
4174 "support": {
4175 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
4176 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
4177 },
4178 "funding": [
4179 {
4180 "url": "https://github.com/sebastianbergmann",
4181 "type": "github"
4182 }
4183 ],
4184 "time": "2023-02-03T07:05:40+00:00"
4185 },
4186 {
4187 "name": "sebastian/type",
4188 "version": "4.0.0",
4189 "source": {
4190 "type": "git",
4191 "url": "https://github.com/sebastianbergmann/type.git",
4192 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
4193 },
4194 "dist": {
4195 "type": "zip",
4196 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
4197 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
4198 "shasum": ""
4199 },
4200 "require": {
4201 "php": ">=8.1"
4202 },
4203 "require-dev": {
4204 "phpunit/phpunit": "^10.0"
4205 },
4206 "type": "library",
4207 "extra": {
4208 "branch-alias": {
4209 "dev-main": "4.0-dev"
4210 }
4211 },
4212 "autoload": {
4213 "classmap": [
4214 "src/"
4215 ]
4216 },
4217 "notification-url": "https://packagist.org/downloads/",
4218 "license": [
4219 "BSD-3-Clause"
4220 ],
4221 "authors": [
4222 {
4223 "name": "Sebastian Bergmann",
4224 "email": "sebastian@phpunit.de",
4225 "role": "lead"
4226 }
4227 ],
4228 "description": "Collection of value objects that represent the types of the PHP type system",
4229 "homepage": "https://github.com/sebastianbergmann/type",
4230 "support": {
4231 "issues": "https://github.com/sebastianbergmann/type/issues",
4232 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
4233 },
4234 "funding": [
4235 {
4236 "url": "https://github.com/sebastianbergmann",
4237 "type": "github"
4238 }
4239 ],
4240 "time": "2023-02-03T07:10:45+00:00"
4241 },
4242 {
4243 "name": "sebastian/version",
4244 "version": "4.0.1",
4245 "source": {
4246 "type": "git",
4247 "url": "https://github.com/sebastianbergmann/version.git",
4248 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
4249 },
4250 "dist": {
4251 "type": "zip",
4252 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
4253 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
4254 "shasum": ""
4255 },
4256 "require": {
4257 "php": ">=8.1"
4258 },
4259 "type": "library",
4260 "extra": {
4261 "branch-alias": {
4262 "dev-main": "4.0-dev"
4263 }
4264 },
4265 "autoload": {
4266 "classmap": [
4267 "src/"
4268 ]
4269 },
4270 "notification-url": "https://packagist.org/downloads/",
4271 "license": [
4272 "BSD-3-Clause"
4273 ],
4274 "authors": [
4275 {
4276 "name": "Sebastian Bergmann",
4277 "email": "sebastian@phpunit.de",
4278 "role": "lead"
4279 }
4280 ],
4281 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4282 "homepage": "https://github.com/sebastianbergmann/version",
4283 "support": {
4284 "issues": "https://github.com/sebastianbergmann/version/issues",
4285 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
4286 },
4287 "funding": [
4288 {
4289 "url": "https://github.com/sebastianbergmann",
4290 "type": "github"
4291 }
4292 ],
4293 "time": "2023-02-07T11:34:05+00:00"
4294 },
4295 {
4296 "name": "symfony/config",
4297 "version": "v6.4.4",
4298 "source": {
4299 "type": "git",
4300 "url": "https://github.com/symfony/config.git",
4301 "reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047"
4302 },
4303 "dist": {
4304 "type": "zip",
4305 "url": "https://api.github.com/repos/symfony/config/zipball/6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
4306 "reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
4307 "shasum": ""
4308 },
4309 "require": {
4310 "php": ">=8.1",
4311 "symfony/deprecation-contracts": "^2.5|^3",
4312 "symfony/filesystem": "^5.4|^6.0|^7.0",
4313 "symfony/polyfill-ctype": "~1.8"
4314 },
4315 "conflict": {
4316 "symfony/finder": "<5.4",
4317 "symfony/service-contracts": "<2.5"
4318 },
4319 "require-dev": {
4320 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
4321 "symfony/finder": "^5.4|^6.0|^7.0",
4322 "symfony/messenger": "^5.4|^6.0|^7.0",
4323 "symfony/service-contracts": "^2.5|^3",
4324 "symfony/yaml": "^5.4|^6.0|^7.0"
4325 },
4326 "type": "library",
4327 "autoload": {
4328 "psr-4": {
4329 "Symfony\\Component\\Config\\": ""
4330 },
4331 "exclude-from-classmap": [
4332 "/Tests/"
4333 ]
4334 },
4335 "notification-url": "https://packagist.org/downloads/",
4336 "license": [
4337 "MIT"
4338 ],
4339 "authors": [
4340 {
4341 "name": "Fabien Potencier",
4342 "email": "fabien@symfony.com"
4343 },
4344 {
4345 "name": "Symfony Community",
4346 "homepage": "https://symfony.com/contributors"
4347 }
4348 ],
4349 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
4350 "homepage": "https://symfony.com",
4351 "support": {
4352 "source": "https://github.com/symfony/config/tree/v6.4.4"
4353 },
4354 "funding": [
4355 {
4356 "url": "https://symfony.com/sponsor",
4357 "type": "custom"
4358 },
4359 {
4360 "url": "https://github.com/fabpot",
4361 "type": "github"
4362 },
4363 {
4364 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4365 "type": "tidelift"
4366 }
4367 ],
4368 "time": "2024-02-26T07:52:26+00:00"
4369 },
4370 {
4371 "name": "symfony/dependency-injection",
4372 "version": "v6.4.4",
4373 "source": {
4374 "type": "git",
4375 "url": "https://github.com/symfony/dependency-injection.git",
4376 "reference": "6236e5e843cb763e9d0f74245678b994afea5363"
4377 },
4378 "dist": {
4379 "type": "zip",
4380 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6236e5e843cb763e9d0f74245678b994afea5363",
4381 "reference": "6236e5e843cb763e9d0f74245678b994afea5363",
4382 "shasum": ""
4383 },
4384 "require": {
4385 "php": ">=8.1",
4386 "psr/container": "^1.1|^2.0",
4387 "symfony/deprecation-contracts": "^2.5|^3",
4388 "symfony/service-contracts": "^2.5|^3.0",
4389 "symfony/var-exporter": "^6.2.10|^7.0"
4390 },
4391 "conflict": {
4392 "ext-psr": "<1.1|>=2",
4393 "symfony/config": "<6.1",
4394 "symfony/finder": "<5.4",
4395 "symfony/proxy-manager-bridge": "<6.3",
4396 "symfony/yaml": "<5.4"
4397 },
4398 "provide": {
4399 "psr/container-implementation": "1.1|2.0",
4400 "symfony/service-implementation": "1.1|2.0|3.0"
4401 },
4402 "require-dev": {
4403 "symfony/config": "^6.1|^7.0",
4404 "symfony/expression-language": "^5.4|^6.0|^7.0",
4405 "symfony/yaml": "^5.4|^6.0|^7.0"
4406 },
4407 "type": "library",
4408 "autoload": {
4409 "psr-4": {
4410 "Symfony\\Component\\DependencyInjection\\": ""
4411 },
4412 "exclude-from-classmap": [
4413 "/Tests/"
4414 ]
4415 },
4416 "notification-url": "https://packagist.org/downloads/",
4417 "license": [
4418 "MIT"
4419 ],
4420 "authors": [
4421 {
4422 "name": "Fabien Potencier",
4423 "email": "fabien@symfony.com"
4424 },
4425 {
4426 "name": "Symfony Community",
4427 "homepage": "https://symfony.com/contributors"
4428 }
4429 ],
4430 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
4431 "homepage": "https://symfony.com",
4432 "support": {
4433 "source": "https://github.com/symfony/dependency-injection/tree/v6.4.4"
4434 },
4435 "funding": [
4436 {
4437 "url": "https://symfony.com/sponsor",
4438 "type": "custom"
4439 },
4440 {
4441 "url": "https://github.com/fabpot",
4442 "type": "github"
4443 },
4444 {
4445 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4446 "type": "tidelift"
4447 }
4448 ],
4449 "time": "2024-02-22T20:27:10+00:00"
4450 },
4451 {
4452 "name": "symfony/var-dumper",
4453 "version": "v6.4.4",
4454 "source": {
4455 "type": "git",
4456 "url": "https://github.com/symfony/var-dumper.git",
4457 "reference": "b439823f04c98b84d4366c79507e9da6230944b1"
4458 },
4459 "dist": {
4460 "type": "zip",
4461 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b439823f04c98b84d4366c79507e9da6230944b1",
4462 "reference": "b439823f04c98b84d4366c79507e9da6230944b1",
4463 "shasum": ""
4464 },
4465 "require": {
4466 "php": ">=8.1",
4467 "symfony/deprecation-contracts": "^2.5|^3",
4468 "symfony/polyfill-mbstring": "~1.0"
4469 },
4470 "conflict": {
4471 "symfony/console": "<5.4"
4472 },
4473 "require-dev": {
4474 "ext-iconv": "*",
4475 "symfony/console": "^5.4|^6.0|^7.0",
4476 "symfony/error-handler": "^6.3|^7.0",
4477 "symfony/http-kernel": "^5.4|^6.0|^7.0",
4478 "symfony/process": "^5.4|^6.0|^7.0",
4479 "symfony/uid": "^5.4|^6.0|^7.0",
4480 "twig/twig": "^2.13|^3.0.4"
4481 },
4482 "bin": [
4483 "Resources/bin/var-dump-server"
4484 ],
4485 "type": "library",
4486 "autoload": {
4487 "files": [
4488 "Resources/functions/dump.php"
4489 ],
4490 "psr-4": {
4491 "Symfony\\Component\\VarDumper\\": ""
4492 },
4493 "exclude-from-classmap": [
4494 "/Tests/"
4495 ]
4496 },
4497 "notification-url": "https://packagist.org/downloads/",
4498 "license": [
4499 "MIT"
4500 ],
4501 "authors": [
4502 {
4503 "name": "Nicolas Grekas",
4504 "email": "p@tchwork.com"
4505 },
4506 {
4507 "name": "Symfony Community",
4508 "homepage": "https://symfony.com/contributors"
4509 }
4510 ],
4511 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
4512 "homepage": "https://symfony.com",
4513 "keywords": [
4514 "debug",
4515 "dump"
4516 ],
4517 "support": {
4518 "source": "https://github.com/symfony/var-dumper/tree/v6.4.4"
4519 },
4520 "funding": [
4521 {
4522 "url": "https://symfony.com/sponsor",
4523 "type": "custom"
4524 },
4525 {
4526 "url": "https://github.com/fabpot",
4527 "type": "github"
4528 },
4529 {
4530 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4531 "type": "tidelift"
4532 }
4533 ],
4534 "time": "2024-02-15T11:23:52+00:00"
4535 },
4536 {
4537 "name": "symfony/var-exporter",
4538 "version": "v6.4.4",
4539 "source": {
4540 "type": "git",
4541 "url": "https://github.com/symfony/var-exporter.git",
4542 "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b"
4543 },
4544 "dist": {
4545 "type": "zip",
4546 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
4547 "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
4548 "shasum": ""
4549 },
4550 "require": {
4551 "php": ">=8.1",
4552 "symfony/deprecation-contracts": "^2.5|^3"
4553 },
4554 "require-dev": {
4555 "symfony/var-dumper": "^5.4|^6.0|^7.0"
4556 },
4557 "type": "library",
4558 "autoload": {
4559 "psr-4": {
4560 "Symfony\\Component\\VarExporter\\": ""
4561 },
4562 "exclude-from-classmap": [
4563 "/Tests/"
4564 ]
4565 },
4566 "notification-url": "https://packagist.org/downloads/",
4567 "license": [
4568 "MIT"
4569 ],
4570 "authors": [
4571 {
4572 "name": "Nicolas Grekas",
4573 "email": "p@tchwork.com"
4574 },
4575 {
4576 "name": "Symfony Community",
4577 "homepage": "https://symfony.com/contributors"
4578 }
4579 ],
4580 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
4581 "homepage": "https://symfony.com",
4582 "keywords": [
4583 "clone",
4584 "construct",
4585 "export",
4586 "hydrate",
4587 "instantiate",
4588 "lazy-loading",
4589 "proxy",
4590 "serialize"
4591 ],
4592 "support": {
4593 "source": "https://github.com/symfony/var-exporter/tree/v6.4.4"
4594 },
4595 "funding": [
4596 {
4597 "url": "https://symfony.com/sponsor",
4598 "type": "custom"
4599 },
4600 {
4601 "url": "https://github.com/fabpot",
4602 "type": "github"
4603 },
4604 {
4605 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4606 "type": "tidelift"
4607 }
4608 ],
4609 "time": "2024-02-26T08:37:45+00:00"
4610 },
4611 {
4612 "name": "symfony/yaml",
4613 "version": "v6.4.3",
4614 "source": {
4615 "type": "git",
4616 "url": "https://github.com/symfony/yaml.git",
4617 "reference": "d75715985f0f94f978e3a8fa42533e10db921b90"
4618 },
4619 "dist": {
4620 "type": "zip",
4621 "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90",
4622 "reference": "d75715985f0f94f978e3a8fa42533e10db921b90",
4623 "shasum": ""
4624 },
4625 "require": {
4626 "php": ">=8.1",
4627 "symfony/deprecation-contracts": "^2.5|^3",
4628 "symfony/polyfill-ctype": "^1.8"
4629 },
4630 "conflict": {
4631 "symfony/console": "<5.4"
4632 },
4633 "require-dev": {
4634 "symfony/console": "^5.4|^6.0|^7.0"
4635 },
4636 "bin": [
4637 "Resources/bin/yaml-lint"
4638 ],
4639 "type": "library",
4640 "autoload": {
4641 "psr-4": {
4642 "Symfony\\Component\\Yaml\\": ""
4643 },
4644 "exclude-from-classmap": [
4645 "/Tests/"
4646 ]
4647 },
4648 "notification-url": "https://packagist.org/downloads/",
4649 "license": [
4650 "MIT"
4651 ],
4652 "authors": [
4653 {
4654 "name": "Fabien Potencier",
4655 "email": "fabien@symfony.com"
4656 },
4657 {
4658 "name": "Symfony Community",
4659 "homepage": "https://symfony.com/contributors"
4660 }
4661 ],
4662 "description": "Loads and dumps YAML files",
4663 "homepage": "https://symfony.com",
4664 "support": {
4665 "source": "https://github.com/symfony/yaml/tree/v6.4.3"
4666 },
4667 "funding": [
4668 {
4669 "url": "https://symfony.com/sponsor",
4670 "type": "custom"
4671 },
4672 {
4673 "url": "https://github.com/fabpot",
4674 "type": "github"
4675 },
4676 {
4677 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4678 "type": "tidelift"
4679 }
4680 ],
4681 "time": "2024-01-23T14:51:35+00:00"
4682 },
4683 {
4684 "name": "theseer/tokenizer",
4685 "version": "1.2.2",
4686 "source": {
4687 "type": "git",
4688 "url": "https://github.com/theseer/tokenizer.git",
4689 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
4690 },
4691 "dist": {
4692 "type": "zip",
4693 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
4694 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
4695 "shasum": ""
4696 },
4697 "require": {
4698 "ext-dom": "*",
4699 "ext-tokenizer": "*",
4700 "ext-xmlwriter": "*",
4701 "php": "^7.2 || ^8.0"
4702 },
4703 "type": "library",
4704 "autoload": {
4705 "classmap": [
4706 "src/"
4707 ]
4708 },
4709 "notification-url": "https://packagist.org/downloads/",
4710 "license": [
4711 "BSD-3-Clause"
4712 ],
4713 "authors": [
4714 {
4715 "name": "Arne Blankerts",
4716 "email": "arne@blankerts.de",
4717 "role": "Developer"
4718 }
4719 ],
4720 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4721 "support": {
4722 "issues": "https://github.com/theseer/tokenizer/issues",
4723 "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
4724 },
4725 "funding": [
4726 {
4727 "url": "https://github.com/theseer",
4728 "type": "github"
4729 }
4730 ],
4731 "time": "2023-11-20T00:12:19+00:00"
4732 }
4733 ],
4734 "aliases": [],
4735 "minimum-stability": "stable",
4736 "stability-flags": [],
4737 "prefer-stable": false,
4738 "prefer-lowest": false,
4739 "platform": {
4740 "php": "^7.4 || ^8.0",
4741 "ext-filter": "*",
4742 "ext-json": "*",
4743 "ext-tokenizer": "*"
4744 },
4745 "platform-dev": [],
4746 "plugin-api-version": "2.6.0"
4747}