From 2a961343b6fe5c0adf7c89b19ab66d93491c33a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:17:49 +0000 Subject: [PATCH] chore(deps): update dependency rector/rector to v1.2.10 --- 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 8b683f0820..1ab1f1bb39 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.9", + "rector/rector": "1.2.10", "psalm/phar": "5.26.1", "spatie/phpunit-snapshot-assertions": "5.1.6", "symfony/browser-kit": "7.1.6", diff --git a/api/composer.lock b/api/composer.lock index 5763e86ac6..adf16c9fd4 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": "85bf56b53cddc6d878289653aff50026", + "content-hash": "d7bf5befa8be1aca794d2e2660217637", "packages": [ { "name": "api-platform/core", @@ -12909,16 +12909,16 @@ }, { "name": "rector/rector", - "version": "1.2.9", + "version": "1.2.10", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d" + "reference": "40f9cf38c05296bd32f444121336a521a293fa61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7923bd5e48f8c26a922df91f7174f5bca2b3671d", - "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61", + "reference": "40f9cf38c05296bd32f444121336a521a293fa61", "shasum": "" }, "require": { @@ -12956,7 +12956,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.9" + "source": "https://github.com/rectorphp/rector/tree/1.2.10" }, "funding": [ { @@ -12964,7 +12964,7 @@ "type": "github" } ], - "time": "2024-11-04T18:26:57+00:00" + "time": "2024-11-08T13:59:10+00:00" }, { "name": "sebastian/cli-parser",