Skip to content

Commit

Permalink
misc: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Dec 19, 2024
1 parent 3d9ee1e commit cd70b02
Show file tree
Hide file tree
Showing 5 changed files with 1,160 additions and 477 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
return (new PhpCsFixer\Config())
->setFinder($finder)
->setCacheFile('var/cache/.php_cs.cache')
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setRules([
'@PSR1' => true,
'@PSR12' => true,
Expand Down
Loading

0 comments on commit cd70b02

Please sign in to comment.