Skip to content

Commit

Permalink
Add support for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf authored Sep 4, 2019
1 parent 4c509ae commit 8e50ed8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
}, {
"name": "Anton Komarev",
"email": "a.komarev@cybercog.su"
}, {
"name": "Miguel Piedrafita",
"email": "soy@miguelpiedrafita.com"
}],
"require": {
"php": "^5.6 || ^7.0",
"laravel/socialite": "~3.0|~4.0",
"illuminate/support": "~5.4|~5.7.0|~5.8.0"
"illuminate/support": "~5.4|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit 8e50ed8

Please sign in to comment.