From 3bddbb59e253d70a99509c8c2aa1d2b03e2eb499 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Feb 2024 13:27:17 +1100 Subject: [PATCH] Update ubl libs => invoiceninja --- composer.json | 2 +- composer.lock | 209 ++++++++++++++++++++++++++------------------------ 2 files changed, 108 insertions(+), 103 deletions(-) diff --git a/composer.json b/composer.json index 8a48a1dfd65c..c503a5a5b4b7 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "beganovich/snappdf": "^4", "braintree/braintree_php": "^6.0", "checkout/checkout-sdk-php": "^3.0", - "cleverit/ubl_invoice": "^1.3", + "invoiceninja/ubl_invoice": "^2", "doctrine/dbal": "^3.0", "eway/eway-rapid-php": "^1.3", "fakerphp/faker": "^1.14", diff --git a/composer.lock b/composer.lock index 996b296ac9a6..5a6b0f06e414 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": "359f228fda9c04b6ed93f1e337152473", + "content-hash": "a1bebba0b0ac5d8ed26813339eee514c", "packages": [ { "name": "afosto/yaac", @@ -1783,65 +1783,6 @@ }, "time": "2024-01-10T13:50:01+00:00" }, - { - "name": "cleverit/ubl_invoice", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/CleverIT/UBL_invoice.git", - "reference": "3a9ad41ae9039e718bee29eea9127e6f0c819c71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/CleverIT/UBL_invoice/zipball/3a9ad41ae9039e718bee29eea9127e6f0c819c71", - "reference": "3a9ad41ae9039e718bee29eea9127e6f0c819c71", - "shasum": "" - }, - "require": { - "sabre/xml": "^1.5" - }, - "require-dev": { - "greenter/ubl-validator": "^2.0", - "phpunit/phpunit": "^7.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "CleverIt\\UBL\\Invoice\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bram van Eijk | CleverIT", - "email": "bram@cleverit.nl", - "homepage": "http://www.cleverit.nl", - "role": "Developer" - } - ], - "description": "A PHP wrapper for UBL invoices", - "homepage": "https://github.com/CleverIT/UBL_invoice", - "keywords": [ - "clever invoice", - "cleverit", - "electronic invoice", - "invoice", - "ubl", - "ublinvoice", - "xml", - "xml invoice" - ], - "support": { - "issues": "https://github.com/CleverIT/UBL_invoice/issues", - "source": "https://github.com/CleverIT/UBL_invoice/tree/v1.3.0" - }, - "time": "2019-02-05T13:34:30+00:00" - }, { "name": "clue/stream-filter", "version": "v1.7.0", @@ -3514,16 +3455,16 @@ }, { "name": "google/apiclient-services", - "version": "v0.333.1", + "version": "v0.334.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-api-php-client-services.git", - "reference": "f82f631755771082cc9070592b82596b359ce6da" + "reference": "5d2ebd6199b34b4b207eff2118bb783ae7b6f413" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/f82f631755771082cc9070592b82596b359ce6da", - "reference": "f82f631755771082cc9070592b82596b359ce6da", + "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/5d2ebd6199b34b4b207eff2118bb783ae7b6f413", + "reference": "5d2ebd6199b34b4b207eff2118bb783ae7b6f413", "shasum": "" }, "require": { @@ -3552,9 +3493,9 @@ ], "support": { "issues": "https://github.com/googleapis/google-api-php-client-services/issues", - "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.333.1" + "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.334.0" }, - "time": "2024-01-29T01:16:44+00:00" + "time": "2024-02-04T01:06:40+00:00" }, { "name": "google/auth", @@ -4886,6 +4827,70 @@ }, "time": "2023-08-20T23:21:28+00:00" }, + { + "name": "invoiceninja/ubl_invoice", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/invoiceninja/UBL_invoice.git", + "reference": "02735339bf89f9a48da7d8b11d991dbe812d713e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/invoiceninja/UBL_invoice/zipball/02735339bf89f9a48da7d8b11d991dbe812d713e", + "reference": "02735339bf89f9a48da7d8b11d991dbe812d713e", + "shasum": "" + }, + "require": { + "goetas-webservices/xsd2php-runtime": "^0.2.2", + "sabre/xml": "^4.0" + }, + "require-dev": { + "goetas-webservices/xsd2php": "^0.3", + "greenter/ubl-validator": "^2", + "phpunit/phpunit": "^10" + }, + "type": "library", + "autoload": { + "psr-4": { + "CleverIt\\UBL\\Invoice\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bram van Eijk | CleverIT", + "email": "bram@cleverit.nl", + "homepage": "http://www.cleverit.nl", + "role": "Developer" + }, + { + "name": "David Bomba", + "email": "turbo124@gmail.com" + } + ], + "description": "A PHP wrapper for UBL invoices - forked from CleverIT", + "homepage": "https://github.com/invoiceninja/UBL_invoice", + "keywords": [ + "clever invoice", + "cleverit", + "electronic invoice", + "invoice", + "ubl", + "ublinvoice", + "xml", + "xml invoice" + ], + "support": { + "source": "https://github.com/invoiceninja/UBL_invoice/tree/v2.0.1" + }, + "time": "2024-02-05T02:16:14+00:00" + }, { "name": "jean85/pretty-package-versions", "version": "2.0.5", @@ -6317,16 +6322,16 @@ }, { "name": "league/flysystem", - "version": "3.23.1", + "version": "3.24.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e" + "reference": "b25a361508c407563b34fac6f64a8a17a8819675" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e", - "reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b25a361508c407563b34fac6f64a8a17a8819675", + "reference": "b25a361508c407563b34fac6f64a8a17a8819675", "shasum": "" }, "require": { @@ -6346,7 +6351,7 @@ "require-dev": { "async-aws/s3": "^1.5 || ^2.0", "async-aws/simple-s3": "^1.1 || ^2.0", - "aws/aws-sdk-php": "^3.220.0", + "aws/aws-sdk-php": "^3.295.10", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", @@ -6357,7 +6362,7 @@ "phpseclib/phpseclib": "^3.0.34", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", - "sabre/dav": "^4.3.1" + "sabre/dav": "^4.6.0" }, "type": "library", "autoload": { @@ -6391,7 +6396,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.23.1" + "source": "https://github.com/thephpleague/flysystem/tree/3.24.0" }, "funding": [ { @@ -6403,24 +6408,24 @@ "type": "github" } ], - "time": "2024-01-26T18:42:03+00:00" + "time": "2024-02-04T12:10:17+00:00" }, { "name": "league/flysystem-aws-s3-v3", - "version": "3.23.1", + "version": "3.24.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", - "reference": "97728e7a0d40ec9c6147eb0f4ee4cdc6ff0a8240" + "reference": "809474e37b7fb1d1f8bcc0f8a98bc1cae99aa513" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/97728e7a0d40ec9c6147eb0f4ee4cdc6ff0a8240", - "reference": "97728e7a0d40ec9c6147eb0f4ee4cdc6ff0a8240", + "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/809474e37b7fb1d1f8bcc0f8a98bc1cae99aa513", + "reference": "809474e37b7fb1d1f8bcc0f8a98bc1cae99aa513", "shasum": "" }, "require": { - "aws/aws-sdk-php": "^3.220.0", + "aws/aws-sdk-php": "^3.295.10", "league/flysystem": "^3.10.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" @@ -6456,8 +6461,7 @@ "storage" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues", - "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.23.1" + "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.24.0" }, "funding": [ { @@ -6469,7 +6473,7 @@ "type": "github" } ], - "time": "2024-01-26T18:25:23+00:00" + "time": "2024-01-26T18:43:21+00:00" }, { "name": "league/flysystem-local", @@ -10843,16 +10847,16 @@ }, { "name": "sabre/uri", - "version": "2.3.3", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sabre-io/uri.git", - "reference": "7e0e7dfd0b7e14346a27eabd66e843a6e7f1812b" + "reference": "1774043c843f1db7654ecc93368a98be29b07544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/uri/zipball/7e0e7dfd0b7e14346a27eabd66e843a6e7f1812b", - "reference": "7e0e7dfd0b7e14346a27eabd66e843a6e7f1812b", + "url": "https://api.github.com/repos/sabre-io/uri/zipball/1774043c843f1db7654ecc93368a98be29b07544", + "reference": "1774043c843f1db7654ecc93368a98be29b07544", "shasum": "" }, "require": { @@ -10899,20 +10903,20 @@ "issues": "https://github.com/sabre-io/uri/issues", "source": "https://github.com/fruux/sabre-uri" }, - "time": "2023-06-09T06:54:04+00:00" + "time": "2023-06-09T07:04:02+00:00" }, { "name": "sabre/xml", - "version": "1.5.1", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sabre-io/xml.git", - "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e" + "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/xml/zipball/a367665f1df614c3b8fefc30a54de7cd295e444e", - "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e", + "url": "https://api.github.com/repos/sabre-io/xml/zipball/99caa5dd248776ca6a1e1d2cfdef556a3fa63456", + "reference": "99caa5dd248776ca6a1e1d2cfdef556a3fa63456", "shasum": "" }, "require": { @@ -10920,12 +10924,13 @@ "ext-xmlreader": "*", "ext-xmlwriter": "*", "lib-libxml": ">=2.6.20", - "php": ">=5.5.5", - "sabre/uri": ">=1.0,<3.0.0" + "php": "^7.4 || ^8.0", + "sabre/uri": ">=2.0,<4.0.0" }, "require-dev": { - "phpunit/phpunit": "~4.8|~5.7", - "sabre/cs": "~1.0.0" + "friendsofphp/php-cs-fixer": "^3.38", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.6" }, "type": "library", "autoload": { @@ -10967,7 +10972,7 @@ "issues": "https://github.com/sabre-io/xml/issues", "source": "https://github.com/fruux/sabre-xml" }, - "time": "2019-01-09T13:51:57+00:00" + "time": "2023-11-09T10:47:15+00:00" }, { "name": "sentry/sdk", @@ -17790,16 +17795,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.9", + "version": "10.5.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe" + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", - "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50b8e314b6d0dd06521dc31d1abffa73f25f850c", + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c", "shasum": "" }, "require": { @@ -17871,7 +17876,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.9" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.10" }, "funding": [ { @@ -17887,7 +17892,7 @@ "type": "tidelift" } ], - "time": "2024-01-22T14:35:40+00:00" + "time": "2024-02-04T09:07:51+00:00" }, { "name": "sebastian/cli-parser",