Skip to content

Commit

Permalink
Merge pull request #1 from SimonVanherweghe/master
Browse files Browse the repository at this point in the history
Fix for laravel 5.6
  • Loading branch information
dam1r89 committed Apr 9, 2018
2 parents 6462350 + b5a2288 commit a531e48
Show file tree
Hide file tree
Showing 3 changed files with 958 additions and 534 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@
"require": {
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"orchestra/testbench": "~3.0"
"phpunit/phpunit": "~7.1",
"orchestra/testbench": "~3.6"
},
"extra": {
"laravel": {
"providers": [
"dam1r89\\PasswordlessAuth\\PasswordlessAuthServiceProvider"
]
}
}
}
Loading

0 comments on commit a531e48

Please sign in to comment.