From 985189c31411759bce6ffc164b5459674938761a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 21:08:39 +0000 Subject: [PATCH] Bump rector/rector from 0.11.40 to 0.11.42 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.11.40 to 0.11.42. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.11.40...0.11.42) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 099be6c..11c3aee 100644 --- a/composer.lock +++ b/composer.lock @@ -2070,16 +2070,16 @@ }, { "name": "rector/rector", - "version": "0.11.40", + "version": "0.11.42", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "7b92aa73fab4c66371e8577e98f3e2168b16f69f" + "reference": "3bcd73b480947aad39a832578fa95dc039206dac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7b92aa73fab4c66371e8577e98f3e2168b16f69f", - "reference": "7b92aa73fab4c66371e8577e98f3e2168b16f69f", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/3bcd73b480947aad39a832578fa95dc039206dac", + "reference": "3bcd73b480947aad39a832578fa95dc039206dac", "shasum": "" }, "require": { @@ -2117,7 +2117,7 @@ "description": "Prefixed and PHP 7.1 downgraded version of rector/rector", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.11.40" + "source": "https://github.com/rectorphp/rector/tree/0.11.42" }, "funding": [ { @@ -2125,7 +2125,7 @@ "type": "github" } ], - "time": "2021-07-25T12:41:49+00:00" + "time": "2021-08-02T20:05:35+00:00" }, { "name": "sebastian/cli-parser",