From 66b199f6cd7d2618b8a164ebffdba3791788edfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:41:58 +0000 Subject: [PATCH] [TASK] Update rector/rector to v2.0.3 | datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | packagist | rector/rector | 2.0.0 | 2.0.3 | --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index d568df53..37c2c73e 100644 --- a/composer.lock +++ b/composer.lock @@ -6496,16 +6496,16 @@ }, { "name": "rector/rector", - "version": "2.0.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "121229164344175d94e53c319628257fe17787c4" + "reference": "3f27091368bd935dbbaa8387099792fb20f65f68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/121229164344175d94e53c319628257fe17787c4", - "reference": "121229164344175d94e53c319628257fe17787c4", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/3f27091368bd935dbbaa8387099792fb20f65f68", + "reference": "3f27091368bd935dbbaa8387099792fb20f65f68", "shasum": "" }, "require": { @@ -6543,7 +6543,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.0" + "source": "https://github.com/rectorphp/rector/tree/2.0.3" }, "funding": [ { @@ -6551,7 +6551,7 @@ "type": "github" } ], - "time": "2024-12-12T09:41:12+00:00" + "time": "2024-12-12T15:22:19+00:00" }, { "name": "sebastian/cli-parser",