From e482010d5146d3004efca9f54ce7264727475cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:00:09 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.7 || ^0.16.0 to ^0.15.7 || ^0.16.0 || ^0.17.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.17.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 33bf636a..0de13633 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,7 @@ "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5 || ^9.5", - "rector/rector": "^0.15.7 || ^0.16.0", + "rector/rector": "^0.15.7 || ^0.16.0 || ^0.17.0", "roave/security-advisories": "dev-latest", "spatie/phpunit-snapshot-assertions": "^3.0 || ^4.2", "symfony/mailer": "^5.4 || ^6.0",