From f5c0c4704966ad6e169568837bb9e622ebdb33e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 05:05:21 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.7 to ^0.18.2 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.2) --- 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..1884178 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.2", "sulu/sulu": "2.5.*", "sulu/sulu-rector": "^0.1.3", "symfony/config": "^4.4 || ^5.0 || ^6.0",