From 16454f6e445df42cf31c2e09749f78bfeab3a7f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:21:01 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2.1.6 (#1509) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 8d59fe89..f2c2b7b7 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.5", + "phpstan/phpstan": "2.1.6", "phpunit/php-code-coverage": "^10.0", "phpunit/phpunit": "^10.0", "spatie/laravel-ignition": "^2.0" diff --git a/composer.lock b/composer.lock index 128a2d0e..002840e7 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": "5fa3a393eacefb09cea78f045a474f1b", + "content-hash": "cc7a02b668031191d3d1574d4ee63495", "packages": [ { "name": "brick/math", @@ -7094,16 +7094,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.5", + "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "451b17f9665481ee502adc39be987cb71067ece2" + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/451b17f9665481ee502adc39be987cb71067ece2", - "reference": "451b17f9665481ee502adc39be987cb71067ece2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", "shasum": "" }, "require": { @@ -7148,7 +7148,7 @@ "type": "github" } ], - "time": "2025-02-13T12:49:56+00:00" + "time": "2025-02-19T15:46:42+00:00" }, { "name": "phpunit/php-code-coverage",