Fixes for composer

This commit is contained in:
David Bomba 2025-10-24 16:53:18 +11:00
parent 367c3582bd
commit 8c6f8c3c1d
3 changed files with 397 additions and 301 deletions

View File

@ -496,6 +496,10 @@ class ZugferdEDocument extends AbstractService
);
}
if(isset($this->document->e_invoice->Invoice->Delivery[0]->ActualDeliveryDate)){
$this->xdocument->setDocumentSupplyChainEvent(new \DateTime($this->document->e_invoice->Invoice->Delivery[0]->ActualDeliveryDate));
}
return $this;
}

View File

@ -122,7 +122,7 @@
"require-dev": {
"barryvdh/laravel-debugbar": "^3.6",
"barryvdh/laravel-ide-helper": "^3.0",
"brianium/paratest": "^7.14",
"brianium/paratest": "^7",
"filp/whoops": "^2.7",
"friendsofphp/php-cs-fixer": "^3.14",
"laracasts/cypress": "^3.0",
@ -131,7 +131,7 @@
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^8.1",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^12",
"phpunit/phpunit": "^11|^12",
"spatie/laravel-ignition": "^2.0",
"spaze/phpstan-stripe": "^3.0"
},

690
composer.lock generated

File diff suppressed because it is too large Load Diff