From 2b1669d305c486388207a5d1d2d05d9a59ac23ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:59:04 +0300 Subject: [PATCH 1/2] Update rector/rector requirement from ^0.18.3 to ^0.19.0 (#349) 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.3...0.19.0) --- updated-dependencies: - dependency-name: rector/rector dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e9055b5c..be8556b7 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "maglnet/composer-require-checker": "^4.2", "phpbench/phpbench": "^1.2.0", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.18.3", + "rector/rector": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.25", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.30|^5.7", From c7556c175aa2c0de0cf3554f9c4ef9cdae304fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:18:28 +0300 Subject: [PATCH 2/2] Update rector/rector requirement from ^0.19.0 to ^1.0.0 (#351) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be8556b7..34a41b87 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "maglnet/composer-require-checker": "^4.2", "phpbench/phpbench": "^1.2.0", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.19.0", + "rector/rector": "^1.0.0", "roave/infection-static-analysis-plugin": "^1.25", "spatie/phpunit-watcher": "^1.23", "vimeo/psalm": "^4.30|^5.7",