Skip to content

Commit d7bc1d0

Browse files
dependabot[bot]vjik
andauthoredDec 13, 2024
Update rector/rector requirement from ^1.0.0 to ^2.0.3 (#52)
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
1 parent 011c6e8 commit d7bc1d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"require-dev": {
4848
"maglnet/composer-require-checker": "^4.7",
4949
"phpunit/phpunit": "^10.5",
50-
"rector/rector": "^1.0.0",
50+
"rector/rector": "^2.0.3",
5151
"roave/infection-static-analysis-plugin": "^1.34",
5252
"spatie/phpunit-watcher": "^1.23",
5353
"vimeo/psalm": "^5.22",

‎rector.php

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
66
use Rector\Config\RectorConfig;
7-
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
87
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
98
use Rector\Set\ValueObject\LevelSetList;
109

@@ -24,6 +23,5 @@
2423

2524
$rectorConfig->skip([
2625
ClosureToArrowFunctionRector::class,
27-
JsonThrowOnErrorRector::class,
2826
]);
2927
};

0 commit comments

Comments
 (0)