Skip to content

Commit

Permalink
chore(deps): update dependencies (#6373)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 15, 2022
1 parent 5852a05 commit 3647697
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 463 deletions.
1 change: 0 additions & 1 deletion app/Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public function boot(Request $request)
{
$this->registerPolicies();

Passport::routes();
Passport::ignoreCsrfToken(in_array($request->method(), ['HEAD', 'GET', 'OPTIONS']));
}
}
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"intervention/image": "^2.3",
"laravel/cashier": "^13.0",
"laravel/framework": "^9.0",
"laravel/passport": "^10.0",
"laravel/passport": "^11.0",
"laravel/socialite": "^5.0",
"laravel/ui": "^3.0",
"laravel/ui": "^4.0",
"laravolt/avatar": "^4.0",
"league/flysystem-aws-s3-v3": "^3.0",
"mariuzzo/laravel-js-localization": "^1.7",
Expand All @@ -42,7 +42,7 @@
"pragmarx/google2fa": "^8.0",
"pragmarx/google2fa-laravel": "^2.0",
"pragmarx/random": "^0",
"predis/predis": "^1.1",
"predis/predis": "^2.0",
"rinvex/countries": "^8.1",
"sabre/dav": "^4.0",
"sentry/sentry-laravel": "^2.0",
Expand All @@ -65,8 +65,8 @@
"require-dev": {
"barryvdh/laravel-debugbar": "^3",
"fakerphp/faker": "^1.10",
"khanamiryan/qrcode-detector-decoder": "^1.0",
"laravel/dusk": "^6.0",
"khanamiryan/qrcode-detector-decoder": "^2.0",
"laravel/dusk": "^7.0",
"laravel/legacy-factories": "^1.0",
"laravel/tinker": "^2.6",
"matthiasnoback/live-code-coverage": "^1",
Expand Down
Loading

0 comments on commit 3647697

Please sign in to comment.