diff --git a/composer.json b/composer.json index 3f84405..a136c84 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,10 @@ { "name": "nutshellcrm/nutshell-api", "description": "A PHP library for the Nutshell API", - "keywords": ["nutshell","crm"] + "keywords": ["nutshell","crm"], + "autoload": { + "files": [ + "NutshellApi.php" + ] + } }