From aa29fad10899cd2ee4f9a4c968645418ba4aa942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 21:05:31 +0000 Subject: [PATCH] build(deps-dev): update rector/rector requirement from 0.15.13 to 0.17.1 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.13...0.17.1) --- 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 90ef3bb9d..1cc56e510 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "phpstan/phpstan": "1.10.18", "phpunit/phpunit": "10.2.2", "phpunit/php-code-coverage": "10.1.1", - "rector/rector": "0.15.13", + "rector/rector": "0.17.1", "squizlabs/php_codesniffer": "3.7.2" } }