From e950ebc6e116b5757503473a993bda63842c512a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 04:21:51 +0000 Subject: [PATCH] chore(deps): 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/0.14.1...0.15.0) --- updated-dependencies: - dependency-name: driftingly/rector-laravel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dad996a..7761bd3 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "barryvdh/laravel-debugbar": "^3.7", "barryvdh/laravel-ide-helper": "^2.12", "brianium/paratest": "^6.6", - "driftingly/rector-laravel": "^0.14.1", + "driftingly/rector-laravel": "^0.15.0", "ergebnis/phpstan-rules": "^1.0", "graham-campbell/analyzer": "^3.1", "illuminate/contracts": "^8.0|^9.0",