Skip to content

Commit

Permalink
Update friendsofphp/php-cs-fixer requirement from 3.52.1 to 3.58.1 (#…
Browse files Browse the repository at this point in the history
…1262)

Co-authored-by: Phil Davis <[email protected]>
  • Loading branch information
dependabot[bot] and phil-davis authored Nov 2, 2024
1 parent c5227aa commit e6ad731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
$config->setRules([
'@PSR2' => true,
'@Symfony' => true,
'binary_operator_spaces' => [],
'binary_operator_spaces' => [
'default' => 'at_least_single_space',
],
'braces_position' => [
'functions_opening_brace' => 'same_line',
'classes_opening_brace' => 'same_line'],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ext-zlib" : "*"
},
"require-dev" : {
"friendsofphp/php-cs-fixer": "3.52.1",
"friendsofphp/php-cs-fixer": "3.58.1",
"phpstan/phpstan": "^1.10"
},
"replace" : {
Expand Down

0 comments on commit e6ad731

Please sign in to comment.