From 49107bd074e99cdc5b7da116a13d742b2335edf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:00:16 +0000 Subject: [PATCH] Update rector/rector requirement from ^0.16.0 || ^0.17.0 || ^0.18.0 to ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.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/commits/0.19.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 699ed11e..1417d17f 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 || ^0.17.0 || ^0.18.0" + "rector/rector": "^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0" }, "suggest": { "illuminate/container": "Hold dependencies to be injected in commands constructors",