From 68bdb5e9f7144b8c4eed0ded1bd05c1dee16c7f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:43:56 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from ^2.0 to ^3.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.0.0...v3.1.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 79b20e0..b1ef4bc 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "phpstan/phpstan-nette": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "spaze/phpstan-disallowed-calls": "^2.0", + "spaze/phpstan-disallowed-calls": "^3.1", "roave/security-advisories": "dev-master" }, "autoload": {