From 9742bcbab64739a1dbfe8c9d95ccae36b6b94524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:43:26 +0000 Subject: [PATCH] Update rector/rector requirement from ^1.2.5 to ^1.2.6 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.2.5...1.2.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 fb59951..679b5f9 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.1", "phpunit/phpunit": "^10.5.21", - "rector/rector": "^1.2.5", + "rector/rector": "^1.2.6", "spatie/phpunit-watcher": "^1.23.6", "symfony/http-client": "^6.4.8", "vimeo/psalm": "^5.26.1"