File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7474 "phpstan/phpstan" : " ^1.0" ,
7575 "phpstan/phpstan-webmozart-assert" : " ^1.0" ,
7676 "pimple/pimple" : " ^3.2" ,
77- "rector/rector" : " 0.12.14 " ,
77+ "rector/rector" : " dev-main " ,
7878 "symfony/dependency-injection" : " ^5.0"
7979 },
8080 "suggest" : {
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55use Rector \CodeQuality \Rector \Array_ \CallableThisArrayToAnonymousFunctionRector ;
6+ use Rector \CodingStyle \Rector \ClassConst \RemoveFinalFromConstRector ;
67use Rector \CodingStyle \Rector \ClassMethod \UnSpreadOperatorRector ;
78use Rector \Core \Configuration \Option ;
89use Rector \Privatization \Rector \Class_ \FinalizeClassesWithoutChildrenRector ;
3334 CallableThisArrayToAnonymousFunctionRector::class,
3435 UnSpreadOperatorRector::class,
3536 FinalizeClassesWithoutChildrenRector::class,
37+ RemoveFinalFromConstRector::class,
3638 ]);
3739};
You can’t perform that action at this time.
0 commit comments