From 35d4dc9b07ad4ba53c46ca49d7b97673f6cec039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 04:54:40 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.15.7 to ^0.17.13 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.17.13) --- 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..27f37fa 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.17.13", "sulu/sulu": "2.5.*", "sulu/sulu-rector": "^0.1.3", "symfony/config": "^4.4 || ^5.0 || ^6.0",