From c0dd337e846efea7f6a4b0d46e561014c4992495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:43:20 +0000 Subject: [PATCH 1/2] Update rector/rector requirement from 2.5.9 to 2.6.3 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/2.5.9...2.6.3) --- updated-dependencies: - dependency-name: rector/rector dependency-version: 2.6.3 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 1ccf54c..b3f2874 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpstan/phpstan-phpunit": "2.0.18", "phpunit/phpunit": "^10 || ^11 || ^12", "psalm/plugin-phpunit": "0.19.3", - "rector/rector": "2.5.9", + "rector/rector": "2.6.3", "shipmonk/composer-dependency-analyser": "^1.8", "symfony/phpunit-bridge": "^6.4 || ^7.0 || ^8.0", "symfony/process": "^6.4 || ^7.0 || ^8.0", From b548ef9f6d50b40ee3804eaf08262bd81e04eae0 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Sun, 30 Aug 2026 21:18:12 +0200 Subject: [PATCH 2/2] Fix Rector config after upgrade --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index b82a87b..d3c66a5 100644 --- a/rector.php +++ b/rector.php @@ -19,6 +19,6 @@ ) ->withAttributesSets(all: true) ->withSets([ - \Rector\PHPUnit\Set\PHPUnitSetList::PHPUNIT_100, + \Rector\PHPUnit\Set\PHPUnitSetList::COMPOSER_BASED, ]) ;