summaryrefslogtreecommitdiff
path: root/composer.json
blob: 1f6c1310409731849c7671fadbe9b47eb0f61558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
        }
    }
}