mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
updae quickbooks sdk
This commit is contained in:
parent
d85f0b98fd
commit
3e0c6f2986
@ -86,7 +86,7 @@
|
|||||||
"predis/predis": "^2",
|
"predis/predis": "^2",
|
||||||
"psr/http-message": "^1.0",
|
"psr/http-message": "^1.0",
|
||||||
"pusher/pusher-php-server": "^7.2",
|
"pusher/pusher-php-server": "^7.2",
|
||||||
"quickbooks/v3-php-sdk": "^6.1",
|
"quickbooks/v3-php-sdk": "6.1.4-alpha",
|
||||||
"razorpay/razorpay": "2.*",
|
"razorpay/razorpay": "2.*",
|
||||||
"sentry/sentry-laravel": "^4",
|
"sentry/sentry-laravel": "^4",
|
||||||
"setasign/fpdf": "^1.8",
|
"setasign/fpdf": "^1.8",
|
||||||
@ -200,6 +200,10 @@
|
|||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/turbo124/snappdf"
|
"url": "https://github.com/turbo124/snappdf"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type":"vcs",
|
||||||
|
"url":"https://github.com/karneaud/QuickBooks-V3-PHP-SDK.git"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
|
89
composer.lock
generated
89
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "f137c4c97faf7721366179f36c1ca72a",
|
"content-hash": "9e7ea46cfef2848f4eac13cc9c0c679a",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "adrienrn/php-mimetyper",
|
"name": "adrienrn/php-mimetyper",
|
||||||
@ -4048,6 +4048,68 @@
|
|||||||
},
|
},
|
||||||
"time": "2024-07-22T02:40:27+00:00"
|
"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",
|
"name": "invoiceninja/ubl_invoice",
|
||||||
"version": "v2.2.2",
|
"version": "v2.2.2",
|
||||||
@ -9090,16 +9152,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "quickbooks/v3-php-sdk",
|
"name": "quickbooks/v3-php-sdk",
|
||||||
"version": "v6.1.3",
|
"version": "v6.1.4-alpha",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/intuit/QuickBooks-V3-PHP-SDK.git",
|
"url": "https://github.com/karneaud/QuickBooks-V3-PHP-SDK.git",
|
||||||
"reference": "2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2"
|
"reference": "89ff2b6dcfc94634cf5806cacda1286a6898249f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/intuit/QuickBooks-V3-PHP-SDK/zipball/2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2",
|
"url": "https://api.github.com/repos/karneaud/QuickBooks-V3-PHP-SDK/zipball/89ff2b6dcfc94634cf5806cacda1286a6898249f",
|
||||||
"reference": "2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2",
|
"reference": "89ff2b6dcfc94634cf5806cacda1286a6898249f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -9122,7 +9184,15 @@
|
|||||||
"QuickBooksOnline\\API\\": "src/"
|
"QuickBooksOnline\\API\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"archive": {
|
||||||
|
"exclude": [
|
||||||
|
"/docs",
|
||||||
|
"/src/Utility.Test",
|
||||||
|
"/src/XSD2PHP/docs",
|
||||||
|
"/src/XSD2PHP/test",
|
||||||
|
"/test"
|
||||||
|
]
|
||||||
|
},
|
||||||
"license": [
|
"license": [
|
||||||
"Apache-2.0"
|
"Apache-2.0"
|
||||||
],
|
],
|
||||||
@ -9142,10 +9212,9 @@
|
|||||||
"smallbusiness"
|
"smallbusiness"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/intuit/QuickBooks-V3-PHP-SDK/issues",
|
"source": "https://github.com/karneaud/QuickBooks-V3-PHP-SDK/tree/v6.1.4-alpha"
|
||||||
"source": "https://github.com/intuit/QuickBooks-V3-PHP-SDK/tree/v6.1.3"
|
|
||||||
},
|
},
|
||||||
"time": "2024-05-28T11:13:18+00:00"
|
"time": "2024-08-16T01:21:19+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ralouphie/getallheaders",
|
"name": "ralouphie/getallheaders",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user