From 740bcfe20131621e9da937749d85f65a0d4aff17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 09:01:42 +0000 Subject: [PATCH] Bump rector/rector from 0.13.9 to 0.13.10 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.13.9 to 0.13.10. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.13.9...0.13.10) --- 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 c5c64487..14da6d8c 100644 --- a/composer.lock +++ b/composer.lock @@ -1661,16 +1661,16 @@ }, { "name": "rector/rector", - "version": "0.13.9", + "version": "0.13.10", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d6319ec783876579b608840cdfe1d8b566c72f74" + "reference": "d1e069db8ad3b4aea2b968248370c21415e4c180" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d6319ec783876579b608840cdfe1d8b566c72f74", - "reference": "d6319ec783876579b608840cdfe1d8b566c72f74", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/d1e069db8ad3b4aea2b968248370c21415e4c180", + "reference": "d1e069db8ad3b4aea2b968248370c21415e4c180", "shasum": "" }, "require": { @@ -1709,7 +1709,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.13.9" + "source": "https://github.com/rectorphp/rector/tree/0.13.10" }, "funding": [ { @@ -1717,7 +1717,7 @@ "type": "github" } ], - "time": "2022-07-23T10:55:44+00:00" + "time": "2022-08-03T12:48:10+00:00" }, { "name": "sebastian/cli-parser",