From 3a08ce7d2f17f47191f6e1aff2736d8a316656fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:20:44 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^2.1.33 to ^2.1.54 --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.54 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 3a921ae..7c71356 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "orchestra/workbench": "^10.0.8", "pestphp/pest": "^4.3", "pestphp/pest-plugin-laravel": "^4.0", - "phpstan/phpstan": "^2.1.33", + "phpstan/phpstan": "^2.1.54", "phpunit/phpunit": "^12.5.4" }, "minimum-stability": "stable",