Skip to content

Commit 80c9ed7

Browse files
authored
Update composer.json
1 parent 01bd00f commit 80c9ed7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
{
2+
"name": "quickbooks/payments-sdk",
3+
"description": "The Official PHP SDK for QuickBooks Online Payments API",
4+
"type": "library",
5+
"keywords": ["api", "http", "rest", "quickbooks payments", "smallbusiness"],
6+
"license": "Apache-2.0",
7+
"homepage": "http://developer.intuit.com",
8+
"authors": [
9+
{
10+
"name": "hlu2",
11+
"email": "Hao_Lu@intuit.com"
12+
}
13+
],
214
"autoload": {
315
"psr-4": {
416
"QuickBooksOnline\\Payments\\": "src/"

0 commit comments

Comments
 (0)