From 1877e3f1096223c714c5b30c1d3c493692920481 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 5 Sep 2025 21:13:56 +0200 Subject: [PATCH] Update rector/rector to latest version --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index cbecaf4f6..2efed08f6 100644 --- a/composer.lock +++ b/composer.lock @@ -17790,16 +17790,16 @@ }, { "name": "rector/rector", - "version": "2.1.5", + "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "1cd6abfb5976fd4ed728d5b73ebd67c7c810cd88" + "reference": "729aabc0ec66e700ef164e26454a1357f222a2f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/1cd6abfb5976fd4ed728d5b73ebd67c7c810cd88", - "reference": "1cd6abfb5976fd4ed728d5b73ebd67c7c810cd88", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/729aabc0ec66e700ef164e26454a1357f222a2f3", + "reference": "729aabc0ec66e700ef164e26454a1357f222a2f3", "shasum": "" }, "require": { @@ -17838,7 +17838,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.1.5" + "source": "https://github.com/rectorphp/rector/tree/2.1.6" }, "funding": [ { @@ -17846,7 +17846,7 @@ "type": "github" } ], - "time": "2025-09-04T14:19:07+00:00" + "time": "2025-09-05T15:43:08+00:00" }, { "name": "sebastian/cli-parser",