diff --git a/composer.json b/composer.json index 904574b..a58235b 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan": "^2.2.2", "phpunit/phpunit": "^11.5.55", "pyrech/composer-changelogs": "^2.2", - "rector/rector": "^2.5.0" + "rector/rector": "^2.5.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index f1944a4..c3567a1 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": "98f1a11fc1954a70354fd9f97e830557", + "content-hash": "3a8733b8c6e19f9b7ed289bbb7a707a6", "packages": [ { "name": "czproject/git-php", @@ -3725,16 +3725,16 @@ }, { "name": "rector/rector", - "version": "2.5.0", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7526beadb3da0b88cfa9e8290d74944799d1f3a4" + "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7526beadb3da0b88cfa9e8290d74944799d1f3a4", - "reference": "7526beadb3da0b88cfa9e8290d74944799d1f3a4", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", + "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", "shasum": "" }, "require": { @@ -3773,7 +3773,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.5.0" + "source": "https://github.com/rectorphp/rector/tree/2.5.1" }, "funding": [ { @@ -3781,7 +3781,7 @@ "type": "github" } ], - "time": "2026-06-20T17:02:36+00:00" + "time": "2026-06-21T10:28:27+00:00" }, { "name": "sebastian/cli-parser",