xRechnung-Project/composer.json

44 lines
844 B
JSON
Raw Normal View History

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": {
"../d3/xrechnung_lib/index.php": "source/index.php"
}
}
2024-11-18 13:33:56 +01:00
}
}