From 87934e559a6b3e2a531380a3d90dd8768084dc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:27:20 +0000 Subject: [PATCH] Bump symplify/phpstan-rules from 14.2.5 to 14.2.7 Bumps [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) from 14.2.5 to 14.2.7. - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](https://github.com/symplify/phpstan-rules/compare/14.2.5...14.2.7) --- updated-dependencies: - dependency-name: symplify/phpstan-rules dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 88475cfd..71d16b17 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "staabm/phpstan-baseline-analysis": "0.13.1", "staabm/phpstan-dba": "0.3.3", "staabm/phpstan-todo-by": "0.2", - "symplify/phpstan-rules": "14.2.5", + "symplify/phpstan-rules": "14.2.7", "tomasvotruba/cognitive-complexity": "1.0", "tomasvotruba/type-coverage": "2.0.2", "tomasvotruba/unused-public": "2.0.0", diff --git a/composer.lock b/composer.lock index 58ec3b7a..9f381bc5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1a7f1f09af1a37e4628b8bf271745602", + "content-hash": "edd35e501d64f8a3c8e56ff1bec46d86", "packages": [ { "name": "beberlei/assert", @@ -1821,16 +1821,16 @@ }, { "name": "symplify/phpstan-rules", - "version": "14.2.5", + "version": "14.2.7", "source": { "type": "git", "url": "https://github.com/symplify/phpstan-rules.git", - "reference": "619dbf6994efce19d8671d060c8cbb575d31dfb8" + "reference": "c3ecd80987b75a2c01f9e11ebbf954b7cff5b24b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/619dbf6994efce19d8671d060c8cbb575d31dfb8", - "reference": "619dbf6994efce19d8671d060c8cbb575d31dfb8", + "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/c3ecd80987b75a2c01f9e11ebbf954b7cff5b24b", + "reference": "c3ecd80987b75a2c01f9e11ebbf954b7cff5b24b", "shasum": "" }, "require": { @@ -1862,7 +1862,7 @@ "description": "Set of Symplify rules for PHPStan", "support": { "issues": "https://github.com/symplify/phpstan-rules/issues", - "source": "https://github.com/symplify/phpstan-rules/tree/14.2.5" + "source": "https://github.com/symplify/phpstan-rules/tree/14.2.7" }, "funding": [ { @@ -1874,7 +1874,7 @@ "type": "github" } ], - "time": "2025-01-13T09:27:41+00:00" + "time": "2025-01-31T11:24:35+00:00" }, { "name": "tomasvotruba/cognitive-complexity",