Skip to content

Commit d686ee8

Browse files
author
Damian Mooyman
committed
Merge pull request #1 from camfindlay/patch-2
Required to autoload the API wrapper
2 parents a91c67c + 50e2261 commit d686ee8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"name": "nutshellcrm/nutshell-api",
33
"description": "A PHP library for the Nutshell API",
4-
"keywords": ["nutshell","crm"]
4+
"keywords": ["nutshell","crm"],
5+
"autoload": {
6+
"files": [
7+
"NutshellApi.php"
8+
]
9+
}
510
}

0 commit comments

Comments
 (0)