From 82a1c47a56906adda863aa499444d5ec24431f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 20:13:50 +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 8621e67..cac8713 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "require-dev": { "ext-gmp": "*", "ext-openssl": "*", - "ekino/phpstan-banned-code": "^1.0", + "ekino/phpstan-banned-code": "^1.0 || ^2.0", "infection/infection": "^0.28", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/extension-installer": "^1.3",