From 94f1df1a4ba989326537ff547571dd334c45484c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:08:00 +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.9.0...2.9.1) --- 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 874c0d7..4b16739 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/phpstan-phpunit": "1.3.14", "phpstan/phpstan-strict-rules": "1.5.1", "spaze/phpstan-disallowed-calls": "2.16.0", - "shipmonk/phpstan-rules": "2.9.0", + "shipmonk/phpstan-rules": "2.9.1", "phpunit/phpunit": "^8.5.21 || ^9.5.10" }, "autoload": {