From 1dcc817afe5ee2ebfdf643a973ddfa63dd4ba102 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:31:12 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v1.2.9 --- 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 23aacafa1c..9aa2cd7921 100644 --- a/api/composer.json +++ b/api/composer.json @@ -59,7 +59,7 @@ "phpspec/prophecy-phpunit": "2.2", "phpstan/phpstan": "1.12.7", "phpunit/phpunit": "10.5.31", - "rector/rector": "1.2.8", + "rector/rector": "1.2.9", "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.1.6", "symfony/css-selector": "7.1.6", diff --git a/api/composer.lock b/api/composer.lock index cb45024072..b982bcc7c8 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": "d1a70b9d1262fc28463466c75105b40e", + "content-hash": "52a2ff6f31d2b0711262ac22049944e6", "packages": [ { "name": "api-platform/core", @@ -13218,16 +13218,16 @@ }, { "name": "rector/rector", - "version": "1.2.8", + "version": "1.2.9", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240" + "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/05755bf43617449c08ee8e50fb840c85ad3b1240", - "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/7923bd5e48f8c26a922df91f7174f5bca2b3671d", + "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d", "shasum": "" }, "require": { @@ -13265,7 +13265,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.8" + "source": "https://github.com/rectorphp/rector/tree/1.2.9" }, "funding": [ { @@ -13273,7 +13273,7 @@ "type": "github" } ], - "time": "2024-10-18T11:54:27+00:00" + "time": "2024-11-04T18:26:57+00:00" }, { "name": "sebastian/cli-parser",