From 6712c37bfc0830e525cfc738c2118b8744dbfff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:54:41 +0000 Subject: [PATCH] Bump the phpstan group across 1 directory with 3 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [phpstan/phpstan-nette](https://github.com/phpstan/phpstan-nette) and [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version. Updates `phpstan/phpstan` to 2.2.5 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `phpstan/phpstan-nette` to 2.0.12 - [Release notes](https://github.com/phpstan/phpstan-nette/releases) - [Commits](https://github.com/phpstan/phpstan-nette/compare/2.0.10...2.0.12) Updates `spaze/phpstan-disallowed-calls` to 4.13.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.12.0...v4.13.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.5 dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-nette dependency-version: 2.0.12 dependency-type: direct:development dependency-group: phpstan - dependency-name: spaze/phpstan-disallowed-calls dependency-version: 4.13.0 dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 988eb28..298ef6e 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ "require-dev": { "nette/tester": "2.6.1", "mockery/mockery": "1.6.12", - "phpstan/phpstan": "2.2.2", + "phpstan/phpstan": "2.2.5", "phpstan/phpstan-strict-rules": "2.0.11", - "phpstan/phpstan-nette": "2.0.10", + "phpstan/phpstan-nette": "2.0.12", "phpstan/phpstan-mockery": "2.0.0", "nepada/phpstan-nette-tester": "2.0.1", - "spaze/phpstan-disallowed-calls": "v4.12.0", + "spaze/phpstan-disallowed-calls": "v4.13.0", "shipmonk/phpstan-rules": "4.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1",