From 0157f8243346e36caee758800bfc8cdd5e71da08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:32:29 +0000 Subject: [PATCH] chore: Bump rector/rector from 2.2.3 to 2.2.5 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.2.3 to 2.2.5. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.2.3...2.2.5) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.2.5 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 8a2eae6..537f658 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "require-dev": { "phpstan/phpstan": "2.1.31", "phpunit/phpunit": "11.5.21", - "rector/rector": "2.2.3", + "rector/rector": "2.2.5", "symplify/easy-coding-standard": "12.6.0" }, "scripts": { diff --git a/composer.lock b/composer.lock index 94fe2c4..bf7b47a 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": "095fad2dedc01fda7b53d1144f47e383", + "content-hash": "4f408adc0b906b83a0366b7aa7fb2743", "packages": [ { "name": "beluga-php/docker-php", @@ -3091,16 +3091,16 @@ }, { "name": "rector/rector", - "version": "2.2.3", + "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d27f976a332a87b5d03553c2e6f04adbe5da034f" + "reference": "fb9418af7777dfb1c87a536dc58398b5b07c74b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d27f976a332a87b5d03553c2e6f04adbe5da034f", - "reference": "d27f976a332a87b5d03553c2e6f04adbe5da034f", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/fb9418af7777dfb1c87a536dc58398b5b07c74b9", + "reference": "fb9418af7777dfb1c87a536dc58398b5b07c74b9", "shasum": "" }, "require": { @@ -3139,7 +3139,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.3" + "source": "https://github.com/rectorphp/rector/tree/2.2.5" }, "funding": [ { @@ -3147,7 +3147,7 @@ "type": "github" } ], - "time": "2025-10-11T21:50:23+00:00" + "time": "2025-10-23T11:22:37+00:00" }, { "name": "sebastian/cli-parser",