From 3df7d29dd20f149bdd42c7b591f73a3bf0304124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:02:19 +0000 Subject: [PATCH] Bump the phpstan group with 3 updates Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls), [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) and [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version. Updates `spaze/phpstan-disallowed-calls` to 4.7.0 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.6.0...v4.7.0) Updates `shipmonk/phpstan-rules` to 4.3.0 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/4.2.1...4.3.0) Updates `phpstan/phpstan-phpunit` to 2.0.8 - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/2.0.7...2.0.8) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls dependency-version: 4.7.0 dependency-type: direct:development dependency-group: phpstan - dependency-name: shipmonk/phpstan-rules dependency-version: 4.3.0 dependency-type: direct:development dependency-group: phpstan - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.8 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 8b0ff85..9ae742b 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", "phpstan/phpstan-strict-rules": "2.0.7", - "spaze/phpstan-disallowed-calls": "4.6.0", - "shipmonk/phpstan-rules": "4.2.1", - "phpstan/phpstan-phpunit": "2.0.7", + "spaze/phpstan-disallowed-calls": "4.7.0", + "shipmonk/phpstan-rules": "4.3.0", + "phpstan/phpstan-phpunit": "2.0.8", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "8.0.1", "composer-runtime-api": "^2.0",