From e07ad6063066336e47a7ff77194bdeb75e07ea6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 15:29:46 +0000 Subject: [PATCH] Update dependency rector/rector to v2.2.1 --- api/composer.json | 2 +- api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.json b/api/composer.json index f4485a8c5d..73c70908a7 100644 --- a/api/composer.json +++ b/api/composer.json @@ -73,7 +73,7 @@ "phpspec/prophecy-phpunit": "2.4.0", "phpstan/phpstan": "2.1.30", "phpunit/phpunit": "12.4.0", - "rector/rector": "2.2.0", + "rector/rector": "2.2.1", "psalm/phar": "6.13.1", "spatie/phpunit-snapshot-assertions": "5.2.2", "symfony/browser-kit": "7.3.2", diff --git a/api/composer.lock b/api/composer.lock index 732d60f372..2cc45f2ea2 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "42bb2dc2b0e5d7e3707e757c779bdf8c", + "content-hash": "920ca605766040121022fe0615372c44", "packages": [ { "name": "api-platform/doctrine-common", @@ -14181,16 +14181,16 @@ }, { "name": "rector/rector", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae" + "reference": "e1aaf3061e9ae9342ed0824865e3a3360defddeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/3c5a641c39f2def0c93d36df118fb2e75cfc2aae", - "reference": "3c5a641c39f2def0c93d36df118fb2e75cfc2aae", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/e1aaf3061e9ae9342ed0824865e3a3360defddeb", + "reference": "e1aaf3061e9ae9342ed0824865e3a3360defddeb", "shasum": "" }, "require": { @@ -14229,7 +14229,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.0" + "source": "https://github.com/rectorphp/rector/tree/2.2.1" }, "funding": [ { @@ -14237,7 +14237,7 @@ "type": "github" } ], - "time": "2025-10-06T12:18:16+00:00" + "time": "2025-10-06T21:25:14+00:00" }, { "name": "sebastian/cli-parser",