From 50e226198b07249edcee3dd2ea4de512d66693c1 Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Fri, 22 May 2015 15:11:36 +1200 Subject: [PATCH] Required to autoload the API wrapper --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" + ] + } }