Start Repo
This commit is contained in:
commit
d37d271831
27
composer.json
Normal file
27
composer.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"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": {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user