File tree Expand file tree Collapse file tree 3 files changed +738
-82
lines changed Expand file tree Collapse file tree 3 files changed +738
-82
lines changed Original file line number Diff line number Diff line change 55use App \Repositories \ConfigurationJsonRepository ;
66use PhpCsFixer \Config ;
77use PhpCsFixer \Finder ;
8+ use PhpCsFixer \Runner \Parallel \ParallelConfigFactory ;
89
910class ConfigurationFactory
1011{
@@ -42,6 +43,7 @@ class ConfigurationFactory
4243 public static function preset ($ rules )
4344 {
4445 return (new Config ())
46+ ->setParallelConfig (ParallelConfigFactory::detect ())
4547 ->setFinder (self ::finder ())
4648 ->setRules (array_merge ($ rules , resolve (ConfigurationJsonRepository::class)->rules ()))
4749 ->setRiskyAllowed (true )
Original file line number Diff line number Diff line change 2323 "ext-xml" : " *"
2424 },
2525 "require-dev" : {
26- "friendsofphp/php-cs-fixer" : " ^3.54.0 " ,
27- "illuminate/view" : " ^10.48.8 " ,
28- "larastan/larastan" : " ^2.9.5 " ,
29- "laravel-zero/framework" : " ^10.3 .0" ,
30- "mockery/mockery" : " ^1.6.11 " ,
26+ "friendsofphp/php-cs-fixer" : " ^3.57.1 " ,
27+ "illuminate/view" : " ^10.48.10 " ,
28+ "larastan/larastan" : " ^2.9.6 " ,
29+ "laravel-zero/framework" : " ^10.4 .0" ,
30+ "mockery/mockery" : " ^1.6.12 " ,
3131 "nunomaduro/termwind" : " ^1.15.1" ,
3232 "pestphp/pest" : " ^2.34.7"
3333 },
You can’t perform that action at this time.
0 commit comments