2024-11-18 13:33:56 +01:00
|
|
|
{
|
|
|
|
"name": "d3/xrechnung-project",
|
|
|
|
"type": "project",
|
|
|
|
"description": "xRechnung Project",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"require": {
|
|
|
|
"horstoeko/zugferd": "^1.0",
|
|
|
|
"vlucas/phpdotenv": "^5.6",
|
2024-11-18 15:38:44 +01:00
|
|
|
"horstoeko/zugferdvisualizer": "^1.0",
|
|
|
|
"ajgl/composer-symlinker": "^0.2.5"
|
2024-11-18 13:33:56 +01:00
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
],
|
2024-11-18 15:38:44 +01:00
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"Ajgl\\Composer\\ScriptSymlinker::createSymlinks"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
|
|
|
"Ajgl\\Composer\\ScriptSymlinker::createSymlinks"
|
|
|
|
]
|
|
|
|
},
|
2024-11-18 13:33:56 +01:00
|
|
|
"config": {
|
|
|
|
"preferred-install": {
|
|
|
|
"*": "dist"
|
|
|
|
},
|
|
|
|
"platform": {
|
|
|
|
"php": "8.1"
|
|
|
|
},
|
|
|
|
"allow-plugins": {
|
|
|
|
}
|
2024-11-18 15:38:44 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"ajgl-symlinks": {
|
|
|
|
"d3/xrechnung_lib": {
|
2024-11-21 11:30:06 +01:00
|
|
|
"xrechnung-xml.php": "source/xrechnung-xml.php"
|
2024-11-18 15:38:44 +01:00
|
|
|
}
|
|
|
|
}
|
2024-11-18 13:33:56 +01:00
|
|
|
}
|
|
|
|
}
|