From e1bb9e8058a2a3139e842aebe6d96970f4904750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:58:18 +0000 Subject: [PATCH] Update shipmonk/phpstan-rules requirement in the phpstan group Updates the requirements on [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) to permit the latest version. Updates `shipmonk/phpstan-rules` to 3.2.0 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/3.1.0...3.2.0) --- updated-dependencies: - dependency-name: shipmonk/phpstan-rules dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 96f89e2..6a98499 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpunit/phpunit": "^8.5.21 || ^9.5.10", "phpstan/phpstan-strict-rules": "1.6.0", "spaze/phpstan-disallowed-calls": "3.4.0", - "shipmonk/phpstan-rules": "3.1.0", + "shipmonk/phpstan-rules": "3.2.0", "phpstan/phpstan-phpunit": "1.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "7.14.0",