From e2c6b99db9d152fbfc42eb9044ebf9b922a6458e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:41:24 +0000 Subject: [PATCH] chore(deps-dev): update driftingly/rector-laravel requirement 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/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: driftingly/rector-laravel dependency-version: 2.4.0 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 c7272395..3f3d7d66 100644 --- a/composer.json +++ b/composer.json @@ -91,7 +91,7 @@ } }, "require-dev": { - "driftingly/rector-laravel": "^2.3", + "driftingly/rector-laravel": "^2.4", "laravel/pint": "^v1.29.1", "pestphp/pest": "^v3.8.2", "pestphp/pest-plugin-type-coverage": "^3.6",