From 6624cddb64d53030aa7ae8f6a1413570c8b7c4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:01:28 +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 [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version. Updates `phpstan/phpstan` to 2.2.9 - [Commits](https://github.com/phpstan/phpstan-phar-composer-source/commits) Updates `spaze/phpstan-disallowed-calls` to 4.14.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.2.9 dependency-type: direct:development dependency-group: phpstan - dependency-name: spaze/phpstan-disallowed-calls dependency-version: 4.14.0 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 550db30..9f70e9b 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.6", + "phpstan/phpstan": "2.2.9", "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", - "spaze/phpstan-disallowed-calls": "v4.13.0", + "spaze/phpstan-disallowed-calls": "v4.14.0", "shipmonk/phpstan-rules": "4.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1",