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