From 2a9432bdbea054e4969227ccb46c12f3860f701a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:42:35 +0000 Subject: [PATCH] [PHP]: Update rector/rector requirement from 1.0.0 to 1.0.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.0.0...1.0.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 3bc1c1b8..c7225aa1 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "phpstan/phpstan-doctrine": "1.3.62", "phpstan/phpstan-phpunit": "1.3.15", "phpstan/phpstan-symfony": "1.3.7", - "rector/rector": "1.0.0", + "rector/rector": "1.0.1", "roave/security-advisories": "dev-master", "serendipity_hq/component-text-matrix": "^3.0", "serendipity_hq/rector-config": "^1.0",