commit d37d271831f9f1fa6c1ab6dcebeadd48516051d8 Author: MarkusGaertner Date: Mon Nov 18 13:33:56 2024 +0100 Start Repo diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c27096 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Project for xRechnung + +## Installation + + + +## \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..73b335e --- /dev/null +++ b/composer.json @@ -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": { + } + } +}