From 00e7963ff45340278a71527a588c7abb13dd4164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 21:08:03 +0000 Subject: [PATCH] Bump rector/rector from 0.11.59 to 0.11.60 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.11.59 to 0.11.60. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.11.59...0.11.60) --- 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 6877f85..2dbd464 100644 --- a/composer.lock +++ b/composer.lock @@ -2738,16 +2738,16 @@ }, { "name": "rector/rector", - "version": "0.11.59", + "version": "0.11.60", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "5ae5c75ec54697ff19de987f249e68513e899b8a" + "reference": "428f593818f8c50fe12c543e8c0a107f9bd899ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/5ae5c75ec54697ff19de987f249e68513e899b8a", - "reference": "5ae5c75ec54697ff19de987f249e68513e899b8a", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/428f593818f8c50fe12c543e8c0a107f9bd899ae", + "reference": "428f593818f8c50fe12c543e8c0a107f9bd899ae", "shasum": "" }, "require": { @@ -2787,7 +2787,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.59" + "source": "https://github.com/rectorphp/rector/tree/0.11.60" }, "funding": [ { @@ -2795,7 +2795,7 @@ "type": "github" } ], - "time": "2021-10-19T10:08:27+00:00" + "time": "2021-10-20T13:08:22+00:00" }, { "name": "sebastian/cli-parser",