From ec80578bd1310d27b15b2844a3cdbaa38b326508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:05:01 +0000 Subject: [PATCH] Update ergebnis/phpstan-rules requirement from ^1.0 to ^2.2 Updates the requirements on [ergebnis/phpstan-rules](https://github.com/ergebnis/phpstan-rules) to permit the latest version. - [Release notes](https://github.com/ergebnis/phpstan-rules/releases) - [Changelog](https://github.com/ergebnis/phpstan-rules/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/phpstan-rules/compare/1.0.0...2.2.0) --- updated-dependencies: - dependency-name: ergebnis/phpstan-rules 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 33c2030..643b87b 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require-dev": { "driftingly/rector-laravel": "^0.26.0", - "ergebnis/phpstan-rules": "^1.0", + "ergebnis/phpstan-rules": "^2.2", "infection/infection": "^0.27", "orchestra/testbench": "^8.5", "phpstan/phpstan": "^1.10",