From ddb860b21fab27027064b88cff2c436582ac93e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:55:53 +0000 Subject: [PATCH] Bump the phpstan group with 2 updates Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) and [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version. Updates `spaze/phpstan-disallowed-calls` to 4.12.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.9.2...v4.12.0) Updates `shipmonk/phpstan-rules` to 4.3.7 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/4.3.6...4.3.7) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls dependency-version: 4.12.0 dependency-type: direct:development dependency-group: phpstan - dependency-name: shipmonk/phpstan-rules dependency-version: 4.3.7 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 e8b0339..ef1c388 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", "phpstan/phpstan-strict-rules": "2.0.10", - "spaze/phpstan-disallowed-calls": "4.9.2", - "shipmonk/phpstan-rules": "4.3.6", + "spaze/phpstan-disallowed-calls": "4.12.0", + "shipmonk/phpstan-rules": "4.3.7", "phpstan/phpstan-phpunit": "2.0.16", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1",