Skip to content

Commit

Permalink
Allow use with Laravel 5.7 and 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rdarcy1 committed Apr 30, 2019
1 parent b1cddc8 commit e47a976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Butler manages multiple Socialite authentication for your Laravel app.",
"require-dev": {
"phpunit/phpunit": "~5.7|~6.0|~7.0",
"orchestra/testbench": "~3.0",
"orchestra/testbench": "^3.0",
"orchestra/testbench-browser-kit": "~3.1@dev",
"orchestra/database": "~3.1@dev"
},
Expand All @@ -18,7 +18,7 @@
"php": "^5.6|^7.0",
"nesbot/carbon": "^1.21",
"laravel/socialite": "~3.0",
"laravel/framework": "~5.3.30|~5.4.0|~5.5.0|~5.6.0|~5.7.0"
"laravel/framework": "~5.3.30|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e47a976

Please sign in to comment.