From 33f5fd9dfc434da46235e931ade1cbf2896c6251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:25:09 +0000 Subject: [PATCH] chore: Bump rector/rector from 2.1.6 to 2.1.7 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.1.6...2.1.7) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.1.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index ceeab96..dfbe238 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "phpstan/phpstan": "2.1.22", "phpunit/phpunit": "11.5.21", - "rector/rector": "2.1.6", + "rector/rector": "2.1.7", "symfony/http-client": "7.3.3", "symplify/easy-coding-standard": "12.5.24", "testcontainers/testcontainers": "1.0.3" diff --git a/composer.lock b/composer.lock index e8443bc..1bc3b40 100644 --- a/composer.lock +++ b/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": "49faa6f265369589b794084559dd3db5", + "content-hash": "31d0e8c8025b49ec677d87c6f464b008", "packages": [], "packages-dev": [ { @@ -2095,16 +2095,16 @@ }, { "name": "rector/rector", - "version": "2.1.6", + "version": "2.1.7", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "729aabc0ec66e700ef164e26454a1357f222a2f3" + "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/729aabc0ec66e700ef164e26454a1357f222a2f3", - "reference": "729aabc0ec66e700ef164e26454a1357f222a2f3", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/c34cc07c4698f007a20dc5c99ff820089ae413ce", + "reference": "c34cc07c4698f007a20dc5c99ff820089ae413ce", "shasum": "" }, "require": { @@ -2143,7 +2143,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.1.6" + "source": "https://github.com/rectorphp/rector/tree/2.1.7" }, "funding": [ { @@ -2151,7 +2151,7 @@ "type": "github" } ], - "time": "2025-09-05T15:43:08+00:00" + "time": "2025-09-10T11:13:58+00:00" }, { "name": "sebastian/cli-parser",