Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Bump friendsofphp/php-cs-fixer from 3.16.0 to 3.17.0 (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gomzyakov <[email protected]>
  • Loading branch information
dependabot[bot] and gomzyakov authored May 23, 2023
1 parent d733b25 commit 5a35017
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions app/Http/Middleware/RedirectIfAuthenticated.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class RedirectIfAuthenticated
/**
* Handle an incoming request.
*
* @param \Closure(Request): (Response|RedirectResponse) $next
* @param string|null ...$guards
* @param Closure(Request): (RedirectResponse|Response) $next
* @param string|null ...$guards
*
* @return Application|mixed|Redirector|RedirectResponse|Response
*/
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"require-dev": {
"fakerphp/faker": "^1.21.0",
"friendsofphp/php-cs-fixer": "^3.15",
"friendsofphp/php-cs-fixer": "^3.17",
"gomzyakov/php-cs-fixer-config": "^1.22",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.1",
Expand Down Expand Up @@ -91,7 +91,8 @@
"sort-packages": true,
"platform-check": false,
"allow-plugins": {
"php-http/discovery": true
"php-http/discovery": true,
"infection/extension-installer": true
}
},
"minimum-stability": "stable",
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a35017

Please sign in to comment.