at master 44 kB view raw
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": "be6e60a56d4909a5b5673642a5aff4ff", 8 "packages": [ 9 { 10 "name": "composer/pcre", 11 "version": "3.1.1", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/composer/pcre.git", 15 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9", 20 "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^7.4 || ^8.0" 25 }, 26 "require-dev": { 27 "phpstan/phpstan": "^1.3", 28 "phpstan/phpstan-strict-rules": "^1.1", 29 "symfony/phpunit-bridge": "^5" 30 }, 31 "type": "library", 32 "extra": { 33 "branch-alias": { 34 "dev-main": "3.x-dev" 35 } 36 }, 37 "autoload": { 38 "psr-4": { 39 "Composer\\Pcre\\": "src" 40 } 41 }, 42 "notification-url": "https://packagist.org/downloads/", 43 "license": [ 44 "MIT" 45 ], 46 "authors": [ 47 { 48 "name": "Jordi Boggiano", 49 "email": "j.boggiano@seld.be", 50 "homepage": "http://seld.be" 51 } 52 ], 53 "description": "PCRE wrapping library that offers type-safe preg_* replacements.", 54 "keywords": [ 55 "PCRE", 56 "preg", 57 "regex", 58 "regular expression" 59 ], 60 "support": { 61 "issues": "https://github.com/composer/pcre/issues", 62 "source": "https://github.com/composer/pcre/tree/3.1.1" 63 }, 64 "funding": [ 65 { 66 "url": "https://packagist.com", 67 "type": "custom" 68 }, 69 { 70 "url": "https://github.com/composer", 71 "type": "github" 72 }, 73 { 74 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 75 "type": "tidelift" 76 } 77 ], 78 "time": "2023-10-11T07:11:09+00:00" 79 }, 80 { 81 "name": "composer/xdebug-handler", 82 "version": "3.0.3", 83 "source": { 84 "type": "git", 85 "url": "https://github.com/composer/xdebug-handler.git", 86 "reference": "ced299686f41dce890debac69273b47ffe98a40c" 87 }, 88 "dist": { 89 "type": "zip", 90 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", 91 "reference": "ced299686f41dce890debac69273b47ffe98a40c", 92 "shasum": "" 93 }, 94 "require": { 95 "composer/pcre": "^1 || ^2 || ^3", 96 "php": "^7.2.5 || ^8.0", 97 "psr/log": "^1 || ^2 || ^3" 98 }, 99 "require-dev": { 100 "phpstan/phpstan": "^1.0", 101 "phpstan/phpstan-strict-rules": "^1.1", 102 "symfony/phpunit-bridge": "^6.0" 103 }, 104 "type": "library", 105 "autoload": { 106 "psr-4": { 107 "Composer\\XdebugHandler\\": "src" 108 } 109 }, 110 "notification-url": "https://packagist.org/downloads/", 111 "license": [ 112 "MIT" 113 ], 114 "authors": [ 115 { 116 "name": "John Stevenson", 117 "email": "john-stevenson@blueyonder.co.uk" 118 } 119 ], 120 "description": "Restarts a process without Xdebug.", 121 "keywords": [ 122 "Xdebug", 123 "performance" 124 ], 125 "support": { 126 "irc": "irc://irc.freenode.org/composer", 127 "issues": "https://github.com/composer/xdebug-handler/issues", 128 "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" 129 }, 130 "funding": [ 131 { 132 "url": "https://packagist.com", 133 "type": "custom" 134 }, 135 { 136 "url": "https://github.com/composer", 137 "type": "github" 138 }, 139 { 140 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 141 "type": "tidelift" 142 } 143 ], 144 "time": "2022-02-25T21:32:43+00:00" 145 }, 146 { 147 "name": "pdepend/pdepend", 148 "version": "2.16.2", 149 "source": { 150 "type": "git", 151 "url": "https://github.com/pdepend/pdepend.git", 152 "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58" 153 }, 154 "dist": { 155 "type": "zip", 156 "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f942b208dc2a0868454d01b29f0c75bbcfc6ed58", 157 "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58", 158 "shasum": "" 159 }, 160 "require": { 161 "php": ">=5.3.7", 162 "symfony/config": "^2.3.0|^3|^4|^5|^6.0|^7.0", 163 "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0|^7.0", 164 "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0|^7.0", 165 "symfony/polyfill-mbstring": "^1.19" 166 }, 167 "require-dev": { 168 "easy-doc/easy-doc": "0.0.0|^1.2.3", 169 "gregwar/rst": "^1.0", 170 "squizlabs/php_codesniffer": "^2.0.0" 171 }, 172 "bin": [ 173 "src/bin/pdepend" 174 ], 175 "type": "library", 176 "extra": { 177 "branch-alias": { 178 "dev-master": "2.x-dev" 179 } 180 }, 181 "autoload": { 182 "psr-4": { 183 "PDepend\\": "src/main/php/PDepend" 184 } 185 }, 186 "notification-url": "https://packagist.org/downloads/", 187 "license": [ 188 "BSD-3-Clause" 189 ], 190 "description": "Official version of pdepend to be handled with Composer", 191 "keywords": [ 192 "PHP Depend", 193 "PHP_Depend", 194 "dev", 195 "pdepend" 196 ], 197 "support": { 198 "issues": "https://github.com/pdepend/pdepend/issues", 199 "source": "https://github.com/pdepend/pdepend/tree/2.16.2" 200 }, 201 "funding": [ 202 { 203 "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend", 204 "type": "tidelift" 205 } 206 ], 207 "time": "2023-12-17T18:09:59+00:00" 208 }, 209 { 210 "name": "psr/container", 211 "version": "2.0.2", 212 "source": { 213 "type": "git", 214 "url": "https://github.com/php-fig/container.git", 215 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 216 }, 217 "dist": { 218 "type": "zip", 219 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 220 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 221 "shasum": "" 222 }, 223 "require": { 224 "php": ">=7.4.0" 225 }, 226 "type": "library", 227 "extra": { 228 "branch-alias": { 229 "dev-master": "2.0.x-dev" 230 } 231 }, 232 "autoload": { 233 "psr-4": { 234 "Psr\\Container\\": "src/" 235 } 236 }, 237 "notification-url": "https://packagist.org/downloads/", 238 "license": [ 239 "MIT" 240 ], 241 "authors": [ 242 { 243 "name": "PHP-FIG", 244 "homepage": "https://www.php-fig.org/" 245 } 246 ], 247 "description": "Common Container Interface (PHP FIG PSR-11)", 248 "homepage": "https://github.com/php-fig/container", 249 "keywords": [ 250 "PSR-11", 251 "container", 252 "container-interface", 253 "container-interop", 254 "psr" 255 ], 256 "support": { 257 "issues": "https://github.com/php-fig/container/issues", 258 "source": "https://github.com/php-fig/container/tree/2.0.2" 259 }, 260 "time": "2021-11-05T16:47:00+00:00" 261 }, 262 { 263 "name": "psr/log", 264 "version": "3.0.0", 265 "source": { 266 "type": "git", 267 "url": "https://github.com/php-fig/log.git", 268 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" 269 }, 270 "dist": { 271 "type": "zip", 272 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", 273 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", 274 "shasum": "" 275 }, 276 "require": { 277 "php": ">=8.0.0" 278 }, 279 "type": "library", 280 "extra": { 281 "branch-alias": { 282 "dev-master": "3.x-dev" 283 } 284 }, 285 "autoload": { 286 "psr-4": { 287 "Psr\\Log\\": "src" 288 } 289 }, 290 "notification-url": "https://packagist.org/downloads/", 291 "license": [ 292 "MIT" 293 ], 294 "authors": [ 295 { 296 "name": "PHP-FIG", 297 "homepage": "https://www.php-fig.org/" 298 } 299 ], 300 "description": "Common interface for logging libraries", 301 "homepage": "https://github.com/php-fig/log", 302 "keywords": [ 303 "log", 304 "psr", 305 "psr-3" 306 ], 307 "support": { 308 "source": "https://github.com/php-fig/log/tree/3.0.0" 309 }, 310 "time": "2021-07-14T16:46:02+00:00" 311 }, 312 { 313 "name": "symfony/config", 314 "version": "v6.4.3", 315 "source": { 316 "type": "git", 317 "url": "https://github.com/symfony/config.git", 318 "reference": "206482ff3ed450495b1d5b7bad1bc3a852def96f" 319 }, 320 "dist": { 321 "type": "zip", 322 "url": "https://api.github.com/repos/symfony/config/zipball/206482ff3ed450495b1d5b7bad1bc3a852def96f", 323 "reference": "206482ff3ed450495b1d5b7bad1bc3a852def96f", 324 "shasum": "" 325 }, 326 "require": { 327 "php": ">=8.1", 328 "symfony/deprecation-contracts": "^2.5|^3", 329 "symfony/filesystem": "^5.4|^6.0|^7.0", 330 "symfony/polyfill-ctype": "~1.8" 331 }, 332 "conflict": { 333 "symfony/finder": "<5.4", 334 "symfony/service-contracts": "<2.5" 335 }, 336 "require-dev": { 337 "symfony/event-dispatcher": "^5.4|^6.0|^7.0", 338 "symfony/finder": "^5.4|^6.0|^7.0", 339 "symfony/messenger": "^5.4|^6.0|^7.0", 340 "symfony/service-contracts": "^2.5|^3", 341 "symfony/yaml": "^5.4|^6.0|^7.0" 342 }, 343 "type": "library", 344 "autoload": { 345 "psr-4": { 346 "Symfony\\Component\\Config\\": "" 347 }, 348 "exclude-from-classmap": [ 349 "/Tests/" 350 ] 351 }, 352 "notification-url": "https://packagist.org/downloads/", 353 "license": [ 354 "MIT" 355 ], 356 "authors": [ 357 { 358 "name": "Fabien Potencier", 359 "email": "fabien@symfony.com" 360 }, 361 { 362 "name": "Symfony Community", 363 "homepage": "https://symfony.com/contributors" 364 } 365 ], 366 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", 367 "homepage": "https://symfony.com", 368 "support": { 369 "source": "https://github.com/symfony/config/tree/v6.4.3" 370 }, 371 "funding": [ 372 { 373 "url": "https://symfony.com/sponsor", 374 "type": "custom" 375 }, 376 { 377 "url": "https://github.com/fabpot", 378 "type": "github" 379 }, 380 { 381 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 382 "type": "tidelift" 383 } 384 ], 385 "time": "2024-01-29T13:26:27+00:00" 386 }, 387 { 388 "name": "symfony/dependency-injection", 389 "version": "v6.4.3", 390 "source": { 391 "type": "git", 392 "url": "https://github.com/symfony/dependency-injection.git", 393 "reference": "6871811c5a5c5e180244ddb689746446db02c05b" 394 }, 395 "dist": { 396 "type": "zip", 397 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6871811c5a5c5e180244ddb689746446db02c05b", 398 "reference": "6871811c5a5c5e180244ddb689746446db02c05b", 399 "shasum": "" 400 }, 401 "require": { 402 "php": ">=8.1", 403 "psr/container": "^1.1|^2.0", 404 "symfony/deprecation-contracts": "^2.5|^3", 405 "symfony/service-contracts": "^2.5|^3.0", 406 "symfony/var-exporter": "^6.2.10|^7.0" 407 }, 408 "conflict": { 409 "ext-psr": "<1.1|>=2", 410 "symfony/config": "<6.1", 411 "symfony/finder": "<5.4", 412 "symfony/proxy-manager-bridge": "<6.3", 413 "symfony/yaml": "<5.4" 414 }, 415 "provide": { 416 "psr/container-implementation": "1.1|2.0", 417 "symfony/service-implementation": "1.1|2.0|3.0" 418 }, 419 "require-dev": { 420 "symfony/config": "^6.1|^7.0", 421 "symfony/expression-language": "^5.4|^6.0|^7.0", 422 "symfony/yaml": "^5.4|^6.0|^7.0" 423 }, 424 "type": "library", 425 "autoload": { 426 "psr-4": { 427 "Symfony\\Component\\DependencyInjection\\": "" 428 }, 429 "exclude-from-classmap": [ 430 "/Tests/" 431 ] 432 }, 433 "notification-url": "https://packagist.org/downloads/", 434 "license": [ 435 "MIT" 436 ], 437 "authors": [ 438 { 439 "name": "Fabien Potencier", 440 "email": "fabien@symfony.com" 441 }, 442 { 443 "name": "Symfony Community", 444 "homepage": "https://symfony.com/contributors" 445 } 446 ], 447 "description": "Allows you to standardize and centralize the way objects are constructed in your application", 448 "homepage": "https://symfony.com", 449 "support": { 450 "source": "https://github.com/symfony/dependency-injection/tree/v6.4.3" 451 }, 452 "funding": [ 453 { 454 "url": "https://symfony.com/sponsor", 455 "type": "custom" 456 }, 457 { 458 "url": "https://github.com/fabpot", 459 "type": "github" 460 }, 461 { 462 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 463 "type": "tidelift" 464 } 465 ], 466 "time": "2024-01-30T08:32:12+00:00" 467 }, 468 { 469 "name": "symfony/deprecation-contracts", 470 "version": "v3.4.0", 471 "source": { 472 "type": "git", 473 "url": "https://github.com/symfony/deprecation-contracts.git", 474 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" 475 }, 476 "dist": { 477 "type": "zip", 478 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", 479 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", 480 "shasum": "" 481 }, 482 "require": { 483 "php": ">=8.1" 484 }, 485 "type": "library", 486 "extra": { 487 "branch-alias": { 488 "dev-main": "3.4-dev" 489 }, 490 "thanks": { 491 "name": "symfony/contracts", 492 "url": "https://github.com/symfony/contracts" 493 } 494 }, 495 "autoload": { 496 "files": [ 497 "function.php" 498 ] 499 }, 500 "notification-url": "https://packagist.org/downloads/", 501 "license": [ 502 "MIT" 503 ], 504 "authors": [ 505 { 506 "name": "Nicolas Grekas", 507 "email": "p@tchwork.com" 508 }, 509 { 510 "name": "Symfony Community", 511 "homepage": "https://symfony.com/contributors" 512 } 513 ], 514 "description": "A generic function and convention to trigger deprecation notices", 515 "homepage": "https://symfony.com", 516 "support": { 517 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" 518 }, 519 "funding": [ 520 { 521 "url": "https://symfony.com/sponsor", 522 "type": "custom" 523 }, 524 { 525 "url": "https://github.com/fabpot", 526 "type": "github" 527 }, 528 { 529 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 530 "type": "tidelift" 531 } 532 ], 533 "time": "2023-05-23T14:45:45+00:00" 534 }, 535 { 536 "name": "symfony/filesystem", 537 "version": "v6.4.3", 538 "source": { 539 "type": "git", 540 "url": "https://github.com/symfony/filesystem.git", 541 "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb" 542 }, 543 "dist": { 544 "type": "zip", 545 "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", 546 "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", 547 "shasum": "" 548 }, 549 "require": { 550 "php": ">=8.1", 551 "symfony/polyfill-ctype": "~1.8", 552 "symfony/polyfill-mbstring": "~1.8" 553 }, 554 "type": "library", 555 "autoload": { 556 "psr-4": { 557 "Symfony\\Component\\Filesystem\\": "" 558 }, 559 "exclude-from-classmap": [ 560 "/Tests/" 561 ] 562 }, 563 "notification-url": "https://packagist.org/downloads/", 564 "license": [ 565 "MIT" 566 ], 567 "authors": [ 568 { 569 "name": "Fabien Potencier", 570 "email": "fabien@symfony.com" 571 }, 572 { 573 "name": "Symfony Community", 574 "homepage": "https://symfony.com/contributors" 575 } 576 ], 577 "description": "Provides basic utilities for the filesystem", 578 "homepage": "https://symfony.com", 579 "support": { 580 "source": "https://github.com/symfony/filesystem/tree/v6.4.3" 581 }, 582 "funding": [ 583 { 584 "url": "https://symfony.com/sponsor", 585 "type": "custom" 586 }, 587 { 588 "url": "https://github.com/fabpot", 589 "type": "github" 590 }, 591 { 592 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 593 "type": "tidelift" 594 } 595 ], 596 "time": "2024-01-23T14:51:35+00:00" 597 }, 598 { 599 "name": "symfony/polyfill-ctype", 600 "version": "v1.29.0", 601 "source": { 602 "type": "git", 603 "url": "https://github.com/symfony/polyfill-ctype.git", 604 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 605 }, 606 "dist": { 607 "type": "zip", 608 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 609 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 610 "shasum": "" 611 }, 612 "require": { 613 "php": ">=7.1" 614 }, 615 "provide": { 616 "ext-ctype": "*" 617 }, 618 "suggest": { 619 "ext-ctype": "For best performance" 620 }, 621 "type": "library", 622 "extra": { 623 "thanks": { 624 "name": "symfony/polyfill", 625 "url": "https://github.com/symfony/polyfill" 626 } 627 }, 628 "autoload": { 629 "files": [ 630 "bootstrap.php" 631 ], 632 "psr-4": { 633 "Symfony\\Polyfill\\Ctype\\": "" 634 } 635 }, 636 "notification-url": "https://packagist.org/downloads/", 637 "license": [ 638 "MIT" 639 ], 640 "authors": [ 641 { 642 "name": "Gert de Pagter", 643 "email": "BackEndTea@gmail.com" 644 }, 645 { 646 "name": "Symfony Community", 647 "homepage": "https://symfony.com/contributors" 648 } 649 ], 650 "description": "Symfony polyfill for ctype functions", 651 "homepage": "https://symfony.com", 652 "keywords": [ 653 "compatibility", 654 "ctype", 655 "polyfill", 656 "portable" 657 ], 658 "support": { 659 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 660 }, 661 "funding": [ 662 { 663 "url": "https://symfony.com/sponsor", 664 "type": "custom" 665 }, 666 { 667 "url": "https://github.com/fabpot", 668 "type": "github" 669 }, 670 { 671 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 672 "type": "tidelift" 673 } 674 ], 675 "time": "2024-01-29T20:11:03+00:00" 676 }, 677 { 678 "name": "symfony/polyfill-mbstring", 679 "version": "v1.29.0", 680 "source": { 681 "type": "git", 682 "url": "https://github.com/symfony/polyfill-mbstring.git", 683 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 684 }, 685 "dist": { 686 "type": "zip", 687 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 688 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 689 "shasum": "" 690 }, 691 "require": { 692 "php": ">=7.1" 693 }, 694 "provide": { 695 "ext-mbstring": "*" 696 }, 697 "suggest": { 698 "ext-mbstring": "For best performance" 699 }, 700 "type": "library", 701 "extra": { 702 "thanks": { 703 "name": "symfony/polyfill", 704 "url": "https://github.com/symfony/polyfill" 705 } 706 }, 707 "autoload": { 708 "files": [ 709 "bootstrap.php" 710 ], 711 "psr-4": { 712 "Symfony\\Polyfill\\Mbstring\\": "" 713 } 714 }, 715 "notification-url": "https://packagist.org/downloads/", 716 "license": [ 717 "MIT" 718 ], 719 "authors": [ 720 { 721 "name": "Nicolas Grekas", 722 "email": "p@tchwork.com" 723 }, 724 { 725 "name": "Symfony Community", 726 "homepage": "https://symfony.com/contributors" 727 } 728 ], 729 "description": "Symfony polyfill for the Mbstring extension", 730 "homepage": "https://symfony.com", 731 "keywords": [ 732 "compatibility", 733 "mbstring", 734 "polyfill", 735 "portable", 736 "shim" 737 ], 738 "support": { 739 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 740 }, 741 "funding": [ 742 { 743 "url": "https://symfony.com/sponsor", 744 "type": "custom" 745 }, 746 { 747 "url": "https://github.com/fabpot", 748 "type": "github" 749 }, 750 { 751 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 752 "type": "tidelift" 753 } 754 ], 755 "time": "2024-01-29T20:11:03+00:00" 756 }, 757 { 758 "name": "symfony/service-contracts", 759 "version": "v3.4.1", 760 "source": { 761 "type": "git", 762 "url": "https://github.com/symfony/service-contracts.git", 763 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" 764 }, 765 "dist": { 766 "type": "zip", 767 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", 768 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", 769 "shasum": "" 770 }, 771 "require": { 772 "php": ">=8.1", 773 "psr/container": "^1.1|^2.0" 774 }, 775 "conflict": { 776 "ext-psr": "<1.1|>=2" 777 }, 778 "type": "library", 779 "extra": { 780 "branch-alias": { 781 "dev-main": "3.4-dev" 782 }, 783 "thanks": { 784 "name": "symfony/contracts", 785 "url": "https://github.com/symfony/contracts" 786 } 787 }, 788 "autoload": { 789 "psr-4": { 790 "Symfony\\Contracts\\Service\\": "" 791 }, 792 "exclude-from-classmap": [ 793 "/Test/" 794 ] 795 }, 796 "notification-url": "https://packagist.org/downloads/", 797 "license": [ 798 "MIT" 799 ], 800 "authors": [ 801 { 802 "name": "Nicolas Grekas", 803 "email": "p@tchwork.com" 804 }, 805 { 806 "name": "Symfony Community", 807 "homepage": "https://symfony.com/contributors" 808 } 809 ], 810 "description": "Generic abstractions related to writing services", 811 "homepage": "https://symfony.com", 812 "keywords": [ 813 "abstractions", 814 "contracts", 815 "decoupling", 816 "interfaces", 817 "interoperability", 818 "standards" 819 ], 820 "support": { 821 "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" 822 }, 823 "funding": [ 824 { 825 "url": "https://symfony.com/sponsor", 826 "type": "custom" 827 }, 828 { 829 "url": "https://github.com/fabpot", 830 "type": "github" 831 }, 832 { 833 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 834 "type": "tidelift" 835 } 836 ], 837 "time": "2023-12-26T14:02:43+00:00" 838 }, 839 { 840 "name": "symfony/var-exporter", 841 "version": "v6.4.3", 842 "source": { 843 "type": "git", 844 "url": "https://github.com/symfony/var-exporter.git", 845 "reference": "a8c12b5448a5ac685347f5eeb2abf6a571ec16b8" 846 }, 847 "dist": { 848 "type": "zip", 849 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a8c12b5448a5ac685347f5eeb2abf6a571ec16b8", 850 "reference": "a8c12b5448a5ac685347f5eeb2abf6a571ec16b8", 851 "shasum": "" 852 }, 853 "require": { 854 "php": ">=8.1", 855 "symfony/deprecation-contracts": "^2.5|^3" 856 }, 857 "require-dev": { 858 "symfony/var-dumper": "^5.4|^6.0|^7.0" 859 }, 860 "type": "library", 861 "autoload": { 862 "psr-4": { 863 "Symfony\\Component\\VarExporter\\": "" 864 }, 865 "exclude-from-classmap": [ 866 "/Tests/" 867 ] 868 }, 869 "notification-url": "https://packagist.org/downloads/", 870 "license": [ 871 "MIT" 872 ], 873 "authors": [ 874 { 875 "name": "Nicolas Grekas", 876 "email": "p@tchwork.com" 877 }, 878 { 879 "name": "Symfony Community", 880 "homepage": "https://symfony.com/contributors" 881 } 882 ], 883 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 884 "homepage": "https://symfony.com", 885 "keywords": [ 886 "clone", 887 "construct", 888 "export", 889 "hydrate", 890 "instantiate", 891 "lazy-loading", 892 "proxy", 893 "serialize" 894 ], 895 "support": { 896 "source": "https://github.com/symfony/var-exporter/tree/v6.4.3" 897 }, 898 "funding": [ 899 { 900 "url": "https://symfony.com/sponsor", 901 "type": "custom" 902 }, 903 { 904 "url": "https://github.com/fabpot", 905 "type": "github" 906 }, 907 { 908 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 909 "type": "tidelift" 910 } 911 ], 912 "time": "2024-01-23T14:51:35+00:00" 913 } 914 ], 915 "packages-dev": [ 916 { 917 "name": "easy-doc/easy-doc", 918 "version": "1.4.1", 919 "source": { 920 "type": "git", 921 "url": "https://github.com/kylekatarnls/php-easy-doc.git", 922 "reference": "194433f262ca2ba65089e095b574b7b81891f27b" 923 }, 924 "dist": { 925 "type": "zip", 926 "url": "https://api.github.com/repos/kylekatarnls/php-easy-doc/zipball/194433f262ca2ba65089e095b574b7b81891f27b", 927 "reference": "194433f262ca2ba65089e095b574b7b81891f27b", 928 "shasum": "" 929 }, 930 "require": { 931 "php": "^7.1 || ^8.0", 932 "simple-cli/simple-cli": "^1.4.1" 933 }, 934 "require-dev": { 935 "erusev/parsedown": "^1.7", 936 "phpunit/phpunit": "^7.5.18", 937 "symfony/process": "^4.4 || ^5.0" 938 }, 939 "bin": [ 940 "bin/easy-doc" 941 ], 942 "type": "library", 943 "autoload": { 944 "psr-4": { 945 "EasyDoc\\": "src/EasyDoc/" 946 } 947 }, 948 "notification-url": "https://packagist.org/downloads/", 949 "license": [ 950 "MIT" 951 ], 952 "authors": [ 953 { 954 "name": "KyleK", 955 "email": "kylekatarnls@gmail.com" 956 } 957 ], 958 "description": "An easy way to generate a static website from HTML/Markdown/RST/Pug/anything sources", 959 "support": { 960 "issues": "https://github.com/kylekatarnls/php-easy-doc/issues", 961 "source": "https://github.com/kylekatarnls/php-easy-doc/tree/master" 962 }, 963 "funding": [ 964 { 965 "url": "https://github.com/kylekatarnls", 966 "type": "github" 967 }, 968 { 969 "url": "https://opencollective.com/Carbon", 970 "type": "open_collective" 971 }, 972 { 973 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 974 "type": "tidelift" 975 } 976 ], 977 "time": "2020-05-24T10:15:11+00:00" 978 }, 979 { 980 "name": "gregwar/rst", 981 "version": "v1.0.6", 982 "target-dir": "Gregwar/RST", 983 "source": { 984 "type": "git", 985 "url": "https://github.com/Gregwar/RST.git", 986 "reference": "93c630ae18c47d8f7503230fa6ca39a79ad3c598" 987 }, 988 "dist": { 989 "type": "zip", 990 "url": "https://api.github.com/repos/Gregwar/RST/zipball/93c630ae18c47d8f7503230fa6ca39a79ad3c598", 991 "reference": "93c630ae18c47d8f7503230fa6ca39a79ad3c598", 992 "shasum": "" 993 }, 994 "require": { 995 "php": ">=5.3.0", 996 "symfony/polyfill-mbstring": "^1.12" 997 }, 998 "require-dev": { 999 "phpunit/phpunit": "^6.4" 1000 }, 1001 "type": "library", 1002 "autoload": { 1003 "psr-0": { 1004 "Gregwar\\RST": "" 1005 } 1006 }, 1007 "notification-url": "https://packagist.org/downloads/", 1008 "license": [ 1009 "MIT" 1010 ], 1011 "authors": [ 1012 { 1013 "name": "Grégoire Passault", 1014 "email": "g.passault@gmail.com", 1015 "homepage": "http://www.gregwar.com/" 1016 } 1017 ], 1018 "description": "PHP library to parse reStructuredText documents", 1019 "homepage": "https://github.com/Gregwar/RST", 1020 "keywords": [ 1021 "markup", 1022 "parser", 1023 "rst" 1024 ], 1025 "support": { 1026 "issues": "https://github.com/Gregwar/RST/issues", 1027 "source": "https://github.com/Gregwar/RST/tree/v1.0.6" 1028 }, 1029 "time": "2020-04-09T08:09:05+00:00" 1030 }, 1031 { 1032 "name": "mikey179/vfsstream", 1033 "version": "v1.6.11", 1034 "source": { 1035 "type": "git", 1036 "url": "https://github.com/bovigo/vfsStream.git", 1037 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" 1038 }, 1039 "dist": { 1040 "type": "zip", 1041 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", 1042 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", 1043 "shasum": "" 1044 }, 1045 "require": { 1046 "php": ">=5.3.0" 1047 }, 1048 "require-dev": { 1049 "phpunit/phpunit": "^4.5|^5.0" 1050 }, 1051 "type": "library", 1052 "extra": { 1053 "branch-alias": { 1054 "dev-master": "1.6.x-dev" 1055 } 1056 }, 1057 "autoload": { 1058 "psr-0": { 1059 "org\\bovigo\\vfs\\": "src/main/php" 1060 } 1061 }, 1062 "notification-url": "https://packagist.org/downloads/", 1063 "license": [ 1064 "BSD-3-Clause" 1065 ], 1066 "authors": [ 1067 { 1068 "name": "Frank Kleine", 1069 "homepage": "http://frankkleine.de/", 1070 "role": "Developer" 1071 } 1072 ], 1073 "description": "Virtual file system to mock the real file system in unit tests.", 1074 "homepage": "http://vfs.bovigo.org/", 1075 "support": { 1076 "issues": "https://github.com/bovigo/vfsStream/issues", 1077 "source": "https://github.com/bovigo/vfsStream/tree/master", 1078 "wiki": "https://github.com/bovigo/vfsStream/wiki" 1079 }, 1080 "time": "2022-02-23T02:02:42+00:00" 1081 }, 1082 { 1083 "name": "simple-cli/simple-cli", 1084 "version": "1.6.0", 1085 "source": { 1086 "type": "git", 1087 "url": "https://github.com/kylekatarnls/simple-cli.git", 1088 "reference": "47055c9a172ab032e33a498001d2978c9800fd59" 1089 }, 1090 "dist": { 1091 "type": "zip", 1092 "url": "https://api.github.com/repos/kylekatarnls/simple-cli/zipball/47055c9a172ab032e33a498001d2978c9800fd59", 1093 "reference": "47055c9a172ab032e33a498001d2978c9800fd59", 1094 "shasum": "" 1095 }, 1096 "require": { 1097 "php": "^7.1 || ^8.0" 1098 }, 1099 "require-dev": { 1100 "friendsofphp/php-cs-fixer": "^2.15.0", 1101 "phan/phan": "^2.3", 1102 "phpmd/phpmd": "dev-master", 1103 "phpstan/phpstan": "^0.12", 1104 "phpunit/phpunit": "^7", 1105 "squizlabs/php_codesniffer": "^3.0", 1106 "vimeo/psalm": "^3.6" 1107 }, 1108 "bin": [ 1109 "bin/simple-cli" 1110 ], 1111 "type": "library", 1112 "autoload": { 1113 "psr-4": { 1114 "SimpleCli\\": "src/SimpleCli/" 1115 } 1116 }, 1117 "notification-url": "https://packagist.org/downloads/", 1118 "license": [ 1119 "MIT" 1120 ], 1121 "authors": [ 1122 { 1123 "name": "KyleK", 1124 "email": "kylekatarnls@gmail.com" 1125 } 1126 ], 1127 "description": "A simple command line framework", 1128 "support": { 1129 "issues": "https://github.com/kylekatarnls/simple-cli/issues", 1130 "source": "https://github.com/kylekatarnls/simple-cli/tree/1.6.0" 1131 }, 1132 "funding": [ 1133 { 1134 "url": "https://tidelift.com/funding/github/packagist/simple-cli/simple-cli", 1135 "type": "tidelift" 1136 } 1137 ], 1138 "time": "2020-11-18T22:40:00+00:00" 1139 }, 1140 { 1141 "name": "squizlabs/php_codesniffer", 1142 "version": "3.9.0", 1143 "source": { 1144 "type": "git", 1145 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1146 "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" 1147 }, 1148 "dist": { 1149 "type": "zip", 1150 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", 1151 "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", 1152 "shasum": "" 1153 }, 1154 "require": { 1155 "ext-simplexml": "*", 1156 "ext-tokenizer": "*", 1157 "ext-xmlwriter": "*", 1158 "php": ">=5.4.0" 1159 }, 1160 "require-dev": { 1161 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1162 }, 1163 "bin": [ 1164 "bin/phpcbf", 1165 "bin/phpcs" 1166 ], 1167 "type": "library", 1168 "extra": { 1169 "branch-alias": { 1170 "dev-master": "3.x-dev" 1171 } 1172 }, 1173 "notification-url": "https://packagist.org/downloads/", 1174 "license": [ 1175 "BSD-3-Clause" 1176 ], 1177 "authors": [ 1178 { 1179 "name": "Greg Sherwood", 1180 "role": "Former lead" 1181 }, 1182 { 1183 "name": "Juliette Reinders Folmer", 1184 "role": "Current lead" 1185 }, 1186 { 1187 "name": "Contributors", 1188 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" 1189 } 1190 ], 1191 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 1192 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1193 "keywords": [ 1194 "phpcs", 1195 "standards", 1196 "static analysis" 1197 ], 1198 "support": { 1199 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", 1200 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", 1201 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1202 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" 1203 }, 1204 "funding": [ 1205 { 1206 "url": "https://github.com/PHPCSStandards", 1207 "type": "github" 1208 }, 1209 { 1210 "url": "https://github.com/jrfnl", 1211 "type": "github" 1212 }, 1213 { 1214 "url": "https://opencollective.com/php_codesniffer", 1215 "type": "open_collective" 1216 } 1217 ], 1218 "time": "2024-02-16T15:06:51+00:00" 1219 } 1220 ], 1221 "aliases": [], 1222 "minimum-stability": "stable", 1223 "stability-flags": [], 1224 "prefer-stable": false, 1225 "prefer-lowest": false, 1226 "platform": { 1227 "php": ">=5.3.9", 1228 "ext-xml": "*" 1229 }, 1230 "platform-dev": { 1231 "ext-simplexml": "*", 1232 "ext-json": "*" 1233 }, 1234 "plugin-api-version": "2.6.0" 1235}