summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/composer.json b/composer.json
deleted file mode 100644
index 1f6c131..0000000
--- a/composer.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "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
- }
- }
-}