From 7025f50b6ef9951af188c45c156d0f836deb30f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 17:02:29 +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-nette](https://github.com/phpstan/phpstan-nette) to permit the latest version. Updates `phpstan/phpstan` to 2.2.3 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-nette` to 2.0.11 - [Release notes](https://github.com/phpstan/phpstan-nette/releases) - [Commits](https://github.com/phpstan/phpstan-nette/compare/2.0.10...2.0.11) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.3 dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-nette dependency-version: 2.0.11 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 988eb28..05a8ee9 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,9 @@ "require-dev": { "nette/tester": "2.6.1", "mockery/mockery": "1.6.12", - "phpstan/phpstan": "2.2.2", + "phpstan/phpstan": "2.2.3", "phpstan/phpstan-strict-rules": "2.0.11", - "phpstan/phpstan-nette": "2.0.10", + "phpstan/phpstan-nette": "2.0.11", "phpstan/phpstan-mockery": "2.0.0", "nepada/phpstan-nette-tester": "2.0.1", "spaze/phpstan-disallowed-calls": "v4.12.0",