43 lines
834 B
JSON
43 lines
834 B
JSON
{
|
|
"name": "d3/xrechnungproject",
|
|
"type": "project",
|
|
"description": "XRechnung Project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
}
|
|
},
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"horstoeko/zugferd": "^1.0",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"horstoeko/zugferdvisualizer": "^1.0",
|
|
"ajgl/composer-symlinker": "^0.2.5",
|
|
"guzzlehttp/guzzle": "^7"
|
|
},
|
|
"repositories": [
|
|
],
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"Ajgl\\Composer\\ScriptSymlinker::createSymlinks"
|
|
],
|
|
"post-update-cmd": [
|
|
"Ajgl\\Composer\\ScriptSymlinker::createSymlinks"
|
|
]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1"
|
|
}
|
|
},
|
|
"extra": {
|
|
"ajgl-symlinks": {
|
|
"d3/xrechnung_lib": {
|
|
"xrechnung-xml.php": "source/xrechnung-xml.php"
|
|
}
|
|
}
|
|
}
|
|
}
|