diff --git a/composer.json b/composer.json index 642c007..e8cea8f 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan": "^2.2.7", "phpunit/phpunit": "^11.5.56", "pyrech/composer-changelogs": "^2.2", - "rector/rector": "^2.5.8" + "rector/rector": "^2.5.9" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 08b4422..8904b2f 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": "31a385dd3e1c8e0ff9ce581d44597947", + "content-hash": "766abc14c25666877e4c041d09213d19", "packages": [ { "name": "czproject/git-php", @@ -3709,16 +3709,16 @@ }, { "name": "rector/rector", - "version": "2.5.8", + "version": "2.5.9", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "861c77fd2a6d45317a401f4e0b617f947e8b6f96" + "reference": "858b1fb95d94f658b54c01080bf7b6ae97274536" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/861c77fd2a6d45317a401f4e0b617f947e8b6f96", - "reference": "861c77fd2a6d45317a401f4e0b617f947e8b6f96", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/858b1fb95d94f658b54c01080bf7b6ae97274536", + "reference": "858b1fb95d94f658b54c01080bf7b6ae97274536", "shasum": "" }, "require": { @@ -3757,7 +3757,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.5.8" + "source": "https://github.com/rectorphp/rector/tree/2.5.9" }, "funding": [ { @@ -3765,7 +3765,7 @@ "type": "github" } ], - "time": "2026-07-27T06:19:16+00:00" + "time": "2026-07-30T22:10:00+00:00" }, { "name": "sebastian/cli-parser",