summaryrefslogtreecommitdiff
path: root/print/composer.json
blob: b0835ef786bd206ff19020f8b8d6924f6e5ee422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "mtg-pdf/print",
    "version": "0.1.0",
    "authors": [
        {
            "name": "Daniel Weipert",
            "email": "git@mail.dweipert.de"
        }
    ],
    "require": {
        "gotenberg/gotenberg-php": "^2.14",
        "guzzlehttp/guzzle": "^7.9"
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        }
    }
}