From b4e345cb5e0d694dcef9c7ef2747023fb63c06de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:16:55 +0000 Subject: [PATCH] chore(deps-dev): update phpstan/phpstan requirement from 2.2.2 to 2.2.5 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) to permit the latest version. - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.5 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 72e2580..b1aed5f 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "larapack/dd": "^1.1", "phpmd/phpmd": "^2.9", "phpspec/prophecy-phpunit": "^2.5", - "phpstan/phpstan": "2.2.2", + "phpstan/phpstan": "2.2.5", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^10.5|^11.0|^12.0|^13.0",