From 0f3bbf77f1b4e7ce78c244e96dccafc1473bdb2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:07:49 +0000 Subject: [PATCH] chore(deps): Update dependency rector/rector to v2.0.10 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 2b6ee39..8d130ed 100644 --- a/composer.lock +++ b/composer.lock @@ -4640,21 +4640,21 @@ }, { "name": "rector/rector", - "version": "2.0.9", + "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "4393230e478c0006795770fe74c223b5c64ed68c" + "reference": "5844a718acb40f40afcd110394270afa55509fd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/4393230e478c0006795770fe74c223b5c64ed68c", - "reference": "4393230e478c0006795770fe74c223b5c64ed68c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/5844a718acb40f40afcd110394270afa55509fd0", + "reference": "5844a718acb40f40afcd110394270afa55509fd0", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.3" + "phpstan/phpstan": "^2.1.6" }, "conflict": { "rector/rector-doctrine": "*", @@ -4687,7 +4687,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.9" + "source": "https://github.com/rectorphp/rector/tree/2.0.10" }, "funding": [ { @@ -4695,7 +4695,7 @@ "type": "github" } ], - "time": "2025-02-10T08:14:01+00:00" + "time": "2025-03-03T17:35:18+00:00" }, { "name": "revolt/event-loop",