Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Guikingone committed Jun 20, 2023
1 parent 3ec6b57 commit bdda5b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"phpstan/phpstan-symfony": "^1.2.19",
"phpunit/phpunit": "^9.5.26",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"rector/rector": "0.15.10",
"rector/rector": "0.15.23",
"symfony/cache": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/error-handler": "^5.4 || ^6.0",
Expand Down
10 changes: 3 additions & 7 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Rector\Core\ValueObject\PhpVersion;
use Rector\Doctrine\Set\DoctrineSetList;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;
use Rector\Symfony\Set\SymfonySetList;

Expand Down Expand Up @@ -45,16 +46,11 @@
]);

$rectorConfig->sets(sets: [
LevelSetList::UP_TO_PHP_80,
SetList::PSR_4,
SetList::CODE_QUALITY,
SetList::DEAD_CODE,
SetList::EARLY_RETURN,
SetList::PHP_70,
SetList::PHP_71,
SetList::PHP_72,
SetList::PHP_73,
SetList::PHP_74,
SetList::PHP_80,
SetList::PSR_4,
]);

$rectorConfig->sets(sets: [
Expand Down

0 comments on commit bdda5b1

Please sign in to comment.