xref: /plugin/totext/composer.json (revision b4ecfc82b02c9a76205381a28b47006474ccf569) !
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    "require": {
6        "php": "^8.2",
7        "ext-dom": "*",
8        "ext-xmlreader": "*",
9        "prinsfrank/pdfparser": "^3.1"
10    }
11}
12