xref: /plugin/totext/composer.json (revision 0fbee1892eb8b7339ce48e27e48e3fc821a8695f)
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