From 1d84127ec4d030a95a2c854d07e678138d42ff14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:36:19 +0200 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement from ^2.0 to ^3.1 (#5) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f75920..b531b7b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,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": {