From c716ef919346eae2de13bf31188f7f2283e8ff06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 04:56:51 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.7 to ^0.18.3 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.15.7...0.18.3) --- 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 91372b5..c580178 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "^8.1", "laminas/laminas-zendframework-bridge": "^1.4", - "rector/rector": "^0.15.7", + "rector/rector": "^0.18.3", "sulu/sulu": "2.5.*", "sulu/sulu-rector": "^0.1.3", "symfony/config": "^4.4 || ^5.0 || ^6.0",