From 5d955b13c9f725f30e4102d75c5788709bdbac84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 06:46:35 +0000 Subject: [PATCH] build(deps-dev): update rector/rector requirement from 1.0.2 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/1.0.2...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 cb37eb8..de3f0fd 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan": "^1.10", "phpunit/phpcov": "^8.2", "phpunit/phpunit": "^9.6", - "rector/rector": "1.0.2" + "rector/rector": "1.0.3" }, "minimum-stability": "dev", "prefer-stable": true,