1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

updae quickbooks sdk

This commit is contained in:
karneaud 2024-08-15 21:39:57 -04:00
parent d85f0b98fd
commit 3e0c6f2986
2 changed files with 84 additions and 11 deletions

View File

@ -86,7 +86,7 @@
"predis/predis": "^2",
"psr/http-message": "^1.0",
"pusher/pusher-php-server": "^7.2",
"quickbooks/v3-php-sdk": "^6.1",
"quickbooks/v3-php-sdk": "6.1.4-alpha",
"razorpay/razorpay": "2.*",
"sentry/sentry-laravel": "^4",
"setasign/fpdf": "^1.8",
@ -200,6 +200,10 @@
{
"type": "vcs",
"url": "https://github.com/turbo124/snappdf"
},
{
"type":"vcs",
"url":"https://github.com/karneaud/QuickBooks-V3-PHP-SDK.git"
}
],
"minimum-stability": "dev",

89
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": "f137c4c97faf7721366179f36c1ca72a",
"content-hash": "9e7ea46cfef2848f4eac13cc9c0c679a",
"packages": [
{
"name": "adrienrn/php-mimetyper",
@ -4048,6 +4048,68 @@
},
"time": "2024-07-22T02:40:27+00:00"
},
{
"name": "invoiceninja/inspector",
"version": "v3.0",
"source": {
"type": "git",
"url": "https://github.com/invoiceninja/inspector.git",
"reference": "29bc1ee7ae9d967287ecbd3485a2fee41a13e65f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/invoiceninja/inspector/zipball/29bc1ee7ae9d967287ecbd3485a2fee41a13e65f",
"reference": "29bc1ee7ae9d967287ecbd3485a2fee41a13e65f",
"shasum": ""
},
"require": {
"doctrine/dbal": "^4.0",
"illuminate/support": "^11.0",
"php": "^8.2"
},
"require-dev": {
"orchestra/testbench": "^9.1",
"phpunit/phpunit": "^11.1"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"InvoiceNinja\\Inspector\\InspectorServiceProvider"
],
"aliases": {
"Inspector": "InvoiceNinja\\Inspector\\InspectorFacade"
}
}
},
"autoload": {
"psr-4": {
"InvoiceNinja\\Inspector\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Benjamin Beganović",
"email": "benjamin.beganovic4@outlook.com",
"role": "Developer"
}
],
"description": "Simplified database records management",
"homepage": "https://github.com/invoiceninja/inspector",
"keywords": [
"inspector",
"invoiceninja"
],
"support": {
"issues": "https://github.com/invoiceninja/inspector/issues",
"source": "https://github.com/invoiceninja/inspector/tree/v3.0"
},
"time": "2024-06-04T12:31:47+00:00"
},
{
"name": "invoiceninja/ubl_invoice",
"version": "v2.2.2",
@ -9090,16 +9152,16 @@
},
{
"name": "quickbooks/v3-php-sdk",
"version": "v6.1.3",
"version": "v6.1.4-alpha",
"source": {
"type": "git",
"url": "https://github.com/intuit/QuickBooks-V3-PHP-SDK.git",
"reference": "2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2"
"url": "https://github.com/karneaud/QuickBooks-V3-PHP-SDK.git",
"reference": "89ff2b6dcfc94634cf5806cacda1286a6898249f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/intuit/QuickBooks-V3-PHP-SDK/zipball/2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2",
"reference": "2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2",
"url": "https://api.github.com/repos/karneaud/QuickBooks-V3-PHP-SDK/zipball/89ff2b6dcfc94634cf5806cacda1286a6898249f",
"reference": "89ff2b6dcfc94634cf5806cacda1286a6898249f",
"shasum": ""
},
"require": {
@ -9122,7 +9184,15 @@
"QuickBooksOnline\\API\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"archive": {
"exclude": [
"/docs",
"/src/Utility.Test",
"/src/XSD2PHP/docs",
"/src/XSD2PHP/test",
"/test"
]
},
"license": [
"Apache-2.0"
],
@ -9142,10 +9212,9 @@
"smallbusiness"
],
"support": {
"issues": "https://github.com/intuit/QuickBooks-V3-PHP-SDK/issues",
"source": "https://github.com/intuit/QuickBooks-V3-PHP-SDK/tree/v6.1.3"
"source": "https://github.com/karneaud/QuickBooks-V3-PHP-SDK/tree/v6.1.4-alpha"
},
"time": "2024-05-28T11:13:18+00:00"
"time": "2024-08-16T01:21:19+00:00"
},
{
"name": "ralouphie/getallheaders",