From a37d69f4f3c1713914f9088b2b8f26cbda3b83ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 19:07:16 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from 2.1.0 to 2.2.0 (#44) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b330de9..17bec0e 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/phpstan-strict-rules": "1.1.0", "phpstan/phpstan-nette": "1.0.0", "nepada/phpstan-nette-tester": "0.4.0", - "spaze/phpstan-disallowed-calls": "2.1.0", + "spaze/phpstan-disallowed-calls": "2.2.0", "php-parallel-lint/php-parallel-lint": "1.3.1", "nepada/coding-standard": "7.4.2", "composer-runtime-api": "^2.0",