From 71843d7bf539c57cffc31de411989b617eed7ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 03:55:12 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.18 to ^0.18 || ^1.0 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.0...1.0.0) --- 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 64d0fa7..69f6b3f 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "^10.1", "qossmic/deptrac-shim": "^1.0", - "rector/rector": "^0.18", + "rector/rector": "^0.18 || ^1.0", "roave/security-advisories": "dev-latest", "symfony/cache": "^6.3|^7.0", "symfony/clock": "^6.3|^7.0",