From a0e9f8b1b7b3022d6ffec4b051f74019923ef18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 22:56:54 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from 2.11.6 to 2.12.1 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.11.6...v2.12.1) --- 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 d4d5250..49df110 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", "phpstan/phpstan-strict-rules": "1.5.0", - "spaze/phpstan-disallowed-calls": "2.11.6", + "spaze/phpstan-disallowed-calls": "2.12.1", "shipmonk/phpstan-rules": "2.3.1", "phpstan/phpstan-phpunit": "1.3.9", "php-parallel-lint/php-parallel-lint": "1.3.2",