From bcd67577d360b6aab28a06e1a1414f74e07d5442 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:30:38 +0000 Subject: [PATCH 1/2] chore(deps): update dependency phpstan/phpstan to ^2.1.47 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a291aca..c40256b0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "infection/infection": "^0.32.6", "php-cs-fixer/shim": "^3.95.1", "php-parallel-lint/php-parallel-lint": "^1.4.0", - "phpstan/phpstan": "^2.1.46", + "phpstan/phpstan": "^2.1.47", "phpstan/phpstan-deprecation-rules": "^2.0.4", "phpstan/phpstan-phpunit": "^2.0.16", "phpstan/phpstan-strict-rules": "^2.0.10", From c3f94f1e0c4a4d7bc7655a598793d5de9e2a2f44 Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Tue, 21 Apr 2026 20:35:10 +0200 Subject: [PATCH 2/2] update --- composer.json | 4 ++-- composer.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index c40256b0..84556e83 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,12 @@ "infection/infection": "^0.32.6", "php-cs-fixer/shim": "^3.95.1", "php-parallel-lint/php-parallel-lint": "^1.4.0", - "phpstan/phpstan": "^2.1.47", + "phpstan/phpstan": "^2.1.51", "phpstan/phpstan-deprecation-rules": "^2.0.4", "phpstan/phpstan-phpunit": "^2.0.16", "phpstan/phpstan-strict-rules": "^2.0.10", "phpunit/phpunit": "^12.5.23", - "rector/rector": "^2.4.1" + "rector/rector": "^2.4.2" }, "config": { "bin-dir": "bin", diff --git a/composer.lock b/composer.lock index f73cc86f..6a209a88 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": "02539b31cead9c42caa1af53671441bb", + "content-hash": "9547dc04b8b1ddc95c6d2ab10e845cd4", "packages": [], "packages-dev": [ { @@ -1244,11 +1244,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.50", + "version": "2.1.51", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d452086fb4cf648c6b2d8cf3b639351f79e4f3e2", - "reference": "d452086fb4cf648c6b2d8cf3b639351f79e4f3e2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc3b523c45e714c70de2ac5113b958223b55dc59", + "reference": "dc3b523c45e714c70de2ac5113b958223b55dc59", "shasum": "" }, "require": { @@ -1293,7 +1293,7 @@ "type": "github" } ], - "time": "2026-04-17T13:10:32+00:00" + "time": "2026-04-21T18:22:01+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",