From 6c01ede56d6d2a5bcbfa0c7dc924b1179107680e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:25:46 +0000 Subject: [PATCH] composer(deps-dev): bump symplify/phpstan-rules from 12.7.0 to 13.0.1 Bumps [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) from 12.7.0 to 13.0.1. - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](https://github.com/symplify/phpstan-rules/compare/12.7.0...13.0.1) --- updated-dependencies: - dependency-name: symplify/phpstan-rules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 8a630f71a..93c1c5c48 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "rector/rector": "^1.1.0", "squizlabs/php_codesniffer": "^3.10", "symfony/finder": "^6.4.8", - "symplify/phpstan-rules": "^12.7", + "symplify/phpstan-rules": "^13.0", "vimeo/psalm": "^5.26" }, "suggest": { diff --git a/composer.lock b/composer.lock index 95e79cd5d..0cbfb3b47 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": "5416fb836f64deea94929b2107ab58e4", + "content-hash": "e5fc1cdfaed3c7d87400be597fe33ae4", "packages": [ { "name": "dflydev/dot-access-data", @@ -1146,20 +1146,20 @@ }, { "name": "nette/utils", - "version": "v4.0.4", + "version": "v4.0.5", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", "shasum": "" }, "require": { - "php": ">=8.0 <8.4" + "php": "8.0 - 8.4" }, "conflict": { "nette/finder": "<3", @@ -1226,9 +1226,9 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.4" + "source": "https://github.com/nette/utils/tree/v4.0.5" }, - "time": "2024-01-17T16:50:36+00:00" + "time": "2024-08-07T15:39:19+00:00" }, { "name": "phpdocumentor/flyfinder", @@ -8033,16 +8033,16 @@ }, { "name": "symplify/phpstan-rules", - "version": "12.7.0", + "version": "13.0.1", "source": { "type": "git", "url": "https://github.com/symplify/phpstan-rules.git", - "reference": "14f506143ae7d6548da88326331cc536686e224f" + "reference": "c117396f4d7fe30704233c033244114e0fbea3f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/14f506143ae7d6548da88326331cc536686e224f", - "reference": "14f506143ae7d6548da88326331cc536686e224f", + "url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/c117396f4d7fe30704233c033244114e0fbea3f0", + "reference": "c117396f4d7fe30704233c033244114e0fbea3f0", "shasum": "" }, "require": { @@ -8071,7 +8071,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/12.7.0" + "source": "https://github.com/symplify/phpstan-rules/tree/13.0.1" }, "funding": [ { @@ -8083,7 +8083,7 @@ "type": "github" } ], - "time": "2024-05-25T15:32:40+00:00" + "time": "2024-08-23T09:02:23+00:00" }, { "name": "theseer/tokenizer",