From c53a2ced9356ef7a96a722e239e10084b021ed44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:58:49 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.21 to ^1.2.3 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.2.3) --- 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 34b5b08..9f45ce5 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.2.3", "driftingly/rector-laravel": "^0.17.0", "larastan/larastan": "^2.9", "pestphp/pest-plugin-type-coverage": "^2.8"