diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-25 20:11:27 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-25 20:11:27 +0100 |
commit | a65b12797c73a4b0be6f2e73a805d476a1581e95 (patch) | |
tree | 4f8fbde882917941bba45d689b17e8d533eb190e /composer.json |
initial commit
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 + } + } +} |