From 147ff67b2835eab3b46121560aa92a759208c482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:41:18 +0000 Subject: [PATCH] Update spaze/phpstan-disallowed-calls requirement || ^3.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/v1.1.0...v3.4.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 a8442b9..eccdbb5 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/phpstan": "^0.12.74", "tracy/tracy": "^2.8", "phpstan/phpstan-nette": "^0.12.14", - "spaze/phpstan-disallowed-calls": "^1.1", + "spaze/phpstan-disallowed-calls": "^1.1 || ^3.0", "roave/security-advisories": "dev-master", "jetbrains/phpstorm-attributes": "^1.0", "brainmaestro/composer-git-hooks": "^2.8",