From dd5da28370a20d7b5ff7badc987f6a849a4f4363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:19:10 +0000 Subject: [PATCH] build(deps-dev): update rector/rector requirement from ^0.18.7 to ^1.0.3 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.18.7...1.0.3) --- 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 51e13ba..007e6c2 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "pestphp/pest-plugin-arch": "^2.1.2", "pestphp/pest-plugin-mock": "^2.0.0", "phpstan/phpstan": "^1.10.15", - "rector/rector": "^0.18.7", + "rector/rector": "^1.0.3", "symfony/var-dumper": "^6.2.10" }, "autoload": {