From 58cfd09a2adaaa82d1c3bf0dc3bffb5fc38eca5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:33:24 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.7 to ^0.18.0 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.0) --- 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..9740262 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.0", "sulu/sulu": "2.5.*", "sulu/sulu-rector": "^0.1.3", "symfony/config": "^4.4 || ^5.0 || ^6.0",