From 9efe66dcd5a6791761e79f0c6d94550a82c4ee9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 04:11:33 +0000 Subject: [PATCH] Update ekino/phpstan-banned-code requirement from ^1.0 to ^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:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32f47be..3f065d8 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^8.1", "composer-plugin-api": "^2.2", - "ekino/phpstan-banned-code": "^1.0", + "ekino/phpstan-banned-code": "^2.0", "friendsofphp/php-cs-fixer": "3.48", "phpmd/phpmd": "^2.15", "phpro/grumphp": "^2.4",