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