From acfedbbaeb0293b9c50d27339529a68f32e9b9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:40:47 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.12.20 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.12.20...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 6c63da89cc4..7433c8d263f 100644 --- a/composer.json +++ b/composer.json @@ -216,7 +216,7 @@ "polishsymfonycommunity/symfony-mocker-container": "^1.0", "psalm/plugin-mockery": "0.11.0", "psr/event-dispatcher": "^1.0", - "rector/rector": "^0.12.20", + "rector/rector": "^0.15.19", "stripe/stripe-php": "^10.2", "sylius-labs/coding-standard": "^4.2", "symfony/browser-kit": "^5.4 || ^6.0",