From 9293f61647f93982e11937ee22167f023aeed2d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:28:50 +0000 Subject: [PATCH] Update dependency rector/rector to ^2.5.5 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index edc8c0d..dee16d7 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan": "^2.2.5", "phpunit/phpunit": "^11.5.56", "pyrech/composer-changelogs": "^2.2", - "rector/rector": "^2.5.4" + "rector/rector": "^2.5.5" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 7861fd8..adca85d 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": "fc2b3e0cd8757d2abb859f621ad2e32a", + "content-hash": "735b2dc5f8a0a6eb830acc564c197873", "packages": [ { "name": "czproject/git-php", @@ -3709,16 +3709,16 @@ }, { "name": "rector/rector", - "version": "2.5.4", + "version": "2.5.5", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "adaa18d7cd6b3c960967cfbc98c03efb3116ac0e" + "reference": "9718a72e7f1aacacbdcb6eeed07a47147bce802e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/adaa18d7cd6b3c960967cfbc98c03efb3116ac0e", - "reference": "adaa18d7cd6b3c960967cfbc98c03efb3116ac0e", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/9718a72e7f1aacacbdcb6eeed07a47147bce802e", + "reference": "9718a72e7f1aacacbdcb6eeed07a47147bce802e", "shasum": "" }, "require": { @@ -3757,7 +3757,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.5.4" + "source": "https://github.com/rectorphp/rector/tree/2.5.5" }, "funding": [ { @@ -3765,7 +3765,7 @@ "type": "github" } ], - "time": "2026-07-06T12:41:46+00:00" + "time": "2026-07-09T09:48:44+00:00" }, { "name": "sebastian/cli-parser",