From 7fd59e12bd5ed1774f619fe7a260d721f566bbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:42:27 +0000 Subject: [PATCH] Bump the phpstan group across 1 directory with 4 updates Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan-phar-composer-source), [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules), [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.7 - [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) 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.9...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.7 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 - 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 909d154..3a9afd1 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ }, "require-dev": { "nette/tester": "2.6.1", - "phpstan/phpstan": "2.2.1", - "phpstan/phpstan-strict-rules": "2.0.11", - "phpstan/phpstan-nette": "2.0.9", + "phpstan/phpstan": "2.2.7", + "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.12.0", + "spaze/phpstan-disallowed-calls": "4.13.0", "shipmonk/phpstan-rules": "4.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1",