Skip to content

Commit

Permalink
Require laravel/passport and tymon/jwt-auth for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Mar 29, 2019
1 parent 263515c commit bc74cb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0"
"laravel/passport": "^7.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0",
"tymon/jwt-auth": "1.0.0-rc.4"
},
"suggest": {
"laravel/passport": "Required when using the passport proxy",
Expand Down

0 comments on commit bc74cb4

Please sign in to comment.