From 90a3352eb888d4e521148bc7d370535bb241addd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:28:56 +0100 Subject: [PATCH] [TASK] Update rector/rector to v2.0.4 (#677) | datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | packagist | rector/rector | 2.0.3 | 2.0.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index ffa867b8..27f6aa92 100644 --- a/composer.lock +++ b/composer.lock @@ -6496,21 +6496,21 @@ }, { "name": "rector/rector", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3f27091368bd935dbbaa8387099792fb20f65f68" + "reference": "df5de7b80deced1ea7f719a0b4d02e4aee87dd21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3f27091368bd935dbbaa8387099792fb20f65f68", - "reference": "3f27091368bd935dbbaa8387099792fb20f65f68", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/df5de7b80deced1ea7f719a0b4d02e4aee87dd21", + "reference": "df5de7b80deced1ea7f719a0b4d02e4aee87dd21", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.0.1" + "phpstan/phpstan": "^2.0.4" }, "conflict": { "rector/rector-doctrine": "*", @@ -6543,7 +6543,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.3" + "source": "https://github.com/rectorphp/rector/tree/2.0.4" }, "funding": [ { @@ -6551,7 +6551,7 @@ "type": "github" } ], - "time": "2024-12-12T15:22:19+00:00" + "time": "2024-12-26T23:06:19+00:00" }, { "name": "sebastian/cli-parser",