From 208de086fb74915805bff94d161fd835c28b5001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:59:21 +0000 Subject: [PATCH] [TASK] Update spaze/phpstan-disallowed-calls requirement Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version. - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1a858fe..2e35065 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan-strict-rules": "^1.6.1", "phpunit/phpunit": "^11.5.7", "rector/rector": "^1.2.10", - "spaze/phpstan-disallowed-calls": "^4.3", + "spaze/phpstan-disallowed-calls": "^4.4", "squizlabs/php_codesniffer": "^3.11.3" }, "minimum-stability": "dev",