28 lines
677 B
JSON
28 lines
677 B
JSON
{
|
|
"name": "nomadnt/lumen-passport",
|
|
"description": "Lumen porting of Laravel Passport",
|
|
"keywords": ["php","lumen","laravel passport"],
|
|
"homepage": "https://github.com/nomadnt/lumen-passport",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Filippo Sallemi",
|
|
"email": "fsallemi@nomadnt.com",
|
|
"homepage": "https://nomadnt.com"
|
|
}
|
|
],
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^7.3.0",
|
|
"laravel/passport": "^10.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nomadnt\\LumenPassport\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
}
|
|
}
|