From 43d8e5ae259850f3225d48befb304810c430fa99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:29:53 +0000 Subject: [PATCH] Bump rector/rector from 2.0.5 to 2.0.6 Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/2.0.5...2.0.6) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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",