File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 "larastan/larastan" : " ^3.9" ,
2121 "nunomaduro/collision" : " ^7.10 || ^8.1.1" ,
2222 "orchestra/testbench" : " ^10.8 || ^11.0" ,
23- "pestphp/pest" : " ^4.4 " ,
23+ "pestphp/pest" : " ^4.7 " ,
2424 "pestphp/pest-plugin-laravel" : " ^4.1" ,
25- "worksome/coding-style" : " ^3.4 "
25+ "worksome/coding-style" : " ^4.0 "
2626 },
2727 "autoload" : {
2828 "psr-4" : {
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- use Symplify \EasyCodingStandard \Config \ECSConfig ;
65use Worksome \CodingStyle \WorksomeEcsConfig ;
76
8-
9- return static function ( ECSConfig $ ecsConfig ): void {
10- $ ecsConfig -> paths ([
7+ return WorksomeEcsConfig:: configure ()
8+ -> withPaths ([
9+ __DIR__ . ' /ecs.php ' ,
1110 __DIR__ . '/src ' ,
1211 __DIR__ . '/tests ' ,
1312 ]);
14-
15- WorksomeEcsConfig::setup ($ ecsConfig );
16- };
You can’t perform that action at this time.
0 commit comments