From 0aa43d2c99508254acdda7e899a69581ad4436cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:53:59 +0200 Subject: [PATCH] Update rector/rector requirement from ^1.0 to ^1.1 (#237) 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.0.0...1.1.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 cfc91ba..259623a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "friendsofphp/php-cs-fixer": "^3.56", "phpunit/phpunit": "^10.5.20", "phpstan/phpstan": "^1.10.67", - "rector/rector": "^1.0", + "rector/rector": "^1.1", "vimeo/psalm": "^5.24" }, "autoload": {