From 2ef1bbe6d3fe8849b067bcb26d45520847825726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:38:56 +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.0.1 - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v3.5.1...v4.0.1) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls 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 ec9b028..ab7918a 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "1.12.7", "phpstan/phpstan-strict-rules": "1.6.1", "nepada/phpstan-nette-tester": "1.2.1", - "spaze/phpstan-disallowed-calls": "3.5.1", + "spaze/phpstan-disallowed-calls": "4.0.1", "shipmonk/phpstan-rules": "3.2.1", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "7.14.1",