We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a91c67c + 50e2261 commit d686ee8Copy full SHA for d686ee8
composer.json
@@ -1,5 +1,10 @@
1
{
2
"name": "nutshellcrm/nutshell-api",
3
"description": "A PHP library for the Nutshell API",
4
- "keywords": ["nutshell","crm"]
+ "keywords": ["nutshell","crm"],
5
+ "autoload": {
6
+ "files": [
7
+ "NutshellApi.php"
8
+ ]
9
+ }
10
}
0 commit comments