diff --git a/composer.json b/composer.json index b5257d0bd0f8..f4547783fcab 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 425a1963ed95..9d754937d8e3 100644 --- a/composer.lock +++ b/composer.lock @@ -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",