pest: 3.3.1 -> 3.7.4

+346 -367
+341 -361
pkgs/by-name/pe/pest/composer.lock
··· 4 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 5 "This file is @generated automatically" 6 6 ], 7 - "content-hash": "6dd92b3c214eb219f574a74eea1d06b4", 7 + "content-hash": "e3a84fa991a990ad69f3451531c0dc26", 8 8 "packages": [ 9 9 { 10 10 "name": "brianium/paratest", 11 - "version": "v7.5.7", 11 + "version": "v7.7.0", 12 12 "source": { 13 13 "type": "git", 14 14 "url": "https://github.com/paratestphp/paratest.git", 15 - "reference": "4890b17f569efea5e034e519dc883da53a67448d" 15 + "reference": "4fb3f73bc5a4c3146bac2850af7dc72435a32daf" 16 16 }, 17 17 "dist": { 18 18 "type": "zip", 19 - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/4890b17f569efea5e034e519dc883da53a67448d", 20 - "reference": "4890b17f569efea5e034e519dc883da53a67448d", 19 + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/4fb3f73bc5a4c3146bac2850af7dc72435a32daf", 20 + "reference": "4fb3f73bc5a4c3146bac2850af7dc72435a32daf", 21 21 "shasum": "" 22 22 }, 23 23 "require": { ··· 26 26 "ext-reflection": "*", 27 27 "ext-simplexml": "*", 28 28 "fidry/cpu-core-counter": "^1.2.0", 29 - "jean85/pretty-package-versions": "^2.0.6", 30 - "php": "~8.2.0 || ~8.3.0", 31 - "phpunit/php-code-coverage": "^11.0.6", 29 + "jean85/pretty-package-versions": "^2.1.0", 30 + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", 31 + "phpunit/php-code-coverage": "^11.0.8", 32 32 "phpunit/php-file-iterator": "^5.1.0", 33 33 "phpunit/php-timer": "^7.0.1", 34 - "phpunit/phpunit": "^11.4.0", 34 + "phpunit/phpunit": "^11.5.1", 35 35 "sebastian/environment": "^7.2.0", 36 - "symfony/console": "^6.4.11 || ^7.1.5", 37 - "symfony/process": "^6.4.8 || ^7.1.5" 36 + "symfony/console": "^6.4.14 || ^7.2.1", 37 + "symfony/process": "^6.4.14 || ^7.2.0" 38 38 }, 39 39 "require-dev": { 40 40 "doctrine/coding-standard": "^12.0.0", 41 41 "ext-pcov": "*", 42 42 "ext-posix": "*", 43 - "infection/infection": "^0.29.7", 44 - "phpstan/phpstan": "^1.12.6", 45 - "phpstan/phpstan-deprecation-rules": "^1.2.1", 46 - "phpstan/phpstan-phpunit": "^1.4.0", 47 - "phpstan/phpstan-strict-rules": "^1.6.1", 48 - "squizlabs/php_codesniffer": "^3.10.3", 49 - "symfony/filesystem": "^6.4.9 || ^7.1.5" 43 + "phpstan/phpstan": "^2.0.3", 44 + "phpstan/phpstan-deprecation-rules": "^2.0.1", 45 + "phpstan/phpstan-phpunit": "^2.0.1", 46 + "phpstan/phpstan-strict-rules": "^2", 47 + "squizlabs/php_codesniffer": "^3.11.1", 48 + "symfony/filesystem": "^6.4.13 || ^7.2.0" 50 49 }, 51 50 "bin": [ 52 51 "bin/paratest", ··· 86 85 ], 87 86 "support": { 88 87 "issues": "https://github.com/paratestphp/paratest/issues", 89 - "source": "https://github.com/paratestphp/paratest/tree/v7.5.7" 88 + "source": "https://github.com/paratestphp/paratest/tree/v7.7.0" 90 89 }, 91 90 "funding": [ 92 91 { ··· 98 97 "type": "paypal" 99 98 } 100 99 ], 101 - "time": "2024-10-07T06:27:54+00:00" 100 + "time": "2024-12-11T14:50:44+00:00" 102 101 }, 103 102 { 104 103 "name": "doctrine/deprecations", 105 - "version": "1.1.3", 104 + "version": "1.1.4", 106 105 "source": { 107 106 "type": "git", 108 107 "url": "https://github.com/doctrine/deprecations.git", 109 - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" 108 + "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" 110 109 }, 111 110 "dist": { 112 111 "type": "zip", 113 - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", 114 - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", 112 + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", 113 + "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", 115 114 "shasum": "" 116 115 }, 117 116 "require": { 118 117 "php": "^7.1 || ^8.0" 119 118 }, 120 119 "require-dev": { 121 - "doctrine/coding-standard": "^9", 122 - "phpstan/phpstan": "1.4.10 || 1.10.15", 123 - "phpstan/phpstan-phpunit": "^1.0", 120 + "doctrine/coding-standard": "^9 || ^12", 121 + "phpstan/phpstan": "1.4.10 || 2.0.3", 122 + "phpstan/phpstan-phpunit": "^1.0 || ^2", 124 123 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 125 - "psalm/plugin-phpunit": "0.18.4", 126 - "psr/log": "^1 || ^2 || ^3", 127 - "vimeo/psalm": "4.30.0 || 5.12.0" 124 + "psr/log": "^1 || ^2 || ^3" 128 125 }, 129 126 "suggest": { 130 127 "psr/log": "Allows logging deprecations via PSR-3 logger implementation" ··· 132 129 "type": "library", 133 130 "autoload": { 134 131 "psr-4": { 135 - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" 132 + "Doctrine\\Deprecations\\": "src" 136 133 } 137 134 }, 138 135 "notification-url": "https://packagist.org/downloads/", ··· 143 140 "homepage": "https://www.doctrine-project.org/", 144 141 "support": { 145 142 "issues": "https://github.com/doctrine/deprecations/issues", 146 - "source": "https://github.com/doctrine/deprecations/tree/1.1.3" 143 + "source": "https://github.com/doctrine/deprecations/tree/1.1.4" 147 144 }, 148 - "time": "2024-01-30T19:34:25+00:00" 145 + "time": "2024-12-07T21:18:45+00:00" 149 146 }, 150 147 { 151 148 "name": "fidry/cpu-core-counter", ··· 210 207 }, 211 208 { 212 209 "name": "filp/whoops", 213 - "version": "2.16.0", 210 + "version": "2.17.0", 214 211 "source": { 215 212 "type": "git", 216 213 "url": "https://github.com/filp/whoops.git", 217 - "reference": "befcdc0e5dce67252aa6322d82424be928214fa2" 214 + "reference": "075bc0c26631110584175de6523ab3f1652eb28e" 218 215 }, 219 216 "dist": { 220 217 "type": "zip", 221 - "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", 222 - "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", 218 + "url": "https://api.github.com/repos/filp/whoops/zipball/075bc0c26631110584175de6523ab3f1652eb28e", 219 + "reference": "075bc0c26631110584175de6523ab3f1652eb28e", 223 220 "shasum": "" 224 221 }, 225 222 "require": { ··· 269 266 ], 270 267 "support": { 271 268 "issues": "https://github.com/filp/whoops/issues", 272 - "source": "https://github.com/filp/whoops/tree/2.16.0" 269 + "source": "https://github.com/filp/whoops/tree/2.17.0" 273 270 }, 274 271 "funding": [ 275 272 { ··· 277 274 "type": "github" 278 275 } 279 276 ], 280 - "time": "2024-09-25T12:00:00+00:00" 277 + "time": "2025-01-25T12:00:00+00:00" 281 278 }, 282 279 { 283 280 "name": "jean85/pretty-package-versions", 284 - "version": "2.0.6", 281 + "version": "2.1.0", 285 282 "source": { 286 283 "type": "git", 287 284 "url": "https://github.com/Jean85/pretty-package-versions.git", 288 - "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" 285 + "reference": "3c4e5f62ba8d7de1734312e4fff32f67a8daaf10" 289 286 }, 290 287 "dist": { 291 288 "type": "zip", 292 - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", 293 - "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", 289 + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/3c4e5f62ba8d7de1734312e4fff32f67a8daaf10", 290 + "reference": "3c4e5f62ba8d7de1734312e4fff32f67a8daaf10", 294 291 "shasum": "" 295 292 }, 296 293 "require": { 297 - "composer-runtime-api": "^2.0.0", 298 - "php": "^7.1|^8.0" 294 + "composer-runtime-api": "^2.1.0", 295 + "php": "^7.4|^8.0" 299 296 }, 300 297 "require-dev": { 301 298 "friendsofphp/php-cs-fixer": "^3.2", 302 299 "jean85/composer-provided-replaced-stub-package": "^1.0", 303 300 "phpstan/phpstan": "^1.4", 304 - "phpunit/phpunit": "^7.5|^8.5|^9.4", 305 - "vimeo/psalm": "^4.3" 301 + "phpunit/phpunit": "^7.5|^8.5|^9.6", 302 + "vimeo/psalm": "^4.3 || ^5.0" 306 303 }, 307 304 "type": "library", 308 305 "extra": { ··· 334 331 ], 335 332 "support": { 336 333 "issues": "https://github.com/Jean85/pretty-package-versions/issues", 337 - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" 334 + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.1.0" 338 335 }, 339 - "time": "2024-03-08T09:58:59+00:00" 336 + "time": "2024-11-18T16:19:46+00:00" 340 337 }, 341 338 { 342 339 "name": "myclabs/deep-copy", 343 - "version": "1.12.0", 340 + "version": "1.13.0", 344 341 "source": { 345 342 "type": "git", 346 343 "url": "https://github.com/myclabs/DeepCopy.git", 347 - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" 344 + "reference": "024473a478be9df5fdaca2c793f2232fe788e414" 348 345 }, 349 346 "dist": { 350 347 "type": "zip", 351 - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", 352 - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", 348 + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414", 349 + "reference": "024473a478be9df5fdaca2c793f2232fe788e414", 353 350 "shasum": "" 354 351 }, 355 352 "require": { ··· 388 385 ], 389 386 "support": { 390 387 "issues": "https://github.com/myclabs/DeepCopy/issues", 391 - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" 388 + "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0" 392 389 }, 393 390 "funding": [ 394 391 { ··· 396 393 "type": "tidelift" 397 394 } 398 395 ], 399 - "time": "2024-06-12T14:39:25+00:00" 396 + "time": "2025-02-12T12:17:51+00:00" 400 397 }, 401 398 { 402 399 "name": "nikic/php-parser", 403 - "version": "v5.3.1", 400 + "version": "v5.4.0", 404 401 "source": { 405 402 "type": "git", 406 403 "url": "https://github.com/nikic/PHP-Parser.git", 407 - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" 404 + "reference": "447a020a1f875a434d62f2a401f53b82a396e494" 408 405 }, 409 406 "dist": { 410 407 "type": "zip", 411 - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", 412 - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", 408 + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", 409 + "reference": "447a020a1f875a434d62f2a401f53b82a396e494", 413 410 "shasum": "" 414 411 }, 415 412 "require": { ··· 452 449 ], 453 450 "support": { 454 451 "issues": "https://github.com/nikic/PHP-Parser/issues", 455 - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" 452 + "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" 456 453 }, 457 - "time": "2024-10-08T18:51:32+00:00" 454 + "time": "2024-12-30T11:07:19+00:00" 458 455 }, 459 456 { 460 457 "name": "nunomaduro/collision", 461 - "version": "v8.4.0", 458 + "version": "v8.6.1", 462 459 "source": { 463 460 "type": "git", 464 461 "url": "https://github.com/nunomaduro/collision.git", 465 - "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a" 462 + "reference": "86f003c132143d5a2ab214e19933946409e0cae7" 466 463 }, 467 464 "dist": { 468 465 "type": "zip", 469 - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/e7d1aa8ed753f63fa816932bbc89678238843b4a", 470 - "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a", 466 + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/86f003c132143d5a2ab214e19933946409e0cae7", 467 + "reference": "86f003c132143d5a2ab214e19933946409e0cae7", 471 468 "shasum": "" 472 469 }, 473 470 "require": { 474 - "filp/whoops": "^2.15.4", 475 - "nunomaduro/termwind": "^2.0.1", 471 + "filp/whoops": "^2.16.0", 472 + "nunomaduro/termwind": "^2.3.0", 476 473 "php": "^8.2.0", 477 - "symfony/console": "^7.1.3" 474 + "symfony/console": "^7.2.1" 478 475 }, 479 476 "conflict": { 480 - "laravel/framework": "<11.0.0 || >=12.0.0", 481 - "phpunit/phpunit": "<10.5.1 || >=12.0.0" 477 + "laravel/framework": "<11.39.1 || >=13.0.0", 478 + "phpunit/phpunit": "<11.5.3 || >=12.0.0" 482 479 }, 483 480 "require-dev": { 484 - "larastan/larastan": "^2.9.8", 485 - "laravel/framework": "^11.19.0", 486 - "laravel/pint": "^1.17.1", 487 - "laravel/sail": "^1.31.0", 488 - "laravel/sanctum": "^4.0.2", 489 - "laravel/tinker": "^2.9.0", 490 - "orchestra/testbench-core": "^9.2.3", 491 - "pestphp/pest": "^2.35.0 || ^3.0.0", 492 - "sebastian/environment": "^6.1.0 || ^7.0.0" 481 + "larastan/larastan": "^2.9.12", 482 + "laravel/framework": "^11.39.1", 483 + "laravel/pint": "^1.20.0", 484 + "laravel/sail": "^1.40.0", 485 + "laravel/sanctum": "^4.0.7", 486 + "laravel/tinker": "^2.10.0", 487 + "orchestra/testbench-core": "^9.9.2", 488 + "pestphp/pest": "^3.7.3", 489 + "sebastian/environment": "^6.1.0 || ^7.2.0" 493 490 }, 494 491 "type": "library", 495 492 "extra": { ··· 526 523 "cli", 527 524 "command-line", 528 525 "console", 526 + "dev", 529 527 "error", 530 528 "handling", 531 529 "laravel", ··· 551 549 "type": "patreon" 552 550 } 553 551 ], 554 - "time": "2024-08-03T15:32:23+00:00" 552 + "time": "2025-01-23T13:41:43+00:00" 555 553 }, 556 554 { 557 555 "name": "nunomaduro/termwind", 558 - "version": "v2.1.0", 556 + "version": "v2.3.0", 559 557 "source": { 560 558 "type": "git", 561 559 "url": "https://github.com/nunomaduro/termwind.git", 562 - "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a" 560 + "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda" 563 561 }, 564 562 "dist": { 565 563 "type": "zip", 566 - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/e5f21eade88689536c0cdad4c3cd75f3ed26e01a", 567 - "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a", 564 + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda", 565 + "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda", 568 566 "shasum": "" 569 567 }, 570 568 "require": { 571 569 "ext-mbstring": "*", 572 570 "php": "^8.2", 573 - "symfony/console": "^7.0.4" 571 + "symfony/console": "^7.1.8" 574 572 }, 575 573 "require-dev": { 576 - "ergebnis/phpstan-rules": "^2.2.0", 577 - "illuminate/console": "^11.1.1", 578 - "laravel/pint": "^1.15.0", 579 - "mockery/mockery": "^1.6.11", 580 - "pestphp/pest": "^2.34.6", 581 - "phpstan/phpstan": "^1.10.66", 582 - "phpstan/phpstan-strict-rules": "^1.5.2", 583 - "symfony/var-dumper": "^7.0.4", 574 + "illuminate/console": "^11.33.2", 575 + "laravel/pint": "^1.18.2", 576 + "mockery/mockery": "^1.6.12", 577 + "pestphp/pest": "^2.36.0", 578 + "phpstan/phpstan": "^1.12.11", 579 + "phpstan/phpstan-strict-rules": "^1.6.1", 580 + "symfony/var-dumper": "^7.1.8", 584 581 "thecodingmachine/phpstan-strict-rules": "^1.0.0" 585 582 }, 586 583 "type": "library", ··· 623 620 ], 624 621 "support": { 625 622 "issues": "https://github.com/nunomaduro/termwind/issues", 626 - "source": "https://github.com/nunomaduro/termwind/tree/v2.1.0" 623 + "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0" 627 624 }, 628 625 "funding": [ 629 626 { ··· 639 636 "type": "github" 640 637 } 641 638 ], 642 - "time": "2024-09-05T15:25:50+00:00" 639 + "time": "2024-11-21T10:39:51+00:00" 643 640 }, 644 641 { 645 642 "name": "pestphp/pest-plugin", ··· 1026 1023 }, 1027 1024 { 1028 1025 "name": "phpdocumentor/reflection-docblock", 1029 - "version": "5.4.1", 1026 + "version": "5.6.1", 1030 1027 "source": { 1031 1028 "type": "git", 1032 1029 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 1033 - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" 1030 + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" 1034 1031 }, 1035 1032 "dist": { 1036 1033 "type": "zip", 1037 - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", 1038 - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", 1034 + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", 1035 + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", 1039 1036 "shasum": "" 1040 1037 }, 1041 1038 "require": { ··· 1044 1041 "php": "^7.4 || ^8.0", 1045 1042 "phpdocumentor/reflection-common": "^2.2", 1046 1043 "phpdocumentor/type-resolver": "^1.7", 1047 - "phpstan/phpdoc-parser": "^1.7", 1044 + "phpstan/phpdoc-parser": "^1.7|^2.0", 1048 1045 "webmozart/assert": "^1.9.1" 1049 1046 }, 1050 1047 "require-dev": { 1051 - "mockery/mockery": "~1.3.5", 1048 + "mockery/mockery": "~1.3.5 || ~1.6.0", 1052 1049 "phpstan/extension-installer": "^1.1", 1053 1050 "phpstan/phpstan": "^1.8", 1054 1051 "phpstan/phpstan-mockery": "^1.1", 1055 1052 "phpstan/phpstan-webmozart-assert": "^1.2", 1056 1053 "phpunit/phpunit": "^9.5", 1057 - "vimeo/psalm": "^5.13" 1054 + "psalm/phar": "^5.26" 1058 1055 }, 1059 1056 "type": "library", 1060 1057 "extra": { ··· 1084 1081 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 1085 1082 "support": { 1086 1083 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 1087 - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" 1084 + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1" 1088 1085 }, 1089 - "time": "2024-05-21T05:55:05+00:00" 1086 + "time": "2024-12-07T09:39:29+00:00" 1090 1087 }, 1091 1088 { 1092 1089 "name": "phpdocumentor/type-resolver", 1093 - "version": "1.8.2", 1090 + "version": "1.10.0", 1094 1091 "source": { 1095 1092 "type": "git", 1096 1093 "url": "https://github.com/phpDocumentor/TypeResolver.git", 1097 - "reference": "153ae662783729388a584b4361f2545e4d841e3c" 1094 + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" 1098 1095 }, 1099 1096 "dist": { 1100 1097 "type": "zip", 1101 - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", 1102 - "reference": "153ae662783729388a584b4361f2545e4d841e3c", 1098 + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", 1099 + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", 1103 1100 "shasum": "" 1104 1101 }, 1105 1102 "require": { 1106 1103 "doctrine/deprecations": "^1.0", 1107 1104 "php": "^7.3 || ^8.0", 1108 1105 "phpdocumentor/reflection-common": "^2.0", 1109 - "phpstan/phpdoc-parser": "^1.13" 1106 + "phpstan/phpdoc-parser": "^1.18|^2.0" 1110 1107 }, 1111 1108 "require-dev": { 1112 1109 "ext-tokenizer": "*", ··· 1142 1139 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 1143 1140 "support": { 1144 1141 "issues": "https://github.com/phpDocumentor/TypeResolver/issues", 1145 - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" 1142 + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0" 1146 1143 }, 1147 - "time": "2024-02-23T11:10:43+00:00" 1144 + "time": "2024-11-09T15:12:26+00:00" 1148 1145 }, 1149 1146 { 1150 1147 "name": "phpstan/phpdoc-parser", 1151 - "version": "1.32.0", 1148 + "version": "2.1.0", 1152 1149 "source": { 1153 1150 "type": "git", 1154 1151 "url": "https://github.com/phpstan/phpdoc-parser.git", 1155 - "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4" 1152 + "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" 1156 1153 }, 1157 1154 "dist": { 1158 1155 "type": "zip", 1159 - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4", 1160 - "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4", 1156 + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", 1157 + "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", 1161 1158 "shasum": "" 1162 1159 }, 1163 1160 "require": { 1164 - "php": "^7.2 || ^8.0" 1161 + "php": "^7.4 || ^8.0" 1165 1162 }, 1166 1163 "require-dev": { 1167 1164 "doctrine/annotations": "^2.0", 1168 - "nikic/php-parser": "^4.15", 1165 + "nikic/php-parser": "^5.3.0", 1169 1166 "php-parallel-lint/php-parallel-lint": "^1.2", 1170 1167 "phpstan/extension-installer": "^1.0", 1171 - "phpstan/phpstan": "^1.5", 1172 - "phpstan/phpstan-phpunit": "^1.1", 1173 - "phpstan/phpstan-strict-rules": "^1.0", 1174 - "phpunit/phpunit": "^9.5", 1168 + "phpstan/phpstan": "^2.0", 1169 + "phpstan/phpstan-phpunit": "^2.0", 1170 + "phpstan/phpstan-strict-rules": "^2.0", 1171 + "phpunit/phpunit": "^9.6", 1175 1172 "symfony/process": "^5.2" 1176 1173 }, 1177 1174 "type": "library", ··· 1189 1186 "description": "PHPDoc parser with support for nullable, intersection and generic types", 1190 1187 "support": { 1191 1188 "issues": "https://github.com/phpstan/phpdoc-parser/issues", 1192 - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0" 1189 + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" 1193 1190 }, 1194 - "time": "2024-09-26T07:23:32+00:00" 1191 + "time": "2025-02-19T13:28:12+00:00" 1195 1192 }, 1196 1193 { 1197 1194 "name": "phpunit/php-code-coverage", 1198 - "version": "11.0.7", 1195 + "version": "11.0.9", 1199 1196 "source": { 1200 1197 "type": "git", 1201 1198 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 1202 - "reference": "f7f08030e8811582cc459871d28d6f5a1a4d35ca" 1199 + "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7" 1203 1200 }, 1204 1201 "dist": { 1205 1202 "type": "zip", 1206 - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7f08030e8811582cc459871d28d6f5a1a4d35ca", 1207 - "reference": "f7f08030e8811582cc459871d28d6f5a1a4d35ca", 1203 + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7", 1204 + "reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7", 1208 1205 "shasum": "" 1209 1206 }, 1210 1207 "require": { 1211 1208 "ext-dom": "*", 1212 1209 "ext-libxml": "*", 1213 1210 "ext-xmlwriter": "*", 1214 - "nikic/php-parser": "^5.3.1", 1211 + "nikic/php-parser": "^5.4.0", 1215 1212 "php": ">=8.2", 1216 1213 "phpunit/php-file-iterator": "^5.1.0", 1217 1214 "phpunit/php-text-template": "^4.0.1", ··· 1223 1220 "theseer/tokenizer": "^1.2.3" 1224 1221 }, 1225 1222 "require-dev": { 1226 - "phpunit/phpunit": "^11.4.1" 1223 + "phpunit/phpunit": "^11.5.2" 1227 1224 }, 1228 1225 "suggest": { 1229 1226 "ext-pcov": "PHP extension that provides line coverage", ··· 1261 1258 "support": { 1262 1259 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 1263 1260 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 1264 - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.7" 1261 + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9" 1265 1262 }, 1266 1263 "funding": [ 1267 1264 { ··· 1269 1266 "type": "github" 1270 1267 } 1271 1268 ], 1272 - "time": "2024-10-09T06:21:38+00:00" 1269 + "time": "2025-02-25T13:26:39+00:00" 1273 1270 }, 1274 1271 { 1275 1272 "name": "phpunit/php-file-iterator", ··· 1518 1515 }, 1519 1516 { 1520 1517 "name": "phpunit/phpunit", 1521 - "version": "11.4.1", 1518 + "version": "11.5.3", 1522 1519 "source": { 1523 1520 "type": "git", 1524 1521 "url": "https://github.com/sebastianbergmann/phpunit.git", 1525 - "reference": "7875627f15f4da7e7f0823d1f323f7295a77334e" 1522 + "reference": "30e319e578a7b5da3543073e30002bf82042f701" 1526 1523 }, 1527 1524 "dist": { 1528 1525 "type": "zip", 1529 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7875627f15f4da7e7f0823d1f323f7295a77334e", 1530 - "reference": "7875627f15f4da7e7f0823d1f323f7295a77334e", 1526 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/30e319e578a7b5da3543073e30002bf82042f701", 1527 + "reference": "30e319e578a7b5da3543073e30002bf82042f701", 1531 1528 "shasum": "" 1532 1529 }, 1533 1530 "require": { ··· 1537 1534 "ext-mbstring": "*", 1538 1535 "ext-xml": "*", 1539 1536 "ext-xmlwriter": "*", 1540 - "myclabs/deep-copy": "^1.12.0", 1537 + "myclabs/deep-copy": "^1.12.1", 1541 1538 "phar-io/manifest": "^2.0.4", 1542 1539 "phar-io/version": "^3.2.1", 1543 1540 "php": ">=8.2", 1544 - "phpunit/php-code-coverage": "^11.0.6", 1541 + "phpunit/php-code-coverage": "^11.0.8", 1545 1542 "phpunit/php-file-iterator": "^5.1.0", 1546 1543 "phpunit/php-invoker": "^5.0.1", 1547 1544 "phpunit/php-text-template": "^4.0.1", 1548 1545 "phpunit/php-timer": "^7.0.1", 1549 1546 "sebastian/cli-parser": "^3.0.2", 1550 - "sebastian/code-unit": "^3.0.1", 1551 - "sebastian/comparator": "^6.1.0", 1547 + "sebastian/code-unit": "^3.0.2", 1548 + "sebastian/comparator": "^6.3.0", 1552 1549 "sebastian/diff": "^6.0.2", 1553 1550 "sebastian/environment": "^7.2.0", 1554 - "sebastian/exporter": "^6.1.3", 1551 + "sebastian/exporter": "^6.3.0", 1555 1552 "sebastian/global-state": "^7.0.2", 1556 1553 "sebastian/object-enumerator": "^6.0.1", 1557 1554 "sebastian/type": "^5.1.0", 1558 - "sebastian/version": "^5.0.1" 1555 + "sebastian/version": "^5.0.2", 1556 + "staabm/side-effects-detector": "^1.0.5" 1559 1557 }, 1560 1558 "suggest": { 1561 1559 "ext-soap": "To be able to generate mocks based on WSDL files" ··· 1566 1564 "type": "library", 1567 1565 "extra": { 1568 1566 "branch-alias": { 1569 - "dev-main": "11.4-dev" 1567 + "dev-main": "11.5-dev" 1570 1568 } 1571 1569 }, 1572 1570 "autoload": { ··· 1598 1596 "support": { 1599 1597 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 1600 1598 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 1601 - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.4.1" 1599 + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.3" 1602 1600 }, 1603 1601 "funding": [ 1604 1602 { ··· 1614 1612 "type": "tidelift" 1615 1613 } 1616 1614 ], 1617 - "time": "2024-10-08T15:38:37+00:00" 1615 + "time": "2025-01-13T09:36:00+00:00" 1618 1616 }, 1619 1617 { 1620 1618 "name": "psr/container", ··· 1829 1827 }, 1830 1828 { 1831 1829 "name": "sebastian/code-unit", 1832 - "version": "3.0.1", 1830 + "version": "3.0.2", 1833 1831 "source": { 1834 1832 "type": "git", 1835 1833 "url": "https://github.com/sebastianbergmann/code-unit.git", 1836 - "reference": "6bb7d09d6623567178cf54126afa9c2310114268" 1834 + "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca" 1837 1835 }, 1838 1836 "dist": { 1839 1837 "type": "zip", 1840 - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6bb7d09d6623567178cf54126afa9c2310114268", 1841 - "reference": "6bb7d09d6623567178cf54126afa9c2310114268", 1838 + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca", 1839 + "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca", 1842 1840 "shasum": "" 1843 1841 }, 1844 1842 "require": { 1845 1843 "php": ">=8.2" 1846 1844 }, 1847 1845 "require-dev": { 1848 - "phpunit/phpunit": "^11.0" 1846 + "phpunit/phpunit": "^11.5" 1849 1847 }, 1850 1848 "type": "library", 1851 1849 "extra": { ··· 1874 1872 "support": { 1875 1873 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 1876 1874 "security": "https://github.com/sebastianbergmann/code-unit/security/policy", 1877 - "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.1" 1875 + "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2" 1878 1876 }, 1879 1877 "funding": [ 1880 1878 { ··· 1882 1880 "type": "github" 1883 1881 } 1884 1882 ], 1885 - "time": "2024-07-03T04:44:28+00:00" 1883 + "time": "2024-12-12T09:59:06+00:00" 1886 1884 }, 1887 1885 { 1888 1886 "name": "sebastian/code-unit-reverse-lookup", ··· 1942 1940 }, 1943 1941 { 1944 1942 "name": "sebastian/comparator", 1945 - "version": "6.1.0", 1943 + "version": "6.3.0", 1946 1944 "source": { 1947 1945 "type": "git", 1948 1946 "url": "https://github.com/sebastianbergmann/comparator.git", 1949 - "reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d" 1947 + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115" 1950 1948 }, 1951 1949 "dist": { 1952 1950 "type": "zip", 1953 - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa37b9e2ca618cb051d71b60120952ee8ca8b03d", 1954 - "reference": "fa37b9e2ca618cb051d71b60120952ee8ca8b03d", 1951 + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d4e47a769525c4dd38cea90e5dcd435ddbbc7115", 1952 + "reference": "d4e47a769525c4dd38cea90e5dcd435ddbbc7115", 1955 1953 "shasum": "" 1956 1954 }, 1957 1955 "require": { ··· 1962 1960 "sebastian/exporter": "^6.0" 1963 1961 }, 1964 1962 "require-dev": { 1965 - "phpunit/phpunit": "^11.3" 1963 + "phpunit/phpunit": "^11.4" 1964 + }, 1965 + "suggest": { 1966 + "ext-bcmath": "For comparing BcMath\\Number objects" 1966 1967 }, 1967 1968 "type": "library", 1968 1969 "extra": { 1969 1970 "branch-alias": { 1970 - "dev-main": "6.1-dev" 1971 + "dev-main": "6.2-dev" 1971 1972 } 1972 1973 }, 1973 1974 "autoload": { ··· 2007 2008 "support": { 2008 2009 "issues": "https://github.com/sebastianbergmann/comparator/issues", 2009 2010 "security": "https://github.com/sebastianbergmann/comparator/security/policy", 2010 - "source": "https://github.com/sebastianbergmann/comparator/tree/6.1.0" 2011 + "source": "https://github.com/sebastianbergmann/comparator/tree/6.3.0" 2011 2012 }, 2012 2013 "funding": [ 2013 2014 { ··· 2015 2016 "type": "github" 2016 2017 } 2017 2018 ], 2018 - "time": "2024-09-11T15:42:56+00:00" 2019 + "time": "2025-01-06T10:28:19+00:00" 2019 2020 }, 2020 2021 { 2021 2022 "name": "sebastian/complexity", ··· 2208 2209 }, 2209 2210 { 2210 2211 "name": "sebastian/exporter", 2211 - "version": "6.1.3", 2212 + "version": "6.3.0", 2212 2213 "source": { 2213 2214 "type": "git", 2214 2215 "url": "https://github.com/sebastianbergmann/exporter.git", 2215 - "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e" 2216 + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3" 2216 2217 }, 2217 2218 "dist": { 2218 2219 "type": "zip", 2219 - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e", 2220 - "reference": "c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e", 2220 + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3", 2221 + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3", 2221 2222 "shasum": "" 2222 2223 }, 2223 2224 "require": { ··· 2226 2227 "sebastian/recursion-context": "^6.0" 2227 2228 }, 2228 2229 "require-dev": { 2229 - "phpunit/phpunit": "^11.2" 2230 + "phpunit/phpunit": "^11.3" 2230 2231 }, 2231 2232 "type": "library", 2232 2233 "extra": { ··· 2274 2275 "support": { 2275 2276 "issues": "https://github.com/sebastianbergmann/exporter/issues", 2276 2277 "security": "https://github.com/sebastianbergmann/exporter/security/policy", 2277 - "source": "https://github.com/sebastianbergmann/exporter/tree/6.1.3" 2278 + "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0" 2278 2279 }, 2279 2280 "funding": [ 2280 2281 { ··· 2282 2283 "type": "github" 2283 2284 } 2284 2285 ], 2285 - "time": "2024-07-03T04:56:19+00:00" 2286 + "time": "2024-12-05T09:17:50+00:00" 2286 2287 }, 2287 2288 { 2288 2289 "name": "sebastian/global-state", ··· 2694 2695 "time": "2024-10-09T05:16:32+00:00" 2695 2696 }, 2696 2697 { 2698 + "name": "staabm/side-effects-detector", 2699 + "version": "1.0.5", 2700 + "source": { 2701 + "type": "git", 2702 + "url": "https://github.com/staabm/side-effects-detector.git", 2703 + "reference": "d8334211a140ce329c13726d4a715adbddd0a163" 2704 + }, 2705 + "dist": { 2706 + "type": "zip", 2707 + "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163", 2708 + "reference": "d8334211a140ce329c13726d4a715adbddd0a163", 2709 + "shasum": "" 2710 + }, 2711 + "require": { 2712 + "ext-tokenizer": "*", 2713 + "php": "^7.4 || ^8.0" 2714 + }, 2715 + "require-dev": { 2716 + "phpstan/extension-installer": "^1.4.3", 2717 + "phpstan/phpstan": "^1.12.6", 2718 + "phpunit/phpunit": "^9.6.21", 2719 + "symfony/var-dumper": "^5.4.43", 2720 + "tomasvotruba/type-coverage": "1.0.0", 2721 + "tomasvotruba/unused-public": "1.0.0" 2722 + }, 2723 + "type": "library", 2724 + "autoload": { 2725 + "classmap": [ 2726 + "lib/" 2727 + ] 2728 + }, 2729 + "notification-url": "https://packagist.org/downloads/", 2730 + "license": [ 2731 + "MIT" 2732 + ], 2733 + "description": "A static analysis tool to detect side effects in PHP code", 2734 + "keywords": [ 2735 + "static analysis" 2736 + ], 2737 + "support": { 2738 + "issues": "https://github.com/staabm/side-effects-detector/issues", 2739 + "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5" 2740 + }, 2741 + "funding": [ 2742 + { 2743 + "url": "https://github.com/staabm", 2744 + "type": "github" 2745 + } 2746 + ], 2747 + "time": "2024-10-20T05:08:20+00:00" 2748 + }, 2749 + { 2697 2750 "name": "symfony/console", 2698 - "version": "v7.1.5", 2751 + "version": "v7.2.1", 2699 2752 "source": { 2700 2753 "type": "git", 2701 2754 "url": "https://github.com/symfony/console.git", 2702 - "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee" 2755 + "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3" 2703 2756 }, 2704 2757 "dist": { 2705 2758 "type": "zip", 2706 - "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee", 2707 - "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee", 2759 + "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3", 2760 + "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3", 2708 2761 "shasum": "" 2709 2762 }, 2710 2763 "require": { ··· 2768 2821 "terminal" 2769 2822 ], 2770 2823 "support": { 2771 - "source": "https://github.com/symfony/console/tree/v7.1.5" 2824 + "source": "https://github.com/symfony/console/tree/v7.2.1" 2772 2825 }, 2773 2826 "funding": [ 2774 2827 { ··· 2784 2837 "type": "tidelift" 2785 2838 } 2786 2839 ], 2787 - "time": "2024-09-20T08:28:38+00:00" 2840 + "time": "2024-12-11T03:49:26+00:00" 2788 2841 }, 2789 2842 { 2790 2843 "name": "symfony/deprecation-contracts", 2791 - "version": "v3.5.0", 2844 + "version": "v3.5.1", 2792 2845 "source": { 2793 2846 "type": "git", 2794 2847 "url": "https://github.com/symfony/deprecation-contracts.git", 2795 - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" 2848 + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" 2796 2849 }, 2797 2850 "dist": { 2798 2851 "type": "zip", 2799 - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 2800 - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", 2852 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 2853 + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", 2801 2854 "shasum": "" 2802 2855 }, 2803 2856 "require": { ··· 2805 2858 }, 2806 2859 "type": "library", 2807 2860 "extra": { 2861 + "thanks": { 2862 + "url": "https://github.com/symfony/contracts", 2863 + "name": "symfony/contracts" 2864 + }, 2808 2865 "branch-alias": { 2809 2866 "dev-main": "3.5-dev" 2810 - }, 2811 - "thanks": { 2812 - "name": "symfony/contracts", 2813 - "url": "https://github.com/symfony/contracts" 2814 2867 } 2815 2868 }, 2816 2869 "autoload": { ··· 2835 2888 "description": "A generic function and convention to trigger deprecation notices", 2836 2889 "homepage": "https://symfony.com", 2837 2890 "support": { 2838 - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" 2891 + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" 2839 2892 }, 2840 2893 "funding": [ 2841 2894 { ··· 2851 2904 "type": "tidelift" 2852 2905 } 2853 2906 ], 2854 - "time": "2024-04-18T09:32:20+00:00" 2907 + "time": "2024-09-25T14:20:29+00:00" 2855 2908 }, 2856 2909 { 2857 2910 "name": "symfony/finder", 2858 - "version": "v7.1.4", 2911 + "version": "v7.2.2", 2859 2912 "source": { 2860 2913 "type": "git", 2861 2914 "url": "https://github.com/symfony/finder.git", 2862 - "reference": "d95bbf319f7d052082fb7af147e0f835a695e823" 2915 + "reference": "87a71856f2f56e4100373e92529eed3171695cfb" 2863 2916 }, 2864 2917 "dist": { 2865 2918 "type": "zip", 2866 - "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823", 2867 - "reference": "d95bbf319f7d052082fb7af147e0f835a695e823", 2919 + "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", 2920 + "reference": "87a71856f2f56e4100373e92529eed3171695cfb", 2868 2921 "shasum": "" 2869 2922 }, 2870 2923 "require": { ··· 2899 2952 "description": "Finds files and directories via an intuitive fluent interface", 2900 2953 "homepage": "https://symfony.com", 2901 2954 "support": { 2902 - "source": "https://github.com/symfony/finder/tree/v7.1.4" 2955 + "source": "https://github.com/symfony/finder/tree/v7.2.2" 2903 2956 }, 2904 2957 "funding": [ 2905 2958 { ··· 2915 2968 "type": "tidelift" 2916 2969 } 2917 2970 ], 2918 - "time": "2024-08-13T14:28:19+00:00" 2971 + "time": "2024-12-30T19:00:17+00:00" 2919 2972 }, 2920 2973 { 2921 2974 "name": "symfony/polyfill-ctype", ··· 2943 2996 "type": "library", 2944 2997 "extra": { 2945 2998 "thanks": { 2946 - "name": "symfony/polyfill", 2947 - "url": "https://github.com/symfony/polyfill" 2999 + "url": "https://github.com/symfony/polyfill", 3000 + "name": "symfony/polyfill" 2948 3001 } 2949 3002 }, 2950 3003 "autoload": { ··· 3019 3072 "type": "library", 3020 3073 "extra": { 3021 3074 "thanks": { 3022 - "name": "symfony/polyfill", 3023 - "url": "https://github.com/symfony/polyfill" 3075 + "url": "https://github.com/symfony/polyfill", 3076 + "name": "symfony/polyfill" 3024 3077 } 3025 3078 }, 3026 3079 "autoload": { ··· 3097 3150 "type": "library", 3098 3151 "extra": { 3099 3152 "thanks": { 3100 - "name": "symfony/polyfill", 3101 - "url": "https://github.com/symfony/polyfill" 3153 + "url": "https://github.com/symfony/polyfill", 3154 + "name": "symfony/polyfill" 3102 3155 } 3103 3156 }, 3104 3157 "autoload": { ··· 3181 3234 "type": "library", 3182 3235 "extra": { 3183 3236 "thanks": { 3184 - "name": "symfony/polyfill", 3185 - "url": "https://github.com/symfony/polyfill" 3237 + "url": "https://github.com/symfony/polyfill", 3238 + "name": "symfony/polyfill" 3186 3239 } 3187 3240 }, 3188 3241 "autoload": { ··· 3237 3290 }, 3238 3291 { 3239 3292 "name": "symfony/process", 3240 - "version": "v7.1.5", 3293 + "version": "v7.2.4", 3241 3294 "source": { 3242 3295 "type": "git", 3243 3296 "url": "https://github.com/symfony/process.git", 3244 - "reference": "5c03ee6369281177f07f7c68252a280beccba847" 3297 + "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf" 3245 3298 }, 3246 3299 "dist": { 3247 3300 "type": "zip", 3248 - "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847", 3249 - "reference": "5c03ee6369281177f07f7c68252a280beccba847", 3301 + "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", 3302 + "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", 3250 3303 "shasum": "" 3251 3304 }, 3252 3305 "require": { ··· 3278 3331 "description": "Executes commands in sub-processes", 3279 3332 "homepage": "https://symfony.com", 3280 3333 "support": { 3281 - "source": "https://github.com/symfony/process/tree/v7.1.5" 3334 + "source": "https://github.com/symfony/process/tree/v7.2.4" 3282 3335 }, 3283 3336 "funding": [ 3284 3337 { ··· 3294 3347 "type": "tidelift" 3295 3348 } 3296 3349 ], 3297 - "time": "2024-09-19T21:48:23+00:00" 3350 + "time": "2025-02-05T08:33:46+00:00" 3298 3351 }, 3299 3352 { 3300 3353 "name": "symfony/service-contracts", 3301 - "version": "v3.5.0", 3354 + "version": "v3.5.1", 3302 3355 "source": { 3303 3356 "type": "git", 3304 3357 "url": "https://github.com/symfony/service-contracts.git", 3305 - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" 3358 + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" 3306 3359 }, 3307 3360 "dist": { 3308 3361 "type": "zip", 3309 - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 3310 - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", 3362 + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 3363 + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", 3311 3364 "shasum": "" 3312 3365 }, 3313 3366 "require": { ··· 3320 3373 }, 3321 3374 "type": "library", 3322 3375 "extra": { 3376 + "thanks": { 3377 + "url": "https://github.com/symfony/contracts", 3378 + "name": "symfony/contracts" 3379 + }, 3323 3380 "branch-alias": { 3324 3381 "dev-main": "3.5-dev" 3325 - }, 3326 - "thanks": { 3327 - "name": "symfony/contracts", 3328 - "url": "https://github.com/symfony/contracts" 3329 3382 } 3330 3383 }, 3331 3384 "autoload": { ··· 3361 3414 "standards" 3362 3415 ], 3363 3416 "support": { 3364 - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" 3417 + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" 3365 3418 }, 3366 3419 "funding": [ 3367 3420 { ··· 3377 3430 "type": "tidelift" 3378 3431 } 3379 3432 ], 3380 - "time": "2024-04-18T09:32:20+00:00" 3433 + "time": "2024-09-25T14:20:29+00:00" 3381 3434 }, 3382 3435 { 3383 3436 "name": "symfony/string", 3384 - "version": "v7.1.5", 3437 + "version": "v7.2.0", 3385 3438 "source": { 3386 3439 "type": "git", 3387 3440 "url": "https://github.com/symfony/string.git", 3388 - "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306" 3441 + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" 3389 3442 }, 3390 3443 "dist": { 3391 3444 "type": "zip", 3392 - "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306", 3393 - "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306", 3445 + "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", 3446 + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", 3394 3447 "shasum": "" 3395 3448 }, 3396 3449 "require": { ··· 3448 3501 "utf8" 3449 3502 ], 3450 3503 "support": { 3451 - "source": "https://github.com/symfony/string/tree/v7.1.5" 3504 + "source": "https://github.com/symfony/string/tree/v7.2.0" 3452 3505 }, 3453 3506 "funding": [ 3454 3507 { ··· 3464 3517 "type": "tidelift" 3465 3518 } 3466 3519 ], 3467 - "time": "2024-09-20T08:28:38+00:00" 3520 + "time": "2024-11-13T13:31:26+00:00" 3468 3521 }, 3469 3522 { 3470 3523 "name": "ta-tikoma/phpunit-architecture-test", ··· 3636 3689 ], 3637 3690 "packages-dev": [ 3638 3691 { 3639 - "name": "ergebnis/phpstan-rules", 3640 - "version": "2.2.0", 3641 - "source": { 3642 - "type": "git", 3643 - "url": "https://github.com/ergebnis/phpstan-rules.git", 3644 - "reference": "2e9946491d39ea1eb043738309895e08f025a7a0" 3645 - }, 3646 - "dist": { 3647 - "type": "zip", 3648 - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/2e9946491d39ea1eb043738309895e08f025a7a0", 3649 - "reference": "2e9946491d39ea1eb043738309895e08f025a7a0", 3650 - "shasum": "" 3651 - }, 3652 - "require": { 3653 - "ext-mbstring": "*", 3654 - "nikic/php-parser": "^4.2.3 || ^5.0.0", 3655 - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", 3656 - "phpstan/phpstan": "^1.10.21" 3657 - }, 3658 - "require-dev": { 3659 - "doctrine/orm": "^3.0.0", 3660 - "ergebnis/composer-normalize": "^2.42.0", 3661 - "ergebnis/license": "^2.4.0", 3662 - "ergebnis/php-cs-fixer-config": "^6.22.0", 3663 - "ergebnis/phpunit-slow-test-detector": "^2.10.0", 3664 - "nette/di": "^3.2.0", 3665 - "phpstan/phpstan-deprecation-rules": "^1.1.4", 3666 - "phpstan/phpstan-strict-rules": "^1.5.2", 3667 - "phpunit/phpunit": "^10.5.10", 3668 - "psalm/plugin-phpunit": "~0.18.4", 3669 - "psr/container": "^2.0.2", 3670 - "rector/rector": "^1.0.0", 3671 - "vimeo/psalm": "^5.21.1" 3672 - }, 3673 - "type": "phpstan-extension", 3674 - "extra": { 3675 - "phpstan": { 3676 - "includes": [ 3677 - "rules.neon" 3678 - ] 3679 - } 3680 - }, 3681 - "autoload": { 3682 - "psr-4": { 3683 - "Ergebnis\\PHPStan\\Rules\\": "src/" 3684 - } 3685 - }, 3686 - "notification-url": "https://packagist.org/downloads/", 3687 - "license": [ 3688 - "MIT" 3689 - ], 3690 - "authors": [ 3691 - { 3692 - "name": "Andreas Möller", 3693 - "email": "am@localheinz.com", 3694 - "homepage": "https://localheinz.com" 3695 - } 3696 - ], 3697 - "description": "Provides rules for phpstan/phpstan.", 3698 - "homepage": "https://github.com/ergebnis/phpstan-rules", 3699 - "keywords": [ 3700 - "PHPStan", 3701 - "phpstan-rules" 3702 - ], 3703 - "support": { 3704 - "issues": "https://github.com/ergebnis/phpstan-rules/issues", 3705 - "security": "https://github.com/ergebnis/phpstan-rules/blob/main/.github/SECURITY.md", 3706 - "source": "https://github.com/ergebnis/phpstan-rules" 3707 - }, 3708 - "time": "2024-02-07T17:49:28+00:00" 3709 - }, 3710 - { 3711 3692 "name": "laravel/pint", 3712 - "version": "v1.18.1", 3693 + "version": "v1.21.0", 3713 3694 "source": { 3714 3695 "type": "git", 3715 3696 "url": "https://github.com/laravel/pint.git", 3716 - "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9" 3697 + "reference": "531fa0871fbde719c51b12afa3a443b8f4e4b425" 3717 3698 }, 3718 3699 "dist": { 3719 3700 "type": "zip", 3720 - "url": "https://api.github.com/repos/laravel/pint/zipball/35c00c05ec43e6b46d295efc0f4386ceb30d50d9", 3721 - "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9", 3701 + "url": "https://api.github.com/repos/laravel/pint/zipball/531fa0871fbde719c51b12afa3a443b8f4e4b425", 3702 + "reference": "531fa0871fbde719c51b12afa3a443b8f4e4b425", 3722 3703 "shasum": "" 3723 3704 }, 3724 3705 "require": { ··· 3726 3707 "ext-mbstring": "*", 3727 3708 "ext-tokenizer": "*", 3728 3709 "ext-xml": "*", 3729 - "php": "^8.1.0" 3710 + "php": "^8.2.0" 3730 3711 }, 3731 3712 "require-dev": { 3732 - "friendsofphp/php-cs-fixer": "^3.64.0", 3733 - "illuminate/view": "^10.48.20", 3734 - "larastan/larastan": "^2.9.8", 3735 - "laravel-zero/framework": "^10.4.0", 3713 + "friendsofphp/php-cs-fixer": "^3.68.5", 3714 + "illuminate/view": "^11.42.0", 3715 + "larastan/larastan": "^3.0.4", 3716 + "laravel-zero/framework": "^11.36.1", 3736 3717 "mockery/mockery": "^1.6.12", 3737 - "nunomaduro/termwind": "^1.15.1", 3738 - "pestphp/pest": "^2.35.1" 3718 + "nunomaduro/termwind": "^2.3", 3719 + "pestphp/pest": "^2.36.0" 3739 3720 }, 3740 3721 "bin": [ 3741 3722 "builds/pint" ··· 3771 3752 "issues": "https://github.com/laravel/pint/issues", 3772 3753 "source": "https://github.com/laravel/pint" 3773 3754 }, 3774 - "time": "2024-09-24T17:22:50+00:00" 3755 + "time": "2025-02-18T03:18:57+00:00" 3775 3756 }, 3776 3757 { 3777 3758 "name": "nette/utils", ··· 3861 3842 }, 3862 3843 { 3863 3844 "name": "pestphp/pest-dev-tools", 3864 - "version": "v3.0.0", 3845 + "version": "v3.3.0", 3865 3846 "source": { 3866 3847 "type": "git", 3867 3848 "url": "https://github.com/pestphp/pest-dev-tools.git", 3868 - "reference": "1b3cf988b8065db4a05d5ed29a19e76d775fd3ec" 3849 + "reference": "57739901f273a44fb004d32118c0eff5b073a0f4" 3869 3850 }, 3870 3851 "dist": { 3871 3852 "type": "zip", 3872 - "url": "https://api.github.com/repos/pestphp/pest-dev-tools/zipball/1b3cf988b8065db4a05d5ed29a19e76d775fd3ec", 3873 - "reference": "1b3cf988b8065db4a05d5ed29a19e76d775fd3ec", 3853 + "url": "https://api.github.com/repos/pestphp/pest-dev-tools/zipball/57739901f273a44fb004d32118c0eff5b073a0f4", 3854 + "reference": "57739901f273a44fb004d32118c0eff5b073a0f4", 3874 3855 "shasum": "" 3875 3856 }, 3876 3857 "require": { 3877 - "ergebnis/phpstan-rules": "^2.2.0", 3878 - "laravel/pint": "^1.17.3", 3858 + "laravel/pint": "^1.18.1", 3879 3859 "php": "^8.2.0", 3880 - "phpstan/phpstan": "^1.12.2", 3881 - "phpstan/phpstan-strict-rules": "^1.6.0", 3882 - "phpunit/phpunit": "^11.3.3", 3883 - "rector/rector": "^1.2.5", 3884 - "symfony/var-dumper": "^7.1.4", 3885 - "symplify/phpstan-rules": "^12.7.0", 3860 + "phpstan/phpstan": "^1.12.6", 3861 + "phpstan/phpstan-strict-rules": "^1.6.1", 3862 + "phpunit/phpunit": "^11.4.1", 3863 + "rector/rector": "^1.2.7", 3864 + "symfony/var-dumper": "^7.1.5", 3865 + "symplify/phpstan-rules": "^13.0.1", 3886 3866 "thecodingmachine/phpstan-strict-rules": "^1.0.0" 3887 3867 }, 3888 3868 "type": "library", ··· 3906 3886 "unit" 3907 3887 ], 3908 3888 "support": { 3909 - "source": "https://github.com/pestphp/pest-dev-tools/tree/v3.0.0" 3889 + "source": "https://github.com/pestphp/pest-dev-tools/tree/v3.3.0" 3910 3890 }, 3911 3891 "funding": [ 3912 3892 { ··· 3918 3898 "type": "github" 3919 3899 } 3920 3900 ], 3921 - "time": "2024-09-08T23:27:14+00:00" 3901 + "time": "2024-10-15T14:00:53+00:00" 3922 3902 }, 3923 3903 { 3924 3904 "name": "pestphp/pest-plugin-type-coverage", 3925 - "version": "v3.1.0", 3905 + "version": "v3.3.0", 3926 3906 "source": { 3927 3907 "type": "git", 3928 3908 "url": "https://github.com/pestphp/pest-plugin-type-coverage.git", 3929 - "reference": "45f265f37f9b3e27f1a0982aedeb0c6ee156ba27" 3909 + "reference": "5b03a43e055e21c65e1572803c39616d57af5d07" 3930 3910 }, 3931 3911 "dist": { 3932 3912 "type": "zip", 3933 - "url": "https://api.github.com/repos/pestphp/pest-plugin-type-coverage/zipball/45f265f37f9b3e27f1a0982aedeb0c6ee156ba27", 3934 - "reference": "45f265f37f9b3e27f1a0982aedeb0c6ee156ba27", 3913 + "url": "https://api.github.com/repos/pestphp/pest-plugin-type-coverage/zipball/5b03a43e055e21c65e1572803c39616d57af5d07", 3914 + "reference": "5b03a43e055e21c65e1572803c39616d57af5d07", 3935 3915 "shasum": "" 3936 3916 }, 3937 3917 "require": { 3938 3918 "pestphp/pest-plugin": "^3.0.0", 3939 3919 "php": "^8.2", 3940 - "phpstan/phpstan": "^1.12.6", 3941 - "tomasvotruba/type-coverage": "^1.0.0" 3920 + "phpstan/phpstan": "^1.12.10|^2.1.4", 3921 + "tomasvotruba/type-coverage": "^1.0.0|^2.0.2" 3942 3922 }, 3943 3923 "require-dev": { 3944 - "pestphp/pest": "^3.2.5", 3945 - "pestphp/pest-dev-tools": "^3.0.0" 3924 + "pestphp/pest": "^3", 3925 + "pestphp/pest-dev-tools": "^3.4.0" 3946 3926 }, 3947 3927 "type": "library", 3948 3928 "extra": { ··· 3974 3954 "unit" 3975 3955 ], 3976 3956 "support": { 3977 - "source": "https://github.com/pestphp/pest-plugin-type-coverage/tree/v3.1.0" 3957 + "source": "https://github.com/pestphp/pest-plugin-type-coverage/tree/v3.3.0" 3978 3958 }, 3979 3959 "funding": [ 3980 3960 { ··· 3990 3970 "type": "patreon" 3991 3971 } 3992 3972 ], 3993 - "time": "2024-10-06T18:14:06+00:00" 3973 + "time": "2025-02-12T02:46:29+00:00" 3994 3974 }, 3995 3975 { 3996 3976 "name": "phpstan/phpstan", 3997 - "version": "1.12.6", 3977 + "version": "1.12.19", 3998 3978 "source": { 3999 3979 "type": "git", 4000 3980 "url": "https://github.com/phpstan/phpstan.git", 4001 - "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae" 3981 + "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789" 4002 3982 }, 4003 3983 "dist": { 4004 3984 "type": "zip", 4005 - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae", 4006 - "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae", 3985 + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c42ba9bab7a940ed00092ecb1c77bad98896d789", 3986 + "reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789", 4007 3987 "shasum": "" 4008 3988 }, 4009 3989 "require": { ··· 4048 4028 "type": "github" 4049 4029 } 4050 4030 ], 4051 - "time": "2024-10-06T15:03:59+00:00" 4031 + "time": "2025-02-19T15:42:21+00:00" 4052 4032 }, 4053 4033 { 4054 4034 "name": "phpstan/phpstan-strict-rules", 4055 - "version": "1.6.1", 4035 + "version": "1.6.2", 4056 4036 "source": { 4057 4037 "type": "git", 4058 4038 "url": "https://github.com/phpstan/phpstan-strict-rules.git", 4059 - "reference": "daeec748b53de80a97498462513066834ec28f8b" 4039 + "reference": "b564ca479e7e735f750aaac4935af965572a7845" 4060 4040 }, 4061 4041 "dist": { 4062 4042 "type": "zip", 4063 - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/daeec748b53de80a97498462513066834ec28f8b", 4064 - "reference": "daeec748b53de80a97498462513066834ec28f8b", 4043 + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b564ca479e7e735f750aaac4935af965572a7845", 4044 + "reference": "b564ca479e7e735f750aaac4935af965572a7845", 4065 4045 "shasum": "" 4066 4046 }, 4067 4047 "require": { ··· 4095 4075 "description": "Extra strict and opinionated rules for PHPStan", 4096 4076 "support": { 4097 4077 "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", 4098 - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.6.1" 4078 + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.6.2" 4099 4079 }, 4100 - "time": "2024-09-20T14:04:44+00:00" 4080 + "time": "2025-01-19T13:02:24+00:00" 4101 4081 }, 4102 4082 { 4103 4083 "name": "rector/rector", 4104 - "version": "1.2.6", 4084 + "version": "1.2.10", 4105 4085 "source": { 4106 4086 "type": "git", 4107 4087 "url": "https://github.com/rectorphp/rector.git", 4108 - "reference": "6ca85da28159dbd3bb36211c5104b7bc91278e99" 4088 + "reference": "40f9cf38c05296bd32f444121336a521a293fa61" 4109 4089 }, 4110 4090 "dist": { 4111 4091 "type": "zip", 4112 - "url": "https://api.github.com/repos/rectorphp/rector/zipball/6ca85da28159dbd3bb36211c5104b7bc91278e99", 4113 - "reference": "6ca85da28159dbd3bb36211c5104b7bc91278e99", 4092 + "url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61", 4093 + "reference": "40f9cf38c05296bd32f444121336a521a293fa61", 4114 4094 "shasum": "" 4115 4095 }, 4116 4096 "require": { ··· 4148 4128 ], 4149 4129 "support": { 4150 4130 "issues": "https://github.com/rectorphp/rector/issues", 4151 - "source": "https://github.com/rectorphp/rector/tree/1.2.6" 4131 + "source": "https://github.com/rectorphp/rector/tree/1.2.10" 4152 4132 }, 4153 4133 "funding": [ 4154 4134 { ··· 4156 4136 "type": "github" 4157 4137 } 4158 4138 ], 4159 - "time": "2024-10-03T08:56:44+00:00" 4139 + "time": "2024-11-08T13:59:10+00:00" 4160 4140 }, 4161 4141 { 4162 4142 "name": "symfony/var-dumper", 4163 - "version": "v7.1.5", 4143 + "version": "v7.2.3", 4164 4144 "source": { 4165 4145 "type": "git", 4166 4146 "url": "https://github.com/symfony/var-dumper.git", 4167 - "reference": "e20e03889539fd4e4211e14d2179226c513c010d" 4147 + "reference": "82b478c69745d8878eb60f9a049a4d584996f73a" 4168 4148 }, 4169 4149 "dist": { 4170 4150 "type": "zip", 4171 - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d", 4172 - "reference": "e20e03889539fd4e4211e14d2179226c513c010d", 4151 + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82b478c69745d8878eb60f9a049a4d584996f73a", 4152 + "reference": "82b478c69745d8878eb60f9a049a4d584996f73a", 4173 4153 "shasum": "" 4174 4154 }, 4175 4155 "require": { ··· 4185 4165 "symfony/http-kernel": "^6.4|^7.0", 4186 4166 "symfony/process": "^6.4|^7.0", 4187 4167 "symfony/uid": "^6.4|^7.0", 4188 - "twig/twig": "^3.0.4" 4168 + "twig/twig": "^3.12" 4189 4169 }, 4190 4170 "bin": [ 4191 4171 "Resources/bin/var-dump-server" ··· 4223 4203 "dump" 4224 4204 ], 4225 4205 "support": { 4226 - "source": "https://github.com/symfony/var-dumper/tree/v7.1.5" 4206 + "source": "https://github.com/symfony/var-dumper/tree/v7.2.3" 4227 4207 }, 4228 4208 "funding": [ 4229 4209 { ··· 4239 4219 "type": "tidelift" 4240 4220 } 4241 4221 ], 4242 - "time": "2024-09-16T10:07:02+00:00" 4222 + "time": "2025-01-17T11:39:41+00:00" 4243 4223 }, 4244 4224 { 4245 4225 "name": "symplify/phpstan-rules", 4246 - "version": "12.7.0", 4226 + "version": "13.0.1", 4247 4227 "source": { 4248 4228 "type": "git", 4249 4229 "url": "https://github.com/symplify/phpstan-rules.git", 4250 - "reference": "14f506143ae7d6548da88326331cc536686e224f" 4230 + "reference": "c117396f4d7fe30704233c033244114e0fbea3f0" 4251 4231 }, 4252 4232 "dist": { 4253 4233 "type": "zip", 4254 - "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/14f506143ae7d6548da88326331cc536686e224f", 4255 - "reference": "14f506143ae7d6548da88326331cc536686e224f", 4234 + "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/c117396f4d7fe30704233c033244114e0fbea3f0", 4235 + "reference": "c117396f4d7fe30704233c033244114e0fbea3f0", 4256 4236 "shasum": "" 4257 4237 }, 4258 4238 "require": { ··· 4281 4261 "description": "Set of Symplify rules for PHPStan", 4282 4262 "support": { 4283 4263 "issues": "https://github.com/symplify/phpstan-rules/issues", 4284 - "source": "https://github.com/symplify/phpstan-rules/tree/12.7.0" 4264 + "source": "https://github.com/symplify/phpstan-rules/tree/13.0.1" 4285 4265 }, 4286 4266 "funding": [ 4287 4267 { ··· 4293 4273 "type": "github" 4294 4274 } 4295 4275 ], 4296 - "time": "2024-05-25T15:32:40+00:00" 4276 + "time": "2024-08-23T09:02:23+00:00" 4297 4277 }, 4298 4278 { 4299 4279 "name": "thecodingmachine/phpstan-strict-rules", ··· 4319 4299 }, 4320 4300 "type": "phpstan-extension", 4321 4301 "extra": { 4322 - "branch-alias": { 4323 - "dev-master": "1.0-dev" 4324 - }, 4325 4302 "phpstan": { 4326 4303 "includes": [ 4327 4304 "phpstan-strict-rules.neon" 4328 4305 ] 4306 + }, 4307 + "branch-alias": { 4308 + "dev-master": "1.0-dev" 4329 4309 } 4330 4310 }, 4331 4311 "autoload": { ··· 4410 4390 ], 4411 4391 "aliases": [], 4412 4392 "minimum-stability": "dev", 4413 - "stability-flags": [], 4393 + "stability-flags": {}, 4414 4394 "prefer-stable": true, 4415 4395 "prefer-lowest": false, 4416 4396 "platform": { 4417 4397 "php": "^8.2.0" 4418 4398 }, 4419 - "platform-dev": [], 4399 + "platform-dev": {}, 4420 4400 "plugin-api-version": "2.6.0" 4421 4401 }
+5 -6
pkgs/by-name/pe/pest/package.nix
··· 6 6 7 7 php.buildComposerProject2 (finalAttrs: { 8 8 pname = "pest"; 9 - version = "3.3.1"; 9 + version = "3.7.4"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "pestphp"; 13 13 repo = "pest"; 14 - rev = "v${finalAttrs.version}"; 15 - hash = "sha256-HLUzXL05hcTLcBhKvf/PPJoCmEYdFqNkBbiRAQfR9ik="; 14 + tag = "v${finalAttrs.version}"; 15 + hash = "sha256-ddsdVx/Vsg7GG11fGASouBU3HAJLSjs1AQGHx52TWzA="; 16 16 }; 17 17 18 18 composerLock = ./composer.lock; 19 - 20 - vendorHash = "sha256-rd15W3aHot1MtLGZeU2QREnIE5wtNw28OSpli3Nye5Y="; 19 + vendorHash = "sha256-rOJ6PFp4Xfe89usoH455EAT30d2Tu3zd3+C/6K/kGBw="; 21 20 22 21 meta = { 23 22 changelog = "https://github.com/pestphp/pest/releases/tag/v${finalAttrs.version}"; ··· 25 24 homepage = "https://pestphp.com"; 26 25 license = lib.licenses.mit; 27 26 mainProgram = "pest"; 28 - maintainers = [ ]; 27 + maintainers = lib.teams.php.members; 29 28 }; 30 29 })