From 28324e6702ae62ab14708e465ba5ac06789dadb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:24:14 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v2.3.0 --- 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 ee7292fd08..264c49bed2 100644 --- a/api/composer.json +++ b/api/composer.json @@ -72,7 +72,7 @@ "php-coveralls/php-coveralls": "2.9.1", "phpstan/phpstan": "2.1.33", "phpunit/phpunit": "12.5.4", - "rector/rector": "2.2.14", + "rector/rector": "2.3.0", "psalm/phar": "6.14.3", "spatie/phpunit-snapshot-assertions": "5.2.3", "symfony/browser-kit": "7.4.3", diff --git a/api/composer.lock b/api/composer.lock index ef2ca38bfe..daa7a5d98e 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": "999d4de4f9b143d34c7d0e0079a14038", + "content-hash": "663a30b11b58d504aa43a8c94b604c62", "packages": [ { "name": "api-platform/doctrine-common", @@ -14027,16 +14027,16 @@ }, { "name": "rector/rector", - "version": "2.2.14", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d" + "reference": "f7166355dcf47482f27be59169b0825995f51c7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/6d56bb0e94d4df4f57a78610550ac76ab403657d", - "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f7166355dcf47482f27be59169b0825995f51c7d", + "reference": "f7166355dcf47482f27be59169b0825995f51c7d", "shasum": "" }, "require": { @@ -14075,7 +14075,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.14" + "source": "https://github.com/rectorphp/rector/tree/2.3.0" }, "funding": [ { @@ -14083,7 +14083,7 @@ "type": "github" } ], - "time": "2025-12-09T10:57:55+00:00" + "time": "2025-12-25T22:00:18+00:00" }, { "name": "sebastian/cli-parser",