diff --git a/composer.lock b/composer.lock index bf965b7158c..94ba59bdb63 100644 --- a/composer.lock +++ b/composer.lock @@ -5591,21 +5591,21 @@ }, { "name": "rector/rector", - "version": "2.0.5", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "f3354fbbdbeb090a53f5260fa5841d373540a831" + "reference": "fa0cb009dc3df084bf549032ae4080a0481a2036" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/f3354fbbdbeb090a53f5260fa5841d373540a831", - "reference": "f3354fbbdbeb090a53f5260fa5841d373540a831", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/fa0cb009dc3df084bf549032ae4080a0481a2036", + "reference": "fa0cb009dc3df084bf549032ae4080a0481a2036", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.0" + "phpstan/phpstan": "^2.1.1" }, "conflict": { "rector/rector-doctrine": "*", @@ -5638,7 +5638,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.5" + "source": "https://github.com/rectorphp/rector/tree/2.0.6" }, "funding": [ { @@ -5646,7 +5646,7 @@ "type": "github" } ], - "time": "2024-12-31T13:11:55+00:00" + "time": "2025-01-06T10:38:36+00:00" }, { "name": "sebastian/cli-parser",