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:
2026-03-26 09:12:23 +00:00
parent 0cdbf6dcb8
commit ffd966a4f0
+14
View File
@@ -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"
}
}