From 063626652ffc2d631309add073f400cd74866da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 04:44:03 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 2.1.46 to 2.1.53 --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.53 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79399b5..6d0a673 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "phpunit/phpunit": "9.6.34", - "phpstan/phpstan": "2.1.46", + "phpstan/phpstan": "2.1.53", "squizlabs/php_codesniffer": "4.0.1", "guzzlehttp/guzzle": "7.10.0", "php-http/mock-client": "1.6.1",