From bd896163370390c5b632f1d471768a9c692385c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:43:54 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v2.2.14 --- 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 332ac22e2f..d84c7b21cc 100644 --- a/api/composer.json +++ b/api/composer.json @@ -73,7 +73,7 @@ "phpspec/prophecy-phpunit": "2.4.0", "phpstan/phpstan": "2.1.33", "phpunit/phpunit": "12.5.2", - "rector/rector": "2.2.12", + "rector/rector": "2.2.14", "psalm/phar": "6.13.1", "spatie/phpunit-snapshot-assertions": "5.2.3", "symfony/browser-kit": "7.4.0", diff --git a/api/composer.lock b/api/composer.lock index 93287f6ee9..e6d0a3a341 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": "09d6955bad65bb836236f068d3440ae8", + "content-hash": "6b4349f878b0e0c5b5548cc835557030", "packages": [ { "name": "api-platform/doctrine-common", @@ -14398,16 +14398,16 @@ }, { "name": "rector/rector", - "version": "2.2.12", + "version": "2.2.14", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "894fcd51d6f9a9c8f37fd906e24e2026dcbdcc86" + "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/894fcd51d6f9a9c8f37fd906e24e2026dcbdcc86", - "reference": "894fcd51d6f9a9c8f37fd906e24e2026dcbdcc86", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/6d56bb0e94d4df4f57a78610550ac76ab403657d", + "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d", "shasum": "" }, "require": { @@ -14446,7 +14446,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.12" + "source": "https://github.com/rectorphp/rector/tree/2.2.14" }, "funding": [ { @@ -14454,7 +14454,7 @@ "type": "github" } ], - "time": "2025-12-08T23:51:40+00:00" + "time": "2025-12-09T10:57:55+00:00" }, { "name": "sebastian/cli-parser",