From a974e0c9719d77c7e6315178dbfa69e60db9f657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:08:12 +0200 Subject: [PATCH] Bump shipmonk/phpstan-rules from 2.7.0 to 2.9.1 (#66) Bumps [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) from 2.7.0 to 2.9.1. - [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases) - [Commits](https://github.com/shipmonk-rnd/phpstan-rules/compare/2.7.0...2.9.1) --- updated-dependencies: - dependency-name: shipmonk/phpstan-rules dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 5a8fdcf..dd2ef7b 100644 --- a/composer.lock +++ b/composer.lock @@ -4491,16 +4491,16 @@ }, { "name": "shipmonk/phpstan-rules", - "version": "2.7.0", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/shipmonk-rnd/phpstan-rules.git", - "reference": "c6f845aa474855cb37b00ec759d103c8f344c302" + "reference": "a566cfdb4567a3627d9a85c7b0da94a3074775af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shipmonk-rnd/phpstan-rules/zipball/c6f845aa474855cb37b00ec759d103c8f344c302", - "reference": "c6f845aa474855cb37b00ec759d103c8f344c302", + "url": "https://api.github.com/repos/shipmonk-rnd/phpstan-rules/zipball/a566cfdb4567a3627d9a85c7b0da94a3074775af", + "reference": "a566cfdb4567a3627d9a85c7b0da94a3074775af", "shasum": "" }, "require": { @@ -4515,7 +4515,7 @@ "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.2.3", "phpunit/phpunit": "^9.5.20", - "shipmonk/name-collision-detector": "^1.0.0", + "shipmonk/name-collision-detector": "^2.0.0", "slevomat/coding-standard": "^8.0.1" }, "type": "phpstan-extension", @@ -4542,9 +4542,9 @@ ], "support": { "issues": "https://github.com/shipmonk-rnd/phpstan-rules/issues", - "source": "https://github.com/shipmonk-rnd/phpstan-rules/tree/2.7.0" + "source": "https://github.com/shipmonk-rnd/phpstan-rules/tree/2.9.1" }, - "time": "2023-08-24T13:07:01+00:00" + "time": "2023-09-26T12:55:42+00:00" }, { "name": "slevomat/coding-standard",