From bf7e194019d9b0d71311b173daba26441235a76c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 06:54:05 +0000 Subject: [PATCH] chore(deps): Update dependency rector/rector to v2.0.8 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index df804d1..85da85a 100644 --- a/composer.lock +++ b/composer.lock @@ -3204,21 +3204,21 @@ }, { "name": "rector/rector", - "version": "2.0.7", + "version": "2.0.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "e70d681f6a0c361a63e6825897cd97746436f015" + "reference": "3c70238bc677eb98866000a05b19a34f12955954" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/e70d681f6a0c361a63e6825897cd97746436f015", - "reference": "e70d681f6a0c361a63e6825897cd97746436f015", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/3c70238bc677eb98866000a05b19a34f12955954", + "reference": "3c70238bc677eb98866000a05b19a34f12955954", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.1" + "phpstan/phpstan": "^2.1.2" }, "conflict": { "rector/rector-doctrine": "*", @@ -3251,7 +3251,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.7" + "source": "https://github.com/rectorphp/rector/tree/2.0.8" }, "funding": [ { @@ -3259,7 +3259,7 @@ "type": "github" } ], - "time": "2025-01-19T09:41:28+00:00" + "time": "2025-02-06T14:02:49+00:00" }, { "name": "revolt/event-loop",