Skip to content

Commit

Permalink
Upgrade Packages (#1)
Browse files Browse the repository at this point in the history
* Upgrade dependency

Co-authored-by: Steven Holman <[email protected]>
  • Loading branch information
steviehol and Steven Holman authored Jun 3, 2020
1 parent 85f586c commit ff92a65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"php-classy-precommit-hook"
],
"require": {
"friendsofphp/php-cs-fixer": "^2.0"
"friendsofphp/php-cs-fixer": "2.4.2"
},
"license": "MIT",
"version": "1.0.3"
"version": "1.0.4"
}
2 changes: 1 addition & 1 deletion rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'object_operator_without_whitespace' => true,
'binary_operator_spaces' => [
'align_double_arrow' => true,
'align_equals' => null, // = ignore
'align_equals' => false,
],
'self_accessor' => false,
'single_quote' => true,
Expand Down

0 comments on commit ff92a65

Please sign in to comment.