Skip to content

Commit

Permalink
Merge pull request #18 from mul14/laravel-passport-6
Browse files Browse the repository at this point in the history
Add Laravel Passport 6.0 support
  • Loading branch information
sfelix-martins authored May 5, 2018
2 parents 8aa913a + 7b9ab09 commit 551d6cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ matrix:
- passport=5.0.x
- testbench=3.6.x
- phpunit=7.0.x
- php: 7.1
env:
- passport=6.0.x
- testbench=3.6.x
- phpunit=7.0.x
- php: 7.2
env:
- passport=4.0.x
Expand All @@ -51,6 +56,11 @@ matrix:
- passport=5.0.x
- testbench=3.6.x
- phpunit=7.0.x
- php: 7.2
env:
- passport=6.0.x
- testbench=3.6.x
- phpunit=7.0.x

sudo: false

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Add multi-authentication support to [Laravel Passport](https://laravel.com/docs/
| ^3.0 |
| ^4.0 |
| ^5.0 |
| ^6.0 |

## Installing and configuring

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prefer-stable": true,
"require": {
"php": ">=5.6.4",
"laravel/passport": "^2.0|^3.0|^4.0|^5.0"
"laravel/passport": "^2.0|^3.0|^4.0|^5.0|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.5",
Expand Down

0 comments on commit 551d6cb

Please sign in to comment.