From 6a99f412b699cefdff1985151317d823abfea396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 21:41:22 +0000 Subject: [PATCH] Update PHPStan packages (#1495) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- composer.lock | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index a477c280..d8851944 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ "fakerphp/faker": "1.24.1", "mockery/mockery": "1.6.12", "nunomaduro/collision": "^8.1", - "nunomaduro/larastan": "3.0.3", - "phpstan/phpstan": "2.1.2", + "nunomaduro/larastan": "3.0.4", + "phpstan/phpstan": "2.1.3", "phpunit/php-code-coverage": "^10.0", "phpunit/phpunit": "^10.0", "spatie/laravel-ignition": "^2.0" diff --git a/composer.lock b/composer.lock index 226c9165..642c47d4 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": "3dc8bd68392f70d4cf7db0c8e712a9a5", + "content-hash": "603c22727c2c3ac2dc3028dad8a2e581", "packages": [ { "name": "brick/math", @@ -6795,16 +6795,16 @@ }, { "name": "nunomaduro/larastan", - "version": "v3.0.3", + "version": "v3.0.4", "source": { "type": "git", "url": "https://github.com/larastan/larastan.git", - "reference": "aed20583d6efb3169abee9454b4a75716c5d2b4a" + "reference": "b394eba5805727423071fac9b53ea50dd7e920f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/larastan/larastan/zipball/aed20583d6efb3169abee9454b4a75716c5d2b4a", - "reference": "aed20583d6efb3169abee9454b4a75716c5d2b4a", + "url": "https://api.github.com/repos/larastan/larastan/zipball/b394eba5805727423071fac9b53ea50dd7e920f4", + "reference": "b394eba5805727423071fac9b53ea50dd7e920f4", "shasum": "" }, "require": { @@ -6818,7 +6818,7 @@ "illuminate/support": "^11.15.0", "php": "^8.2", "phpmyadmin/sql-parser": "^5.9.0", - "phpstan/phpstan": "^2.0.3" + "phpstan/phpstan": "^2.1.3" }, "require-dev": { "doctrine/coding-standard": "^12.0", @@ -6876,7 +6876,7 @@ ], "support": { "issues": "https://github.com/larastan/larastan/issues", - "source": "https://github.com/larastan/larastan/tree/v3.0.3" + "source": "https://github.com/larastan/larastan/tree/v3.0.4" }, "funding": [ { @@ -6885,7 +6885,7 @@ } ], "abandoned": "larastan/larastan", - "time": "2025-02-06T10:23:57+00:00" + "time": "2025-02-06T21:03:36+00:00" }, { "name": "phar-io/manifest", @@ -7094,16 +7094,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.2", + "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "7d08f569e582ade182a375c366cbd896eccadd3a" + "reference": "64ae44e48214f3deebdaeebf2694297a10a2bea9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7d08f569e582ade182a375c366cbd896eccadd3a", - "reference": "7d08f569e582ade182a375c366cbd896eccadd3a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/64ae44e48214f3deebdaeebf2694297a10a2bea9", + "reference": "64ae44e48214f3deebdaeebf2694297a10a2bea9", "shasum": "" }, "require": { @@ -7148,7 +7148,7 @@ "type": "github" } ], - "time": "2025-01-21T14:54:06+00:00" + "time": "2025-02-07T15:05:24+00:00" }, { "name": "phpunit/php-code-coverage",