Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hlu2 committed Jun 21, 2019
1 parent 01bd00f commit 80c9ed7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
{
"name": "quickbooks/payments-sdk",
"description": "The Official PHP SDK for QuickBooks Online Payments API",
"type": "library",
"keywords": ["api", "http", "rest", "quickbooks payments", "smallbusiness"],
"license": "Apache-2.0",
"homepage": "http://developer.intuit.com",
"authors": [
{
"name": "hlu2",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"QuickBooksOnline\\Payments\\": "src/"
Expand Down

0 comments on commit 80c9ed7

Please sign in to comment.