From df0f41c3221e178518b53d277664ab34bfa7777d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:53:03 +0000 Subject: [PATCH] Update rector/rector requirement from 2.0.3 to 2.0.5 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/compare/2.0.3...2.0.5) --- 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 9be8b4e..38ca7fc 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpunit/php-code-coverage": "^11.0", "phpunit/phpunit": "^11.0", - "rector/rector": "2.0.3", + "rector/rector": "2.0.5", "roave/security-advisories": "dev-latest" }, "autoload": {