From 43790eaae1e8643e7e29d9f547a52697f91c478e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 18:01:20 +0000 Subject: [PATCH] build(deps-dev): update spaze/phpstan-disallowed-calls requirement 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 931ea5d..9284140 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,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", "phpstan/phpstan-mockery": "1.0.0", "php-parallel-lint/php-parallel-lint": "1.3.1", "nepada/coding-standard": "7.4.2",