From 597f5f05afc78b1bce96074285e58917ca8c5dbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:39:14 +0000 Subject: [PATCH] chore(deps): Update dependency rector/rector to v2.0.9 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index d20fd96..d407df6 100644 --- a/composer.lock +++ b/composer.lock @@ -4646,21 +4646,21 @@ }, { "name": "rector/rector", - "version": "2.0.8", + "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3c70238bc677eb98866000a05b19a34f12955954" + "reference": "4393230e478c0006795770fe74c223b5c64ed68c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3c70238bc677eb98866000a05b19a34f12955954", - "reference": "3c70238bc677eb98866000a05b19a34f12955954", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/4393230e478c0006795770fe74c223b5c64ed68c", + "reference": "4393230e478c0006795770fe74c223b5c64ed68c", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.2" + "phpstan/phpstan": "^2.1.3" }, "conflict": { "rector/rector-doctrine": "*", @@ -4693,7 +4693,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.8" + "source": "https://github.com/rectorphp/rector/tree/2.0.9" }, "funding": [ { @@ -4701,7 +4701,7 @@ "type": "github" } ], - "time": "2025-02-06T14:02:49+00:00" + "time": "2025-02-10T08:14:01+00:00" }, { "name": "revolt/event-loop",