From cfc0684dc3d86254133eccd69230493bcd89992f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:02:27 +0000 Subject: [PATCH] Bump the phpstan group with 2 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source) and [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version. Updates `phpstan/phpstan` to 2.2.6 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-strict-rules` to 2.0.12 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/2.0.11...2.0.12) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.6 dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-strict-rules dependency-version: 2.0.12 dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 298ef6e..550db30 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "require-dev": { "nette/tester": "2.6.1", "mockery/mockery": "1.6.12", - "phpstan/phpstan": "2.2.5", - "phpstan/phpstan-strict-rules": "2.0.11", + "phpstan/phpstan": "2.2.6", + "phpstan/phpstan-strict-rules": "2.0.12", "phpstan/phpstan-nette": "2.0.12", "phpstan/phpstan-mockery": "2.0.0", "nepada/phpstan-nette-tester": "2.0.1",