From 9d55b95556302f081439f5bb932ef05ad34eda5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 04:00:30 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from 2.8.0 to 2.10.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 efd230c..a26aa28 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "1.8.11", "phpstan/phpstan-strict-rules": "1.4.4", "nepada/phpstan-nette-tester": "1.0.0", - "spaze/phpstan-disallowed-calls": "2.8.0", + "spaze/phpstan-disallowed-calls": "2.10.0", "shipmonk/phpstan-rules": "1.2.0", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.6.0"