From c8840cd68cc29de579a69d90e01228aab9f87a4c Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Thu, 2 May 2024 15:38:54 +0200 Subject: [PATCH 1/2] TASK: Update Rector --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ce70f3c..29a009e 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,7 @@ "tests": "phpunit tests" }, "require": { - "rector/rector": "0.15.24", - "phpstan/phpstan": "1.10.13", + "rector/rector": "~0.16.0", "symfony/yaml": "*", "neos/utility-arrays": "*", "webmozart/assert": "^1.11" From 9186352fd8687de061a3f3147c5f409bbd08eff0 Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Thu, 2 May 2024 20:15:28 +0200 Subject: [PATCH 2/2] TASK: Update Rector 17 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29a009e..157bfa8 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "tests": "phpunit tests" }, "require": { - "rector/rector": "~0.16.0", + "rector/rector": "~0.17.0", "symfony/yaml": "*", "neos/utility-arrays": "*", "webmozart/assert": "^1.11"