From 3fb3d636db95bb24b609dd7b08d8bc5e4a2645d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 20:04:50 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from 2.0.0 to 2.1.0 Updates the requirements on spaze/phpstan-disallowed-calls to permit the latest version. --- 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 cddf77f..89268eb 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": "1.0.0", - "spaze/phpstan-disallowed-calls": "2.0.0", + "spaze/phpstan-disallowed-calls": "2.1.0", "phpstan/phpstan-phpunit": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.3.1", "nepada/coding-standard": "7.4.2"