From c9d842e5e25e854d6f84ba487db54a5894b8b1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:39:08 +0000 Subject: [PATCH] Update yii2-extensions/phpstan requirement from ^0.3 to ^0.4 Updates the requirements on [yii2-extensions/phpstan](https://github.com/yii2-extensions/phpstan) to permit the latest version. - [Release notes](https://github.com/yii2-extensions/phpstan/releases) - [Changelog](https://github.com/yii2-extensions/phpstan/blob/main/CHANGELOG.md) - [Commits](https://github.com/yii2-extensions/phpstan/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: yii2-extensions/phpstan dependency-version: 0.4.0 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 8f43c40..032e126 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "phpunit/phpunit": "^10.5", "rector/rector": "^2.1", "symplify/easy-coding-standard": "^13.0", - "yii2-extensions/phpstan": "^0.3" + "yii2-extensions/phpstan": "^0.4" }, "autoload": { "psr-4": {