Skip to content

Commit

Permalink
Merge pull request #92 from yiisoft/dependabot/composer/rector/rector…
Browse files Browse the repository at this point in the history
…-tw-0.18

Update rector/rector requirement from ^0.17 to ^0.18
  • Loading branch information
xepozz committed Oct 4, 2023
2 parents f4f8b37 + f68600d commit bed164d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"maglnet/composer-require-checker": "^4.2",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.17",
"rector/rector": "^0.18",
"roave/infection-static-analysis-plugin": "^1.16",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.30|^5.3"
Expand Down
2 changes: 0 additions & 2 deletions rector.php
Expand Up @@ -6,7 +6,6 @@
use Rector\Config\RectorConfig;
use Rector\Php55\Rector\Class_\ClassConstantToSelfClassRector;
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
use Rector\Set\ValueObject\LevelSetList;
Expand All @@ -27,7 +26,6 @@

$rectorConfig->skip([
ClosureToArrowFunctionRector::class,
AddDefaultValueForUndefinedVariableRector::class,
JsonThrowOnErrorRector::class,
StringClassNameToClassConstantRector::class => [
__DIR__ . '/tests/UseStatementParserTest.php',
Expand Down

0 comments on commit bed164d

Please sign in to comment.