From 8ce9c1f276a59e8fc78e12637abdd2ebf4d3539d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:21:28 +0000 Subject: [PATCH] Bump the phpstan group across 1 directory 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 70c46cf..2867d42 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,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", "nepada/phpstan-nette-tester": "2.0.1", "spaze/phpstan-disallowed-calls": "4.13.0",