freescout-github/composer.json
2025-11-13 15:25:19 +02:00

25 lines
No EOL
588 B
JSON

{
"name": "freescout/github-module",
"description": "GitHub Integration for FreeScout",
"type": "freescout-module",
"keywords": ["github", "integration", "issues", "ai"],
"license": "MIT",
"authors": [
{
"name": "FreeScout Team",
"email": "support@freescout.net"
}
],
"autoload": {
"psr-4": {
"Modules\\Github\\": ""
}
},
"extra": {
"laravel": {
"providers": [
"Modules\\Github\\Providers\\GithubServiceProvider"
]
}
}
}