chore: add composer.json for automated Composer Registry publishing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "espocrm-extensions/smart-assistant",
|
||||||
|
"description": "Unified AI Assistant for Legal CRM — floating chat with case memory, office alerts, and n8n integration",
|
||||||
|
"type": "espocrm-extension",
|
||||||
|
"license": "proprietary",
|
||||||
|
"authors": [{"name": "klear"}],
|
||||||
|
"require": {
|
||||||
|
"php": ">=8.1"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"espocrm-module": "SmartAssistant",
|
||||||
|
"espocrm-min-version": ">=8.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user