From f52febbfa6fcb151930a0e2c65c61e0cd952886a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:03:39 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.21 to ^1.1.1 Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.15.21...1.1.1) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51c5999..a029d10 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "nunomaduro/collision": "^7.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-laravel": "^2.0", - "rector/rector": "^0.15.21", + "rector/rector": "^1.1.1", "driftingly/rector-laravel": "^0.17.0" }, "extra": {