Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 24.05-beta 6346 lines 230 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": "bb5b748039828c517cd4b7af903f281c", 8 "packages": [ 9 { 10 "name": "cmgmyr/phploc", 11 "version": "8.0.3", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/cmgmyr/phploc.git", 15 "reference": "e61d4729df46c5920ab61973bfa3f70f81a70b5f" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/cmgmyr/phploc/zipball/e61d4729df46c5920ab61973bfa3f70f81a70b5f", 20 "reference": "e61d4729df46c5920ab61973bfa3f70f81a70b5f", 21 "shasum": "" 22 }, 23 "require": { 24 "ext-dom": "*", 25 "ext-json": "*", 26 "php": "^7.4 || ^8.0", 27 "phpunit/php-file-iterator": "^3.0|^4.0", 28 "sebastian/cli-parser": "^1.0|^2.0" 29 }, 30 "require-dev": { 31 "friendsofphp/php-cs-fixer": "^3.2", 32 "phpunit/phpunit": "^9.0|^10.0", 33 "vimeo/psalm": "^5.7" 34 }, 35 "bin": [ 36 "phploc" 37 ], 38 "type": "library", 39 "extra": { 40 "branch-alias": { 41 "dev-main": "8.0-dev" 42 } 43 }, 44 "autoload": { 45 "classmap": [ 46 "src/" 47 ] 48 }, 49 "notification-url": "https://packagist.org/downloads/", 50 "license": [ 51 "BSD-3-Clause" 52 ], 53 "authors": [ 54 { 55 "name": "Chris Gmyr", 56 "email": "cmgmyr@gmail.com", 57 "role": "lead" 58 } 59 ], 60 "description": "A tool for quickly measuring the size of a PHP project.", 61 "homepage": "https://github.com/cmgmyr/phploc", 62 "support": { 63 "issues": "https://github.com/cmgmyr/phploc/issues", 64 "source": "https://github.com/cmgmyr/phploc/tree/8.0.3" 65 }, 66 "funding": [ 67 { 68 "url": "https://github.com/cmgmyr", 69 "type": "github" 70 } 71 ], 72 "time": "2023-08-05T16:49:39+00:00" 73 }, 74 { 75 "name": "composer/pcre", 76 "version": "3.1.3", 77 "source": { 78 "type": "git", 79 "url": "https://github.com/composer/pcre.git", 80 "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8" 81 }, 82 "dist": { 83 "type": "zip", 84 "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", 85 "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8", 86 "shasum": "" 87 }, 88 "require": { 89 "php": "^7.4 || ^8.0" 90 }, 91 "require-dev": { 92 "phpstan/phpstan": "^1.3", 93 "phpstan/phpstan-strict-rules": "^1.1", 94 "symfony/phpunit-bridge": "^5" 95 }, 96 "type": "library", 97 "extra": { 98 "branch-alias": { 99 "dev-main": "3.x-dev" 100 } 101 }, 102 "autoload": { 103 "psr-4": { 104 "Composer\\Pcre\\": "src" 105 } 106 }, 107 "notification-url": "https://packagist.org/downloads/", 108 "license": [ 109 "MIT" 110 ], 111 "authors": [ 112 { 113 "name": "Jordi Boggiano", 114 "email": "j.boggiano@seld.be", 115 "homepage": "http://seld.be" 116 } 117 ], 118 "description": "PCRE wrapping library that offers type-safe preg_* replacements.", 119 "keywords": [ 120 "PCRE", 121 "preg", 122 "regex", 123 "regular expression" 124 ], 125 "support": { 126 "issues": "https://github.com/composer/pcre/issues", 127 "source": "https://github.com/composer/pcre/tree/3.1.3" 128 }, 129 "funding": [ 130 { 131 "url": "https://packagist.com", 132 "type": "custom" 133 }, 134 { 135 "url": "https://github.com/composer", 136 "type": "github" 137 }, 138 { 139 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 140 "type": "tidelift" 141 } 142 ], 143 "time": "2024-03-19T10:26:25+00:00" 144 }, 145 { 146 "name": "composer/semver", 147 "version": "3.4.0", 148 "source": { 149 "type": "git", 150 "url": "https://github.com/composer/semver.git", 151 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" 152 }, 153 "dist": { 154 "type": "zip", 155 "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", 156 "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", 157 "shasum": "" 158 }, 159 "require": { 160 "php": "^5.3.2 || ^7.0 || ^8.0" 161 }, 162 "require-dev": { 163 "phpstan/phpstan": "^1.4", 164 "symfony/phpunit-bridge": "^4.2 || ^5" 165 }, 166 "type": "library", 167 "extra": { 168 "branch-alias": { 169 "dev-main": "3.x-dev" 170 } 171 }, 172 "autoload": { 173 "psr-4": { 174 "Composer\\Semver\\": "src" 175 } 176 }, 177 "notification-url": "https://packagist.org/downloads/", 178 "license": [ 179 "MIT" 180 ], 181 "authors": [ 182 { 183 "name": "Nils Adermann", 184 "email": "naderman@naderman.de", 185 "homepage": "http://www.naderman.de" 186 }, 187 { 188 "name": "Jordi Boggiano", 189 "email": "j.boggiano@seld.be", 190 "homepage": "http://seld.be" 191 }, 192 { 193 "name": "Rob Bast", 194 "email": "rob.bast@gmail.com", 195 "homepage": "http://robbast.nl" 196 } 197 ], 198 "description": "Semver library that offers utilities, version constraint parsing and validation.", 199 "keywords": [ 200 "semantic", 201 "semver", 202 "validation", 203 "versioning" 204 ], 205 "support": { 206 "irc": "ircs://irc.libera.chat:6697/composer", 207 "issues": "https://github.com/composer/semver/issues", 208 "source": "https://github.com/composer/semver/tree/3.4.0" 209 }, 210 "funding": [ 211 { 212 "url": "https://packagist.com", 213 "type": "custom" 214 }, 215 { 216 "url": "https://github.com/composer", 217 "type": "github" 218 }, 219 { 220 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 221 "type": "tidelift" 222 } 223 ], 224 "time": "2023-08-31T09:50:34+00:00" 225 }, 226 { 227 "name": "composer/xdebug-handler", 228 "version": "3.0.5", 229 "source": { 230 "type": "git", 231 "url": "https://github.com/composer/xdebug-handler.git", 232 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" 233 }, 234 "dist": { 235 "type": "zip", 236 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", 237 "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", 238 "shasum": "" 239 }, 240 "require": { 241 "composer/pcre": "^1 || ^2 || ^3", 242 "php": "^7.2.5 || ^8.0", 243 "psr/log": "^1 || ^2 || ^3" 244 }, 245 "require-dev": { 246 "phpstan/phpstan": "^1.0", 247 "phpstan/phpstan-strict-rules": "^1.1", 248 "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" 249 }, 250 "type": "library", 251 "autoload": { 252 "psr-4": { 253 "Composer\\XdebugHandler\\": "src" 254 } 255 }, 256 "notification-url": "https://packagist.org/downloads/", 257 "license": [ 258 "MIT" 259 ], 260 "authors": [ 261 { 262 "name": "John Stevenson", 263 "email": "john-stevenson@blueyonder.co.uk" 264 } 265 ], 266 "description": "Restarts a process without Xdebug.", 267 "keywords": [ 268 "Xdebug", 269 "performance" 270 ], 271 "support": { 272 "irc": "ircs://irc.libera.chat:6697/composer", 273 "issues": "https://github.com/composer/xdebug-handler/issues", 274 "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" 275 }, 276 "funding": [ 277 { 278 "url": "https://packagist.com", 279 "type": "custom" 280 }, 281 { 282 "url": "https://github.com/composer", 283 "type": "github" 284 }, 285 { 286 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 287 "type": "tidelift" 288 } 289 ], 290 "time": "2024-05-06T16:37:16+00:00" 291 }, 292 { 293 "name": "dealerdirect/phpcodesniffer-composer-installer", 294 "version": "v1.0.0", 295 "source": { 296 "type": "git", 297 "url": "https://github.com/PHPCSStandards/composer-installer.git", 298 "reference": "4be43904336affa5c2f70744a348312336afd0da" 299 }, 300 "dist": { 301 "type": "zip", 302 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", 303 "reference": "4be43904336affa5c2f70744a348312336afd0da", 304 "shasum": "" 305 }, 306 "require": { 307 "composer-plugin-api": "^1.0 || ^2.0", 308 "php": ">=5.4", 309 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 310 }, 311 "require-dev": { 312 "composer/composer": "*", 313 "ext-json": "*", 314 "ext-zip": "*", 315 "php-parallel-lint/php-parallel-lint": "^1.3.1", 316 "phpcompatibility/php-compatibility": "^9.0", 317 "yoast/phpunit-polyfills": "^1.0" 318 }, 319 "type": "composer-plugin", 320 "extra": { 321 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" 322 }, 323 "autoload": { 324 "psr-4": { 325 "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" 326 } 327 }, 328 "notification-url": "https://packagist.org/downloads/", 329 "license": [ 330 "MIT" 331 ], 332 "authors": [ 333 { 334 "name": "Franck Nijhof", 335 "email": "franck.nijhof@dealerdirect.com", 336 "homepage": "http://www.frenck.nl", 337 "role": "Developer / IT Manager" 338 }, 339 { 340 "name": "Contributors", 341 "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" 342 } 343 ], 344 "description": "PHP_CodeSniffer Standards Composer Installer Plugin", 345 "homepage": "http://www.dealerdirect.com", 346 "keywords": [ 347 "PHPCodeSniffer", 348 "PHP_CodeSniffer", 349 "code quality", 350 "codesniffer", 351 "composer", 352 "installer", 353 "phpcbf", 354 "phpcs", 355 "plugin", 356 "qa", 357 "quality", 358 "standard", 359 "standards", 360 "style guide", 361 "stylecheck", 362 "tests" 363 ], 364 "support": { 365 "issues": "https://github.com/PHPCSStandards/composer-installer/issues", 366 "source": "https://github.com/PHPCSStandards/composer-installer" 367 }, 368 "time": "2023-01-05T11:28:13+00:00" 369 }, 370 { 371 "name": "friendsofphp/php-cs-fixer", 372 "version": "v3.56.1", 373 "source": { 374 "type": "git", 375 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", 376 "reference": "69c6168ae8bc96dc656c7f6c7271120a68ae5903" 377 }, 378 "dist": { 379 "type": "zip", 380 "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/69c6168ae8bc96dc656c7f6c7271120a68ae5903", 381 "reference": "69c6168ae8bc96dc656c7f6c7271120a68ae5903", 382 "shasum": "" 383 }, 384 "require": { 385 "composer/semver": "^3.4", 386 "composer/xdebug-handler": "^3.0.3", 387 "ext-filter": "*", 388 "ext-json": "*", 389 "ext-tokenizer": "*", 390 "php": "^7.4 || ^8.0", 391 "sebastian/diff": "^4.0 || ^5.0 || ^6.0", 392 "symfony/console": "^5.4 || ^6.0 || ^7.0", 393 "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", 394 "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", 395 "symfony/finder": "^5.4 || ^6.0 || ^7.0", 396 "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0", 397 "symfony/polyfill-mbstring": "^1.28", 398 "symfony/polyfill-php80": "^1.28", 399 "symfony/polyfill-php81": "^1.28", 400 "symfony/process": "^5.4 || ^6.0 || ^7.0", 401 "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0" 402 }, 403 "require-dev": { 404 "facile-it/paraunit": "^1.3 || ^2.0", 405 "infection/infection": "^0.27.11", 406 "justinrainbow/json-schema": "^5.2", 407 "keradus/cli-executor": "^2.1", 408 "mikey179/vfsstream": "^1.6.11", 409 "php-coveralls/php-coveralls": "^2.7", 410 "php-cs-fixer/accessible-object": "^1.1", 411 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", 412 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", 413 "phpunit/phpunit": "^9.6 || ^10.5.5 || ^11.0.2", 414 "symfony/var-dumper": "^5.4 || ^6.0 || ^7.0", 415 "symfony/yaml": "^5.4 || ^6.0 || ^7.0" 416 }, 417 "suggest": { 418 "ext-dom": "For handling output formats in XML", 419 "ext-mbstring": "For handling non-UTF8 characters." 420 }, 421 "bin": [ 422 "php-cs-fixer" 423 ], 424 "type": "application", 425 "autoload": { 426 "psr-4": { 427 "PhpCsFixer\\": "src/" 428 } 429 }, 430 "notification-url": "https://packagist.org/downloads/", 431 "license": [ 432 "MIT" 433 ], 434 "authors": [ 435 { 436 "name": "Fabien Potencier", 437 "email": "fabien@symfony.com" 438 }, 439 { 440 "name": "Dariusz Rumiński", 441 "email": "dariusz.ruminski@gmail.com" 442 } 443 ], 444 "description": "A tool to automatically fix PHP code style", 445 "keywords": [ 446 "Static code analysis", 447 "fixer", 448 "standards", 449 "static analysis" 450 ], 451 "support": { 452 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", 453 "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.56.1" 454 }, 455 "funding": [ 456 { 457 "url": "https://github.com/keradus", 458 "type": "github" 459 } 460 ], 461 "time": "2024-05-10T11:31:15+00:00" 462 }, 463 { 464 "name": "justinrainbow/json-schema", 465 "version": "v5.2.13", 466 "source": { 467 "type": "git", 468 "url": "https://github.com/justinrainbow/json-schema.git", 469 "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" 470 }, 471 "dist": { 472 "type": "zip", 473 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", 474 "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", 475 "shasum": "" 476 }, 477 "require": { 478 "php": ">=5.3.3" 479 }, 480 "require-dev": { 481 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", 482 "json-schema/json-schema-test-suite": "1.2.0", 483 "phpunit/phpunit": "^4.8.35" 484 }, 485 "bin": [ 486 "bin/validate-json" 487 ], 488 "type": "library", 489 "extra": { 490 "branch-alias": { 491 "dev-master": "5.0.x-dev" 492 } 493 }, 494 "autoload": { 495 "psr-4": { 496 "JsonSchema\\": "src/JsonSchema/" 497 } 498 }, 499 "notification-url": "https://packagist.org/downloads/", 500 "license": [ 501 "MIT" 502 ], 503 "authors": [ 504 { 505 "name": "Bruno Prieto Reis", 506 "email": "bruno.p.reis@gmail.com" 507 }, 508 { 509 "name": "Justin Rainbow", 510 "email": "justin.rainbow@gmail.com" 511 }, 512 { 513 "name": "Igor Wiedler", 514 "email": "igor@wiedler.ch" 515 }, 516 { 517 "name": "Robert Schönthal", 518 "email": "seroscho@googlemail.com" 519 } 520 ], 521 "description": "A library to validate a json schema.", 522 "homepage": "https://github.com/justinrainbow/json-schema", 523 "keywords": [ 524 "json", 525 "schema" 526 ], 527 "support": { 528 "issues": "https://github.com/justinrainbow/json-schema/issues", 529 "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13" 530 }, 531 "time": "2023-09-26T02:20:38+00:00" 532 }, 533 { 534 "name": "league/container", 535 "version": "4.2.2", 536 "source": { 537 "type": "git", 538 "url": "https://github.com/thephpleague/container.git", 539 "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88" 540 }, 541 "dist": { 542 "type": "zip", 543 "url": "https://api.github.com/repos/thephpleague/container/zipball/ff346319ca1ff0e78277dc2311a42107cc1aab88", 544 "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88", 545 "shasum": "" 546 }, 547 "require": { 548 "php": "^7.2 || ^8.0", 549 "psr/container": "^1.1 || ^2.0" 550 }, 551 "provide": { 552 "psr/container-implementation": "^1.0" 553 }, 554 "replace": { 555 "orno/di": "~2.0" 556 }, 557 "require-dev": { 558 "nette/php-generator": "^3.4", 559 "nikic/php-parser": "^4.10", 560 "phpstan/phpstan": "^0.12.47", 561 "phpunit/phpunit": "^8.5.17", 562 "roave/security-advisories": "dev-latest", 563 "scrutinizer/ocular": "^1.8", 564 "squizlabs/php_codesniffer": "^3.6" 565 }, 566 "type": "library", 567 "extra": { 568 "branch-alias": { 569 "dev-master": "4.x-dev", 570 "dev-4.x": "4.x-dev", 571 "dev-3.x": "3.x-dev", 572 "dev-2.x": "2.x-dev", 573 "dev-1.x": "1.x-dev" 574 } 575 }, 576 "autoload": { 577 "psr-4": { 578 "League\\Container\\": "src" 579 } 580 }, 581 "notification-url": "https://packagist.org/downloads/", 582 "license": [ 583 "MIT" 584 ], 585 "authors": [ 586 { 587 "name": "Phil Bennett", 588 "email": "mail@philbennett.co.uk", 589 "role": "Developer" 590 } 591 ], 592 "description": "A fast and intuitive dependency injection container.", 593 "homepage": "https://github.com/thephpleague/container", 594 "keywords": [ 595 "container", 596 "dependency", 597 "di", 598 "injection", 599 "league", 600 "provider", 601 "service" 602 ], 603 "support": { 604 "issues": "https://github.com/thephpleague/container/issues", 605 "source": "https://github.com/thephpleague/container/tree/4.2.2" 606 }, 607 "funding": [ 608 { 609 "url": "https://github.com/philipobenito", 610 "type": "github" 611 } 612 ], 613 "time": "2024-03-13T13:12:53+00:00" 614 }, 615 { 616 "name": "php-parallel-lint/php-parallel-lint", 617 "version": "v1.4.0", 618 "source": { 619 "type": "git", 620 "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", 621 "reference": "6db563514f27e19595a19f45a4bf757b6401194e" 622 }, 623 "dist": { 624 "type": "zip", 625 "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6db563514f27e19595a19f45a4bf757b6401194e", 626 "reference": "6db563514f27e19595a19f45a4bf757b6401194e", 627 "shasum": "" 628 }, 629 "require": { 630 "ext-json": "*", 631 "php": ">=5.3.0" 632 }, 633 "replace": { 634 "grogy/php-parallel-lint": "*", 635 "jakub-onderka/php-parallel-lint": "*" 636 }, 637 "require-dev": { 638 "nette/tester": "^1.3 || ^2.0", 639 "php-parallel-lint/php-console-highlighter": "0.* || ^1.0", 640 "squizlabs/php_codesniffer": "^3.6" 641 }, 642 "suggest": { 643 "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" 644 }, 645 "bin": [ 646 "parallel-lint" 647 ], 648 "type": "library", 649 "autoload": { 650 "classmap": [ 651 "./src/" 652 ] 653 }, 654 "notification-url": "https://packagist.org/downloads/", 655 "license": [ 656 "BSD-2-Clause" 657 ], 658 "authors": [ 659 { 660 "name": "Jakub Onderka", 661 "email": "ahoj@jakubonderka.cz" 662 } 663 ], 664 "description": "This tool checks the syntax of PHP files about 20x faster than serial check.", 665 "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", 666 "keywords": [ 667 "lint", 668 "static analysis" 669 ], 670 "support": { 671 "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues", 672 "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.4.0" 673 }, 674 "time": "2024-03-27T12:14:49+00:00" 675 }, 676 { 677 "name": "phpstan/phpdoc-parser", 678 "version": "1.29.0", 679 "source": { 680 "type": "git", 681 "url": "https://github.com/phpstan/phpdoc-parser.git", 682 "reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc" 683 }, 684 "dist": { 685 "type": "zip", 686 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/536889f2b340489d328f5ffb7b02bb6b183ddedc", 687 "reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc", 688 "shasum": "" 689 }, 690 "require": { 691 "php": "^7.2 || ^8.0" 692 }, 693 "require-dev": { 694 "doctrine/annotations": "^2.0", 695 "nikic/php-parser": "^4.15", 696 "php-parallel-lint/php-parallel-lint": "^1.2", 697 "phpstan/extension-installer": "^1.0", 698 "phpstan/phpstan": "^1.5", 699 "phpstan/phpstan-phpunit": "^1.1", 700 "phpstan/phpstan-strict-rules": "^1.0", 701 "phpunit/phpunit": "^9.5", 702 "symfony/process": "^5.2" 703 }, 704 "type": "library", 705 "autoload": { 706 "psr-4": { 707 "PHPStan\\PhpDocParser\\": [ 708 "src/" 709 ] 710 } 711 }, 712 "notification-url": "https://packagist.org/downloads/", 713 "license": [ 714 "MIT" 715 ], 716 "description": "PHPDoc parser with support for nullable, intersection and generic types", 717 "support": { 718 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 719 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.0" 720 }, 721 "time": "2024-05-06T12:04:23+00:00" 722 }, 723 { 724 "name": "phpunit/php-file-iterator", 725 "version": "4.1.0", 726 "source": { 727 "type": "git", 728 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 729 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" 730 }, 731 "dist": { 732 "type": "zip", 733 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", 734 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", 735 "shasum": "" 736 }, 737 "require": { 738 "php": ">=8.1" 739 }, 740 "require-dev": { 741 "phpunit/phpunit": "^10.0" 742 }, 743 "type": "library", 744 "extra": { 745 "branch-alias": { 746 "dev-main": "4.0-dev" 747 } 748 }, 749 "autoload": { 750 "classmap": [ 751 "src/" 752 ] 753 }, 754 "notification-url": "https://packagist.org/downloads/", 755 "license": [ 756 "BSD-3-Clause" 757 ], 758 "authors": [ 759 { 760 "name": "Sebastian Bergmann", 761 "email": "sebastian@phpunit.de", 762 "role": "lead" 763 } 764 ], 765 "description": "FilterIterator implementation that filters files based on a list of suffixes.", 766 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", 767 "keywords": [ 768 "filesystem", 769 "iterator" 770 ], 771 "support": { 772 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 773 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", 774 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" 775 }, 776 "funding": [ 777 { 778 "url": "https://github.com/sebastianbergmann", 779 "type": "github" 780 } 781 ], 782 "time": "2023-08-31T06:24:48+00:00" 783 }, 784 { 785 "name": "psr/cache", 786 "version": "3.0.0", 787 "source": { 788 "type": "git", 789 "url": "https://github.com/php-fig/cache.git", 790 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" 791 }, 792 "dist": { 793 "type": "zip", 794 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 795 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", 796 "shasum": "" 797 }, 798 "require": { 799 "php": ">=8.0.0" 800 }, 801 "type": "library", 802 "extra": { 803 "branch-alias": { 804 "dev-master": "1.0.x-dev" 805 } 806 }, 807 "autoload": { 808 "psr-4": { 809 "Psr\\Cache\\": "src/" 810 } 811 }, 812 "notification-url": "https://packagist.org/downloads/", 813 "license": [ 814 "MIT" 815 ], 816 "authors": [ 817 { 818 "name": "PHP-FIG", 819 "homepage": "https://www.php-fig.org/" 820 } 821 ], 822 "description": "Common interface for caching libraries", 823 "keywords": [ 824 "cache", 825 "psr", 826 "psr-6" 827 ], 828 "support": { 829 "source": "https://github.com/php-fig/cache/tree/3.0.0" 830 }, 831 "time": "2021-02-03T23:26:27+00:00" 832 }, 833 { 834 "name": "psr/container", 835 "version": "2.0.2", 836 "source": { 837 "type": "git", 838 "url": "https://github.com/php-fig/container.git", 839 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" 840 }, 841 "dist": { 842 "type": "zip", 843 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", 844 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", 845 "shasum": "" 846 }, 847 "require": { 848 "php": ">=7.4.0" 849 }, 850 "type": "library", 851 "extra": { 852 "branch-alias": { 853 "dev-master": "2.0.x-dev" 854 } 855 }, 856 "autoload": { 857 "psr-4": { 858 "Psr\\Container\\": "src/" 859 } 860 }, 861 "notification-url": "https://packagist.org/downloads/", 862 "license": [ 863 "MIT" 864 ], 865 "authors": [ 866 { 867 "name": "PHP-FIG", 868 "homepage": "https://www.php-fig.org/" 869 } 870 ], 871 "description": "Common Container Interface (PHP FIG PSR-11)", 872 "homepage": "https://github.com/php-fig/container", 873 "keywords": [ 874 "PSR-11", 875 "container", 876 "container-interface", 877 "container-interop", 878 "psr" 879 ], 880 "support": { 881 "issues": "https://github.com/php-fig/container/issues", 882 "source": "https://github.com/php-fig/container/tree/2.0.2" 883 }, 884 "time": "2021-11-05T16:47:00+00:00" 885 }, 886 { 887 "name": "psr/event-dispatcher", 888 "version": "1.0.0", 889 "source": { 890 "type": "git", 891 "url": "https://github.com/php-fig/event-dispatcher.git", 892 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 893 }, 894 "dist": { 895 "type": "zip", 896 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 897 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 898 "shasum": "" 899 }, 900 "require": { 901 "php": ">=7.2.0" 902 }, 903 "type": "library", 904 "extra": { 905 "branch-alias": { 906 "dev-master": "1.0.x-dev" 907 } 908 }, 909 "autoload": { 910 "psr-4": { 911 "Psr\\EventDispatcher\\": "src/" 912 } 913 }, 914 "notification-url": "https://packagist.org/downloads/", 915 "license": [ 916 "MIT" 917 ], 918 "authors": [ 919 { 920 "name": "PHP-FIG", 921 "homepage": "http://www.php-fig.org/" 922 } 923 ], 924 "description": "Standard interfaces for event handling.", 925 "keywords": [ 926 "events", 927 "psr", 928 "psr-14" 929 ], 930 "support": { 931 "issues": "https://github.com/php-fig/event-dispatcher/issues", 932 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 933 }, 934 "time": "2019-01-08T18:20:26+00:00" 935 }, 936 { 937 "name": "psr/log", 938 "version": "3.0.0", 939 "source": { 940 "type": "git", 941 "url": "https://github.com/php-fig/log.git", 942 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" 943 }, 944 "dist": { 945 "type": "zip", 946 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", 947 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", 948 "shasum": "" 949 }, 950 "require": { 951 "php": ">=8.0.0" 952 }, 953 "type": "library", 954 "extra": { 955 "branch-alias": { 956 "dev-master": "3.x-dev" 957 } 958 }, 959 "autoload": { 960 "psr-4": { 961 "Psr\\Log\\": "src" 962 } 963 }, 964 "notification-url": "https://packagist.org/downloads/", 965 "license": [ 966 "MIT" 967 ], 968 "authors": [ 969 { 970 "name": "PHP-FIG", 971 "homepage": "https://www.php-fig.org/" 972 } 973 ], 974 "description": "Common interface for logging libraries", 975 "homepage": "https://github.com/php-fig/log", 976 "keywords": [ 977 "log", 978 "psr", 979 "psr-3" 980 ], 981 "support": { 982 "source": "https://github.com/php-fig/log/tree/3.0.0" 983 }, 984 "time": "2021-07-14T16:46:02+00:00" 985 }, 986 { 987 "name": "psr/simple-cache", 988 "version": "3.0.0", 989 "source": { 990 "type": "git", 991 "url": "https://github.com/php-fig/simple-cache.git", 992 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" 993 }, 994 "dist": { 995 "type": "zip", 996 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", 997 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", 998 "shasum": "" 999 }, 1000 "require": { 1001 "php": ">=8.0.0" 1002 }, 1003 "type": "library", 1004 "extra": { 1005 "branch-alias": { 1006 "dev-master": "3.0.x-dev" 1007 } 1008 }, 1009 "autoload": { 1010 "psr-4": { 1011 "Psr\\SimpleCache\\": "src/" 1012 } 1013 }, 1014 "notification-url": "https://packagist.org/downloads/", 1015 "license": [ 1016 "MIT" 1017 ], 1018 "authors": [ 1019 { 1020 "name": "PHP-FIG", 1021 "homepage": "https://www.php-fig.org/" 1022 } 1023 ], 1024 "description": "Common interfaces for simple caching", 1025 "keywords": [ 1026 "cache", 1027 "caching", 1028 "psr", 1029 "psr-16", 1030 "simple-cache" 1031 ], 1032 "support": { 1033 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" 1034 }, 1035 "time": "2021-10-29T13:26:27+00:00" 1036 }, 1037 { 1038 "name": "sebastian/cli-parser", 1039 "version": "2.0.1", 1040 "source": { 1041 "type": "git", 1042 "url": "https://github.com/sebastianbergmann/cli-parser.git", 1043 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084" 1044 }, 1045 "dist": { 1046 "type": "zip", 1047 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084", 1048 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084", 1049 "shasum": "" 1050 }, 1051 "require": { 1052 "php": ">=8.1" 1053 }, 1054 "require-dev": { 1055 "phpunit/phpunit": "^10.0" 1056 }, 1057 "type": "library", 1058 "extra": { 1059 "branch-alias": { 1060 "dev-main": "2.0-dev" 1061 } 1062 }, 1063 "autoload": { 1064 "classmap": [ 1065 "src/" 1066 ] 1067 }, 1068 "notification-url": "https://packagist.org/downloads/", 1069 "license": [ 1070 "BSD-3-Clause" 1071 ], 1072 "authors": [ 1073 { 1074 "name": "Sebastian Bergmann", 1075 "email": "sebastian@phpunit.de", 1076 "role": "lead" 1077 } 1078 ], 1079 "description": "Library for parsing CLI options", 1080 "homepage": "https://github.com/sebastianbergmann/cli-parser", 1081 "support": { 1082 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 1083 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", 1084 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1" 1085 }, 1086 "funding": [ 1087 { 1088 "url": "https://github.com/sebastianbergmann", 1089 "type": "github" 1090 } 1091 ], 1092 "time": "2024-03-02T07:12:49+00:00" 1093 }, 1094 { 1095 "name": "sebastian/diff", 1096 "version": "5.1.1", 1097 "source": { 1098 "type": "git", 1099 "url": "https://github.com/sebastianbergmann/diff.git", 1100 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" 1101 }, 1102 "dist": { 1103 "type": "zip", 1104 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", 1105 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", 1106 "shasum": "" 1107 }, 1108 "require": { 1109 "php": ">=8.1" 1110 }, 1111 "require-dev": { 1112 "phpunit/phpunit": "^10.0", 1113 "symfony/process": "^6.4" 1114 }, 1115 "type": "library", 1116 "extra": { 1117 "branch-alias": { 1118 "dev-main": "5.1-dev" 1119 } 1120 }, 1121 "autoload": { 1122 "classmap": [ 1123 "src/" 1124 ] 1125 }, 1126 "notification-url": "https://packagist.org/downloads/", 1127 "license": [ 1128 "BSD-3-Clause" 1129 ], 1130 "authors": [ 1131 { 1132 "name": "Sebastian Bergmann", 1133 "email": "sebastian@phpunit.de" 1134 }, 1135 { 1136 "name": "Kore Nordmann", 1137 "email": "mail@kore-nordmann.de" 1138 } 1139 ], 1140 "description": "Diff implementation", 1141 "homepage": "https://github.com/sebastianbergmann/diff", 1142 "keywords": [ 1143 "diff", 1144 "udiff", 1145 "unidiff", 1146 "unified diff" 1147 ], 1148 "support": { 1149 "issues": "https://github.com/sebastianbergmann/diff/issues", 1150 "security": "https://github.com/sebastianbergmann/diff/security/policy", 1151 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" 1152 }, 1153 "funding": [ 1154 { 1155 "url": "https://github.com/sebastianbergmann", 1156 "type": "github" 1157 } 1158 ], 1159 "time": "2024-03-02T07:15:17+00:00" 1160 }, 1161 { 1162 "name": "slevomat/coding-standard", 1163 "version": "8.15.0", 1164 "source": { 1165 "type": "git", 1166 "url": "https://github.com/slevomat/coding-standard.git", 1167 "reference": "7d1d957421618a3803b593ec31ace470177d7817" 1168 }, 1169 "dist": { 1170 "type": "zip", 1171 "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/7d1d957421618a3803b593ec31ace470177d7817", 1172 "reference": "7d1d957421618a3803b593ec31ace470177d7817", 1173 "shasum": "" 1174 }, 1175 "require": { 1176 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", 1177 "php": "^7.2 || ^8.0", 1178 "phpstan/phpdoc-parser": "^1.23.1", 1179 "squizlabs/php_codesniffer": "^3.9.0" 1180 }, 1181 "require-dev": { 1182 "phing/phing": "2.17.4", 1183 "php-parallel-lint/php-parallel-lint": "1.3.2", 1184 "phpstan/phpstan": "1.10.60", 1185 "phpstan/phpstan-deprecation-rules": "1.1.4", 1186 "phpstan/phpstan-phpunit": "1.3.16", 1187 "phpstan/phpstan-strict-rules": "1.5.2", 1188 "phpunit/phpunit": "8.5.21|9.6.8|10.5.11" 1189 }, 1190 "type": "phpcodesniffer-standard", 1191 "extra": { 1192 "branch-alias": { 1193 "dev-master": "8.x-dev" 1194 } 1195 }, 1196 "autoload": { 1197 "psr-4": { 1198 "SlevomatCodingStandard\\": "SlevomatCodingStandard/" 1199 } 1200 }, 1201 "notification-url": "https://packagist.org/downloads/", 1202 "license": [ 1203 "MIT" 1204 ], 1205 "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", 1206 "keywords": [ 1207 "dev", 1208 "phpcs" 1209 ], 1210 "support": { 1211 "issues": "https://github.com/slevomat/coding-standard/issues", 1212 "source": "https://github.com/slevomat/coding-standard/tree/8.15.0" 1213 }, 1214 "funding": [ 1215 { 1216 "url": "https://github.com/kukulich", 1217 "type": "github" 1218 }, 1219 { 1220 "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard", 1221 "type": "tidelift" 1222 } 1223 ], 1224 "time": "2024-03-09T15:20:58+00:00" 1225 }, 1226 { 1227 "name": "squizlabs/php_codesniffer", 1228 "version": "3.9.2", 1229 "source": { 1230 "type": "git", 1231 "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", 1232 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480" 1233 }, 1234 "dist": { 1235 "type": "zip", 1236 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480", 1237 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480", 1238 "shasum": "" 1239 }, 1240 "require": { 1241 "ext-simplexml": "*", 1242 "ext-tokenizer": "*", 1243 "ext-xmlwriter": "*", 1244 "php": ">=5.4.0" 1245 }, 1246 "require-dev": { 1247 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" 1248 }, 1249 "bin": [ 1250 "bin/phpcbf", 1251 "bin/phpcs" 1252 ], 1253 "type": "library", 1254 "extra": { 1255 "branch-alias": { 1256 "dev-master": "3.x-dev" 1257 } 1258 }, 1259 "notification-url": "https://packagist.org/downloads/", 1260 "license": [ 1261 "BSD-3-Clause" 1262 ], 1263 "authors": [ 1264 { 1265 "name": "Greg Sherwood", 1266 "role": "Former lead" 1267 }, 1268 { 1269 "name": "Juliette Reinders Folmer", 1270 "role": "Current lead" 1271 }, 1272 { 1273 "name": "Contributors", 1274 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" 1275 } 1276 ], 1277 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", 1278 "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1279 "keywords": [ 1280 "phpcs", 1281 "standards", 1282 "static analysis" 1283 ], 1284 "support": { 1285 "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", 1286 "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", 1287 "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", 1288 "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" 1289 }, 1290 "funding": [ 1291 { 1292 "url": "https://github.com/PHPCSStandards", 1293 "type": "github" 1294 }, 1295 { 1296 "url": "https://github.com/jrfnl", 1297 "type": "github" 1298 }, 1299 { 1300 "url": "https://opencollective.com/php_codesniffer", 1301 "type": "open_collective" 1302 } 1303 ], 1304 "time": "2024-04-23T20:25:34+00:00" 1305 }, 1306 { 1307 "name": "symfony/cache", 1308 "version": "v6.4.7", 1309 "source": { 1310 "type": "git", 1311 "url": "https://github.com/symfony/cache.git", 1312 "reference": "b9e9b93c9817ec6c789c7943f5e54b57a041c16a" 1313 }, 1314 "dist": { 1315 "type": "zip", 1316 "url": "https://api.github.com/repos/symfony/cache/zipball/b9e9b93c9817ec6c789c7943f5e54b57a041c16a", 1317 "reference": "b9e9b93c9817ec6c789c7943f5e54b57a041c16a", 1318 "shasum": "" 1319 }, 1320 "require": { 1321 "php": ">=8.1", 1322 "psr/cache": "^2.0|^3.0", 1323 "psr/log": "^1.1|^2|^3", 1324 "symfony/cache-contracts": "^2.5|^3", 1325 "symfony/service-contracts": "^2.5|^3", 1326 "symfony/var-exporter": "^6.3.6|^7.0" 1327 }, 1328 "conflict": { 1329 "doctrine/dbal": "<2.13.1", 1330 "symfony/dependency-injection": "<5.4", 1331 "symfony/http-kernel": "<5.4", 1332 "symfony/var-dumper": "<5.4" 1333 }, 1334 "provide": { 1335 "psr/cache-implementation": "2.0|3.0", 1336 "psr/simple-cache-implementation": "1.0|2.0|3.0", 1337 "symfony/cache-implementation": "1.1|2.0|3.0" 1338 }, 1339 "require-dev": { 1340 "cache/integration-tests": "dev-master", 1341 "doctrine/dbal": "^2.13.1|^3|^4", 1342 "predis/predis": "^1.1|^2.0", 1343 "psr/simple-cache": "^1.0|^2.0|^3.0", 1344 "symfony/config": "^5.4|^6.0|^7.0", 1345 "symfony/dependency-injection": "^5.4|^6.0|^7.0", 1346 "symfony/filesystem": "^5.4|^6.0|^7.0", 1347 "symfony/http-kernel": "^5.4|^6.0|^7.0", 1348 "symfony/messenger": "^5.4|^6.0|^7.0", 1349 "symfony/var-dumper": "^5.4|^6.0|^7.0" 1350 }, 1351 "type": "library", 1352 "autoload": { 1353 "psr-4": { 1354 "Symfony\\Component\\Cache\\": "" 1355 }, 1356 "classmap": [ 1357 "Traits/ValueWrapper.php" 1358 ], 1359 "exclude-from-classmap": [ 1360 "/Tests/" 1361 ] 1362 }, 1363 "notification-url": "https://packagist.org/downloads/", 1364 "license": [ 1365 "MIT" 1366 ], 1367 "authors": [ 1368 { 1369 "name": "Nicolas Grekas", 1370 "email": "p@tchwork.com" 1371 }, 1372 { 1373 "name": "Symfony Community", 1374 "homepage": "https://symfony.com/contributors" 1375 } 1376 ], 1377 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", 1378 "homepage": "https://symfony.com", 1379 "keywords": [ 1380 "caching", 1381 "psr6" 1382 ], 1383 "support": { 1384 "source": "https://github.com/symfony/cache/tree/v6.4.7" 1385 }, 1386 "funding": [ 1387 { 1388 "url": "https://symfony.com/sponsor", 1389 "type": "custom" 1390 }, 1391 { 1392 "url": "https://github.com/fabpot", 1393 "type": "github" 1394 }, 1395 { 1396 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1397 "type": "tidelift" 1398 } 1399 ], 1400 "time": "2024-04-18T09:22:46+00:00" 1401 }, 1402 { 1403 "name": "symfony/cache-contracts", 1404 "version": "v3.5.0", 1405 "source": { 1406 "type": "git", 1407 "url": "https://github.com/symfony/cache-contracts.git", 1408 "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197" 1409 }, 1410 "dist": { 1411 "type": "zip", 1412 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197", 1413 "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197", 1414 "shasum": "" 1415 }, 1416 "require": { 1417 "php": ">=8.1", 1418 "psr/cache": "^3.0" 1419 }, 1420 "type": "library", 1421 "extra": { 1422 "branch-alias": { 1423 "dev-main": "3.5-dev" 1424 }, 1425 "thanks": { 1426 "name": "symfony/contracts", 1427 "url": "https://github.com/symfony/contracts" 1428 } 1429 }, 1430 "autoload": { 1431 "psr-4": { 1432 "Symfony\\Contracts\\Cache\\": "" 1433 } 1434 }, 1435 "notification-url": "https://packagist.org/downloads/", 1436 "license": [ 1437 "MIT" 1438 ], 1439 "authors": [ 1440 { 1441 "name": "Nicolas Grekas", 1442 "email": "p@tchwork.com" 1443 }, 1444 { 1445 "name": "Symfony Community", 1446 "homepage": "https://symfony.com/contributors" 1447 } 1448 ], 1449 "description": "Generic abstractions related to caching", 1450 "homepage": "https://symfony.com", 1451 "keywords": [ 1452 "abstractions", 1453 "contracts", 1454 "decoupling", 1455 "interfaces", 1456 "interoperability", 1457 "standards" 1458 ], 1459 "support": { 1460 "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0" 1461 }, 1462 "funding": [ 1463 { 1464 "url": "https://symfony.com/sponsor", 1465 "type": "custom" 1466 }, 1467 { 1468 "url": "https://github.com/fabpot", 1469 "type": "github" 1470 }, 1471 { 1472 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1473 "type": "tidelift" 1474 } 1475 ], 1476 "time": "2024-04-18T09:32:20+00:00" 1477 }, 1478 { 1479 "name": "symfony/console", 1480 "version": "v6.4.7", 1481 "source": { 1482 "type": "git", 1483 "url": "https://github.com/symfony/console.git", 1484 "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f" 1485 }, 1486 "dist": { 1487 "type": "zip", 1488 "url": "https://api.github.com/repos/symfony/console/zipball/a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", 1489 "reference": "a170e64ae10d00ba89e2acbb590dc2e54da8ad8f", 1490 "shasum": "" 1491 }, 1492 "require": { 1493 "php": ">=8.1", 1494 "symfony/deprecation-contracts": "^2.5|^3", 1495 "symfony/polyfill-mbstring": "~1.0", 1496 "symfony/service-contracts": "^2.5|^3", 1497 "symfony/string": "^5.4|^6.0|^7.0" 1498 }, 1499 "conflict": { 1500 "symfony/dependency-injection": "<5.4", 1501 "symfony/dotenv": "<5.4", 1502 "symfony/event-dispatcher": "<5.4", 1503 "symfony/lock": "<5.4", 1504 "symfony/process": "<5.4" 1505 }, 1506 "provide": { 1507 "psr/log-implementation": "1.0|2.0|3.0" 1508 }, 1509 "require-dev": { 1510 "psr/log": "^1|^2|^3", 1511 "symfony/config": "^5.4|^6.0|^7.0", 1512 "symfony/dependency-injection": "^5.4|^6.0|^7.0", 1513 "symfony/event-dispatcher": "^5.4|^6.0|^7.0", 1514 "symfony/http-foundation": "^6.4|^7.0", 1515 "symfony/http-kernel": "^6.4|^7.0", 1516 "symfony/lock": "^5.4|^6.0|^7.0", 1517 "symfony/messenger": "^5.4|^6.0|^7.0", 1518 "symfony/process": "^5.4|^6.0|^7.0", 1519 "symfony/stopwatch": "^5.4|^6.0|^7.0", 1520 "symfony/var-dumper": "^5.4|^6.0|^7.0" 1521 }, 1522 "type": "library", 1523 "autoload": { 1524 "psr-4": { 1525 "Symfony\\Component\\Console\\": "" 1526 }, 1527 "exclude-from-classmap": [ 1528 "/Tests/" 1529 ] 1530 }, 1531 "notification-url": "https://packagist.org/downloads/", 1532 "license": [ 1533 "MIT" 1534 ], 1535 "authors": [ 1536 { 1537 "name": "Fabien Potencier", 1538 "email": "fabien@symfony.com" 1539 }, 1540 { 1541 "name": "Symfony Community", 1542 "homepage": "https://symfony.com/contributors" 1543 } 1544 ], 1545 "description": "Eases the creation of beautiful and testable command line interfaces", 1546 "homepage": "https://symfony.com", 1547 "keywords": [ 1548 "cli", 1549 "command-line", 1550 "console", 1551 "terminal" 1552 ], 1553 "support": { 1554 "source": "https://github.com/symfony/console/tree/v6.4.7" 1555 }, 1556 "funding": [ 1557 { 1558 "url": "https://symfony.com/sponsor", 1559 "type": "custom" 1560 }, 1561 { 1562 "url": "https://github.com/fabpot", 1563 "type": "github" 1564 }, 1565 { 1566 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1567 "type": "tidelift" 1568 } 1569 ], 1570 "time": "2024-04-18T09:22:46+00:00" 1571 }, 1572 { 1573 "name": "symfony/deprecation-contracts", 1574 "version": "v3.5.0", 1575 "source": { 1576 "type": "git", 1577 "url": "https://github.com/symfony/deprecation-contracts.git", 1578 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" 1579 }, 1580 "dist": { 1581 "type": "zip", 1582 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 1583 "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 1584 "shasum": "" 1585 }, 1586 "require": { 1587 "php": ">=8.1" 1588 }, 1589 "type": "library", 1590 "extra": { 1591 "branch-alias": { 1592 "dev-main": "3.5-dev" 1593 }, 1594 "thanks": { 1595 "name": "symfony/contracts", 1596 "url": "https://github.com/symfony/contracts" 1597 } 1598 }, 1599 "autoload": { 1600 "files": [ 1601 "function.php" 1602 ] 1603 }, 1604 "notification-url": "https://packagist.org/downloads/", 1605 "license": [ 1606 "MIT" 1607 ], 1608 "authors": [ 1609 { 1610 "name": "Nicolas Grekas", 1611 "email": "p@tchwork.com" 1612 }, 1613 { 1614 "name": "Symfony Community", 1615 "homepage": "https://symfony.com/contributors" 1616 } 1617 ], 1618 "description": "A generic function and convention to trigger deprecation notices", 1619 "homepage": "https://symfony.com", 1620 "support": { 1621 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" 1622 }, 1623 "funding": [ 1624 { 1625 "url": "https://symfony.com/sponsor", 1626 "type": "custom" 1627 }, 1628 { 1629 "url": "https://github.com/fabpot", 1630 "type": "github" 1631 }, 1632 { 1633 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1634 "type": "tidelift" 1635 } 1636 ], 1637 "time": "2024-04-18T09:32:20+00:00" 1638 }, 1639 { 1640 "name": "symfony/event-dispatcher", 1641 "version": "v6.4.7", 1642 "source": { 1643 "type": "git", 1644 "url": "https://github.com/symfony/event-dispatcher.git", 1645 "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f" 1646 }, 1647 "dist": { 1648 "type": "zip", 1649 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d84384f3f67de3cb650db64d685d70395dacfc3f", 1650 "reference": "d84384f3f67de3cb650db64d685d70395dacfc3f", 1651 "shasum": "" 1652 }, 1653 "require": { 1654 "php": ">=8.1", 1655 "symfony/event-dispatcher-contracts": "^2.5|^3" 1656 }, 1657 "conflict": { 1658 "symfony/dependency-injection": "<5.4", 1659 "symfony/service-contracts": "<2.5" 1660 }, 1661 "provide": { 1662 "psr/event-dispatcher-implementation": "1.0", 1663 "symfony/event-dispatcher-implementation": "2.0|3.0" 1664 }, 1665 "require-dev": { 1666 "psr/log": "^1|^2|^3", 1667 "symfony/config": "^5.4|^6.0|^7.0", 1668 "symfony/dependency-injection": "^5.4|^6.0|^7.0", 1669 "symfony/error-handler": "^5.4|^6.0|^7.0", 1670 "symfony/expression-language": "^5.4|^6.0|^7.0", 1671 "symfony/http-foundation": "^5.4|^6.0|^7.0", 1672 "symfony/service-contracts": "^2.5|^3", 1673 "symfony/stopwatch": "^5.4|^6.0|^7.0" 1674 }, 1675 "type": "library", 1676 "autoload": { 1677 "psr-4": { 1678 "Symfony\\Component\\EventDispatcher\\": "" 1679 }, 1680 "exclude-from-classmap": [ 1681 "/Tests/" 1682 ] 1683 }, 1684 "notification-url": "https://packagist.org/downloads/", 1685 "license": [ 1686 "MIT" 1687 ], 1688 "authors": [ 1689 { 1690 "name": "Fabien Potencier", 1691 "email": "fabien@symfony.com" 1692 }, 1693 { 1694 "name": "Symfony Community", 1695 "homepage": "https://symfony.com/contributors" 1696 } 1697 ], 1698 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", 1699 "homepage": "https://symfony.com", 1700 "support": { 1701 "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.7" 1702 }, 1703 "funding": [ 1704 { 1705 "url": "https://symfony.com/sponsor", 1706 "type": "custom" 1707 }, 1708 { 1709 "url": "https://github.com/fabpot", 1710 "type": "github" 1711 }, 1712 { 1713 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1714 "type": "tidelift" 1715 } 1716 ], 1717 "time": "2024-04-18T09:22:46+00:00" 1718 }, 1719 { 1720 "name": "symfony/event-dispatcher-contracts", 1721 "version": "v3.5.0", 1722 "source": { 1723 "type": "git", 1724 "url": "https://github.com/symfony/event-dispatcher-contracts.git", 1725 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" 1726 }, 1727 "dist": { 1728 "type": "zip", 1729 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", 1730 "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", 1731 "shasum": "" 1732 }, 1733 "require": { 1734 "php": ">=8.1", 1735 "psr/event-dispatcher": "^1" 1736 }, 1737 "type": "library", 1738 "extra": { 1739 "branch-alias": { 1740 "dev-main": "3.5-dev" 1741 }, 1742 "thanks": { 1743 "name": "symfony/contracts", 1744 "url": "https://github.com/symfony/contracts" 1745 } 1746 }, 1747 "autoload": { 1748 "psr-4": { 1749 "Symfony\\Contracts\\EventDispatcher\\": "" 1750 } 1751 }, 1752 "notification-url": "https://packagist.org/downloads/", 1753 "license": [ 1754 "MIT" 1755 ], 1756 "authors": [ 1757 { 1758 "name": "Nicolas Grekas", 1759 "email": "p@tchwork.com" 1760 }, 1761 { 1762 "name": "Symfony Community", 1763 "homepage": "https://symfony.com/contributors" 1764 } 1765 ], 1766 "description": "Generic abstractions related to dispatching event", 1767 "homepage": "https://symfony.com", 1768 "keywords": [ 1769 "abstractions", 1770 "contracts", 1771 "decoupling", 1772 "interfaces", 1773 "interoperability", 1774 "standards" 1775 ], 1776 "support": { 1777 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" 1778 }, 1779 "funding": [ 1780 { 1781 "url": "https://symfony.com/sponsor", 1782 "type": "custom" 1783 }, 1784 { 1785 "url": "https://github.com/fabpot", 1786 "type": "github" 1787 }, 1788 { 1789 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1790 "type": "tidelift" 1791 } 1792 ], 1793 "time": "2024-04-18T09:32:20+00:00" 1794 }, 1795 { 1796 "name": "symfony/filesystem", 1797 "version": "v6.4.7", 1798 "source": { 1799 "type": "git", 1800 "url": "https://github.com/symfony/filesystem.git", 1801 "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4" 1802 }, 1803 "dist": { 1804 "type": "zip", 1805 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78dde75f8f6dbbca4ec436a4b0087f7af02076d4", 1806 "reference": "78dde75f8f6dbbca4ec436a4b0087f7af02076d4", 1807 "shasum": "" 1808 }, 1809 "require": { 1810 "php": ">=8.1", 1811 "symfony/polyfill-ctype": "~1.8", 1812 "symfony/polyfill-mbstring": "~1.8", 1813 "symfony/process": "^5.4|^6.4" 1814 }, 1815 "type": "library", 1816 "autoload": { 1817 "psr-4": { 1818 "Symfony\\Component\\Filesystem\\": "" 1819 }, 1820 "exclude-from-classmap": [ 1821 "/Tests/" 1822 ] 1823 }, 1824 "notification-url": "https://packagist.org/downloads/", 1825 "license": [ 1826 "MIT" 1827 ], 1828 "authors": [ 1829 { 1830 "name": "Fabien Potencier", 1831 "email": "fabien@symfony.com" 1832 }, 1833 { 1834 "name": "Symfony Community", 1835 "homepage": "https://symfony.com/contributors" 1836 } 1837 ], 1838 "description": "Provides basic utilities for the filesystem", 1839 "homepage": "https://symfony.com", 1840 "support": { 1841 "source": "https://github.com/symfony/filesystem/tree/v6.4.7" 1842 }, 1843 "funding": [ 1844 { 1845 "url": "https://symfony.com/sponsor", 1846 "type": "custom" 1847 }, 1848 { 1849 "url": "https://github.com/fabpot", 1850 "type": "github" 1851 }, 1852 { 1853 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1854 "type": "tidelift" 1855 } 1856 ], 1857 "time": "2024-04-18T09:22:46+00:00" 1858 }, 1859 { 1860 "name": "symfony/finder", 1861 "version": "v6.4.7", 1862 "source": { 1863 "type": "git", 1864 "url": "https://github.com/symfony/finder.git", 1865 "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" 1866 }, 1867 "dist": { 1868 "type": "zip", 1869 "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", 1870 "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", 1871 "shasum": "" 1872 }, 1873 "require": { 1874 "php": ">=8.1" 1875 }, 1876 "require-dev": { 1877 "symfony/filesystem": "^6.0|^7.0" 1878 }, 1879 "type": "library", 1880 "autoload": { 1881 "psr-4": { 1882 "Symfony\\Component\\Finder\\": "" 1883 }, 1884 "exclude-from-classmap": [ 1885 "/Tests/" 1886 ] 1887 }, 1888 "notification-url": "https://packagist.org/downloads/", 1889 "license": [ 1890 "MIT" 1891 ], 1892 "authors": [ 1893 { 1894 "name": "Fabien Potencier", 1895 "email": "fabien@symfony.com" 1896 }, 1897 { 1898 "name": "Symfony Community", 1899 "homepage": "https://symfony.com/contributors" 1900 } 1901 ], 1902 "description": "Finds files and directories via an intuitive fluent interface", 1903 "homepage": "https://symfony.com", 1904 "support": { 1905 "source": "https://github.com/symfony/finder/tree/v6.4.7" 1906 }, 1907 "funding": [ 1908 { 1909 "url": "https://symfony.com/sponsor", 1910 "type": "custom" 1911 }, 1912 { 1913 "url": "https://github.com/fabpot", 1914 "type": "github" 1915 }, 1916 { 1917 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 1918 "type": "tidelift" 1919 } 1920 ], 1921 "time": "2024-04-23T10:36:43+00:00" 1922 }, 1923 { 1924 "name": "symfony/http-client", 1925 "version": "v6.4.7", 1926 "source": { 1927 "type": "git", 1928 "url": "https://github.com/symfony/http-client.git", 1929 "reference": "3683d8107cf1efdd24795cc5f7482be1eded34ac" 1930 }, 1931 "dist": { 1932 "type": "zip", 1933 "url": "https://api.github.com/repos/symfony/http-client/zipball/3683d8107cf1efdd24795cc5f7482be1eded34ac", 1934 "reference": "3683d8107cf1efdd24795cc5f7482be1eded34ac", 1935 "shasum": "" 1936 }, 1937 "require": { 1938 "php": ">=8.1", 1939 "psr/log": "^1|^2|^3", 1940 "symfony/deprecation-contracts": "^2.5|^3", 1941 "symfony/http-client-contracts": "^3.4.1", 1942 "symfony/service-contracts": "^2.5|^3" 1943 }, 1944 "conflict": { 1945 "php-http/discovery": "<1.15", 1946 "symfony/http-foundation": "<6.3" 1947 }, 1948 "provide": { 1949 "php-http/async-client-implementation": "*", 1950 "php-http/client-implementation": "*", 1951 "psr/http-client-implementation": "1.0", 1952 "symfony/http-client-implementation": "3.0" 1953 }, 1954 "require-dev": { 1955 "amphp/amp": "^2.5", 1956 "amphp/http-client": "^4.2.1", 1957 "amphp/http-tunnel": "^1.0", 1958 "amphp/socket": "^1.1", 1959 "guzzlehttp/promises": "^1.4|^2.0", 1960 "nyholm/psr7": "^1.0", 1961 "php-http/httplug": "^1.0|^2.0", 1962 "psr/http-client": "^1.0", 1963 "symfony/dependency-injection": "^5.4|^6.0|^7.0", 1964 "symfony/http-kernel": "^5.4|^6.0|^7.0", 1965 "symfony/messenger": "^5.4|^6.0|^7.0", 1966 "symfony/process": "^5.4|^6.0|^7.0", 1967 "symfony/stopwatch": "^5.4|^6.0|^7.0" 1968 }, 1969 "type": "library", 1970 "autoload": { 1971 "psr-4": { 1972 "Symfony\\Component\\HttpClient\\": "" 1973 }, 1974 "exclude-from-classmap": [ 1975 "/Tests/" 1976 ] 1977 }, 1978 "notification-url": "https://packagist.org/downloads/", 1979 "license": [ 1980 "MIT" 1981 ], 1982 "authors": [ 1983 { 1984 "name": "Nicolas Grekas", 1985 "email": "p@tchwork.com" 1986 }, 1987 { 1988 "name": "Symfony Community", 1989 "homepage": "https://symfony.com/contributors" 1990 } 1991 ], 1992 "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", 1993 "homepage": "https://symfony.com", 1994 "keywords": [ 1995 "http" 1996 ], 1997 "support": { 1998 "source": "https://github.com/symfony/http-client/tree/v6.4.7" 1999 }, 2000 "funding": [ 2001 { 2002 "url": "https://symfony.com/sponsor", 2003 "type": "custom" 2004 }, 2005 { 2006 "url": "https://github.com/fabpot", 2007 "type": "github" 2008 }, 2009 { 2010 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2011 "type": "tidelift" 2012 } 2013 ], 2014 "time": "2024-04-18T09:22:46+00:00" 2015 }, 2016 { 2017 "name": "symfony/http-client-contracts", 2018 "version": "v3.5.0", 2019 "source": { 2020 "type": "git", 2021 "url": "https://github.com/symfony/http-client-contracts.git", 2022 "reference": "20414d96f391677bf80078aa55baece78b82647d" 2023 }, 2024 "dist": { 2025 "type": "zip", 2026 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/20414d96f391677bf80078aa55baece78b82647d", 2027 "reference": "20414d96f391677bf80078aa55baece78b82647d", 2028 "shasum": "" 2029 }, 2030 "require": { 2031 "php": ">=8.1" 2032 }, 2033 "type": "library", 2034 "extra": { 2035 "branch-alias": { 2036 "dev-main": "3.5-dev" 2037 }, 2038 "thanks": { 2039 "name": "symfony/contracts", 2040 "url": "https://github.com/symfony/contracts" 2041 } 2042 }, 2043 "autoload": { 2044 "psr-4": { 2045 "Symfony\\Contracts\\HttpClient\\": "" 2046 }, 2047 "exclude-from-classmap": [ 2048 "/Test/" 2049 ] 2050 }, 2051 "notification-url": "https://packagist.org/downloads/", 2052 "license": [ 2053 "MIT" 2054 ], 2055 "authors": [ 2056 { 2057 "name": "Nicolas Grekas", 2058 "email": "p@tchwork.com" 2059 }, 2060 { 2061 "name": "Symfony Community", 2062 "homepage": "https://symfony.com/contributors" 2063 } 2064 ], 2065 "description": "Generic abstractions related to HTTP clients", 2066 "homepage": "https://symfony.com", 2067 "keywords": [ 2068 "abstractions", 2069 "contracts", 2070 "decoupling", 2071 "interfaces", 2072 "interoperability", 2073 "standards" 2074 ], 2075 "support": { 2076 "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.0" 2077 }, 2078 "funding": [ 2079 { 2080 "url": "https://symfony.com/sponsor", 2081 "type": "custom" 2082 }, 2083 { 2084 "url": "https://github.com/fabpot", 2085 "type": "github" 2086 }, 2087 { 2088 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2089 "type": "tidelift" 2090 } 2091 ], 2092 "time": "2024-04-18T09:32:20+00:00" 2093 }, 2094 { 2095 "name": "symfony/options-resolver", 2096 "version": "v6.4.7", 2097 "source": { 2098 "type": "git", 2099 "url": "https://github.com/symfony/options-resolver.git", 2100 "reference": "9a3c92b490716ba6771f5beced13c6eda7183eed" 2101 }, 2102 "dist": { 2103 "type": "zip", 2104 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9a3c92b490716ba6771f5beced13c6eda7183eed", 2105 "reference": "9a3c92b490716ba6771f5beced13c6eda7183eed", 2106 "shasum": "" 2107 }, 2108 "require": { 2109 "php": ">=8.1", 2110 "symfony/deprecation-contracts": "^2.5|^3" 2111 }, 2112 "type": "library", 2113 "autoload": { 2114 "psr-4": { 2115 "Symfony\\Component\\OptionsResolver\\": "" 2116 }, 2117 "exclude-from-classmap": [ 2118 "/Tests/" 2119 ] 2120 }, 2121 "notification-url": "https://packagist.org/downloads/", 2122 "license": [ 2123 "MIT" 2124 ], 2125 "authors": [ 2126 { 2127 "name": "Fabien Potencier", 2128 "email": "fabien@symfony.com" 2129 }, 2130 { 2131 "name": "Symfony Community", 2132 "homepage": "https://symfony.com/contributors" 2133 } 2134 ], 2135 "description": "Provides an improved replacement for the array_replace PHP function", 2136 "homepage": "https://symfony.com", 2137 "keywords": [ 2138 "config", 2139 "configuration", 2140 "options" 2141 ], 2142 "support": { 2143 "source": "https://github.com/symfony/options-resolver/tree/v6.4.7" 2144 }, 2145 "funding": [ 2146 { 2147 "url": "https://symfony.com/sponsor", 2148 "type": "custom" 2149 }, 2150 { 2151 "url": "https://github.com/fabpot", 2152 "type": "github" 2153 }, 2154 { 2155 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2156 "type": "tidelift" 2157 } 2158 ], 2159 "time": "2024-04-18T09:22:46+00:00" 2160 }, 2161 { 2162 "name": "symfony/polyfill-ctype", 2163 "version": "v1.29.0", 2164 "source": { 2165 "type": "git", 2166 "url": "https://github.com/symfony/polyfill-ctype.git", 2167 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" 2168 }, 2169 "dist": { 2170 "type": "zip", 2171 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", 2172 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", 2173 "shasum": "" 2174 }, 2175 "require": { 2176 "php": ">=7.1" 2177 }, 2178 "provide": { 2179 "ext-ctype": "*" 2180 }, 2181 "suggest": { 2182 "ext-ctype": "For best performance" 2183 }, 2184 "type": "library", 2185 "extra": { 2186 "thanks": { 2187 "name": "symfony/polyfill", 2188 "url": "https://github.com/symfony/polyfill" 2189 } 2190 }, 2191 "autoload": { 2192 "files": [ 2193 "bootstrap.php" 2194 ], 2195 "psr-4": { 2196 "Symfony\\Polyfill\\Ctype\\": "" 2197 } 2198 }, 2199 "notification-url": "https://packagist.org/downloads/", 2200 "license": [ 2201 "MIT" 2202 ], 2203 "authors": [ 2204 { 2205 "name": "Gert de Pagter", 2206 "email": "BackEndTea@gmail.com" 2207 }, 2208 { 2209 "name": "Symfony Community", 2210 "homepage": "https://symfony.com/contributors" 2211 } 2212 ], 2213 "description": "Symfony polyfill for ctype functions", 2214 "homepage": "https://symfony.com", 2215 "keywords": [ 2216 "compatibility", 2217 "ctype", 2218 "polyfill", 2219 "portable" 2220 ], 2221 "support": { 2222 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" 2223 }, 2224 "funding": [ 2225 { 2226 "url": "https://symfony.com/sponsor", 2227 "type": "custom" 2228 }, 2229 { 2230 "url": "https://github.com/fabpot", 2231 "type": "github" 2232 }, 2233 { 2234 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2235 "type": "tidelift" 2236 } 2237 ], 2238 "time": "2024-01-29T20:11:03+00:00" 2239 }, 2240 { 2241 "name": "symfony/polyfill-intl-grapheme", 2242 "version": "v1.29.0", 2243 "source": { 2244 "type": "git", 2245 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 2246 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" 2247 }, 2248 "dist": { 2249 "type": "zip", 2250 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", 2251 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", 2252 "shasum": "" 2253 }, 2254 "require": { 2255 "php": ">=7.1" 2256 }, 2257 "suggest": { 2258 "ext-intl": "For best performance" 2259 }, 2260 "type": "library", 2261 "extra": { 2262 "thanks": { 2263 "name": "symfony/polyfill", 2264 "url": "https://github.com/symfony/polyfill" 2265 } 2266 }, 2267 "autoload": { 2268 "files": [ 2269 "bootstrap.php" 2270 ], 2271 "psr-4": { 2272 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 2273 } 2274 }, 2275 "notification-url": "https://packagist.org/downloads/", 2276 "license": [ 2277 "MIT" 2278 ], 2279 "authors": [ 2280 { 2281 "name": "Nicolas Grekas", 2282 "email": "p@tchwork.com" 2283 }, 2284 { 2285 "name": "Symfony Community", 2286 "homepage": "https://symfony.com/contributors" 2287 } 2288 ], 2289 "description": "Symfony polyfill for intl's grapheme_* functions", 2290 "homepage": "https://symfony.com", 2291 "keywords": [ 2292 "compatibility", 2293 "grapheme", 2294 "intl", 2295 "polyfill", 2296 "portable", 2297 "shim" 2298 ], 2299 "support": { 2300 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" 2301 }, 2302 "funding": [ 2303 { 2304 "url": "https://symfony.com/sponsor", 2305 "type": "custom" 2306 }, 2307 { 2308 "url": "https://github.com/fabpot", 2309 "type": "github" 2310 }, 2311 { 2312 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2313 "type": "tidelift" 2314 } 2315 ], 2316 "time": "2024-01-29T20:11:03+00:00" 2317 }, 2318 { 2319 "name": "symfony/polyfill-intl-normalizer", 2320 "version": "v1.29.0", 2321 "source": { 2322 "type": "git", 2323 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 2324 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" 2325 }, 2326 "dist": { 2327 "type": "zip", 2328 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", 2329 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", 2330 "shasum": "" 2331 }, 2332 "require": { 2333 "php": ">=7.1" 2334 }, 2335 "suggest": { 2336 "ext-intl": "For best performance" 2337 }, 2338 "type": "library", 2339 "extra": { 2340 "thanks": { 2341 "name": "symfony/polyfill", 2342 "url": "https://github.com/symfony/polyfill" 2343 } 2344 }, 2345 "autoload": { 2346 "files": [ 2347 "bootstrap.php" 2348 ], 2349 "psr-4": { 2350 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 2351 }, 2352 "classmap": [ 2353 "Resources/stubs" 2354 ] 2355 }, 2356 "notification-url": "https://packagist.org/downloads/", 2357 "license": [ 2358 "MIT" 2359 ], 2360 "authors": [ 2361 { 2362 "name": "Nicolas Grekas", 2363 "email": "p@tchwork.com" 2364 }, 2365 { 2366 "name": "Symfony Community", 2367 "homepage": "https://symfony.com/contributors" 2368 } 2369 ], 2370 "description": "Symfony polyfill for intl's Normalizer class and related functions", 2371 "homepage": "https://symfony.com", 2372 "keywords": [ 2373 "compatibility", 2374 "intl", 2375 "normalizer", 2376 "polyfill", 2377 "portable", 2378 "shim" 2379 ], 2380 "support": { 2381 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" 2382 }, 2383 "funding": [ 2384 { 2385 "url": "https://symfony.com/sponsor", 2386 "type": "custom" 2387 }, 2388 { 2389 "url": "https://github.com/fabpot", 2390 "type": "github" 2391 }, 2392 { 2393 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2394 "type": "tidelift" 2395 } 2396 ], 2397 "time": "2024-01-29T20:11:03+00:00" 2398 }, 2399 { 2400 "name": "symfony/polyfill-mbstring", 2401 "version": "v1.29.0", 2402 "source": { 2403 "type": "git", 2404 "url": "https://github.com/symfony/polyfill-mbstring.git", 2405 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" 2406 }, 2407 "dist": { 2408 "type": "zip", 2409 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 2410 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", 2411 "shasum": "" 2412 }, 2413 "require": { 2414 "php": ">=7.1" 2415 }, 2416 "provide": { 2417 "ext-mbstring": "*" 2418 }, 2419 "suggest": { 2420 "ext-mbstring": "For best performance" 2421 }, 2422 "type": "library", 2423 "extra": { 2424 "thanks": { 2425 "name": "symfony/polyfill", 2426 "url": "https://github.com/symfony/polyfill" 2427 } 2428 }, 2429 "autoload": { 2430 "files": [ 2431 "bootstrap.php" 2432 ], 2433 "psr-4": { 2434 "Symfony\\Polyfill\\Mbstring\\": "" 2435 } 2436 }, 2437 "notification-url": "https://packagist.org/downloads/", 2438 "license": [ 2439 "MIT" 2440 ], 2441 "authors": [ 2442 { 2443 "name": "Nicolas Grekas", 2444 "email": "p@tchwork.com" 2445 }, 2446 { 2447 "name": "Symfony Community", 2448 "homepage": "https://symfony.com/contributors" 2449 } 2450 ], 2451 "description": "Symfony polyfill for the Mbstring extension", 2452 "homepage": "https://symfony.com", 2453 "keywords": [ 2454 "compatibility", 2455 "mbstring", 2456 "polyfill", 2457 "portable", 2458 "shim" 2459 ], 2460 "support": { 2461 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" 2462 }, 2463 "funding": [ 2464 { 2465 "url": "https://symfony.com/sponsor", 2466 "type": "custom" 2467 }, 2468 { 2469 "url": "https://github.com/fabpot", 2470 "type": "github" 2471 }, 2472 { 2473 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2474 "type": "tidelift" 2475 } 2476 ], 2477 "time": "2024-01-29T20:11:03+00:00" 2478 }, 2479 { 2480 "name": "symfony/polyfill-php80", 2481 "version": "v1.29.0", 2482 "source": { 2483 "type": "git", 2484 "url": "https://github.com/symfony/polyfill-php80.git", 2485 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" 2486 }, 2487 "dist": { 2488 "type": "zip", 2489 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 2490 "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", 2491 "shasum": "" 2492 }, 2493 "require": { 2494 "php": ">=7.1" 2495 }, 2496 "type": "library", 2497 "extra": { 2498 "thanks": { 2499 "name": "symfony/polyfill", 2500 "url": "https://github.com/symfony/polyfill" 2501 } 2502 }, 2503 "autoload": { 2504 "files": [ 2505 "bootstrap.php" 2506 ], 2507 "psr-4": { 2508 "Symfony\\Polyfill\\Php80\\": "" 2509 }, 2510 "classmap": [ 2511 "Resources/stubs" 2512 ] 2513 }, 2514 "notification-url": "https://packagist.org/downloads/", 2515 "license": [ 2516 "MIT" 2517 ], 2518 "authors": [ 2519 { 2520 "name": "Ion Bazan", 2521 "email": "ion.bazan@gmail.com" 2522 }, 2523 { 2524 "name": "Nicolas Grekas", 2525 "email": "p@tchwork.com" 2526 }, 2527 { 2528 "name": "Symfony Community", 2529 "homepage": "https://symfony.com/contributors" 2530 } 2531 ], 2532 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 2533 "homepage": "https://symfony.com", 2534 "keywords": [ 2535 "compatibility", 2536 "polyfill", 2537 "portable", 2538 "shim" 2539 ], 2540 "support": { 2541 "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" 2542 }, 2543 "funding": [ 2544 { 2545 "url": "https://symfony.com/sponsor", 2546 "type": "custom" 2547 }, 2548 { 2549 "url": "https://github.com/fabpot", 2550 "type": "github" 2551 }, 2552 { 2553 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2554 "type": "tidelift" 2555 } 2556 ], 2557 "time": "2024-01-29T20:11:03+00:00" 2558 }, 2559 { 2560 "name": "symfony/polyfill-php81", 2561 "version": "v1.29.0", 2562 "source": { 2563 "type": "git", 2564 "url": "https://github.com/symfony/polyfill-php81.git", 2565 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" 2566 }, 2567 "dist": { 2568 "type": "zip", 2569 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", 2570 "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", 2571 "shasum": "" 2572 }, 2573 "require": { 2574 "php": ">=7.1" 2575 }, 2576 "type": "library", 2577 "extra": { 2578 "thanks": { 2579 "name": "symfony/polyfill", 2580 "url": "https://github.com/symfony/polyfill" 2581 } 2582 }, 2583 "autoload": { 2584 "files": [ 2585 "bootstrap.php" 2586 ], 2587 "psr-4": { 2588 "Symfony\\Polyfill\\Php81\\": "" 2589 }, 2590 "classmap": [ 2591 "Resources/stubs" 2592 ] 2593 }, 2594 "notification-url": "https://packagist.org/downloads/", 2595 "license": [ 2596 "MIT" 2597 ], 2598 "authors": [ 2599 { 2600 "name": "Nicolas Grekas", 2601 "email": "p@tchwork.com" 2602 }, 2603 { 2604 "name": "Symfony Community", 2605 "homepage": "https://symfony.com/contributors" 2606 } 2607 ], 2608 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", 2609 "homepage": "https://symfony.com", 2610 "keywords": [ 2611 "compatibility", 2612 "polyfill", 2613 "portable", 2614 "shim" 2615 ], 2616 "support": { 2617 "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" 2618 }, 2619 "funding": [ 2620 { 2621 "url": "https://symfony.com/sponsor", 2622 "type": "custom" 2623 }, 2624 { 2625 "url": "https://github.com/fabpot", 2626 "type": "github" 2627 }, 2628 { 2629 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2630 "type": "tidelift" 2631 } 2632 ], 2633 "time": "2024-01-29T20:11:03+00:00" 2634 }, 2635 { 2636 "name": "symfony/process", 2637 "version": "v6.4.7", 2638 "source": { 2639 "type": "git", 2640 "url": "https://github.com/symfony/process.git", 2641 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381" 2642 }, 2643 "dist": { 2644 "type": "zip", 2645 "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381", 2646 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381", 2647 "shasum": "" 2648 }, 2649 "require": { 2650 "php": ">=8.1" 2651 }, 2652 "type": "library", 2653 "autoload": { 2654 "psr-4": { 2655 "Symfony\\Component\\Process\\": "" 2656 }, 2657 "exclude-from-classmap": [ 2658 "/Tests/" 2659 ] 2660 }, 2661 "notification-url": "https://packagist.org/downloads/", 2662 "license": [ 2663 "MIT" 2664 ], 2665 "authors": [ 2666 { 2667 "name": "Fabien Potencier", 2668 "email": "fabien@symfony.com" 2669 }, 2670 { 2671 "name": "Symfony Community", 2672 "homepage": "https://symfony.com/contributors" 2673 } 2674 ], 2675 "description": "Executes commands in sub-processes", 2676 "homepage": "https://symfony.com", 2677 "support": { 2678 "source": "https://github.com/symfony/process/tree/v6.4.7" 2679 }, 2680 "funding": [ 2681 { 2682 "url": "https://symfony.com/sponsor", 2683 "type": "custom" 2684 }, 2685 { 2686 "url": "https://github.com/fabpot", 2687 "type": "github" 2688 }, 2689 { 2690 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2691 "type": "tidelift" 2692 } 2693 ], 2694 "time": "2024-04-18T09:22:46+00:00" 2695 }, 2696 { 2697 "name": "symfony/service-contracts", 2698 "version": "v3.5.0", 2699 "source": { 2700 "type": "git", 2701 "url": "https://github.com/symfony/service-contracts.git", 2702 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" 2703 }, 2704 "dist": { 2705 "type": "zip", 2706 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 2707 "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 2708 "shasum": "" 2709 }, 2710 "require": { 2711 "php": ">=8.1", 2712 "psr/container": "^1.1|^2.0", 2713 "symfony/deprecation-contracts": "^2.5|^3" 2714 }, 2715 "conflict": { 2716 "ext-psr": "<1.1|>=2" 2717 }, 2718 "type": "library", 2719 "extra": { 2720 "branch-alias": { 2721 "dev-main": "3.5-dev" 2722 }, 2723 "thanks": { 2724 "name": "symfony/contracts", 2725 "url": "https://github.com/symfony/contracts" 2726 } 2727 }, 2728 "autoload": { 2729 "psr-4": { 2730 "Symfony\\Contracts\\Service\\": "" 2731 }, 2732 "exclude-from-classmap": [ 2733 "/Test/" 2734 ] 2735 }, 2736 "notification-url": "https://packagist.org/downloads/", 2737 "license": [ 2738 "MIT" 2739 ], 2740 "authors": [ 2741 { 2742 "name": "Nicolas Grekas", 2743 "email": "p@tchwork.com" 2744 }, 2745 { 2746 "name": "Symfony Community", 2747 "homepage": "https://symfony.com/contributors" 2748 } 2749 ], 2750 "description": "Generic abstractions related to writing services", 2751 "homepage": "https://symfony.com", 2752 "keywords": [ 2753 "abstractions", 2754 "contracts", 2755 "decoupling", 2756 "interfaces", 2757 "interoperability", 2758 "standards" 2759 ], 2760 "support": { 2761 "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" 2762 }, 2763 "funding": [ 2764 { 2765 "url": "https://symfony.com/sponsor", 2766 "type": "custom" 2767 }, 2768 { 2769 "url": "https://github.com/fabpot", 2770 "type": "github" 2771 }, 2772 { 2773 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2774 "type": "tidelift" 2775 } 2776 ], 2777 "time": "2024-04-18T09:32:20+00:00" 2778 }, 2779 { 2780 "name": "symfony/stopwatch", 2781 "version": "v6.4.7", 2782 "source": { 2783 "type": "git", 2784 "url": "https://github.com/symfony/stopwatch.git", 2785 "reference": "ffec95ba269e541eb2232126c0c20f83086b5c68" 2786 }, 2787 "dist": { 2788 "type": "zip", 2789 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/ffec95ba269e541eb2232126c0c20f83086b5c68", 2790 "reference": "ffec95ba269e541eb2232126c0c20f83086b5c68", 2791 "shasum": "" 2792 }, 2793 "require": { 2794 "php": ">=8.1", 2795 "symfony/service-contracts": "^2.5|^3" 2796 }, 2797 "type": "library", 2798 "autoload": { 2799 "psr-4": { 2800 "Symfony\\Component\\Stopwatch\\": "" 2801 }, 2802 "exclude-from-classmap": [ 2803 "/Tests/" 2804 ] 2805 }, 2806 "notification-url": "https://packagist.org/downloads/", 2807 "license": [ 2808 "MIT" 2809 ], 2810 "authors": [ 2811 { 2812 "name": "Fabien Potencier", 2813 "email": "fabien@symfony.com" 2814 }, 2815 { 2816 "name": "Symfony Community", 2817 "homepage": "https://symfony.com/contributors" 2818 } 2819 ], 2820 "description": "Provides a way to profile code", 2821 "homepage": "https://symfony.com", 2822 "support": { 2823 "source": "https://github.com/symfony/stopwatch/tree/v6.4.7" 2824 }, 2825 "funding": [ 2826 { 2827 "url": "https://symfony.com/sponsor", 2828 "type": "custom" 2829 }, 2830 { 2831 "url": "https://github.com/fabpot", 2832 "type": "github" 2833 }, 2834 { 2835 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2836 "type": "tidelift" 2837 } 2838 ], 2839 "time": "2024-04-18T09:22:46+00:00" 2840 }, 2841 { 2842 "name": "symfony/string", 2843 "version": "v6.4.7", 2844 "source": { 2845 "type": "git", 2846 "url": "https://github.com/symfony/string.git", 2847 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69" 2848 }, 2849 "dist": { 2850 "type": "zip", 2851 "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69", 2852 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69", 2853 "shasum": "" 2854 }, 2855 "require": { 2856 "php": ">=8.1", 2857 "symfony/polyfill-ctype": "~1.8", 2858 "symfony/polyfill-intl-grapheme": "~1.0", 2859 "symfony/polyfill-intl-normalizer": "~1.0", 2860 "symfony/polyfill-mbstring": "~1.0" 2861 }, 2862 "conflict": { 2863 "symfony/translation-contracts": "<2.5" 2864 }, 2865 "require-dev": { 2866 "symfony/error-handler": "^5.4|^6.0|^7.0", 2867 "symfony/http-client": "^5.4|^6.0|^7.0", 2868 "symfony/intl": "^6.2|^7.0", 2869 "symfony/translation-contracts": "^2.5|^3.0", 2870 "symfony/var-exporter": "^5.4|^6.0|^7.0" 2871 }, 2872 "type": "library", 2873 "autoload": { 2874 "files": [ 2875 "Resources/functions.php" 2876 ], 2877 "psr-4": { 2878 "Symfony\\Component\\String\\": "" 2879 }, 2880 "exclude-from-classmap": [ 2881 "/Tests/" 2882 ] 2883 }, 2884 "notification-url": "https://packagist.org/downloads/", 2885 "license": [ 2886 "MIT" 2887 ], 2888 "authors": [ 2889 { 2890 "name": "Nicolas Grekas", 2891 "email": "p@tchwork.com" 2892 }, 2893 { 2894 "name": "Symfony Community", 2895 "homepage": "https://symfony.com/contributors" 2896 } 2897 ], 2898 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 2899 "homepage": "https://symfony.com", 2900 "keywords": [ 2901 "grapheme", 2902 "i18n", 2903 "string", 2904 "unicode", 2905 "utf-8", 2906 "utf8" 2907 ], 2908 "support": { 2909 "source": "https://github.com/symfony/string/tree/v6.4.7" 2910 }, 2911 "funding": [ 2912 { 2913 "url": "https://symfony.com/sponsor", 2914 "type": "custom" 2915 }, 2916 { 2917 "url": "https://github.com/fabpot", 2918 "type": "github" 2919 }, 2920 { 2921 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2922 "type": "tidelift" 2923 } 2924 ], 2925 "time": "2024-04-18T09:22:46+00:00" 2926 }, 2927 { 2928 "name": "symfony/var-exporter", 2929 "version": "v6.4.7", 2930 "source": { 2931 "type": "git", 2932 "url": "https://github.com/symfony/var-exporter.git", 2933 "reference": "825f9b00c37bbe1c1691cc1aff9b5451fc9b4405" 2934 }, 2935 "dist": { 2936 "type": "zip", 2937 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/825f9b00c37bbe1c1691cc1aff9b5451fc9b4405", 2938 "reference": "825f9b00c37bbe1c1691cc1aff9b5451fc9b4405", 2939 "shasum": "" 2940 }, 2941 "require": { 2942 "php": ">=8.1", 2943 "symfony/deprecation-contracts": "^2.5|^3" 2944 }, 2945 "require-dev": { 2946 "symfony/property-access": "^6.4|^7.0", 2947 "symfony/serializer": "^6.4|^7.0", 2948 "symfony/var-dumper": "^5.4|^6.0|^7.0" 2949 }, 2950 "type": "library", 2951 "autoload": { 2952 "psr-4": { 2953 "Symfony\\Component\\VarExporter\\": "" 2954 }, 2955 "exclude-from-classmap": [ 2956 "/Tests/" 2957 ] 2958 }, 2959 "notification-url": "https://packagist.org/downloads/", 2960 "license": [ 2961 "MIT" 2962 ], 2963 "authors": [ 2964 { 2965 "name": "Nicolas Grekas", 2966 "email": "p@tchwork.com" 2967 }, 2968 { 2969 "name": "Symfony Community", 2970 "homepage": "https://symfony.com/contributors" 2971 } 2972 ], 2973 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 2974 "homepage": "https://symfony.com", 2975 "keywords": [ 2976 "clone", 2977 "construct", 2978 "export", 2979 "hydrate", 2980 "instantiate", 2981 "lazy-loading", 2982 "proxy", 2983 "serialize" 2984 ], 2985 "support": { 2986 "source": "https://github.com/symfony/var-exporter/tree/v6.4.7" 2987 }, 2988 "funding": [ 2989 { 2990 "url": "https://symfony.com/sponsor", 2991 "type": "custom" 2992 }, 2993 { 2994 "url": "https://github.com/fabpot", 2995 "type": "github" 2996 }, 2997 { 2998 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2999 "type": "tidelift" 3000 } 3001 ], 3002 "time": "2024-04-18T09:22:46+00:00" 3003 } 3004 ], 3005 "packages-dev": [ 3006 { 3007 "name": "carbonphp/carbon-doctrine-types", 3008 "version": "3.2.0", 3009 "source": { 3010 "type": "git", 3011 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", 3012 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d" 3013 }, 3014 "dist": { 3015 "type": "zip", 3016 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d", 3017 "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d", 3018 "shasum": "" 3019 }, 3020 "require": { 3021 "php": "^8.1" 3022 }, 3023 "conflict": { 3024 "doctrine/dbal": "<4.0.0 || >=5.0.0" 3025 }, 3026 "require-dev": { 3027 "doctrine/dbal": "^4.0.0", 3028 "nesbot/carbon": "^2.71.0 || ^3.0.0", 3029 "phpunit/phpunit": "^10.3" 3030 }, 3031 "type": "library", 3032 "autoload": { 3033 "psr-4": { 3034 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" 3035 } 3036 }, 3037 "notification-url": "https://packagist.org/downloads/", 3038 "license": [ 3039 "MIT" 3040 ], 3041 "authors": [ 3042 { 3043 "name": "KyleKatarn", 3044 "email": "kylekatarnls@gmail.com" 3045 } 3046 ], 3047 "description": "Types to use Carbon in Doctrine", 3048 "keywords": [ 3049 "carbon", 3050 "date", 3051 "datetime", 3052 "doctrine", 3053 "time" 3054 ], 3055 "support": { 3056 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", 3057 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0" 3058 }, 3059 "funding": [ 3060 { 3061 "url": "https://github.com/kylekatarnls", 3062 "type": "github" 3063 }, 3064 { 3065 "url": "https://opencollective.com/Carbon", 3066 "type": "open_collective" 3067 }, 3068 { 3069 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 3070 "type": "tidelift" 3071 } 3072 ], 3073 "time": "2024-02-09T16:56:22+00:00" 3074 }, 3075 { 3076 "name": "doctrine/inflector", 3077 "version": "2.0.10", 3078 "source": { 3079 "type": "git", 3080 "url": "https://github.com/doctrine/inflector.git", 3081 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc" 3082 }, 3083 "dist": { 3084 "type": "zip", 3085 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc", 3086 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc", 3087 "shasum": "" 3088 }, 3089 "require": { 3090 "php": "^7.2 || ^8.0" 3091 }, 3092 "require-dev": { 3093 "doctrine/coding-standard": "^11.0", 3094 "phpstan/phpstan": "^1.8", 3095 "phpstan/phpstan-phpunit": "^1.1", 3096 "phpstan/phpstan-strict-rules": "^1.3", 3097 "phpunit/phpunit": "^8.5 || ^9.5", 3098 "vimeo/psalm": "^4.25 || ^5.4" 3099 }, 3100 "type": "library", 3101 "autoload": { 3102 "psr-4": { 3103 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" 3104 } 3105 }, 3106 "notification-url": "https://packagist.org/downloads/", 3107 "license": [ 3108 "MIT" 3109 ], 3110 "authors": [ 3111 { 3112 "name": "Guilherme Blanco", 3113 "email": "guilhermeblanco@gmail.com" 3114 }, 3115 { 3116 "name": "Roman Borschel", 3117 "email": "roman@code-factory.org" 3118 }, 3119 { 3120 "name": "Benjamin Eberlei", 3121 "email": "kontakt@beberlei.de" 3122 }, 3123 { 3124 "name": "Jonathan Wage", 3125 "email": "jonwage@gmail.com" 3126 }, 3127 { 3128 "name": "Johannes Schmitt", 3129 "email": "schmittjoh@gmail.com" 3130 } 3131 ], 3132 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", 3133 "homepage": "https://www.doctrine-project.org/projects/inflector.html", 3134 "keywords": [ 3135 "inflection", 3136 "inflector", 3137 "lowercase", 3138 "manipulation", 3139 "php", 3140 "plural", 3141 "singular", 3142 "strings", 3143 "uppercase", 3144 "words" 3145 ], 3146 "support": { 3147 "issues": "https://github.com/doctrine/inflector/issues", 3148 "source": "https://github.com/doctrine/inflector/tree/2.0.10" 3149 }, 3150 "funding": [ 3151 { 3152 "url": "https://www.doctrine-project.org/sponsorship.html", 3153 "type": "custom" 3154 }, 3155 { 3156 "url": "https://www.patreon.com/phpdoctrine", 3157 "type": "patreon" 3158 }, 3159 { 3160 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", 3161 "type": "tidelift" 3162 } 3163 ], 3164 "time": "2024-02-18T20:23:39+00:00" 3165 }, 3166 { 3167 "name": "ergebnis/phpstan-rules", 3168 "version": "0.15.3", 3169 "source": { 3170 "type": "git", 3171 "url": "https://github.com/ergebnis/phpstan-rules.git", 3172 "reference": "78a3dd88893cf3250ba339843503dcea7e9bee64" 3173 }, 3174 "dist": { 3175 "type": "zip", 3176 "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/78a3dd88893cf3250ba339843503dcea7e9bee64", 3177 "reference": "78a3dd88893cf3250ba339843503dcea7e9bee64", 3178 "shasum": "" 3179 }, 3180 "require": { 3181 "ext-mbstring": "*", 3182 "nikic/php-parser": "^4.2.3", 3183 "php": "^7.2 || ^8.0", 3184 "phpstan/phpstan": "~0.11.15 || ~0.12.0" 3185 }, 3186 "require-dev": { 3187 "ergebnis/composer-normalize": "^2.9.0", 3188 "ergebnis/license": "^1.1.0", 3189 "ergebnis/php-cs-fixer-config": "^2.5.1", 3190 "ergebnis/test-util": "^1.3.0", 3191 "infection/infection": "~0.15.3", 3192 "nette/di": "^3.0.1", 3193 "phpstan/phpstan-deprecation-rules": "~0.11.2", 3194 "phpstan/phpstan-strict-rules": "~0.11.1", 3195 "phpunit/phpunit": "^8.5.8", 3196 "psalm/plugin-phpunit": "~0.12.2", 3197 "psr/container": "^1.0.0", 3198 "vimeo/psalm": "^3.18", 3199 "zendframework/zend-servicemanager": "^2.0.0" 3200 }, 3201 "type": "phpstan-extension", 3202 "extra": { 3203 "phpstan": { 3204 "includes": [ 3205 "rules.neon" 3206 ] 3207 } 3208 }, 3209 "autoload": { 3210 "psr-4": { 3211 "Ergebnis\\PHPStan\\Rules\\": "src/" 3212 } 3213 }, 3214 "notification-url": "https://packagist.org/downloads/", 3215 "license": [ 3216 "MIT" 3217 ], 3218 "authors": [ 3219 { 3220 "name": "Andreas Möller", 3221 "email": "am@localheinz.com" 3222 } 3223 ], 3224 "description": "Provides additional rules for phpstan/phpstan.", 3225 "homepage": "https://github.com/ergebnis/phpstan-rules", 3226 "keywords": [ 3227 "PHPStan", 3228 "phpstan-extreme-rules", 3229 "phpstan-rules" 3230 ], 3231 "support": { 3232 "issues": "https://github.com/ergebnis/phpstan-rules/issues", 3233 "source": "https://github.com/ergebnis/phpstan-rules" 3234 }, 3235 "funding": [ 3236 { 3237 "url": "https://github.com/localheinz", 3238 "type": "github" 3239 } 3240 ], 3241 "time": "2020-10-30T09:50:34+00:00" 3242 }, 3243 { 3244 "name": "hamcrest/hamcrest-php", 3245 "version": "v2.0.1", 3246 "source": { 3247 "type": "git", 3248 "url": "https://github.com/hamcrest/hamcrest-php.git", 3249 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3" 3250 }, 3251 "dist": { 3252 "type": "zip", 3253 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", 3254 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", 3255 "shasum": "" 3256 }, 3257 "require": { 3258 "php": "^5.3|^7.0|^8.0" 3259 }, 3260 "replace": { 3261 "cordoval/hamcrest-php": "*", 3262 "davedevelopment/hamcrest-php": "*", 3263 "kodova/hamcrest-php": "*" 3264 }, 3265 "require-dev": { 3266 "phpunit/php-file-iterator": "^1.4 || ^2.0", 3267 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0" 3268 }, 3269 "type": "library", 3270 "extra": { 3271 "branch-alias": { 3272 "dev-master": "2.1-dev" 3273 } 3274 }, 3275 "autoload": { 3276 "classmap": [ 3277 "hamcrest" 3278 ] 3279 }, 3280 "notification-url": "https://packagist.org/downloads/", 3281 "license": [ 3282 "BSD-3-Clause" 3283 ], 3284 "description": "This is the PHP port of Hamcrest Matchers", 3285 "keywords": [ 3286 "test" 3287 ], 3288 "support": { 3289 "issues": "https://github.com/hamcrest/hamcrest-php/issues", 3290 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1" 3291 }, 3292 "time": "2020-07-09T08:09:16+00:00" 3293 }, 3294 { 3295 "name": "illuminate/bus", 3296 "version": "v10.48.10", 3297 "source": { 3298 "type": "git", 3299 "url": "https://github.com/illuminate/bus.git", 3300 "reference": "33993b8f54e91b03fb5000e55693e146e7370763" 3301 }, 3302 "dist": { 3303 "type": "zip", 3304 "url": "https://api.github.com/repos/illuminate/bus/zipball/33993b8f54e91b03fb5000e55693e146e7370763", 3305 "reference": "33993b8f54e91b03fb5000e55693e146e7370763", 3306 "shasum": "" 3307 }, 3308 "require": { 3309 "illuminate/collections": "^10.0", 3310 "illuminate/contracts": "^10.0", 3311 "illuminate/pipeline": "^10.0", 3312 "illuminate/support": "^10.0", 3313 "php": "^8.1" 3314 }, 3315 "suggest": { 3316 "illuminate/queue": "Required to use closures when chaining jobs (^7.0)." 3317 }, 3318 "type": "library", 3319 "extra": { 3320 "branch-alias": { 3321 "dev-master": "10.x-dev" 3322 } 3323 }, 3324 "autoload": { 3325 "psr-4": { 3326 "Illuminate\\Bus\\": "" 3327 } 3328 }, 3329 "notification-url": "https://packagist.org/downloads/", 3330 "license": [ 3331 "MIT" 3332 ], 3333 "authors": [ 3334 { 3335 "name": "Taylor Otwell", 3336 "email": "taylor@laravel.com" 3337 } 3338 ], 3339 "description": "The Illuminate Bus package.", 3340 "homepage": "https://laravel.com", 3341 "support": { 3342 "issues": "https://github.com/laravel/framework/issues", 3343 "source": "https://github.com/laravel/framework" 3344 }, 3345 "time": "2024-02-23T15:38:25+00:00" 3346 }, 3347 { 3348 "name": "illuminate/collections", 3349 "version": "v10.48.10", 3350 "source": { 3351 "type": "git", 3352 "url": "https://github.com/illuminate/collections.git", 3353 "reference": "f9589f1063a449111dcaa1d68285b507d9483a95" 3354 }, 3355 "dist": { 3356 "type": "zip", 3357 "url": "https://api.github.com/repos/illuminate/collections/zipball/f9589f1063a449111dcaa1d68285b507d9483a95", 3358 "reference": "f9589f1063a449111dcaa1d68285b507d9483a95", 3359 "shasum": "" 3360 }, 3361 "require": { 3362 "illuminate/conditionable": "^10.0", 3363 "illuminate/contracts": "^10.0", 3364 "illuminate/macroable": "^10.0", 3365 "php": "^8.1" 3366 }, 3367 "suggest": { 3368 "symfony/var-dumper": "Required to use the dump method (^6.2)." 3369 }, 3370 "type": "library", 3371 "extra": { 3372 "branch-alias": { 3373 "dev-master": "10.x-dev" 3374 } 3375 }, 3376 "autoload": { 3377 "files": [ 3378 "helpers.php" 3379 ], 3380 "psr-4": { 3381 "Illuminate\\Support\\": "" 3382 } 3383 }, 3384 "notification-url": "https://packagist.org/downloads/", 3385 "license": [ 3386 "MIT" 3387 ], 3388 "authors": [ 3389 { 3390 "name": "Taylor Otwell", 3391 "email": "taylor@laravel.com" 3392 } 3393 ], 3394 "description": "The Illuminate Collections package.", 3395 "homepage": "https://laravel.com", 3396 "support": { 3397 "issues": "https://github.com/laravel/framework/issues", 3398 "source": "https://github.com/laravel/framework" 3399 }, 3400 "time": "2024-03-20T20:09:13+00:00" 3401 }, 3402 { 3403 "name": "illuminate/conditionable", 3404 "version": "v10.48.10", 3405 "source": { 3406 "type": "git", 3407 "url": "https://github.com/illuminate/conditionable.git", 3408 "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009" 3409 }, 3410 "dist": { 3411 "type": "zip", 3412 "url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009", 3413 "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009", 3414 "shasum": "" 3415 }, 3416 "require": { 3417 "php": "^8.0.2" 3418 }, 3419 "type": "library", 3420 "extra": { 3421 "branch-alias": { 3422 "dev-master": "10.x-dev" 3423 } 3424 }, 3425 "autoload": { 3426 "psr-4": { 3427 "Illuminate\\Support\\": "" 3428 } 3429 }, 3430 "notification-url": "https://packagist.org/downloads/", 3431 "license": [ 3432 "MIT" 3433 ], 3434 "authors": [ 3435 { 3436 "name": "Taylor Otwell", 3437 "email": "taylor@laravel.com" 3438 } 3439 ], 3440 "description": "The Illuminate Conditionable package.", 3441 "homepage": "https://laravel.com", 3442 "support": { 3443 "issues": "https://github.com/laravel/framework/issues", 3444 "source": "https://github.com/laravel/framework" 3445 }, 3446 "time": "2023-02-03T08:06:17+00:00" 3447 }, 3448 { 3449 "name": "illuminate/console", 3450 "version": "v10.48.10", 3451 "source": { 3452 "type": "git", 3453 "url": "https://github.com/illuminate/console.git", 3454 "reference": "d001036218ea5fbb382ee5c845292b067ea8b46f" 3455 }, 3456 "dist": { 3457 "type": "zip", 3458 "url": "https://api.github.com/repos/illuminate/console/zipball/d001036218ea5fbb382ee5c845292b067ea8b46f", 3459 "reference": "d001036218ea5fbb382ee5c845292b067ea8b46f", 3460 "shasum": "" 3461 }, 3462 "require": { 3463 "ext-mbstring": "*", 3464 "illuminate/collections": "^10.0", 3465 "illuminate/contracts": "^10.0", 3466 "illuminate/macroable": "^10.0", 3467 "illuminate/support": "^10.0", 3468 "illuminate/view": "^10.0", 3469 "laravel/prompts": "^0.1.9", 3470 "nunomaduro/termwind": "^1.13", 3471 "php": "^8.1", 3472 "symfony/console": "^6.2", 3473 "symfony/process": "^6.2" 3474 }, 3475 "suggest": { 3476 "dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).", 3477 "ext-pcntl": "Required to use signal trapping.", 3478 "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.5).", 3479 "illuminate/bus": "Required to use the scheduled job dispatcher (^10.0).", 3480 "illuminate/container": "Required to use the scheduler (^10.0).", 3481 "illuminate/filesystem": "Required to use the generator command (^10.0).", 3482 "illuminate/queue": "Required to use closures for scheduled jobs (^10.0)." 3483 }, 3484 "type": "library", 3485 "extra": { 3486 "branch-alias": { 3487 "dev-master": "10.x-dev" 3488 } 3489 }, 3490 "autoload": { 3491 "psr-4": { 3492 "Illuminate\\Console\\": "" 3493 } 3494 }, 3495 "notification-url": "https://packagist.org/downloads/", 3496 "license": [ 3497 "MIT" 3498 ], 3499 "authors": [ 3500 { 3501 "name": "Taylor Otwell", 3502 "email": "taylor@laravel.com" 3503 } 3504 ], 3505 "description": "The Illuminate Console package.", 3506 "homepage": "https://laravel.com", 3507 "support": { 3508 "issues": "https://github.com/laravel/framework/issues", 3509 "source": "https://github.com/laravel/framework" 3510 }, 3511 "time": "2024-03-21T13:10:17+00:00" 3512 }, 3513 { 3514 "name": "illuminate/container", 3515 "version": "v10.48.10", 3516 "source": { 3517 "type": "git", 3518 "url": "https://github.com/illuminate/container.git", 3519 "reference": "ddc26273085fad3c471b2602ad820e0097ff7939" 3520 }, 3521 "dist": { 3522 "type": "zip", 3523 "url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939", 3524 "reference": "ddc26273085fad3c471b2602ad820e0097ff7939", 3525 "shasum": "" 3526 }, 3527 "require": { 3528 "illuminate/contracts": "^10.0", 3529 "php": "^8.1", 3530 "psr/container": "^1.1.1|^2.0.1" 3531 }, 3532 "provide": { 3533 "psr/container-implementation": "1.1|2.0" 3534 }, 3535 "type": "library", 3536 "extra": { 3537 "branch-alias": { 3538 "dev-master": "10.x-dev" 3539 } 3540 }, 3541 "autoload": { 3542 "psr-4": { 3543 "Illuminate\\Container\\": "" 3544 } 3545 }, 3546 "notification-url": "https://packagist.org/downloads/", 3547 "license": [ 3548 "MIT" 3549 ], 3550 "authors": [ 3551 { 3552 "name": "Taylor Otwell", 3553 "email": "taylor@laravel.com" 3554 } 3555 ], 3556 "description": "The Illuminate Container package.", 3557 "homepage": "https://laravel.com", 3558 "support": { 3559 "issues": "https://github.com/laravel/framework/issues", 3560 "source": "https://github.com/laravel/framework" 3561 }, 3562 "time": "2023-06-18T09:12:03+00:00" 3563 }, 3564 { 3565 "name": "illuminate/contracts", 3566 "version": "v10.48.10", 3567 "source": { 3568 "type": "git", 3569 "url": "https://github.com/illuminate/contracts.git", 3570 "reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac" 3571 }, 3572 "dist": { 3573 "type": "zip", 3574 "url": "https://api.github.com/repos/illuminate/contracts/zipball/8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac", 3575 "reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac", 3576 "shasum": "" 3577 }, 3578 "require": { 3579 "php": "^8.1", 3580 "psr/container": "^1.1.1|^2.0.1", 3581 "psr/simple-cache": "^1.0|^2.0|^3.0" 3582 }, 3583 "type": "library", 3584 "extra": { 3585 "branch-alias": { 3586 "dev-master": "10.x-dev" 3587 } 3588 }, 3589 "autoload": { 3590 "psr-4": { 3591 "Illuminate\\Contracts\\": "" 3592 } 3593 }, 3594 "notification-url": "https://packagist.org/downloads/", 3595 "license": [ 3596 "MIT" 3597 ], 3598 "authors": [ 3599 { 3600 "name": "Taylor Otwell", 3601 "email": "taylor@laravel.com" 3602 } 3603 ], 3604 "description": "The Illuminate Contracts package.", 3605 "homepage": "https://laravel.com", 3606 "support": { 3607 "issues": "https://github.com/laravel/framework/issues", 3608 "source": "https://github.com/laravel/framework" 3609 }, 3610 "time": "2024-01-15T18:52:32+00:00" 3611 }, 3612 { 3613 "name": "illuminate/events", 3614 "version": "v10.48.10", 3615 "source": { 3616 "type": "git", 3617 "url": "https://github.com/illuminate/events.git", 3618 "reference": "a931bfa88edc6ac52c9abbfd7b769343d321d3eb" 3619 }, 3620 "dist": { 3621 "type": "zip", 3622 "url": "https://api.github.com/repos/illuminate/events/zipball/a931bfa88edc6ac52c9abbfd7b769343d321d3eb", 3623 "reference": "a931bfa88edc6ac52c9abbfd7b769343d321d3eb", 3624 "shasum": "" 3625 }, 3626 "require": { 3627 "illuminate/bus": "^10.0", 3628 "illuminate/collections": "^10.0", 3629 "illuminate/container": "^10.0", 3630 "illuminate/contracts": "^10.0", 3631 "illuminate/macroable": "^10.0", 3632 "illuminate/support": "^10.0", 3633 "php": "^8.1" 3634 }, 3635 "type": "library", 3636 "extra": { 3637 "branch-alias": { 3638 "dev-master": "10.x-dev" 3639 } 3640 }, 3641 "autoload": { 3642 "files": [ 3643 "functions.php" 3644 ], 3645 "psr-4": { 3646 "Illuminate\\Events\\": "" 3647 } 3648 }, 3649 "notification-url": "https://packagist.org/downloads/", 3650 "license": [ 3651 "MIT" 3652 ], 3653 "authors": [ 3654 { 3655 "name": "Taylor Otwell", 3656 "email": "taylor@laravel.com" 3657 } 3658 ], 3659 "description": "The Illuminate Events package.", 3660 "homepage": "https://laravel.com", 3661 "support": { 3662 "issues": "https://github.com/laravel/framework/issues", 3663 "source": "https://github.com/laravel/framework" 3664 }, 3665 "time": "2024-03-04T14:41:04+00:00" 3666 }, 3667 { 3668 "name": "illuminate/filesystem", 3669 "version": "v10.48.10", 3670 "source": { 3671 "type": "git", 3672 "url": "https://github.com/illuminate/filesystem.git", 3673 "reference": "592fb581a52fba43bf78c2e4b22db540c9f9f149" 3674 }, 3675 "dist": { 3676 "type": "zip", 3677 "url": "https://api.github.com/repos/illuminate/filesystem/zipball/592fb581a52fba43bf78c2e4b22db540c9f9f149", 3678 "reference": "592fb581a52fba43bf78c2e4b22db540c9f9f149", 3679 "shasum": "" 3680 }, 3681 "require": { 3682 "illuminate/collections": "^10.0", 3683 "illuminate/contracts": "^10.0", 3684 "illuminate/macroable": "^10.0", 3685 "illuminate/support": "^10.0", 3686 "php": "^8.1", 3687 "symfony/finder": "^6.2" 3688 }, 3689 "suggest": { 3690 "ext-fileinfo": "Required to use the Filesystem class.", 3691 "ext-ftp": "Required to use the Flysystem FTP driver.", 3692 "ext-hash": "Required to use the Filesystem class.", 3693 "illuminate/http": "Required for handling uploaded files (^7.0).", 3694 "league/flysystem": "Required to use the Flysystem local driver (^3.0.16).", 3695 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", 3696 "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", 3697 "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", 3698 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", 3699 "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).", 3700 "symfony/mime": "Required to enable support for guessing extensions (^6.2)." 3701 }, 3702 "type": "library", 3703 "extra": { 3704 "branch-alias": { 3705 "dev-master": "10.x-dev" 3706 } 3707 }, 3708 "autoload": { 3709 "files": [ 3710 "functions.php" 3711 ], 3712 "psr-4": { 3713 "Illuminate\\Filesystem\\": "" 3714 } 3715 }, 3716 "notification-url": "https://packagist.org/downloads/", 3717 "license": [ 3718 "MIT" 3719 ], 3720 "authors": [ 3721 { 3722 "name": "Taylor Otwell", 3723 "email": "taylor@laravel.com" 3724 } 3725 ], 3726 "description": "The Illuminate Filesystem package.", 3727 "homepage": "https://laravel.com", 3728 "support": { 3729 "issues": "https://github.com/laravel/framework/issues", 3730 "source": "https://github.com/laravel/framework" 3731 }, 3732 "time": "2024-03-11T21:45:53+00:00" 3733 }, 3734 { 3735 "name": "illuminate/macroable", 3736 "version": "v10.48.10", 3737 "source": { 3738 "type": "git", 3739 "url": "https://github.com/illuminate/macroable.git", 3740 "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27" 3741 }, 3742 "dist": { 3743 "type": "zip", 3744 "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27", 3745 "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27", 3746 "shasum": "" 3747 }, 3748 "require": { 3749 "php": "^8.1" 3750 }, 3751 "type": "library", 3752 "extra": { 3753 "branch-alias": { 3754 "dev-master": "10.x-dev" 3755 } 3756 }, 3757 "autoload": { 3758 "psr-4": { 3759 "Illuminate\\Support\\": "" 3760 } 3761 }, 3762 "notification-url": "https://packagist.org/downloads/", 3763 "license": [ 3764 "MIT" 3765 ], 3766 "authors": [ 3767 { 3768 "name": "Taylor Otwell", 3769 "email": "taylor@laravel.com" 3770 } 3771 ], 3772 "description": "The Illuminate Macroable package.", 3773 "homepage": "https://laravel.com", 3774 "support": { 3775 "issues": "https://github.com/laravel/framework/issues", 3776 "source": "https://github.com/laravel/framework" 3777 }, 3778 "time": "2023-06-05T12:46:42+00:00" 3779 }, 3780 { 3781 "name": "illuminate/pipeline", 3782 "version": "v10.48.10", 3783 "source": { 3784 "type": "git", 3785 "url": "https://github.com/illuminate/pipeline.git", 3786 "reference": "f802187e917a171332cc90f8c1a102939c57405d" 3787 }, 3788 "dist": { 3789 "type": "zip", 3790 "url": "https://api.github.com/repos/illuminate/pipeline/zipball/f802187e917a171332cc90f8c1a102939c57405d", 3791 "reference": "f802187e917a171332cc90f8c1a102939c57405d", 3792 "shasum": "" 3793 }, 3794 "require": { 3795 "illuminate/contracts": "^10.0", 3796 "illuminate/support": "^10.0", 3797 "php": "^8.1" 3798 }, 3799 "type": "library", 3800 "extra": { 3801 "branch-alias": { 3802 "dev-master": "10.x-dev" 3803 } 3804 }, 3805 "autoload": { 3806 "psr-4": { 3807 "Illuminate\\Pipeline\\": "" 3808 } 3809 }, 3810 "notification-url": "https://packagist.org/downloads/", 3811 "license": [ 3812 "MIT" 3813 ], 3814 "authors": [ 3815 { 3816 "name": "Taylor Otwell", 3817 "email": "taylor@laravel.com" 3818 } 3819 ], 3820 "description": "The Illuminate Pipeline package.", 3821 "homepage": "https://laravel.com", 3822 "support": { 3823 "issues": "https://github.com/laravel/framework/issues", 3824 "source": "https://github.com/laravel/framework" 3825 }, 3826 "time": "2023-12-19T14:47:26+00:00" 3827 }, 3828 { 3829 "name": "illuminate/support", 3830 "version": "v10.48.10", 3831 "source": { 3832 "type": "git", 3833 "url": "https://github.com/illuminate/support.git", 3834 "reference": "ee3a1aaed36d916654ce0ae09dfbd38644a4f582" 3835 }, 3836 "dist": { 3837 "type": "zip", 3838 "url": "https://api.github.com/repos/illuminate/support/zipball/ee3a1aaed36d916654ce0ae09dfbd38644a4f582", 3839 "reference": "ee3a1aaed36d916654ce0ae09dfbd38644a4f582", 3840 "shasum": "" 3841 }, 3842 "require": { 3843 "doctrine/inflector": "^2.0", 3844 "ext-ctype": "*", 3845 "ext-filter": "*", 3846 "ext-mbstring": "*", 3847 "illuminate/collections": "^10.0", 3848 "illuminate/conditionable": "^10.0", 3849 "illuminate/contracts": "^10.0", 3850 "illuminate/macroable": "^10.0", 3851 "nesbot/carbon": "^2.67", 3852 "php": "^8.1", 3853 "voku/portable-ascii": "^2.0" 3854 }, 3855 "conflict": { 3856 "tightenco/collect": "<5.5.33" 3857 }, 3858 "suggest": { 3859 "illuminate/filesystem": "Required to use the composer class (^10.0).", 3860 "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).", 3861 "ramsey/uuid": "Required to use Str::uuid() (^4.7).", 3862 "symfony/process": "Required to use the composer class (^6.2).", 3863 "symfony/uid": "Required to use Str::ulid() (^6.2).", 3864 "symfony/var-dumper": "Required to use the dd function (^6.2).", 3865 "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." 3866 }, 3867 "type": "library", 3868 "extra": { 3869 "branch-alias": { 3870 "dev-master": "10.x-dev" 3871 } 3872 }, 3873 "autoload": { 3874 "files": [ 3875 "helpers.php" 3876 ], 3877 "psr-4": { 3878 "Illuminate\\Support\\": "" 3879 } 3880 }, 3881 "notification-url": "https://packagist.org/downloads/", 3882 "license": [ 3883 "MIT" 3884 ], 3885 "authors": [ 3886 { 3887 "name": "Taylor Otwell", 3888 "email": "taylor@laravel.com" 3889 } 3890 ], 3891 "description": "The Illuminate Support package.", 3892 "homepage": "https://laravel.com", 3893 "support": { 3894 "issues": "https://github.com/laravel/framework/issues", 3895 "source": "https://github.com/laravel/framework" 3896 }, 3897 "time": "2024-04-07T17:47:33+00:00" 3898 }, 3899 { 3900 "name": "illuminate/view", 3901 "version": "v10.48.10", 3902 "source": { 3903 "type": "git", 3904 "url": "https://github.com/illuminate/view.git", 3905 "reference": "504d55e0f2d90c75588627e6a77a4d1228cf1a02" 3906 }, 3907 "dist": { 3908 "type": "zip", 3909 "url": "https://api.github.com/repos/illuminate/view/zipball/504d55e0f2d90c75588627e6a77a4d1228cf1a02", 3910 "reference": "504d55e0f2d90c75588627e6a77a4d1228cf1a02", 3911 "shasum": "" 3912 }, 3913 "require": { 3914 "ext-tokenizer": "*", 3915 "illuminate/collections": "^10.0", 3916 "illuminate/container": "^10.0", 3917 "illuminate/contracts": "^10.0", 3918 "illuminate/events": "^10.0", 3919 "illuminate/filesystem": "^10.0", 3920 "illuminate/macroable": "^10.0", 3921 "illuminate/support": "^10.0", 3922 "php": "^8.1" 3923 }, 3924 "type": "library", 3925 "extra": { 3926 "branch-alias": { 3927 "dev-master": "10.x-dev" 3928 } 3929 }, 3930 "autoload": { 3931 "psr-4": { 3932 "Illuminate\\View\\": "" 3933 } 3934 }, 3935 "notification-url": "https://packagist.org/downloads/", 3936 "license": [ 3937 "MIT" 3938 ], 3939 "authors": [ 3940 { 3941 "name": "Taylor Otwell", 3942 "email": "taylor@laravel.com" 3943 } 3944 ], 3945 "description": "The Illuminate View package.", 3946 "homepage": "https://laravel.com", 3947 "support": { 3948 "issues": "https://github.com/laravel/framework/issues", 3949 "source": "https://github.com/laravel/framework" 3950 }, 3951 "time": "2024-03-12T16:33:42+00:00" 3952 }, 3953 { 3954 "name": "laravel/prompts", 3955 "version": "v0.1.21", 3956 "source": { 3957 "type": "git", 3958 "url": "https://github.com/laravel/prompts.git", 3959 "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920" 3960 }, 3961 "dist": { 3962 "type": "zip", 3963 "url": "https://api.github.com/repos/laravel/prompts/zipball/23ea808e8a145653e0ab29e30d4385e49f40a920", 3964 "reference": "23ea808e8a145653e0ab29e30d4385e49f40a920", 3965 "shasum": "" 3966 }, 3967 "require": { 3968 "ext-mbstring": "*", 3969 "illuminate/collections": "^10.0|^11.0", 3970 "php": "^8.1", 3971 "symfony/console": "^6.2|^7.0" 3972 }, 3973 "conflict": { 3974 "illuminate/console": ">=10.17.0 <10.25.0", 3975 "laravel/framework": ">=10.17.0 <10.25.0" 3976 }, 3977 "require-dev": { 3978 "mockery/mockery": "^1.5", 3979 "pestphp/pest": "^2.3", 3980 "phpstan/phpstan": "^1.11", 3981 "phpstan/phpstan-mockery": "^1.1" 3982 }, 3983 "suggest": { 3984 "ext-pcntl": "Required for the spinner to be animated." 3985 }, 3986 "type": "library", 3987 "extra": { 3988 "branch-alias": { 3989 "dev-main": "0.1.x-dev" 3990 } 3991 }, 3992 "autoload": { 3993 "files": [ 3994 "src/helpers.php" 3995 ], 3996 "psr-4": { 3997 "Laravel\\Prompts\\": "src/" 3998 } 3999 }, 4000 "notification-url": "https://packagist.org/downloads/", 4001 "license": [ 4002 "MIT" 4003 ], 4004 "description": "Add beautiful and user-friendly forms to your command-line applications.", 4005 "support": { 4006 "issues": "https://github.com/laravel/prompts/issues", 4007 "source": "https://github.com/laravel/prompts/tree/v0.1.21" 4008 }, 4009 "time": "2024-04-30T12:46:16+00:00" 4010 }, 4011 { 4012 "name": "mockery/mockery", 4013 "version": "1.6.11", 4014 "source": { 4015 "type": "git", 4016 "url": "https://github.com/mockery/mockery.git", 4017 "reference": "81a161d0b135df89951abd52296adf97deb0723d" 4018 }, 4019 "dist": { 4020 "type": "zip", 4021 "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", 4022 "reference": "81a161d0b135df89951abd52296adf97deb0723d", 4023 "shasum": "" 4024 }, 4025 "require": { 4026 "hamcrest/hamcrest-php": "^2.0.1", 4027 "lib-pcre": ">=7.0", 4028 "php": ">=7.3" 4029 }, 4030 "conflict": { 4031 "phpunit/phpunit": "<8.0" 4032 }, 4033 "require-dev": { 4034 "phpunit/phpunit": "^8.5 || ^9.6.17", 4035 "symplify/easy-coding-standard": "^12.1.14" 4036 }, 4037 "type": "library", 4038 "autoload": { 4039 "files": [ 4040 "library/helpers.php", 4041 "library/Mockery.php" 4042 ], 4043 "psr-4": { 4044 "Mockery\\": "library/Mockery" 4045 } 4046 }, 4047 "notification-url": "https://packagist.org/downloads/", 4048 "license": [ 4049 "BSD-3-Clause" 4050 ], 4051 "authors": [ 4052 { 4053 "name": "Pádraic Brady", 4054 "email": "padraic.brady@gmail.com", 4055 "homepage": "https://github.com/padraic", 4056 "role": "Author" 4057 }, 4058 { 4059 "name": "Dave Marshall", 4060 "email": "dave.marshall@atstsolutions.co.uk", 4061 "homepage": "https://davedevelopment.co.uk", 4062 "role": "Developer" 4063 }, 4064 { 4065 "name": "Nathanael Esayeas", 4066 "email": "nathanael.esayeas@protonmail.com", 4067 "homepage": "https://github.com/ghostwriter", 4068 "role": "Lead Developer" 4069 } 4070 ], 4071 "description": "Mockery is a simple yet flexible PHP mock object framework", 4072 "homepage": "https://github.com/mockery/mockery", 4073 "keywords": [ 4074 "BDD", 4075 "TDD", 4076 "library", 4077 "mock", 4078 "mock objects", 4079 "mockery", 4080 "stub", 4081 "test", 4082 "test double", 4083 "testing" 4084 ], 4085 "support": { 4086 "docs": "https://docs.mockery.io/", 4087 "issues": "https://github.com/mockery/mockery/issues", 4088 "rss": "https://github.com/mockery/mockery/releases.atom", 4089 "security": "https://github.com/mockery/mockery/security/advisories", 4090 "source": "https://github.com/mockery/mockery" 4091 }, 4092 "time": "2024-03-21T18:34:15+00:00" 4093 }, 4094 { 4095 "name": "myclabs/deep-copy", 4096 "version": "1.11.1", 4097 "source": { 4098 "type": "git", 4099 "url": "https://github.com/myclabs/DeepCopy.git", 4100 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" 4101 }, 4102 "dist": { 4103 "type": "zip", 4104 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 4105 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", 4106 "shasum": "" 4107 }, 4108 "require": { 4109 "php": "^7.1 || ^8.0" 4110 }, 4111 "conflict": { 4112 "doctrine/collections": "<1.6.8", 4113 "doctrine/common": "<2.13.3 || >=3,<3.2.2" 4114 }, 4115 "require-dev": { 4116 "doctrine/collections": "^1.6.8", 4117 "doctrine/common": "^2.13.3 || ^3.2.2", 4118 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 4119 }, 4120 "type": "library", 4121 "autoload": { 4122 "files": [ 4123 "src/DeepCopy/deep_copy.php" 4124 ], 4125 "psr-4": { 4126 "DeepCopy\\": "src/DeepCopy/" 4127 } 4128 }, 4129 "notification-url": "https://packagist.org/downloads/", 4130 "license": [ 4131 "MIT" 4132 ], 4133 "description": "Create deep copies (clones) of your objects", 4134 "keywords": [ 4135 "clone", 4136 "copy", 4137 "duplicate", 4138 "object", 4139 "object graph" 4140 ], 4141 "support": { 4142 "issues": "https://github.com/myclabs/DeepCopy/issues", 4143 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" 4144 }, 4145 "funding": [ 4146 { 4147 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 4148 "type": "tidelift" 4149 } 4150 ], 4151 "time": "2023-03-08T13:26:56+00:00" 4152 }, 4153 { 4154 "name": "nesbot/carbon", 4155 "version": "2.72.3", 4156 "source": { 4157 "type": "git", 4158 "url": "https://github.com/briannesbitt/Carbon.git", 4159 "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83" 4160 }, 4161 "dist": { 4162 "type": "zip", 4163 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83", 4164 "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83", 4165 "shasum": "" 4166 }, 4167 "require": { 4168 "carbonphp/carbon-doctrine-types": "*", 4169 "ext-json": "*", 4170 "php": "^7.1.8 || ^8.0", 4171 "psr/clock": "^1.0", 4172 "symfony/polyfill-mbstring": "^1.0", 4173 "symfony/polyfill-php80": "^1.16", 4174 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" 4175 }, 4176 "provide": { 4177 "psr/clock-implementation": "1.0" 4178 }, 4179 "require-dev": { 4180 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0", 4181 "doctrine/orm": "^2.7 || ^3.0", 4182 "friendsofphp/php-cs-fixer": "^3.0", 4183 "kylekatarnls/multi-tester": "^2.0", 4184 "ondrejmirtes/better-reflection": "*", 4185 "phpmd/phpmd": "^2.9", 4186 "phpstan/extension-installer": "^1.0", 4187 "phpstan/phpstan": "^0.12.99 || ^1.7.14", 4188 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", 4189 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", 4190 "squizlabs/php_codesniffer": "^3.4" 4191 }, 4192 "bin": [ 4193 "bin/carbon" 4194 ], 4195 "type": "library", 4196 "extra": { 4197 "branch-alias": { 4198 "dev-3.x": "3.x-dev", 4199 "dev-master": "2.x-dev" 4200 }, 4201 "laravel": { 4202 "providers": [ 4203 "Carbon\\Laravel\\ServiceProvider" 4204 ] 4205 }, 4206 "phpstan": { 4207 "includes": [ 4208 "extension.neon" 4209 ] 4210 } 4211 }, 4212 "autoload": { 4213 "psr-4": { 4214 "Carbon\\": "src/Carbon/" 4215 } 4216 }, 4217 "notification-url": "https://packagist.org/downloads/", 4218 "license": [ 4219 "MIT" 4220 ], 4221 "authors": [ 4222 { 4223 "name": "Brian Nesbitt", 4224 "email": "brian@nesbot.com", 4225 "homepage": "https://markido.com" 4226 }, 4227 { 4228 "name": "kylekatarnls", 4229 "homepage": "https://github.com/kylekatarnls" 4230 } 4231 ], 4232 "description": "An API extension for DateTime that supports 281 different languages.", 4233 "homepage": "https://carbon.nesbot.com", 4234 "keywords": [ 4235 "date", 4236 "datetime", 4237 "time" 4238 ], 4239 "support": { 4240 "docs": "https://carbon.nesbot.com/docs", 4241 "issues": "https://github.com/briannesbitt/Carbon/issues", 4242 "source": "https://github.com/briannesbitt/Carbon" 4243 }, 4244 "funding": [ 4245 { 4246 "url": "https://github.com/sponsors/kylekatarnls", 4247 "type": "github" 4248 }, 4249 { 4250 "url": "https://opencollective.com/Carbon#sponsor", 4251 "type": "opencollective" 4252 }, 4253 { 4254 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", 4255 "type": "tidelift" 4256 } 4257 ], 4258 "time": "2024-01-25T10:35:09+00:00" 4259 }, 4260 { 4261 "name": "nikic/php-parser", 4262 "version": "v4.19.1", 4263 "source": { 4264 "type": "git", 4265 "url": "https://github.com/nikic/PHP-Parser.git", 4266 "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b" 4267 }, 4268 "dist": { 4269 "type": "zip", 4270 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b", 4271 "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b", 4272 "shasum": "" 4273 }, 4274 "require": { 4275 "ext-tokenizer": "*", 4276 "php": ">=7.1" 4277 }, 4278 "require-dev": { 4279 "ircmaxell/php-yacc": "^0.0.7", 4280 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" 4281 }, 4282 "bin": [ 4283 "bin/php-parse" 4284 ], 4285 "type": "library", 4286 "extra": { 4287 "branch-alias": { 4288 "dev-master": "4.9-dev" 4289 } 4290 }, 4291 "autoload": { 4292 "psr-4": { 4293 "PhpParser\\": "lib/PhpParser" 4294 } 4295 }, 4296 "notification-url": "https://packagist.org/downloads/", 4297 "license": [ 4298 "BSD-3-Clause" 4299 ], 4300 "authors": [ 4301 { 4302 "name": "Nikita Popov" 4303 } 4304 ], 4305 "description": "A PHP parser written in PHP", 4306 "keywords": [ 4307 "parser", 4308 "php" 4309 ], 4310 "support": { 4311 "issues": "https://github.com/nikic/PHP-Parser/issues", 4312 "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1" 4313 }, 4314 "time": "2024-03-17T08:10:35+00:00" 4315 }, 4316 { 4317 "name": "nunomaduro/termwind", 4318 "version": "v1.15.1", 4319 "source": { 4320 "type": "git", 4321 "url": "https://github.com/nunomaduro/termwind.git", 4322 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc" 4323 }, 4324 "dist": { 4325 "type": "zip", 4326 "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc", 4327 "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc", 4328 "shasum": "" 4329 }, 4330 "require": { 4331 "ext-mbstring": "*", 4332 "php": "^8.0", 4333 "symfony/console": "^5.3.0|^6.0.0" 4334 }, 4335 "require-dev": { 4336 "ergebnis/phpstan-rules": "^1.0.", 4337 "illuminate/console": "^8.0|^9.0", 4338 "illuminate/support": "^8.0|^9.0", 4339 "laravel/pint": "^1.0.0", 4340 "pestphp/pest": "^1.21.0", 4341 "pestphp/pest-plugin-mock": "^1.0", 4342 "phpstan/phpstan": "^1.4.6", 4343 "phpstan/phpstan-strict-rules": "^1.1.0", 4344 "symfony/var-dumper": "^5.2.7|^6.0.0", 4345 "thecodingmachine/phpstan-strict-rules": "^1.0.0" 4346 }, 4347 "type": "library", 4348 "extra": { 4349 "laravel": { 4350 "providers": [ 4351 "Termwind\\Laravel\\TermwindServiceProvider" 4352 ] 4353 } 4354 }, 4355 "autoload": { 4356 "files": [ 4357 "src/Functions.php" 4358 ], 4359 "psr-4": { 4360 "Termwind\\": "src/" 4361 } 4362 }, 4363 "notification-url": "https://packagist.org/downloads/", 4364 "license": [ 4365 "MIT" 4366 ], 4367 "authors": [ 4368 { 4369 "name": "Nuno Maduro", 4370 "email": "enunomaduro@gmail.com" 4371 } 4372 ], 4373 "description": "Its like Tailwind CSS, but for the console.", 4374 "keywords": [ 4375 "cli", 4376 "console", 4377 "css", 4378 "package", 4379 "php", 4380 "style" 4381 ], 4382 "support": { 4383 "issues": "https://github.com/nunomaduro/termwind/issues", 4384 "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1" 4385 }, 4386 "funding": [ 4387 { 4388 "url": "https://www.paypal.com/paypalme/enunomaduro", 4389 "type": "custom" 4390 }, 4391 { 4392 "url": "https://github.com/nunomaduro", 4393 "type": "github" 4394 }, 4395 { 4396 "url": "https://github.com/xiCO2k", 4397 "type": "github" 4398 } 4399 ], 4400 "time": "2023-02-08T01:06:31+00:00" 4401 }, 4402 { 4403 "name": "phar-io/manifest", 4404 "version": "2.0.4", 4405 "source": { 4406 "type": "git", 4407 "url": "https://github.com/phar-io/manifest.git", 4408 "reference": "54750ef60c58e43759730615a392c31c80e23176" 4409 }, 4410 "dist": { 4411 "type": "zip", 4412 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", 4413 "reference": "54750ef60c58e43759730615a392c31c80e23176", 4414 "shasum": "" 4415 }, 4416 "require": { 4417 "ext-dom": "*", 4418 "ext-libxml": "*", 4419 "ext-phar": "*", 4420 "ext-xmlwriter": "*", 4421 "phar-io/version": "^3.0.1", 4422 "php": "^7.2 || ^8.0" 4423 }, 4424 "type": "library", 4425 "extra": { 4426 "branch-alias": { 4427 "dev-master": "2.0.x-dev" 4428 } 4429 }, 4430 "autoload": { 4431 "classmap": [ 4432 "src/" 4433 ] 4434 }, 4435 "notification-url": "https://packagist.org/downloads/", 4436 "license": [ 4437 "BSD-3-Clause" 4438 ], 4439 "authors": [ 4440 { 4441 "name": "Arne Blankerts", 4442 "email": "arne@blankerts.de", 4443 "role": "Developer" 4444 }, 4445 { 4446 "name": "Sebastian Heuer", 4447 "email": "sebastian@phpeople.de", 4448 "role": "Developer" 4449 }, 4450 { 4451 "name": "Sebastian Bergmann", 4452 "email": "sebastian@phpunit.de", 4453 "role": "Developer" 4454 } 4455 ], 4456 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 4457 "support": { 4458 "issues": "https://github.com/phar-io/manifest/issues", 4459 "source": "https://github.com/phar-io/manifest/tree/2.0.4" 4460 }, 4461 "funding": [ 4462 { 4463 "url": "https://github.com/theseer", 4464 "type": "github" 4465 } 4466 ], 4467 "time": "2024-03-03T12:33:53+00:00" 4468 }, 4469 { 4470 "name": "phar-io/version", 4471 "version": "3.2.1", 4472 "source": { 4473 "type": "git", 4474 "url": "https://github.com/phar-io/version.git", 4475 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 4476 }, 4477 "dist": { 4478 "type": "zip", 4479 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 4480 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 4481 "shasum": "" 4482 }, 4483 "require": { 4484 "php": "^7.2 || ^8.0" 4485 }, 4486 "type": "library", 4487 "autoload": { 4488 "classmap": [ 4489 "src/" 4490 ] 4491 }, 4492 "notification-url": "https://packagist.org/downloads/", 4493 "license": [ 4494 "BSD-3-Clause" 4495 ], 4496 "authors": [ 4497 { 4498 "name": "Arne Blankerts", 4499 "email": "arne@blankerts.de", 4500 "role": "Developer" 4501 }, 4502 { 4503 "name": "Sebastian Heuer", 4504 "email": "sebastian@phpeople.de", 4505 "role": "Developer" 4506 }, 4507 { 4508 "name": "Sebastian Bergmann", 4509 "email": "sebastian@phpunit.de", 4510 "role": "Developer" 4511 } 4512 ], 4513 "description": "Library for handling version information and constraints", 4514 "support": { 4515 "issues": "https://github.com/phar-io/version/issues", 4516 "source": "https://github.com/phar-io/version/tree/3.2.1" 4517 }, 4518 "time": "2022-02-21T01:04:05+00:00" 4519 }, 4520 { 4521 "name": "phpstan/phpstan", 4522 "version": "0.12.99", 4523 "source": { 4524 "type": "git", 4525 "url": "https://github.com/phpstan/phpstan.git", 4526 "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7" 4527 }, 4528 "dist": { 4529 "type": "zip", 4530 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7", 4531 "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7", 4532 "shasum": "" 4533 }, 4534 "require": { 4535 "php": "^7.1|^8.0" 4536 }, 4537 "conflict": { 4538 "phpstan/phpstan-shim": "*" 4539 }, 4540 "bin": [ 4541 "phpstan", 4542 "phpstan.phar" 4543 ], 4544 "type": "library", 4545 "extra": { 4546 "branch-alias": { 4547 "dev-master": "0.12-dev" 4548 } 4549 }, 4550 "autoload": { 4551 "files": [ 4552 "bootstrap.php" 4553 ] 4554 }, 4555 "notification-url": "https://packagist.org/downloads/", 4556 "license": [ 4557 "MIT" 4558 ], 4559 "description": "PHPStan - PHP Static Analysis Tool", 4560 "support": { 4561 "issues": "https://github.com/phpstan/phpstan/issues", 4562 "source": "https://github.com/phpstan/phpstan/tree/0.12.99" 4563 }, 4564 "funding": [ 4565 { 4566 "url": "https://github.com/ondrejmirtes", 4567 "type": "github" 4568 }, 4569 { 4570 "url": "https://github.com/phpstan", 4571 "type": "github" 4572 }, 4573 { 4574 "url": "https://www.patreon.com/phpstan", 4575 "type": "patreon" 4576 }, 4577 { 4578 "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", 4579 "type": "tidelift" 4580 } 4581 ], 4582 "time": "2021-09-12T20:09:55+00:00" 4583 }, 4584 { 4585 "name": "phpstan/phpstan-strict-rules", 4586 "version": "0.12.11", 4587 "source": { 4588 "type": "git", 4589 "url": "https://github.com/phpstan/phpstan-strict-rules.git", 4590 "reference": "2b72e8e17d2034145f239126e876e5fb659675e2" 4591 }, 4592 "dist": { 4593 "type": "zip", 4594 "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/2b72e8e17d2034145f239126e876e5fb659675e2", 4595 "reference": "2b72e8e17d2034145f239126e876e5fb659675e2", 4596 "shasum": "" 4597 }, 4598 "require": { 4599 "php": "^7.1 || ^8.0", 4600 "phpstan/phpstan": "^0.12.96" 4601 }, 4602 "require-dev": { 4603 "php-parallel-lint/php-parallel-lint": "^1.2", 4604 "phpstan/phpstan-phpunit": "^0.12.16", 4605 "phpunit/phpunit": "^9.5" 4606 }, 4607 "type": "phpstan-extension", 4608 "extra": { 4609 "branch-alias": { 4610 "dev-master": "0.12-dev" 4611 }, 4612 "phpstan": { 4613 "includes": [ 4614 "rules.neon" 4615 ] 4616 } 4617 }, 4618 "autoload": { 4619 "psr-4": { 4620 "PHPStan\\": "src/" 4621 } 4622 }, 4623 "notification-url": "https://packagist.org/downloads/", 4624 "license": [ 4625 "MIT" 4626 ], 4627 "description": "Extra strict and opinionated rules for PHPStan", 4628 "support": { 4629 "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", 4630 "source": "https://github.com/phpstan/phpstan-strict-rules/tree/0.12.11" 4631 }, 4632 "time": "2021-08-21T11:36:27+00:00" 4633 }, 4634 { 4635 "name": "phpunit/php-code-coverage", 4636 "version": "10.1.14", 4637 "source": { 4638 "type": "git", 4639 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 4640 "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b" 4641 }, 4642 "dist": { 4643 "type": "zip", 4644 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/e3f51450ebffe8e0efdf7346ae966a656f7d5e5b", 4645 "reference": "e3f51450ebffe8e0efdf7346ae966a656f7d5e5b", 4646 "shasum": "" 4647 }, 4648 "require": { 4649 "ext-dom": "*", 4650 "ext-libxml": "*", 4651 "ext-xmlwriter": "*", 4652 "nikic/php-parser": "^4.18 || ^5.0", 4653 "php": ">=8.1", 4654 "phpunit/php-file-iterator": "^4.0", 4655 "phpunit/php-text-template": "^3.0", 4656 "sebastian/code-unit-reverse-lookup": "^3.0", 4657 "sebastian/complexity": "^3.0", 4658 "sebastian/environment": "^6.0", 4659 "sebastian/lines-of-code": "^2.0", 4660 "sebastian/version": "^4.0", 4661 "theseer/tokenizer": "^1.2.0" 4662 }, 4663 "require-dev": { 4664 "phpunit/phpunit": "^10.1" 4665 }, 4666 "suggest": { 4667 "ext-pcov": "PHP extension that provides line coverage", 4668 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 4669 }, 4670 "type": "library", 4671 "extra": { 4672 "branch-alias": { 4673 "dev-main": "10.1-dev" 4674 } 4675 }, 4676 "autoload": { 4677 "classmap": [ 4678 "src/" 4679 ] 4680 }, 4681 "notification-url": "https://packagist.org/downloads/", 4682 "license": [ 4683 "BSD-3-Clause" 4684 ], 4685 "authors": [ 4686 { 4687 "name": "Sebastian Bergmann", 4688 "email": "sebastian@phpunit.de", 4689 "role": "lead" 4690 } 4691 ], 4692 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", 4693 "homepage": "https://github.com/sebastianbergmann/php-code-coverage", 4694 "keywords": [ 4695 "coverage", 4696 "testing", 4697 "xunit" 4698 ], 4699 "support": { 4700 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 4701 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 4702 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.14" 4703 }, 4704 "funding": [ 4705 { 4706 "url": "https://github.com/sebastianbergmann", 4707 "type": "github" 4708 } 4709 ], 4710 "time": "2024-03-12T15:33:41+00:00" 4711 }, 4712 { 4713 "name": "phpunit/php-invoker", 4714 "version": "4.0.0", 4715 "source": { 4716 "type": "git", 4717 "url": "https://github.com/sebastianbergmann/php-invoker.git", 4718 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" 4719 }, 4720 "dist": { 4721 "type": "zip", 4722 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", 4723 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", 4724 "shasum": "" 4725 }, 4726 "require": { 4727 "php": ">=8.1" 4728 }, 4729 "require-dev": { 4730 "ext-pcntl": "*", 4731 "phpunit/phpunit": "^10.0" 4732 }, 4733 "suggest": { 4734 "ext-pcntl": "*" 4735 }, 4736 "type": "library", 4737 "extra": { 4738 "branch-alias": { 4739 "dev-main": "4.0-dev" 4740 } 4741 }, 4742 "autoload": { 4743 "classmap": [ 4744 "src/" 4745 ] 4746 }, 4747 "notification-url": "https://packagist.org/downloads/", 4748 "license": [ 4749 "BSD-3-Clause" 4750 ], 4751 "authors": [ 4752 { 4753 "name": "Sebastian Bergmann", 4754 "email": "sebastian@phpunit.de", 4755 "role": "lead" 4756 } 4757 ], 4758 "description": "Invoke callables with a timeout", 4759 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 4760 "keywords": [ 4761 "process" 4762 ], 4763 "support": { 4764 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 4765 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" 4766 }, 4767 "funding": [ 4768 { 4769 "url": "https://github.com/sebastianbergmann", 4770 "type": "github" 4771 } 4772 ], 4773 "time": "2023-02-03T06:56:09+00:00" 4774 }, 4775 { 4776 "name": "phpunit/php-text-template", 4777 "version": "3.0.1", 4778 "source": { 4779 "type": "git", 4780 "url": "https://github.com/sebastianbergmann/php-text-template.git", 4781 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" 4782 }, 4783 "dist": { 4784 "type": "zip", 4785 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", 4786 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", 4787 "shasum": "" 4788 }, 4789 "require": { 4790 "php": ">=8.1" 4791 }, 4792 "require-dev": { 4793 "phpunit/phpunit": "^10.0" 4794 }, 4795 "type": "library", 4796 "extra": { 4797 "branch-alias": { 4798 "dev-main": "3.0-dev" 4799 } 4800 }, 4801 "autoload": { 4802 "classmap": [ 4803 "src/" 4804 ] 4805 }, 4806 "notification-url": "https://packagist.org/downloads/", 4807 "license": [ 4808 "BSD-3-Clause" 4809 ], 4810 "authors": [ 4811 { 4812 "name": "Sebastian Bergmann", 4813 "email": "sebastian@phpunit.de", 4814 "role": "lead" 4815 } 4816 ], 4817 "description": "Simple template engine.", 4818 "homepage": "https://github.com/sebastianbergmann/php-text-template/", 4819 "keywords": [ 4820 "template" 4821 ], 4822 "support": { 4823 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 4824 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", 4825 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" 4826 }, 4827 "funding": [ 4828 { 4829 "url": "https://github.com/sebastianbergmann", 4830 "type": "github" 4831 } 4832 ], 4833 "time": "2023-08-31T14:07:24+00:00" 4834 }, 4835 { 4836 "name": "phpunit/php-timer", 4837 "version": "6.0.0", 4838 "source": { 4839 "type": "git", 4840 "url": "https://github.com/sebastianbergmann/php-timer.git", 4841 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" 4842 }, 4843 "dist": { 4844 "type": "zip", 4845 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", 4846 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", 4847 "shasum": "" 4848 }, 4849 "require": { 4850 "php": ">=8.1" 4851 }, 4852 "require-dev": { 4853 "phpunit/phpunit": "^10.0" 4854 }, 4855 "type": "library", 4856 "extra": { 4857 "branch-alias": { 4858 "dev-main": "6.0-dev" 4859 } 4860 }, 4861 "autoload": { 4862 "classmap": [ 4863 "src/" 4864 ] 4865 }, 4866 "notification-url": "https://packagist.org/downloads/", 4867 "license": [ 4868 "BSD-3-Clause" 4869 ], 4870 "authors": [ 4871 { 4872 "name": "Sebastian Bergmann", 4873 "email": "sebastian@phpunit.de", 4874 "role": "lead" 4875 } 4876 ], 4877 "description": "Utility class for timing", 4878 "homepage": "https://github.com/sebastianbergmann/php-timer/", 4879 "keywords": [ 4880 "timer" 4881 ], 4882 "support": { 4883 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 4884 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" 4885 }, 4886 "funding": [ 4887 { 4888 "url": "https://github.com/sebastianbergmann", 4889 "type": "github" 4890 } 4891 ], 4892 "time": "2023-02-03T06:57:52+00:00" 4893 }, 4894 { 4895 "name": "phpunit/phpunit", 4896 "version": "10.5.20", 4897 "source": { 4898 "type": "git", 4899 "url": "https://github.com/sebastianbergmann/phpunit.git", 4900 "reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3" 4901 }, 4902 "dist": { 4903 "type": "zip", 4904 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/547d314dc24ec1e177720d45c6263fb226cc2ae3", 4905 "reference": "547d314dc24ec1e177720d45c6263fb226cc2ae3", 4906 "shasum": "" 4907 }, 4908 "require": { 4909 "ext-dom": "*", 4910 "ext-json": "*", 4911 "ext-libxml": "*", 4912 "ext-mbstring": "*", 4913 "ext-xml": "*", 4914 "ext-xmlwriter": "*", 4915 "myclabs/deep-copy": "^1.10.1", 4916 "phar-io/manifest": "^2.0.3", 4917 "phar-io/version": "^3.0.2", 4918 "php": ">=8.1", 4919 "phpunit/php-code-coverage": "^10.1.5", 4920 "phpunit/php-file-iterator": "^4.0", 4921 "phpunit/php-invoker": "^4.0", 4922 "phpunit/php-text-template": "^3.0", 4923 "phpunit/php-timer": "^6.0", 4924 "sebastian/cli-parser": "^2.0", 4925 "sebastian/code-unit": "^2.0", 4926 "sebastian/comparator": "^5.0", 4927 "sebastian/diff": "^5.0", 4928 "sebastian/environment": "^6.0", 4929 "sebastian/exporter": "^5.1", 4930 "sebastian/global-state": "^6.0.1", 4931 "sebastian/object-enumerator": "^5.0", 4932 "sebastian/recursion-context": "^5.0", 4933 "sebastian/type": "^4.0", 4934 "sebastian/version": "^4.0" 4935 }, 4936 "suggest": { 4937 "ext-soap": "To be able to generate mocks based on WSDL files" 4938 }, 4939 "bin": [ 4940 "phpunit" 4941 ], 4942 "type": "library", 4943 "extra": { 4944 "branch-alias": { 4945 "dev-main": "10.5-dev" 4946 } 4947 }, 4948 "autoload": { 4949 "files": [ 4950 "src/Framework/Assert/Functions.php" 4951 ], 4952 "classmap": [ 4953 "src/" 4954 ] 4955 }, 4956 "notification-url": "https://packagist.org/downloads/", 4957 "license": [ 4958 "BSD-3-Clause" 4959 ], 4960 "authors": [ 4961 { 4962 "name": "Sebastian Bergmann", 4963 "email": "sebastian@phpunit.de", 4964 "role": "lead" 4965 } 4966 ], 4967 "description": "The PHP Unit Testing framework.", 4968 "homepage": "https://phpunit.de/", 4969 "keywords": [ 4970 "phpunit", 4971 "testing", 4972 "xunit" 4973 ], 4974 "support": { 4975 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 4976 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 4977 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.20" 4978 }, 4979 "funding": [ 4980 { 4981 "url": "https://phpunit.de/sponsors.html", 4982 "type": "custom" 4983 }, 4984 { 4985 "url": "https://github.com/sebastianbergmann", 4986 "type": "github" 4987 }, 4988 { 4989 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 4990 "type": "tidelift" 4991 } 4992 ], 4993 "time": "2024-04-24T06:32:35+00:00" 4994 }, 4995 { 4996 "name": "psr/clock", 4997 "version": "1.0.0", 4998 "source": { 4999 "type": "git", 5000 "url": "https://github.com/php-fig/clock.git", 5001 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" 5002 }, 5003 "dist": { 5004 "type": "zip", 5005 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", 5006 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", 5007 "shasum": "" 5008 }, 5009 "require": { 5010 "php": "^7.0 || ^8.0" 5011 }, 5012 "type": "library", 5013 "autoload": { 5014 "psr-4": { 5015 "Psr\\Clock\\": "src/" 5016 } 5017 }, 5018 "notification-url": "https://packagist.org/downloads/", 5019 "license": [ 5020 "MIT" 5021 ], 5022 "authors": [ 5023 { 5024 "name": "PHP-FIG", 5025 "homepage": "https://www.php-fig.org/" 5026 } 5027 ], 5028 "description": "Common interface for reading the clock.", 5029 "homepage": "https://github.com/php-fig/clock", 5030 "keywords": [ 5031 "clock", 5032 "now", 5033 "psr", 5034 "psr-20", 5035 "time" 5036 ], 5037 "support": { 5038 "issues": "https://github.com/php-fig/clock/issues", 5039 "source": "https://github.com/php-fig/clock/tree/1.0.0" 5040 }, 5041 "time": "2022-11-25T14:36:26+00:00" 5042 }, 5043 { 5044 "name": "rector/rector", 5045 "version": "0.11.56", 5046 "source": { 5047 "type": "git", 5048 "url": "https://github.com/rectorphp/rector.git", 5049 "reference": "9f601b77550dbfa6e096028f8aaecf7021c1bc46" 5050 }, 5051 "dist": { 5052 "type": "zip", 5053 "url": "https://api.github.com/repos/rectorphp/rector/zipball/9f601b77550dbfa6e096028f8aaecf7021c1bc46", 5054 "reference": "9f601b77550dbfa6e096028f8aaecf7021c1bc46", 5055 "shasum": "" 5056 }, 5057 "require": { 5058 "php": "^7.1|^8.0", 5059 "phpstan/phpstan": "0.12.99" 5060 }, 5061 "conflict": { 5062 "phpstan/phpdoc-parser": "<=0.5.3", 5063 "phpstan/phpstan": "<=0.12.82", 5064 "rector/rector-cakephp": "*", 5065 "rector/rector-doctrine": "*", 5066 "rector/rector-nette": "*", 5067 "rector/rector-phpunit": "*", 5068 "rector/rector-prefixed": "*", 5069 "rector/rector-symfony": "*" 5070 }, 5071 "bin": [ 5072 "bin/rector" 5073 ], 5074 "type": "library", 5075 "extra": { 5076 "branch-alias": { 5077 "dev-main": "0.11-dev" 5078 } 5079 }, 5080 "autoload": { 5081 "files": [ 5082 "bootstrap.php" 5083 ] 5084 }, 5085 "notification-url": "https://packagist.org/downloads/", 5086 "license": [ 5087 "MIT" 5088 ], 5089 "description": "Prefixed and PHP 7.1 downgraded version of rector/rector", 5090 "support": { 5091 "issues": "https://github.com/rectorphp/rector/issues", 5092 "source": "https://github.com/rectorphp/rector/tree/0.11.56" 5093 }, 5094 "funding": [ 5095 { 5096 "url": "https://github.com/tomasvotruba", 5097 "type": "github" 5098 } 5099 ], 5100 "time": "2021-09-28T19:06:03+00:00" 5101 }, 5102 { 5103 "name": "sebastian/code-unit", 5104 "version": "2.0.0", 5105 "source": { 5106 "type": "git", 5107 "url": "https://github.com/sebastianbergmann/code-unit.git", 5108 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" 5109 }, 5110 "dist": { 5111 "type": "zip", 5112 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", 5113 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", 5114 "shasum": "" 5115 }, 5116 "require": { 5117 "php": ">=8.1" 5118 }, 5119 "require-dev": { 5120 "phpunit/phpunit": "^10.0" 5121 }, 5122 "type": "library", 5123 "extra": { 5124 "branch-alias": { 5125 "dev-main": "2.0-dev" 5126 } 5127 }, 5128 "autoload": { 5129 "classmap": [ 5130 "src/" 5131 ] 5132 }, 5133 "notification-url": "https://packagist.org/downloads/", 5134 "license": [ 5135 "BSD-3-Clause" 5136 ], 5137 "authors": [ 5138 { 5139 "name": "Sebastian Bergmann", 5140 "email": "sebastian@phpunit.de", 5141 "role": "lead" 5142 } 5143 ], 5144 "description": "Collection of value objects that represent the PHP code units", 5145 "homepage": "https://github.com/sebastianbergmann/code-unit", 5146 "support": { 5147 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 5148 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" 5149 }, 5150 "funding": [ 5151 { 5152 "url": "https://github.com/sebastianbergmann", 5153 "type": "github" 5154 } 5155 ], 5156 "time": "2023-02-03T06:58:43+00:00" 5157 }, 5158 { 5159 "name": "sebastian/code-unit-reverse-lookup", 5160 "version": "3.0.0", 5161 "source": { 5162 "type": "git", 5163 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 5164 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" 5165 }, 5166 "dist": { 5167 "type": "zip", 5168 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", 5169 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", 5170 "shasum": "" 5171 }, 5172 "require": { 5173 "php": ">=8.1" 5174 }, 5175 "require-dev": { 5176 "phpunit/phpunit": "^10.0" 5177 }, 5178 "type": "library", 5179 "extra": { 5180 "branch-alias": { 5181 "dev-main": "3.0-dev" 5182 } 5183 }, 5184 "autoload": { 5185 "classmap": [ 5186 "src/" 5187 ] 5188 }, 5189 "notification-url": "https://packagist.org/downloads/", 5190 "license": [ 5191 "BSD-3-Clause" 5192 ], 5193 "authors": [ 5194 { 5195 "name": "Sebastian Bergmann", 5196 "email": "sebastian@phpunit.de" 5197 } 5198 ], 5199 "description": "Looks up which function or method a line of code belongs to", 5200 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 5201 "support": { 5202 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 5203 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" 5204 }, 5205 "funding": [ 5206 { 5207 "url": "https://github.com/sebastianbergmann", 5208 "type": "github" 5209 } 5210 ], 5211 "time": "2023-02-03T06:59:15+00:00" 5212 }, 5213 { 5214 "name": "sebastian/comparator", 5215 "version": "5.0.1", 5216 "source": { 5217 "type": "git", 5218 "url": "https://github.com/sebastianbergmann/comparator.git", 5219 "reference": "2db5010a484d53ebf536087a70b4a5423c102372" 5220 }, 5221 "dist": { 5222 "type": "zip", 5223 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", 5224 "reference": "2db5010a484d53ebf536087a70b4a5423c102372", 5225 "shasum": "" 5226 }, 5227 "require": { 5228 "ext-dom": "*", 5229 "ext-mbstring": "*", 5230 "php": ">=8.1", 5231 "sebastian/diff": "^5.0", 5232 "sebastian/exporter": "^5.0" 5233 }, 5234 "require-dev": { 5235 "phpunit/phpunit": "^10.3" 5236 }, 5237 "type": "library", 5238 "extra": { 5239 "branch-alias": { 5240 "dev-main": "5.0-dev" 5241 } 5242 }, 5243 "autoload": { 5244 "classmap": [ 5245 "src/" 5246 ] 5247 }, 5248 "notification-url": "https://packagist.org/downloads/", 5249 "license": [ 5250 "BSD-3-Clause" 5251 ], 5252 "authors": [ 5253 { 5254 "name": "Sebastian Bergmann", 5255 "email": "sebastian@phpunit.de" 5256 }, 5257 { 5258 "name": "Jeff Welch", 5259 "email": "whatthejeff@gmail.com" 5260 }, 5261 { 5262 "name": "Volker Dusch", 5263 "email": "github@wallbash.com" 5264 }, 5265 { 5266 "name": "Bernhard Schussek", 5267 "email": "bschussek@2bepublished.at" 5268 } 5269 ], 5270 "description": "Provides the functionality to compare PHP values for equality", 5271 "homepage": "https://github.com/sebastianbergmann/comparator", 5272 "keywords": [ 5273 "comparator", 5274 "compare", 5275 "equality" 5276 ], 5277 "support": { 5278 "issues": "https://github.com/sebastianbergmann/comparator/issues", 5279 "security": "https://github.com/sebastianbergmann/comparator/security/policy", 5280 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" 5281 }, 5282 "funding": [ 5283 { 5284 "url": "https://github.com/sebastianbergmann", 5285 "type": "github" 5286 } 5287 ], 5288 "time": "2023-08-14T13:18:12+00:00" 5289 }, 5290 { 5291 "name": "sebastian/complexity", 5292 "version": "3.2.0", 5293 "source": { 5294 "type": "git", 5295 "url": "https://github.com/sebastianbergmann/complexity.git", 5296 "reference": "68ff824baeae169ec9f2137158ee529584553799" 5297 }, 5298 "dist": { 5299 "type": "zip", 5300 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799", 5301 "reference": "68ff824baeae169ec9f2137158ee529584553799", 5302 "shasum": "" 5303 }, 5304 "require": { 5305 "nikic/php-parser": "^4.18 || ^5.0", 5306 "php": ">=8.1" 5307 }, 5308 "require-dev": { 5309 "phpunit/phpunit": "^10.0" 5310 }, 5311 "type": "library", 5312 "extra": { 5313 "branch-alias": { 5314 "dev-main": "3.2-dev" 5315 } 5316 }, 5317 "autoload": { 5318 "classmap": [ 5319 "src/" 5320 ] 5321 }, 5322 "notification-url": "https://packagist.org/downloads/", 5323 "license": [ 5324 "BSD-3-Clause" 5325 ], 5326 "authors": [ 5327 { 5328 "name": "Sebastian Bergmann", 5329 "email": "sebastian@phpunit.de", 5330 "role": "lead" 5331 } 5332 ], 5333 "description": "Library for calculating the complexity of PHP code units", 5334 "homepage": "https://github.com/sebastianbergmann/complexity", 5335 "support": { 5336 "issues": "https://github.com/sebastianbergmann/complexity/issues", 5337 "security": "https://github.com/sebastianbergmann/complexity/security/policy", 5338 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0" 5339 }, 5340 "funding": [ 5341 { 5342 "url": "https://github.com/sebastianbergmann", 5343 "type": "github" 5344 } 5345 ], 5346 "time": "2023-12-21T08:37:17+00:00" 5347 }, 5348 { 5349 "name": "sebastian/environment", 5350 "version": "6.1.0", 5351 "source": { 5352 "type": "git", 5353 "url": "https://github.com/sebastianbergmann/environment.git", 5354 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" 5355 }, 5356 "dist": { 5357 "type": "zip", 5358 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", 5359 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", 5360 "shasum": "" 5361 }, 5362 "require": { 5363 "php": ">=8.1" 5364 }, 5365 "require-dev": { 5366 "phpunit/phpunit": "^10.0" 5367 }, 5368 "suggest": { 5369 "ext-posix": "*" 5370 }, 5371 "type": "library", 5372 "extra": { 5373 "branch-alias": { 5374 "dev-main": "6.1-dev" 5375 } 5376 }, 5377 "autoload": { 5378 "classmap": [ 5379 "src/" 5380 ] 5381 }, 5382 "notification-url": "https://packagist.org/downloads/", 5383 "license": [ 5384 "BSD-3-Clause" 5385 ], 5386 "authors": [ 5387 { 5388 "name": "Sebastian Bergmann", 5389 "email": "sebastian@phpunit.de" 5390 } 5391 ], 5392 "description": "Provides functionality to handle HHVM/PHP environments", 5393 "homepage": "https://github.com/sebastianbergmann/environment", 5394 "keywords": [ 5395 "Xdebug", 5396 "environment", 5397 "hhvm" 5398 ], 5399 "support": { 5400 "issues": "https://github.com/sebastianbergmann/environment/issues", 5401 "security": "https://github.com/sebastianbergmann/environment/security/policy", 5402 "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0" 5403 }, 5404 "funding": [ 5405 { 5406 "url": "https://github.com/sebastianbergmann", 5407 "type": "github" 5408 } 5409 ], 5410 "time": "2024-03-23T08:47:14+00:00" 5411 }, 5412 { 5413 "name": "sebastian/exporter", 5414 "version": "5.1.2", 5415 "source": { 5416 "type": "git", 5417 "url": "https://github.com/sebastianbergmann/exporter.git", 5418 "reference": "955288482d97c19a372d3f31006ab3f37da47adf" 5419 }, 5420 "dist": { 5421 "type": "zip", 5422 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf", 5423 "reference": "955288482d97c19a372d3f31006ab3f37da47adf", 5424 "shasum": "" 5425 }, 5426 "require": { 5427 "ext-mbstring": "*", 5428 "php": ">=8.1", 5429 "sebastian/recursion-context": "^5.0" 5430 }, 5431 "require-dev": { 5432 "phpunit/phpunit": "^10.0" 5433 }, 5434 "type": "library", 5435 "extra": { 5436 "branch-alias": { 5437 "dev-main": "5.1-dev" 5438 } 5439 }, 5440 "autoload": { 5441 "classmap": [ 5442 "src/" 5443 ] 5444 }, 5445 "notification-url": "https://packagist.org/downloads/", 5446 "license": [ 5447 "BSD-3-Clause" 5448 ], 5449 "authors": [ 5450 { 5451 "name": "Sebastian Bergmann", 5452 "email": "sebastian@phpunit.de" 5453 }, 5454 { 5455 "name": "Jeff Welch", 5456 "email": "whatthejeff@gmail.com" 5457 }, 5458 { 5459 "name": "Volker Dusch", 5460 "email": "github@wallbash.com" 5461 }, 5462 { 5463 "name": "Adam Harvey", 5464 "email": "aharvey@php.net" 5465 }, 5466 { 5467 "name": "Bernhard Schussek", 5468 "email": "bschussek@gmail.com" 5469 } 5470 ], 5471 "description": "Provides the functionality to export PHP variables for visualization", 5472 "homepage": "https://www.github.com/sebastianbergmann/exporter", 5473 "keywords": [ 5474 "export", 5475 "exporter" 5476 ], 5477 "support": { 5478 "issues": "https://github.com/sebastianbergmann/exporter/issues", 5479 "security": "https://github.com/sebastianbergmann/exporter/security/policy", 5480 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2" 5481 }, 5482 "funding": [ 5483 { 5484 "url": "https://github.com/sebastianbergmann", 5485 "type": "github" 5486 } 5487 ], 5488 "time": "2024-03-02T07:17:12+00:00" 5489 }, 5490 { 5491 "name": "sebastian/global-state", 5492 "version": "6.0.2", 5493 "source": { 5494 "type": "git", 5495 "url": "https://github.com/sebastianbergmann/global-state.git", 5496 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9" 5497 }, 5498 "dist": { 5499 "type": "zip", 5500 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", 5501 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", 5502 "shasum": "" 5503 }, 5504 "require": { 5505 "php": ">=8.1", 5506 "sebastian/object-reflector": "^3.0", 5507 "sebastian/recursion-context": "^5.0" 5508 }, 5509 "require-dev": { 5510 "ext-dom": "*", 5511 "phpunit/phpunit": "^10.0" 5512 }, 5513 "type": "library", 5514 "extra": { 5515 "branch-alias": { 5516 "dev-main": "6.0-dev" 5517 } 5518 }, 5519 "autoload": { 5520 "classmap": [ 5521 "src/" 5522 ] 5523 }, 5524 "notification-url": "https://packagist.org/downloads/", 5525 "license": [ 5526 "BSD-3-Clause" 5527 ], 5528 "authors": [ 5529 { 5530 "name": "Sebastian Bergmann", 5531 "email": "sebastian@phpunit.de" 5532 } 5533 ], 5534 "description": "Snapshotting of global state", 5535 "homepage": "https://www.github.com/sebastianbergmann/global-state", 5536 "keywords": [ 5537 "global state" 5538 ], 5539 "support": { 5540 "issues": "https://github.com/sebastianbergmann/global-state/issues", 5541 "security": "https://github.com/sebastianbergmann/global-state/security/policy", 5542 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2" 5543 }, 5544 "funding": [ 5545 { 5546 "url": "https://github.com/sebastianbergmann", 5547 "type": "github" 5548 } 5549 ], 5550 "time": "2024-03-02T07:19:19+00:00" 5551 }, 5552 { 5553 "name": "sebastian/lines-of-code", 5554 "version": "2.0.2", 5555 "source": { 5556 "type": "git", 5557 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 5558 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0" 5559 }, 5560 "dist": { 5561 "type": "zip", 5562 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0", 5563 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0", 5564 "shasum": "" 5565 }, 5566 "require": { 5567 "nikic/php-parser": "^4.18 || ^5.0", 5568 "php": ">=8.1" 5569 }, 5570 "require-dev": { 5571 "phpunit/phpunit": "^10.0" 5572 }, 5573 "type": "library", 5574 "extra": { 5575 "branch-alias": { 5576 "dev-main": "2.0-dev" 5577 } 5578 }, 5579 "autoload": { 5580 "classmap": [ 5581 "src/" 5582 ] 5583 }, 5584 "notification-url": "https://packagist.org/downloads/", 5585 "license": [ 5586 "BSD-3-Clause" 5587 ], 5588 "authors": [ 5589 { 5590 "name": "Sebastian Bergmann", 5591 "email": "sebastian@phpunit.de", 5592 "role": "lead" 5593 } 5594 ], 5595 "description": "Library for counting the lines of code in PHP source code", 5596 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 5597 "support": { 5598 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 5599 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", 5600 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2" 5601 }, 5602 "funding": [ 5603 { 5604 "url": "https://github.com/sebastianbergmann", 5605 "type": "github" 5606 } 5607 ], 5608 "time": "2023-12-21T08:38:20+00:00" 5609 }, 5610 { 5611 "name": "sebastian/object-enumerator", 5612 "version": "5.0.0", 5613 "source": { 5614 "type": "git", 5615 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 5616 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" 5617 }, 5618 "dist": { 5619 "type": "zip", 5620 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", 5621 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", 5622 "shasum": "" 5623 }, 5624 "require": { 5625 "php": ">=8.1", 5626 "sebastian/object-reflector": "^3.0", 5627 "sebastian/recursion-context": "^5.0" 5628 }, 5629 "require-dev": { 5630 "phpunit/phpunit": "^10.0" 5631 }, 5632 "type": "library", 5633 "extra": { 5634 "branch-alias": { 5635 "dev-main": "5.0-dev" 5636 } 5637 }, 5638 "autoload": { 5639 "classmap": [ 5640 "src/" 5641 ] 5642 }, 5643 "notification-url": "https://packagist.org/downloads/", 5644 "license": [ 5645 "BSD-3-Clause" 5646 ], 5647 "authors": [ 5648 { 5649 "name": "Sebastian Bergmann", 5650 "email": "sebastian@phpunit.de" 5651 } 5652 ], 5653 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 5654 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 5655 "support": { 5656 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 5657 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0" 5658 }, 5659 "funding": [ 5660 { 5661 "url": "https://github.com/sebastianbergmann", 5662 "type": "github" 5663 } 5664 ], 5665 "time": "2023-02-03T07:08:32+00:00" 5666 }, 5667 { 5668 "name": "sebastian/object-reflector", 5669 "version": "3.0.0", 5670 "source": { 5671 "type": "git", 5672 "url": "https://github.com/sebastianbergmann/object-reflector.git", 5673 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" 5674 }, 5675 "dist": { 5676 "type": "zip", 5677 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", 5678 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", 5679 "shasum": "" 5680 }, 5681 "require": { 5682 "php": ">=8.1" 5683 }, 5684 "require-dev": { 5685 "phpunit/phpunit": "^10.0" 5686 }, 5687 "type": "library", 5688 "extra": { 5689 "branch-alias": { 5690 "dev-main": "3.0-dev" 5691 } 5692 }, 5693 "autoload": { 5694 "classmap": [ 5695 "src/" 5696 ] 5697 }, 5698 "notification-url": "https://packagist.org/downloads/", 5699 "license": [ 5700 "BSD-3-Clause" 5701 ], 5702 "authors": [ 5703 { 5704 "name": "Sebastian Bergmann", 5705 "email": "sebastian@phpunit.de" 5706 } 5707 ], 5708 "description": "Allows reflection of object attributes, including inherited and non-public ones", 5709 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 5710 "support": { 5711 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 5712 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0" 5713 }, 5714 "funding": [ 5715 { 5716 "url": "https://github.com/sebastianbergmann", 5717 "type": "github" 5718 } 5719 ], 5720 "time": "2023-02-03T07:06:18+00:00" 5721 }, 5722 { 5723 "name": "sebastian/recursion-context", 5724 "version": "5.0.0", 5725 "source": { 5726 "type": "git", 5727 "url": "https://github.com/sebastianbergmann/recursion-context.git", 5728 "reference": "05909fb5bc7df4c52992396d0116aed689f93712" 5729 }, 5730 "dist": { 5731 "type": "zip", 5732 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712", 5733 "reference": "05909fb5bc7df4c52992396d0116aed689f93712", 5734 "shasum": "" 5735 }, 5736 "require": { 5737 "php": ">=8.1" 5738 }, 5739 "require-dev": { 5740 "phpunit/phpunit": "^10.0" 5741 }, 5742 "type": "library", 5743 "extra": { 5744 "branch-alias": { 5745 "dev-main": "5.0-dev" 5746 } 5747 }, 5748 "autoload": { 5749 "classmap": [ 5750 "src/" 5751 ] 5752 }, 5753 "notification-url": "https://packagist.org/downloads/", 5754 "license": [ 5755 "BSD-3-Clause" 5756 ], 5757 "authors": [ 5758 { 5759 "name": "Sebastian Bergmann", 5760 "email": "sebastian@phpunit.de" 5761 }, 5762 { 5763 "name": "Jeff Welch", 5764 "email": "whatthejeff@gmail.com" 5765 }, 5766 { 5767 "name": "Adam Harvey", 5768 "email": "aharvey@php.net" 5769 } 5770 ], 5771 "description": "Provides functionality to recursively process PHP variables", 5772 "homepage": "https://github.com/sebastianbergmann/recursion-context", 5773 "support": { 5774 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 5775 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" 5776 }, 5777 "funding": [ 5778 { 5779 "url": "https://github.com/sebastianbergmann", 5780 "type": "github" 5781 } 5782 ], 5783 "time": "2023-02-03T07:05:40+00:00" 5784 }, 5785 { 5786 "name": "sebastian/type", 5787 "version": "4.0.0", 5788 "source": { 5789 "type": "git", 5790 "url": "https://github.com/sebastianbergmann/type.git", 5791 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" 5792 }, 5793 "dist": { 5794 "type": "zip", 5795 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", 5796 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", 5797 "shasum": "" 5798 }, 5799 "require": { 5800 "php": ">=8.1" 5801 }, 5802 "require-dev": { 5803 "phpunit/phpunit": "^10.0" 5804 }, 5805 "type": "library", 5806 "extra": { 5807 "branch-alias": { 5808 "dev-main": "4.0-dev" 5809 } 5810 }, 5811 "autoload": { 5812 "classmap": [ 5813 "src/" 5814 ] 5815 }, 5816 "notification-url": "https://packagist.org/downloads/", 5817 "license": [ 5818 "BSD-3-Clause" 5819 ], 5820 "authors": [ 5821 { 5822 "name": "Sebastian Bergmann", 5823 "email": "sebastian@phpunit.de", 5824 "role": "lead" 5825 } 5826 ], 5827 "description": "Collection of value objects that represent the types of the PHP type system", 5828 "homepage": "https://github.com/sebastianbergmann/type", 5829 "support": { 5830 "issues": "https://github.com/sebastianbergmann/type/issues", 5831 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0" 5832 }, 5833 "funding": [ 5834 { 5835 "url": "https://github.com/sebastianbergmann", 5836 "type": "github" 5837 } 5838 ], 5839 "time": "2023-02-03T07:10:45+00:00" 5840 }, 5841 { 5842 "name": "sebastian/version", 5843 "version": "4.0.1", 5844 "source": { 5845 "type": "git", 5846 "url": "https://github.com/sebastianbergmann/version.git", 5847 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" 5848 }, 5849 "dist": { 5850 "type": "zip", 5851 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", 5852 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", 5853 "shasum": "" 5854 }, 5855 "require": { 5856 "php": ">=8.1" 5857 }, 5858 "type": "library", 5859 "extra": { 5860 "branch-alias": { 5861 "dev-main": "4.0-dev" 5862 } 5863 }, 5864 "autoload": { 5865 "classmap": [ 5866 "src/" 5867 ] 5868 }, 5869 "notification-url": "https://packagist.org/downloads/", 5870 "license": [ 5871 "BSD-3-Clause" 5872 ], 5873 "authors": [ 5874 { 5875 "name": "Sebastian Bergmann", 5876 "email": "sebastian@phpunit.de", 5877 "role": "lead" 5878 } 5879 ], 5880 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 5881 "homepage": "https://github.com/sebastianbergmann/version", 5882 "support": { 5883 "issues": "https://github.com/sebastianbergmann/version/issues", 5884 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" 5885 }, 5886 "funding": [ 5887 { 5888 "url": "https://github.com/sebastianbergmann", 5889 "type": "github" 5890 } 5891 ], 5892 "time": "2023-02-07T11:34:05+00:00" 5893 }, 5894 { 5895 "name": "symfony/translation", 5896 "version": "v6.4.7", 5897 "source": { 5898 "type": "git", 5899 "url": "https://github.com/symfony/translation.git", 5900 "reference": "7495687c58bfd88b7883823747b0656d90679123" 5901 }, 5902 "dist": { 5903 "type": "zip", 5904 "url": "https://api.github.com/repos/symfony/translation/zipball/7495687c58bfd88b7883823747b0656d90679123", 5905 "reference": "7495687c58bfd88b7883823747b0656d90679123", 5906 "shasum": "" 5907 }, 5908 "require": { 5909 "php": ">=8.1", 5910 "symfony/deprecation-contracts": "^2.5|^3", 5911 "symfony/polyfill-mbstring": "~1.0", 5912 "symfony/translation-contracts": "^2.5|^3.0" 5913 }, 5914 "conflict": { 5915 "symfony/config": "<5.4", 5916 "symfony/console": "<5.4", 5917 "symfony/dependency-injection": "<5.4", 5918 "symfony/http-client-contracts": "<2.5", 5919 "symfony/http-kernel": "<5.4", 5920 "symfony/service-contracts": "<2.5", 5921 "symfony/twig-bundle": "<5.4", 5922 "symfony/yaml": "<5.4" 5923 }, 5924 "provide": { 5925 "symfony/translation-implementation": "2.3|3.0" 5926 }, 5927 "require-dev": { 5928 "nikic/php-parser": "^4.18|^5.0", 5929 "psr/log": "^1|^2|^3", 5930 "symfony/config": "^5.4|^6.0|^7.0", 5931 "symfony/console": "^5.4|^6.0|^7.0", 5932 "symfony/dependency-injection": "^5.4|^6.0|^7.0", 5933 "symfony/finder": "^5.4|^6.0|^7.0", 5934 "symfony/http-client-contracts": "^2.5|^3.0", 5935 "symfony/http-kernel": "^5.4|^6.0|^7.0", 5936 "symfony/intl": "^5.4|^6.0|^7.0", 5937 "symfony/polyfill-intl-icu": "^1.21", 5938 "symfony/routing": "^5.4|^6.0|^7.0", 5939 "symfony/service-contracts": "^2.5|^3", 5940 "symfony/yaml": "^5.4|^6.0|^7.0" 5941 }, 5942 "type": "library", 5943 "autoload": { 5944 "files": [ 5945 "Resources/functions.php" 5946 ], 5947 "psr-4": { 5948 "Symfony\\Component\\Translation\\": "" 5949 }, 5950 "exclude-from-classmap": [ 5951 "/Tests/" 5952 ] 5953 }, 5954 "notification-url": "https://packagist.org/downloads/", 5955 "license": [ 5956 "MIT" 5957 ], 5958 "authors": [ 5959 { 5960 "name": "Fabien Potencier", 5961 "email": "fabien@symfony.com" 5962 }, 5963 { 5964 "name": "Symfony Community", 5965 "homepage": "https://symfony.com/contributors" 5966 } 5967 ], 5968 "description": "Provides tools to internationalize your application", 5969 "homepage": "https://symfony.com", 5970 "support": { 5971 "source": "https://github.com/symfony/translation/tree/v6.4.7" 5972 }, 5973 "funding": [ 5974 { 5975 "url": "https://symfony.com/sponsor", 5976 "type": "custom" 5977 }, 5978 { 5979 "url": "https://github.com/fabpot", 5980 "type": "github" 5981 }, 5982 { 5983 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 5984 "type": "tidelift" 5985 } 5986 ], 5987 "time": "2024-04-18T09:22:46+00:00" 5988 }, 5989 { 5990 "name": "symfony/translation-contracts", 5991 "version": "v3.5.0", 5992 "source": { 5993 "type": "git", 5994 "url": "https://github.com/symfony/translation-contracts.git", 5995 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" 5996 }, 5997 "dist": { 5998 "type": "zip", 5999 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", 6000 "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", 6001 "shasum": "" 6002 }, 6003 "require": { 6004 "php": ">=8.1" 6005 }, 6006 "type": "library", 6007 "extra": { 6008 "branch-alias": { 6009 "dev-main": "3.5-dev" 6010 }, 6011 "thanks": { 6012 "name": "symfony/contracts", 6013 "url": "https://github.com/symfony/contracts" 6014 } 6015 }, 6016 "autoload": { 6017 "psr-4": { 6018 "Symfony\\Contracts\\Translation\\": "" 6019 }, 6020 "exclude-from-classmap": [ 6021 "/Test/" 6022 ] 6023 }, 6024 "notification-url": "https://packagist.org/downloads/", 6025 "license": [ 6026 "MIT" 6027 ], 6028 "authors": [ 6029 { 6030 "name": "Nicolas Grekas", 6031 "email": "p@tchwork.com" 6032 }, 6033 { 6034 "name": "Symfony Community", 6035 "homepage": "https://symfony.com/contributors" 6036 } 6037 ], 6038 "description": "Generic abstractions related to translation", 6039 "homepage": "https://symfony.com", 6040 "keywords": [ 6041 "abstractions", 6042 "contracts", 6043 "decoupling", 6044 "interfaces", 6045 "interoperability", 6046 "standards" 6047 ], 6048 "support": { 6049 "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" 6050 }, 6051 "funding": [ 6052 { 6053 "url": "https://symfony.com/sponsor", 6054 "type": "custom" 6055 }, 6056 { 6057 "url": "https://github.com/fabpot", 6058 "type": "github" 6059 }, 6060 { 6061 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6062 "type": "tidelift" 6063 } 6064 ], 6065 "time": "2024-04-18T09:32:20+00:00" 6066 }, 6067 { 6068 "name": "symfony/var-dumper", 6069 "version": "v6.4.7", 6070 "source": { 6071 "type": "git", 6072 "url": "https://github.com/symfony/var-dumper.git", 6073 "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7" 6074 }, 6075 "dist": { 6076 "type": "zip", 6077 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7a9cd977cd1c5fed3694bee52990866432af07d7", 6078 "reference": "7a9cd977cd1c5fed3694bee52990866432af07d7", 6079 "shasum": "" 6080 }, 6081 "require": { 6082 "php": ">=8.1", 6083 "symfony/deprecation-contracts": "^2.5|^3", 6084 "symfony/polyfill-mbstring": "~1.0" 6085 }, 6086 "conflict": { 6087 "symfony/console": "<5.4" 6088 }, 6089 "require-dev": { 6090 "ext-iconv": "*", 6091 "symfony/console": "^5.4|^6.0|^7.0", 6092 "symfony/error-handler": "^6.3|^7.0", 6093 "symfony/http-kernel": "^5.4|^6.0|^7.0", 6094 "symfony/process": "^5.4|^6.0|^7.0", 6095 "symfony/uid": "^5.4|^6.0|^7.0", 6096 "twig/twig": "^2.13|^3.0.4" 6097 }, 6098 "bin": [ 6099 "Resources/bin/var-dump-server" 6100 ], 6101 "type": "library", 6102 "autoload": { 6103 "files": [ 6104 "Resources/functions/dump.php" 6105 ], 6106 "psr-4": { 6107 "Symfony\\Component\\VarDumper\\": "" 6108 }, 6109 "exclude-from-classmap": [ 6110 "/Tests/" 6111 ] 6112 }, 6113 "notification-url": "https://packagist.org/downloads/", 6114 "license": [ 6115 "MIT" 6116 ], 6117 "authors": [ 6118 { 6119 "name": "Nicolas Grekas", 6120 "email": "p@tchwork.com" 6121 }, 6122 { 6123 "name": "Symfony Community", 6124 "homepage": "https://symfony.com/contributors" 6125 } 6126 ], 6127 "description": "Provides mechanisms for walking through any arbitrary PHP variable", 6128 "homepage": "https://symfony.com", 6129 "keywords": [ 6130 "debug", 6131 "dump" 6132 ], 6133 "support": { 6134 "source": "https://github.com/symfony/var-dumper/tree/v6.4.7" 6135 }, 6136 "funding": [ 6137 { 6138 "url": "https://symfony.com/sponsor", 6139 "type": "custom" 6140 }, 6141 { 6142 "url": "https://github.com/fabpot", 6143 "type": "github" 6144 }, 6145 { 6146 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 6147 "type": "tidelift" 6148 } 6149 ], 6150 "time": "2024-04-18T09:22:46+00:00" 6151 }, 6152 { 6153 "name": "thecodingmachine/phpstan-strict-rules", 6154 "version": "v0.12.2", 6155 "source": { 6156 "type": "git", 6157 "url": "https://github.com/thecodingmachine/phpstan-strict-rules.git", 6158 "reference": "ed65c3cf33e3b668c5a072d49741965114c881b5" 6159 }, 6160 "dist": { 6161 "type": "zip", 6162 "url": "https://api.github.com/repos/thecodingmachine/phpstan-strict-rules/zipball/ed65c3cf33e3b668c5a072d49741965114c881b5", 6163 "reference": "ed65c3cf33e3b668c5a072d49741965114c881b5", 6164 "shasum": "" 6165 }, 6166 "require": { 6167 "php": "^7.1|^8.0", 6168 "phpstan/phpstan": "^0.12" 6169 }, 6170 "require-dev": { 6171 "php-coveralls/php-coveralls": "^2.1", 6172 "phpunit/phpunit": "^7.1" 6173 }, 6174 "type": "phpstan-extension", 6175 "extra": { 6176 "branch-alias": { 6177 "dev-master": "0.12-dev" 6178 }, 6179 "phpstan": { 6180 "includes": [ 6181 "phpstan-strict-rules.neon" 6182 ] 6183 } 6184 }, 6185 "autoload": { 6186 "psr-4": { 6187 "TheCodingMachine\\PHPStan\\": "src/" 6188 } 6189 }, 6190 "notification-url": "https://packagist.org/downloads/", 6191 "license": [ 6192 "MIT" 6193 ], 6194 "authors": [ 6195 { 6196 "name": "David Négrier", 6197 "email": "d.negrier@thecodingmachine.com" 6198 } 6199 ], 6200 "description": "A set of additional rules for PHPStan based on best practices followed at TheCodingMachine", 6201 "support": { 6202 "issues": "https://github.com/thecodingmachine/phpstan-strict-rules/issues", 6203 "source": "https://github.com/thecodingmachine/phpstan-strict-rules/tree/v0.12.2" 6204 }, 6205 "time": "2021-11-08T09:01:22+00:00" 6206 }, 6207 { 6208 "name": "theseer/tokenizer", 6209 "version": "1.2.3", 6210 "source": { 6211 "type": "git", 6212 "url": "https://github.com/theseer/tokenizer.git", 6213 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" 6214 }, 6215 "dist": { 6216 "type": "zip", 6217 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", 6218 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", 6219 "shasum": "" 6220 }, 6221 "require": { 6222 "ext-dom": "*", 6223 "ext-tokenizer": "*", 6224 "ext-xmlwriter": "*", 6225 "php": "^7.2 || ^8.0" 6226 }, 6227 "type": "library", 6228 "autoload": { 6229 "classmap": [ 6230 "src/" 6231 ] 6232 }, 6233 "notification-url": "https://packagist.org/downloads/", 6234 "license": [ 6235 "BSD-3-Clause" 6236 ], 6237 "authors": [ 6238 { 6239 "name": "Arne Blankerts", 6240 "email": "arne@blankerts.de", 6241 "role": "Developer" 6242 } 6243 ], 6244 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 6245 "support": { 6246 "issues": "https://github.com/theseer/tokenizer/issues", 6247 "source": "https://github.com/theseer/tokenizer/tree/1.2.3" 6248 }, 6249 "funding": [ 6250 { 6251 "url": "https://github.com/theseer", 6252 "type": "github" 6253 } 6254 ], 6255 "time": "2024-03-03T12:36:25+00:00" 6256 }, 6257 { 6258 "name": "voku/portable-ascii", 6259 "version": "2.0.1", 6260 "source": { 6261 "type": "git", 6262 "url": "https://github.com/voku/portable-ascii.git", 6263 "reference": "b56450eed252f6801410d810c8e1727224ae0743" 6264 }, 6265 "dist": { 6266 "type": "zip", 6267 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", 6268 "reference": "b56450eed252f6801410d810c8e1727224ae0743", 6269 "shasum": "" 6270 }, 6271 "require": { 6272 "php": ">=7.0.0" 6273 }, 6274 "require-dev": { 6275 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 6276 }, 6277 "suggest": { 6278 "ext-intl": "Use Intl for transliterator_transliterate() support" 6279 }, 6280 "type": "library", 6281 "autoload": { 6282 "psr-4": { 6283 "voku\\": "src/voku/" 6284 } 6285 }, 6286 "notification-url": "https://packagist.org/downloads/", 6287 "license": [ 6288 "MIT" 6289 ], 6290 "authors": [ 6291 { 6292 "name": "Lars Moelleken", 6293 "homepage": "http://www.moelleken.org/" 6294 } 6295 ], 6296 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", 6297 "homepage": "https://github.com/voku/portable-ascii", 6298 "keywords": [ 6299 "ascii", 6300 "clean", 6301 "php" 6302 ], 6303 "support": { 6304 "issues": "https://github.com/voku/portable-ascii/issues", 6305 "source": "https://github.com/voku/portable-ascii/tree/2.0.1" 6306 }, 6307 "funding": [ 6308 { 6309 "url": "https://www.paypal.me/moelleken", 6310 "type": "custom" 6311 }, 6312 { 6313 "url": "https://github.com/voku", 6314 "type": "github" 6315 }, 6316 { 6317 "url": "https://opencollective.com/portable-ascii", 6318 "type": "open_collective" 6319 }, 6320 { 6321 "url": "https://www.patreon.com/voku", 6322 "type": "patreon" 6323 }, 6324 { 6325 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", 6326 "type": "tidelift" 6327 } 6328 ], 6329 "time": "2022-03-08T17:03:00+00:00" 6330 } 6331 ], 6332 "aliases": [], 6333 "minimum-stability": "dev", 6334 "stability-flags": [], 6335 "prefer-stable": true, 6336 "prefer-lowest": false, 6337 "platform": { 6338 "php": "^7.4|^8.0", 6339 "ext-iconv": "*", 6340 "ext-json": "*", 6341 "ext-mbstring": "*", 6342 "ext-tokenizer": "*" 6343 }, 6344 "platform-dev": [], 6345 "plugin-api-version": "2.6.0" 6346}