From 4927857220a9f24f0560fba0c6a61b44a4a013ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:00:42 +0000 Subject: [PATCH] build(deps-dev): update rector/rector requirement 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.15.2...0.18.3) --- 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 075f3b1..60b5b18 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/phpstan": "^1.9", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.15.2", + "rector/rector": "^0.18.3", "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^6", "thecodingmachine/phpstan-safe-rule": "^1.2"