Skip to content

Commit

Permalink
Update rector/rector requirement from ^1.0.0 to ^2.0.3 (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Predvoditelev <[email protected]>
  • Loading branch information
dependabot[bot] and vjik authored Dec 13, 2024
1 parent 76bffc4 commit 77b409a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"codeception/module-phpbrowser": "^3.0",
"maglnet/composer-require-checker": "^4.5",
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.0.0",
"rector/rector": "^2.0.3",
"roave/infection-static-analysis-plugin": "^1.34",
"roave/security-advisories": "dev-master",
"spatie/phpunit-watcher": "^1.23",
Expand Down
2 changes: 0 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
use Rector\Config\RectorConfig;
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
use Rector\Set\ValueObject\LevelSetList;
Expand All @@ -25,7 +24,6 @@

$rectorConfig->skip([
ClosureToArrowFunctionRector::class,
JsonThrowOnErrorRector::class,
ReadOnlyPropertyRector::class,
]);
};

0 comments on commit 77b409a

Please sign in to comment.