File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 41
41
"require-dev" : {
42
42
"maglnet/composer-require-checker" : " ^4.7" ,
43
43
"phpunit/phpunit" : " ^10.5" ,
44
- "rector/rector" : " ^1.2 " ,
44
+ "rector/rector" : " ^2.0 " ,
45
45
"roave/infection-static-analysis-plugin" : " ^1.35" ,
46
46
"spatie/phpunit-watcher" : " ^1.24" ,
47
47
"vimeo/psalm" : " ^5.26" ,
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 \Php81 \Rector \Property \ReadOnlyPropertyRector ;
10
9
use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
26
25
27
26
$ rectorConfig ->skip ([
28
27
ClosureToArrowFunctionRector::class,
29
- JsonThrowOnErrorRector::class,
30
28
ReadOnlyPropertyRector::class,
31
29
NullToStrictStringFuncCallArgRector::class,
32
30
]);
You can’t perform that action at this time.
0 commit comments