From 935124283787726291c2b61c82b29711521c0a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:15:36 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.19 to ^0.19 || ^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.19.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 ae54ef84..aa412a72 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "^10.1", "qossmic/deptrac-shim": "^1.0", - "rector/rector": "^0.19", + "rector/rector": "^0.19 || ^1.0", "roave/security-advisories": "dev-latest", "symfony/browser-kit": "^6.1|^7.0", "symfony/finder": "^6.1|^7.0",