xref: /plugin/totext/composer.json (revision fd4f7c47d290ec79c2b911626d1d262c1e3d161e)
1{
2    "name": "splitbrain/dokuwiki-plugin-totext",
3    "description": "Extract plain text from various file formats (PHP only).",
4    "license": "GPL-2.0-only",
5    "repositories": [
6        {
7            "type": "vcs",
8            "url": "https://github.com/cosmocode/prinsfrank-pdfparser"
9        }
10    ],
11    "require": {
12        "php": "^8.2",
13        "ext-dom": "*",
14        "ext-xmlreader": "*",
15        "prinsfrank/pdfparser": "dev-dev"
16    }
17}
18