mirror of
https://gh.wpcy.net/https://github.com/ztersinc/freescout-clickup-module.git
synced 2026-04-17 19:22:21 +08:00
29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"name": "freescout/clickupintegration",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "FreeScout",
|
|
"email": "support@freescout.net"
|
|
}
|
|
],
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\ClickupIntegration\\Providers\\ClickupIntegrationServiceProvider"
|
|
],
|
|
"aliases": {
|
|
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\ClickupIntegration\\": ""
|
|
}
|
|
},
|
|
"require": {
|
|
"edsol/php-clickup-api-client": "dev-main",
|
|
"league/html-to-markdown": "^5.1"
|
|
}
|
|
}
|