diff --git a/composer.json b/composer.json index 412aa58a5f..2f7dd1870e 100644 --- a/composer.json +++ b/composer.json @@ -125,7 +125,7 @@ "phpstan/phpstan-deprecation-rules": "^2", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^13", - "rector/rector": "^2.3", + "rector/rector": "^2.5", "thecodingmachine/phpstan-safe-rule": "^1.4" }, "replace": { diff --git a/composer.lock b/composer.lock index d97a3bd03d..0497c8483a 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": "2761a59195a4020487b712ef70667f9f", + "content-hash": "7dabe0f05a3cd8e24077085ea9acc7bb", "packages": [ { "name": "bacon/bacon-qr-code", @@ -12266,21 +12266,21 @@ }, { "name": "rector/rector", - "version": "2.4.5", + "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c" + "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c", - "reference": "cbd86024be5014d3c14d9f0b3f7aae8ecbffd62c", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", + "reference": "34a9124ece04df818e6b4be4ecd0a4e23f4c0c64", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.56" + "phpstan/phpstan": "^2.2.2" }, "conflict": { "rector/rector-doctrine": "*", @@ -12314,7 +12314,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.4.5" + "source": "https://github.com/rectorphp/rector/tree/2.5.1" }, "funding": [ { @@ -12322,7 +12322,7 @@ "type": "github" } ], - "time": "2026-05-26T21:03:22+00:00" + "time": "2026-06-21T10:28:27+00:00" }, { "name": "sebastian/cli-parser",