From 362d67db6158b44bc8e10f5c0383a9026b948452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 05:15:34 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.12.8 to ^0.15.12 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.12) --- 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..53dd75b 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.12" }, "require-dev": { "infection/infection": "^0.26",