Initial integration with Quickbooks

This commit is contained in:
Deon George
2019-06-12 16:25:15 +10:00
parent eb254def7a
commit 9fa773d283
12 changed files with 658 additions and 2 deletions

63
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "811c846e37c98427b477d58a8e8ded48",
"content-hash": "8d997e88df489137705fe8a879e16642",
"packages": [
{
"name": "acacha/user",
@@ -4084,6 +4084,67 @@
],
"time": "2018-04-12T09:34:43+00:00"
},
{
"name": "spinen/laravel-quickbooks-client",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/spinen/laravel-quickbooks-client.git",
"reference": "7360de3e07f1b397452c0b668787cfc0bb54b674"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spinen/laravel-quickbooks-client/zipball/7360de3e07f1b397452c0b668787cfc0bb54b674",
"reference": "7360de3e07f1b397452c0b668787cfc0bb54b674",
"shasum": ""
},
"require": {
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/http": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/routing": "5.5.*|5.6.*|5.7.*|5.8.*",
"nesbot/carbon": "^1.26.3 || ^2.0",
"php": ">=7.2",
"quickbooks/v3-php-sdk": "^5.0.3"
},
"require-dev": {
"mockery/mockery": "^1",
"phpunit/phpunit": "~7.0.1|~8.0",
"psy/psysh": "^0.5.1",
"symfony/thanks": "^1.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spinen\\QuickBooks\\Providers\\ServiceProvider",
"Spinen\\QuickBooks\\Providers\\ClientServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spinen\\QuickBooks\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jimmy Puckett",
"email": "jimmy.puckett@spinen.com"
}
],
"description": "SPINEN's Laravel Client for QuickBooks.",
"keywords": [
"client",
"laravel",
"quickbooks",
"spinen"
],
"time": "2019-02-27T02:38:48+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.2.1",