From da5401202053fedbc65bda462e64ed290c8a8a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 17:27:27 +0000 Subject: [PATCH] [TASK] Update spaze/phpstan-disallowed-calls requirement (#65) 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/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: spaze/phpstan-disallowed-calls dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ef817d5..fddeb1c 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan-strict-rules": "^1.6.0", "phpunit/phpunit": "^10.5.20", "rector/rector": "^1.0.5", - "spaze/phpstan-disallowed-calls": "^3.3", + "spaze/phpstan-disallowed-calls": "^3.4", "squizlabs/php_codesniffer": "^3.9.2" }, "minimum-stability": "dev",