diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..1f6c131 --- /dev/null +++ b/composer.json @@ -0,0 +1,23 @@ +{ + "name": "dweipert/mtg-pdf", + "authors": [ + { + "name": "Daniel Weipert", + "email": "code@drogueronin.de" + } + ], + "require": { + "gotenberg/gotenberg-php": "^1.1", + "guzzlehttp/guzzle": "^7.8" + }, + "autoload": { + "psr-4": { + "Dweipert\\MtgPdf\\": "src/" + } + }, + "config": { + "allow-plugins": { + "php-http/discovery": true + } + } +} |