Skip to content

Commit

Permalink
fixbug: laravel 5.7 support #7
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkcup committed Jan 3, 2019
1 parent cbd42ca commit 4754356
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"description": "Automatically generate database, pages and routes for Laravel Socialite",
"type": "library",
"require": {
"php": "^7.0",
"laravel/framework": "~5.6",
"laravel/socialite": "^3.2",
"laravel/framework": "^5.7",
"laravel/socialite": "^4.0",
"doctrine/dbal": "^2.9"
},
"license": "MIT",
Expand Down

0 comments on commit 4754356

Please sign in to comment.