From c9683079c60f9fc8d5d7138ecb409e4b9792ff94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:51:18 +0000 Subject: [PATCH] Bump the phpstan group with 1 update 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.6.3...2.7.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 7927cfe..d4f56ac 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.1", "spaze/phpstan-disallowed-calls": "2.16.0", - "shipmonk/phpstan-rules": "2.6.3", + "shipmonk/phpstan-rules": "2.7.0", "phpstan/phpstan-phpunit": "1.3.14", "php-parallel-lint/php-parallel-lint": "1.3.2", "nepada/coding-standard": "7.11.0"