There was an error while loading. Please reload this page.
1 parent 091250f commit c9e5f58Copy full SHA for c9e5f58
2 files changed
composer.json
@@ -42,7 +42,7 @@
42
"require-dev": {
43
"maglnet/composer-require-checker": "^3.8|^4.2",
44
"phpunit/phpunit": "^9.5",
45
- "rector/rector": "^1.0.0",
+ "rector/rector": "^2.0.3",
46
"roave/infection-static-analysis-plugin": "^1.16",
47
"spatie/phpunit-watcher": "^1.23",
48
"vimeo/psalm": "^4.30|^5.23"
rector.php
@@ -4,7 +4,6 @@
4
5
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
6
use Rector\Config\RectorConfig;
7
-use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
8
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
9
use Rector\Set\ValueObject\LevelSetList;
10
@@ -24,6 +23,5 @@
24
23
25
$rectorConfig->skip([
26
ClosureToArrowFunctionRector::class,
27
- JsonThrowOnErrorRector::class,
28
]);
29
};
0 commit comments