diff --git a/composer.json b/composer.json index d8851944..051dbd61 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "mockery/mockery": "1.6.12", "nunomaduro/collision": "^8.1", "nunomaduro/larastan": "3.0.4", - "phpstan/phpstan": "2.1.3", + "phpstan/phpstan": "2.1.4", "phpunit/php-code-coverage": "^10.0", "phpunit/phpunit": "^10.0", "spatie/laravel-ignition": "^2.0" diff --git a/composer.lock b/composer.lock index 642c47d4..e09cc317 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "603c22727c2c3ac2dc3028dad8a2e581", + "content-hash": "6d7306b3ddc7c2bb2a193a81cc1d9e39", "packages": [ { "name": "brick/math", @@ -7094,16 +7094,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.3", + "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "64ae44e48214f3deebdaeebf2694297a10a2bea9" + "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/64ae44e48214f3deebdaeebf2694297a10a2bea9", - "reference": "64ae44e48214f3deebdaeebf2694297a10a2bea9", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f99e18eb775dbaf6460c95fa0b65312da9c746a", + "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a", "shasum": "" }, "require": { @@ -7148,7 +7148,7 @@ "type": "github" } ], - "time": "2025-02-07T15:05:24+00:00" + "time": "2025-02-10T08:25:21+00:00" }, { "name": "phpunit/php-code-coverage",