diff --git a/composer.json b/composer.json index 55b70f05..118ccab5 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpstan/phpstan-phpunit": "^2.0.11", "phpstan/phpstan-strict-rules": "^2.0.7", "phpunit/phpunit": "^9.6.19", - "rector/rector": "^2.2.14", + "rector/rector": "^2.3.0", "symfony/filesystem": "^5.4.45", "symfony/finder": "^5.4.45" }, diff --git a/composer.lock b/composer.lock index 8937a32e..ffc0d260 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": "87b5eb3a047ddf948d5b7c47f9d12b50", + "content-hash": "821bd026f7316bb43f1be1b10758b9f8", "packages": [], "packages-dev": [ { @@ -3729,16 +3729,16 @@ }, { "name": "rector/rector", - "version": "2.2.14", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d" + "reference": "f7166355dcf47482f27be59169b0825995f51c7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/6d56bb0e94d4df4f57a78610550ac76ab403657d", - "reference": "6d56bb0e94d4df4f57a78610550ac76ab403657d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/f7166355dcf47482f27be59169b0825995f51c7d", + "reference": "f7166355dcf47482f27be59169b0825995f51c7d", "shasum": "" }, "require": { @@ -3777,7 +3777,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.2.14" + "source": "https://github.com/rectorphp/rector/tree/2.3.0" }, "funding": [ { @@ -3785,7 +3785,7 @@ "type": "github" } ], - "time": "2025-12-09T10:57:55+00:00" + "time": "2025-12-25T22:00:18+00:00" }, { "name": "sanmai/later", @@ -6772,5 +6772,5 @@ "platform-overrides": { "php": "7.4.33" }, - "plugin-api-version": "2.9.0" + "plugin-api-version": "2.6.0" }