From 9dab6dbeb5a0f1afda797ebc59da470da4c2ec55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:12:05 +0000 Subject: [PATCH] Update shipmonk/phpstan-rules requirement from 2.2.0 to 2.3.1 Updates the requirements on [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version. - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.2.0...2.3.1) --- updated-dependencies: - dependency-name: shipmonk/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 bbf6b55..d4d5250 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpunit/phpunit": "^8.5.21 || ^9.5.10", "phpstan/phpstan-strict-rules": "1.5.0", "spaze/phpstan-disallowed-calls": "2.11.6", - "shipmonk/phpstan-rules": "2.2.0", + "shipmonk/phpstan-rules": "2.3.1", "phpstan/phpstan-phpunit": "1.3.9", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.6.0"