From 595568570386c6003a40172b97582b0741f996b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 22:12:37 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.14.6 || ^0.15.0 to ^0.14.6 || ^0.15.0 || ^0.16.0 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/commits/0.16.0) --- 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 ebf05a0..481093d 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.4", "psalm/plugin-laravel": "^1.6 || ^2.0", - "rector/rector": "^0.14.6 || ^0.15.0", + "rector/rector": "^0.14.6 || ^0.15.0 || ^0.16.0", "roave/security-advisories": "dev-latest", "spatie/pest-plugin-snapshots": "^1.1", "vimeo/psalm": "^4.29 || ^5.0"