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