From 7c1edf701eb8ca2774d146bc085b4cf89ae1e04f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 04:19:23 +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.6) --- 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..2745f97 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.6", "spatie/phpunit-snapshot-assertions": "^4.2", "symfony/var-dumper": "^6", "thecodingmachine/phpstan-safe-rule": "^1.2"