Work in progress determining user type

This commit is contained in:
Deon George
2018-07-06 16:57:49 +10:00
parent 1ac764f05e
commit 14b568b735
15 changed files with 385 additions and 80 deletions

47
composer.lock generated
View File

@@ -3442,6 +3442,53 @@
],
"time": "2018-05-26T01:33:24+00:00"
},
{
"name": "quickbooks/v3-php-sdk",
"version": "v5.0.1",
"source": {
"type": "git",
"url": "https://github.com/intuit/QuickBooks-V3-PHP-SDK.git",
"reference": "f1b1db3171dc2005e072a36ed7d240ccc0412c15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/intuit/QuickBooks-V3-PHP-SDK/zipball/f1b1db3171dc2005e072a36ed7d240ccc0412c15",
"reference": "f1b1db3171dc2005e072a36ed7d240ccc0412c15",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"QuickBooksOnline\\API\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "hlu2",
"email": "Hao_Lu@intuit.com"
}
],
"description": "The Official PHP SDK for QuickBooks Online Accounting API",
"homepage": "http://developer.intuit.com",
"keywords": [
"api",
"http",
"quickbooks",
"rest",
"smallbusiness"
],
"time": "2018-05-26T01:33:24+00:00"
},
{
"name": "ramsey/uuid",
"version": "3.7.3",