Skip to content

Commit

Permalink
Update lock file, enable parallel for php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsizemore committed May 17, 2024
1 parent 0c53675 commit 036d891
Show file tree
Hide file tree
Showing 5 changed files with 691 additions and 45 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@
->in(__DIR__ . '/tests')
)
;
$config->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect());

return $config;
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev": {
"esi/phpunit-coverage-check": "^2.0",
"friendsofphp/php-cs-fixer": "^3.54",
"friendsofphp/php-cs-fixer": "^3.56",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
Expand Down

0 comments on commit 036d891

Please sign in to comment.