mirror of
https://gh.wpcy.net/https://github.com/osoobe/freescout-api-extender.git
synced 2026-07-15 20:31:22 +08:00
24 lines
380 B
JSON
24 lines
380 B
JSON
{
|
|
"name": "freescout/apiextender",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "jtorvald",
|
|
"email": ""
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\ApiExtender\\Providers\\ApiExtenderServiceProvider"
|
|
],
|
|
"aliases": {
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\ApiExtender\\": ""
|
|
}
|
|
}
|
|
}
|