From 24f0955cc38a956b79d8e8980a37cc25844aa502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:25:54 +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.1.0 - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/3.0.0...3.1.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 f06ff38..f3fbc00 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.0.0", + "shipmonk/phpstan-rules": "3.1.0", "phpstan/phpstan-phpunit": "1.4.0", "php-parallel-lint/php-parallel-lint": "1.4.0", "nepada/coding-standard": "7.14.0",