From 2997e5e39154a553f99746a271c8fd2d43091c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:41:43 +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 3a9afd1..c4b2ec6 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ }, "require-dev": { "nette/tester": "2.6.1", - "phpstan/phpstan": "2.2.7", + "phpstan/phpstan": "2.2.9", "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", + "spaze/phpstan-disallowed-calls": "4.14.0", "shipmonk/phpstan-rules": "4.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1",