Skip to content

Commit

Permalink
Update friendsofphp/php-cs-fixer requirement from ^3.17 to ^3.18 (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gomzyakov <alexander.gomzyakov@gmail.com>
  • Loading branch information
dependabot[bot] and gomzyakov authored Jun 20, 2023
1 parent 61fbce0 commit 44b491f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"ext-json": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.17",
"friendsofphp/php-cs-fixer": "^3.18",
"phpunit/phpunit": "^10.2",
"phpstan/phpstan": "^1.10",
"mockery/mockery": "^1.6"
Expand Down
6 changes: 4 additions & 2 deletions pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"=>": "align_single_space"
}
},
"blank_line_after_namespace": true,
"blank_lines_before_namespace": {
"min_line_breaks": 2,
"max_line_breaks": 2
},
"blank_line_after_opening_tag": true,
"blank_line_before_statement": true,
"braces": true,
Expand Down Expand Up @@ -88,7 +91,6 @@
"short_scalar_cast": true,
"single_line_comment_style": true,
"single_blank_line_at_eof": true,
"single_blank_line_before_namespace": true,
"single_line_after_imports": true,
"single_quote": true,
"space_after_semicolon": true,
Expand Down

0 comments on commit 44b491f

Please sign in to comment.