From dd25667aaa3bc51328633af299781a9e2572b318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:10:36 +0000 Subject: [PATCH] Update rector/rector requirement from 0.16.0 to 0.18.1 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.16.0...0.18.1) --- 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 53779e6..e72ba8e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ { "codeigniter4/devkit": "^1.0", "codeigniter4/framework": "^4", - "rector/rector": "0.16.0" + "rector/rector": "0.18.1" }, "minimum-stability": "dev", "prefer-stable": true,