Skip to content

Commit 81e7b10

Browse files
authored
Merge pull request #23 from mtrajano/passport-auth
Passport auth securityDefinitions
2 parents ee3b068 + c2000ef commit 81e7b10

File tree

10 files changed

+1312
-89
lines changed

10 files changed

+1312
-89
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"require-dev": {
1212
"php": ">=7.0",
1313
"orchestra/testbench": "~4.0",
14-
"phpunit/phpunit": "8.3.*"
14+
"phpunit/phpunit": "8.3.*",
15+
"laravel/passport": "^8.0"
1516
},
1617
"autoload": {
1718
"files": [

0 commit comments

Comments
 (0)