From b37b53c6e415f4b34990e1e5253338bff5674628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Aug 2021 19:01:45 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from 1.6.0 to 1.9.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 6969ee0..b5371bf 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "pepakriz/phpstan-exception-rules": "0.11.7", "phpstan/phpstan-nette": "0.12.21", "nepada/phpstan-nette-tester": "0.3.1", - "spaze/phpstan-disallowed-calls": "1.6.0", + "spaze/phpstan-disallowed-calls": "1.9.0", "phpstan/phpstan-mockery": "0.12.14", "php-parallel-lint/php-parallel-lint": "1.3.0", "nepada/coding-standard": "7.4.0",