From 987fca054194cd3318162dbf6a388682700271c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:15:55 +0000 Subject: [PATCH] Update ekino/phpstan-banned-code requirement from ^1.0 to ^1.0 || ^2.0 Updates the requirements on [ekino/phpstan-banned-code](https://github.com/ekino/phpstan-banned-code) to permit the latest version. - [Release notes](https://github.com/ekino/phpstan-banned-code/releases) - [Changelog](https://github.com/ekino/phpstan-banned-code/blob/master/CHANGELOG.md) - [Commits](https://github.com/ekino/phpstan-banned-code/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: ekino/phpstan-banned-code 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 77ce00d..1630e91 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "ext-json": "*", - "ekino/phpstan-banned-code": "^1.0", + "ekino/phpstan-banned-code": "^1.0 || ^2.0", "infection/infection": "^0.29", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0",