Skip to content

Commit

Permalink
returned driftingly/rector-laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 14, 2024
1 parent 16da9c8 commit eea52f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
},
"require-dev": {
"brianium/paratest": "^7.4",
"driftingly/rector-laravel": "^1.0",
"ergebnis/phpstan-rules": "^2.1",
"infection/infection": "~0.27",
"larastan/larastan": "^2.8",
"laravel/cashier": "^15.0",
"nunomaduro/collision": "^8.0",
"larastan/larastan": "^2.8",
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
Expand Down
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Rector\Config\RectorConfig;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Set\ValueObject\SetList;
use RectorLaravel\Set\LaravelLevelSetList;

return static function (RectorConfig $config): void {
$config->parallel();
Expand All @@ -15,6 +16,7 @@

// Define what rule sets will be applied
$config->import(PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES);
$config->import(LaravelLevelSetList::UP_TO_LARAVEL_110);
$config->import(PHPUnitSetList::PHPUNIT_100);
$config->import(SetList::STRICT_BOOLEANS);
$config->import(SetList::PRIVATIZATION);
Expand Down

0 comments on commit eea52f5

Please sign in to comment.