forked from consolibyte/quickbooks-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
23 lines (22 loc) · 835 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "consolibyte/quickbooks",
"type": "library",
"description": "QuickBooks DevKit with support for Intuit Anywhere, Intuit Partner Platform, Web Connector, QuickBooks Merchant Services, and more.",
"keywords": ["quickbooks","intuit","intuit anywhere","intuit partner platform","quickbooks web connector","qbxml","intuit data services","quickbooks merchant services","intuit merchant services","web connector"],
"homepage": "http://www.consolibyte.com/",
"license": "EPL-1.0",
"authors": [
{
"name": "Keith Palmer",
"email": "[email protected]",
"homepage": "http://www.consolibyte.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.0.0"
},
"autoload": {
"files": ["QuickBooks.php"]
}
}