From ffd966a4f0f0d00161247b67e76ab8d63baf23e5 Mon Sep 17 00:00:00 2001 From: Chaim Marcus Date: Thu, 26 Mar 2026 09:12:23 +0000 Subject: [PATCH] chore: add composer.json for automated Composer Registry publishing Co-Authored-By: Claude Opus 4.6 (1M context) --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f6dc7b3 --- /dev/null +++ b/composer.json @@ -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" + } +}