File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 47
47
"require-dev" : {
48
48
"maglnet/composer-require-checker" : " ^4.7" ,
49
49
"phpunit/phpunit" : " ^10.5" ,
50
- "rector/rector" : " ^1 .0.0 " ,
50
+ "rector/rector" : " ^2 .0.3 " ,
51
51
"roave/infection-static-analysis-plugin" : " ^1.34" ,
52
52
"spatie/phpunit-watcher" : " ^1.23" ,
53
53
"vimeo/psalm" : " ^5.22" ,
Original file line number Diff line number Diff line change 4
4
5
5
use Rector \CodeQuality \Rector \Class_ \InlineConstructorDefaultToPropertyRector ;
6
6
use Rector \Config \RectorConfig ;
7
- use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
8
7
use Rector \Php74 \Rector \Closure \ClosureToArrowFunctionRector ;
9
8
use Rector \Set \ValueObject \LevelSetList ;
10
9
24
23
25
24
$ rectorConfig ->skip ([
26
25
ClosureToArrowFunctionRector::class,
27
- JsonThrowOnErrorRector::class,
28
26
]);
29
27
};
You can’t perform that action at this time.
0 commit comments