Start Repo

This commit is contained in:
Markus Gärtner 2024-11-18 13:33:56 +01:00
commit d37d271831
2 gewijzigde bestanden met toevoegingen van 34 en 0 verwijderingen

7
README.md Normal file
Bestand weergeven

@ -0,0 +1,7 @@
# Project for xRechnung
## Installation
##

27
composer.json Normal file
Bestand weergeven

@ -0,0 +1,27 @@
{
"name": "d3/xrechnung-project",
"type": "project",
"description": "xRechnung Project",
"autoload": {
"psr-4": {
}
},
"minimum-stability": "dev",
"require": {
"horstoeko/zugferd": "^1.0",
"vlucas/phpdotenv": "^5.6",
"horstoeko/zugferdvisualizer": "^1.0"
},
"repositories": [
],
"config": {
"preferred-install": {
"*": "dist"
},
"platform": {
"php": "8.1"
},
"allow-plugins": {
}
}
}