From 7dcd4d5d3ead683ca2451c57cd7025b22d0fd893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:29:55 +0500 Subject: [PATCH] Bump rector/rector from 1.2.7 to 1.2.8 (#377) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 63daebd..b57699a 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "nunomaduro/collision": "^8.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^11.0.1", - "rector/rector": "1.2.7", + "rector/rector": "1.2.8", "spatie/laravel-ignition": "^2.5" }, "autoload": { diff --git a/composer.lock b/composer.lock index 8aa9f7a..1c96f9a 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": "3e0b1bffd27e8068680529f9561c8178", + "content-hash": "f4e3d76649f779566c3fa185988f815e", "packages": [ { "name": "brick/math", @@ -7868,16 +7868,16 @@ }, { "name": "rector/rector", - "version": "1.2.7", + "version": "1.2.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "5b33bdd871895276e2c18e5410a4a57df9233ee0" + "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/5b33bdd871895276e2c18e5410a4a57df9233ee0", - "reference": "5b33bdd871895276e2c18e5410a4a57df9233ee0", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/05755bf43617449c08ee8e50fb840c85ad3b1240", + "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240", "shasum": "" }, "require": { @@ -7915,7 +7915,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.7" + "source": "https://github.com/rectorphp/rector/tree/1.2.8" }, "funding": [ { @@ -7923,7 +7923,7 @@ "type": "github" } ], - "time": "2024-10-12T11:12:46+00:00" + "time": "2024-10-18T11:54:27+00:00" }, { "name": "sebastian/cli-parser",