From 5293c09026e9e0e46b80c6d3efafd3d24d650c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:23:33 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.13.5 to ^0.15.19 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.13.5...0.15.19) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1a67e3a90..48b41ad68 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "symfony/workflow": "^5.4 || ^6.0", "twig/twig": "^2.12 || ^3.0", "vimeo/psalm": "^4.22", - "rector/rector": "^0.13.5" + "rector/rector": "^0.15.19" }, "suggest": { "doctrine/orm": "^2.5",