From 6e587f96cf8d79c65b0a551aea598c7a6366eb0f Mon Sep 17 00:00:00 2001 From: karneaud Date: Mon, 29 Jul 2024 16:15:43 -0400 Subject: [PATCH] add intuit sdk depdency --- composer.json | 7 +++--- composer.lock | 65 ++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 66 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e3b795c88121..f101e614e3cb 100644 --- a/composer.json +++ b/composer.json @@ -32,10 +32,10 @@ "type": "project", "require": { "php": "^8.2", + "ext-curl": "*", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", - "ext-curl": "*", "afosto/yaac": "^1.4", "asm/php-ansible": "dev-main", "authorizenet/authorizenet": "^2.0", @@ -57,12 +57,12 @@ "hedii/laravel-gelf-logger": "^9", "horstoeko/orderx": "dev-master", "horstoeko/zugferd": "^1", - "horstoeko/zugferdvisualizer":"^1", + "horstoeko/zugferdvisualizer": "^1", "hyvor/php-json-exporter": "^0.0.3", "imdhemy/laravel-purchases": "^1.7", "intervention/image": "^2.5", - "invoiceninja/inspector": "^3.0", "invoiceninja/einvoice": "dev-main", + "invoiceninja/inspector": "^3.0", "invoiceninja/ubl_invoice": "^2", "josemmo/facturae-php": "^1.7", "laracasts/presenter": "^0.2.1", @@ -87,6 +87,7 @@ "predis/predis": "^2", "psr/http-message": "^1.0", "pusher/pusher-php-server": "^7.2", + "quickbooks/v3-php-sdk": "^6.1", "razorpay/razorpay": "2.*", "sentry/sentry-laravel": "^4", "setasign/fpdf": "^1.8", diff --git a/composer.lock b/composer.lock index 541f0c04527b..9da1cb356009 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": "edc6905124cb32fef6a13befb3d5a4e1", + "content-hash": "f137c4c97faf7721366179f36c1ca72a", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -9896,6 +9896,65 @@ }, "time": "2023-12-15T10:58:53+00:00" }, + { + "name": "quickbooks/v3-php-sdk", + "version": "v6.1.3", + "source": { + "type": "git", + "url": "https://github.com/intuit/QuickBooks-V3-PHP-SDK.git", + "reference": "2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/intuit/QuickBooks-V3-PHP-SDK/zipball/2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2", + "reference": "2e7be89a9b2e846ec8c8fdceb4c9bf102317f3a2", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "php": ">=5.6.0" + }, + "require-dev": { + "php-mock/php-mock": "^2.3", + "php-mock/php-mock-phpunit": "^2.6", + "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8" + }, + "suggest": { + "ext-curl": "Uses Curl to make HTTP Requests", + "guzzlehttp/guzzle": "Uses Guzzle to make HTTP Requests" + }, + "type": "library", + "autoload": { + "psr-4": { + "QuickBooksOnline\\API\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "abisalehalliprasan", + "email": "anil_kumar3@intuit.com" + } + ], + "description": "The Official PHP SDK for QuickBooks Online Accounting API", + "homepage": "http://developer.intuit.com", + "keywords": [ + "api", + "http", + "quickbooks", + "rest", + "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" + }, + "time": "2024-05-28T11:13:18+00:00" + }, { "name": "ralouphie/getallheaders", "version": "3.0.3", @@ -19590,10 +19649,10 @@ "prefer-lowest": false, "platform": { "php": "^8.2", + "ext-curl": "*", "ext-dom": "*", "ext-json": "*", - "ext-libxml": "*", - "ext-curl": "*" + "ext-libxml": "*" }, "platform-dev": [], "plugin-api-version": "2.6.0"