mirror of
https://git.yylx.win/https://github.com/fhirter-vkb/freescout-oauth.git
synced 2025-10-03 17:40:58 +08:00
25 lines
493 B
JSON
Executable file
25 lines
493 B
JSON
Executable file
{
|
|
"name": "freescout/oauth",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "Mike Bolsunovskyi",
|
|
"email": "mike@bolsunovskyi.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\OAuth\\Providers\\OAuthServiceProvider"
|
|
],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\OAuth\\": ""
|
|
}
|
|
}
|
|
}
|