From 15d1bb6d7fae4838db5e7f15d2a3f6d9251b73b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:58:37 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.14.6 to ^0.15.21 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.14.6...0.15.21) --- 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 810d38d..ecdfd0e 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "phpstan/phpstan-webmozart-assert": "^1.1", "phpunit/phpunit": "^8.5", "polishsymfonycommunity/symfony-mocker-container": "^1.0", - "rector/rector": "^0.14.6", + "rector/rector": "^0.15.21", "stripe/stripe-php": "^6.43", "sylius-labs/coding-standard": "^4.0", "symfony/browser-kit": "^5.4 || ^6.0",