From 574d661619a42bb2e60aad3d4a85d9e3e5b059e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 22:32:24 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement in the phpstan group Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version. 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: spaze/phpstan-disallowed-calls dependency-version: 4.14.0 dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8809a2c..22cb892 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", "phpstan/phpstan-strict-rules": "2.0.12", - "spaze/phpstan-disallowed-calls": "4.13.0", + "spaze/phpstan-disallowed-calls": "4.14.0", "shipmonk/phpstan-rules": "4.3.7", "phpstan/phpstan-phpunit": "2.0.18", "php-parallel-lint/php-parallel-lint": "1.4.0",