feat: improved invoice stamping command

This commit is contained in:
Björn Fromme
2025-03-19 12:06:24 +01:00
parent fde44de56d
commit d40c59758c
3 changed files with 82 additions and 1 deletions
Generated
+63 -1
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": "52ec6ca4d15ec27e3586b5bab26b528c",
"content-hash": "0bd1cb4a8201fb9558138001813bec5a",
"packages": [
{
"name": "beberlei/doctrineextensions",
@@ -3371,6 +3371,68 @@
],
"time": "2025-02-05T13:22:35+00:00"
},
{
"name": "spatie/blink",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/blink.git",
"reference": "d2c12b84ba04d4c5b53d701cc09810bf7e5d546f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/blink/zipball/d2c12b84ba04d4c5b53d701cc09810bf7e5d546f",
"reference": "d2c12b84ba04d4c5b53d701cc09810bf7e5d546f",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Blink\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "[email protected]",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Cache that expires in the blink of an eye",
"homepage": "https://github.com/spatie/blink",
"keywords": [
"Blink",
"cache",
"caching",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/blink/issues",
"source": "https://github.com/spatie/blink/tree/1.4.0"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2023-07-19T18:28:44+00:00"
},
{
"name": "spatie/enum",
"version": "3.13.0",