Skip to content

Commit

Permalink
install laravel/socialite tymon/jwt-auth package
Browse files Browse the repository at this point in the history
  • Loading branch information
bakai-dev committed Jan 31, 2019
1 parent 465592c commit 720171d
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 2 deletions.
4 changes: 3 additions & 1 deletion backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.7.*",
"laravel/tinker": "^1.0"
"laravel/socialite": "^4.0",
"laravel/tinker": "^1.0",
"tymon/jwt-auth": "^0.5.12"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
Expand Down
Loading

0 comments on commit 720171d

Please sign in to comment.