From b844c318fb0d9f346bb79562405a31d9bcb8c738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 07:52:19 +0200 Subject: [PATCH] Update rector/rector requirement from ^0.12 to ^0.13 (#227) 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.0...0.13.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27c61399..7677964b 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,7 @@ "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.0", "qossmic/deptrac-shim": "^0.19", - "rector/rector": "^0.12", + "rector/rector": "^0.13", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "^6.0", "symfony/finder": "^6.0",