From 264bd4efed37bb8536eeb0eb90fb3e3a3205fffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 03:57:33 +0000 Subject: [PATCH] Bump rector/rector from 0.15.25 to 0.16.0 Bumps [rector/rector](https://github.com/rectorphp/rector) from 0.15.25 to 0.16.0. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.15.25...0.16.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 5bcebb398..e95d422f7 100644 --- a/composer.json +++ b/composer.json @@ -129,7 +129,7 @@ "nunomaduro/larastan": "^2.5", "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0", - "rector/rector": "^0.15.19", + "rector/rector": "^0.16.0", "spatie/laravel-ignition": "^2.0" }, "suggest": { diff --git a/composer.lock b/composer.lock index f169d689a..46ebe3e91 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d929ff1b85ff9e7d8b5c8ca237439a38", + "content-hash": "03e6a3b526687c49fdeb9f3916fb0ad2", "packages": [ { "name": "aharen/omdbapi", @@ -16361,16 +16361,16 @@ }, { "name": "rector/rector", - "version": "0.15.25", + "version": "0.16.0", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "015935c7ed9e48a4f5895ba974f337e20a263841" + "reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/015935c7ed9e48a4f5895ba974f337e20a263841", - "reference": "015935c7ed9e48a4f5895ba974f337e20a263841", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/2125ff71ea05b079562a8f59ca48a97eb78dc07f", + "reference": "2125ff71ea05b079562a8f59ca48a97eb78dc07f", "shasum": "" }, "require": { @@ -16410,7 +16410,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.25" + "source": "https://github.com/rectorphp/rector/tree/0.16.0" }, "funding": [ { @@ -16418,7 +16418,7 @@ "type": "github" } ], - "time": "2023-04-20T16:07:39+00:00" + "time": "2023-05-05T12:12:17+00:00" }, { "name": "sebastian/cli-parser",