From e545d110e4c5e46594f3fec85837d746d6c57f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:14:40 +0000 Subject: [PATCH] Update driftingly/rector-laravel requirement from ^0.29.0 to ^1.2.0 Updates the requirements on [driftingly/rector-laravel](https://github.com/driftingly/rector-laravel) to permit the latest version. - [Release notes](https://github.com/driftingly/rector-laravel/releases) - [Commits](https://github.com/driftingly/rector-laravel/compare/0.29.0...1.2.0) --- updated-dependencies: - dependency-name: driftingly/rector-laravel 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 f89fdc56..292e28f4 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "orchestra/testbench": "^8.0", "nunomaduro/collision": "^7.0", "rector/rector": "^0.18.6", - "driftingly/rector-laravel": "^0.29.0", + "driftingly/rector-laravel": "^1.2.0", "pestphp/pest": "^2.0", "pestphp/pest-plugin-laravel": "^2.0" },