You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
669 B
JSON
33 lines
669 B
JSON
{
|
|
"name": "pablo/ae3auth",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pablo\\Ae3auth\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Pablo",
|
|
"email": "pablomiranda304@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"laravel/framework": ">=10.0.0",
|
|
"laravel/sanctum": "^4.0",
|
|
"imanghafoori/laravel-smart-facades": "^1.0"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Pablo\\Ae3auth\\app\\Providers\\Ae3AuthServiceProvider",
|
|
"Pablo\\Ae3auth\\app\\Providers\\Ae3PasswordDefaultsServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|