From 5bf9c3c10fa8982a61ed61cf4c0f1957ada4b89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:26:45 +0000 Subject: [PATCH] composer(deps-dev): bump rector/rector from 1.0.0 to 1.0.1 Bumps [rector/rector](https://github.com/rectorphp/rector) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 7dfcdef6..4305c076 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "phpunit/phpunit": "^10.5.10", "psalm/plugin-laravel": "^2.8.0", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~1.0.0", + "rector/rector": "~1.0.1", "spatie/laravel-ignition": "^2.4.2", "vimeo/psalm": "^5.22.1" }, diff --git a/composer.lock b/composer.lock index 80b00689..89f53806 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": "8ccf324e900f76ec244909eef8462100", + "content-hash": "3fb8858c45c1985abc96f41f32ee692d", "packages": [ { "name": "brick/math", @@ -9508,21 +9508,21 @@ }, { "name": "rector/rector", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6" + "reference": "258b775511e62a7188f8ce114d44acaf244d9a7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/362258a1f6369fc88d02d469a5478d220f78b0e6", - "reference": "362258a1f6369fc88d02d469a5478d220f78b0e6", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/258b775511e62a7188f8ce114d44acaf244d9a7d", + "reference": "258b775511e62a7188f8ce114d44acaf244d9a7d", "shasum": "" }, "require": { "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.10.56" + "phpstan/phpstan": "^1.10.57" }, "conflict": { "rector/rector-doctrine": "*", @@ -9552,7 +9552,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.0.0" + "source": "https://github.com/rectorphp/rector/tree/1.0.1" }, "funding": [ { @@ -9560,7 +9560,7 @@ "type": "github" } ], - "time": "2024-02-06T13:38:07+00:00" + "time": "2024-02-16T07:53:23+00:00" }, { "name": "sanmai/later",