LINEIntegration/composer.json
2023-08-21 17:41:42 +09:00

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\\": ""
}
}
}