Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/
composer.lock
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "zohocrm/php-sdk",
"name": "jobs-at/zohocrm-php-sdk",
"description": "Zoho CRM API SDK for PHP",
"type": "SDK",
"type": "sdk",
"homepage": "https://github.com/zoho/zcrm-php-sdk",
"authors": [
{
"name": "Zoho CRM API Team",
"email":"[email protected]",
"homepage": "https://www.zoho.com/crm/help/customer-support.html",
"role": "Creator"
},
{
"name": "jobs.at Dev Team",
"email": "[email protected]",
"homepage": "https://www.jobs.at",
"role": "Developer"
}
],
Expand Down
Loading