From ec8880e757f3db8dc8fccea0ff5a876a47b305ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Feb 2021 16:58:03 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from ^1.0.1 to ^1.3.0 Updates the requirements on spaze/phpstan-disallowed-calls to permit the latest version. Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d67cb38..cf94cec 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "pepakriz/phpstan-exception-rules": "^0.11.2", "phpstan/phpstan-nette": "^0.12.10", "nepada/phpstan-nette-tester": "^0.3.1", - "spaze/phpstan-disallowed-calls": "^1.0.1", + "spaze/phpstan-disallowed-calls": "^1.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "nepada/coding-standard": "^7.3", "nette/bootstrap": "^3.0@dev",