xRechnung-Project/composer.json

44 lines
844 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",
"ajgl/composer-symlinker": "^0.2.5"
},
"repositories": [
],
"scripts": {
"post-install-cmd": [
"Ajgl\\Composer\\ScriptSymlinker::createSymlinks"
],
"post-update-cmd": [
"Ajgl\\Composer\\ScriptSymlinker::createSymlinks"
]
},
"config": {
"preferred-install": {
"*": "dist"
},
"platform": {
"php": "8.1"
},
"allow-plugins": {
}
},
"extra": {
"ajgl-symlinks": {
"d3/xrechnung_lib": {
"../d3/xrechnung_lib/index.php": "source/index.php"
}
}
}
}