Skip to content

Commit

Permalink
Merge pull request #4 from rayronvictor/master
Browse files Browse the repository at this point in the history
Compatibilidade com Laravel 8
  • Loading branch information
jeanjar authored Feb 3, 2021
2 parents 4a6f401 + aa9bd25 commit abea5e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vendor/
.idea/
.DS_Store
.vscode
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
}
],
"require": {
"php": "^7.2",
"laravel/socialite": "^4.0"
"php": "^7.2|^8.0",
"laravel/socialite": "^4.0|^5.0"
},
"autoload": {
"psr-4": {
Expand Down
31 changes: 16 additions & 15 deletions composer.lock

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

0 comments on commit abea5e5

Please sign in to comment.