From 0bdcedbbd56ab468ea9c3facd8420594cf29aa3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:56:43 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from 2.14.2 to 2.15.0 Updates the requirements on [spaze/phpstan-disallowed-calls](https://github.com/spaze/phpstan-disallowed-calls) to permit the latest version. - [Release notes](https://github.com/spaze/phpstan-disallowed-calls/releases) - [Commits](https://github.com/spaze/phpstan-disallowed-calls/compare/v2.14.2...v2.15.0) --- 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 5c07900..d4d8cc8 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/phpstan": "1.10.14", "phpstan/phpstan-strict-rules": "1.5.1", "nepada/phpstan-nette-tester": "1.0.0", - "spaze/phpstan-disallowed-calls": "2.14.2", + "spaze/phpstan-disallowed-calls": "2.15.0", "shipmonk/phpstan-rules": "2.5.1", "phpstan/phpstan-mockery": "1.1.1", "php-parallel-lint/php-parallel-lint": "1.3.2",