diff --git a/composer.json b/composer.json index 2ff1410..483648c 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan": "^2.2.4", "phpunit/phpunit": "^11.5.55", "pyrech/composer-changelogs": "^2.2", - "rector/rector": "^2.5.2" + "rector/rector": "^2.5.3" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index a11a8bd..966d1e9 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": "6c46813eb0c3986ed961f1974d43876b", + "content-hash": "23f3b762ca340b28bf66d8a2c91a3415", "packages": [ { "name": "czproject/git-php", @@ -3725,16 +3725,16 @@ }, { "name": "rector/rector", - "version": "2.5.2", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24" + "reference": "3d3577ad88d70d9f8dccd0a4c2f75bf13d6268e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/49ff6339174bdbdf50b0b35ecbcff14a05ac9e24", - "reference": "49ff6339174bdbdf50b0b35ecbcff14a05ac9e24", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/3d3577ad88d70d9f8dccd0a4c2f75bf13d6268e6", + "reference": "3d3577ad88d70d9f8dccd0a4c2f75bf13d6268e6", "shasum": "" }, "require": { @@ -3773,7 +3773,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.5.2" + "source": "https://github.com/rectorphp/rector/tree/2.5.3" }, "funding": [ { @@ -3781,7 +3781,7 @@ "type": "github" } ], - "time": "2026-06-22T11:39:33+00:00" + "time": "2026-07-05T01:32:08+00:00" }, { "name": "sebastian/cli-parser",