commit d322a37c2ad577c6b4bd2bf23740bdcebb3e8523 Author: MarkusGaertner Date: Wed Nov 13 14:52:24 2024 +0100 Create Project diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4058fb4 --- /dev/null +++ b/composer.json @@ -0,0 +1,32 @@ +{ + "name": "d3/xrechnung", + "type": "project", + "description": "xRechnung Project", + "autoload": { + "psr-4": { + } + }, + "minimum-stability": "dev", + "require": { + "d3/xrechnung_standalone": "dev-rel_1.0", + "horstoeko/zugferd": "^1.0", + "vlucas/phpdotenv": "^5.6", + "horstoeko/zugferdvisualizer": "^1.0" + }, + "repositories": [ + { + "type": "vcs", + "url": "gitfhfac@git.d3data.de:D3Private/XRechnungLib.git" + } + ], + "config": { + "preferred-install": { + "*": "dist" + }, + "platform": { + "php": "8.1" + }, + "allow-plugins": { + } + } +}