mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-internal-conversations-module.git
synced 2026-05-28 03:24:19 +08:00
25 lines
532 B
JSON
25 lines
532 B
JSON
{
|
|
"name": "freescout/internalconversations",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "LJPc solutions",
|
|
"email": "support@ljpc.nl"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\InternalConversations\\Providers\\InternalConversationsServiceProvider"
|
|
],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\InternalConversations\\": ""
|
|
}
|
|
}
|
|
}
|