Erki Aas
7b5b15aebc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
26 lines
493 B
JSON
Executable File
26 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\\": ""
|
|
}
|
|
}
|
|
}
|