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

add intuit sdk depdency

This commit is contained in:
karneaud 2024-07-29 16:15:43 -04:00
parent 241e70863f
commit 6e587f96cf
2 changed files with 66 additions and 6 deletions

View File

@ -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",

65
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": "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"