File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed
Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 2626 ],
2727 "require" : {
2828 "php" : " ^8.4.0" ,
29- "illuminate/database" : " ^11.32|^12.0 " ,
30- "illuminate/support" : " ^11.32|^12.0 "
29+ "illuminate/database" : " ^11.32|^12.40.2 " ,
30+ "illuminate/support" : " ^11.32|^12.40.2 "
3131 },
3232 "require-dev" : {
33- "friendsofphp/php-cs-fixer" : " ^3.68.5 " ,
34- "laravel/pint" : " ^1.20 " ,
35- "laravel/serializable-closure" : " ^2.0" ,
36- "phpunit/phpunit" : " ^11.5.7 " ,
37- "rector/rector" : " ^1 .2.10 " ,
33+ "friendsofphp/php-cs-fixer" : " ^3.90.0 " ,
34+ "laravel/pint" : " ^1.26 " ,
35+ "laravel/serializable-closure" : " ^2.0.7 " ,
36+ "phpunit/phpunit" : " ^11.5.44 " ,
37+ "rector/rector" : " ^2 .2.9 " ,
3838 "roave/security-advisories" : " dev-latest"
3939 },
4040 "autoload" : {
Original file line number Diff line number Diff line change 88use Rector \EarlyReturn \Rector \If_ \ChangeOrIfContinueToMultiContinueRector ;
99use Rector \Php74 \Rector \Closure \ClosureToArrowFunctionRector ;
1010use Rector \Php81 \Rector \Array_ \FirstClassCallableRector ;
11- use Rector \Php81 \Rector \Property \ReadOnlyPropertyRector ;
12- use Rector \Php82 \Rector \Class_ \ReadOnlyClassRector ;
1311use Rector \PHPUnit \Set \PHPUnitSetList ;
1412
1513return RectorConfig::configure ()
2927 typeDeclarations: true ,
3028 privatization: true ,
3129 earlyReturn: true ,
32- strictBooleans: true ,
3330 )
3431 ->withSets ([
3532 PHPUnitSetList::PHPUNIT_80 ,
3633 PHPUnitSetList::PHPUNIT_90 ,
3734 PHPUnitSetList::PHPUNIT_100 ,
3835 PHPUnitSetList::PHPUNIT_110 ,
3936 ])
40- ->withRules ([
41- ReadOnlyClassRector::class,
42- ReadOnlyPropertyRector::class,
43- ])
4437 ->withSkip ([
4538 CatchExceptionNameMatchingTypeRector::class,
4639 ChangeOrIfContinueToMultiContinueRector::class,
You can’t perform that action at this time.
0 commit comments