From 8a69cc8fa4c10b3140e992b526a0e4ccad186f04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 04:24:42 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.9.3 to ^0.9.3 || ^0.11.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.9.3...0.11.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index afff116a..938a7f27 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpcov": "^8.0", "phpunit/phpunit": "^9.0", - "rector/rector": "^0.9.3", + "rector/rector": "^0.9.3 || ^0.11.0", "symfony/browser-kit": "^5.0", "symfony/dom-crawler": "^5.0", "symfony/expression-language": "^5.0",