From 5d69ecc8c7198dceb48e00ee339902f38ca6521f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 04:14:53 +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 bf3efb6e..20a427b1 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,7 @@ "doctrine/doctrine-bundle": "^2.12", "doctrine/orm": "^2.14|^3.0", "doctrine/persistence": "^3.1", - "ekino/phpstan-banned-code": "^1.0", + "ekino/phpstan-banned-code": "^1.0 || ^2.0", "infection/infection": "^0.29", "matthiasnoback/symfony-dependency-injection-test": "^5.1", "php-parallel-lint/php-parallel-lint": "^1.3",