From 2a55cf54af9b0ad2e88f84a9cf76a98c1dd40ea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 06:05:11 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.12.8 to ^0.15.17 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/0.12.8...0.15.17) --- updated-dependencies: - dependency-name: rector/rector 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 e613f1b..972064d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "symfony/http-kernel": "^6.0", "thecodingmachine/safe": "^2.1", "nikic/php-parser": "^4.13", - "rector/rector": "^0.12.8" + "rector/rector": "^0.15.17" }, "require-dev": { "infection/infection": "^0.26",