diff --git a/composer.json b/composer.json index d6ae389afaff..0d071ca1da10 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "halaxa/json-machine": "^0.7.0", "hashids/hashids": "^4.0", "hedii/laravel-gelf-logger": "^7.0", - "horstoeko/zugferd": "dev-master", + "horstoeko/zugferd": "^1", "imdhemy/laravel-purchases": "^1.7", "intervention/image": "^2.5", "invoiceninja/inspector": "^1.0", @@ -170,11 +170,5 @@ } }, "minimum-stability": "dev", - "prefer-stable": true, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/turbo124/zugferd.git" - } - ] + "prefer-stable": true } diff --git a/composer.lock b/composer.lock index 6e9124a5e1b7..2be5001245e6 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": "b48cfe4230f3fd18612bc2852ae2e029", + "content-hash": "9d7348352c913eb82fcca2e67670e1f8", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -424,16 +424,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.278.3", + "version": "3.279.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "596534c0627d8b38597061341e99b460437d1a16" + "reference": "7b3d38cfccd393add0ea0ce281de91846967c61e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/596534c0627d8b38597061341e99b460437d1a16", - "reference": "596534c0627d8b38597061341e99b460437d1a16", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7b3d38cfccd393add0ea0ce281de91846967c61e", + "reference": "7b3d38cfccd393add0ea0ce281de91846967c61e", "shasum": "" }, "require": { @@ -442,11 +442,11 @@ "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "guzzlehttp/promises": "^1.4.0", + "guzzlehttp/promises": "^1.4.0 || ^2.0", "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "mtdowling/jmespath.php": "^2.6", - "php": ">=5.5", - "psr/http-message": "^1.0" + "php": ">=7.2.5", + "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", @@ -461,7 +461,7 @@ "ext-sockets": "*", "nette/neon": "^2.3", "paragonie/random_compat": ">= 2", - "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5", + "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", "psr/cache": "^1.0", "psr/simple-cache": "^1.0", "sebastian/comparator": "^1.2.3 || ^4.0", @@ -513,9 +513,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.278.3" + "source": "https://github.com/aws/aws-sdk-php/tree/3.279.0" }, - "time": "2023-08-15T18:07:55+00:00" + "time": "2023-08-16T18:18:34+00:00" }, { "name": "bacon/bacon-qr-code", @@ -2832,29 +2832,33 @@ }, { "name": "guzzlehttp/promises", - "version": "1.5.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", - "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", + "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -2891,7 +2895,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.3" + "source": "https://github.com/guzzle/promises/tree/2.0.1" }, "funding": [ { @@ -2907,7 +2911,7 @@ "type": "tidelift" } ], - "time": "2023-05-21T12:31:43+00:00" + "time": "2023-08-03T15:11:55+00:00" }, { "name": "guzzlehttp/psr7", @@ -3344,16 +3348,16 @@ }, { "name": "horstoeko/zugferd", - "version": "dev-master", + "version": "v1.0.23", "source": { "type": "git", - "url": "https://github.com/turbo124/zugferd.git", - "reference": "2d27efab66d948266dd439db5caeeb8ed1756b4c" + "url": "https://github.com/horstoeko/zugferd.git", + "reference": "bb55417be4c4de8deb0113e832feeaf7b4d3984e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/turbo124/zugferd/zipball/2d27efab66d948266dd439db5caeeb8ed1756b4c", - "reference": "2d27efab66d948266dd439db5caeeb8ed1756b4c", + "url": "https://api.github.com/repos/horstoeko/zugferd/zipball/bb55417be4c4de8deb0113e832feeaf7b4d3984e", + "reference": "bb55417be4c4de8deb0113e832feeaf7b4d3984e", "shasum": "" }, "require": { @@ -3379,60 +3383,17 @@ "sebastian/phpcpd": "^6", "squizlabs/php_codesniffer": "^3" }, - "default-branch": true, "type": "package", "autoload": { "psr-4": { "horstoeko\\zugferd\\": "src", - "horstoeko\\zugferd\\rsm\\": "src/entities/rsm", "horstoeko\\zugferd\\qdt\\": "src/entities/qdt", "horstoeko\\zugferd\\ram\\": "src/entities/ram", + "horstoeko\\zugferd\\rsm\\": "src/entities/rsm", "horstoeko\\zugferd\\udt\\": "src/entities/udt" } }, - "autoload-dev": { - "psr-4": { - "horstoeko\\zugferd\\tests\\": "tests" - } - }, - "scripts": { - "tests": [ - "./vendor/bin/phpunit ./tests/" - ], - "testsreal": [ - "./vendor/bin/phpunit --configuration ./build/phpunit.xml" - ], - "phpcs": [ - "./vendor/bin/phpcs --standard=./build/phpcsrules.xml --extensions=php --ignore=autoload.php ./src ./tests" - ], - "phpcs12": [ - "./vendor/bin/phpcs --standard=./build/phpcsrules_psr12.xml --extensions=php --ignore=autoload.php ./src ./tests" - ], - "phpcbf": [ - "./vendor/bin/phpcbf -q ./src ./tests" - ], - "phpcbf1": [ - "./vendor/bin/phpcbf --standard=./build/phpcsrules_psr1.xml -q ./src ./tests" - ], - "phpcbf2": [ - "./vendor/bin/phpcbf --standard=./build/phpcsrules_psr2.xml -q ./src ./tests" - ], - "phpcbf12": [ - "./vendor/bin/phpcbf --standard=./build/phpcsrules_psr12.xml -q ./src ./tests" - ], - "phpcbfsq": [ - "./vendor/bin/phpcbf --standard=./build/phpcsrules_squiz.xml -q ./src ./tests" - ], - "phpstan": [ - "./vendor/bin/phpstan analyze -c ./build/phpstan.neon --autoload-file=vendor/autoload.php --no-interaction --no-progress --xdebug" - ], - "phpstan_cs": [ - "./vendor/bin/phpstan analyze -c ./build/phpstan.neon --autoload-file=vendor/autoload.php --no-interaction --no-progress --error-format=checkstyle --xdebug" - ], - "makedoc": [ - "phing -f ./build.xml projectdoc" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3446,16 +3407,17 @@ "description": "A library for creating and reading european electronic invoices", "homepage": "https://github.com/horstoeko/zugferd", "keywords": [ + "ZUGFeRD", "electronic", "factur-x", "invoice", - "xrechnung", - "zugferd" + "xrechnung" ], "support": { - "source": "https://github.com/turbo124/zugferd/tree/add_string_output_for_pdf" + "issues": "https://github.com/horstoeko/zugferd/issues", + "source": "https://github.com/horstoeko/zugferd/tree/v1.0.23" }, - "time": "2023-08-16T10:23:41+00:00" + "time": "2023-08-16T17:39:36+00:00" }, { "name": "http-interop/http-factory-guzzle", @@ -5902,16 +5864,16 @@ }, { "name": "moneyphp/money", - "version": "v4.1.1", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/moneyphp/money.git", - "reference": "9682220995ffd396843be5b4ee1e5f2c2d6ecee2" + "reference": "f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/moneyphp/money/zipball/9682220995ffd396843be5b4ee1e5f2c2d6ecee2", - "reference": "9682220995ffd396843be5b4ee1e5f2c2d6ecee2", + "url": "https://api.github.com/repos/moneyphp/money/zipball/f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f", + "reference": "f660ab7f1d7a4c2ffdd30f50c55ed2c95c26fc3f", "shasum": "" }, "require": { @@ -5985,9 +5947,9 @@ ], "support": { "issues": "https://github.com/moneyphp/money/issues", - "source": "https://github.com/moneyphp/money/tree/v4.1.1" + "source": "https://github.com/moneyphp/money/tree/v4.2.0" }, - "time": "2023-04-11T09:18:34+00:00" + "time": "2023-08-16T14:31:24+00:00" }, { "name": "monolog/monolog", @@ -18365,7 +18327,6 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "horstoeko/zugferd": 20, "webpatser/laravel-countries": 20 }, "prefer-stable": true,