Skip to content

Commit 940c3ae

Browse files
authored
build: Simplify rector configuration (#920)
1 parent f64cbc8 commit 940c3ae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

composer-root-version-checker/rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
$rectorConfig->importNames();
3232

3333
$rectorConfig->sets([
34-
LevelSetList::UP_TO_PHP_81,
3534
LevelSetList::UP_TO_PHP_82,
36-
3735
PHPUnitSetList::PHPUNIT_90,
3836
]);
3937
};

rector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
$rectorConfig->importNames();
3232

3333
$rectorConfig->sets([
34-
LevelSetList::UP_TO_PHP_81,
3534
LevelSetList::UP_TO_PHP_82,
3635
]);
3736

0 commit comments

Comments
 (0)