From 6deffdc03a61d9da364296edef839e96bb8d0347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 23:58:47 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.16.0 to ^0.16.0 || ^0.17.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.16.0...0.17.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 ae66905f..c1936390 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "php-parallel-lint/php-parallel-lint": "^1.3", "phpspec/prophecy": "^1.17", "phpspec/prophecy-phpunit": "^2.0", - "rector/rector": "^0.16.0" + "rector/rector": "^0.16.0 || ^0.17.0" }, "suggest": { "illuminate/container": "Hold dependencies to be injected in commands constructors",