mirror of
https://git.yylx.win/https://github.com/totake0224/LINEIntegration.git
synced 2025-10-03 18:00:58 +08:00
28 lines
589 B
JSON
Executable file
28 lines
589 B
JSON
Executable file
{
|
|
"name": "freescout/lineintegration",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "FreeScout",
|
|
"email": "support@freescout.net"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\LINEIntegration\\Providers\\LINEIntegrationServiceProvider"
|
|
],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"require": {
|
|
"linecorp/line-bot-sdk":"8.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\LINEIntegration\\": ""
|
|
}
|
|
}
|
|
}
|