xref: /plugin/dw2pdf/composer.json (revision 883f3a2d46ef7b34fedf5ca78fbff18c4233aa87)
1{
2    "name": "splitbrain/dw2pdf",
3    "authors": [
4        {
5            "name": "Andreas Gohr",
6            "email": "andi@splitbrain.org"
7        }
8    ],
9    "require": {
10        "mpdf/mpdf": "7.0.3"
11    },
12    "replace": {
13        "paragonie/random_compat": "*"
14    }
15}
16