From 9054bae7760c386de24fe1562878f21476650a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:31:46 +0000 Subject: [PATCH] [TASK] Update rector/rector requirement from ^1.1.0 to ^1.1.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/1.1.0...1.1.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 265f608..f88b746 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpstan/phpstan-phpunit": "^1.3.16", "phpstan/phpstan-strict-rules": "^1.6.0", "phpunit/phpunit": "^10.5.20", - "rector/rector": "^1.1.0", + "rector/rector": "^1.1.1", "spaze/phpstan-disallowed-calls": "^3.4", "squizlabs/php_codesniffer": "^3.10.1" },