From 15df15a4f18f329f6eddb096f6df4208e4f00638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 06:04:49 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.12.8 to ^0.15.19 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.19) --- 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..369a763 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.19" }, "require-dev": { "infection/infection": "^0.26",