Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/composer/phpunit/phpunit-tw-11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Treggats authored Feb 16, 2024
2 parents 652f39f + f35bbbb commit 59ce888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"php": "^8.2",
"phpstan/phpstan": "^1.10",
"illuminate/support": "^10",
"laravel/pint": "^1.13"
"laravel/pint": "^1.13.9"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
Expand Down
2 changes: 1 addition & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"control_structures_opening_brace": "same_line",
"functions_opening_brace": "next_line_unless_newline_at_signature_end"
},
"Laravel/laravel_phpdoc_alignment": false,
"phpdoc_align": false,
"phpdoc_separation": false,
"function_typehint_space": false,
"linebreak_after_opening_tag": false,
Expand Down

0 comments on commit 59ce888

Please sign in to comment.