From db62d4ed6f3933e12031f9f705fdd64fcf0af0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:52:54 +0000 Subject: [PATCH] Update rector/rector requirement from ~0.19.0 to ~1.0.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.19.0...1.0.1) --- 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 a05df3b..156eeb4 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": "^8.1", "cakephp/console": "^5.0", "nette/utils": "^3.2", - "rector/rector": "~0.19.0", + "rector/rector": "~1.0.1", "symfony/string": "^6.0 || ^7.0" }, "autoload": {