Update composer and added Order-X library

This commit is contained in:
Lars Kusch 2024-03-11 15:06:47 +01:00
parent db54fa39ac
commit d8f09c7903
3 changed files with 268 additions and 97 deletions

View File

@ -54,6 +54,7 @@
"hashids/hashids": "^4.0",
"hedii/laravel-gelf-logger": "^8",
"horstoeko/zugferd": "^1",
"horstoeko/orderx": "^1",
"imdhemy/laravel-purchases": "^1.7",
"intervention/image": "^2.5",
"invoiceninja/inspector": "^2.0",
@ -110,7 +111,6 @@
"barryvdh/laravel-ide-helper": "^2.13",
"beyondcode/laravel-query-detector": "^1.8",
"brianium/paratest": "^7",
"fakerphp/faker": "^1.14",
"filp/whoops": "^2.7",
"friendsofphp/php-cs-fixer": "^3.14",
"laracasts/cypress": "^3.0",

361
composer.lock generated
View File

@ -4,8 +4,48 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "dc9142e4af116b98de0ac6310297dba6",
"content-hash": "c715e13d526b7efd435b28f9a45cb8d1",
"packages": [
{
"name": "adrienrn/php-mimetyper",
"version": "0.2.2",
"source": {
"type": "git",
"url": "https://github.com/adrienrn/php-mimetyper.git",
"reference": "702e00a604b4baed34d69730ce055e05c0f43932"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/adrienrn/php-mimetyper/zipball/702e00a604b4baed34d69730ce055e05c0f43932",
"reference": "702e00a604b4baed34d69730ce055e05c0f43932",
"shasum": ""
},
"require": {
"dflydev/apache-mime-types": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"MimeTyper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hussard",
"email": "adrien.ricartnoblet@gmail.com"
}
],
"description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
"support": {
"issues": "https://github.com/adrienrn/php-mimetyper/issues",
"source": "https://github.com/adrienrn/php-mimetyper/tree/0.2.2"
},
"time": "2018-09-27T09:45:05+00:00"
},
{
"name": "afosto/yaac",
"version": "v1.5.2",
@ -514,16 +554,16 @@
},
{
"name": "amphp/pipeline",
"version": "v1.1.0",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/pipeline.git",
"reference": "8a0ecc281bb0932d6b4a786453aff18c55756e63"
"reference": "f1c2ce35d27ae86ead018adb803eccca7421dd9b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/pipeline/zipball/8a0ecc281bb0932d6b4a786453aff18c55756e63",
"reference": "8a0ecc281bb0932d6b4a786453aff18c55756e63",
"url": "https://api.github.com/repos/amphp/pipeline/zipball/f1c2ce35d27ae86ead018adb803eccca7421dd9b",
"reference": "f1c2ce35d27ae86ead018adb803eccca7421dd9b",
"shasum": ""
},
"require": {
@ -569,7 +609,7 @@
],
"support": {
"issues": "https://github.com/amphp/pipeline/issues",
"source": "https://github.com/amphp/pipeline/tree/v1.1.0"
"source": "https://github.com/amphp/pipeline/tree/v1.2.0"
},
"funding": [
{
@ -577,7 +617,7 @@
"type": "github"
}
],
"time": "2023-12-23T04:34:28+00:00"
"time": "2024-03-10T14:48:16+00:00"
},
{
"name": "amphp/process",
@ -1343,16 +1383,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.300.13",
"version": "3.300.14",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "b1eb7307d30ebcfa4e156971f658c2d177434db3"
"reference": "f1e0c37d8403d7097c2c808c184137e6517d54be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b1eb7307d30ebcfa4e156971f658c2d177434db3",
"reference": "b1eb7307d30ebcfa4e156971f658c2d177434db3",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f1e0c37d8403d7097c2c808c184137e6517d54be",
"reference": "f1e0c37d8403d7097c2c808c184137e6517d54be",
"shasum": ""
},
"require": {
@ -1432,9 +1472,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.300.13"
"source": "https://github.com/aws/aws-sdk-php/tree/3.300.14"
},
"time": "2024-03-07T19:14:04+00:00"
"time": "2024-03-08T19:05:39+00:00"
},
{
"name": "bacon/bacon-qr-code",
@ -2019,6 +2059,65 @@
},
"time": "2022-09-20T18:15:38+00:00"
},
{
"name": "dflydev/apache-mime-types",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
"reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
"reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"twig/twig": "1.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Dflydev\\ApacheMimeTypes": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
}
],
"description": "Apache MIME Types",
"keywords": [
"apache",
"mime",
"mimetypes"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-apache-mime-types/issues",
"source": "https://github.com/dflydev/dflydev-apache-mime-types/tree/v1.0.1"
},
"time": "2013-05-14T02:02:01+00:00"
},
{
"name": "dflydev/dot-access-data",
"version": "v3.0.2",
@ -2806,16 +2905,16 @@
},
{
"name": "endroid/qr-code",
"version": "5.0.6",
"version": "5.0.7",
"source": {
"type": "git",
"url": "https://github.com/endroid/qr-code.git",
"reference": "3a9cc61d2d34df93f6edc2140e7880966ee7860f"
"reference": "0cc00f0626b73bc71a1ea17af01387d0ac75e046"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/endroid/qr-code/zipball/3a9cc61d2d34df93f6edc2140e7880966ee7860f",
"reference": "3a9cc61d2d34df93f6edc2140e7880966ee7860f",
"url": "https://api.github.com/repos/endroid/qr-code/zipball/0cc00f0626b73bc71a1ea17af01387d0ac75e046",
"reference": "0cc00f0626b73bc71a1ea17af01387d0ac75e046",
"shasum": ""
},
"require": {
@ -2869,7 +2968,7 @@
],
"support": {
"issues": "https://github.com/endroid/qr-code/issues",
"source": "https://github.com/endroid/qr-code/tree/5.0.6"
"source": "https://github.com/endroid/qr-code/tree/5.0.7"
},
"funding": [
{
@ -2877,7 +2976,7 @@
"type": "github"
}
],
"time": "2024-03-06T22:34:02+00:00"
"time": "2024-03-08T11:24:40+00:00"
},
{
"name": "eway/eway-rapid-php",
@ -3379,16 +3478,16 @@
},
{
"name": "google/apiclient-services",
"version": "v0.338.0",
"version": "v0.339.0",
"source": {
"type": "git",
"url": "https://github.com/googleapis/google-api-php-client-services.git",
"reference": "52aeb042c8d30ac0f98f4051dd4bc523708b1306"
"reference": "5662d2ab3da41ac0e0e99db221a8c22c511c8f9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/52aeb042c8d30ac0f98f4051dd4bc523708b1306",
"reference": "52aeb042c8d30ac0f98f4051dd4bc523708b1306",
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/5662d2ab3da41ac0e0e99db221a8c22c511c8f9c",
"reference": "5662d2ab3da41ac0e0e99db221a8c22c511c8f9c",
"shasum": ""
},
"require": {
@ -3417,9 +3516,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.338.0"
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.339.0"
},
"time": "2024-03-03T00:56:15+00:00"
"time": "2024-03-10T01:06:17+00:00"
},
{
"name": "google/auth",
@ -4239,6 +4338,74 @@
},
"time": "2023-09-22T20:17:48+00:00"
},
{
"name": "horstoeko/orderx",
"version": "v1.0.18",
"source": {
"type": "git",
"url": "https://github.com/horstoeko/orderx.git",
"reference": "0a8535c1cda5574d31e8002e7d03f8bbaafd30ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/horstoeko/orderx/zipball/0a8535c1cda5574d31e8002e7d03f8bbaafd30ed",
"reference": "0a8535c1cda5574d31e8002e7d03f8bbaafd30ed",
"shasum": ""
},
"require": {
"adrienrn/php-mimetyper": "^0.2",
"ext-simplexml": "*",
"goetas-webservices/xsd2php-runtime": "^0.2.13",
"horstoeko/stringmanagement": "^1",
"jms/serializer": "^3",
"php": "^7.3|^7.4|^8",
"setasign/fpdf": "^1",
"setasign/fpdi": "^2",
"smalot/pdfparser": "^0",
"symfony/validator": "^5|^6",
"symfony/yaml": "^5|^6"
},
"require-dev": {
"goetas-webservices/xsd2php": "^0",
"pdepend/pdepend": "^2",
"phploc/phploc": "^7",
"phpmd/phpmd": "^2",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9",
"sebastian/phpcpd": "^6",
"squizlabs/php_codesniffer": "^3"
},
"type": "package",
"autoload": {
"psr-4": {
"horstoeko\\orderx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Erling",
"email": "daniel@erling.com.de",
"role": "lead"
}
],
"description": "A library for creating and reading Order-X document",
"homepage": "https://github.com/horstoeko/orderx",
"keywords": [
"electronic",
"order",
"order-x",
"orderx"
],
"support": {
"issues": "https://github.com/horstoeko/orderx/issues",
"source": "https://github.com/horstoeko/orderx/tree/v1.0.18"
},
"time": "2024-01-27T09:26:23+00:00"
},
{
"name": "horstoeko/stringmanagement",
"version": "v1.0.11",
@ -4295,16 +4462,16 @@
},
{
"name": "horstoeko/zugferd",
"version": "v1.0.34",
"version": "v1.0.36",
"source": {
"type": "git",
"url": "https://github.com/horstoeko/zugferd.git",
"reference": "963b8ab88374e36c056f8ebceb834075be75f0a2"
"reference": "0d15c305328c137365648fe1c34a584d877127fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/horstoeko/zugferd/zipball/963b8ab88374e36c056f8ebceb834075be75f0a2",
"reference": "963b8ab88374e36c056f8ebceb834075be75f0a2",
"url": "https://api.github.com/repos/horstoeko/zugferd/zipball/0d15c305328c137365648fe1c34a584d877127fa",
"reference": "0d15c305328c137365648fe1c34a584d877127fa",
"shasum": ""
},
"require": {
@ -4362,9 +4529,9 @@
],
"support": {
"issues": "https://github.com/horstoeko/zugferd/issues",
"source": "https://github.com/horstoeko/zugferd/tree/v1.0.34"
"source": "https://github.com/horstoeko/zugferd/tree/v1.0.36"
},
"time": "2024-01-27T09:14:13+00:00"
"time": "2024-03-11T04:34:59+00:00"
},
{
"name": "http-interop/http-factory-guzzle",
@ -4861,16 +5028,16 @@
},
{
"name": "jean85/pretty-package-versions",
"version": "2.0.5",
"version": "2.0.6",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
"reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4",
"reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4",
"shasum": ""
},
"require": {
@ -4878,9 +5045,9 @@
"php": "^7.1|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17",
"friendsofphp/php-cs-fixer": "^3.2",
"jean85/composer-provided-replaced-stub-package": "^1.0",
"phpstan/phpstan": "^0.12.66",
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^7.5|^8.5|^9.4",
"vimeo/psalm": "^4.3"
},
@ -4914,9 +5081,9 @@
],
"support": {
"issues": "https://github.com/Jean85/pretty-package-versions/issues",
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6"
},
"time": "2021-10-08T21:21:46+00:00"
"time": "2024-03-08T09:58:59+00:00"
},
{
"name": "jms/metadata",
@ -6292,16 +6459,16 @@
},
{
"name": "league/flysystem",
"version": "3.24.0",
"version": "3.25.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "b25a361508c407563b34fac6f64a8a17a8819675"
"reference": "4c44347133618cccd9b3df1729647a1577b4ad99"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b25a361508c407563b34fac6f64a8a17a8819675",
"reference": "b25a361508c407563b34fac6f64a8a17a8819675",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4c44347133618cccd9b3df1729647a1577b4ad99",
"reference": "4c44347133618cccd9b3df1729647a1577b4ad99",
"shasum": ""
},
"require": {
@ -6329,7 +6496,7 @@
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
"microsoft/azure-storage-blob": "^1.1",
"phpseclib/phpseclib": "^3.0.34",
"phpseclib/phpseclib": "^3.0.36",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5.11|^10.0",
"sabre/dav": "^4.6.0"
@ -6366,7 +6533,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.24.0"
"source": "https://github.com/thephpleague/flysystem/tree/3.25.0"
},
"funding": [
{
@ -6378,7 +6545,7 @@
"type": "github"
}
],
"time": "2024-02-04T12:10:17+00:00"
"time": "2024-03-09T17:06:45+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",
@ -6946,16 +7113,16 @@
},
{
"name": "livewire/livewire",
"version": "v3.4.7",
"version": "v3.4.8",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "05f25dab062cd6a1ec24d8df9e889f890c832cb0"
"reference": "0335b8f022ac535fc3cf29fd8a8fcb275353a470"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/05f25dab062cd6a1ec24d8df9e889f890c832cb0",
"reference": "05f25dab062cd6a1ec24d8df9e889f890c832cb0",
"url": "https://api.github.com/repos/livewire/livewire/zipball/0335b8f022ac535fc3cf29fd8a8fcb275353a470",
"reference": "0335b8f022ac535fc3cf29fd8a8fcb275353a470",
"shasum": ""
},
"require": {
@ -7009,7 +7176,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.4.7"
"source": "https://github.com/livewire/livewire/tree/v3.4.8"
},
"funding": [
{
@ -7017,7 +7184,7 @@
"type": "github"
}
],
"time": "2024-03-05T15:54:03+00:00"
"time": "2024-03-08T13:01:50+00:00"
},
{
"name": "maennchen/zipstream-php",
@ -8298,16 +8465,16 @@
},
{
"name": "omnipay/common",
"version": "v3.2.1",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/omnipay-common.git",
"reference": "80545e9f4faab0efad36cc5f1e11a184dda22baf"
"reference": "2eca3823e9069e2c36b6007a090577d5584f9518"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/80545e9f4faab0efad36cc5f1e11a184dda22baf",
"reference": "80545e9f4faab0efad36cc5f1e11a184dda22baf",
"url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/2eca3823e9069e2c36b6007a090577d5584f9518",
"reference": "2eca3823e9069e2c36b6007a090577d5584f9518",
"shasum": ""
},
"require": {
@ -8317,13 +8484,14 @@
"php-http/discovery": "^1.14",
"php-http/message": "^1.5",
"php-http/message-factory": "^1.1",
"symfony/http-foundation": "^2.1|^3|^4|^5|^6"
"symfony/http-foundation": "^2.1|^3|^4|^5|^6|^7"
},
"require-dev": {
"http-interop/http-factory-guzzle": "^1.1",
"omnipay/tests": "^4.1",
"php-http/guzzle7-adapter": "^1",
"php-http/mock-client": "^1",
"squizlabs/php_codesniffer": "^3.5"
"php-http/mock-client": "^1.6",
"squizlabs/php_codesniffer": "^3.8.1"
},
"suggest": {
"league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
@ -8379,7 +8547,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/omnipay-common/issues",
"source": "https://github.com/thephpleague/omnipay-common/tree/v3.2.1"
"source": "https://github.com/thephpleague/omnipay-common/tree/v3.3.0"
},
"funding": [
{
@ -8387,7 +8555,7 @@
"type": "github"
}
],
"time": "2023-05-30T12:44:03+00:00"
"time": "2024-03-08T11:56:40+00:00"
},
{
"name": "omnipay/paypal",
@ -11380,24 +11548,27 @@
},
{
"name": "smalot/pdfparser",
"version": "v2.9.0",
"version": "v0.19.0",
"source": {
"type": "git",
"url": "https://github.com/smalot/pdfparser.git",
"reference": "6b53144fcb24af77093d4150dd7d0dd571f25761"
"reference": "1895c17417aefa4508e35836c46da61988d61f26"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smalot/pdfparser/zipball/6b53144fcb24af77093d4150dd7d0dd571f25761",
"reference": "6b53144fcb24af77093d4150dd7d0dd571f25761",
"url": "https://api.github.com/repos/smalot/pdfparser/zipball/1895c17417aefa4508e35836c46da61988d61f26",
"reference": "1895c17417aefa4508e35836c46da61988d61f26",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-zlib": "*",
"php": ">=7.1",
"php": ">=5.6",
"symfony/polyfill-mbstring": "^1.18"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"symfony/phpunit-bridge": "^5.2"
},
"type": "library",
"autoload": {
"psr-0": {
@ -11425,9 +11596,9 @@
],
"support": {
"issues": "https://github.com/smalot/pdfparser/issues",
"source": "https://github.com/smalot/pdfparser/tree/v2.9.0"
"source": "https://github.com/smalot/pdfparser/tree/v0.19.0"
},
"time": "2024-03-01T09:51:10+00:00"
"time": "2021-04-13T08:27:56+00:00"
},
{
"name": "socialiteproviders/apple",
@ -15803,23 +15974,23 @@
"packages-dev": [
{
"name": "barryvdh/laravel-debugbar",
"version": "v3.10.6",
"version": "v3.11.0",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "1fcb37307ebb32207dce16fa160a92b14d8b671f"
"reference": "762684120b4edba3f2cd1d2c33d63a34866b6caa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/1fcb37307ebb32207dce16fa160a92b14d8b671f",
"reference": "1fcb37307ebb32207dce16fa160a92b14d8b671f",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/762684120b4edba3f2cd1d2c33d63a34866b6caa",
"reference": "762684120b4edba3f2cd1d2c33d63a34866b6caa",
"shasum": ""
},
"require": {
"illuminate/routing": "^9|^10|^11",
"illuminate/session": "^9|^10|^11",
"illuminate/support": "^9|^10|^11",
"maximebf/debugbar": "~1.20.1",
"maximebf/debugbar": "~1.21.0",
"php": "^8.0",
"symfony/finder": "^6|^7"
},
@ -15871,7 +16042,7 @@
],
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.10.6"
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.11.0"
},
"funding": [
{
@ -15883,7 +16054,7 @@
"type": "github"
}
],
"time": "2024-03-01T14:41:13+00:00"
"time": "2024-03-09T08:41:41+00:00"
},
{
"name": "barryvdh/laravel-ide-helper",
@ -16915,16 +17086,16 @@
},
{
"name": "maximebf/debugbar",
"version": "v1.20.2",
"version": "v1.21.0",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "484625c23a4fa4f303617f29fcacd42951c9c01d"
"reference": "9700e509740daa03d909e5f7cc19f719bcbe6915"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/484625c23a4fa4f303617f29fcacd42951c9c01d",
"reference": "484625c23a4fa4f303617f29fcacd42951c9c01d",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/9700e509740daa03d909e5f7cc19f719bcbe6915",
"reference": "9700e509740daa03d909e5f7cc19f719bcbe6915",
"shasum": ""
},
"require": {
@ -16975,9 +17146,9 @@
],
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
"source": "https://github.com/maximebf/php-debugbar/tree/v1.20.2"
"source": "https://github.com/maximebf/php-debugbar/tree/v1.21.0"
},
"time": "2024-02-15T10:49:09+00:00"
"time": "2024-03-01T15:28:34+00:00"
},
{
"name": "mockery/mockery",
@ -17487,16 +17658,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "10.1.12",
"version": "10.1.13",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "842f72662d6b9edda84c4b6f13885fd9cd53dc63"
"reference": "d51c3aec14896d5e80b354fad58e998d1980f8f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/842f72662d6b9edda84c4b6f13885fd9cd53dc63",
"reference": "842f72662d6b9edda84c4b6f13885fd9cd53dc63",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d51c3aec14896d5e80b354fad58e998d1980f8f8",
"reference": "d51c3aec14896d5e80b354fad58e998d1980f8f8",
"shasum": ""
},
"require": {
@ -17553,7 +17724,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.12"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.13"
},
"funding": [
{
@ -17561,7 +17732,7 @@
"type": "github"
}
],
"time": "2024-03-02T07:22:05+00:00"
"time": "2024-03-09T16:54:15+00:00"
},
{
"name": "phpunit/php-file-iterator",
@ -17808,16 +17979,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.5.11",
"version": "10.5.12",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4"
"reference": "41a9886b85ac7bf3929853baf96b95361cd69d2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4",
"reference": "0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/41a9886b85ac7bf3929853baf96b95361cd69d2b",
"reference": "41a9886b85ac7bf3929853baf96b95361cd69d2b",
"shasum": ""
},
"require": {
@ -17889,7 +18060,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.11"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.12"
},
"funding": [
{
@ -17905,7 +18076,7 @@
"type": "tidelift"
}
],
"time": "2024-02-25T14:05:00+00:00"
"time": "2024-03-09T12:04:07+00:00"
},
{
"name": "sebastian/cli-parser",
@ -19397,5 +19568,5 @@
"platform-dev": {
"php": "^8.1|^8.2"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.6.0"
}

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "@invoiceninja/invoiceninja",
"name": "invoiceninja",
"lockfileVersion": 2,
"requires": true,
"packages": {