xRechnung-Project/composer.json
2024-11-18 13:33:56 +01:00

28 lines
464 B
JSON

{
"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": {
}
}
}